:root {
  --navy: #172434;
  --navy2: #24364d;
  --cream: #eef3f7;
  --gold: #b07a3f;
  --gold-light: #d4a36a;
  --white: #ffffff;
  --muted: #617386;
  --green: #235d4d;
  --red: #b4493c;
  --surface: #f8fafb;
  --surface-strong: #e3ebf1;
  --line: rgba(23, 36, 52, 0.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: linear-gradient(180deg, #f8fafc 0%, var(--cream) 100%);
  color: var(--navy);
  font-family: 'IBM Plex Sans', sans-serif;
  cursor: default;
  overflow-x: hidden;
}

/* ═══════════════════════════════════ NOISE */
body::after {
  content:none;
}

/* ═══════════════════════════════════ TOPBAR */
.topbar {
  background: #132031;
  color: rgba(255,255,255,0.82);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0.7rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.topbar a { color: #f2c387; text-decoration: none; }
.topbar-right { display: flex; gap: 1.5rem; }

/* ═══════════════════════════════════ NAV */
nav {
  position: sticky;
  top: 0;
  z-index: 500;
  background: rgba(248,250,252,0.94);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4rem;
  height: 78px;
  transform: translateZ(0);
  will-change: transform;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
.nav-logo-mark {
  width: 40px; height: 40px;
  background: var(--navy);
  display: grid;
  place-items: center;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #f7d2a1;
  letter-spacing: 0.12em;
  border-radius: 10px;
}
.nav-logo-text {
  font-family: 'Source Serif 4', serif;
  font-size: 1.22rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.nav-logo-text span {
  display: block;
  font-size: 0.6rem;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  align-items: center;
}
.nav-links a {
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  position: relative;
  padding: 0.35rem 0;
  transition: color 0.2s;
}
.nav-links a::after {
  content:'';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 1.5px;
  background: var(--gold);
  transition: width 0.25s;
}
.nav-links a:hover::after { width: 100%; }
.nav-links a:hover { color: var(--gold); }

.nav-cta {
  background: var(--navy2);
  color: var(--cream) !important;
  padding: 0.8rem 1.25rem;
  font-size: 0.76rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, color 0.2s !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nav-cta:hover { background: var(--gold) !important; color: #101a27 !important; }
.nav-cta::after { display:none !important; }

/* ═══════════════════════════════════ HERO */
.hero {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  position: relative;
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(circle at top right, rgba(176,122,63,0.14), transparent 34%),
    linear-gradient(180deg, #f8fbfd 0%, #ebf1f5 100%);
}

.hero-left {
  background: transparent;
  padding: 5.5rem 4rem 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hero-left::before {
  content:'';
  position: absolute;
  width: 520px; height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176,122,63,0.1) 0%, transparent 72%);
  top: -140px; left: -160px;
  pointer-events: none;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(176,122,63,0.1);
  border: 1px solid rgba(176,122,63,0.22);
  color: #7d5529;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  margin-bottom: 2rem;
  width: fit-content;
  animation: fadeSlideUp 0.8s ease both;
}

.hero-badge-dot {
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulse 2s ease infinite;
}

@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.4;transform:scale(0.6)} }

.hero h1 {
  font-family: 'Source Serif 4', serif;
  font-size: clamp(3.2rem, 5.5vw, 5.5rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.01em;
  color: var(--navy);
  animation: fadeSlideUp 0.8s 0.1s ease both;
}

.hero h1 em {
  font-style: italic;
  color: var(--gold);
}

.hero-sub {
  margin-top: 1.5rem;
  font-size: 1rem;
  color: rgba(23,36,52,0.72);
  line-height: 1.82;
  max-width: 600px;
  font-weight: 400;
  animation: fadeSlideUp 0.8s 0.2s ease both;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
  animation: fadeSlideUp 0.8s 0.3s ease both;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--gold);
  color: var(--navy);
  text-decoration: none;
  padding: 0.9rem 2rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.25s;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(115, 76, 28, 0.08);
  border-radius: 999px;
}
.btn-primary::before {
  content:'';
  position:absolute;
  inset:0;
  background:rgba(255,255,255,0.15);
  transform:translateX(-100%);
  transition:transform 0.3s;
}
.btn-primary:hover::before { transform:translateX(0); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(176,122,63,0.28); }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: transparent;
  color: var(--navy);
  text-decoration: none;
  padding: 0.9rem 2rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(23,36,52,0.16);
  transition: all 0.25s;
  border-radius: 999px;
}
.btn-secondary:hover { border-color: rgba(23,36,52,0.3); color: var(--navy); background: rgba(255,255,255,0.72); }

/* Hero Value Props */
.hero-value-props {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
  animation: fadeSlideUp 0.8s 0.35s ease both;
}

.value-prop-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--line);
  padding: 1rem 1.2rem;
  border-radius: 14px;
  transition: all 0.3s;
}

.value-prop-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(23,36,52,0.08);
  background: rgba(255,255,255,0.95);
}

.value-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  line-height: 1;
}

.value-prop-item strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.25rem;
  line-height: 1.2;
}

.value-prop-item p {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.4;
  margin: 0;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
  max-width: 760px;
  animation: fadeSlideUp 0.8s 0.4s ease both;
}

.hero-stats > div {
  background: rgba(255,255,255,0.82);
  border: 1px solid var(--line);
  padding: 1.2rem 1.25rem;
  box-shadow: 0 14px 36px rgba(23,36,52,0.06);
  border-radius: 18px;
}

.hero-stat-num {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--navy2);
  line-height: 1;
  display: block;
}
.hero-stat-label {
  font-size: 0.72rem;
  color: rgba(11,22,41,0.55);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.35rem;
}

.hero-right {
  position: relative;
  background: linear-gradient(180deg, #1b2c3f 0%, #25394f 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 4rem 4.5rem 0;
}

.hero-right-inner {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto auto;
  gap: 1.25rem;
  padding: 0;
  max-width: 500px;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.03) 25%, transparent 25%) -30px 0/60px 60px,
    linear-gradient(225deg, rgba(255,255,255,0.03) 25%, transparent 25%) -30px 0/60px 60px;
}

.hero-media {
  position: relative;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 1rem;
  box-shadow: 0 24px 60px rgba(10,17,28,0.28);
  border-radius: 24px;
}

.hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
}

.hero-float-card {
  background: var(--white);
  padding: 1.5rem 1.6rem;
  width: 100%;
  position: relative;
  box-shadow: 0 20px 50px rgba(23,36,52,0.12);
  display: grid;
  gap: 0.9rem;
  border-radius: 22px;
}

.hero-float-card-label {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-float-card-title {
  font-family: 'Source Serif 4', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--navy);
}

.hero-float-card-row {
  display: grid;
  gap: 0.8rem;
}

.tag {
  background: var(--surface);
  color: var(--navy);
  font-size: 0.74rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--line);
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
}

.hero-float-card-wa {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(11,22,41,0.07);
  font-size: 0.78rem;
  color: var(--green);
  font-weight: 600;
}

@keyframes fadeSlideUp {
  from { opacity:0; transform:translateY(30px); }
  to   { opacity:1; transform:translateY(0); }
}

/* ═══════════════════════════════════ STRIP */
.strip {
  background: var(--navy);
  padding: 1.1rem 4rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.strip-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.strip-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.82);
  text-transform: uppercase;
  padding: 0.9rem 1rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
}

/* ═══════════════════════════════════ SECTION COMMONS */
section { padding: 6rem 4rem; }

.section-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.section-eyebrow::before {
  content:'';
  display:block;
  width:30px;
  height:1.5px;
  background:var(--gold);
}

.section-title {
  font-family: 'Source Serif 4', serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--navy);
}

.section-title em { font-style: italic; color: var(--gold); }

/* ═══════════════════════════════════ PRODUCTS */
.products-section { background: var(--cream); }

.products-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.product-card {
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
  display: flex;
  flex-direction: column;
  box-shadow: 0 14px 34px rgba(23,36,52,0.06);
  border-radius: 22px;
}

.product-card:hover { background: var(--white); transform: translateY(-4px); box-shadow: 0 22px 44px rgba(23,36,52,0.12); }

.product-card:hover .product-img-wrap img {
  transform: scale(1.05);
}

.product-card:hover .product-cta {
  background: var(--gold);
  color: var(--navy);
}

.product-img-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--surface-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  position: relative;
}

.product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-img-wrap .product-emoji {
  font-size: 3.5rem;
  position: absolute;
}

.product-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.product-name {
  font-family: 'Source Serif 4', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.4rem;
}

.product-detail {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.product-price {
  font-size: 0.72rem;
  color: var(--green);
  font-weight: 600;
  letter-spacing: 0.04em;
  background: rgba(35,93,77,0.08);
  padding: 0.28rem 0.7rem;
  border: 1px solid rgba(35,93,77,0.15);
  border-radius: 999px;
}

.product-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--navy);
  background: rgba(23,36,52,0.06);
  padding: 0.45rem 0.9rem;
  transition: all 0.25s;
  white-space: nowrap;
  border-radius: 999px;
}

/* ═══════════════════════════════════ WHY US */
.why-section {
  background: linear-gradient(180deg, #162434 0%, #1f3145 100%);
  position: relative;
  overflow: hidden;
}

.why-section::before {
  content:'';
  position:absolute;
  right:-200px; top:-200px;
  width:600px; height:600px;
  border-radius:50%;
  background: radial-gradient(circle, rgba(176,122,63,0.08) 0%, transparent 70%);
  pointer-events:none;
}

.why-section .section-title { color: var(--white); }

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 5rem;
  margin-top: 3.5rem;
}

.why-item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.why-item.animate-ready {
  opacity: 0;
  transform: translateY(20px);
}

.why-item.visible { opacity: 1; transform: translateY(0); }

.why-num {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: rgba(212,163,106,0.3);
  line-height: 1;
  min-width: 2.5rem;
}

.why-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.why-content p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.75;
  font-weight: 300;
}

/* ═══════════════════════════════════ TESTIMONIALS */
.testi-section { background: var(--white); }

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.testi-card {
  border: 1px solid rgba(11,22,41,0.08);
  padding: 2rem;
  position: relative;
  background: var(--cream);
  transition: transform 0.3s, box-shadow 0.3s;
}

.testi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 50px rgba(11,22,41,0.1);
}

.testi-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  color: var(--gold);
  line-height: 0.5;
  margin-bottom: 1rem;
}

.testi-text {
  font-size: 0.9rem;
  line-height: 1.75;
  color: #444;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(11,22,41,0.07);
}

.testi-avatar {
  width: 40px; height: 40px;
  background: var(--navy);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  color: var(--gold);
}

.testi-name {
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--navy);
}

.testi-school {
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.stars { color: var(--gold); font-size: 0.8rem; margin-bottom: 0.75rem; }

/* ═══════════════════════════════════ PROCESS */
.process-section { background: var(--cream); }

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 3.5rem;
  position: relative;
}

.process-steps::before {
  content:'';
  position:absolute;
  top: 2.5rem;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: rgba(11,22,41,0.12);
  z-index: 0;
}

.process-step {
  text-align: center;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}

.step-circle {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem;
  display: grid;
  place-items: center;
  margin: 0 auto 1.5rem;
  border: 3px solid var(--cream);
  box-shadow: 0 0 0 1px var(--navy);
}

.step-icon { font-size: 1.5rem; margin-bottom: 0.75rem; display: block; margin-top: 0.5rem; }

.step-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.step-desc {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.65;
}

/* ═══════════════════════════════════ PRICING */
.pricing-section {
  background: var(--navy);
  text-align: center;
}

.pricing-section .section-title { color: var(--white); }
.pricing-section .section-eyebrow { justify-content: center; }
.pricing-section .section-eyebrow::before { display: none; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
  margin-top: 3rem;
  text-align: left;
}

.pricing-card {
  background: rgba(255,255,255,0.03);
  padding: 2.5rem 2rem;
  position: relative;
  transition: background 0.3s;
}

.pricing-card.featured {
  background: rgba(200,147,58,0.12);
  border: 1px solid rgba(200,147,58,0.25);
}

.pricing-card.featured::before {
  content: 'Most Popular';
  position: absolute;
  top: -1px; right: 2rem;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
}

.pricing-tier {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.pricing-moq {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem;
  color: var(--white);
  line-height: 1;
}

.pricing-moq span {
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.4);
  font-weight: 300;
}

.pricing-desc {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  margin: 0.75rem 0 1.5rem;
  line-height: 1.65;
}

.pricing-features {
  list-style: none;
  margin-bottom: 2rem;
}

.pricing-features li {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.pricing-features li::before {
  content: '✓';
  color: var(--gold);
  font-weight: 700;
  font-size: 0.75rem;
}

.pricing-cta {
  display: block;
  text-align: center;
  padding: 0.85rem 1.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.12);
  transition: all 0.25s;
}

.pricing-card.featured .pricing-cta {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

.pricing-cta:hover { opacity: 0.8; }

/* ═══════════════════════════════════ CONTACT */
.contact-section {
  background: var(--cream);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
}

.contact-left {
  background: var(--navy);
  padding: 6rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.contact-left::before {
  content:'SHULAV';
  position:absolute;
  bottom:-2rem; right:-2rem;
  font-family:'Bebas Neue',sans-serif;
  font-size:8rem;
  color:rgba(255,255,255,0.03);
  pointer-events:none;
}

.contact-left .section-title { color: var(--white); }

.contact-info-list {
  list-style: none;
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-info-list li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.contact-icon {
  width: 40px; height: 40px;
  background: rgba(200,147,58,0.12);
  display: grid;
  place-items: center;
  font-size: 1rem;
  flex-shrink: 0;
  border: 1px solid rgba(200,147,58,0.2);
}

.contact-info-text {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
}

.contact-info-text strong {
  display: block;
  color: var(--white);
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}

.contact-info-text a { color: var(--gold-light); text-decoration: none; }

.contact-right {
  padding: 6rem 4rem;
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-right .section-eyebrow { margin-bottom: 0.75rem; }

.form-group {
  margin-bottom: 1.2rem;
}

.form-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.5rem;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  background: var(--cream);
  border: 1px solid rgba(11,22,41,0.12);
  padding: 0.85rem 1rem;
  font-family: 'Outfit', sans-serif;
  font-size: 0.88rem;
  color: var(--navy);
  outline: none;
  transition: border-color 0.2s;
  appearance: none;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--gold);
}

.form-textarea { resize: vertical; min-height: 100px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.form-submit {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

/* ═══════════════════════════════════ FOOTER */
footer {
  background: #080f1c;
  padding: 3rem 4rem 2rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.footer-brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.footer-tagline {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
  line-height: 1.7;
  max-width: 260px;
  margin-bottom: 1.5rem;
}

.footer-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #25d366;
  color: var(--white);
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  font-size: 0.78rem;
  font-weight: 600;
  transition: opacity 0.2s;
}

.footer-wa-btn:hover { opacity: 0.85; }

.footer-col h4 {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.footer-col ul { list-style: none; }

.footer-col ul li {
  margin-bottom: 0.6rem;
}

.footer-col ul li a {
  text-decoration: none;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.35);
  transition: color 0.2s;
}

.footer-col ul li a:hover { color: rgba(255,255,255,0.7); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.25);
}

/* ═══════════════════════════════════ WHATSAPP FAB */
.wa-fab {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}

.wa-fab-btn {
  width: 58px; height: 58px;
  background: #25d366;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 1.5rem;
  box-shadow: 0 4px 20px rgba(37,211,102,0.5);
  transition: transform 0.3s, box-shadow 0.3s;
  animation: fabPulse 3s ease-in-out infinite;
}

@keyframes fabPulse {
  0%,100%{box-shadow:0 4px 20px rgba(37,211,102,0.5)}
  50%{box-shadow:0 4px 40px rgba(37,211,102,0.8)}
}

.wa-fab-btn:hover { transform: scale(1.1); }

.wa-fab-label {
  background: var(--navy);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.35rem 0.85rem;
  white-space: nowrap;
  letter-spacing: 0.04em;
  animation: fadeSlideUp 1s 1s ease both;
}

/* ═══ FAQ STYLES ═══ */
.faq-item {
  border-bottom: 1px solid rgba(11,22,41,0.08);
  padding: 0;
  margin-bottom: 0;
}

.faq-item summary {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  padding: 1.25rem 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  user-select: none;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: '+';
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--gold);
  flex-shrink: 0;
  transition: transform 0.3s;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item[open] summary {
  color: var(--gold);
}

.faq-item div {
  padding: 0 0 1.25rem;
}

.faq-item div p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.8;
}
@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-right { padding: 0 4rem 4rem; }
  .products-grid { grid-template-columns: repeat(2,1fr); }
  .process-steps { grid-template-columns: repeat(2,1fr); }
  .process-steps::before { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .contact-section { grid-template-columns: 1fr; }
  .strip-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resources-grid,
  .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
  .trust-details { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.85rem; }
  .trust-detail-card { padding: 0.9rem; }
  .trust-detail-label { font-size: 0.65rem; }
  .trust-detail-card p { font-size: 0.8rem; line-height: 1.6; }
  .audience-card { padding: 1.4rem; }
  .audience-card h3 { font-size: 1.3rem; }
  .audience-card p { font-size: 0.82rem; }
  .audience-points li { font-size: 0.78rem; }
}

@media (max-width: 768px) {
  section { padding: 3.5rem 1.25rem; }
  nav {
    padding: 0 1.25rem;
    height: 64px;
    justify-content: space-between;
  }
  nav .nav-links { display: none !important; }
  nav .nav-cta { display: none !important; }
  .nav-hamburger { display: flex !important; }
  .lang-toggle { display: none !important; }
  .topbar { padding: 0.45rem 1.25rem; font-size: 0.62rem; }
  .topbar-right { display: none; }
  .hero-left { padding: 3.5rem 1.25rem 3rem; }
  .hero h1 { font-size: clamp(2.4rem, 10vw, 3.5rem); }
  .hero-sub { font-size: 0.9rem; }
  .hero-actions { flex-direction: column; gap: 0.75rem; }
  .btn-primary, .btn-secondary { width: 100%; justify-content: center; padding: 1rem; }
  .hero-stats { grid-template-columns: 1fr; gap: 0.75rem; }
  .hero-right { padding: 0 1.25rem 3rem; }
  .strip { padding: 1rem 1.25rem; }
  .why-grid { grid-template-columns: 1fr; gap: 2rem; }
  .testi-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: 1fr; gap: 1rem; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-left, .contact-right { padding: 2.5rem 1.25rem; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; padding: 0 1.25rem 2rem; }
  footer { padding: 2rem 1.25rem; }
  .form-row { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr !important; }
  .trust-bar { padding: 1.25rem; }
  .trust-schools { gap: 0.4rem; }
  .trust-school-pill { font-size: 0.68rem; padding: 0.3rem 0.7rem; }
  .pricing-card { padding: 2rem 1.5rem; }
  .section-title { font-size: clamp(1.8rem, 7vw, 2.8rem); }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .strip-inner { grid-template-columns: 1fr; }
  .products-header { align-items: flex-start; flex-direction: column; }
  .resources-section { padding: 3.5rem 1.25rem; }
  .resources-grid,
  .audience-grid { grid-template-columns: 1fr; gap: 1rem; }
  .trust-details { grid-template-columns: 1fr; gap: 0.85rem; }
  .trust-detail-card { padding: 1rem; }
  .trust-detail-label { font-size: 0.65rem; margin-bottom: 0.4rem; }
  .trust-detail-card p { font-size: 0.8rem; line-height: 1.6; }
  .audience-card { padding: 1.25rem; gap: 0.75rem; }
  .audience-card h3 { font-size: 1.25rem; line-height: 1.3; }
  .audience-card p { font-size: 0.82rem; line-height: 1.65; }
  .audience-points { gap: 0.5rem; }
  .audience-points li { font-size: 0.78rem; line-height: 1.55; }
}

/* ═══ MOBILE NAV ═══ */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  z-index: 600;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
  transition: all 0.3s ease;
  transform-origin: center;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-mobile-menu {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--navy);
  z-index: 550;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nav-mobile-menu.open {
  display: flex;
  opacity: 1;
}
.nav-mobile-menu a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  padding: 0.6rem 2rem;
  letter-spacing: 0.02em;
  transition: color 0.2s;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  width: 100%;
  text-align: center;
}
.nav-mobile-menu a:hover { color: var(--gold); }
.nav-mobile-menu .mobile-wa-btn {
  margin-top: 2rem;
  background: var(--gold);
  color: var(--navy) !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  padding: 1rem 2.5rem !important;
  border-bottom: none !important;
  letter-spacing: 0.08em;
}
.nav-mobile-close {
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  background: none;
  border: none;
  color: rgba(255,255,255,0.5);
  font-size: 2rem;
  cursor: pointer;
  padding: 0.5rem;
  line-height: 1;
}

/* ═══ SEASONAL URGENCY BANNER ═══ */
.urgency-banner {
  background: linear-gradient(135deg, #c8933a 0%, #e8b96a 50%, #c8933a 100%);
  color: var(--navy);
  text-align: center;
  padding: 0.65rem 1.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
}
.urgency-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 40px,
    rgba(255,255,255,0.08) 40px,
    rgba(255,255,255,0.08) 41px
  );
}
.urgency-banner span { position: relative; z-index: 1; }
.urgency-banner a { color: var(--navy); font-weight: 800; text-decoration: underline; }
.urgency-close {
  position: absolute; right: 1rem; top: 50%; transform: translateY(-50%);
  background: none; border: none; color: var(--navy); font-size: 1.1rem;
  cursor: pointer; opacity: 0.6; z-index: 1;
}

/* ═══ TRUST / LOGO BAR ═══ */
.trust-bar {
  background: var(--white);
  border-top: 1px solid rgba(11,22,41,0.06);
  border-bottom: 1px solid rgba(11,22,41,0.06);
  padding: 2.2rem 4rem;
  text-align: center;
}
.trust-bar-label {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.4rem;
}
.trust-schools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.2rem;
  justify-content: center;
  align-items: center;
}
.trust-school-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--cream);
  border: 1px solid rgba(11,22,41,0.08);
  padding: 0.55rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.02em;
}
.trust-school-pill::before {
  content: '🏫';
  font-size: 0.85rem;
}

.trust-details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.trust-detail-card {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 1rem;
  text-align: left;
  border-radius: 16px;
}

.trust-detail-label {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.trust-detail-card p {
  font-size: 0.82rem;
  line-height: 1.65;
  color: #4d5768;
}

/* ═══ CALCULATOR SECTION ═══ */
.calc-section {
  background: var(--navy);
  padding: 5rem 4rem;
  position: relative;
  overflow: hidden;
}
.calc-section::before {
  content: '';
  position: absolute;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,147,58,0.1) 0%, transparent 70%);
  top: -200px; right: -200px;
  pointer-events: none;
}
.calc-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.calc-left .section-eyebrow { color: var(--gold-light); }
.calc-left .section-title { color: var(--white); margin-bottom: 1rem; }
.calc-left p {
  color: rgba(255,255,255,0.5);
  font-size: 0.9rem;
  line-height: 1.75;
}
.calc-form {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 2rem;
}
.calc-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}
.calc-product-btn {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.6);
  padding: 0.6rem 0.5rem;
  font-size: 0.72rem;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.2s;
  text-align: left;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.calc-product-btn:hover, .calc-product-btn.active {
  background: rgba(200,147,58,0.15);
  border-color: rgba(200,147,58,0.4);
  color: var(--gold-light);
}
.calc-qty-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.calc-qty-label {
  color: rgba(255,255,255,0.5);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.calc-qty-input {
  flex: 1;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--white);
  padding: 0.6rem 1rem;
  font-size: 1rem;
  font-family: 'Outfit', sans-serif;
  width: 100%;
}
.calc-qty-input:focus { outline: none; border-color: var(--gold); }
.calc-result {
  background: rgba(200,147,58,0.1);
  border: 1px solid rgba(200,147,58,0.25);
  padding: 1.2rem;
  margin-bottom: 1.5rem;
  display: none;
}
.calc-result.show { display: block; }
.calc-result-label {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.4rem;
}
.calc-result-amount {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.2rem;
  color: var(--gold);
  line-height: 1;
}
.calc-result-note {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.4);
  margin-top: 0.3rem;
}
.calc-cta {
  display: block;
  background: #25D366;
  color: #fff !important;
  text-align: center;
  padding: 0.9rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s;
}
.calc-cta:hover { background: #1fb855; }

/* ═══ GOOGLE MAP ═══ */
.map-section {
  padding: 0;
  position: relative;
}
.map-section iframe {
  width: 100%;
  height: 380px;
  display: block;
  border: none;
  filter: grayscale(20%) contrast(1.05);
}
.map-overlay-card {
  position: absolute;
  top: 2rem;
  left: 4rem;
  background: var(--navy);
  color: var(--white);
  padding: 1.5rem 2rem;
  max-width: 280px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.map-overlay-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: var(--gold-light);
}
.map-overlay-card p {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
  margin-bottom: 0.4rem;
}
.map-overlay-card a {
  display: inline-block;
  margin-top: 0.8rem;
  font-size: 0.72rem;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.map-overlay-card a:hover { text-decoration: underline; }

/* ═══ LANGUAGE TOGGLE ═══ */
.lang-toggle {
  display: flex;
  gap: 0;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  overflow: hidden;
}
.lang-btn {
  background: none;
  border: none;
  color: rgba(255,255,255,0.5);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0.3rem 0.75rem;
  cursor: pointer;
  font-family: 'Outfit', sans-serif;
  transition: all 0.2s;
}
.lang-btn.active {
  background: var(--gold);
  color: var(--navy);
}
[lang-hidden] { display: none !important; }

/* ═══ RESPONSIVE ADDITIONS ═══ */
@media (max-width: 768px) {
  .calc-inner { grid-template-columns: 1fr; gap: 2rem; }
  .calc-section { padding: 3.5rem 1.25rem; }
  .calc-product-grid { grid-template-columns: 1fr 1fr; }
  .calc-form { padding: 1.5rem 1.25rem; }
  .map-overlay-card { position: static; max-width: 100%; margin: 0; border-radius: 0; }
  .map-section { display: flex; flex-direction: column; }
  .map-section iframe { height: 260px; order: -1; }
  .urgency-banner { font-size: 0.68rem; padding: 0.5rem 2.5rem 0.5rem 1rem; line-height: 1.4; }
  .wa-fab { bottom: 1.5rem; right: 1.25rem; }
  .faq-section, section[style*="padding:5rem 4rem"] { padding: 3.5rem 1.25rem !important; }
}
@media (max-width: 480px) {
  .calc-product-grid { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .hero-stats { gap: 1rem; }
  .hero-stat-num { font-size: 1.8rem; }
  nav { height: 60px; }
  .nav-logo-text { font-size: 1.05rem; }
  .urgency-banner { font-size: 0.62rem; }
  .audience-card { padding: 1.1rem; }
  .audience-card h3 { font-size: 1.15rem; }
  .audience-label { font-size: 0.65rem; }
  .audience-grid { gap: 0.85rem; margin-top: 1.75rem; }
  .trust-details { gap: 0.75rem; }
  .trust-detail-card { padding: 0.85rem; }
  .trust-detail-label { font-size: 0.62rem; }
  .trust-detail-card p { font-size: 0.78rem; }
}

/* ═══ ABOUT SECTION ═══ */
.about-section {
  background: var(--cream);
  padding: 5rem 4rem;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.areas-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
}

/* ═══ FAQ SECTION ═══ */
.faq-section {
  background: var(--white);
  padding: 5rem 4rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2rem;
  max-width: 1180px;
  margin: 0 auto;
}

.faq-grid .faq-item {
  background: var(--surface);
  padding: 1.75rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  transition: all 0.2s ease;
}

.faq-grid .faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(23, 36, 52, 0.08);
  border-color: var(--gold);
}

.faq-question {
  font-family: 'Source Serif 4', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

.faq-answer {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.7;
}

/* ═══ SEO SCHOOLS SECTION ═══ */
.seo-schools-section {
  background: var(--navy);
  padding: 4rem;
}

.resources-section {
  background: var(--white);
  padding: 5rem 4rem;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.25rem;
  width: 100%;
}

.audience-card {
  background: linear-gradient(180deg, #ffffff 0%, #f3f7fa 100%);
  border: 1px solid var(--line);
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  box-shadow: 0 12px 32px rgba(23,36,52,0.04);
  border-radius: 20px;
  min-width: 0;
}

.audience-label {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}

.resource-card {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  box-shadow: 0 12px 32px rgba(23,36,52,0.04);
  border-radius: 20px;
}

.resource-card-label {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}

.audience-card h3,
.resource-card h3 {
  font-family: 'Source Serif 4', serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--navy);
}

.audience-card p,
.resource-card p {
  font-size: 0.84rem;
  color: #4d5768;
  line-height: 1.72;
}

.audience-points {
  list-style: none;
  display: grid;
  gap: 0.65rem;
  padding: 0;
  margin: 0;
}

.audience-points li {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #4d5768;
  padding-left: 1rem;
  position: relative;
}

.audience-points li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  position: absolute;
  left: 0;
  top: 0.55rem;
}

.resource-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
}

.resource-link:hover {
  color: var(--gold);
}

.audience-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy2);
  overflow-wrap: anywhere;
}

/* ═══════════════════════════════════ TRUST BADGES */
.trust-badges-section {
  padding: 4rem;
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-badges-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.trust-badge {
  text-align: center;
  padding: 1.5rem;
  background: var(--white);
  border-radius: 12px;
  border: 1px solid var(--line);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.trust-badge:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(23, 36, 52, 0.08);
}

.trust-badge-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.trust-badge-title {
  font-family: 'Source Serif 4', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.trust-badge-text {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.5;
}

/* ═══ MOBILE OVERRIDES FOR NEW SECTIONS ═══ */
@media (max-width: 768px) {
  .about-section { padding: 3.5rem 1.25rem; }
  .about-grid { grid-template-columns: 1fr !important; gap: 2rem; }
  .faq-section { padding: 3.5rem 1.25rem; }
  .seo-schools-section { padding: 3rem 1.25rem; }
  
  /* Trust badges mobile */
  .trust-badges-section { padding: 3rem 1.25rem; }
  .trust-badges-container { 
    grid-template-columns: 1fr !important; 
    gap: 1rem; 
  }
  .trust-badge { 
    padding: 1.25rem; 
  }
  .trust-badge-icon { 
    font-size: 2rem; 
  }
  
  /* FAQ grid mobile */
  .faq-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }
  .faq-grid .faq-item {
    padding: 1.25rem;
  }
  .faq-question {
    font-size: 0.95rem;
  }
  .faq-answer {
    font-size: 0.85rem;
  }

  /* Fix nav - ensure hamburger always wins */
  nav { position: sticky; top: 0; z-index: 500; height: 64px; padding: 0 1.25rem; }
  nav > a.nav-logo { flex: 1; }
  nav > div { gap: 0.75rem; }
  nav .nav-cta { display: none !important; }
  nav .nav-links { display: none !important; }
  nav .lang-toggle { display: none !important; }
  .nav-hamburger { display: flex !important; width: 44px; height: 44px; justify-content: center; align-items: center; padding: 10px; }

  /* Fix areas we serve list */
  .areas-list { grid-template-columns: 1fr !important; }
  .about-grid ul { grid-template-columns: 1fr !important; }

  /* Fix contact info overflow */
  .contact-info-list li { gap: 0.75rem; }
  .contact-info-text { font-size: 0.85rem; word-break: break-word; }

  /* Fix factory address box */
  .about-section [style*="background:var(--navy)"] { padding: 1rem; font-size: 0.8rem; }

  /* Fix all sections with inline padding */
  section[style*="padding:5rem 4rem"],
  section[style*="padding: 5rem 4rem"] { padding: 3.5rem 1.25rem !important; }
  section[style*="padding:4rem"],
  section[style*="padding: 4rem"] { padding: 3rem 1.25rem !important; }
  div[style*="padding:5rem 4rem"],
  div[style*="padding: 5rem 4rem"] { padding: 3rem 1.25rem !important; }

  /* Fix inline grid anywhere on page */
  div[style*="grid-template-columns:1fr 1fr"],
  div[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
  div[style*="grid-template-columns:1fr 1fr 1fr"],
  div[style*="grid-template-columns: 1fr 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }

  /* General text legibility */
  p[style*="font-size:0.95rem"] { font-size: 0.9rem !important; line-height: 1.7 !important; }
}

