/* =========================================================
   TRUSTWORKS — Global Stylesheet v1.1
   Progressive enhancement — content visible without JS
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Outfit:wght@300;400;500;600;700&display=swap');

/* --- Variables --- */
:root {
  --navy:       #0B1E35;
  --navy-deep:  #07111F;
  --navy-mid:   #162B43;
  --navy-light: #1E3A5F;
  --gold:       #B89050;
  --gold-light: #CFA96A;
  --gold-pale:  #EFE0C0;
  --cream:      #F7F4EF;
  --cream-dark: #EDE8DF;
  --text-dark:  #1A2535;
  --text-mid:   #4A5568;
  --text-light: #718096;
  --white:      #FFFFFF;
  --shadow-sm:  0 2px 12px rgba(11,30,53,0.06);
  --shadow:     0 4px 28px rgba(11,30,53,0.09);
  --shadow-lg:  0 12px 48px rgba(11,30,53,0.15);
  --radius:     3px;
  --ease:       cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Outfit', sans-serif;
  color: var(--text-dark);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { border: none; background: none; cursor: pointer; font: inherit; }

/* --- Typography --- */
h1, h2, h3, h4, h5 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  line-height: 1.15;
  color: var(--navy);
}
h1 { font-size: clamp(2.6rem, 5.5vw, 4.75rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem);  letter-spacing: -0.015em; }
h3 { font-size: clamp(1.5rem, 2.5vw, 2.25rem); }
h4 { font-size: 1.375rem; font-weight: 600; }
h5 { font-size: 1.125rem; font-weight: 600; }
p  { font-size: 1.0625rem; color: var(--text-mid); line-height: 1.8; }

.label-tag {
  font-family: 'Outfit', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}
.lead { font-size: 1.1875rem; color: var(--text-mid); line-height: 1.8; }

/* --- Layout --- */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.section          { padding: 104px 0; }
.section--sm      { padding: 72px 0; }
.section--cream   { background: var(--cream); }
.section--white   { background: var(--white); }
.section--navy    { background: var(--navy); }
.section--deep    { background: var(--navy-deep); }

.section-head { margin-bottom: 72px; }
.section-head--center { text-align: center; }
.section-head .label-tag { display: block; margin-bottom: 16px; }
.section-head h2  { margin-bottom: 20px; }

.gold-rule {
  width: 44px; height: 2px; background: var(--gold);
  display: block; margin-bottom: 28px;
}
.gold-rule--center { margin-left: auto; margin-right: auto; }

/* =========================================================
   NAVIGATION
   ========================================================= */
.nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  padding: 22px 0;
  transition: background 0.4s var(--ease), box-shadow 0.4s var(--ease), padding 0.3s var(--ease);
}
.nav.scrolled {
  background: var(--navy-deep);
  box-shadow: 0 2px 24px rgba(0,0,0,0.35);
  padding: 14px 0;
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; }
.nav__logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.625rem; font-weight: 600; color: #fff; letter-spacing: 0.06em;
  flex-shrink: 0;
}
.nav__logo .dot { color: var(--gold); }
.nav__links { display: flex; align-items: center; gap: 32px; }
.nav__links a {
  font-size: 0.875rem; font-weight: 500; letter-spacing: 0.04em;
  color: rgba(255,255,255,0.82); transition: color 0.25s; white-space: nowrap;
}
.nav__links a:hover { color: var(--gold-light); }
.nav__cta {
  background: var(--gold) !important; color: var(--navy-deep) !important;
  padding: 10px 26px !important; border-radius: var(--radius) !important;
  font-weight: 700 !important; letter-spacing: 0.03em !important;
  transition: background 0.25s !important;
}
.nav__cta:hover { background: var(--gold-light) !important; }
.nav__toggle {
  display: none; flex-direction: column; gap: 5px; padding: 4px; cursor: pointer; z-index: 1010;
}
.nav__toggle span {
  display: block; width: 24px; height: 2px; background: white;
  border-radius: 2px; transition: transform 0.3s, opacity 0.3s;
}
.nav__toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative; min-height: 100vh; display: flex;
  align-items: center; background: var(--navy-deep); overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1920&q=80');
  background-size: cover; background-position: center 30%; opacity: 0.18;
}
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--navy-deep) 0%, rgba(7,17,31,0.92) 40%, rgba(22,43,67,0.78) 100%);
}
.hero__accent {
  position: absolute; top: 0; right: 0; width: 55%; height: 100%;
  background: radial-gradient(ellipse at top right, rgba(184,144,80,0.07) 0%, transparent 65%);
  pointer-events: none;
}
.hero__content {
  position: relative; z-index: 2; max-width: 820px; padding-top: 80px;
  animation: fadeInUp 0.9s var(--ease) both;
}
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 14px; margin-bottom: 36px;
}
.hero__eyebrow::before {
  content: ''; width: 36px; height: 1px; background: var(--gold); display: block;
}
.hero h1 { color: #fff; margin-bottom: 30px; }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero__sub {
  font-size: 1.125rem; color: rgba(255,255,255,0.7);
  max-width: 580px; line-height: 1.85; margin-bottom: 52px;
}
.hero__ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hero__scroll {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.hero__scroll span { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.35); }
.hero__scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.35), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

/* =========================================================
   SCROLL REVEAL — Progressive Enhancement
   Content is ALWAYS VISIBLE. Animations only apply when
   JavaScript successfully loads and adds .js-ready to <html>
   ========================================================= */
.reveal {
  /* No hiding by default — content visible without JS */
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
/* Only hide elements when JS has confirmed it is running */
.js-ready .reveal {
  opacity: 0;
  transform: translateY(30px);
}
.js-ready .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Outfit', sans-serif; font-size: 0.9375rem; font-weight: 600;
  padding: 14px 34px; border-radius: var(--radius); cursor: pointer;
  transition: all 0.25s var(--ease); border: 2px solid transparent;
  letter-spacing: 0.03em; white-space: nowrap;
}
.btn--primary { background: var(--gold); color: var(--navy-deep); border-color: var(--gold); }
.btn--primary:hover {
  background: var(--gold-light); border-color: var(--gold-light);
  transform: translateY(-2px); box-shadow: 0 8px 28px rgba(184,144,80,0.4);
}
.btn--outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.38); }
.btn--outline:hover { border-color: rgba(255,255,255,0.75); background: rgba(255,255,255,0.07); }
.btn--dark { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn--dark:hover { background: var(--navy-light); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--gold-outline { background: transparent; color: var(--gold); border-color: var(--gold); }
.btn--gold-outline:hover { background: var(--gold); color: var(--navy-deep); }
.btn-arrow::after { content: 'â†''; font-size: 1.1em; }

/* =========================================================
   STATS STRIP
   ========================================================= */
.stats-strip { background: var(--navy-mid); padding: 48px 0; }
.stats-strip__inner {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: rgba(255,255,255,0.06);
}
.stat { background: var(--navy-mid); padding: 32px 40px; text-align: center; }
.stat__num {
  font-family: 'Cormorant Garamond', serif; font-size: 3.25rem; font-weight: 600;
  color: var(--gold); line-height: 1; display: block; margin-bottom: 8px;
}
.stat__label { font-size: 0.8125rem; color: rgba(255,255,255,0.5); letter-spacing: 0.06em; }

/* =========================================================
   PROBLEM SECTION
   ========================================================= */
.problem-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.problem-list { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }
.problem-list li {
  display: flex; gap: 16px; align-items: flex-start;
  font-size: 1rem; color: var(--text-mid); line-height: 1.75;
  padding: 18px 20px; background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); border-left: 3px solid transparent;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.problem-list li:hover { border-left-color: var(--gold); box-shadow: var(--shadow); }
.problem-list li::before {
  content: ''; flex-shrink: 0; width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold); margin-top: 10px;
}
.problem-visual { position: relative; }
.problem-visual img { width: 100%; height: 520px; object-fit: cover; border-radius: var(--radius); }
.problem-visual__frame {
  position: absolute; top: 20px; left: 20px; right: -20px; bottom: -20px;
  border: 1px solid var(--gold); border-radius: var(--radius); opacity: 0.3; z-index: -1;
}

/* =========================================================
   OUTCOMES
   ========================================================= */
.outcomes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.outcome-card {
  background: var(--white); border-radius: var(--radius); padding: 44px 36px;
  box-shadow: var(--shadow-sm); border-top: 3px solid var(--cream-dark);
  transition: all 0.3s var(--ease); position: relative; overflow: hidden;
}
.outcome-card:hover { border-top-color: var(--gold); box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.outcome-card__num {
  font-family: 'Cormorant Garamond', serif; font-size: 3.5rem; font-weight: 300;
  color: var(--gold-pale); line-height: 1; margin-bottom: 20px;
}
.outcome-card h4 { color: var(--navy); margin-bottom: 12px; font-size: 1.25rem; }
.outcome-card p  { font-size: 0.9375rem; }

/* =========================================================
   HOW IT WORKS
   ========================================================= */
.how-wrap { background: var(--navy); padding: 104px 0; }
.how-wrap .section-head h2 { color: #fff; }
.how-wrap .section-head p  { color: rgba(255,255,255,0.58); }
.steps-track {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; position: relative;
}
.steps-track::before {
  content: ''; position: absolute; top: 36px;
  left: calc(10% + 4px); right: calc(10% + 4px); height: 1px;
  background: linear-gradient(to right, transparent, rgba(184,144,80,0.5), transparent);
}
.step-item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 12px; }
.step-item__num {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--navy-mid); border: 1px solid rgba(184,144,80,0.45);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 1.625rem; font-weight: 600;
  color: var(--gold); margin-bottom: 28px; position: relative; z-index: 1;
  transition: all 0.3s var(--ease);
}
.step-item:hover .step-item__num {
  background: var(--gold); color: var(--navy-deep); border-color: var(--gold);
  box-shadow: 0 0 24px rgba(184,144,80,0.4);
}
.step-item h5 { color: #fff; font-size: 1rem; margin-bottom: 10px; }
.step-item p  { font-size: 0.875rem; color: rgba(255,255,255,0.5); }

/* =========================================================
   AUDIENCE TILES
   ========================================================= */
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.audience-tile {
  background: var(--navy); border-radius: var(--radius); padding: 40px 32px;
  transition: all 0.3s var(--ease); border: 1px solid rgba(255,255,255,0.04);
  position: relative; overflow: hidden;
}
.audience-tile::before {
  content: ''; position: absolute; top: 0; left: 0; width: 36px; height: 2px; background: var(--gold);
}
.audience-tile:hover { background: var(--navy-mid); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.3); }
.audience-tile h4 { color: #fff; font-size: 1.25rem; margin-bottom: 14px; }
.audience-tile p  { font-size: 0.9375rem; color: rgba(255,255,255,0.58); }

/* =========================================================
   DIFFERENTIATOR STRIP
   ========================================================= */
.diff-strip { background: var(--gold); padding: 88px 0; }
.diff-strip__inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.diff-strip h2 { color: var(--navy-deep); max-width: 620px; }
.diff-strip p  { color: rgba(7,17,31,0.7); max-width: 500px; margin-top: 16px; }

/* =========================================================
   PLATFORM FEATURES
   ========================================================= */
.feature-row {
  display: grid; grid-template-columns: 72px 1fr; gap: 40px;
  align-items: flex-start; padding: 60px 0; border-bottom: 1px solid var(--cream-dark);
}
.feature-row:first-child { padding-top: 0; }
.feature-row:last-child  { border-bottom: none; padding-bottom: 0; }
.feature-row__num {
  font-family: 'Cormorant Garamond', serif; font-size: 4.5rem; font-weight: 300;
  color: var(--gold-pale); line-height: 1; padding-top: 4px;
}
.feature-row h3  { margin-bottom: 16px; font-size: 2rem; }
.feature-row p   { max-width: 600px; }
.feature-row ul  { margin-top: 24px; display: flex; flex-direction: column; gap: 10px; }
.feature-row ul li { display: flex; align-items: center; gap: 12px; font-size: 0.9375rem; color: var(--text-mid); }
.feature-row ul li::before { content: ''; width: 20px; height: 1px; background: var(--gold); flex-shrink: 0; }

/* =========================================================
   PERSONA CARDS
   ========================================================= */
.persona-card {
  background: var(--white); border-radius: var(--radius); padding: 52px 44px;
  box-shadow: var(--shadow); border-left: 4px solid var(--gold);
  transition: all 0.3s var(--ease);
}
.persona-card:hover { box-shadow: var(--shadow-lg); transform: translateX(6px); }
.persona-card h3 { font-size: 1.75rem; margin-bottom: 16px; color: var(--navy); }
.persona-card p  { max-width: 640px; }
.personas-list   { display: flex; flex-direction: column; gap: 24px; }

.sector-callout {
  background: var(--navy); border-radius: var(--radius); padding: 60px 56px;
  position: relative; overflow: hidden;
}
.sector-callout::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(to right, var(--gold), var(--gold-light), transparent);
}
.sector-callout h3 { color: #fff; margin-bottom: 20px; font-size: 2rem; }
.sector-callout p  { color: rgba(255,255,255,0.65); max-width: 680px; }

/* =========================================================
   IMPLEMENTATION CARDS
   ========================================================= */
.impl-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.impl-card {
  background: var(--white); border-radius: var(--radius); padding: 52px 44px;
  box-shadow: var(--shadow); position: relative; overflow: hidden;
  transition: all 0.3s var(--ease);
}
.impl-card::before {
  content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 0;
  background: var(--gold); transition: height 0.4s var(--ease);
}
.impl-card:hover::before { height: 100%; }
.impl-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.impl-card__icon {
  width: 40px; height: 40px; border-radius: 50%; background: var(--gold-pale);
  display: flex; align-items: center; justify-content: center; margin-bottom: 28px;
}
.impl-card__icon svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
.impl-card h3 { font-size: 1.625rem; margin-bottom: 16px; }
.impl-card p  { font-size: 0.9375rem; }

.service-statement {
  background: var(--cream-dark); border-radius: var(--radius);
  padding: 52px 56px; border-left: 4px solid var(--navy); margin-top: 56px;
}
.service-statement p {
  font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 500;
  color: var(--navy); line-height: 1.6; font-style: italic;
}

/* =========================================================
   CONTACT
   ========================================================= */
.contact-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 72px; align-items: flex-start; }
.contact-info h2 { margin-bottom: 24px; }
.contact-info .lead { margin-bottom: 44px; }
.contact-form {
  background: var(--white); border-radius: var(--radius); padding: 56px 52px; box-shadow: var(--shadow);
}
.contact-form h3 { font-size: 1.75rem; margin-bottom: 8px; }
.contact-form .form-intro { margin-bottom: 36px; font-size: 0.9375rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.field label {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-dark);
}
.field input, .field select, .field textarea {
  font-family: 'Outfit', sans-serif; font-size: 0.9375rem; color: var(--text-dark);
  background: var(--cream); border: 1px solid var(--cream-dark); border-radius: var(--radius);
  padding: 13px 18px; width: 100%; outline: none;
  transition: border-color 0.25s, background 0.25s; appearance: none; -webkit-appearance: none;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234A5568' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
  background-color: var(--cream); padding-right: 40px;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--gold); background: var(--white);
}
.field textarea { resize: vertical; min-height: 110px; }
.field-full { grid-column: 1 / -1; }

/* =========================================================
   PAGE HERO (INTERIOR)
   ========================================================= */
.page-hero {
  background: var(--navy-deep); padding: 172px 0 88px; position: relative; overflow: hidden;
}
.page-hero__accent {
  position: absolute; top: 0; right: 0; width: 50%; height: 100%;
  background: radial-gradient(ellipse at top right, rgba(184,144,80,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero__line {
  position: absolute; bottom: 0; left: 0; width: 100%; height: 1px;
  background: linear-gradient(to right, transparent, rgba(184,144,80,0.3), transparent);
}
.page-hero .label-tag { display: block; margin-bottom: 20px; }
.page-hero h1 { color: #fff; max-width: 720px; margin-bottom: 28px; }
.page-hero__sub { font-size: 1.125rem; color: rgba(255,255,255,0.62); max-width: 580px; line-height: 1.85; }

/* =========================================================
   CTA SECTION
   ========================================================= */
.cta-section { background: var(--navy); padding: 104px 0; text-align: center; }
.cta-section h2 { color: #fff; max-width: 680px; margin: 0 auto 24px; }
.cta-section p  { color: rgba(255,255,255,0.58); max-width: 480px; margin: 0 auto 48px; }
.cta-section .btn-group { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: var(--navy-deep); padding: 80px 0 36px; }
.footer__grid {
  display: grid; grid-template-columns: 2.2fr 1fr 1fr 1.1fr; gap: 56px;
  padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,0.06); margin-bottom: 36px;
}
.footer__brand-logo {
  font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600;
  color: #fff; letter-spacing: 0.06em; display: block; margin-bottom: 18px;
}
.footer__brand-logo .dot { color: var(--gold); }
.footer__brand-desc { font-size: 0.875rem; color: rgba(255,255,255,0.42); line-height: 1.8; max-width: 270px; margin-bottom: 28px; }
.footer__abn { font-size: 0.75rem; color: rgba(255,255,255,0.25); letter-spacing: 0.05em; }
.footer__heading {
  font-family: 'Outfit', sans-serif; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px;
}
.footer__links { display: flex; flex-direction: column; gap: 13px; }
.footer__links a { font-size: 0.875rem; color: rgba(255,255,255,0.5); transition: color 0.25s; }
.footer__links a:hover { color: var(--gold-light); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.footer__copy { font-size: 0.8125rem; color: rgba(255,255,255,0.28); }
.footer__legal { display: flex; gap: 28px; }
.footer__legal a { font-size: 0.8125rem; color: rgba(255,255,255,0.28); transition: color 0.25s; }
.footer__legal a:hover { color: rgba(255,255,255,0.65); }

/* =========================================================
   LEGAL PAGES
   ========================================================= */
.legal-body { max-width: 760px; margin: 0 auto; padding: 88px 28px; }
.legal-body h2 { font-size: 1.75rem; margin-top: 52px; margin-bottom: 16px; color: var(--navy); }
.legal-body h2:first-of-type { margin-top: 0; }
.legal-body p { margin-bottom: 20px; }
.legal-body ul { margin-bottom: 20px; display: flex; flex-direction: column; gap: 10px; padding-left: 8px; }
.legal-body ul li { font-size: 1.0625rem; color: var(--text-mid); line-height: 1.75; display: flex; gap: 14px; align-items: flex-start; }
.legal-body ul li::before { content: '--'; color: var(--gold); flex-shrink: 0; margin-top: 1px; }
.legal-effective { font-size: 0.875rem; color: var(--text-light); margin-bottom: 48px; }

/* =========================================================
   ANIMATIONS
   ========================================================= */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.4; }
  50%       { opacity: 0.8; }
}

/* =========================================================
   UTILITIES
   ========================================================= */
.text-gold   { color: var(--gold); }
.text-white  { color: #fff; }
.mt-8  { margin-top: 8px;  }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mt-48 { margin-top: 48px; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .problem-layout    { grid-template-columns: 1fr; gap: 40px; }
  .problem-visual    { display: none; }
  .outcomes-grid     { grid-template-columns: repeat(2, 1fr); }
  .steps-track       { grid-template-columns: repeat(3, 1fr); row-gap: 48px; }
  .steps-track::before { display: none; }
  .audience-grid     { grid-template-columns: repeat(2, 1fr); }
  .contact-layout    { grid-template-columns: 1fr; gap: 48px; }
  .footer__grid      { grid-template-columns: 1fr 1fr; gap: 40px; }
  .stats-strip__inner { grid-template-columns: repeat(2, 1fr); }
  .diff-strip__inner { flex-direction: column; text-align: center; }
  .impl-grid         { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2rem; }
  .section { padding: 72px 0; }
  .nav__links {
    display: none; position: fixed; inset: 0;
    background: var(--navy-deep); flex-direction: column;
    align-items: center; justify-content: center; gap: 36px; z-index: 999;
  }
  .nav__links.open { display: flex; }
  .nav__links a { font-size: 1.25rem; }
  .nav__toggle { display: flex; }
  .hero__content { padding-top: 60px; }
  .hero__ctas    { flex-direction: column; align-items: flex-start; }
  .outcomes-grid { grid-template-columns: 1fr; }
  .steps-track   { grid-template-columns: 1fr 1fr; }
  .audience-grid { grid-template-columns: 1fr; }
  .form-row      { grid-template-columns: 1fr; }
  .contact-form  { padding: 36px 28px; }
  .footer__grid  { grid-template-columns: 1fr; gap: 36px; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .footer__legal  { flex-wrap: wrap; justify-content: center; }
  .service-statement { padding: 40px 32px; }
  .persona-card  { padding: 40px 32px; }
  .sector-callout { padding: 48px 36px; }
  .stats-strip__inner { grid-template-columns: 1fr 1fr; }
  .feature-row   { grid-template-columns: 1fr; gap: 16px; }
  .feature-row__num { font-size: 3rem; }
  .diff-strip    { padding: 60px 0; }
  .cta-section   { padding: 72px 0; }
  .section-head  { margin-bottom: 48px; }
}

@media (max-width: 480px) {
  .steps-track { grid-template-columns: 1fr; }
  .stats-strip__inner { grid-template-columns: 1fr; }
}
