/* ============================================
   Focus Growth - Complete Stylesheet
   Design: Dot Grid Pattern | Technical Precise
   ============================================ */


@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@600;700;800&family=Inter:wght@400;500;600&display=swap');


:root {
  
  --ink-900: #0d1b2a;
  --ink-800: #1a2e45;
  --ink-700: #243d5c;
  --ink-600: #2e5073;
  --ink-500: #3d6b94;
  --teal-600: #0f7c7c;
  --teal-500: #149494;
  --teal-400: #1ab3b3;
  --teal-300: #4ecece;
  --teal-100: #d0f5f5;
  --amber-500: #e8a020;
  --amber-400: #f0b535;
  --amber-300: #f5c96a;
  --amber-100: #fdf3d7;
  --surface-0: #f4f7fa;
  --surface-1: #eaf0f7;
  --surface-2: #dce7f2;
  --white: #ffffff;
  --text-primary: #0d1b2a;
  --text-secondary: #2e5073;
  --text-muted: #5a7a96;
  --text-light: #8aa4bc;

  
  --sp-1: 0.25rem;
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-5: 1.25rem;
  --sp-6: 1.5rem;
  --sp-8: 2rem;
  --sp-10: 2.5rem;
  --sp-12: 3rem;
  --sp-16: 4rem;
  --sp-20: 5rem;
  --sp-24: 6rem;

  
  --r-sm: 4px;
  --r-md: 8px;
  --r-lg: 12px;
  --r-xl: 16px;
  --r-2xl: 24px;
  --r-full: 9999px;

  
  --shadow-xs: 1px 2px 4px rgba(13,27,42,0.08);
  --shadow-sm: 2px 4px 8px rgba(13,27,42,0.10), 0 1px 2px rgba(13,27,42,0.06);
  --shadow-md: 4px 8px 20px rgba(13,27,42,0.12), 0 2px 4px rgba(13,27,42,0.08);
  --shadow-lg: 6px 16px 40px rgba(13,27,42,0.15), 0 4px 8px rgba(13,27,42,0.08);
  --shadow-xl: 8px 24px 60px rgba(13,27,42,0.18), 0 6px 12px rgba(13,27,42,0.10);
  --shadow-teal: 4px 8px 24px rgba(15,124,124,0.20), 0 2px 4px rgba(15,124,124,0.12);
  --shadow-amber: 4px 8px 24px rgba(232,160,32,0.22), 0 2px 4px rgba(232,160,32,0.12);

  
  --dot-color: rgba(13,27,42,0.08);
  --dot-size: 1.5px;
  --dot-spacing: 24px;

  
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.45, 0, 0.55, 1);
  --dur-fast: 150ms;
  --dur-base: 250ms;
  --dur-slow: 400ms;
}


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

html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 400;
  color: var(--text-primary);
  background-color: var(--surface-0);
  background-image: radial-gradient(var(--dot-color) var(--dot-size), transparent var(--dot-size));
  background-size: var(--dot-spacing) var(--dot-spacing);
  background-attachment: fixed;
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }


h1, h2, h3, h4, h5, h6 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: var(--ink-900);
}

h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.15rem, 2.5vw, 1.5rem); }
h4 { font-size: clamp(1rem, 2vw, 1.2rem); }

p { line-height: 1.7; color: var(--text-secondary); }

.canvas { flex: 1; }


.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--sp-6);
}

/* ============================================
   NAVIGATION
   ============================================ */
.nav-rail {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background var(--dur-slow) var(--ease-out),
              box-shadow var(--dur-slow) var(--ease-out),
              backdrop-filter var(--dur-slow) var(--ease-out);
  padding: var(--sp-4) 0;
}

.nav-rail.nav-solid {
  background: rgba(13,27,42,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(13,27,42,0.25);
  padding: var(--sp-3) 0;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-6);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  text-decoration: none;
  flex-shrink: 0;
}

.nav-logo img { height: 36px; width: auto; }

.nav-logo-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--white);
  letter-spacing: -0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: var(--sp-1);
}

.nav-links a {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255,255,255,0.82);
  padding: var(--sp-2) var(--sp-4);
  border-radius: var(--r-md);
  transition: color var(--dur-base) var(--ease-out),
              background var(--dur-base) var(--ease-out);
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--white);
  background: rgba(255,255,255,0.10);
}

.nav-right {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  flex-shrink: 0;
}


.lang-switcher {
  display: flex;
  align-items: center;
  gap: var(--sp-1);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--r-full);
  padding: var(--sp-1) var(--sp-3);
}

.lang-btn {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255,255,255,0.65);
  padding: 2px var(--sp-2);
  border-radius: var(--r-full);
  transition: color var(--dur-base), background var(--dur-base);
  letter-spacing: 0.04em;
}

.lang-btn.active {
  color: var(--ink-900);
  background: var(--white);
}

.lang-btn:hover:not(.active) { color: var(--white); }

.lang-divider {
  color: rgba(255,255,255,0.25);
  font-size: 0.7rem;
}


.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  background: var(--teal-500);
  color: var(--white) !important;
  padding: var(--sp-2) var(--sp-5) !important;
  border-radius: var(--r-full) !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  box-shadow: var(--shadow-teal);
  transition: background var(--dur-base), transform var(--dur-base), box-shadow var(--dur-base) !important;
}

.nav-cta:hover {
  background: var(--teal-400) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(15,124,124,0.35) !important;
}


.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: var(--sp-2);
  border-radius: var(--r-md);
  transition: background var(--dur-base);
}

.nav-hamburger:hover { background: rgba(255,255,255,0.10); }

.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform var(--dur-base) var(--ease-out),
              opacity var(--dur-base),
              width var(--dur-base);
}

.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


.drawer {
  display: none;
  background: var(--ink-800);
  border-top: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  max-height: 0;
  transition: max-height var(--dur-slow) var(--ease-out);
}

.drawer.drawer-open { max-height: 500px; }

.drawer-inner {
  padding: var(--sp-4) var(--sp-6) var(--sp-6);
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
}

.drawer-inner a {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255,255,255,0.80);
  padding: var(--sp-3) var(--sp-4);
  border-radius: var(--r-md);
  transition: color var(--dur-base), background var(--dur-base);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.drawer-inner a:hover { color: var(--white); background: rgba(255,255,255,0.06); }

.drawer-lang {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  padding: var(--sp-3) var(--sp-4);
  margin-top: var(--sp-2);
}

.drawer-lang .lang-btn {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  padding: var(--sp-2) var(--sp-4);
  border-radius: var(--r-full);
  font-size: 0.8rem;
}

.drawer-lang .lang-btn.active {
  background: var(--teal-500);
  color: var(--white);
  border-color: var(--teal-500);
}

/* ============================================
   HERO / STAGE
   ============================================ */
.stage {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.stage-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.stage-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stage-curtain {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(13,27,42,0.97) 0%,
    rgba(13,27,42,0.92) 35%,
    rgba(13,27,42,0.60) 55%,
    rgba(13,27,42,0.10) 70%,
    transparent 100%
  );
}

.stage-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: calc(var(--sp-24) + 80px) 0 var(--sp-24);
}

.stage-inner {
  max-width: 620px;
}

.stage-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  background: rgba(20,148,148,0.20);
  border: 1px solid rgba(20,148,148,0.40);
  color: var(--teal-300);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: var(--sp-2) var(--sp-4);
  border-radius: var(--r-full);
  margin-bottom: var(--sp-5);
}

.stage-badge i { font-size: 0.7rem; }

.stage-inner h1 {
  color: var(--white);
  margin-bottom: var(--sp-5);
  letter-spacing: -0.03em;
  text-shadow: 0 2px 20px rgba(13,27,42,0.40);
}

.stage-inner h1 em {
  font-style: normal;
  color: var(--teal-300);
}

.stage-lead {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
  margin-bottom: var(--sp-8);
  max-width: 520px;
}

.stage-actions {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  flex-wrap: wrap;
}


.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  background: var(--teal-500);
  color: var(--white);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  padding: var(--sp-4) var(--sp-8);
  border-radius: var(--r-full);
  box-shadow: var(--shadow-teal), 0 0 0 0 rgba(20,148,148,0);
  transition: background var(--dur-base), transform var(--dur-base),
              box-shadow var(--dur-base);
  white-space: nowrap;
}

.btn-primary:hover {
  background: var(--teal-400);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(15,124,124,0.40), 0 2px 6px rgba(15,124,124,0.20);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  background: transparent;
  color: var(--white);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: var(--sp-4) var(--sp-8);
  border-radius: var(--r-full);
  border: 1.5px solid rgba(255,255,255,0.35);
  transition: background var(--dur-base), border-color var(--dur-base),
              transform var(--dur-base);
  white-space: nowrap;
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.60);
  transform: translateY(-2px);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  background: transparent;
  color: var(--teal-600);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  padding: var(--sp-3) var(--sp-6);
  border-radius: var(--r-full);
  border: 1.5px solid var(--teal-500);
  transition: background var(--dur-base), color var(--dur-base), transform var(--dur-base);
}

.btn-outline:hover {
  background: var(--teal-500);
  color: var(--white);
  transform: translateY(-1px);
}

.btn-amber {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  background: var(--amber-500);
  color: var(--ink-900);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  padding: var(--sp-4) var(--sp-8);
  border-radius: var(--r-full);
  box-shadow: var(--shadow-amber);
  transition: background var(--dur-base), transform var(--dur-base), box-shadow var(--dur-base);
}

.btn-amber:hover {
  background: var(--amber-400);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(232,160,32,0.40);
}


.stage-scroll {
  position: absolute;
  bottom: var(--sp-8);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-2);
  color: rgba(255,255,255,0.45);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scroll-dot {
  width: 24px;
  height: 38px;
  border: 1.5px solid rgba(255,255,255,0.30);
  border-radius: 12px;
  position: relative;
}

.scroll-dot::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background: rgba(255,255,255,0.50);
  border-radius: 2px;
  animation: scrollBounce 2s infinite;
}

@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 1; }
  60% { transform: translateX(-50%) translateY(10px); opacity: 0.3; }
}

/* ============================================
   SECTION COMMONS
   ============================================ */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--teal-500);
  margin-bottom: var(--sp-3);
}

.section-label::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: var(--teal-500);
  border-radius: 1px;
}

.section-header {
  margin-bottom: var(--sp-10);
}

.section-header h2 { margin-bottom: var(--sp-3); }

.section-header p {
  font-size: 1.05rem;
  max-width: 580px;
  color: var(--text-muted);
}

.section-header.center {
  text-align: center;
}

.section-header.center p { margin: 0 auto; }
.section-header.center .section-label { justify-content: center; }

/* ============================================
   TRUST STRIP (compact section)
   ============================================ */
.trust-strip {
  background: var(--ink-900);
  padding: var(--sp-5) 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.trust-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-6);
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  color: rgba(255,255,255,0.75);
  font-size: 0.875rem;
  font-weight: 500;
}

.trust-item i {
  color: var(--teal-400);
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* ============================================
   PROBLEM SECTION
   ============================================ */
.problem-section {
  padding: var(--sp-20) 0;
  background: var(--white);
  position: relative;
}

.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-12);
  align-items: center;
}

.problem-visual {
  position: relative;
}

.problem-img-wrap {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  position: relative;
}

.problem-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.problem-float-card {
  position: absolute;
  bottom: -var(--sp-6);
  right: -var(--sp-6);
  background: var(--white);
  border-radius: var(--r-lg);
  padding: var(--sp-4) var(--sp-5);
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  bottom: var(--sp-5);
  right: calc(-1 * var(--sp-6));
  min-width: 200px;
}

.problem-float-card .float-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--r-md);
  background: var(--amber-100);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.problem-float-card .float-icon i { color: var(--amber-500); font-size: 1.1rem; }

.problem-float-card .float-text strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink-900);
  line-height: 1.3;
}

.problem-float-card .float-text span {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.problem-content .section-label { margin-bottom: var(--sp-4); }
.problem-content h2 { margin-bottom: var(--sp-5); }
.problem-content p { margin-bottom: var(--sp-4); }

.problem-points {
  margin-top: var(--sp-6);
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.problem-point {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  padding: var(--sp-3) var(--sp-4);
  background: var(--surface-0);
  border-radius: var(--r-md);
  border-left: 3px solid var(--teal-500);
}

.problem-point i {
  color: var(--teal-500);
  margin-top: 2px;
  flex-shrink: 0;
}

.problem-point p {
  font-size: 0.9rem;
  margin: 0;
  color: var(--text-secondary);
}

/* ============================================
   WHO WE SERVE (TABS - Interactive)
   ============================================ */
.audience-section {
  padding: var(--sp-20) 0;
  background: var(--surface-0);
}

.tab-nav {
  display: flex;
  gap: var(--sp-2);
  margin-bottom: var(--sp-8);
  background: var(--surface-1);
  padding: var(--sp-2);
  border-radius: var(--r-xl);
  border: 1px solid var(--surface-2);
}

.tab-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  padding: var(--sp-3) var(--sp-5);
  border-radius: var(--r-lg);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: all var(--dur-base) var(--ease-out);
  cursor: pointer;
  border: none;
  background: none;
}

.tab-btn.active {
  background: var(--white);
  color: var(--ink-900);
  box-shadow: var(--shadow-sm);
}

.tab-btn i { font-size: 0.9rem; }

.tab-panel { display: none; }
.tab-panel.active { display: block; }

.tab-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-8);
  align-items: center;
}

.tab-text h3 { margin-bottom: var(--sp-4); }
.tab-text p { margin-bottom: var(--sp-4); }

.tab-features {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  margin-top: var(--sp-5);
}

.tab-feature {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
}

.tab-feature-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--r-md);
  background: var(--teal-100);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tab-feature-icon i { color: var(--teal-600); font-size: 0.85rem; }

.tab-feature-text strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ink-900);
  margin-bottom: 2px;
}

.tab-feature-text span {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.tab-image {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.tab-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: transform var(--dur-slow) var(--ease-out);
}

.tab-image:hover img { transform: scale(1.03); }

/* ============================================
   GALLERY (Services / How it Works)
   ============================================ */
.gallery-section {
  padding: var(--sp-20) 0;
  background: var(--white);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
  container-type: inline-size;
  container-name: gallery-grid;
}

@container gallery-grid (max-width: 700px) {
  .gallery { grid-template-columns: 1fr; }
}

@container gallery-grid (min-width: 701px) and (max-width: 900px) {
  .gallery { grid-template-columns: 1fr 1fr; }
}


.shelf {
  position: relative;
}

.shelf::before {
  content: '';
  position: absolute;
  inset: 6px -4px -6px 4px;
  background: var(--surface-1);
  border-radius: var(--r-xl);
  border: 1px solid var(--surface-2);
  z-index: 0;
}

.shelf::after {
  content: '';
  position: absolute;
  inset: 3px -2px -3px 2px;
  background: var(--surface-0);
  border-radius: var(--r-xl);
  border: 1px solid var(--surface-2);
  z-index: 0;
}

.card {
  position: relative;
  z-index: 1;
  background: var(--white);
  border-radius: var(--r-xl);
  padding: var(--sp-6);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(13,27,42,0.06);
  transition: transform var(--dur-base) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out);
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.card-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--r-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--sp-4);
  flex-shrink: 0;
}

.card-icon.teal { background: var(--teal-100); }
.card-icon.teal i { color: var(--teal-600); }
.card-icon.amber { background: var(--amber-100); }
.card-icon.amber i { color: var(--amber-500); }
.card-icon.navy { background: rgba(13,27,42,0.08); }
.card-icon.navy i { color: var(--ink-700); }
.card-icon i { font-size: 1.3rem; }

.card h3 { margin-bottom: var(--sp-2); font-size: 1.1rem; }
.card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }

/* ============================================
   BENEFITS SECTION
   ============================================ */
.benefits-section {
  padding: var(--sp-16) 0;
  background: var(--ink-900);
  position: relative;
  overflow: hidden;
}

.benefits-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(20,148,148,0.06) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
}

.benefits-section .section-label { color: var(--teal-300); }
.benefits-section .section-label::before { background: var(--teal-300); }
.benefits-section h2 { color: var(--white); }
.benefits-section .section-header p { color: rgba(255,255,255,0.65); }

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-4);
  container-type: inline-size;
  container-name: benefits-grid;
}

@container benefits-grid (max-width: 600px) {
  .benefits-grid { grid-template-columns: 1fr; }
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-4);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r-xl);
  padding: var(--sp-5);
  transition: background var(--dur-base), border-color var(--dur-base), transform var(--dur-base);
}

.benefit-item:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(20,148,148,0.30);
  transform: translateY(-2px);
}

.benefit-check {
  width: 36px;
  height: 36px;
  border-radius: var(--r-md);
  background: rgba(20,148,148,0.15);
  border: 1px solid rgba(20,148,148,0.30);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.benefit-check i { color: var(--teal-300); font-size: 0.85rem; }

.benefit-text strong {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: var(--sp-1);
}

.benefit-text p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.60);
  margin: 0;
  line-height: 1.5;
}

/* ============================================
   SWIPER / CAROUSEL SECTION
   ============================================ */
.spotlight-section {
  padding: var(--sp-20) 0;
  background: var(--surface-0);
  overflow: hidden;
}

.swiper {
  overflow: visible !important;
  padding-bottom: var(--sp-10) !important;
}

.swiper-slide { height: auto; }

.spotlight-card {
  background: var(--white);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(13,27,42,0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform var(--dur-base), box-shadow var(--dur-base);
}

.spotlight-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.spotlight-card-img {
  height: 200px;
  overflow: hidden;
}

.spotlight-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-slow) var(--ease-out);
}

.spotlight-card:hover .spotlight-card-img img { transform: scale(1.05); }

.spotlight-card-body {
  padding: var(--sp-5);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.spotlight-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal-600);
  background: var(--teal-100);
  padding: 3px var(--sp-3);
  border-radius: var(--r-full);
  margin-bottom: var(--sp-3);
}

.spotlight-card-body h3 {
  font-size: 1rem;
  margin-bottom: var(--sp-2);
  line-height: 1.3;
}

.spotlight-card-body p {
  font-size: 0.85rem;
  color: var(--text-muted);
  flex: 1;
}

.swiper-pagination-bullet {
  background: var(--surface-2) !important;
  opacity: 1 !important;
  width: 8px !important;
  height: 8px !important;
}

.swiper-pagination-bullet-active {
  background: var(--teal-500) !important;
  width: 24px !important;
  border-radius: 4px !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--teal-600) !important;
  background: var(--white);
  width: 44px !important;
  height: 44px !important;
  border-radius: var(--r-full) !important;
  box-shadow: var(--shadow-md) !important;
  top: 42% !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 0.85rem !important;
  font-weight: 700 !important;
}

/* ============================================
   CTA BANNER
   ============================================ */
.cta-banner {
  padding: var(--sp-16) 0;
  background: linear-gradient(135deg, var(--teal-600) 0%, var(--ink-700) 60%, var(--ink-900) 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
}

.cta-banner-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
}

.cta-banner h2 {
  color: var(--white);
  margin-bottom: var(--sp-4);
}

.cta-banner p {
  color: rgba(255,255,255,0.75);
  font-size: 1.05rem;
  margin-bottom: var(--sp-8);
}

/* ============================================
   HOW IT WORKS (Steps)
   ============================================ */
.steps-section {
  padding: var(--sp-20) 0;
  background: var(--white);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-6);
  position: relative;
  container-type: inline-size;
  container-name: steps-grid;
}

@container steps-grid (max-width: 700px) {
  .steps-grid { grid-template-columns: 1fr 1fr; }
}

@container steps-grid (max-width: 480px) {
  .steps-grid { grid-template-columns: 1fr; }
}

.steps-grid::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(12.5% + 28px);
  right: calc(12.5% + 28px);
  height: 2px;
  background: linear-gradient(90deg, var(--teal-300), var(--teal-500));
  z-index: 0;
}

.step-item {
  position: relative;
  z-index: 1;
  text-align: center;
}

.step-num {
  width: 56px;
  height: 56px;
  border-radius: var(--r-full);
  background: var(--teal-500);
  color: var(--white);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--sp-4);
  box-shadow: var(--shadow-teal);
  position: relative;
}

.step-num::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: var(--r-full);
  border: 2px solid rgba(20,148,148,0.25);
}

.step-item h4 { margin-bottom: var(--sp-2); font-size: 1rem; }
.step-item p { font-size: 0.85rem; color: var(--text-muted); }

/* ============================================
   CONTENT SECTIONS (Inner Pages)
   ============================================ */
.page-hero {
  padding: calc(80px + var(--sp-16)) 0 var(--sp-16);
  background: var(--ink-900);
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(20,148,148,0.07) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.page-hero h1 { color: var(--white); margin-bottom: var(--sp-4); }

.page-hero p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.72);
  max-width: 580px;
}

.page-content {
  padding: var(--sp-20) 0;
  background: var(--white);
}

.content-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-12);
  align-items: start;
}

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

.content-section {
  padding: var(--sp-20) 0;
}

.content-section.alt { background: var(--surface-0); }


.rich-card {
  background: var(--white);
  border-radius: var(--r-2xl);
  padding: var(--sp-8);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(13,27,42,0.06);
}

.rich-card h3 { margin-bottom: var(--sp-4); }
.rich-card p { margin-bottom: var(--sp-4); }
.rich-card p:last-child { margin-bottom: 0; }


.feature-list {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
}

.feature-list-item {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-4);
  padding-bottom: var(--sp-4);
  border-bottom: 1px solid var(--surface-1);
}

.feature-list-item:last-child { border-bottom: none; padding-bottom: 0; }

.feature-list-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--r-lg);
  background: var(--teal-100);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-list-icon i { color: var(--teal-600); font-size: 1rem; }

.feature-list-text h4 { margin-bottom: var(--sp-1); font-size: 0.95rem; }
.feature-list-text p { font-size: 0.875rem; color: var(--text-muted); margin: 0; }


.accordion {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.accordion-item {
  background: var(--white);
  border-radius: var(--r-lg);
  border: 1px solid var(--surface-2);
  overflow: hidden;
  box-shadow: var(--shadow-xs);
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--sp-4) var(--sp-5);
  cursor: pointer;
  transition: background var(--dur-base);
}

.accordion-header:hover { background: var(--surface-0); }

.accordion-header h4 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink-900);
}

.accordion-header i {
  color: var(--teal-500);
  transition: transform var(--dur-base) var(--ease-out);
  flex-shrink: 0;
}

.accordion-item.open .accordion-header i { transform: rotate(180deg); }

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--dur-slow) var(--ease-out);
}

.accordion-item.open .accordion-body { max-height: 400px; }

.accordion-body-inner {
  padding: 0 var(--sp-5) var(--sp-5);
  border-top: 1px solid var(--surface-1);
  padding-top: var(--sp-4);
}

.accordion-body-inner p {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0;
}

/* ============================================
   CONTACT PAGE
   ============================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--sp-12);
  align-items: start;
}

.contact-info h2 { margin-bottom: var(--sp-4); }
.contact-info p { margin-bottom: var(--sp-6); }

.contact-details {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-4);
}

.contact-detail-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--r-lg);
  background: var(--teal-100);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-detail-icon i { color: var(--teal-600); }

.contact-detail-text strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
}

.contact-detail-text a,
.contact-detail-text span {
  font-size: 0.95rem;
  color: var(--ink-900);
  font-weight: 500;
}

.contact-detail-text a:hover { color: var(--teal-600); }


.form-card {
  background: var(--white);
  border-radius: var(--r-2xl);
  padding: var(--sp-8);
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(13,27,42,0.06);
}

.form-steps-indicator {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  margin-bottom: var(--sp-8);
}

.form-step-dot {
  width: 32px;
  height: 32px;
  border-radius: var(--r-full);
  background: var(--surface-1);
  border: 2px solid var(--surface-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-muted);
  transition: all var(--dur-base);
}

.form-step-dot.active {
  background: var(--teal-500);
  border-color: var(--teal-500);
  color: var(--white);
  box-shadow: var(--shadow-teal);
}

.form-step-dot.done {
  background: var(--teal-100);
  border-color: var(--teal-400);
  color: var(--teal-600);
}

.form-step-line {
  flex: 1;
  height: 2px;
  background: var(--surface-2);
  border-radius: 1px;
  transition: background var(--dur-slow);
}

.form-step-line.done { background: var(--teal-400); }

.form-step { display: none; }
.form-step.active { display: block; }

.form-group {
  margin-bottom: var(--sp-5);
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink-800);
  margin-bottom: var(--sp-2);
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: var(--sp-3) var(--sp-4);
  border: 1.5px solid var(--surface-2);
  border-radius: var(--r-lg);
  font-size: 0.95rem;
  color: var(--ink-900);
  background: var(--surface-0);
  transition: border-color var(--dur-base), box-shadow var(--dur-base), background var(--dur-base);
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--teal-500);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(20,148,148,0.12);
}

.form-group textarea {
  resize: vertical;
  min-height: 130px;
  line-height: 1.6;
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  margin-bottom: var(--sp-5);
}

.form-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  accent-color: var(--teal-500);
  margin-top: 2px;
  cursor: pointer;
}

.form-checkbox label {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.5;
  cursor: pointer;
}

.form-checkbox label a { color: var(--teal-600); text-decoration: underline; }

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
}

.btn-back {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 500;
  padding: var(--sp-3) var(--sp-4);
  border-radius: var(--r-md);
  transition: color var(--dur-base), background var(--dur-base);
}

.btn-back:hover { color: var(--ink-900); background: var(--surface-1); }

.map-wrap {
  margin-top: var(--sp-12);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--surface-2);
}

.map-wrap iframe { display: block; }

/* ============================================
   THANKS PAGE
   ============================================ */
.thanks-stage {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--sp-20) var(--sp-6);
}

.thanks-inner {
  max-width: 540px;
}

.thanks-icon {
  width: 80px;
  height: 80px;
  border-radius: var(--r-full);
  background: var(--teal-100);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--sp-8);
  box-shadow: 0 0 0 12px rgba(20,148,148,0.08);
}

.thanks-icon i { color: var(--teal-600); font-size: 2rem; }

.thanks-inner h1 { margin-bottom: var(--sp-4); }
.thanks-inner p { font-size: 1.1rem; color: var(--text-muted); margin-bottom: var(--sp-8); }

/* ============================================
   LEGAL PAGES
   ============================================ */
.legal-content {
  padding: var(--sp-16) 0 var(--sp-20);
  background: var(--white);
}

.legal-inner {
  max-width: 780px;
  margin: 0 auto;
}

.legal-meta {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  margin-bottom: var(--sp-8);
  padding-bottom: var(--sp-6);
  border-bottom: 1px solid var(--surface-1);
}

.legal-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  background: var(--teal-100);
  color: var(--teal-600);
  font-size: 0.78rem;
  font-weight: 600;
  padding: var(--sp-2) var(--sp-3);
  border-radius: var(--r-full);
}

.legal-date {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.legal-section {
  margin-bottom: var(--sp-10);
}

.legal-question {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: var(--sp-3);
  padding-left: var(--sp-4);
  border-left: 3px solid var(--teal-500);
}

.legal-answer {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: var(--sp-3);
}

.legal-answer:last-child { margin-bottom: 0; }

.legal-list {
  padding-left: var(--sp-5);
  margin: var(--sp-3) 0;
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}

.legal-list li {
  list-style: disc;
  font-size: 0.93rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.legal-divider {
  height: 1px;
  background: var(--surface-1);
  margin: var(--sp-8) 0;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: var(--ink-900);
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-main {
  padding: var(--sp-8) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-8);
  flex-wrap: wrap;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  text-decoration: none;
}

.footer-logo img { height: 30px; width: auto; }

.footer-logo-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: var(--white);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: var(--sp-1);
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.60);
  padding: var(--sp-2) var(--sp-3);
  border-radius: var(--r-md);
  transition: color var(--dur-base), background var(--dur-base);
}

.footer-links a:hover {
  color: var(--white);
  background: rgba(255,255,255,0.06);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--sp-1);
}

.footer-contact a,
.footer-contact span {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  transition: color var(--dur-base);
}

.footer-contact a:hover { color: var(--teal-300); }

.footer-bar {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: var(--sp-4) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  flex-wrap: wrap;
}

.footer-bar p {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
  margin: 0;
}

.footer-bar a {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
  transition: color var(--dur-base);
}

.footer-bar a:hover { color: rgba(255,255,255,0.70); }

/* ============================================
   COOKIE CONSENT
   ============================================ */
.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--ink-800);
  border-top: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 -4px 30px rgba(13,27,42,0.30);
  transform: translateY(100%);
  transition: transform var(--dur-slow) var(--ease-out);
}

.cookie-bar.visible { transform: translateY(0); }

.cookie-bar-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-6);
  padding: var(--sp-4) 0;
  flex-wrap: wrap;
}

.cookie-text {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.78);
  flex: 1;
  min-width: 200px;
}

.cookie-text a { color: var(--teal-300); text-decoration: underline; }

.cookie-buttons {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  flex-shrink: 0;
  flex-wrap: wrap;
}

.cookie-btn {
  padding: var(--sp-2) var(--sp-4);
  border-radius: var(--r-md);
  font-size: 0.82rem;
  font-weight: 600;
  transition: all var(--dur-base);
  cursor: pointer;
  border: none;
  font-family: inherit;
}

.cookie-btn-accept {
  background: var(--teal-500);
  color: var(--white);
}

.cookie-btn-accept:hover { background: var(--teal-400); }

.cookie-btn-reject {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.75);
  border: 1px solid rgba(255,255,255,0.15);
}

.cookie-btn-reject:hover { background: rgba(255,255,255,0.14); }

.cookie-btn-customize {
  background: transparent;
  color: rgba(255,255,255,0.55);
  border: 1px solid rgba(255,255,255,0.12);
}

.cookie-btn-customize:hover { color: rgba(255,255,255,0.85); border-color: rgba(255,255,255,0.25); }

.cookie-categories {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--dur-slow) var(--ease-out);
  border-top: 0px solid rgba(255,255,255,0.08);
}

.cookie-categories.expanded {
  max-height: 300px;
  border-top-width: 1px;
}

.cookie-categories-inner {
  padding: var(--sp-4) 0;
  display: flex;
  gap: var(--sp-6);
  flex-wrap: wrap;
}

.cookie-cat {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
}

.cookie-cat label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.70);
  cursor: pointer;
}

.cookie-toggle {
  position: relative;
  width: 40px;
  height: 22px;
  flex-shrink: 0;
}

.cookie-toggle input { opacity: 0; width: 0; height: 0; }

.cookie-toggle-slider {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.15);
  border-radius: 11px;
  cursor: pointer;
  transition: background var(--dur-base);
}

.cookie-toggle-slider::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 3px;
  background: var(--white);
  border-radius: var(--r-full);
  transition: transform var(--dur-base);
}

.cookie-toggle input:checked + .cookie-toggle-slider { background: var(--teal-500); }
.cookie-toggle input:checked + .cookie-toggle-slider::after { transform: translateX(18px); }
.cookie-toggle input:disabled + .cookie-toggle-slider { opacity: 0.5; cursor: not-allowed; }

/* ============================================
   UTILITY CLASSES
   ============================================ */
.text-center { text-align: center; }
.text-teal { color: var(--teal-500); }
.text-amber { color: var(--amber-500); }
.mt-4 { margin-top: var(--sp-4); }
.mt-6 { margin-top: var(--sp-6); }
.mt-8 { margin-top: var(--sp-8); }
.mb-4 { margin-bottom: var(--sp-4); }
.mb-6 { margin-bottom: var(--sp-6); }
.mb-8 { margin-bottom: var(--sp-8); }

.highlight-box {
  background: var(--teal-100);
  border-left: 4px solid var(--teal-500);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  padding: var(--sp-4) var(--sp-5);
  margin: var(--sp-5) 0;
}

.highlight-box p { color: var(--teal-600); font-size: 0.9rem; font-weight: 500; margin: 0; }

.amber-box {
  background: var(--amber-100);
  border-left: 4px solid var(--amber-500);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  padding: var(--sp-4) var(--sp-5);
  margin: var(--sp-5) 0;
}

.amber-box p { color: var(--ink-800); font-size: 0.9rem; font-weight: 500; margin: 0; }


.img-card {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-slow) var(--ease-out);
}

.img-card:hover img { transform: scale(1.04); }

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */
@media (max-width: 1024px) {
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid::before { display: none; }
  .content-grid-2 { gap: var(--sp-8); }
  .problem-grid { gap: var(--sp-8); }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-right .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .drawer { display: block; }

  .problem-grid { grid-template-columns: 1fr; }
  .problem-float-card { right: var(--sp-4); }
  .tab-content-grid { grid-template-columns: 1fr; }
  .tab-image { order: -1; }
  .tab-image img { height: 240px; }
  .gallery { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .content-grid-2 { grid-template-columns: 1fr; }
  .content-grid-3 { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-main { flex-direction: column; align-items: flex-start; }
  .footer-contact { align-items: flex-start; }
  .footer-bar { flex-direction: column; align-items: flex-start; gap: var(--sp-2); }
  .tab-nav { flex-direction: column; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .stage-actions { flex-direction: column; align-items: flex-start; }
  .stage-actions .btn-primary,
  .stage-actions .btn-secondary { width: 100%; justify-content: center; }

  .cookie-bar-main { flex-direction: column; align-items: flex-start; }
  .cookie-buttons { width: 100%; }
}

@media (max-width: 480px) {
  :root { --sp-6: 1.25rem; }
  .steps-grid { grid-template-columns: 1fr; }
  .form-actions { flex-direction: column; }
  .form-actions .btn-back { order: 2; }
  .form-actions .btn-primary { width: 100%; justify-content: center; }
  .trust-strip-inner { flex-direction: column; align-items: flex-start; gap: var(--sp-3); }
  .legal-meta { flex-direction: column; align-items: flex-start; }
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity var(--dur-slow) var(--ease-out),
              transform var(--dur-slow) var(--ease-out);
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}


.fade-up:nth-child(1) { transition-delay: 0ms; }
.fade-up:nth-child(2) { transition-delay: 80ms; }
.fade-up:nth-child(3) { transition-delay: 160ms; }
.fade-up:nth-child(4) { transition-delay: 240ms; }
.fade-up:nth-child(5) { transition-delay: 320ms; }
.fade-up:nth-child(6) { transition-delay: 400ms; }