/* =============================================================================
   AkademiQ Landing Page - Design System & Styles
   Based on Brandbook Guidelines
   ============================================================================= */

/* CSS Custom Properties - Design Tokens (v3 Brandbook - Luxury Editorial) */
:root {
  /* Primary - Petrol */
  --petrol: #1c3144;
  --petrol-deep: #142436;
  --petrol-mid: #243e55;
  --petrol-light: #2e5070;

  /* Accent - Gold */
  --gold: #b8924a;
  --gold-light: #d4a96a;
  --gold-pale: #e8d5b0;

  /* Neutral */
  --cream: #faf8f4;
  --parchment: #f5f2ec;
  --warm-white: #fdfcfa;
  --stone: #8a8278;
  --stone-light: #c4bfb5;
  --ink: #0f0f0e;
  --charcoal: #2a2825;

  /* Lines */
  --line: rgba(184,146,74,0.22);
  --line-soft: rgba(184,146,74,0.1);
  --line-petrol: rgba(255,255,255,0.08);

  /* Legacy mappings (for backwards compatibility) */
  --color-primary: var(--petrol);
  --color-primary-light: var(--petrol-mid);
  --color-primary-dark: var(--petrol-deep);
  --color-secondary: var(--petrol-mid);
  --color-teal: var(--petrol-light);
  --color-accent-cyan: var(--gold);
  --color-accent-purple: var(--gold-light);
  --color-accent-gold: var(--gold);
  --color-accent-red: #C8102E;
  --color-white: var(--warm-white);
  --color-background: var(--warm-white);
  --color-surface: var(--warm-white);
  --color-surface-muted: var(--parchment);
  --color-border: var(--line);
  --color-border-light: var(--line-soft);
  --color-text-primary: var(--ink);
  --color-text-secondary: var(--stone);
  --color-text-muted: var(--stone-light);
  --color-text-inverse: var(--cream);

  /* Semantic Colors */
  --color-success: #10B981;
  --color-warning: #F97316;
  --color-error: #EF4444;
  --color-info: #3B82F6;

  /* Sub-brand Colors */
  --brand-dataforce: #1B4965;
  --brand-school: #7C3AED;
  --brand-metriq: #10B981;
  --brand-campus: #F59E0B;
  --brand-otonom: #5EEAD4;
  --brand-stajyerimiz: #3B82F6;

  /* Page-specific Theme Colors */
  /* AI Data Force - Toprak (Purple) */
  --toprak: #1a0a2e;
  --toprak-deep: #110620;
  --toprak-mid: #260f3e;
  --toprak-light: #32164e;

  /* Qampus - Bordo (Burgundy) */
  --bordo: #4a0e1c;
  --bordo-deep: #330a13;
  --bordo-mid: #5e1224;

  /* Font Families */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Font Sizes (Major Second scale ×1.125, base 16px) */
  --text-xs: 0.79rem;      /* 12.6px */
  --text-sm: 0.889rem;     /* 14.2px */
  --text-base: 1rem;       /* 16px */
  --text-md: 1.125rem;     /* 18px */
  --text-lg: 1.266rem;     /* 20.3px */
  --text-xl: 1.424rem;     /* 22.8px */
  --text-2xl: 1.602rem;    /* 25.6px */
  --text-3xl: 1.802rem;    /* 28.8px */
  --text-4xl: 2.027rem;    /* 32.4px */
  --text-5xl: 2.281rem;    /* 36.5px */
  --text-6xl: 2.566rem;    /* 41px */
  --text-7xl: 2.887rem;    /* 46.2px */
  --text-8xl: 3.247rem;    /* 52px */

  /* Spacing (4px-based tokens) */
  --space-1: 0.25rem;      /* 4px */
  --space-2: 0.5rem;       /* 8px */
  --space-3: 0.75rem;      /* 12px */
  --space-4: 1rem;         /* 16px */
  --space-5: 1.25rem;      /* 20px */
  --space-6: 1.5rem;       /* 24px */
  --space-7: 2rem;         /* 32px */
  --space-8: 2.5rem;       /* 40px */
  --space-9: 3rem;         /* 48px */
  --space-10: 4rem;        /* 64px */
  --space-11: 5rem;        /* 80px */
  --space-12: 6rem;        /* 96px */
  --space-section-mobile: 3rem;    /* 48px */
  --space-section-desktop: 5.5rem; /* 88px */

  /* Border Radius (refined for luxury) */
  --radius-sm: 0.125rem;
  --radius-md: 0.25rem;
  --radius-lg: 0.375rem;
  --radius-xl: 0.5rem;
  --radius-2xl: 0.75rem;
  --radius-3xl: 1rem;
  --radius-full: 9999px;

  /* Shadows (subtle, luxury) */
  --shadow-sm: 0 1px 2px rgba(28, 49, 68, 0.04);
  --shadow-md: 0 2px 8px rgba(28, 49, 68, 0.06);
  --shadow-lg: 0 4px 16px rgba(28, 49, 68, 0.08);
  --shadow-xl: 0 8px 24px rgba(28, 49, 68, 0.1);
  --shadow-2xl: 0 16px 48px rgba(28, 49, 68, 0.12);
  --shadow-gold: 0 4px 14px rgba(184, 146, 74, 0.2);

  /* Transitions (Fibonacci timing) */
  --transition-fast: 89ms ease-out;
  --transition-normal: 144ms ease-out;
  --transition-medium: 233ms ease-out;
  --transition-slow: 377ms ease-out;

  /* MetriQ Theme Colors */
  --metriq-primary: #10B981;
  --metriq-primary-dark: #059669;
  --metriq-primary-darker: #047857;
  --metriq-primary-light: #34D399;
  --metriq-primary-lighter: #6EE7B7;
  --metriq-primary-bg: #ECFDF5;

  --metriq-human: #F97316;
  --metriq-human-dark: #EA580C;
  --metriq-human-light: #FB923C;
  --metriq-human-bg: #FFF7ED;

  --metriq-bg: var(--warm-white);
  --metriq-bg-warm: var(--parchment);
  --metriq-surface: var(--warm-white);
  --metriq-surface-warm: var(--parchment);
  --metriq-border: var(--line);
  --metriq-border-strong: var(--stone-light);

  --metriq-text: var(--ink);
  --metriq-text-secondary: var(--stone);
  --metriq-text-muted: var(--stone-light);

  --shadow-metriq: 0 4px 14px rgba(16, 185, 129, 0.15);
}

/* =============================================================================
   RESET & BASE
   ============================================================================= */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--text-base);
  line-height: 1.6;
  color: var(--ink);
  background: var(--warm-white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

/* =============================================================================
   UTILITIES
   ============================================================================= */

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.text-gradient {
  color: var(--gold);
  font-style: italic;
}

.text-gold {
  color: var(--gold);
}

.gold-rule {
  width: 48px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 20px;
}

.section-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: var(--gold);
  margin-bottom: var(--space-6);
}

.section-tag--light {
  color: rgba(255, 255, 255, 0.7);
}

.section-header {
  text-align: center;
  margin-bottom: var(--space-9);
  padding-bottom: var(--space-7);
  border-bottom: 1px solid var(--line);
}

.section-header--no-border {
  border-bottom: none;
  padding-bottom: 0;
}

.section-number {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(var(--text-2xl), 5vw, 44px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--petrol);
  margin-bottom: var(--space-6);
}

.section-title em {
  font-style: italic;
  color: var(--gold);
}

.section-subtitle {
  font-family: var(--font-body);
  font-size: var(--text-md);
  font-weight: 300;
  color: var(--stone);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Section Mobile Adjustments */
@media (max-width: 768px) {
  .container {
    padding: 0 1.25rem; /* 20px - proper mobile padding */
  }

  .section-tag {
    font-size: 0.75rem; /* 12px minimum readable */
    margin-bottom: 0.75rem;
  }

  .section-header {
    margin-bottom: 1.5rem;
  }

  .section-title {
    font-size: clamp(1.5rem, 6vw, 2rem); /* min 24px */
    margin-bottom: 0.75rem;
  }

  .section-subtitle {
    font-size: 0.9375rem; /* 15px */
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 1rem; /* 16px - minimum mobile padding */
  }

  .section-tag {
    font-size: 0.6875rem; /* 11px */
    letter-spacing: 0.08em;
  }

  .section-title {
    font-size: clamp(1.375rem, 7vw, 1.625rem); /* min 22px, better scaling */
  }

  .section-subtitle {
    font-size: 0.875rem; /* 14px minimum readable */
  }
}

/* =============================================================================
   BREADCRUMB NAVIGATION (Eyebrow Style)
   ============================================================================= */

.hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

/* Gold line before breadcrumb (like MetriQ eyebrow) */
.hero-breadcrumb::before {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

.hero-breadcrumb__back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  text-decoration: none;
  transition: all 0.25s;
  flex-shrink: 0;
}

.hero-breadcrumb__back:hover {
  background: var(--gold);
  color: var(--petrol);
}

.hero-breadcrumb__back svg {
  width: 12px;
  height: 12px;
}

.hero-breadcrumb__path {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero-breadcrumb__link {
  color: rgba(250, 248, 244, 0.55);
  text-decoration: none;
  transition: color 0.25s;
}

.hero-breadcrumb__link:hover {
  color: var(--gold);
}

.hero-breadcrumb__separator {
  color: rgba(250, 248, 244, 0.35);
}

.hero-breadcrumb__current {
  color: var(--gold);
  font-weight: 500;
}

/* Light theme breadcrumb (for hayat, metriq, otonom pages) */
.hero-breadcrumb--light::before {
  background: var(--gold);
}

.hero-breadcrumb--light .hero-breadcrumb__back {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
}

.hero-breadcrumb--light .hero-breadcrumb__back:hover {
  background: var(--gold);
  color: var(--warm-white);
}

.hero-breadcrumb--light .hero-breadcrumb__path {
  color: var(--gold);
}

.hero-breadcrumb--light .hero-breadcrumb__link {
  color: var(--stone);
}

.hero-breadcrumb--light .hero-breadcrumb__link:hover {
  color: var(--gold);
}

.hero-breadcrumb--light .hero-breadcrumb__separator {
  color: var(--stone-light);
}

.hero-breadcrumb--light .hero-breadcrumb__current {
  color: var(--gold);
  font-weight: 500;
}

/* Breadcrumb responsive */
@media (max-width: 768px) {
  .hero-breadcrumb {
    margin-bottom: 16px;
    gap: 10px;
  }

  .hero-breadcrumb::before {
    width: 24px;
  }

  .hero-breadcrumb__back {
    width: 20px;
    height: 20px;
  }

  .hero-breadcrumb__back svg {
    width: 9px;
    height: 9px;
  }

  .hero-breadcrumb__path {
    font-size: 8px;
    gap: 6px;
    letter-spacing: 0.25em;
  }
}

/* Placeholder Label */
.placeholder-label {
  position: absolute;
  top: var(--space-5);
  right: var(--space-5);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 8px;
  border-radius: var(--radius-sm);
  z-index: 10;
}

.placeholder-label--small {
  font-size: 8px;
  padding: 2px 4px;
  top: 2px;
  right: 2px;
}

/* =============================================================================
   BUTTONS
   ============================================================================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  transition: all var(--transition-medium);
}

.btn--primary {
  background: var(--petrol);
  color: var(--cream);
}

.btn--primary:hover {
  background: var(--petrol-mid);
}

.btn--gold {
  background: var(--gold);
  color: var(--petrol-deep);
}

.btn--gold:hover {
  background: var(--gold-light);
}

.btn--secondary {
  background: transparent;
  color: var(--petrol);
  border: 1px solid var(--petrol);
}

.btn--secondary:hover {
  background: var(--petrol);
  color: var(--cream);
}

.btn--outline {
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(250, 248, 244, 0.3);
}

.btn--outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.btn--large {
  padding: 18px 40px;
  font-size: 14px;
}

.btn--full {
  width: 100%;
}

.btn--disabled {
  background: var(--stone-light);
  color: var(--stone);
  cursor: not-allowed;
}

/* Button mobile adjustments */
@media (max-width: 768px) {
  .btn {
    padding: 0.75rem 1.25rem; /* 12px 20px - proper touch target */
    font-size: 0.9375rem; /* 15px */
    gap: 0.5rem;
    min-height: 44px; /* Apple/Google minimum tap target */
  }

  .btn--large {
    padding: 0.875rem 1.5rem; /* 14px 24px */
    font-size: 1rem;
    min-height: 48px;
  }

  .btn svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .btn {
    padding: 0.75rem 1rem; /* 12px 16px */
    font-size: 0.875rem; /* 14px */
    border-radius: 0.5rem; /* 8px */
    min-height: 44px;
  }

  .btn--large {
    padding: 0.875rem 1.25rem; /* 14px 20px */
    min-height: 48px;
  }
}

/* =============================================================================
   NAVIGATION
   ============================================================================= */

/* Navigation - v3 brandbook style */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(20, 36, 54, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-petrol);
  padding: 0 56px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.nav__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
  color: var(--cream);
}

.nav__logo-icon {
  color: var(--cream);
  transition: color var(--transition-normal);
}

.nav__logo-text {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--cream);
  transition: color var(--transition-normal);
}

.nav__logo-text span {
  color: var(--gold);
}

.nav__logo:hover .nav__logo-icon,
.nav__logo:hover .nav__logo-text {
  color: var(--gold-light);
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  flex: 1;
  justify-content: center;
}

.nav__links li {
  list-style: none;
}

.nav__link {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250, 248, 244, 0.75);
  text-decoration: none;
  transition: color 0.25s;
  white-space: nowrap;
}

.nav__link:hover {
  color: var(--gold-light);
}

.nav__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.nav__contact {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: rgba(250, 248, 244, 0.45);
  text-decoration: none;
  transition: color 0.25s;
}

.nav__contact:hover {
  color: var(--gold-light);
}

.nav__cta {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--petrol-deep);
  background: var(--gold);
  padding: 12px 26px;
  text-decoration: none;
  transition: background 0.25s;
  border-radius: 2px;
}

.nav__cta:hover {
  background: var(--gold-light);
}

.nav__mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: var(--space-4);
}

.nav__mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--cream);
  transition: all var(--transition-normal);
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  background: var(--petrol-deep);
  padding: var(--space-7);
  box-shadow: var(--shadow-lg);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-medium);
  z-index: 999;
}

.mobile-menu--active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.mobile-menu__link {
  display: block;
  padding: var(--space-6) 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--text-md);
  color: rgba(250, 248, 244, 0.6);
  border-bottom: 1px solid var(--line-petrol);
}

.mobile-menu__link:hover {
  color: var(--gold-light);
}

.mobile-menu__link--cta {
  margin-top: var(--space-6);
  background: var(--gold);
  color: var(--petrol-deep);
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 14px;
  border-radius: var(--radius-xl);
  border: none;
}

@media (max-width: 1024px) {
  .nav {
    padding: 0 var(--space-5);
  }

  .nav__links {
    gap: var(--space-5);
  }

  .nav__link {
    font-size: var(--text-sm);
    padding: var(--space-3) var(--space-4);
  }
}

@media (max-width: 768px) {
  .nav {
    padding: 0 1rem; /* 16px proper padding */
    height: 64px;
  }

  .nav__links,
  .nav__actions {
    display: none;
  }

  .nav__mobile-toggle {
    display: flex;
    padding: 0.75rem; /* larger tap target */
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
    align-items: center;
  }

  .nav__logo {
    font-size: 18px;
  }

  .mobile-menu {
    top: 64px;
    padding: 1.25rem; /* 20px */
    max-height: calc(100vh - 64px);
    overflow-y: auto;
  }

  .mobile-menu__link {
    padding: 1rem 0; /* 16px - proper tap target */
    font-size: 1.0625rem; /* 17px */
    min-height: 48px;
    display: flex;
    align-items: center;
  }

  .mobile-menu__link--cta {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .nav {
    padding: 0 1rem; /* 16px - consistent padding */
    height: 60px;
  }

  .nav__logo svg {
    width: 110px;
  }

  .mobile-menu {
    top: 60px;
    padding: 1rem; /* 16px */
  }

  .mobile-menu__link {
    padding: 0.875rem 0; /* 14px */
    font-size: 1rem; /* 16px */
  }
}

/* =============================================================================
   HERO SECTION
   ============================================================================= */

/* Hero Section - v3 brandbook style */
.hero {
  min-height: 100vh;
  background: var(--petrol);
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
}

/* Diagonal split background */
.hero::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: var(--petrol-deep);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
}

.hero__left {
  position: relative;
  z-index: 2;
  padding: 80px 80px 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hero__eyebrow {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero__eyebrow::before {
  content: '';
  width: 36px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

.hero__headline {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 6rem;
  line-height: 0.93;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin-bottom: 32px;
}

.hero__headline em {
  font-style: italic;
  color: var(--gold);
}

.hero__sub {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  color: rgba(250, 248, 244, 0.65);
  line-height: 1.5;
  margin-bottom: 24px;
  max-width: 500px;
}

.hero__sub strong {
  color: var(--cream);
  font-weight: 400;
}

/* Hero Colored Phrases - Single Line */
.hero__sub--colored {
  display: flex;
  flex-direction: column;
  gap: 0.1em;
  line-height: 1.2;
}

.hero__phrase {
  font-weight: 300;
  white-space: nowrap;
}

/* Close but distinct warm tones */
.hero__phrase--1 {
  color: #e8c872; /* Warm gold */
}

.hero__phrase--2 {
  color: #d4a96a; /* Amber */
}

.hero__phrase--3 {
  color: #c9956a; /* Copper/terracotta */
}

.hero__btns {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--petrol-deep);
  background: var(--gold);
  padding: 18px 38px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  transition: all 0.25s;
  box-shadow: 0 4px 14px rgba(184, 146, 74, 0.3);
}

.btn-gold::after {
  content: '→';
  font-size: 16px;
  transition: transform 0.25s;
  letter-spacing: 0;
}

.btn-gold:hover {
  background: var(--gold-light);
  box-shadow: 0 6px 20px rgba(184, 146, 74, 0.4);
  transform: translateY(-2px);
}

.btn-gold:hover::after {
  transform: translateX(4px);
}

.hero__contact {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 300;
  color: rgba(250, 248, 244, 0.4);
  letter-spacing: 0.05em;
}

.hero__contact a {
  color: rgba(250, 248, 244, 0.55);
  text-decoration: none;
  transition: color 0.25s;
}

.hero__contact a:hover {
  color: var(--gold-light);
}

@media (max-width: 1024px) {
  .hero__contact {
    margin-top: 20px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .hero__contact {
    margin-top: 18px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .hero__contact {
    margin-top: 16px;
    font-size: 14px;
  }
}

.hero__right {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 110px 64px 80px;
}

/* Stats in hero */
.hero__stats {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  max-width: 400px;
}

.stat-row {
  display: flex;
  align-items: center;
  gap: 0;
}

.stat-num {
  font-family: var(--font-display);
  font-size: 68px;
  font-weight: 300;
  font-style: italic;
  color: var(--gold);
  line-height: 1;
  min-width: 160px;
}

.stat-text {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(250, 248, 244, 0.6);
  border-left: 1px solid rgba(184, 146, 74, 0.4);
  padding-left: 22px;
}

@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 100vh;
    min-height: 100svh;
  }

  .hero::after {
    display: none;
  }

  .hero__left {
    padding: 80px 40px 40px;
    text-align: left;
    align-items: flex-start;
    justify-content: center;
    min-height: 100vh;
    min-height: 100svh;
    gap: 0;
  }

  .hero__eyebrow {
    justify-content: flex-start;
    font-size: 15px;
    margin-bottom: 20px;
  }

  .hero__headline {
    font-size: 5.5rem;
    margin-bottom: 24px;
    line-height: 0.9;
  }

  .hero__sub {
    max-width: 100%;
    font-size: 1.6rem;
    margin-bottom: 40px;
  }

  .hero__btns {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .btn-gold {
    padding: 16px 36px;
    font-size: 16px;
  }

  .hero__sub--colored {
    gap: 0.25em;
    line-height: 1.25;
  }

  .hero__right {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero__left {
    padding: 76px 24px 36px;
  }

  .hero__eyebrow {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .hero__headline {
    font-size: 4.5rem;
    line-height: 0.9;
    margin-bottom: 44px;
  }

  .hero__sub {
    font-size: 1.5rem;
    margin-bottom: 36px;
  }

  .btn-gold {
    width: 100%;
    justify-content: center;
    padding: 16px 40px;
    font-size: 17px;
  }

  .hero__sub--colored {
    gap: 0.2em;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  .hero__left {
    padding: 72px 18px 28px;
  }

  .hero__eyebrow {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .hero__headline {
    font-size: 3.75rem;
    line-height: 0.88;
    margin-bottom: 40px;
  }

  .hero__sub {
    font-size: 1.4rem;
    margin-bottom: 32px;
  }

  .hero__sub--colored {
    gap: 0.15em;
    line-height: 1.15;
  }

  .btn-gold {
    padding: 14px 32px;
    font-size: 16px;
  }

  .hero__stat-value {
    font-size: 1.5rem; /* 24px */
  }

  .hero__stat-label {
    font-size: 0.625rem; /* 10px */
  }
}

/* Safe area for notched devices - minimal adjustment */
@supports (padding: env(safe-area-inset-top)) {
  .hero__left {
    padding-top: calc(80px + env(safe-area-inset-top));
  }

  @media (max-width: 1024px) {
    .hero__left {
      padding-top: calc(80px + env(safe-area-inset-top));
      padding-bottom: calc(40px + env(safe-area-inset-bottom));
    }
  }

  @media (max-width: 768px) {
    .hero__left {
      padding-top: calc(76px + env(safe-area-inset-top));
      padding-left: calc(24px + env(safe-area-inset-left));
      padding-right: calc(24px + env(safe-area-inset-right));
      padding-bottom: calc(36px + env(safe-area-inset-bottom));
    }
  }

  @media (max-width: 480px) {
    .hero__left {
      padding-top: calc(72px + env(safe-area-inset-top));
      padding-left: calc(18px + env(safe-area-inset-left));
      padding-right: calc(18px + env(safe-area-inset-right));
      padding-bottom: calc(28px + env(safe-area-inset-bottom));
    }
  }
}

/* =============================================================================
   ECOSYSTEM SECTION - v3 brandbook style
   ============================================================================= */

/* Section inner container */
.si {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 56px;
}

.ecosystem {
  padding: 48px 0;
  background: var(--warm-white);
}

.eco-header {
  text-align: center;
  margin-bottom: 32px;
}

.eco-header .gold-rule {
  margin: 0 auto 20px;
}

.gold-rule {
  width: 48px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 20px;
}

.sec-label {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.sec-title {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 300;
  line-height: 1.15;
  color: var(--ink);
}

.sec-title em {
  font-style: italic;
  color: var(--gold);
}

.sec-sub {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 300;
  color: var(--stone);
  margin-top: 12px;
}

.eco-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--line);
}

.eco-card {
  background: var(--warm-white);
  padding: 32px 32px;
  position: relative;
  transition: background 0.25s;
  border-top: 2px solid transparent;
  cursor: default;
}

.eco-card:hover {
  background: var(--parchment);
  border-top-color: var(--gold);
}

.eco-card--soon {
  opacity: 0.85;
}

.eco-card--soon .eco-desc {
  color: var(--petrol);
}

.eco-card--link {
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.eco-card--link:hover .eco-name {
  color: var(--gold);
}

.eco-tag {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.soon-badge {
  background: var(--gold-pale);
  color: var(--petrol);
  font-size: 8px;
  padding: 2px 7px;
  letter-spacing: 0.15em;
}

.eco-name {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}

.eco-line {
  width: 28px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 14px;
}

.eco-tagline {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  color: var(--petrol);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.eco-desc {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 400;
  color: #5a554d;
  line-height: 1.55;
}

@media (max-width: 1024px) {
  .si {
    padding: 0 28px;
  }

  .eco-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .ecosystem {
    padding: 64px 0;
  }

  .eco-grid {
    grid-template-columns: 1fr;
  }

  .eco-card {
    padding: 32px 24px;
  }
}

@media (max-width: 768px) {
  .ecosystem__wrapper {
    padding: 1.25rem; /* 20px */
    border-radius: 1rem; /* 16px */
  }

  .ecosystem__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem; /* 14px */
  }

  .ecosystem__card-image {
    height: 100px;
  }

  .ecosystem__card-title {
    font-size: 0.9375rem; /* 15px */
  }

  .ecosystem__card-desc {
    font-size: 0.8125rem; /* 13px */
    line-height: 1.45;
  }

  .ecosystem__card-content {
    padding: 0.875rem; /* 14px */
  }

  .ecosystem__card-badge {
    font-size: 0.625rem; /* 10px */
    padding: 0.25rem 0.5rem; /* 4px 8px */
  }
}

@media (max-width: 480px) {
  .ecosystem {
    padding: 2rem 0; /* 32px vertical */
  }

  .ecosystem__wrapper {
    padding: 1rem; /* 16px */
    margin: 0; /* Remove margin, container handles padding */
    border-radius: 0.875rem; /* 14px */
  }

  .ecosystem__grid {
    grid-template-columns: 1fr;
    gap: 0.875rem; /* 14px */
  }

  .ecosystem__card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }

  .ecosystem__card-image {
    width: 110px; /* slightly larger for visibility */
    min-width: 110px;
    height: auto;
    min-height: 88px;
    border-radius: 0.625rem 0 0 0.625rem; /* 10px */
  }

  .ecosystem__card-image svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ecosystem__card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.875rem; /* 14px */
  }

  .ecosystem__card-title {
    font-size: 0.875rem; /* 14px */
  }

  .ecosystem__card-header {
    margin-bottom: 0.375rem; /* 6px */
  }

  .ecosystem__card-desc {
    font-size: 0.75rem; /* 12px */
    margin-bottom: 0.5rem; /* 8px */
    line-height: 1.4;
  }

  .ecosystem__card-link {
    font-size: 0.75rem; /* 12px */
  }
}

/* =============================================================================
   STATS BAND - v3 brandbook style
   ============================================================================= */

.stats-band {
  background: var(--petrol);
  padding: 56px 0;
}

.stats-band .si {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line-petrol);
}

.band-stat {
  background: var(--petrol);
  padding: 32px 40px;
  text-align: center;
}

.band-num {
  font-family: var(--font-display);
  font-size: 54px;
  font-weight: 300;
  font-style: italic;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
}

.band-label {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250,248,244,0.5);
}

@media (max-width: 1024px) {
  .stats-band .si {
    grid-template-columns: repeat(2, 1fr);
  }

  .band-num {
    font-size: 42px;
  }
}

@media (max-width: 640px) {
  .stats-band {
    padding: 40px 0;
  }

  .stats-band .si {
    grid-template-columns: 1fr 1fr;
  }

  .band-stat {
    padding: 24px 16px;
  }

  .band-num {
    font-size: 32px;
  }

  .band-label {
    font-size: 10px;
  }
}

/* =============================================================================
   FOUNDER SECTION - v3 brandbook style
   ============================================================================= */

.founder {
  padding: 48px 0;
  background: var(--parchment);
}

.founder .si {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 80px;
  align-items: start;
}

.founder-img-wrap {
  position: relative;
}

.founder-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.founder-caption {
  margin-top: 16px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--stone);
  text-transform: uppercase;
}

.founder-text .sec-label {
  margin-bottom: 10px;
}

.founder-accent {
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, var(--gold), transparent);
  margin-bottom: 14px;
}

.founder-para {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.75;
  margin-bottom: 16px;
}

.founder-sig {
  margin-top: 32px;
  font-family: var(--font-display);
  font-size: 22px;
  font-style: italic;
  color: var(--petrol);
  font-weight: 400;
}

.founder-sig-role {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--stone);
  margin-top: 6px;
}

@media (max-width: 1024px) {
  .founder .si {
    grid-template-columns: 280px 1fr;
    gap: 48px;
  }
}

@media (max-width: 768px) {
  .founder {
    padding: 64px 0;
  }

  .founder .si {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .founder-img-wrap {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .founder {
    padding: 48px 0;
  }

  .founder-para {
    font-size: 14px;
  }

  .founder-sig {
    font-size: 18px;
  }
}

/* =============================================================================
   PARTNERS SECTION - v3 brandbook style
   ============================================================================= */

.partners {
  padding: 64px 0;
  background: var(--petrol-deep);
  border-top: 1px solid var(--line-petrol);
  border-bottom: 1px solid var(--line-petrol);
}

.partners .sec-label {
  text-align: center;
  margin-bottom: 32px;
}

.partners-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.partner-logo {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgba(250,248,244,0.35);
  text-transform: uppercase;
  transition: color 0.25s;
}

.partner-logo:hover {
  color: var(--gold-light);
}

@media (max-width: 768px) {
  .partners {
    padding: 48px 0;
  }

  .partners-row {
    gap: 32px 24px;
  }

  .partner-logo {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .partners {
    padding: 32px 0;
  }

  .partners-row {
    gap: 24px 20px;
  }

  .partner-logo {
    font-size: 10px;
  }
}

/* =============================================================================
   TEAM SECTION (Beyin Takımı) - v3 brandbook style
   ============================================================================= */

.team {
  padding: 48px 0;
  background: var(--warm-white);
}

.team-header {
  margin-bottom: 32px;
}

.team-sub {
  font-size: 14px;
  font-weight: 400;
  color: #5a554d;
  margin-top: 10px;
  max-width: 520px;
  line-height: 1.55;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

.team-card {
  background: var(--warm-white);
  padding: 0 0 28px;
  transition: background var(--transition-medium);
  border-right: 1px solid var(--line);
}

.team-card:nth-child(4n) {
  border-right: none;
}

.team-card:last-child {
  border-right: none;
}

.team-card:hover {
  background: var(--parchment);
}

.team-photo {
  width: 100%;
  aspect-ratio: 1;
  background: var(--petrol-mid);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.team-photo::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 80%;
  background: rgba(255,255,255,0.06);
  border-radius: 50% 50% 0 0;
}

.team-photo::after {
  content: '';
  position: absolute;
  bottom: 28%;
  left: 50%;
  transform: translateX(-50%);
  width: 36%;
  height: 36%;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
}

.team-info {
  padding: 0 24px;
}

.team-name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 4px;
}

.team-role {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
}

/* Team responsive */
@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .team-card:nth-child(4n) {
    border-right: 1px solid var(--line);
  }

  .team-card:nth-child(3n) {
    border-right: none;
  }
}

@media (max-width: 640px) {
  .team {
    padding: 64px 0;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-card:nth-child(3n) {
    border-right: 1px solid var(--line);
  }

  .team-card:nth-child(2n) {
    border-right: none;
  }

  .team-name {
    font-size: 18px;
  }

  .team-info {
    padding: 0 16px;
  }
}

/* =============================================================================
   HAYAT SECTION - v3 brandbook style
   ============================================================================= */

.hayat {
  padding: 48px 0;
  background: var(--petrol);
}

.hayat .sec-title {
  color: var(--cream);
}

.hayat .sec-label {
  margin-bottom: 10px;
}

.hayat-header {
  margin-bottom: 32px;
}

.hayat-links {
  margin-top: 28px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(184,146,74,0.1);
  border: 2px solid var(--gold);
  padding: 16px 32px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(184,146,74,0.2);
  animation: btn-pulse 2s ease-in-out infinite;
  cursor: pointer;
}

.btn-outline::after {
  content: '→';
  font-size: 16px;
  transition: transform 0.25s;
}

@keyframes btn-pulse {
  0%, 100% {
    box-shadow: 0 0 20px rgba(184,146,74,0.2);
  }
  50% {
    box-shadow: 0 0 30px rgba(184,146,74,0.4);
  }
}

.btn-outline:hover {
  background: var(--gold);
  color: var(--petrol-deep);
  border-color: var(--gold);
  box-shadow: 0 0 35px rgba(184,146,74,0.5);
  transform: translateY(-2px);
  animation: none;
}

.btn-outline:hover::after {
  transform: translateX(4px);
}

.hayat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(255,255,255,0.06);
}

.hayat-card {
  background: var(--petrol);
  padding: 0 0 28px;
  transition: background 0.25s;
}

.hayat-card:hover {
  background: var(--petrol-mid);
}

.hayat-photo {
  width: 100%;
  aspect-ratio: 16/10;
  background: var(--petrol-deep);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hayat-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hayat-date {
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0 24px;
  margin-bottom: 6px;
}

.hayat-title {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 400;
  color: var(--cream);
  padding: 0 24px;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .hayat {
    padding: 64px 0;
  }

  .hayat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hayat {
    padding: 48px 0;
  }

  .hayat-grid {
    grid-template-columns: 1fr;
  }

  .hayat-header {
    margin-bottom: 40px;
  }

  .hayat-links {
    flex-direction: column;
    gap: 12px;
  }

  .btn-outline {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hayat-title {
    font-size: 17px;
  }

  .hayat-date {
    font-size: 11px;
  }
}

/* =============================================================================
   FORM SECTION - v3 brandbook style
   ============================================================================= */

.form-section {
  padding: 48px 0;
  background: var(--petrol-deep);
  position: relative;
  overflow: hidden;
}

.form-section::before {
  content: 'AkademiQ';
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-family: var(--font-display);
  font-size: 160px;
  font-weight: 300;
  color: rgba(184,146,74,0.04);
  letter-spacing: 0.1em;
  pointer-events: none;
  white-space: nowrap;
}

.form-section .si {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 96px;
  align-items: start;
}

.form-intro .sec-label {
  margin-bottom: 10px;
}

.form-content {
  max-width: 600px;
}

/* Form Group Labels */
.form-group-label {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  margin-top: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(184,146,74,0.25);
}

.form-group-label:first-child {
  margin-top: 0;
}

/* Radio Group */
.form-radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 4px;
}

.form-radio-item {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.form-radio-item input[type="radio"] {
  display: none;
}

.form-radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255,255,255,0.35);
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  transition: all 0.2s;
}

.form-radio-item:hover .form-radio-custom {
  border-color: rgba(255,255,255,0.5);
}

.form-radio-item input[type="radio"]:checked + .form-radio-custom {
  border-color: var(--gold);
}

.form-radio-item input[type="radio"]:checked + .form-radio-custom::after {
  content: '';
  position: absolute;
  inset: 4px;
  background: var(--gold);
  border-radius: 50%;
}

.form-radio-text {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  color: rgba(250,248,244,0.8);
  transition: color 0.2s;
}

.form-radio-item:has(input:checked) .form-radio-text {
  color: var(--cream);
}

/* Program select (conditional) */
.program-select-wrap {
  display: none;
  background: rgba(255,255,255,0.03);
  border-left: 2px solid rgba(184,146,74,0.3);
  padding-left: 20px;
  margin-left: 4px;
  margin-top: 24px;
}

.sirket-wrap {
  display: none;
}

/* Form Grid */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
  margin-top: 28px;
}

.fg {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fg.full {
  grid-column: 1 / -1;
}

.fl {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250,248,244,0.65);
  margin-bottom: 4px;
}

.fi {
  background: rgba(255,255,255,0.03);
  border: none;
  border-bottom: 2px solid rgba(255,255,255,0.25);
  padding: 14px 12px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  color: var(--cream);
  outline: none;
  width: 100%;
  transition: all 0.25s;
  border-radius: 4px 4px 0 0;
}

.fi::placeholder {
  color: rgba(255,255,255,0.4);
}

.fi:focus {
  border-bottom-color: var(--gold);
  background: rgba(255,255,255,0.06);
}

/* KVKK Checkbox */
.kvkk-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 4px;
}

.kvkk-cb {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255,255,255,0.35);
  appearance: none;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
  background: transparent;
  border-radius: 4px;
  transition: all 0.2s;
}

.kvkk-cb:hover {
  border-color: rgba(255,255,255,0.5);
}

.kvkk-cb:checked {
  background: var(--gold);
  border-color: var(--gold);
}

.kvkk-cb:checked::after {
  content: '✓';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--petrol-deep);
}

.kvkk-label {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  color: rgba(250,248,244,0.7);
  line-height: 1.6;
}

/* Submit Button */
.btn-submit {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--petrol-deep);
  background: var(--gold);
  padding: 18px 42px;
  border: none;
  cursor: pointer;
  margin-top: 16px;
  transition: all 0.25s;
  width: fit-content;
  border-radius: 3px;
  box-shadow: 0 4px 12px rgba(184, 146, 74, 0.25);
}

.btn-submit::after {
  content: '→';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  transition: transform 0.25s;
}

.btn-submit:hover {
  background: var(--gold-light);
  box-shadow: 0 6px 16px rgba(184, 146, 74, 0.35);
  transform: translateY(-2px);
}

.btn-submit:hover::after {
  transform: translateX(4px);
}

/* Form Success */
.form-success {
  display: none;
  padding: 32px 0;
}

.form-success p {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--gold-light);
  line-height: 1.65;
}

.form-success p strong {
  font-weight: 400;
  color: var(--cream);
}

@media (max-width: 1024px) {
  .form-section .si {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .form-section::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .form-section {
    padding: 64px 0;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .form-section {
    padding: 48px 0;
  }

  .fi {
    font-size: 16px; /* prevents iOS zoom */
  }

  .btn-submit {
    width: 100%;
    justify-content: center;
  }
}

/* =============================================================================
   FOOTER - v3 brandbook style
   ============================================================================= */

footer {
  background: var(--petrol-deep);
  border-top: 1px solid var(--line-petrol);
  padding: 40px 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-logo-icon {
  color: rgba(250,248,244,0.7);
  transition: color var(--transition-normal);
}

.footer-logo-text {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(250,248,244,0.7);
  transition: color var(--transition-normal);
}

.footer-logo-text span {
  color: var(--gold);
}

.footer-brand:hover .footer-logo-icon,
.footer-brand:hover .footer-logo-text {
  color: var(--gold-light);
}

/* Main footer SVG logo - white wordmark + gold iQ */
.footer-logo-wordmark {
  color: var(--cream);
}

/* All strokes white/cream by default */
.footer-logo-wordmark path,
.footer-logo-wordmark line,
.footer-logo-wordmark circle {
  stroke: var(--cream) !important;
}

/* Only iQ elements are GOLD (originally had #d4a96a) */
.footer-logo-wordmark circle[stroke="#d4a96a"] {
  stroke: var(--gold) !important;
}

.footer-logo-wordmark circle[fill="#d4a96a"] {
  fill: var(--gold) !important;
  stroke: none !important;
}

.footer-logo-wordmark line[stroke="#d4a96a"],
.footer-logo-wordmark path[stroke="#d4a96a"] {
  stroke: var(--gold) !important;
}

.footer-links {
  display: flex;
  gap: 24px;
  list-style: none;
  flex-wrap: wrap;
}

.footer-links a {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  color: rgba(250,248,244,0.55);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--gold-light);
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
}

.footer-legal a {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(250,248,244,0.45);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.footer-legal a:hover {
  color: var(--gold-light);
}

.footer-copy {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  color: rgba(250,248,244,0.4);
}

@media (max-width: 768px) {
  footer {
    padding: 32px 28px;
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .footer-links {
    justify-content: center;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  footer {
    padding: 24px 16px;
    gap: 16px;
  }

  .footer-links {
    gap: 12px 16px;
  }

  .footer-links a {
    font-size: 10px;
  }

  .footer-brand {
    font-size: 17px;
  }

  .footer-copy {
    font-size: 10px;
  }
}

/* =============================================================================
   SVG ILLUSTRATION ANIMATIONS
   ============================================================================= */

/* Floating animation */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes floatSlow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

/* Pulse animations */
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(1.1); }
}

@keyframes pulseGlow {
  0%, 100% { opacity: 0.5; filter: blur(0); }
  50% { opacity: 1; filter: blur(2px); }
}

@keyframes pulseSoft {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

/* Rotation animations */
@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes rotateReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

/* Data flow / dash animation */
@keyframes dash {
  to { stroke-dashoffset: -20; }
}

@keyframes dashFlow {
  to { stroke-dashoffset: -40; }
}

/* Draw line animation */
@keyframes drawLine {
  from { stroke-dashoffset: 200; }
  to { stroke-dashoffset: 0; }
}

/* Scale animations */
@keyframes scaleIn {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  25% { transform: translateY(-4px); }
  75% { transform: translateY(2px); }
}

/* Blink animation */
@keyframes blink {
  0%, 45%, 55%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(0.1); }
}

/* Wave animation */
@keyframes wave {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(5px); }
}

/* Grow animation for bars */
@keyframes growUp {
  from { transform: scaleY(0); transform-origin: bottom; }
  to { transform: scaleY(1); transform-origin: bottom; }
}

/* Shimmer effect */
@keyframes shimmer {
  0% { opacity: 0.3; }
  50% { opacity: 0.8; }
  100% { opacity: 0.3; }
}

/* Connection pulse */
@keyframes connectionPulse {
  0%, 100% { stroke-width: 1.5; opacity: 0.4; }
  50% { stroke-width: 2.5; opacity: 0.8; }
}

/* Particle float */
@keyframes particleFloat {
  0%, 100% { transform: translate(0, 0); opacity: 0.5; }
  25% { transform: translate(3px, -5px); opacity: 0.8; }
  50% { transform: translate(-2px, -8px); opacity: 0.6; }
  75% { transform: translate(4px, -3px); opacity: 0.9; }
}

/* Gear teeth animation */
@keyframes gearPulse {
  0%, 100% { stroke-opacity: 0.8; }
  50% { stroke-opacity: 1; stroke-width: 4; }
}

/* Stair climb animation */
@keyframes climbStep {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

/* Target pulse */
@keyframes targetPulse {
  0%, 100% { r: 5; opacity: 1; }
  50% { r: 7; opacity: 0.8; }
}

/* SVG Animation Classes */
.svg-float { animation: float 3s ease-in-out infinite; }
.svg-float-slow { animation: floatSlow 4s ease-in-out infinite; }
.svg-float-delay { animation: float 3s ease-in-out infinite 0.5s; }
.svg-pulse { animation: pulse 2s ease-in-out infinite; }
.svg-pulse-slow { animation: pulseSoft 3s ease-in-out infinite; }
.svg-rotate { animation: rotate 8s linear infinite; }
.svg-rotate-slow { animation: rotate 15s linear infinite; }
.svg-rotate-reverse { animation: rotateReverse 10s linear infinite; }
.svg-dash { animation: dash 1s linear infinite; }
.svg-dash-slow { animation: dashFlow 2s linear infinite; }
.svg-bounce { animation: bounce 2s ease-in-out infinite; }
.svg-blink { animation: blink 4s ease-in-out infinite; }
.svg-shimmer { animation: shimmer 2s ease-in-out infinite; }
.svg-grow { animation: growUp 1s ease-out forwards; }
.svg-connection { animation: connectionPulse 2s ease-in-out infinite; }
.svg-particle { animation: particleFloat 4s ease-in-out infinite; }

/* Staggered delays */
.svg-delay-1 { animation-delay: 0.1s; }
.svg-delay-2 { animation-delay: 0.2s; }
.svg-delay-3 { animation-delay: 0.3s; }
.svg-delay-4 { animation-delay: 0.4s; }
.svg-delay-5 { animation-delay: 0.5s; }
.svg-delay-6 { animation-delay: 0.6s; }

/* =============================================================================
   MOBILE SVG ANIMATION SUPPORT
   Minimal, non-layout-breaking animation enhancements
   ============================================================================= */

/* GPU acceleration hint - does NOT affect layout */
.mobile-svg-animated {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Subtle glow animation for visual interest - filter only, no transform */
@keyframes subtleGlow {
  0%, 100% { filter: drop-shadow(0 0 2px rgba(184, 146, 74, 0.3)); }
  50% { filter: drop-shadow(0 0 6px rgba(184, 146, 74, 0.5)); }
}

/* Apply ONLY filter-based animations on mobile - no transforms that break layout */
@media (max-width: 768px) {
  /* Subtle glow effect - safe because filter doesn't affect layout */
  .ecosystem__card-image svg {
    animation: subtleGlow 3s ease-in-out infinite;
  }

  /* Stagger the glow for visual variety */
  .ecosystem__card:nth-child(2) .ecosystem__card-image svg { animation-delay: 0.5s; }
  .ecosystem__card:nth-child(3) .ecosystem__card-image svg { animation-delay: 1s; }
  .ecosystem__card:nth-child(4) .ecosystem__card-image svg { animation-delay: 1.5s; }
  .ecosystem__card:nth-child(5) .ecosystem__card-image svg { animation-delay: 2s; }
  .ecosystem__card:nth-child(6) .ecosystem__card-image svg { animation-delay: 2.5s; }
}

/* =============================================================================
   STAJYERIMIZ ROCKET ANIMATION - iOS Safari fallback
   ============================================================================= */

/*
 * Rocket flight path animation - simulates SMIL animateMotion
 * Path: M60 200 Q120 180 160 140 Q200 100 260 60 Q300 35 340 25
 * NO rotation here - the inner <g transform="rotate(45)"> handles orientation
 * transform-origin: 0 0 ensures transforms apply from SVG coordinate origin
 */
@keyframes rocketFlight {
  0% {
    transform: translate(60px, 200px);
  }
  20% {
    transform: translate(120px, 160px);
  }
  40% {
    transform: translate(170px, 120px);
  }
  60% {
    transform: translate(220px, 80px);
  }
  80% {
    transform: translate(280px, 45px);
  }
  100% {
    transform: translate(340px, 25px);
  }
}

/* Apply CSS animation on mobile as fallback for SMIL animateMotion */
@media (max-width: 1024px) {
  .career-rocket {
    animation: rocketFlight 4s linear infinite;
    transform-origin: 0 0; /* Critical: transforms from SVG origin, not bounding box center */
  }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .ecosystem__card-image svg {
    animation: none;
  }

  .career-rocket {
    animation: none;
  }
}

/* =============================================================================
   CAMPUS TEASER PAGE - DARK THEME
   ============================================================================= */

/* Dark Theme Base */
.page--dark {
  --campus-bg-primary: #0D1B2A;
  --campus-bg-surface: #1B4965;
  --campus-bg-elevated: #243B55;
  --campus-text-primary: #F8FAFC;
  --campus-text-secondary: #CBD5E1;
  --campus-text-muted: #94A3B8;
  --campus-border: rgba(255, 255, 255, 0.08);
  --campus-accent: #5EEAD4;
  --campus-accent-purple: #7C3AED;
  --campus-accent-gold: #F59E0B;
}

.page--dark body,
body.page--dark {
  background: var(--campus-bg-primary);
  color: var(--campus-text-primary);
}

/* Dark Navigation */
.nav--dark {
  background: rgba(13, 27, 42, 0.95);
  backdrop-filter: blur(10px);
}

.nav--dark .nav__logo {
  color: var(--campus-text-primary);
}

.nav--dark .nav__link {
  color: var(--campus-text-secondary);
}

.nav--dark .nav__link:hover {
  color: var(--campus-text-primary);
}

.nav--dark .nav__link--cta {
  background: linear-gradient(135deg, var(--campus-accent), #2DD4BF);
  color: var(--campus-bg-primary);
}

.nav--dark.nav--scrolled {
  background: rgba(13, 27, 42, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.nav--dark .nav__mobile-toggle span {
  background: var(--campus-text-primary);
}

/* Dark Mobile Menu */
.mobile-menu--dark {
  background: var(--campus-bg-primary);
  border-color: var(--campus-border);
}

.mobile-menu--dark .mobile-menu__link {
  color: var(--campus-text-secondary);
}

.mobile-menu--dark .mobile-menu__link:hover {
  color: var(--campus-text-primary);
  background: var(--campus-bg-surface);
}

/* Dark Section Tag */
.section-tag--dark {
  background: rgba(184, 146, 74, 0.1);
  color: var(--gold);
  border: 1px solid rgba(184, 146, 74, 0.2);
}

/* Dark Secondary Button */
.btn--secondary-dark {
  background: transparent;
  color: var(--campus-text-primary);
  border: 2px solid var(--campus-border);
}

.btn--secondary-dark:hover {
  background: var(--campus-bg-surface);
  border-color: var(--campus-accent);
  color: var(--campus-accent);
}

/* =============================================================================
   CAMPUS HERO
   ============================================================================= */

.campus-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: calc(80px + var(--space-8)) 0 var(--space-10);
  overflow: hidden;
}

.campus-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.campus-hero__gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(94, 234, 212, 0.15), transparent),
    radial-gradient(ellipse 60% 40% at 80% 60%, rgba(124, 58, 237, 0.1), transparent),
    linear-gradient(180deg, var(--campus-bg-primary) 0%, #0A1628 100%);
}

.campus-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(94, 234, 212, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94, 234, 212, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black, transparent);
}

.campus-hero__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-8);
  align-items: center;
  position: relative;
  z-index: 1;
}

.campus-hero__content {
  max-width: 600px;
}

.campus-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(94, 234, 212, 0.1);
  border: 1px solid rgba(94, 234, 212, 0.2);
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
  color: var(--campus-accent);
  margin-bottom: var(--space-6);
}

.campus-hero__badge-dot {
  width: 8px;
  height: 8px;
  background: var(--campus-accent);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
}

.campus-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--campus-text-primary);
  margin-bottom: var(--space-5);
}

.campus-hero__title .text-gradient {
  background: linear-gradient(135deg, var(--campus-accent), var(--campus-accent-purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.campus-hero__subtitle {
  font-size: var(--text-lg);
  color: var(--campus-text-secondary);
  line-height: 1.6;
  margin-bottom: var(--space-7);
}

.campus-hero__actions {
  display: flex;
  gap: var(--space-4);
  margin-bottom: var(--space-8);
  flex-wrap: wrap;
}

.campus-hero__stats {
  display: flex;
  gap: var(--space-6);
  flex-wrap: wrap;
}

.campus-hero__stat {
  text-align: center;
}

.campus-hero__stat-value {
  display: block;
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--campus-accent);
}

.campus-hero__stat-label {
  font-size: var(--text-sm);
  color: var(--campus-text-muted);
}

/* Campus Hero Visual */
.campus-hero__visual {
  position: relative;
}

.campus-hero__mockup {
  position: relative;
}

.campus-hero__browser {
  background: var(--campus-bg-surface);
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.5),
    0 0 0 1px var(--campus-border);
}

.campus-hero__browser-dots {
  display: flex;
  gap: 6px;
  padding: 12px 16px;
  background: var(--campus-bg-elevated);
}

.campus-hero__browser-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--campus-text-muted);
  opacity: 0.5;
}

.campus-hero__browser-dots span:first-child { background: #EF4444; opacity: 1; }
.campus-hero__browser-dots span:nth-child(2) { background: #F59E0B; opacity: 1; }
.campus-hero__browser-dots span:nth-child(3) { background: #10B981; opacity: 1; }

.campus-hero__browser-content {
  padding: 0;
}

.campus-hero__browser-content svg {
  display: block;
  width: 100%;
  height: auto;
}

/* Floating Cards */
.campus-hero__floating {
  position: absolute;
  animation: float 4s ease-in-out infinite;
}

.campus-hero__floating--1 {
  top: 10%;
  right: -20px;
  animation-delay: 0s;
}

.campus-hero__floating--2 {
  bottom: 20%;
  left: -30px;
  animation-delay: 1s;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

.campus-hero__floating-card {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: var(--campus-bg-surface);
  border: 1px solid var(--campus-border);
  border-radius: 8px;
  font-size: var(--text-sm);
  color: var(--campus-text-primary);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.campus-hero__floating-card--purple {
  border-color: rgba(124, 58, 237, 0.3);
}

/* =============================================================================
   CAMPUS FEATURES
   ============================================================================= */

.campus-features {
  padding: var(--space-11) 0;
  background: var(--campus-bg-primary);
}

.campus-features__header {
  text-align: center;
  margin-bottom: var(--space-9);
}

.campus-features__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--campus-text-primary);
  margin: var(--space-4) 0;
}

.campus-features__subtitle {
  font-size: var(--text-lg);
  color: var(--campus-text-secondary);
}

.campus-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}

/* Feature Card */
.campus-feature-card {
  background: var(--campus-bg-surface);
  border: 1px solid var(--campus-border);
  border-radius: 16px;
  padding: var(--space-6);
  transition: all 0.3s ease;
}

.campus-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(94, 234, 212, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.campus-feature-card__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(94, 234, 212, 0.1);
  border-radius: 12px;
  color: var(--campus-accent);
  margin-bottom: var(--space-4);
}

.campus-feature-card__icon--purple {
  background: rgba(124, 58, 237, 0.1);
  color: var(--campus-accent-purple);
}

.campus-feature-card__icon--gold {
  background: rgba(245, 158, 11, 0.1);
  color: var(--campus-accent-gold);
}

.campus-feature-card__title {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--campus-text-primary);
  margin-bottom: var(--space-3);
}

.campus-feature-card__desc {
  font-size: var(--text-base);
  color: var(--campus-text-secondary);
  line-height: 1.6;
  margin-bottom: var(--space-4);
}

.campus-feature-card__tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.campus-feature-card__tag {
  padding: 0.25rem 0.75rem;
  background: rgba(94, 234, 212, 0.1);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  color: var(--campus-accent);
}

.campus-feature-card__tag--purple {
  background: rgba(124, 58, 237, 0.1);
  color: var(--campus-accent-purple);
}

.campus-feature-card__tag--gold {
  background: rgba(245, 158, 11, 0.1);
  color: var(--campus-accent-gold);
}

.campus-feature-card__badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.challenge-badge {
  padding: 0.25rem 0.5rem;
  background: color-mix(in srgb, var(--badge-color) 15%, transparent);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: 500;
  color: var(--badge-color);
}

.campus-feature-card__stat {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.campus-feature-card__stat-value {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--campus-accent);
}

.campus-feature-card__stat-label {
  font-size: var(--text-sm);
  color: var(--campus-text-muted);
}

/* =============================================================================
   CAMPUS CHALLENGES
   ============================================================================= */

.campus-challenges {
  padding: var(--space-10) 0;
  background: linear-gradient(180deg, var(--campus-bg-primary) 0%, var(--campus-bg-surface) 50%, var(--campus-bg-primary) 100%);
}

.campus-challenges__header {
  text-align: center;
  margin-bottom: var(--space-8);
}

.campus-challenges__title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--campus-text-primary);
  margin: var(--space-4) 0;
}

.campus-challenges__subtitle {
  font-size: var(--text-md);
  color: var(--campus-text-secondary);
}

.campus-challenges__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-5);
}

/* Challenge Type Card */
.challenge-type-card {
  background: var(--campus-bg-surface);
  border: 1px solid var(--campus-border);
  border-radius: 12px;
  padding: var(--space-5);
  text-align: center;
  transition: all 0.3s ease;
}

.challenge-type-card:hover {
  transform: translateY(-4px);
  border-color: var(--challenge-color);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 0 20px color-mix(in srgb, var(--challenge-color) 20%, transparent);
}

.challenge-type-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--challenge-color) 15%, transparent);
  border-radius: 10px;
  color: var(--challenge-color);
  margin: 0 auto var(--space-3);
}

.challenge-type-card__badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: var(--challenge-color);
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
  font-weight: 600;
  color: white;
  margin-bottom: var(--space-2);
}

.challenge-type-card__desc {
  font-size: var(--text-sm);
  color: var(--campus-text-muted);
}

/* =============================================================================
   CAMPUS STATS
   ============================================================================= */

.campus-stats {
  padding: var(--space-9) 0;
  background: linear-gradient(135deg, rgba(94, 234, 212, 0.05) 0%, rgba(124, 58, 237, 0.05) 100%);
}

.campus-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-6);
  text-align: center;
}

.campus-stats__item {
  padding: var(--space-5);
}

.campus-stats__value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--campus-accent);
  text-shadow: 0 0 30px rgba(94, 234, 212, 0.3);
}

.campus-stats__label {
  font-size: var(--text-base);
  color: var(--campus-text-secondary);
  margin-top: var(--space-2);
}

/* =============================================================================
   CAMPUS HOW IT WORKS
   ============================================================================= */

.campus-how-it-works {
  padding: var(--space-11) 0;
  background: var(--campus-bg-primary);
}

.campus-how-it-works__header {
  text-align: center;
  margin-bottom: var(--space-9);
}

.campus-how-it-works__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--campus-text-primary);
  margin: var(--space-4) 0;
}

.campus-how-it-works__subtitle {
  font-size: var(--text-lg);
  color: var(--campus-text-secondary);
}

.campus-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-6);
  position: relative;
}

.campus-step {
  position: relative;
  text-align: center;
}

.campus-step__number {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--campus-bg-surface);
  border: 2px solid var(--campus-accent);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--campus-accent);
  margin: 0 auto var(--space-5);
  position: relative;
  z-index: 1;
}

.campus-step__number--final {
  background: linear-gradient(135deg, var(--campus-accent), var(--campus-accent-purple));
  border: none;
  color: var(--campus-bg-primary);
}

.campus-step__connector {
  position: absolute;
  top: 32px;
  left: calc(50% + 40px);
  width: calc(100% - 80px);
  height: 2px;
  background: linear-gradient(90deg, var(--campus-accent), var(--campus-accent-purple));
  opacity: 0.3;
}

.campus-step:last-child .campus-step__connector {
  display: none;
}

.campus-step__title {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--campus-text-primary);
  margin-bottom: var(--space-2);
}

.campus-step__desc {
  font-size: var(--text-sm);
  color: var(--campus-text-secondary);
  line-height: 1.5;
}

/* =============================================================================
   CAMPUS CTA
   ============================================================================= */

.campus-cta {
  padding: var(--space-11) 0;
  background: var(--campus-bg-primary);
  position: relative;
  overflow: hidden;
}

.campus-cta__wrapper {
  position: relative;
  background: linear-gradient(135deg, var(--campus-bg-surface) 0%, var(--campus-bg-elevated) 100%);
  border: 1px solid var(--campus-border);
  border-radius: 24px;
  padding: var(--space-9);
  text-align: center;
  overflow: hidden;
}

.campus-cta__glow {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.campus-cta__content {
  position: relative;
  z-index: 1;
}

.campus-cta__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--campus-text-primary);
  margin-bottom: var(--space-4);
}

.campus-cta__desc {
  font-size: var(--text-lg);
  color: var(--campus-text-secondary);
  max-width: 600px;
  margin: 0 auto var(--space-7);
}

.campus-cta__actions {
  display: flex;
  gap: var(--space-4);
  justify-content: center;
  flex-wrap: wrap;
}

/* =============================================================================
   DARK FOOTER
   ============================================================================= */

.footer--dark {
  background: var(--campus-bg-surface);
  color: var(--campus-text-primary);
}

.footer--dark .footer__logo {
  color: var(--campus-text-primary);
}

.footer--dark .footer__tagline {
  color: var(--campus-text-secondary);
}

.footer--dark .footer__contact a {
  color: var(--campus-accent);
}

.footer--dark .footer__col h4 {
  color: var(--campus-text-primary);
}

.footer--dark .footer__col ul li a {
  color: var(--campus-text-muted);
}

.footer--dark .footer__col ul li a:hover {
  color: var(--campus-accent);
}

.footer--dark .footer__bottom {
  border-top-color: var(--campus-border);
  color: var(--campus-text-muted);
}

.footer--dark .footer__legal a {
  color: var(--campus-text-muted);
}

.footer--dark .footer__legal a:hover {
  color: var(--campus-accent);
}

/* =============================================================================
   CAMPUS RESPONSIVE
   ============================================================================= */

@media (max-width: 1024px) {
  .campus-hero__wrapper {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .campus-hero__content {
    text-align: center;
    max-width: 100%;
  }

  .campus-hero__actions {
    justify-content: center;
  }

  .campus-hero__stats {
    justify-content: center;
  }

  .campus-hero__visual {
    max-width: 500px;
    margin: 0 auto;
  }

  .campus-hero__floating--1 {
    right: 0;
  }

  .campus-hero__floating--2 {
    left: 0;
  }

  .campus-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .campus-challenges__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-4);
  }

  .campus-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .campus-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-8);
  }

  .campus-step__connector {
    display: none;
  }
}

@media (max-width: 768px) {
  .campus-hero {
    padding: calc(70px + var(--space-6)) 0 var(--space-8);
    min-height: auto;
  }

  .campus-hero__title {
    font-size: 2rem;
  }

  .campus-hero__subtitle {
    font-size: var(--text-base);
  }

  .campus-hero__stats {
    gap: var(--space-4);
  }

  .campus-hero__stat-value {
    font-size: var(--text-xl);
  }

  .campus-hero__floating {
    display: none;
  }

  .campus-features {
    padding: var(--space-9) 0;
  }

  .campus-features__grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .campus-challenges__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-3);
  }

  .challenge-type-card {
    padding: var(--space-4);
  }

  .challenge-type-card__icon {
    width: 40px;
    height: 40px;
  }

  .campus-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-4);
  }

  .campus-stats__value {
    font-size: 1.75rem;
  }

  .campus-steps {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .campus-step {
    display: flex;
    gap: var(--space-4);
    text-align: left;
  }

  .campus-step__number {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: var(--text-lg);
    margin: 0;
  }

  .campus-step__content {
    flex: 1;
  }

  .campus-cta__wrapper {
    padding: var(--space-7);
  }

  .campus-cta__title {
    font-size: 1.75rem;
  }
}

@media (max-width: 480px) {
  .campus-hero__actions {
    flex-direction: column;
    width: 100%;
  }

  .campus-hero__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .campus-hero__stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-4);
  }

  .campus-challenges__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .campus-cta__actions {
    flex-direction: column;
  }

  .campus-cta__actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================
   OTONOM TEAM PAGE - Light Theme B2B SaaS
   ========================================= */

/* Otonom Variables - Enhanced for better contrast */
:root {
  --otonom-bg: #F8FAFC;
  --otonom-surface: #FFFFFF;
  --otonom-surface-alt: #F1F5F9;
  --otonom-surface-elevated: #FFFFFF;
  --otonom-border: #E2E8F0;
  --otonom-border-strong: #CBD5E1;
  --otonom-text: #0F172A;
  --otonom-text-secondary: #475569; /* Darkened for better contrast */
  --otonom-text-muted: #64748B;
  --otonom-cyan: #0D9488;
  --otonom-cyan-dark: #0F766E;
  --otonom-cyan-light: #5EEAD4;
  --otonom-cyan-bg: #F0FDFA;
  --otonom-cyan-glow: rgba(13, 148, 136, 0.15);
  --otonom-purple: #7C3AED;
  --otonom-purple-light: #A78BFA;
  --otonom-purple-bg: #F5F3FF;
  --otonom-green: #059669; /* Darkened for contrast */
  --otonom-green-bg: #ECFDF5;
  --otonom-gold: #D97706; /* Darkened for contrast */
  --otonom-gold-bg: #FFFBEB;
  --otonom-red: #DC2626; /* Darkened for contrast */
  --otonom-red-bg: #FEF2F2;
}

/* Page Base */
.page--otonom {
  background: var(--otonom-bg);
  color: var(--otonom-text);
}

.page--otonom .nav {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--otonom-border);
}

.page--otonom .nav--scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.page--otonom .nav__logo,
.page--otonom .nav__link {
  color: var(--otonom-text);
}

.page--otonom .nav__link:hover {
  color: var(--otonom-cyan);
}

.page--otonom .nav__mobile-toggle span {
  background: var(--otonom-text);
}

.page--otonom .mobile-menu {
  background: var(--otonom-surface);
  border-bottom: 1px solid var(--otonom-border);
}

.page--otonom .mobile-menu__link {
  color: var(--otonom-text);
}

/* Otonom Buttons - Enhanced hierarchy */
.otonom-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 1rem 1.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
}

.otonom-btn--primary {
  background: linear-gradient(135deg, var(--otonom-cyan) 0%, var(--otonom-cyan-dark) 100%);
  color: white;
  box-shadow:
    0 4px 14px rgba(13, 148, 136, 0.35),
    0 1px 3px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.otonom-btn--primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.otonom-btn--primary:hover {
  transform: translateY(-3px);
  box-shadow:
    0 8px 25px rgba(13, 148, 136, 0.4),
    0 3px 6px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.otonom-btn--primary:hover::before {
  opacity: 1;
}

.otonom-btn--primary:active {
  transform: translateY(-1px);
}

.otonom-btn--ghost {
  background: var(--otonom-surface);
  color: var(--otonom-text);
  border: 2px solid var(--otonom-border-strong);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.otonom-btn--ghost:hover {
  background: var(--otonom-cyan-bg);
  border-color: var(--otonom-cyan);
  color: var(--otonom-cyan);
  box-shadow: 0 4px 12px var(--otonom-cyan-glow);
}

.otonom-btn--outline {
  background: transparent;
  color: var(--otonom-cyan);
  border: 2px solid var(--otonom-cyan);
  box-shadow: 0 2px 4px rgba(13, 148, 136, 0.1);
}

.otonom-btn--outline:hover {
  background: var(--otonom-cyan);
  color: white;
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.35);
  transform: translateY(-2px);
}

.otonom-btn--large {
  padding: 1.125rem 2.25rem;
  font-size: 1.0625rem;
}

.otonom-cta-btn {
  background: linear-gradient(135deg, var(--otonom-cyan), var(--otonom-cyan-dark)) !important;
  color: white !important;
  padding: 0.625rem 1.25rem !important;
  border-radius: 10px;
  font-weight: 600 !important;
  box-shadow: 0 2px 8px rgba(13, 148, 136, 0.3);
}

.otonom-cta-btn:hover {
  background: linear-gradient(135deg, var(--otonom-cyan-dark), #115e59) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.4);
}

/* Otonom Tag - Enhanced visibility */
.otonom-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, var(--otonom-cyan-bg), #CCFBF1);
  color: var(--otonom-cyan-dark);
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 100px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1px solid rgba(13, 148, 136, 0.15);
  box-shadow: 0 2px 4px rgba(13, 148, 136, 0.08);
}

/* Gradient Text - Enhanced vibrancy */
.otonom-gradient {
  background: linear-gradient(135deg, var(--otonom-cyan) 0%, var(--otonom-purple) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.otonom-gradient::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, var(--otonom-cyan), var(--otonom-purple));
  border-radius: 2px;
  opacity: 0.3;
}

/* =========================================
   OTONOM HERO - Enhanced visual hierarchy
   ========================================= */
.otonom-hero {
  position: relative;
  padding: calc(var(--space-8) + 64px) 0 var(--space-9);
  overflow: hidden;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, var(--otonom-bg) 0%, #FFFFFF 100%);
}

.otonom-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

/* Subtle grid pattern for depth */
.otonom-hero__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(13, 148, 136, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 148, 136, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 0%, black 30%, transparent 70%);
}

.otonom-hero__circles {
  position: absolute;
  inset: 0;
}

.otonom-hero__circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
}

.otonom-hero__circle--1 {
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.25) 0%, transparent 65%);
  top: -250px;
  right: -150px;
  animation: pulse-slow 8s ease-in-out infinite;
}

.otonom-hero__circle--2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.15) 0%, transparent 65%);
  bottom: -150px;
  left: -150px;
  animation: pulse-slow 10s ease-in-out infinite reverse;
}

.otonom-hero__circle--3 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(13, 148, 136, 0.18) 0%, transparent 65%);
  top: 40%;
  left: 25%;
  animation: pulse-slow 6s ease-in-out infinite;
}

@keyframes pulse-slow {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
}

.otonom-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-8);
  align-items: center;
}

.otonom-hero__content {
  position: relative;
  z-index: 2;
}

.otonom-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 1.125rem;
  background: var(--otonom-surface);
  border: 1px solid var(--otonom-border);
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--otonom-cyan-dark);
  margin-bottom: var(--space-6);
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.04),
    0 1px 3px rgba(0, 0, 0, 0.02);
}

.otonom-hero__label svg {
  animation: spin 8s linear infinite;
  color: var(--otonom-cyan);
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.otonom-hero__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: var(--space-5);
  color: var(--otonom-text);
  letter-spacing: -0.02em;
}

.otonom-hero__desc {
  font-size: 1.375rem;
  line-height: 1.6;
  color: var(--otonom-text-secondary);
  margin-bottom: var(--space-7);
  max-width: 520px;
}

.otonom-hero__ctas {
  display: flex;
  gap: 1.125rem;
  flex-wrap: wrap;
}

/* Hero Visual */
.otonom-hero__visual {
  position: relative;
  height: 500px;
}

.otonom-hero__metrics {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.otonom-metric {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 1rem 1.375rem;
  background: var(--otonom-surface);
  border-radius: 18px;
  border: 1px solid var(--otonom-border);
  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.08),
    0 2px 6px rgba(0, 0, 0, 0.04);
  animation: float 6s ease-in-out infinite;
  backdrop-filter: blur(10px);
}

.otonom-metric--1 {
  top: 8%;
  left: 3%;
  animation-delay: 0s;
}

.otonom-metric--2 {
  top: 3%;
  right: 8%;
  animation-delay: 1.5s;
}

.otonom-metric--3 {
  bottom: 22%;
  left: -2%;
  animation-delay: 3s;
}

.otonom-metric--4 {
  bottom: 12%;
  right: 3%;
  animation-delay: 4.5s;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.otonom-metric__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--otonom-cyan-bg);
  color: var(--otonom-cyan);
  box-shadow: 0 2px 4px rgba(13, 148, 136, 0.1);
}

.otonom-metric__icon--green {
  background: var(--otonom-green-bg);
  color: var(--otonom-green);
  box-shadow: 0 2px 4px rgba(5, 150, 105, 0.1);
}

.otonom-metric__icon--cyan {
  background: var(--otonom-cyan-bg);
  color: var(--otonom-cyan);
  box-shadow: 0 2px 4px rgba(13, 148, 136, 0.1);
}

.otonom-metric__icon--purple {
  background: var(--otonom-purple-bg);
  color: var(--otonom-purple);
  box-shadow: 0 2px 4px rgba(124, 58, 237, 0.1);
}

.otonom-metric__icon--gold {
  background: var(--otonom-gold-bg);
  color: var(--otonom-gold);
  box-shadow: 0 2px 4px rgba(217, 119, 6, 0.1);
}

.otonom-metric__content {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.otonom-metric__value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--otonom-text);
  letter-spacing: -0.01em;
}

.otonom-metric__label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--otonom-text-secondary);
}

/* Hero Robot Animation */
.otonom-hero__robot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  z-index: 1;
}

.otonom-hero__robot svg {
  width: 100%;
  height: 100%;
}

/* =========================================
   OTONOM STATS STRIP - Social proof with numbers
   ========================================= */
.otonom-stats {
  padding: var(--space-7) 0;
  background: linear-gradient(135deg, var(--otonom-cyan-dark) 0%, #115E59 100%);
  position: relative;
  overflow: hidden;
}

.otonom-stats::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(94, 234, 212, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(124, 58, 237, 0.1) 0%, transparent 50%);
}

.otonom-stats__grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-8);
  position: relative;
  z-index: 1;
}

.otonom-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
}

.otonom-stats__number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: white;
  letter-spacing: -0.02em;
}

.otonom-stats__label {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

.otonom-stats__divider {
  width: 1px;
  height: 50px;
  background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%);
}

@media (max-width: 768px) {
  .otonom-stats__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-6);
  }

  .otonom-stats__divider {
    display: none;
  }

  .otonom-stats__number {
    font-size: 1.75rem;
  }
}

/* =========================================
   OTONOM TRANSFORM (Before/After) - Enhanced
   ========================================= */
.otonom-transform {
  padding: var(--space-9) 0;
  background: var(--otonom-bg);
}

.otonom-transform__header {
  text-align: center;
  margin-bottom: var(--space-8);
}

.otonom-transform__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--otonom-text);
  margin: var(--space-4) 0;
  letter-spacing: -0.01em;
}

.otonom-transform__subtitle {
  font-size: 1.1875rem;
  color: var(--otonom-text-secondary);
}

.otonom-transform__comparison {
  display: flex;
  gap: var(--space-6);
  align-items: stretch;
  justify-content: center;
}

.otonom-transform__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--otonom-cyan), var(--otonom-cyan-dark));
  border-radius: 50%;
  color: white;
  box-shadow: 0 4px 20px rgba(13, 148, 136, 0.3);
  align-self: center;
}

.otonom-transform__arrow svg {
  width: 28px;
  height: 28px;
}

.otonom-compare {
  flex: 1;
  max-width: 440px;
  padding: var(--space-7);
  border-radius: 24px;
  background: var(--otonom-surface);
  border: 2px solid var(--otonom-border);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.otonom-compare:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.otonom-compare--before {
  border-color: rgba(220, 38, 38, 0.25);
  background: linear-gradient(180deg, var(--otonom-surface) 0%, var(--otonom-red-bg) 100%);
}

.otonom-compare--after {
  border-color: rgba(5, 150, 105, 0.25);
  background: linear-gradient(180deg, var(--otonom-surface) 0%, var(--otonom-cyan-bg) 100%);
  box-shadow: 0 4px 20px rgba(13, 148, 136, 0.1);
}

.otonom-compare__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: var(--space-5);
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--otonom-border);
}

.otonom-compare__badge {
  padding: 0.375rem 0.875rem;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.otonom-compare__badge--red {
  background: var(--otonom-red-bg);
  color: var(--otonom-red);
  border: 1px solid rgba(220, 38, 38, 0.15);
}

.otonom-compare__badge--green {
  background: var(--otonom-green-bg);
  color: var(--otonom-green);
  border: 1px solid rgba(5, 150, 105, 0.15);
}

.otonom-compare__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--otonom-text);
}

.otonom-compare__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.otonom-compare__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  font-size: 0.9375rem;
  color: var(--otonom-text-secondary);
  line-height: 1.6;
  padding: 0.5rem 0;
}

.otonom-compare__list li svg {
  flex-shrink: 0;
  margin-top: 3px;
}

.otonom-compare--before .otonom-compare__list li {
  color: var(--otonom-text-muted);
}

.otonom-compare--after .otonom-compare__list li {
  color: var(--otonom-text-secondary);
  font-weight: 500;
}

/* =========================================
   OTONOM SERVICES - BENTO GRID Enhanced
   ========================================= */
.otonom-services {
  padding: var(--space-9) 0;
  background: linear-gradient(180deg, var(--otonom-surface-alt) 0%, var(--otonom-bg) 100%);
  position: relative;
}

.otonom-services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--otonom-cyan-light) 50%, transparent 100%);
  opacity: 0.5;
}

.otonom-services__header {
  text-align: center;
  margin-bottom: var(--space-8);
}

.otonom-services__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--otonom-text);
  margin-top: var(--space-4);
  letter-spacing: -0.01em;
}

.otonom-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto auto;
  gap: var(--space-5);
}

.otonom-bento__card {
  background: var(--otonom-surface);
  border-radius: 24px;
  padding: var(--space-6);
  border: 1px solid var(--otonom-border);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.otonom-bento__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--otonom-cyan), var(--otonom-cyan-light));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.otonom-bento__card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.1),
    0 8px 20px rgba(13, 148, 136, 0.08);
  border-color: var(--otonom-cyan-light);
}

.otonom-bento__card:hover::before {
  opacity: 1;
}

.otonom-bento__card--large {
  grid-column: span 2;
  grid-row: span 2;
  padding: var(--space-7);
}

.otonom-bento__card--medium {
  grid-column: span 2;
}

.otonom-bento__card--small {
  grid-column: span 1;
}

.otonom-bento__card--wide {
  grid-column: span 4;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: var(--space-6);
  align-items: center;
  padding: var(--space-6) var(--space-7);
}

.otonom-bento__icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--otonom-cyan-bg), #CCFBF1);
  color: var(--otonom-cyan);
  margin-bottom: var(--space-5);
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.15);
}

.otonom-bento__icon--purple {
  background: linear-gradient(135deg, var(--otonom-purple-bg), #EDE9FE);
  color: var(--otonom-purple);
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.15);
}

.otonom-bento__icon--gold {
  background: linear-gradient(135deg, var(--otonom-gold-bg), #FEF3C7);
  color: var(--otonom-gold);
  box-shadow: 0 4px 12px rgba(217, 119, 6, 0.15);
}

.otonom-bento__icon--green {
  background: linear-gradient(135deg, var(--otonom-green-bg), #D1FAE5);
  color: var(--otonom-green);
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.15);
}

.otonom-bento__card--wide .otonom-bento__icon {
  margin-bottom: 0;
}

.otonom-bento__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--otonom-text);
  margin-bottom: 0.625rem;
}

.otonom-bento__card--small .otonom-bento__title {
  font-size: 1.0625rem;
}

.otonom-bento__desc {
  font-size: 0.9375rem;
  color: var(--otonom-text-secondary);
  line-height: 1.7;
}

.otonom-bento__card--large .otonom-bento__desc {
  font-size: 1rem;
}

.otonom-bento__tags {
  display: flex;
  gap: 0.5rem;
  margin-top: var(--space-5);
  flex-wrap: wrap;
}

.otonom-bento__tags span {
  padding: 0.375rem 0.75rem;
  background: var(--otonom-cyan-bg);
  color: var(--otonom-cyan-dark);
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid rgba(13, 148, 136, 0.1);
}

.otonom-bento__stats {
  display: flex;
  gap: var(--space-7);
}

.otonom-bento__stat {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.otonom-bento__stat-value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--otonom-cyan);
}

.otonom-bento__stat-label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--otonom-text-secondary);
}

/* =========================================
   OTONOM PROCESS - Enhanced Horizontal Flow
   ========================================= */
.otonom-process {
  padding: var(--space-9) 0;
  background: var(--otonom-surface);
  position: relative;
}

.otonom-process__header {
  text-align: center;
  margin-bottom: var(--space-8);
}

.otonom-process__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--otonom-text);
  margin-top: var(--space-4);
  letter-spacing: -0.01em;
}

.otonom-process__flow {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  position: relative;
}

/* Progress line connecting steps */
.otonom-process__flow::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 3px;
  background: linear-gradient(90deg,
    var(--otonom-cyan-bg) 0%,
    var(--otonom-cyan-light) 50%,
    var(--otonom-cyan) 100%);
  border-radius: 2px;
  z-index: 0;
}

.otonom-process__step {
  flex: 1;
  max-width: 240px;
  text-align: center;
  padding: 0 var(--space-5);
  position: relative;
  z-index: 1;
}

.otonom-process__connector {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-top: 8px;
  color: var(--otonom-cyan);
  opacity: 0.6;
  z-index: 1;
}

.otonom-process__connector svg {
  width: 24px;
  height: 24px;
}

.otonom-process__number {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-5);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--otonom-cyan-dark);
  background: var(--otonom-surface);
  border-radius: 20px;
  border: 3px solid var(--otonom-cyan-light);
  box-shadow:
    0 4px 12px rgba(13, 148, 136, 0.15),
    inset 0 2px 4px rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.otonom-process__step:hover .otonom-process__number {
  transform: scale(1.05);
  border-color: var(--otonom-cyan);
  box-shadow:
    0 8px 20px rgba(13, 148, 136, 0.25),
    inset 0 2px 4px rgba(255, 255, 255, 0.8);
}

.otonom-process__step--final .otonom-process__number {
  background: linear-gradient(135deg, var(--otonom-cyan), var(--otonom-cyan-dark));
  color: white;
  border: none;
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.4);
}

.otonom-process__step--final:hover .otonom-process__number {
  box-shadow: 0 10px 30px rgba(13, 148, 136, 0.5);
}

.otonom-process__step-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  color: var(--otonom-text);
  margin-bottom: 0.625rem;
}

.otonom-process__step-desc {
  font-size: 0.9375rem;
  color: var(--otonom-text-secondary);
  line-height: 1.6;
}

/* =========================================
   OTONOM CASE STUDY - Enhanced
   ========================================= */
.otonom-case {
  padding: var(--space-9) 0;
  background: linear-gradient(180deg, var(--otonom-bg) 0%, var(--otonom-surface-alt) 100%);
}

.otonom-case__wrapper {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: var(--space-8);
  align-items: center;
  padding: var(--space-8);
  background: var(--otonom-surface);
  border-radius: 28px;
  border: 1px solid var(--otonom-border);
  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.02);
}

.otonom-case__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.125rem);
  font-weight: 700;
  color: var(--otonom-text);
  margin: var(--space-4) 0;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.otonom-case__desc {
  font-size: 1.0625rem;
  color: var(--otonom-text-secondary);
  line-height: 1.75;
  margin-bottom: var(--space-6);
}

.otonom-case__metrics {
  display: flex;
  gap: var(--space-7);
}

.otonom-case__metric {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: var(--space-4);
  background: var(--otonom-cyan-bg);
  border-radius: 12px;
  border: 1px solid rgba(13, 148, 136, 0.1);
}

.otonom-case__metric-value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--otonom-cyan-dark);
}

.otonom-case__metric-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--otonom-text-secondary);
}

/* Case Study Chart - Horizontal Bar */
.otonom-case__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.otonom-case__chart-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  width: 100%;
  max-width: 320px;
  padding: var(--space-6);
  background: linear-gradient(135deg, var(--otonom-surface-alt) 0%, var(--otonom-surface) 100%);
  border-radius: 20px;
  border: 1px solid var(--otonom-border);
}

.otonom-case__chart-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.otonom-case__chart-bar {
  width: 100%;
  height: 40px;
  background: var(--otonom-border);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.otonom-case__chart-fill {
  height: 100%;
  border-radius: 10px;
  transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.otonom-case__chart-bar--before .otonom-case__chart-fill {
  width: 100%;
  background: linear-gradient(90deg, #F87171 0%, var(--otonom-red) 100%);
  box-shadow: inset 0 2px 4px rgba(255,255,255,0.2);
}

.otonom-case__chart-bar--after .otonom-case__chart-fill {
  width: 10%;
  background: linear-gradient(90deg, var(--otonom-cyan-light) 0%, var(--otonom-cyan) 100%);
  box-shadow: inset 0 2px 4px rgba(255,255,255,0.3);
}

.otonom-case__chart-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.otonom-case__chart-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--otonom-text-secondary);
}

.otonom-case__chart-value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.otonom-case__chart-value--before {
  color: var(--otonom-red);
}

.otonom-case__chart-value--after {
  color: var(--otonom-cyan-dark);
}

.otonom-case__chart-label-bottom {
  text-align: center;
  font-size: 0.75rem;
  color: var(--otonom-text-muted);
  padding-top: var(--space-3);
  border-top: 1px solid var(--otonom-border);
  margin-top: var(--space-2);
}

/* =========================================
   OTONOM FAQ - Enhanced readability
   ========================================= */
.otonom-faq {
  padding: var(--space-9) 0;
  background: var(--otonom-surface);
}

.otonom-faq__header {
  text-align: center;
  margin-bottom: var(--space-8);
}

.otonom-faq__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--otonom-text);
  margin-top: var(--space-4);
  letter-spacing: -0.01em;
}

.otonom-faq__list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.otonom-faq__item {
  background: var(--otonom-surface);
  border: 2px solid var(--otonom-border);
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.otonom-faq__item:hover {
  border-color: var(--otonom-cyan-light);
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.08);
}

.otonom-faq__item[open] {
  border-color: var(--otonom-cyan);
  background: linear-gradient(180deg, var(--otonom-surface) 0%, var(--otonom-cyan-bg) 100%);
  box-shadow: 0 8px 30px rgba(13, 148, 136, 0.15);
}

.otonom-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: var(--space-5) var(--space-6);
  cursor: pointer;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--otonom-text);
  list-style: none;
  transition: color 0.2s ease;
}

.otonom-faq__question::-webkit-details-marker {
  display: none;
}

.otonom-faq__question:hover {
  color: var(--otonom-cyan-dark);
}

.otonom-faq__question svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--otonom-text-muted);
  transition: all 0.3s ease;
}

.otonom-faq__item[open] .otonom-faq__question svg {
  transform: rotate(180deg);
  color: var(--otonom-cyan);
}

.otonom-faq__answer {
  padding: 0 var(--space-6) var(--space-6);
  border-top: 1px solid var(--otonom-border);
  margin-top: -0.5rem;
  padding-top: var(--space-5);
}

.otonom-faq__answer p {
  font-size: 1rem;
  color: var(--otonom-text-secondary);
  line-height: 1.75;
}

/* =========================================
   OTONOM CTA - Enhanced conversion focus
   ========================================= */
.otonom-cta {
  padding: var(--space-9) 0;
  background: linear-gradient(135deg, var(--otonom-cyan-bg) 0%, #CCFBF1 50%, #E0F2FE 100%);
  position: relative;
  overflow: hidden;
}

.otonom-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--otonom-cyan-light), transparent);
}

.otonom-cta__wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-8);
  align-items: center;
  padding: var(--space-8) var(--space-9);
  background: var(--otonom-surface);
  border-radius: 28px;
  border: 1px solid rgba(13, 148, 136, 0.15);
  box-shadow:
    0 20px 60px rgba(13, 148, 136, 0.12),
    0 8px 24px rgba(0, 0, 0, 0.06);
  position: relative;
}

.otonom-cta__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--otonom-cyan), var(--otonom-cyan-light), var(--otonom-purple-light));
  border-radius: 28px 28px 0 0;
}

.otonom-cta__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.875rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--otonom-text);
  margin-bottom: var(--space-4);
  letter-spacing: -0.01em;
}

.otonom-cta__desc {
  font-size: 1.0625rem;
  color: var(--otonom-text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-6);
  max-width: 520px;
}

.otonom-cta__features {
  display: flex;
  gap: var(--space-6);
  flex-wrap: wrap;
}

.otonom-cta__feature {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--otonom-text-secondary);
}

.otonom-cta__feature svg {
  color: var(--otonom-green);
  width: 22px;
  height: 22px;
}

.otonom-cta__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* =========================================
   OTONOM FOOTER
   ========================================= */
.otonom-footer {
  background: var(--otonom-surface);
  border-top: 1px solid var(--otonom-border);
}

.otonom-footer .footer__logo {
  color: var(--otonom-text);
}

.otonom-footer .footer__tagline {
  color: var(--otonom-text-secondary);
}

.otonom-footer .footer__contact a {
  color: var(--otonom-cyan);
}

.otonom-footer .footer__col h4 {
  color: var(--otonom-text);
}

.otonom-footer .footer__col ul a {
  color: var(--otonom-text-secondary);
}

.otonom-footer .footer__col ul a:hover {
  color: var(--otonom-cyan);
}

.otonom-footer .footer__bottom {
  border-top-color: var(--otonom-border);
  color: var(--otonom-text-secondary);
}

.otonom-footer .footer__legal a {
  color: var(--otonom-text-secondary);
}

.otonom-footer .footer__legal a:hover {
  color: var(--otonom-cyan);
}

/* =========================================
   OTONOM RESPONSIVE
   ========================================= */
@media (max-width: 1024px) {
  .otonom-hero__grid {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .otonom-hero__desc {
    max-width: 100%;
  }

  .otonom-hero__ctas {
    justify-content: flex-start;
  }

  .otonom-hero__visual {
    height: 400px;
  }

  .otonom-metric--1 { top: 5%; left: 5%; }
  .otonom-metric--2 { top: 5%; right: 5%; }
  .otonom-metric--3 { bottom: 5%; left: 10%; }
  .otonom-metric--4 { bottom: 5%; right: 10%; }

  .otonom-bento {
    grid-template-columns: repeat(2, 1fr);
  }

  .otonom-bento__card--large {
    grid-column: span 2;
    grid-row: span 1;
  }

  .otonom-bento__card--wide {
    grid-column: span 2;
    grid-template-columns: auto 1fr;
  }

  .otonom-bento__stats {
    display: none;
  }

  .otonom-case__wrapper {
    grid-template-columns: 1fr;
  }

  .otonom-cta__wrapper {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .otonom-cta__desc {
    max-width: 100%;
  }

  .otonom-cta__features {
    justify-content: flex-start;
  }

  .otonom-cta__form {
    flex-direction: row;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .otonom-hero {
    min-height: auto;
    padding-top: calc(var(--space-7) + 80px);
    padding-bottom: var(--space-8);
  }

  .otonom-hero__visual {
    height: 320px;
  }

  .otonom-hero__robot {
    width: 200px;
    height: 200px;
  }

  .otonom-metric {
    padding: 0.625rem 0.875rem;
  }

  .otonom-metric__icon {
    width: 32px;
    height: 32px;
  }

  .otonom-metric__icon svg {
    width: 16px;
    height: 16px;
  }

  .otonom-metric__value {
    font-size: 1rem;
  }

  .otonom-metric__label {
    font-size: 0.625rem;
  }

  .otonom-transform__comparison {
    flex-direction: column;
    align-items: center;
  }

  .otonom-transform__arrow {
    transform: rotate(90deg);
  }

  .otonom-compare {
    max-width: 100%;
  }

  .otonom-bento {
    grid-template-columns: 1fr;
  }

  .otonom-bento__card--large,
  .otonom-bento__card--medium,
  .otonom-bento__card--small,
  .otonom-bento__card--wide {
    grid-column: span 1;
  }

  .otonom-bento__card--wide {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .otonom-bento__card--wide .otonom-bento__icon {
    margin: 0 auto var(--space-4);
  }

  .otonom-process__flow {
    flex-direction: column;
    align-items: center;
  }

  .otonom-process__step {
    max-width: 100%;
  }

  .otonom-process__connector {
    transform: rotate(90deg);
    margin: var(--space-3) 0;
  }

  .otonom-case__metrics {
    flex-wrap: wrap;
    gap: var(--space-4);
  }

  .otonom-case__metric {
    min-width: 100px;
  }

  .otonom-cta__form {
    flex-direction: column;
    width: 100%;
  }

  .otonom-cta__form .otonom-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .otonom-hero__ctas {
    flex-direction: column;
    width: 100%;
  }

  .otonom-hero__ctas .otonom-btn {
    width: 100%;
    justify-content: center;
  }

  .otonom-metric--1,
  .otonom-metric--2,
  .otonom-metric--3,
  .otonom-metric--4 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }

  .otonom-hero__metrics {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3);
    padding: var(--space-4);
  }

  .otonom-hero__robot {
    display: none;
  }

  .otonom-trusted__logos {
    gap: var(--space-5);
  }

  .otonom-trusted__logo svg {
    width: 80px;
    height: 28px;
  }
}

/* =============================================================================
   LEGAL PAGES
   ============================================================================= */

.page--legal {
  background: var(--gray-50);
  min-height: 100vh;
}

.page--legal .nav {
  background: white;
  border-bottom: 1px solid var(--gray-200);
}

.page--legal .nav__logo {
  color: var(--gray-900);
}

.page--legal .nav__link {
  color: var(--gray-600);
}

.page--legal .nav__link:hover {
  color: var(--primary-600);
}

.page--legal .nav__link--cta {
  background: var(--primary-600);
  color: white;
}

/* Legal Main */
.legal {
  padding: calc(80px + var(--space-8)) 0 var(--space-10);
}

.legal__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 var(--space-5);
}

/* Legal Header */
.legal__header {
  margin-bottom: var(--space-8);
}

.legal__breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--gray-500);
  margin-bottom: var(--space-4);
}

.legal__breadcrumb a {
  color: var(--primary-600);
  text-decoration: none;
}

.legal__breadcrumb a:hover {
  text-decoration: underline;
}

.legal__breadcrumb span:last-child {
  color: var(--gray-700);
}

.legal__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: var(--space-3);
}

.legal__meta {
  font-size: var(--text-sm);
  color: var(--gray-500);
}

/* Legal Content */
.legal__content {
  background: white;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: var(--space-8);
}

.legal__section {
  margin-bottom: var(--space-8);
  padding-bottom: var(--space-8);
  border-bottom: 1px solid var(--gray-200);
}

.legal__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.legal__section h2 {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: var(--space-4);
}

.legal__section h3 {
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--gray-800);
  margin-top: var(--space-5);
  margin-bottom: var(--space-3);
}

.legal__section p {
  font-size: var(--text-base);
  color: var(--gray-700);
  line-height: 1.75;
  margin-bottom: var(--space-4);
}

.legal__section p:last-child {
  margin-bottom: 0;
}

.legal__section ul {
  margin: var(--space-4) 0;
  padding-left: var(--space-6);
}

.legal__section ul li {
  font-size: var(--text-base);
  color: var(--gray-700);
  line-height: 1.75;
  margin-bottom: var(--space-2);
}

.legal__section ul li:last-child {
  margin-bottom: 0;
}

.legal__section a {
  color: var(--primary-600);
  text-decoration: none;
}

.legal__section a:hover {
  text-decoration: underline;
}

.legal__section strong {
  font-weight: 600;
  color: var(--gray-900);
}

/* Legal Info Box */
.legal__info-box {
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: var(--space-5);
  margin: var(--space-5) 0;
  font-size: var(--text-sm);
  color: var(--gray-700);
  line-height: 1.75;
}

.legal__info-box strong {
  display: block;
  margin-bottom: var(--space-2);
  color: var(--gray-900);
}

.legal__info-box a {
  color: var(--primary-600);
}

/* Legal Table */
.legal__table {
  width: 100%;
  border-collapse: collapse;
  margin: var(--space-5) 0;
  font-size: var(--text-sm);
}

.legal__table th,
.legal__table td {
  padding: var(--space-3) var(--space-4);
  text-align: left;
  border-bottom: 1px solid var(--gray-200);
}

.legal__table th {
  background: var(--gray-50);
  font-weight: 600;
  color: var(--gray-900);
}

.legal__table td {
  color: var(--gray-700);
}

.legal__table tr:last-child td {
  border-bottom: none;
}

/* Rights Grid */
.legal__rights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-4);
  margin: var(--space-5) 0;
}

.legal__right {
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: var(--space-4);
  text-align: center;
}

.legal__right-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-3);
  color: white;
}

.legal__right-icon svg {
  width: 20px;
  height: 20px;
}

.legal__right strong {
  display: block;
  font-size: var(--text-sm);
  color: var(--gray-900);
  margin-bottom: var(--space-1);
}

.legal__right span {
  font-size: var(--text-xs);
  color: var(--gray-600);
}

/* Application Methods */
.legal__application-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-4);
  margin: var(--space-5) 0;
}

.legal__method {
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: var(--space-5);
}

.legal__method h4 {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: var(--space-2);
}

.legal__method h4 svg {
  width: 20px;
  height: 20px;
  color: var(--primary-600);
}

.legal__method p {
  font-size: var(--text-sm);
  color: var(--gray-600);
  margin-bottom: var(--space-3);
}

.legal__method a {
  display: inline-block;
  color: var(--primary-600);
  font-size: var(--text-sm);
  font-weight: 500;
}

/* Legal Navigation */
.legal__nav {
  display: flex;
  gap: var(--space-4);
  margin-top: var(--space-8);
  padding-top: var(--space-6);
  border-top: 1px solid var(--gray-200);
}

.legal__nav-link {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  padding: var(--space-4);
  background: white;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.legal__nav-link:hover {
  border-color: var(--primary-300);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.1);
}

.legal__nav-link span {
  font-size: var(--text-xs);
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.legal__nav-link strong {
  font-size: var(--text-sm);
  color: var(--primary-600);
}

/* Legal Page Standard Footer Override */
.page--legal footer {
  background: var(--petrol-deep);
  border-top: 1px solid var(--line-petrol);
}

.page--legal .footer-brand {
  color: rgba(250, 248, 244, 0.7);
}

.page--legal .footer-logo-wordmark {
  color: rgba(250, 248, 244, 0.7);
}

.page--legal .footer-links a {
  color: rgba(250, 248, 244, 0.3);
}

.page--legal .footer-links a:hover {
  color: var(--gold-light);
}

.page--legal .footer-legal a {
  color: rgba(250, 248, 244, 0.3);
}

.page--legal .footer-legal a:hover {
  color: var(--gold-light);
}

.page--legal .footer-copy {
  color: rgba(250, 248, 244, 0.2);
}

/* Legal Responsive */
@media (max-width: 768px) {
  .legal {
    padding-top: calc(60px + var(--space-6));
  }

  .legal__content {
    padding: var(--space-5);
  }

  .legal__table {
    display: block;
    overflow-x: auto;
  }

  .legal__rights-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .legal__application-methods {
    grid-template-columns: 1fr;
  }

  .legal__nav {
    flex-direction: column;
  }

  .legal-footer .footer__bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .legal__content {
    padding: var(--space-4);
    border-radius: 12px;
  }

  .legal__section {
    padding-bottom: var(--space-6);
    margin-bottom: var(--space-6);
  }

  .legal__section h2 {
    font-size: var(--text-lg);
  }

  .legal__rights-grid {
    grid-template-columns: 1fr;
  }

  .legal__table th,
  .legal__table td {
    padding: var(--space-2) var(--space-3);
    font-size: var(--text-xs);
  }
}

/* =============================================================================
   METRIQ PAGE STYLES
   ============================================================================= */

/* Page Base */
.page--metriq {
  background: var(--metriq-bg);
  color: var(--metriq-text);
}

/* Navigation */
.nav--metriq {
  background: rgba(250, 250, 249, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--metriq-border);
}

.nav--metriq .nav__logo {
  color: var(--metriq-text);
}

.nav--metriq .nav__link {
  color: var(--metriq-text-secondary);
}

.nav--metriq .nav__link:hover {
  color: var(--metriq-primary);
}

.nav--metriq .nav__link--metriq {
  background: linear-gradient(135deg, var(--metriq-primary) 0%, var(--metriq-primary-dark) 100%);
  color: white;
}

.nav--metriq .nav__link--metriq:hover {
  background: linear-gradient(135deg, var(--metriq-primary-dark) 0%, var(--metriq-primary-darker) 100%);
  color: white;
}

/* MetriQ Buttons */
.metriq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.metriq-btn--primary {
  background: linear-gradient(135deg, var(--metriq-primary) 0%, var(--metriq-primary-dark) 100%);
  color: white;
  box-shadow: 0 4px 14px var(--metriq-primary-glow), inset 0 1px 0 rgba(255,255,255,0.2);
}

.metriq-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px var(--metriq-primary-glow), inset 0 1px 0 rgba(255,255,255,0.2);
}

.metriq-btn--ghost {
  background: transparent;
  color: var(--metriq-text);
  border: 1px solid var(--metriq-border-strong);
}

.metriq-btn--ghost:hover {
  background: var(--metriq-surface);
  border-color: var(--metriq-primary);
  color: var(--metriq-primary);
}

.metriq-btn--full {
  width: 100%;
}

/* MetriQ Tag */
.metriq-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--metriq-primary-bg);
  color: var(--metriq-primary-dark);
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 100px;
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.metriq-tag--light {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
}

/* Section Header */
.metriq-section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--space-9);
}

.metriq-section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--metriq-text);
  margin: var(--space-5) 0 var(--space-4);
  line-height: 1.2;
}

.metriq-section-desc {
  font-size: var(--text-md);
  color: var(--metriq-text-secondary);
  line-height: 1.6;
}

/* Gradient Text */
.metriq-gradient-text {
  background: linear-gradient(135deg, var(--metriq-primary) 0%, var(--metriq-human) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* =============================================================================
   METRIQ HERO
   ============================================================================= */

.metriq-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: calc(80px + var(--space-8)) 0 var(--space-10);
  overflow: hidden;
}

.metriq-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.metriq-hero__gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 70% 30%, var(--metriq-primary-glow), transparent),
    radial-gradient(ellipse 50% 40% at 20% 70%, var(--metriq-human-glow), transparent);
}

.metriq-hero__pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--metriq-border) 1px, transparent 1px),
    linear-gradient(90deg, var(--metriq-border) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.3;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black, transparent);
}

.metriq-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-9);
  align-items: center;
}

/* Hero Content */
.metriq-hero__content {
  position: relative;
  z-index: 1;
}

.metriq-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--metriq-surface);
  border: 1px solid var(--metriq-border);
  border-radius: 100px;
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 500;
  color: var(--metriq-text-secondary);
  margin-bottom: var(--space-6);
}

.metriq-hero__badge-dot {
  width: 8px;
  height: 8px;
  background: var(--metriq-primary);
  border-radius: 50%;
  animation: metriqPulse 2s ease-in-out infinite;
}

@keyframes metriqPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.2); }
}

.metriq-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--metriq-text);
  margin-bottom: var(--space-6);
}

/* Ratio Display */
.metriq-hero__ratio {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  margin-bottom: var(--space-6);
}

.metriq-hero__ratio-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.metriq-hero__ratio-value {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
}

.metriq-hero__ratio-item--ai .metriq-hero__ratio-value {
  color: var(--metriq-primary);
}

.metriq-hero__ratio-item--human .metriq-hero__ratio-value {
  color: var(--metriq-human);
}

.metriq-hero__ratio-label {
  font-size: var(--text-xs);
  color: var(--metriq-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.metriq-hero__ratio-divider {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--metriq-text-muted);
  font-weight: 300;
}

.metriq-hero__desc {
  font-size: var(--text-md);
  color: var(--metriq-text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-7);
  max-width: 500px;
}

.metriq-hero__desc strong {
  color: var(--metriq-text);
  font-weight: 600;
}

.metriq-hero__ctas {
  display: flex;
  gap: var(--space-5);
  flex-wrap: wrap;
}

/* Hero Visual */
.metriq-hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 450px;
}

.metriq-synergy {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.metriq-synergy__svg {
  width: 100%;
  height: auto;
}

/* Floating Metric Cards */
.metriq-hero__float {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.25rem;
  background: var(--metriq-surface);
  border: 1px solid var(--metriq-border);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  animation: metriqFloat 6s ease-in-out infinite;
}

.metriq-hero__float--1 {
  top: 10%;
  right: 5%;
  animation-delay: 0s;
}

.metriq-hero__float--2 {
  bottom: 20%;
  left: 0;
  animation-delay: 2s;
}

.metriq-hero__float--3 {
  bottom: 5%;
  right: 10%;
  animation-delay: 4s;
}

@keyframes metriqFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.metriq-hero__float-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--metriq-primary-bg);
  border-radius: 10px;
  color: var(--metriq-primary);
}

.metriq-hero__float-icon--human {
  background: var(--metriq-human-bg);
  color: var(--metriq-human);
}

.metriq-hero__float-icon--models {
  background: linear-gradient(135deg, var(--metriq-primary-bg), #EDE9FE);
  color: var(--color-accent-purple);
}

.metriq-hero__float-content {
  display: flex;
  flex-direction: column;
}

.metriq-hero__float-value {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 700;
  color: var(--metriq-text);
  line-height: 1;
}

.metriq-hero__float-label {
  font-size: var(--text-xs);
  color: var(--metriq-text-muted);
}

/* =============================================================================
   METRIQ ABOUT (BENTO)
   ============================================================================= */

.metriq-about {
  padding: var(--space-11) 0;
  background: var(--metriq-surface);
}

.metriq-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: var(--space-6);
}

.metriq-bento__card {
  background: var(--metriq-bg);
  border: 1px solid var(--metriq-border);
  border-radius: 20px;
  padding: var(--space-7);
  transition: all 0.3s ease;
}

.metriq-bento__card:hover {
  border-color: var(--metriq-primary);
  box-shadow: 0 8px 32px var(--metriq-primary-glow);
}

.metriq-bento__card--large {
  grid-column: span 2;
}

.metriq-bento__card--wide {
  grid-column: span 3;
}

.metriq-bento__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--metriq-primary-bg);
  border-radius: 14px;
  color: var(--metriq-primary);
  margin-bottom: var(--space-5);
}

.metriq-bento__icon--ai {
  background: linear-gradient(135deg, var(--metriq-primary-bg), #DBEAFE);
  color: var(--color-info);
}

.metriq-bento__icon--shield {
  background: var(--metriq-primary-bg);
  color: var(--metriq-primary-dark);
}

.metriq-bento__icon--performance {
  background: linear-gradient(135deg, var(--metriq-human-bg), var(--metriq-primary-bg));
  color: var(--metriq-human);
}

.metriq-bento__title {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--metriq-text);
  margin-bottom: var(--space-4);
}

.metriq-bento__desc {
  font-size: var(--text-sm);
  color: var(--metriq-text-secondary);
  line-height: 1.6;
}

/* Team Grid Visual */
.metriq-bento__visual {
  margin-top: var(--space-6);
}

.metriq-team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.metriq-team-dot {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--metriq-human-light), var(--metriq-human));
  border-radius: 50%;
  opacity: 0.8;
}

.metriq-team-dot:nth-child(odd) {
  background: linear-gradient(135deg, var(--metriq-primary-light), var(--metriq-primary));
}

.metriq-team-dot--more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 600;
  color: white;
  width: auto;
  padding: 0 12px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--metriq-text-secondary), var(--metriq-text));
}

/* Model Badges */
.metriq-model-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: var(--space-5);
}

.metriq-model-badge {
  padding: 0.375rem 0.75rem;
  background: var(--metriq-surface);
  border: 1px solid var(--metriq-border);
  border-radius: 8px;
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 500;
  color: var(--metriq-text-secondary);
}

.metriq-model-badge--more {
  background: var(--metriq-primary-bg);
  border-color: var(--metriq-primary);
  color: var(--metriq-primary);
}

/* Compliance Badges */
.metriq-compliance-badges {
  display: flex;
  gap: 0.5rem;
  margin-top: var(--space-5);
}

.metriq-compliance-badge {
  padding: 0.5rem 1rem;
  background: var(--metriq-primary);
  color: white;
  border-radius: 8px;
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 600;
}

/* =============================================================================
   METRIQ CAPABILITIES (HONEYCOMB)
   ============================================================================= */

.metriq-capabilities {
  padding: var(--space-11) 0;
  background: var(--metriq-bg);
}

.metriq-honeycomb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
  max-width: 900px;
  margin: 0 auto;
}

.metriq-hex {
  position: relative;
  background: var(--metriq-surface);
  border: 2px solid var(--metriq-border);
  border-radius: 24px;
  padding: var(--space-7);
  text-align: center;
  transition: all 0.3s ease;
}

.metriq-hex::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 26px;
  background: linear-gradient(135deg, var(--metriq-primary), var(--metriq-human));
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}

.metriq-hex:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: 0 12px 32px var(--metriq-primary-glow);
}

.metriq-hex:hover::before {
  opacity: 1;
}

.metriq-hex--highlight {
  background: linear-gradient(135deg, var(--metriq-primary-bg), var(--metriq-human-bg));
  border-color: var(--metriq-primary);
}

.metriq-hex__inner {
  position: relative;
  z-index: 1;
}

.metriq-hex__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--metriq-primary-bg);
  border-radius: 16px;
  color: var(--metriq-primary);
  margin: 0 auto var(--space-5);
}

.metriq-hex:hover .metriq-hex__icon {
  background: var(--metriq-primary);
  color: white;
}

.metriq-hex__title {
  font-family: var(--font-display);
  font-size: var(--text-md);
  font-weight: 600;
  color: var(--metriq-text);
  margin-bottom: var(--space-3);
}

.metriq-hex__desc {
  font-size: var(--text-sm);
  color: var(--metriq-text-secondary);
  line-height: 1.5;
}

/* =============================================================================
   METRIQ WHY SECTION
   ============================================================================= */

.metriq-why {
  padding: var(--space-11) 0;
  background: linear-gradient(135deg, var(--metriq-text) 0%, #292524 100%);
  color: white;
}

.metriq-why__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-9);
  align-items: center;
}

.metriq-why__quote {
  position: relative;
}

.metriq-why__quotemark {
  position: absolute;
  top: -20px;
  left: -10px;
  color: var(--metriq-primary);
}

.metriq-why__text {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  line-height: 1.4;
  color: #F5F5F4;
  margin: 0;
}

.metriq-why__text strong {
  color: var(--metriq-human-light);
}

.metriq-why__questions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: var(--space-6);
}

.metriq-why__questions span {
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  font-size: var(--text-sm);
  color: #A8A29E;
}

.metriq-why__solution {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: var(--space-8);
}

.metriq-why__solution-title {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 600;
  color: white;
  margin-bottom: var(--space-6);
}

.metriq-why__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.metriq-why__list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: var(--text-base);
  color: #D6D3D1;
}

.metriq-why__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--metriq-primary);
  border-radius: 10px;
  color: white;
  flex-shrink: 0;
}

.metriq-why__icon--human {
  background: var(--metriq-human);
}

.metriq-why__icon--ai {
  background: linear-gradient(135deg, var(--metriq-primary), var(--color-accent-purple));
}

.metriq-why__icon--tune {
  background: linear-gradient(135deg, var(--metriq-human), var(--metriq-primary));
}

/* =============================================================================
   METRIQ APPLY FORM
   ============================================================================= */

.metriq-apply {
  padding: var(--space-11) 0;
  background: linear-gradient(135deg, var(--metriq-primary-dark) 0%, var(--metriq-primary-darker) 100%);
  color: white;
}

.metriq-apply__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-9);
  align-items: start;
}

.metriq-apply__info {
  padding-right: var(--space-8);
}

.metriq-apply__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  color: white;
  margin: var(--space-5) 0 var(--space-5);
}

.metriq-apply__title .metriq-gradient-text {
  background: linear-gradient(135deg, #6EE7B7 0%, var(--metriq-human-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.metriq-apply__desc {
  font-size: var(--text-md);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: var(--space-8);
}

.metriq-apply__features {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.metriq-apply__feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.metriq-apply__feature-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: var(--metriq-primary-light);
  flex-shrink: 0;
}

.metriq-apply__feature h4 {
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 600;
  color: white;
  margin-bottom: 0.25rem;
}

.metriq-apply__feature p {
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Form Wrapper */
.metriq-apply__form-wrapper {
  background: var(--metriq-surface);
  border-radius: 24px;
  padding: var(--space-8);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.metriq-apply__form {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.metriq-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.metriq-form-group label {
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--metriq-text);
}

.metriq-form-group input,
.metriq-form-group select {
  padding: 0.875rem 1rem;
  background: var(--metriq-bg);
  border: 1px solid var(--metriq-border);
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--metriq-text);
  transition: all 0.2s ease;
}

.metriq-form-group input:focus,
.metriq-form-group select:focus {
  outline: none;
  border-color: var(--metriq-primary);
  box-shadow: 0 0 0 3px var(--metriq-primary-glow);
}

.metriq-form-group input::placeholder {
  color: var(--metriq-text-muted);
}

.metriq-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-5);
}

.metriq-form-group--checkbox {
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}

.metriq-form-group--checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--metriq-primary);
  cursor: pointer;
}

.metriq-form-group--checkbox label {
  font-size: var(--text-sm);
  font-weight: 400;
  color: var(--metriq-text-secondary);
  cursor: pointer;
}

.metriq-form-group--checkbox label a {
  color: var(--metriq-primary);
  text-decoration: underline;
}

.metriq-form-note {
  font-size: var(--text-xs);
  color: var(--metriq-text-muted);
  text-align: center;
  margin-top: var(--space-4);
  display: none;
}

.metriq-form-note a {
  color: var(--metriq-primary);
}

/* =============================================================================
   METRIQ FOOTER
   ============================================================================= */

.metriq-footer {
  background: var(--metriq-surface);
  border-top: 1px solid var(--metriq-border);
}

.metriq-footer .footer__logo {
  color: var(--metriq-text);
}

.metriq-footer .footer__tagline {
  color: var(--metriq-text-secondary);
}

.metriq-footer .footer__contact a {
  color: var(--metriq-primary);
}

.metriq-footer .footer__col h4 {
  color: var(--metriq-text);
}

.metriq-footer .footer__col ul li a {
  color: var(--metriq-text-muted);
}

.metriq-footer .footer__col ul li a:hover {
  color: var(--metriq-primary);
}

.metriq-footer .footer__bottom {
  border-top-color: var(--metriq-border);
  color: var(--metriq-text-muted);
}

.metriq-footer .footer__legal a {
  color: var(--metriq-text-muted);
}

.metriq-footer .footer__legal a:hover {
  color: var(--metriq-primary);
}

/* =============================================================================
   METRIQ RESPONSIVE
   ============================================================================= */

@media (max-width: 1024px) {
  .metriq-hero__grid {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .metriq-hero__visual {
    min-height: 350px;
  }

  .metriq-bento {
    grid-template-columns: repeat(2, 1fr);
  }

  .metriq-bento__card--large {
    grid-column: span 2;
  }

  .metriq-bento__card--wide {
    grid-column: span 2;
  }

  .metriq-honeycomb {
    grid-template-columns: repeat(2, 1fr);
  }

  .metriq-why__wrapper {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .metriq-apply__wrapper {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .metriq-apply__info {
    padding-right: 0;
    text-align: center;
  }

  .metriq-apply__features {
    align-items: center;
  }
}

@media (max-width: 768px) {
  .metriq-hero {
    min-height: auto;
    padding-top: calc(70px + var(--space-7));
  }

  .metriq-hero__visual {
    display: none;
  }

  .metriq-hero__ratio {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-4);
  }

  .metriq-hero__ratio-divider {
    display: none;
  }

  .metriq-hero__ctas {
    flex-direction: column;
  }

  .metriq-hero__ctas .metriq-btn {
    width: 100%;
    justify-content: center;
  }

  .metriq-bento {
    grid-template-columns: 1fr;
  }

  .metriq-bento__card--large,
  .metriq-bento__card--wide {
    grid-column: span 1;
  }

  .metriq-honeycomb {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }

  .metriq-hex {
    padding: var(--space-6);
  }

  .metriq-why__text {
    font-size: 1.25rem;
  }

  .metriq-form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .metriq-section-header {
    margin-bottom: var(--space-8);
  }

  .metriq-hero__title {
    font-size: 2rem;
  }

  .metriq-hero__ratio-value {
    font-size: 2.5rem;
  }

  .metriq-apply__form-wrapper {
    padding: var(--space-6);
    border-radius: 20px;
  }
}

/* =============================================================================
   PAGE-SPECIFIC NAV STYLES
   ============================================================================= */

/* AI Data Force - Dark nav with toprak-deep background */
.page--adf .nav {
  background: rgba(17, 6, 32, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.page--adf .nav__logo {
  color: var(--cream);
}

.page--adf .nav__link {
  color: rgba(250, 248, 244, 0.45);
}

.page--adf .nav__link:hover {
  color: var(--gold-light);
}

.page--adf .nav__link--active {
  color: var(--cream);
}

.page--adf .nav__cta {
  background: var(--gold);
  color: var(--toprak-deep);
}

.page--adf .nav__cta:hover {
  background: var(--gold-light);
}

.page--adf .nav__contact {
  color: rgba(250, 248, 244, 0.45);
}

.page--adf .nav__mobile-toggle span {
  background: var(--cream);
}

.page--adf .mobile-menu {
  background: rgba(17, 6, 32, 0.98);
}

.page--adf .mobile-menu__link {
  color: rgba(250, 248, 244, 0.6);
}

/* Qampus - Light nav with cream background */
.page--qampus .nav {
  background: rgba(250, 248, 244, 0.96);
  border-bottom: 1px solid rgba(184, 146, 74, 0.12);
}

.page--qampus .nav__logo {
  color: var(--ink);
}

.page--qampus .nav__link {
  color: rgba(15, 15, 14, 0.4);
}

.page--qampus .nav__link:hover {
  color: var(--gold);
}

.page--qampus .nav__link--active {
  color: var(--ink);
}

.page--qampus .nav__cta {
  background: var(--bordo);
  color: var(--cream);
}

.page--qampus .nav__cta:hover {
  background: var(--gold);
  color: var(--bordo-deep);
}

.page--qampus .nav__contact {
  color: rgba(15, 15, 14, 0.45);
}

.page--qampus .nav__mobile-toggle span {
  background: var(--ink);
}

.page--qampus .mobile-menu {
  background: rgba(250, 248, 244, 0.98);
}

.page--qampus .mobile-menu__link {
  color: var(--ink);
}

/* Qampus Form Section Override */
.page--qampus .product-form {
  background: var(--bordo);
}

.page--qampus .product-form .sec-title {
  color: var(--cream);
}

.page--qampus .product-form .fl {
  color: rgba(250, 248, 244, 0.7);
}

.page--qampus .product-form .fi {
  background: rgba(255, 255, 255, 0.06);
  border-bottom-color: rgba(255, 255, 255, 0.3);
  color: var(--cream);
}

.page--qampus .product-form .fi:focus {
  background: rgba(255, 255, 255, 0.1);
}

.page--qampus .product-form .fi::placeholder {
  color: rgba(250, 248, 244, 0.45);
}

.page--qampus .product-form .btn-submit {
  background: var(--gold);
  color: var(--bordo-deep);
}

.page--qampus .product-form__watermark {
  color: rgba(255, 255, 255, 0.03);
}

.page--qampus .form-group-label {
  color: var(--gold);
}

.page--qampus .form-radio-text {
  color: rgba(250, 248, 244, 0.8);
}

.page--qampus .form-radio-item:has(input:checked) .form-radio-text {
  color: var(--cream);
}

.page--qampus .form-radio-custom {
  border-color: rgba(255, 255, 255, 0.35);
}

.page--qampus .form-radio-item input[type="radio"]:checked + .form-radio-custom {
  border-color: var(--gold);
}

.page--qampus .kvkk-label {
  color: rgba(250, 248, 244, 0.6);
}

.page--qampus .kvkk-label a {
  color: var(--gold-light);
}

/* MetriQ - Light nav with warm-white background */
.page--metriq .nav {
  background: rgba(250, 248, 244, 0.95);
  border-bottom: 1px solid rgba(184, 146, 74, 0.12);
}

.page--metriq .nav__logo {
  color: var(--ink);
}

.page--metriq .nav__link {
  color: rgba(15, 15, 14, 0.45);
}

.page--metriq .nav__link:hover {
  color: var(--gold);
}

.page--metriq .nav__link--active {
  color: var(--ink);
}

.page--metriq .nav__cta {
  background: var(--ink);
  color: var(--warm-white);
}

.page--metriq .nav__cta:hover {
  background: var(--gold);
}

.page--metriq .nav__contact {
  color: rgba(15, 15, 14, 0.45);
}

.page--metriq .nav__mobile-toggle span {
  background: var(--ink);
}

.page--metriq .mobile-menu {
  background: rgba(250, 248, 244, 0.98);
}

.page--metriq .mobile-menu__link {
  color: var(--ink);
}

/* =============================================================================
   AI DATA FORCE PAGE STYLES
   ============================================================================= */

/* AI Data Force Hero */
.adf-hero {
  min-height: 100vh;
  background: var(--toprak);
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
}

.adf-hero::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: var(--toprak-deep);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
}

.adf-hero__left {
  position: relative;
  z-index: 2;
  padding: 88px 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.adf-hero__eyebrow {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.adf-hero__eyebrow::before {
  content: '';
  width: 36px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

.adf-hero__headline {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 6rem;
  line-height: 0.93;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin-bottom: 32px;
}

.adf-hero__headline em {
  font-style: italic;
  color: var(--gold);
}

.adf-hero__sub {
  font-size: 24px;
  font-weight: 300;
  color: rgba(250, 248, 244, 0.65);
  line-height: 1.55;
  margin-bottom: 16px;
  max-width: 460px;
}

.adf-hero__sub--large {
  font-size: 36px;
  line-height: 1.1;
}

.adf-hero__sub--large .gold {
  color: var(--gold);
}

.adf-hero__sub--italic {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
}

.adf-hero__brands {
  font-size: 19px;
  font-weight: 300;
  color: rgba(250, 248, 244, 0.38);
  line-height: 1.65;
  margin-bottom: 24px;
  max-width: 460px;
  font-style: italic;
}

.adf-hero__right {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 144px 64px 80px;
}

.adf-hero__ops {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  max-width: 400px;
}

.adf-ops-item {
  display: flex;
  align-items: center;
  gap: 24px;
  border-left: 3px solid rgba(184, 146, 74, 0.2);
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.03);
  transition: all 0.25s;
}

.adf-ops-item:hover {
  background: rgba(184, 146, 74, 0.07);
  border-left-color: var(--gold);
}

.adf-ops-item__name {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  color: var(--gold-light);
  min-width: 150px;
}

.adf-ops-item__desc {
  font-size: 14px;
  font-weight: 300;
  color: rgba(250, 248, 244, 0.45);
  line-height: 1.5;
}

/* AI Data Force Sections */
.adf-section {
  padding: 48px 0;
}

.adf-section--dark {
  background: var(--toprak-deep);
}

.adf-section--cream {
  background: var(--cream);
}

.adf-section--parchment {
  background: var(--parchment);
}

.adf-section--toprak {
  background: var(--toprak);
}

.adf-section .si {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
}

.adf-section--single .si {
  grid-template-columns: 1fr;
}

.adf-section .sec-title {
  color: var(--cream);
}

.adf-section--cream .sec-title,
.adf-section--parchment .sec-title {
  color: var(--ink);
}

/* AI Data Force Cards */
.adf-card {
  background: rgba(255, 255, 255, 0.03);
  border-left: 2px solid transparent;
  padding: 24px 28px;
  transition: all 0.25s;
}

.adf-card:hover {
  background: rgba(184, 146, 74, 0.07);
  border-left-color: var(--gold);
}

.adf-card__title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: var(--gold-light);
  margin-bottom: 8px;
}

.adf-card__desc {
  font-size: 15px;
  font-weight: 300;
  color: rgba(250, 248, 244, 0.55);
  line-height: 1.6;
}

/* AI Data Force Ops Grid */
.adf-ops-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--line);
}

.adf-ops-card {
  background: var(--cream);
  padding: 32px 28px;
  transition: background 0.25s;
  border-top: 2px solid transparent;
}

.adf-ops-card:hover {
  background: var(--parchment);
  border-top-color: var(--gold);
}

.adf-ops-card__tag {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.adf-ops-card__title {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 10px;
}

.adf-ops-card__rule {
  width: 28px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 14px;
}

.adf-ops-card__desc {
  font-size: 22px;
  font-weight: 300;
  color: var(--stone);
  line-height: 1.45;
}

/* AI Data Force Kimler Section */
.adf-kimler__intro {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 300;
  line-height: 1.2;
  color: rgba(250, 248, 244, 0.6);
  margin-top: 24px;
  font-style: italic;
}

.adf-kimler__note {
  margin-top: 20px;
  font-family: var(--font-display);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 300;
  font-style: italic;
  color: rgba(250, 248, 244, 0.45);
  line-height: 1.2;
  max-width: 820px;
}

/* AI Data Force Program Grid */
.adf-prog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--line);
}

.adf-prog-grid + .adf-prog-grid {
  margin-top: 2px;
}

.adf-prog-card {
  background: var(--parchment);
  padding: 32px 28px;
  transition: background 0.25s;
}

.adf-prog-card:hover {
  background: var(--cream);
}

.adf-prog-card__label {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 12px;
}

.adf-prog-card__value {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  color: var(--petrol);
  line-height: 1.2;
}

.adf-prog-card--highlight {
  background: var(--petrol);
}

.adf-prog-card--highlight .adf-prog-card__label {
  color: rgba(250, 248, 244, 0.35);
}

.adf-prog-card--highlight .adf-prog-card__value {
  color: var(--gold);
}

/* AI Data Force Neden Section */
.adf-neden {
  position: relative;
  overflow: hidden;
}

.adf-neden::before {
  content: 'DATA';
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-family: var(--font-display);
  font-size: 200px;
  font-weight: 300;
  color: rgba(184, 146, 74, 0.04);
  pointer-events: none;
  white-space: nowrap;
}

.adf-neden__body {
  font-size: 17px;
  font-weight: 300;
  color: rgba(250, 248, 244, 0.6);
  line-height: 1.75;
  margin-top: 4px;
}

.adf-neden__highlight {
  font-family: var(--font-display);
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  color: var(--gold-light);
  line-height: 1.5;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(184, 146, 74, 0.2);
}

.adf-neden__cta {
  margin-top: 36px;
}

/* AI Data Force Form Section */
.adf-form-section {
  background: var(--toprak);
  position: relative;
  overflow: hidden;
  padding: 88px 0;
}

.adf-form-section::before {
  content: 'AI Data Force';
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-family: var(--font-display);
  font-size: 120px;
  font-weight: 300;
  color: rgba(184, 146, 74, 0.06);
  pointer-events: none;
  white-space: nowrap;
}

/* ADF Form Dark Theme (Charcoal) */
.adf-form-section .si {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: start;
  max-width: 1000px;
}

.adf-form-section .form-intro {
  padding-right: 20px;
}

.adf-form-section .sec-label {
  color: var(--gold);
  margin-bottom: 16px;
}

.adf-form-section .sec-title {
  color: var(--cream) !important;
  margin-bottom: 20px;
  font-family: var(--font-display);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 300;
  line-height: 1.15;
}

.adf-form-section .product-form {
  background: rgba(255, 255, 255, 0.03);
  padding: 40px;
  border-radius: 8px;
  border: 1px solid rgba(184, 146, 74, 0.15);
}

.adf-form-section .fl {
  color: rgba(250, 248, 244, 0.5);
}

.adf-form-section .fi {
  background: rgba(255, 255, 255, 0.04);
  color: var(--cream);
  border-bottom-color: rgba(250, 248, 244, 0.2);
}

.adf-form-section .fi::placeholder {
  color: rgba(250, 248, 244, 0.35);
}

.adf-form-section .fi:focus {
  border-bottom-color: var(--gold);
}

.adf-form-section .fi-locked {
  background: rgba(255, 255, 255, 0.02);
  color: rgba(250, 248, 244, 0.4);
  border-bottom-color: rgba(250, 248, 244, 0.1);
  padding: 14px 12px;
  font-family: var(--font-body);
  font-size: 16px;
  border-radius: 4px 4px 0 0;
}

.adf-form-section .kvkk-label {
  color: rgba(250, 248, 244, 0.5);
}

.adf-form-section .kvkk-cb {
  border-color: rgba(250, 248, 244, 0.3);
}

.adf-form-section .kvkk-cb:checked {
  background: var(--gold);
  border-color: var(--gold);
}

.adf-form-section .btn-submit {
  background: var(--gold);
  color: var(--ink);
  font-weight: 500;
  padding: 16px 32px;
  margin-top: 8px;
}

.adf-form-section .btn-submit:hover {
  background: var(--gold-light);
  color: var(--ink);
}

/* AI Data Force Responsive */
@media (max-width: 1024px) {
  .adf-hero {
    grid-template-columns: 1fr;
  }

  .adf-hero::after {
    display: none;
  }

  .adf-hero__left {
    padding: 68px 32px 60px;
  }

  .adf-hero__right {
    display: none;
  }

  .adf-section .si,
  .adf-form-section .si {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .adf-form-section .form-intro {
    padding-right: 0;
  }

  .adf-ops-grid {
    grid-template-columns: 1fr 1fr;
  }

  .adf-prog-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .adf-ops-grid {
    grid-template-columns: 1fr;
  }

  .adf-prog-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   AI DATA FORCE FOOTER
   ========================================= */
.adf-footer {
  background: var(--toprak-deep);
  border-top: 1px solid rgba(250, 248, 244, 0.1);
}

.adf-footer .footer-brand {
  color: var(--cream);
}

.adf-footer .footer-logo-wordmark {
  color: var(--cream);
}

/* White wordmark - ALL elements white by default */
.adf-footer .footer-logo-wordmark path,
.adf-footer .footer-logo-wordmark line,
.adf-footer .footer-logo-wordmark circle {
  stroke: var(--cream) !important;
}

/* Only iQ elements are GOLD */
.adf-footer .footer-logo-wordmark circle[stroke="#d4a96a"] {
  stroke: var(--gold) !important;
}

.adf-footer .footer-logo-wordmark circle[fill="#d4a96a"] {
  fill: var(--gold) !important;
  stroke: none !important;
}

.adf-footer .footer-logo-wordmark line[stroke="#d4a96a"],
.adf-footer .footer-logo-wordmark path[stroke="#d4a96a"] {
  stroke: var(--gold) !important;
}

.adf-footer .footer-links a {
  color: rgba(250, 248, 244, 0.4);
}

.adf-footer .footer-links a:hover {
  color: var(--gold-light);
}

.adf-footer .footer-legal a {
  color: rgba(250, 248, 244, 0.3);
}

.adf-footer .footer-legal a:hover {
  color: var(--gold-light);
}

.adf-footer .footer-copy {
  color: rgba(250, 248, 244, 0.25);
}

/* =============================================================================
   QAMPUS PAGE STYLES
   ============================================================================= */

/* Qampus Hero */
.qampus-hero {
  min-height: 100vh;
  background: var(--bordo);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 88px 80px 80px;
  position: relative;
  overflow: hidden;
}

.qampus-hero::after {
  content: 'Qampus';
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-family: var(--font-display);
  font-size: 240px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.03);
  pointer-events: none;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.qampus-hero__eyebrow {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.qampus-hero__eyebrow::before {
  content: '';
  width: 36px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

.qampus-hero__headline {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 6rem;
  line-height: 0.93;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin-bottom: 32px;
  max-width: 820px;
}

.qampus-hero__headline .gold {
  color: var(--gold);
}

.qampus-hero__sub {
  font-family: var(--font-display);
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  color: rgba(250, 248, 244, 0.55);
  line-height: 1.45;
  margin-bottom: 32px;
  max-width: 560px;
}

/* Qampus Sections */
.qampus-section {
  padding: 64px 0;
}

.qampus-section--parchment {
  background: var(--parchment);
}

.qampus-section--cream {
  background: var(--cream);
}

.qampus-section--bordo {
  background: var(--bordo);
}

.qampus-section__header {
  margin-bottom: 32px;
}

.qampus-section .sec-label {
  font-size: 26px;
}

/* Qampus Section Containers */
.qampus-icerde {
  padding: 64px 0;
  background: var(--parchment);
}

.qampus-icerde__header {
  margin-bottom: 32px;
}

.qampus-hikayeler {
  padding: 64px 0;
  background: var(--cream);
}

.qampus-hikayeler__header {
  margin-bottom: 32px;
}

.qampus-giris {
  padding: 64px 0;
  background: var(--parchment);
}

.qampus-giris__header {
  margin-bottom: 32px;
}

/* Qampus İçeride Grid */
.qampus-icerde-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--line);
}

.qampus-ic-card {
  background: var(--parchment);
  padding: 32px 28px;
  border-top: 2px solid transparent;
  transition: all 0.25s;
}

.qampus-ic-card:hover {
  background: var(--cream);
  border-top-color: var(--gold);
}

.qampus-ic-card--wide {
  grid-column: span 2;
}

.qampus-ic-num {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 300;
  font-style: italic;
  color: var(--gold-pale);
  line-height: 1;
  margin-bottom: 12px;
}

.qampus-ic-title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 8px;
}

.qampus-ic-rule {
  width: 28px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 10px;
}

.qampus-ic-desc {
  font-size: 15px;
  font-weight: 300;
  color: var(--stone);
  line-height: 1.5;
}

/* Qampus Hikayeler Grid */
.qampus-hikaye-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(15, 15, 14, 0.1);
}

.qampus-hikaye-card {
  background: var(--cream);
  padding: 32px 28px;
  transition: background 0.25s;
}

.qampus-hikaye-card:hover {
  background: var(--parchment);
}

.qampus-hikaye-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--bordo-mid);
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.qampus-hikaye-photo::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 75%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50% 50% 0 0;
}

.qampus-hikaye-photo::after {
  content: '';
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 32%;
  height: 32%;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.qampus-hikaye-quote {
  font-family: var(--font-display);
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.5;
  margin-bottom: 16px;
}

.qampus-hikaye-rule {
  width: 24px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 12px;
}

.qampus-hikaye-name {
  font-size: 14px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 4px;
}

.qampus-hikaye-role {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--stone);
}

/* Qampus Giriş Grid */
.qampus-giris-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--line);
  margin-bottom: 32px;
}

.qampus-giris-card {
  background: var(--parchment);
  padding: 32px 28px;
  border-left: 2px solid transparent;
  transition: all 0.25s;
}

.qampus-giris-card:hover {
  background: var(--cream);
  border-left-color: var(--gold);
}

.qampus-giris-title {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  color: var(--petrol);
  margin-bottom: 8px;
}

.qampus-giris-rule {
  width: 28px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 12px;
}

.qampus-giris-desc {
  font-size: 16px;
  font-weight: 300;
  color: var(--stone);
  line-height: 1.5;
}

/* Qampus Form Section */
.qampus-form-section {
  padding: 64px 0;
  background: var(--bordo);
  position: relative;
  overflow: hidden;
}

.qampus-form-section::before {
  content: 'Qampus';
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-family: var(--font-display);
  font-size: 160px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.03);
  pointer-events: none;
  white-space: nowrap;
}

.qampus-form-section .si {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start;
}

.qampus-form-section .sec-title {
  color: var(--cream);
}

/* Qampus Form Specific */
.qampus-form .form-group-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  margin-top: 8px;
}

.qampus-form .form-radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 4px;
}

.qampus-form .form-radio-item {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.qampus-form .form-radio-item input[type="radio"] {
  display: none;
}

.qampus-form .form-radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  transition: all 0.2s;
}

.qampus-form .form-radio-item:hover .form-radio-custom {
  border-color: rgba(255, 255, 255, 0.5);
}

.qampus-form .form-radio-item input[type="radio"]:checked + .form-radio-custom {
  border-color: var(--gold);
}

.qampus-form .form-radio-item input[type="radio"]:checked + .form-radio-custom::after {
  content: '';
  position: absolute;
  inset: 4px;
  background: var(--gold);
  border-radius: 50%;
}

.qampus-form .form-radio-text {
  font-size: 17px;
  font-weight: 400;
  color: rgba(250, 248, 244, 0.8);
}

.qampus-form .form-radio-item:has(input:checked) .form-radio-text {
  color: var(--cream);
}

/* Qampus Responsive */
@media (max-width: 1024px) {
  .qampus-hero {
    padding: 68px 28px 56px;
  }

  .qampus-icerde-grid,
  .qampus-hikaye-grid,
  .qampus-giris-grid {
    grid-template-columns: 1fr;
  }

  .qampus-ic-card--wide {
    grid-column: span 1;
  }

  .qampus-form-section .si {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* =========================================
   QAMPUS FOOTER
   ========================================= */
.qampus-footer {
  background: var(--bordo-deep);
  border-top: 1px solid rgba(250, 248, 244, 0.1);
}

.qampus-footer .footer-brand {
  color: var(--cream);
}

.qampus-footer .footer-logo-wordmark {
  color: var(--cream);
}

/* White wordmark - ALL elements white by default */
.qampus-footer .footer-logo-wordmark path,
.qampus-footer .footer-logo-wordmark line,
.qampus-footer .footer-logo-wordmark circle {
  stroke: var(--cream) !important;
}

/* Only iQ elements are GOLD */
.qampus-footer .footer-logo-wordmark circle[stroke="#d4a96a"] {
  stroke: var(--gold) !important;
}

.qampus-footer .footer-logo-wordmark circle[fill="#d4a96a"] {
  fill: var(--gold) !important;
  stroke: none !important;
}

.qampus-footer .footer-logo-wordmark line[stroke="#d4a96a"],
.qampus-footer .footer-logo-wordmark path[stroke="#d4a96a"] {
  stroke: var(--gold) !important;
}

.qampus-footer .footer-links a {
  color: rgba(250, 248, 244, 0.4);
}

.qampus-footer .footer-links a:hover {
  color: var(--gold-light);
}

.qampus-footer .footer-legal a {
  color: rgba(250, 248, 244, 0.3);
}

.qampus-footer .footer-legal a:hover {
  color: var(--gold-light);
}

.qampus-footer .footer-copy {
  color: rgba(250, 248, 244, 0.25);
}

/* =============================================================================
   METRIQ PAGE STYLES (SIMPLIFIED - FROM GUIDE)
   ============================================================================= */

/* MetriQ Hero */
.mq-hero {
  min-height: 100vh;
  background: var(--warm-white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
}

.mq-hero__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 88px 80px 80px 80px;
  position: relative;
  z-index: 2;
}

.mq-hero__eyebrow {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.mq-hero__eyebrow::before {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

.mq-hero__headline {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 6rem;
  line-height: 0.93;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 32px;
}

.mq-hero__headline em {
  font-style: italic;
  color: var(--gold);
}

.mq-hero__subline {
  font-size: 24px;
  font-weight: 300;
  color: var(--stone);
  line-height: 1.45;
  max-width: 480px;
  margin-bottom: 32px;
}

.mq-hero__subline strong {
  color: var(--charcoal);
  font-weight: 400;
}

.mq-hero__right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.mq-hero__right-bg {
  position: absolute;
  inset: 0;
  background: var(--parchment);
}

.mq-hero__geometric {
  position: relative;
  z-index: 2;
  width: 520px;
  height: 520px;
}

.mq-hero__geometric svg {
  width: 100%;
  height: 100%;
}

.mq-hero__right::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--gold-pale), transparent);
  z-index: 3;
}

/* MetriQ What Section */
.mq-what {
  padding: 88px 0;
  background: var(--ink);
  color: var(--parchment);
}

.mq-what .si {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
}

.mq-what__label {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.mq-what__title {
  font-family: var(--font-display);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 300;
  line-height: 1.2;
  color: var(--parchment);
}

.mq-what__title em {
  font-style: italic;
  color: var(--gold-light);
}

.mq-what__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mq-what__body p {
  font-size: 17px;
  font-weight: 300;
  color: var(--stone-light);
  line-height: 1.55;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.mq-what__body p:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.mq-what__body p strong {
  color: var(--gold-light);
  font-weight: 400;
}

/* MetriQ Does Section */
.mq-does {
  padding: 88px 0;
  background: var(--warm-white);
}

.mq-does__header {
  text-align: center;
  margin-bottom: 32px;
}

.mq-does__header .gold-rule {
  margin: 0 auto 24px;
}

.mq-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--line);
}

.mq-feature-card {
  background: var(--warm-white);
  padding: 32px 32px;
  position: relative;
  transition: background 0.3s ease;
}

.mq-feature-card:hover {
  background: var(--parchment);
}

.mq-feature-card__number {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 300;
  color: var(--gold-pale);
  line-height: 1;
  margin-bottom: 18px;
  font-style: italic;
}

.mq-feature-card__title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.mq-feature-card__line {
  width: 32px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 12px;
}

.mq-feature-card__desc {
  font-size: 16px;
  font-weight: 300;
  color: var(--stone);
  line-height: 1.5;
}

/* MetriQ Why Section */
.mq-why {
  padding: 88px 0;
  background: var(--parchment);
}

.mq-why .si {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 96px;
  align-items: center;
}

.mq-why__title {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 300;
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 32px;
}

.mq-why__title em {
  font-style: italic;
  color: var(--gold);
}

.mq-why__para {
  font-size: 17px;
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.55;
  margin-bottom: 14px;
}

.mq-why__para strong {
  font-weight: 500;
  color: var(--ink);
}

.mq-why__visual {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mq-stat-block {
  background: var(--ink);
  padding: 32px 32px;
  color: var(--parchment);
}

.mq-stat-block:nth-child(2) {
  background: var(--gold);
  padding-left: 44px;
}

.mq-stat-block:nth-child(3) {
  background: var(--charcoal);
  padding-left: 56px;
}

.mq-stat-block__value {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 6px;
  font-style: italic;
}

.mq-stat-block__label {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.75;
}

/* MetriQ Form Section - Light Theme (matches hero) */
.mq-form-section {
  padding: 88px 0;
  background: var(--warm-white);
  position: relative;
  overflow: hidden;
}

.mq-form-section::before {
  content: 'MetriQ';
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-family: var(--font-display);
  font-size: 180px;
  font-weight: 300;
  color: rgba(184, 146, 74, 0.08);
  letter-spacing: 0.1em;
  pointer-events: none;
  white-space: nowrap;
}

.mq-form-section .si {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: start;
  max-width: 1000px;
}

.mq-form-section .sec-label {
  color: var(--gold-dark);
}

.mq-form-intro__title {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 300;
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 24px;
}

.mq-form-intro__sub {
  font-size: 16px;
  font-weight: 300;
  color: var(--stone);
  line-height: 1.55;
}

/* MetriQ Form Light Theme */
.mq-form-section .product-form {
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.mq-form-section .product-form .fl {
  color: var(--ink) !important;
}

.mq-form-section .product-form .fi {
  background: #f5f5f4 !important;
  color: var(--ink) !important;
  border: none !important;
  border-bottom: 2px solid #d4d4d4 !important;
}

.mq-form-section .product-form .fi::placeholder {
  color: #71717a !important;
}

.mq-form-section .product-form .fi:focus {
  border-bottom-color: var(--gold) !important;
  background: white !important;
}

.mq-form-section .product-form .fi-locked {
  background: #f5f5f4 !important;
  color: var(--stone) !important;
  border-bottom: 2px solid #e5e5e5 !important;
  padding: 14px 12px;
  font-family: var(--font-body);
  font-size: 16px;
  border-radius: 4px 4px 0 0;
}

.mq-form-section .product-form .kvkk-label {
  color: var(--stone) !important;
}

.mq-form-section .product-form .kvkk-cb {
  border-color: #d4d4d4 !important;
  background: white !important;
}

.mq-form-section .product-form .kvkk-cb:checked {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
}

.mq-form-section .btn-submit {
  background: var(--gold);
  color: var(--ink);
}

.mq-form-section .btn-submit:hover {
  background: var(--gold-light);
  color: var(--petrol-deep);
}

/* MetriQ Responsive */
@media (max-width: 768px) {
  .mq-hero {
    grid-template-columns: 1fr;
    min-height: 100vh;
    min-height: 100svh;
  }

  .mq-hero__left {
    padding: 68px 32px 60px;
  }

  .mq-hero__right {
    display: none;
  }

  .mq-what .si,
  .mq-why .si,
  .mq-form-section .si {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .mq-features-grid {
    grid-template-columns: 1fr;
  }
}

/* MetriQ Footer - Light background with dark text (matches page) */
.mq-footer {
  background: var(--warm-white) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--ink);
}

.mq-footer .footer-brand {
  color: var(--ink);
}

.mq-footer .footer-logo-wordmark {
  color: var(--ink);
}

/* Black wordmark - ALL elements black by default */
.mq-footer .footer-logo-wordmark path,
.mq-footer .footer-logo-wordmark line,
.mq-footer .footer-logo-wordmark circle {
  stroke: var(--ink) !important;
}

/* Only iQ elements are GOLD */
.mq-footer .footer-logo-wordmark circle[stroke="#d4a96a"] {
  stroke: var(--gold) !important;
}

.mq-footer .footer-logo-wordmark circle[fill="#d4a96a"] {
  fill: var(--gold) !important;
  stroke: none !important;
}

.mq-footer .footer-logo-wordmark path[stroke="#d4a96a"],
.mq-footer .footer-logo-wordmark line[stroke="#d4a96a"] {
  stroke: var(--gold) !important;
}

.mq-footer .footer-links a {
  color: rgba(15, 15, 14, 0.5);
}

.mq-footer .footer-links a:hover {
  color: var(--gold-dark);
}

.mq-footer .footer-legal a {
  color: rgba(15, 15, 14, 0.4);
}

.mq-footer .footer-legal a:hover {
  color: var(--gold-dark);
}

.mq-footer .footer-copy {
  color: rgba(15, 15, 14, 0.35);
}

/* =============================================================================
   SHARED PRODUCT PAGE FORM STYLES (Dark theme)
   ============================================================================= */

.product-form {
  padding: 48px 0;
  background: var(--petrol);
  position: relative;
  overflow: hidden;
}

.product-form__watermark {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-family: var(--font-display);
  font-size: 160px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.03);
  pointer-events: none;
  white-space: nowrap;
}

.product-form__inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start;
}

.product-form__intro .sec-title {
  color: var(--cream);
}

.product-form__fields .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 32px;
}

.product-form__fields .form-grid .full {
  grid-column: 1 / -1;
}

.product-form .form-group-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  margin-top: 8px;
}

.product-form .form-radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 4px;
}

.product-form .form-radio-item {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.product-form .form-radio-item input[type="radio"] {
  display: none;
}

.product-form .form-radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  transition: all 0.2s;
}

.product-form .form-radio-item:hover .form-radio-custom {
  border-color: rgba(255, 255, 255, 0.5);
}

.product-form .form-radio-item input[type="radio"]:checked + .form-radio-custom {
  border-color: var(--gold);
}

.product-form .form-radio-item input[type="radio"]:checked + .form-radio-custom::after {
  content: '';
  position: absolute;
  inset: 4px;
  background: var(--gold);
  border-radius: 50%;
}

.product-form .form-radio-text {
  font-size: 17px;
  font-weight: 400;
  color: rgba(250, 248, 244, 0.8);
}

.product-form .form-radio-item:has(input:checked) .form-radio-text {
  color: var(--cream);
}

@media (max-width: 768px) {
  .product-form__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .product-form__fields .form-grid {
    grid-template-columns: 1fr;
  }
}

.product-form .fl {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250, 248, 244, 0.65);
  margin-bottom: 6px;
}

.product-form .fi {
  background: rgba(255, 255, 255, 0.04);
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  padding: 14px 12px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  color: var(--cream);
  outline: none;
  width: 100%;
  transition: all 0.25s;
  border-radius: 4px 4px 0 0;
}

.product-form .fi::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.product-form .fi:focus {
  border-bottom-color: var(--gold);
  background: rgba(255, 255, 255, 0.07);
}

.product-form .fi-locked {
  padding: 14px 12px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  color: rgba(250, 248, 244, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.product-form .kvkk-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 8px;
}

.product-form .kvkk-cb {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  appearance: none;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
  border-radius: 4px;
  transition: all 0.2s;
}

.product-form .kvkk-cb:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.product-form .kvkk-cb:checked {
  background: var(--gold);
  border-color: var(--gold);
}

.product-form .kvkk-cb:checked::after {
  content: '✓';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--petrol-deep);
}

.product-form .kvkk-label {
  font-size: 14px;
  font-weight: 400;
  color: rgba(250, 248, 244, 0.7);
  line-height: 1.6;
}

.product-form .btn-submit {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--petrol-deep);
  background: var(--gold);
  padding: 18px 42px;
  border: none;
  cursor: pointer;
  margin-top: 16px;
  transition: all 0.25s;
  width: fit-content;
  border-radius: 3px;
  box-shadow: 0 4px 12px rgba(184, 146, 74, 0.25);
}

.product-form .btn-submit::after {
  content: '→';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  transition: transform 0.25s;
}

.product-form .btn-submit:hover {
  background: var(--gold-light);
  box-shadow: 0 6px 16px rgba(184, 146, 74, 0.35);
  transform: translateY(-2px);
}

.product-form .btn-submit:hover::after {
  transform: translateX(4px);
}

.product-form .form-success {
  grid-column: 1 / -1;
  display: none;
  padding: 24px 0;
}

.product-form .form-success p {
  font-size: 15px;
  color: var(--gold-light);
  line-height: 1.65;
}

.product-form .form-success p strong {
  font-weight: 400;
  color: var(--cream);
}

/* =============================================================================
   AI BUSINESS SCHOOL PAGE STYLES
   ============================================================================= */

.page--aibs {
  background: var(--petrol);
}

/* AI Business School Hero */
.aibs-hero {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--petrol) 0%, var(--petrol-deep) 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 88px 80px 80px;
  position: relative;
  overflow: hidden;
}

.aibs-hero__eyebrow {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.aibs-hero__eyebrow::before {
  content: '';
  width: 36px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

.aibs-hero__headline {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 6rem;
  line-height: 0.93;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin-bottom: 32px;
  max-width: 900px;
}

.aibs-hero__headline em {
  font-style: italic;
  color: var(--gold);
}

.aibs-hero__headline .gold {
  color: var(--gold);
}

.aibs-hero__sub {
  font-family: var(--font-display);
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  color: rgba(250, 248, 244, 0.55);
  line-height: 1.45;
  margin-bottom: 32px;
  max-width: 600px;
}

.aibs-hero__watermark {
  position: absolute;
  bottom: -40px;
  right: -20px;
  font-family: var(--font-display);
  font-size: clamp(120px, 20vw, 280px);
  font-weight: 300;
  font-style: italic;
  color: rgba(212, 169, 106, 0.04);
  pointer-events: none;
  z-index: 1;
  line-height: 0.8;
}

/* AI Data Force Section (ayrı blok) */
.aibs-adf-section {
  background: var(--petrol);
  padding: 3rem 0;
}

.aibs-adf-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem 3rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(212,169,106,0.3);
  border-radius: 2px;
}

.aibs-adf-callout__label {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.aibs-adf-callout__title {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 300;
  color: var(--cream);
  margin-bottom: 0.5rem;
}

.aibs-adf-callout__desc {
  font-size: 1rem;
  color: rgba(250,248,244,0.65);
  line-height: 1.6;
  max-width: 520px;
}

.aibs-adf-callout__link {
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
  flex-shrink: 0;
}

.aibs-adf-callout__link:hover {
  color: var(--gold-light);
  border-color: var(--gold-light);
}

/* AI Business School Bireysel Section */
.aibs-bireysel {
  background: var(--cream);
  padding: 3rem 0;
}

.aibs-bireysel__header {
  margin-bottom: 24px;
}

/* Programs intro */
.aibs-programs__intro {
  margin-bottom: 40px;
}

.aibs-programs__intro-title {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 8px;
}

.aibs-programs__intro-sub {
  font-size: 16px;
  font-weight: 300;
  color: var(--stone);
}

/* Programs Grid */
.aibs-programs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.aibs-program-card {
  background: var(--warm-white);
  padding: 40px 36px;
  text-decoration: none;
  transition: all 0.25s;
  display: flex;
  flex-direction: column;
  position: relative;
}

.aibs-program-card:hover {
  background: var(--cream);
}

.aibs-program-card__num {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: var(--gold);
  margin-bottom: 16px;
}

.aibs-program-card__title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 12px;
  line-height: 1.25;
}

.aibs-program-card__rule {
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 16px;
}

.aibs-program-card__desc {
  font-size: 14px;
  font-weight: 300;
  color: var(--stone);
  line-height: 1.55;
  flex-grow: 1;
}

.aibs-program-card__arrow {
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--gold);
  margin-top: 20px;
  transition: transform 0.25s;
}

.aibs-program-card:hover .aibs-program-card__arrow {
  transform: translateX(4px);
}

.aibs-program-card--highlight {
  background: var(--petrol);
}

.aibs-program-card--highlight .aibs-program-card__title {
  color: var(--parchment);
}

.aibs-program-card--highlight .aibs-program-card__desc {
  color: var(--stone-light);
}

.aibs-program-card--highlight:hover {
  background: var(--petrol-mid);
}

/* AI Business School Kurumsal Section */
.aibs-kurumsal {
  padding: 48px 0;
  background: var(--petrol-deep);
}

.aibs-kurumsal__header {
  margin-bottom: 32px;
}

.aibs-kurumsal__header .sec-title {
  color: var(--parchment);
}

.aibs-kurumsal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.aibs-kurumsal-card {
  background: var(--petrol);
  padding: 48px 40px;
  text-decoration: none;
  transition: all 0.25s;
  border-left: 3px solid transparent;
}

.aibs-kurumsal-card:hover {
  background: var(--petrol-mid);
  border-left-color: var(--gold);
}

.aibs-kurumsal-card__title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  color: var(--gold-light);
  margin-bottom: 16px;
}

.aibs-kurumsal-card__rule {
  width: 50px;
  height: 1px;
  background: rgba(212, 169, 106, 0.3);
  margin-bottom: 16px;
}

.aibs-kurumsal-card__desc {
  font-size: 15px;
  font-weight: 300;
  color: var(--stone-light);
  line-height: 1.55;
}

.aibs-kurumsal-card__arrow {
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--gold);
  margin-top: 24px;
  display: block;
  transition: transform 0.25s;
}

.aibs-kurumsal-card:hover .aibs-kurumsal-card__arrow {
  transform: translateX(4px);
}

/* Öğrenme Bitmez Section */
.aibs-ogrenme {
  padding: 48px 0;
  background: var(--parchment);
}

.aibs-ogrenme__content {
  max-width: 680px;
}

.aibs-ogrenme__content .sec-title {
  color: var(--ink);
  margin-bottom: 32px;
}

.aibs-ogrenme__body {
  font-size: 17px;
  font-weight: 300;
  color: var(--stone);
  line-height: 1.65;
  margin-bottom: 20px;
}

.aibs-ogrenme__body strong {
  font-weight: 500;
  color: var(--ink);
}

.aibs-ogrenme__highlight {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: var(--gold-dark);
  margin: 32px 0;
  padding-left: 24px;
  border-left: 3px solid var(--gold);
}

.btn-gold-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-dark);
  background: transparent;
  padding: 16px 32px;
  border: 2px solid var(--gold);
  text-decoration: none;
  transition: all 0.25s;
}

.btn-gold-outline:hover {
  background: var(--gold);
  color: var(--ink);
}

/* AI Business School Form Section */
.aibs-form-section {
  padding: 48px 0;
  background: var(--petrol);
}

.aibs-form-section .sec-title {
  color: var(--parchment);
}

.aibs-form-section .fi-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23d4a96a' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

/* AI Business School Footer */
.aibs-footer {
  background: var(--petrol-deep);
}

/* Responsive for AI Business School */
@media (max-width: 768px) {
  .aibs-hero {
    padding: 68px 28px 56px;
    min-height: 100vh;
    min-height: 100svh;
  }

  .aibs-adf-callout {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
    gap: 1.25rem;
  }

  .aibs-adf-callout__link {
    align-self: flex-end;
  }

  .aibs-bireysel {
    padding: 3rem 0;
  }

  .aibs-programs-grid,
  .aibs-kurumsal-grid {
    grid-template-columns: 1fr;
  }

  .aibs-program-card,
  .aibs-kurumsal-card {
    padding: 32px 24px;
  }
}

/* =============================================================================
   AKADEMIQ'TE HAYAT PAGE STYLES
   ============================================================================= */

.page--hayat {
  background: var(--warm-white);
}

/* Light Navigation Theme */
.nav--light {
  background: var(--warm-white);
  color: var(--ink);
}

.nav--light .nav__logo-wordmark {
  color: var(--ink);
}

.nav--light .nav__link {
  color: var(--stone);
}

.nav--light .nav__link:hover,
.nav--light .nav__link--active {
  color: var(--ink);
}

.nav--light .nav__contact {
  color: var(--stone);
}

.nav--light .nav__cta {
  background: var(--gold);
  color: var(--ink);
}

.nav--light .nav__mobile-toggle span {
  background: var(--ink);
}

/* Hayat Hero */
.hayat-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 88px 80px 80px;
  background: var(--warm-white);
  overflow: hidden;
}

.hayat-hero__content {
  max-width: 700px;
  text-align: left;
  position: relative;
  z-index: 2;
}

.hayat-hero__eyebrow {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.hayat-hero__eyebrow::before {
  content: '';
  width: 36px;
  height: 1px;
  background: var(--gold-dark);
}

.hayat-hero__headline {
  font-family: var(--font-display);
  font-size: 6rem;
  font-weight: 300;
  line-height: 0.93;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 32px;
}

.hayat-hero__headline em {
  font-style: italic;
  color: var(--gold-dark);
}

.hayat-hero__sub {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  color: #5a554d;
  line-height: 1.45;
}

.hayat-hero__watermark {
  position: absolute;
  bottom: -20px;
  right: -20px;
  font-family: var(--font-display);
  font-size: clamp(100px, 18vw, 240px);
  font-weight: 300;
  font-style: italic;
  color: rgba(42, 40, 37, 0.03);
  pointer-events: none;
  z-index: 1;
  line-height: 0.8;
}

/* Section Header for Hayat */
.hayat-section__header {
  margin-bottom: 24px;
}

.sec-label--dark {
  color: var(--ink) !important;
}

.hayat-section__desc {
  font-size: 16px;
  font-weight: 300;
  color: var(--stone-light);
  margin-top: 12px;
}

.hayat-section__desc--dark {
  color: var(--stone);
}

.hayat-section__link {
  font-family: var(--font-display);
  font-size: 16px;
  font-style: italic;
  color: var(--gold);
  text-decoration: none;
  margin-top: 16px;
  display: inline-block;
  transition: color 0.25s;
}

.hayat-section__link:hover {
  color: var(--gold-dark);
}

/* Etkinlikler Section */
.hayat-etkinlikler {
  padding: 48px 0;
  background: var(--parchment);
}

.hayat-etkinlik-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.hayat-etkinlik-card {
  background: var(--warm-white);
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}

.hayat-etkinlik-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.hayat-etkinlik-card__img {
  width: 100%;
  aspect-ratio: 16/10;
  background: var(--petrol-mid);
  position: relative;
}

.hayat-etkinlik-card__img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(212, 169, 106, 0.15) 100%);
}

.hayat-etkinlik-card__content {
  padding: 20px 24px;
}

.hayat-etkinlik-card__title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1.3;
}

.hayat-etkinlik-card__date {
  font-size: 13px;
  font-weight: 400;
  color: var(--gold-dark);
  letter-spacing: 0.03em;
}

/* Paylaşımlar Section */
.hayat-paylasimlar {
  padding: 48px 0;
  background: var(--petrol);
}

.hayat-paylasimlar .sec-label {
  color: var(--gold);
}

.hayat-paylasim-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.hayat-paylasim-card {
  background: var(--petrol-mid);
  padding: 32px;
  border-left: 3px solid var(--gold);
}

.hayat-paylasim-card__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.hayat-paylasim-card__avatar {
  width: 48px;
  height: 48px;
  background: var(--petrol);
  border-radius: 50%;
  border: 2px solid var(--gold);
}

.hayat-paylasim-card__name {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 400;
  color: var(--parchment);
}

.hayat-paylasim-card__role {
  font-size: 12px;
  color: var(--gold);
  margin-top: 2px;
}

.hayat-paylasim-card__content {
  font-size: 15px;
  font-weight: 300;
  color: var(--stone-light);
  line-height: 1.6;
  font-style: italic;
}

.hayat-paylasim-card__meta {
  font-size: 12px;
  color: var(--stone);
  margin-top: 16px;
}

/* Başarılar Section */
.hayat-basarilar {
  padding: 48px 0;
  background: var(--warm-white);
}

.hayat-basari-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.hayat-basari-card {
  background: var(--parchment);
  padding: 36px 28px;
  text-align: center;
  border-bottom: 3px solid transparent;
  transition: all 0.25s;
}

.hayat-basari-card:hover {
  border-bottom-color: var(--gold);
  transform: translateY(-4px);
}

.hayat-basari-card__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  color: var(--gold);
}

.hayat-basari-card__icon svg {
  width: 100%;
  height: 100%;
}

.hayat-basari-card__value {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 300;
  font-style: italic;
  color: var(--gold-dark);
  margin-bottom: 8px;
}

.hayat-basari-card__label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 12px;
}

.hayat-basari-card__desc {
  font-size: 13px;
  font-weight: 300;
  color: var(--stone);
  line-height: 1.5;
}

/* CTA Section */
.hayat-cta {
  padding: 48px 0;
  background: var(--petrol);
  text-align: center;
}

.hayat-cta__content {
  max-width: 600px;
  margin: 0 auto;
}

.hayat-cta__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--parchment);
  margin-bottom: 16px;
}

.hayat-cta__title em {
  font-style: italic;
  color: var(--gold-light);
}

.hayat-cta__sub {
  font-size: 18px;
  font-weight: 300;
  color: var(--stone-light);
  margin-bottom: 36px;
}

.hayat-cta__btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.hayat-cta .btn-gold-outline {
  color: var(--gold);
  border-color: var(--gold);
}

.hayat-cta .btn-gold-outline:hover {
  background: var(--gold);
  color: var(--petrol-deep);
}

/* Hayat Footer */
.hayat-footer {
  background: var(--petrol-deep);
}

/* Responsive for Hayat */
@media (max-width: 1024px) {
  .hayat-etkinlik-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hayat-basari-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hayat-hero {
    padding: 68px 24px 60px;
    min-height: 100vh;
    min-height: 100svh;
  }

  .hayat-paylasim-grid {
    grid-template-columns: 1fr;
  }

  .hayat-etkinlik-grid {
    grid-template-columns: 1fr;
  }

  .hayat-basari-grid {
    grid-template-columns: 1fr;
  }

  .hayat-cta__btns {
    flex-direction: column;
    align-items: center;
  }
}

/* Program card subtitle */
.aibs-program-card__subtitle {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--gold);
  margin-top: -8px;
  margin-bottom: 12px;
}

.aibs-program-card--highlight .aibs-program-card__subtitle {
  color: var(--gold-light);
}

/* =============================================================================
   MOBILE HERO - NO OVERFLOW (v8)
   Proper sizing that fits screen, no horizontal scroll
   ============================================================================= */

/* Mobile Hero - 768px and below */
@media (max-width: 768px) {
  /* Prevent ALL horizontal overflow */
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }

  /* ===========================================
     ALL HEROES: Full viewport, no overflow
     =========================================== */
  .aibs-hero,
  .qampus-hero,
  .hayat-hero,
  .adf-hero,
  .mq-hero,
  .otonom-hero {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    text-align: left !important;
    padding: 1.2rem 1.5rem 2rem 1.5rem !important;
    padding-top: 70px !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    max-width: 100% !important;
  }

  /* Wrapper divs - flatten structure */
  .adf-hero__left,
  .mq-hero__left,
  .hayat-hero__content,
  .otonom-hero__content,
  .otonom-hero__grid {
    display: contents !important;
  }

  /* Hide visuals on mobile */
  .otonom-hero__visual,
  .adf-hero__right,
  .mq-hero__right,
  .aibs-hero__watermark,
  .qampus-hero__watermark,
  .hayat-hero__watermark,
  .adf-hero__watermark,
  .mq-hero__watermark,
  .otonom-hero__circles {
    display: none !important;
  }

  /* ===========================================
     BREADCRUMB - Top, minimal spacing
     =========================================== */
  .hero-breadcrumb {
    padding-top: 0.5rem !important;
    margin-bottom: 1rem !important;
    gap: 8px !important;
    flex-shrink: 0 !important;
    max-width: 100% !important;
  }

  .hero-breadcrumb::before {
    width: 20px !important;
  }

  .hero-breadcrumb__path {
    font-size: 9px !important;
    letter-spacing: 0.15em !important;
  }

  .hero-breadcrumb__back {
    width: 22px !important;
    height: 22px !important;
  }

  /* ===========================================
     HEADLINE - Fits screen, no overflow
     =========================================== */
  .aibs-hero__headline,
  .qampus-hero__headline,
  .adf-hero__headline,
  .mq-hero__headline,
  .hayat-hero__headline,
  .otonom-hero__title {
    font-size: clamp(2.16rem, 9.9vw, 4.5rem) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.02em !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    flex-grow: 1 !important;
    display: flex !important;
    align-items: center !important;
  }

  .adf-hero__gold {
    font-size: 0.45em !important;
    display: block !important;
  }

  /* ===========================================
     SUB TEXT - Tight below headline
     =========================================== */
  .aibs-hero__sub,
  .qampus-hero__sub,
  .adf-hero__sub,
  .adf-hero__sub--large,
  .mq-hero__subline,
  .hayat-hero__sub,
  .otonom-hero__desc {
    font-size: clamp(1.1rem, 4.5vw, 1.35rem) !important;
    line-height: 1.55 !important;
    text-align: left !important;
    margin: 0 !important;
    margin-top: 0.75rem !important;
    margin-bottom: 1rem !important;
    padding: 0 !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
    flex-shrink: 0 !important;
    letter-spacing: 0.01em !important;
  }

  /* Brand list - ADF specific */
  .adf-hero__brands {
    font-size: clamp(0.85rem, 3.5vw, 1.05rem) !important;
    line-height: 1.55 !important;
    text-align: left !important;
    margin: 0.5rem 0 0 0 !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
    flex-shrink: 0 !important;
  }

  /* Eyebrows/Labels */
  .otonom-hero__label,
  .mq-hero__eyebrow {
    font-size: 10px !important;
    margin-bottom: 0.5rem !important;
    flex-shrink: 0 !important;
    text-align: left !important;
    max-width: 100% !important;
  }

  /* ===========================================
     CTA BUTTON - Fixed at bottom
     =========================================== */
  .aibs-hero .btn-gold,
  .qampus-hero .btn-gold,
  .adf-hero .btn-gold,
  .mq-hero .btn-gold,
  .hayat-hero .btn-gold,
  .aibs-hero .btn-gold-outline,
  .qampus-hero .btn-gold-outline,
  .adf-hero .btn-gold-outline,
  .mq-hero .btn-gold-outline,
  .hayat-hero .btn-gold-outline {
    margin-top: auto !important;
    padding: 1rem 2rem !important;
    font-size: 0.95rem !important;
    flex-shrink: 0 !important;
    width: auto !important;
    max-width: 100% !important;
  }

  /* Otonom/MQ CTAs */
  .otonom-hero__ctas,
  .mq-hero__ctas {
    margin-top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-shrink: 0 !important;
  }

  .otonom-hero__ctas {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .otonom-hero__ctas .otonom-btn {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* Mobile Hero - 480px and below - MAXIMUM FILL */
@media (max-width: 480px) {
  /* Tight padding */
  .aibs-hero,
  .qampus-hero,
  .hayat-hero,
  .adf-hero,
  .mq-hero,
  .otonom-hero {
    padding: 1rem 1.25rem 1.5rem !important;
    padding-top: 64px !important;
  }

  /* Breadcrumb tighter */
  .hero-breadcrumb {
    padding-top: 0.25rem !important;
    margin-bottom: 0.75rem !important;
  }

  /* Headline - EVEN LARGER on small screens (17vw) */
  .aibs-hero__headline,
  .qampus-hero__headline,
  .adf-hero__headline,
  .mq-hero__headline,
  .hayat-hero__headline,
  .otonom-hero__title {
    font-size: clamp(3rem, 17vw, 6rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.035em !important;
  }

  /* Sub text - compact */
  .aibs-hero__sub,
  .qampus-hero__sub,
  .adf-hero__sub,
  .adf-hero__sub--large,
  .mq-hero__subline,
  .hayat-hero__sub,
  .otonom-hero__desc {
    font-size: clamp(1.05rem, 4.2vw, 1.25rem) !important;
    line-height: 1.5 !important;
    margin-top: 0.75rem !important;
    letter-spacing: 0.01em !important;
  }

  /* Brand list */
  .adf-hero__brands {
    font-size: clamp(0.8rem, 3vw, 0.95rem) !important;
    line-height: 1.55 !important;
    margin-top: 0.4rem !important;
  }

  /* Button */
  .aibs-hero .btn-gold,
  .qampus-hero .btn-gold,
  .adf-hero .btn-gold,
  .mq-hero .btn-gold,
  .hayat-hero .btn-gold,
  .aibs-hero .btn-gold-outline,
  .qampus-hero .btn-gold-outline,
  .adf-hero .btn-gold-outline,
  .mq-hero .btn-gold-outline,
  .hayat-hero .btn-gold-outline {
    padding: 0.875rem 1.5rem !important;
    font-size: 0.9rem !important;
  }
}

  /* Otonom label */
  .otonom-hero__label {
    font-size: 9px !important;
    margin-bottom: 1.5vh !important;
  }

  /* Breadcrumb */
  .hero-breadcrumb {
    margin-bottom: 1.5vh !important;
    gap: 6px !important;
  }

  .hero-breadcrumb__path {
    font-size: 8px !important;
  }

  .hero-breadcrumb__back {
    width: 20px !important;
    height: 20px !important;
  }

  /* Button */
  .aibs-hero .btn-gold,
  .qampus-hero .btn-gold,
  .adf-hero .btn-gold,
  .mq-hero .btn-gold,
  .hayat-hero .btn-gold,
  .otonom-hero .otonom-btn,
  .aibs-hero .btn-gold-outline,
  .qampus-hero .btn-gold-outline,
  .adf-hero .btn-gold-outline,
  .mq-hero .btn-gold-outline,
  .hayat-hero .btn-gold-outline {
    padding: 14px 28px !important;
    font-size: 0.95rem !important;
  }
}

/* =============================================================================
   UNIFIED MOBILE HERO - FINAL v9
   Using CSS Grid for proper layout control
   ============================================================================= */
@media (max-width: 768px) {
  /* Prevent ALL horizontal overflow */
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }

  /* HERO SECTION: CSS Grid for precise control */
  .hero-section {
    display: grid !important;
    grid-template-rows: auto 1fr auto auto !important;
    grid-template-columns: 1fr !important;
    align-items: start !important;
    justify-items: start !important;
    text-align: left !important;
    padding: 76px 1.5rem 2rem 1.5rem !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    max-width: 100% !important;
    gap: 1rem !important;
  }

  /* HERO TITLE: Takes up the 1fr row, vertically centered */
  .hero-title {
    font-size: clamp(2.4rem, 10vw, 4.5rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.02em !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: center !important;
  }

  /* HERO CTA BUTTON: Full width at bottom */
  .hero-cta-btn {
    width: 100% !important;
    text-align: center !important;
    justify-self: stretch !important;
    grid-row: -1 !important;
  }

  /* Hide watermarks on mobile */
  .hero-section [class*="__watermark"] {
    display: none !important;
  }

  /* Hide right columns on two-column heroes (ADF, MetriQ) */
  .adf-hero__right,
  .mq-hero__right {
    display: none !important;
  }

  /* Flatten nested wrappers */
  .adf-hero__left,
  .mq-hero__left,
  .hayat-hero__content {
    display: contents !important;
  }

  /* Sub text styling */
  .hero-section p,
  .hero-section [class*="__sub"],
  .hero-section [class*="__subline"] {
    font-size: clamp(1.1rem, 4.5vw, 1.35rem) !important;
    line-height: 1.55 !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
    margin: 0.75rem 0 1rem 0 !important;
    letter-spacing: 0.01em !important;
  }

  /* Hide extra content in ADF hero (brands text) */
  .adf-hero__brands {
    display: none !important;
  }

  /* Breadcrumb styling */
  .hero-breadcrumb {
    grid-row: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 768px) {

  .qampus-hero,
  .aibs-hero,
  .adf-hero,
  .mq-hero,
  .hayat-hero {
    min-height: 100dvh !important;
    padding: 72px 1.5rem 1.5rem 1.5rem !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  .adf-hero__left,
  .mq-hero__left,
  .hayat-hero__content { display: contents !important; }

  .adf-hero__right, .mq-hero__right,
  [class*="__watermark"], .adf-hero__brands { display: none !important; }

  /* HEADLINE: font-size hem vw hem vh'a göre — hangisi büyükse */
  .qampus-hero__headline,
  .aibs-hero__headline,
  .adf-hero__headline,
  .mq-hero__headline,
  .hayat-hero__headline {
    display: block !important;
    font-size: max(3.5rem, min(20vw, 18vh)) !important;
    line-height: 1.0 !important;
    letter-spacing: -0.03em !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
    width: 100% !important;
    flex: 1 1 0% !important;
    margin: 0 !important;
    padding: 1rem 0 !important;
  }

  .qampus-hero__headline span, .qampus-hero__headline em,
  .aibs-hero__headline span, .aibs-hero__headline em,
  .adf-hero__headline span, .adf-hero__headline em,
  .mq-hero__headline span, .mq-hero__headline em,
  .hayat-hero__headline span, .hayat-hero__headline em {
    display: inline !important;
  }

  .qampus-hero__sub, .aibs-hero__sub, .adf-hero__sub,
  .adf-hero__sub--large, .mq-hero__subline, .hayat-hero__sub {
    display: block !important;
    font-size: clamp(1.1rem, 4.5vw, 1.35rem) !important;
    line-height: 1.55 !important;
    flex-shrink: 0 !important;
    margin: 0.75rem 0 1.25rem 0 !important;
    white-space: normal !important;
    max-width: 100% !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
  }

  .qampus-hero .btn-gold, .aibs-hero .btn-gold,
  .adf-hero .btn-gold, .mq-hero .btn-gold, .hayat-hero .btn-gold {
    display: block !important;
    flex-shrink: 0 !important;
    width: 100% !important;
    margin-top: 0 !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  /* Hayat hero sub - larger and more prominent */
  .hayat-hero__sub {
    font-size: clamp(1.5rem, 6vw, 2rem) !important;
    font-style: italic !important;
    text-align: center !important;
    margin: 0 !important;
    margin-top: auto !important;
    margin-bottom: 3rem !important;
    line-height: 1.4 !important;
    padding: 0 1rem !important;
  }

  /* Hayat hero - adjust layout for sub positioning */
  .hayat-hero {
    justify-content: flex-start !important;
  }

  .hayat-hero__headline {
    flex: 0 0 auto !important;
    margin-bottom: auto !important;
  }
}

/* Mobile: Compact section spacing */
@media (max-width: 768px) {
  .ecosystem,
  .products,
  .founder,
  .form-section,
  .aibs-bireysel,
  .aibs-kurumsal,
  .aibs-ogrenme,
  .aibs-form-section,
  .aibs-adf-section,
  .adf-section,
  .adf-section--dark,
  .adf-section--cream,
  .adf-section--toprak,
  .adf-section--parchment,
  .adf-neden,
  .adf-form-section,
  .qampus-section,
  .mq-what,
  .mq-does,
  .mq-how,
  .mq-why,
  .mq-form,
  .hayat-section {
    padding: 32px 0 !important;
  }
}

/* ========================================
   ZOHO FORM INTEGRATION STYLES
   ======================================== */

/* Form Select Styling */
.fi-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238a8278' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.form-select-wrap {
  position: relative;
}

.form-note {
  font-size: 14px;
  color: var(--stone);
  margin-top: 8px;
}

.form-note a {
  color: var(--gold);
  text-decoration: underline;
}

.required {
  color: #e74c3c;
}

/* Multi-Step Form Styles */
.form-steps {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 48px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.form-step {
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.form-step--active,
.form-step--completed {
  opacity: 1;
}

.form-step__number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--cream);
  transition: all 0.3s ease;
}

.form-step--active .form-step__number {
  background: var(--gold);
  color: var(--petrol-deep);
}

.form-step--completed .form-step__number {
  background: var(--gold-light);
  color: var(--petrol-deep);
}

.form-step__label {
  font-size: 14px;
  font-weight: 400;
  color: var(--cream);
}

/* Form Panels */
.form-panel {
  display: none;
}

.form-panel--active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Selection Options */
.adf-selection {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.adf-selection__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 8px;
}

.adf-selection__desc {
  font-size: 16px;
  color: var(--stone);
  margin-bottom: 32px;
}

.adf-selection__options {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.adf-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
}

.adf-option:hover {
  background: rgba(255,255,255,0.06);
  border-color: var(--gold);
  transform: translateY(-2px);
}

.adf-option--highlight {
  border-color: var(--gold);
  background: rgba(212, 169, 106, 0.08);
}

.adf-option__badge {
  position: absolute;
  top: -10px;
  right: 16px;
  background: var(--gold);
  color: var(--petrol-deep);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 12px;
  border-radius: 4px;
}

.adf-option__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
}

.adf-option__icon svg {
  width: 24px;
  height: 24px;
  color: var(--gold);
}

.adf-option__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 4px;
}

.adf-option__desc {
  font-size: 14px;
  color: var(--stone);
  line-height: 1.5;
}

/* Confirmation Panels */
.adf-confirmation {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 32px 0;
}

.adf-confirmation__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adf-confirmation__icon svg {
  width: 40px;
  height: 40px;
  color: var(--gold);
}

.adf-confirmation__icon--gold {
  background: rgba(212, 169, 106, 0.15);
}

.adf-confirmation__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 16px;
}

.adf-confirmation__desc {
  font-size: 16px;
  color: var(--stone);
  line-height: 1.6;
  margin-bottom: 32px;
}

.adf-confirmation__desc strong {
  color: var(--cream);
}

.adf-confirmation__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.adf-confirmation__actions .btn-gold {
  width: 100%;
  max-width: 300px;
}

.adf-confirmation__actions .btn-outline {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  color: var(--cream);
  padding: 12px 24px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.adf-confirmation__actions .btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* Button Outline Style */
.btn-outline {
  display: inline-block;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.3);
  color: var(--cream);
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* Responsive Multi-Step Form */
@media (max-width: 768px) {
  .form-steps {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .form-step__label {
    display: none;
  }

  .adf-selection__options {
    gap: 12px;
  }

  .adf-option {
    padding: 16px;
    gap: 12px;
  }

  .adf-option__icon {
    width: 40px;
    height: 40px;
  }

  .adf-option__icon svg {
    width: 20px;
    height: 20px;
  }

  .adf-option__title {
    font-size: 18px;
  }

  .adf-option__desc {
    font-size: 13px;
  }
}
