/* ============================================================
   DORASUP · LANDING PAGE
   Design system aligné sur mockups/dashboard.html
   ============================================================ */

:root {
  --primary: #FF7066;
  --primary-hover: #F5564B;
  --primary-soft: #FFE9E5;
  --primary-faint: #FFF5F2;
  --secondary: #6B5BFF;
  --secondary-soft: #EEEAFF;
  --bg: #FFFAF7;
  --surface: #FFFFFF;
  --text: #1A1F36;
  --text-soft: #5E6479;
  --text-faint: #98A0AE;
  --border: #F1E6DF;
  --border-soft: #F8EFEA;
  --success: #2DBC8F;
  --warning: #FFB95E;
  --shadow-sm: 0 2px 4px rgba(15, 15, 30, .04);
  --shadow: 0 4px 16px rgba(15, 15, 30, .06), 0 1px 2px rgba(15, 15, 30, .04);
  --shadow-lg: 0 24px 48px -16px rgba(15, 15, 30, .12), 0 4px 12px rgba(15, 15, 30, .06);
  --shadow-glow: 0 0 0 1px var(--primary-soft), 0 12px 24px -8px rgba(255, 112, 102, .25);
  --radius: 16px;
  --radius-lg: 24px;
  --radius-sm: 10px;
}

/* ============ RESET LANDING SCOPE ============ */
/* On masque le header Bootstrap/Montserrat de base.html, on remplace par la nav design system */
body.landing-page > #header,
body.landing-page > header.header { display: none !important; }
body.landing-page main#main { padding-top: 0 !important; margin: 0 !important; }
body.landing-page > footer { display: none !important; }

body.landing-page,
body.landing-page * {
  box-sizing: border-box;
}

body.landing-page {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image:
    radial-gradient(ellipse 1200px 600px at 80% -10%, var(--primary-soft) 0%, transparent 70%),
    radial-gradient(ellipse 1000px 600px at -10% 110%, var(--secondary-soft) 0%, transparent 60%);
  background-attachment: fixed;
  min-height: 100vh;
  margin: 0;
}

.landing .serif { font-family: 'Fraunces', Georgia, serif; }

/* ============ NAV ============ */
.landing-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 250, 247, 0.82);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--border-soft);
}
.landing-nav .nav-inner {
  max-width: 1280px; margin: 0 auto; padding: 18px 32px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
}
.landing-nav .logo {
  font-family: 'Fraunces', serif; font-weight: 700; font-size: 26px;
  color: var(--primary); letter-spacing: -0.02em;
  display: flex; align-items: center; gap: 4px;
  text-decoration: none;
}
.landing-nav .logo .dot { color: var(--secondary); }
.landing-nav .nav-links { display: flex; gap: 4px; align-items: center; }
.landing-nav .nav-link {
  padding: 8px 14px; border-radius: 10px;
  color: var(--text-soft); text-decoration: none;
  font-weight: 500; font-size: 14.5px;
  transition: all .15s;
}
.landing-nav .nav-link:hover { background: var(--primary-soft); color: var(--text); }
.landing-nav .nav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 16px; border-radius: 999px;
  background: var(--primary); color: white !important;
  font-weight: 600; font-size: 14px; text-decoration: none;
  box-shadow: 0 6px 14px -4px rgba(255, 112, 102, .45);
  transition: all .2s;
}
.landing-nav .nav-cta:hover { background: var(--primary-hover); transform: translateY(-1px); }
.landing-nav .nav-cta i { width: 14px; height: 14px; }

/* ============ CONTAINER ============ */
.landing-wrap { max-width: 1280px; margin: 0 auto; padding: 0 32px; }

/* ============ HERO ============ */
.hero {
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 64px;
  align-items: center;
}
.hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: white; padding: 8px 14px; border-radius: 999px;
  font-size: 12.5px; font-weight: 600; color: var(--primary);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-sm);
  margin-bottom: 22px;
}
.hero-pill i { width: 14px; height: 14px; }
.hero-pill .ping {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 4px rgba(255, 112, 102, 0.18);
  animation: ping 1.8s ease-out infinite;
}
@keyframes ping {
  0% { box-shadow: 0 0 0 0 rgba(255, 112, 102, 0.5); }
  100% { box-shadow: 0 0 0 10px rgba(255, 112, 102, 0); }
}

.hero h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(40px, 5.6vw, 68px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.02;
  color: var(--text);
  margin: 0 0 24px;
}
.hero h1 em {
  font-style: italic; color: var(--primary);
  font-weight: 600;
}
.hero h1 .underline {
  position: relative; display: inline-block;
}
.hero h1 .underline::after {
  content: ''; position: absolute;
  left: 0; right: 0; bottom: 4px;
  height: 10px;
  background: var(--primary-soft);
  z-index: -1; border-radius: 4px;
}

.hero-sub {
  font-size: 19px;
  color: var(--text-soft);
  max-width: 540px;
  margin: 0 0 36px;
  line-height: 1.55;
}

.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary-lg {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary); color: white !important;
  padding: 16px 28px; border-radius: 14px;
  font-weight: 600; font-size: 16px; text-decoration: none;
  box-shadow: 0 12px 28px -8px rgba(255, 112, 102, .45);
  transition: all .2s;
  border: none; cursor: pointer;
}
.btn-primary-lg:hover { background: var(--primary-hover); transform: translateY(-2px); box-shadow: 0 16px 32px -8px rgba(255, 112, 102, .55); }
.btn-primary-lg i { width: 18px; height: 18px; }

.btn-secondary-lg {
  display: inline-flex; align-items: center; gap: 8px;
  background: white; color: var(--text) !important;
  padding: 16px 24px; border-radius: 14px;
  font-weight: 600; font-size: 16px; text-decoration: none;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: all .2s;
}
.btn-secondary-lg:hover { border-color: var(--primary-soft); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-secondary-lg i { width: 18px; height: 18px; color: var(--text-soft); }

.hero-trust {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--border-soft);
  display: flex; gap: 32px; flex-wrap: wrap;
  font-size: 13.5px; color: var(--text-soft);
}
.hero-trust-item { display: flex; align-items: center; gap: 8px; }
.hero-trust-item i { width: 16px; height: 16px; color: var(--text-faint); }
.hero-trust-item strong { color: var(--text); font-weight: 600; }

/* HERO VISUAL — Mock card */
.hero-visual {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  min-height: 480px;
}
.hero-mock {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-soft);
  width: 100%;
  max-width: 460px;
  position: relative;
  z-index: 2;
  transform: rotate(-1.5deg);
  transition: transform .4s cubic-bezier(.2, .8, .2, 1);
}
.hero-mock:hover { transform: rotate(0deg); }
.hero-mock::before {
  content: ''; position: absolute;
  top: -40px; right: -40px; width: 200px; height: 200px;
  background: radial-gradient(circle, var(--primary-soft) 0%, transparent 70%);
  pointer-events: none; z-index: -1;
}

.mock-header {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 20px; padding-bottom: 16px;
  border-bottom: 1px solid var(--border-soft);
}
.mock-dot { width: 10px; height: 10px; border-radius: 50%; background: #FFD3CD; }
.mock-dot:nth-child(2) { background: #FFE9C9; }
.mock-dot:nth-child(3) { background: #D8F5E9; }
.mock-title-tiny {
  margin-left: auto; font-size: 12px; color: var(--text-faint);
  display: flex; align-items: center; gap: 4px;
}
.mock-title-tiny i { width: 12px; height: 12px; }

.mock-greeting { font-size: 13px; color: var(--text-soft); margin-bottom: 4px; }
.mock-h {
  font-family: 'Fraunces', serif; font-size: 24px; font-weight: 600;
  letter-spacing: -0.02em; margin-bottom: 18px;
}
.mock-h em { font-style: italic; color: var(--primary); }

.mock-formations { display: flex; flex-direction: column; gap: 10px; }
.mock-formation {
  display: flex; align-items: center; gap: 12px;
  padding: 14px;
  background: var(--bg);
  border-radius: 12px;
  border: 1px solid var(--border-soft);
}
.mock-proba {
  width: 52px; height: 52px; border-radius: 12px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-weight: 700; font-size: 16px;
  flex-shrink: 0;
  font-family: 'Fraunces', serif;
}
.mock-proba.high { background: #E0F5EE; color: var(--success); }
.mock-proba.med { background: #FFF3DE; color: #C77D24; }
.mock-proba.low { background: #FFE5E1; color: var(--primary-hover); }
.mock-proba small { font-size: 9px; font-family: 'Inter', sans-serif; font-weight: 600; margin-top: -2px; }
.mock-formation-info { flex: 1; min-width: 0; }
.mock-formation-name { font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.mock-formation-school { font-size: 12px; color: var(--text-soft); }
.mock-formation i {
  width: 16px; height: 16px;
  color: var(--text-faint);
  flex-shrink: 0;
}

/* Floating bubbles */
.hero-bubble {
  position: absolute;
  background: white;
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-soft);
  display: flex; align-items: center; gap: 10px;
  z-index: 3;
  font-size: 13px;
  animation: float 6s ease-in-out infinite;
}
.hero-bubble.b1 {
  top: 6%; left: -4%;
  animation-delay: 0s;
}
.hero-bubble.b2 {
  bottom: 8%; right: -2%;
  animation-delay: -3s;
}
.hero-bubble i { width: 18px; height: 18px; color: var(--primary); }
.hero-bubble strong { color: var(--text); }
.hero-bubble .bubble-mini {
  font-size: 11px; color: var(--text-faint);
}

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

/* ============ SECTION HEADERS ============ */
.section {
  padding: 90px 0;
  position: relative;
}
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600;
  color: var(--primary);
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.section-eyebrow i { width: 14px; height: 14px; }
.section-h {
  font-family: 'Fraunces', serif;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 0 0 16px;
  max-width: 720px;
}
.section-h em { font-style: italic; color: var(--primary); }
.section-lead {
  font-size: 18px;
  color: var(--text-soft);
  max-width: 640px;
  margin: 0 0 56px;
  line-height: 1.6;
}
.section-head-center {
  text-align: center;
}
.section-head-center .section-h,
.section-head-center .section-lead {
  margin-left: auto; margin-right: auto;
}

/* ============ HOW IT WORKS ============ */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: step;
  position: relative;
}
.step {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 28px 24px;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: all .25s;
  counter-increment: step;
}
.step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-soft);
}
.step::before {
  content: counter(step, decimal-leading-zero);
  font-family: 'Fraunces', serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 16px;
}
.step-icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.step-icon.peach { background: var(--primary-soft); color: var(--primary); }
.step-icon.purple { background: var(--secondary-soft); color: var(--secondary); }
.step-icon.green { background: #E0F5EE; color: var(--success); }
.step-icon.yellow { background: #FFF3DE; color: var(--warning); }
.step-icon i { width: 22px; height: 22px; }
.step h3 {
  font-family: 'Fraunces', serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
}
.step p {
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.55;
  margin: 0;
}

/* ============ DIFFERENTIATORS ============ */
.diff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.diff-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 36px;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-sm);
  transition: all .25s;
  position: relative;
  overflow: hidden;
}
.diff-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.diff-card::before {
  content: ''; position: absolute;
  top: -40px; right: -40px; width: 200px; height: 200px;
  background: radial-gradient(circle, var(--primary-soft) 0%, transparent 70%);
  pointer-events: none; opacity: 0;
  transition: opacity .3s;
}
.diff-card:hover::before { opacity: 1; }
.diff-card.featured {
  background: linear-gradient(135deg, var(--primary) 0%, #FF8E84 100%);
  color: white;
  border: none;
}
.diff-card.featured .diff-icon { background: rgba(255, 255, 255, 0.2); color: white; }
.diff-card.featured h3 { color: white; }
.diff-card.featured p { color: rgba(255, 255, 255, 0.9); }
.diff-card.featured .diff-tags span {
  background: rgba(255, 255, 255, 0.18);
  color: white;
  border-color: rgba(255, 255, 255, 0.25);
}
.diff-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--primary-soft); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.diff-icon i { width: 24px; height: 24px; }
.diff-card h3 {
  font-family: 'Fraunces', serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}
.diff-card p {
  font-size: 15.5px;
  color: var(--text-soft);
  line-height: 1.6;
  margin: 0 0 18px;
}
.diff-tags {
  display: flex; flex-wrap: wrap; gap: 6px;
}
.diff-tags span {
  display: inline-block;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  background: var(--bg);
  border: 1px solid var(--border-soft);
  color: var(--text-soft);
}

/* ============ BACS SECTION ============ */
.bacs-section {
  background: linear-gradient(180deg, transparent 0%, rgba(238, 234, 255, 0.3) 50%, transparent 100%);
}
.bacs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.bac-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 22px 24px;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-sm);
  display: flex; align-items: center; gap: 16px;
  transition: all .2s;
}
.bac-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: var(--primary-soft);
}
.bac-badge {
  width: 46px; height: 46px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
  letter-spacing: -0.02em;
}
.bac-badge.gen { background: var(--primary-soft); color: var(--primary); }
.bac-badge.techno { background: var(--secondary-soft); color: var(--secondary); }
.bac-badge.pro { background: #E0F5EE; color: var(--success); }
.bac-info { flex: 1; min-width: 0; }
.bac-name { font-weight: 600; font-size: 15px; margin-bottom: 2px; }
.bac-desc { font-size: 13px; color: var(--text-soft); }

.bacs-recap {
  margin-top: 32px;
  display: flex; align-items: center; justify-content: center;
  gap: 32px; flex-wrap: wrap;
  padding: 24px 32px;
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-sm);
}
.bac-recap-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 14.5px;
}
.bac-recap-item strong {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  color: var(--text);
  font-weight: 600;
}
.bac-recap-item span { color: var(--text-soft); }
.bac-recap-divider {
  width: 1px; height: 32px; background: var(--border);
}

/* ============ SOURCES / TRANSPARENCE ============ */
.sources-wrap {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}
.source-visual {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-lg);
  position: relative;
}
.source-visual::before {
  content: ''; position: absolute;
  top: -30px; left: -30px; width: 180px; height: 180px;
  background: radial-gradient(circle, var(--secondary-soft) 0%, transparent 70%);
  pointer-events: none; z-index: 0;
}
.source-block { position: relative; z-index: 1; }
.source-header {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 20px;
}
.source-header-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--primary-soft); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
}
.source-header-icon i { width: 18px; height: 18px; }
.source-header-text { font-weight: 600; font-size: 14px; }
.source-header-meta { font-size: 12px; color: var(--text-faint); }

.source-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 0;
  border-bottom: 1px dashed var(--border);
  font-size: 14px;
}
.source-row:last-child { border-bottom: none; }
.source-row-label { color: var(--text-soft); display: flex; align-items: center; gap: 8px; }
.source-row-label i { width: 14px; height: 14px; color: var(--text-faint); }
.source-row-value {
  font-weight: 600; color: var(--text);
  font-family: 'Fraunces', serif; font-size: 16px;
  letter-spacing: -0.01em;
}
.source-row-value.highlight { color: var(--primary); }
.source-row-value.success { color: var(--success); }

.source-formula {
  margin-top: 18px; padding: 14px 16px;
  background: var(--bg); border-radius: 12px;
  border: 1px solid var(--border-soft);
  display: flex; align-items: center; gap: 10px;
  font-size: 13px;
}
.source-formula i { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; }
.source-formula code {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  background: white;
  padding: 2px 8px;
  border-radius: 6px;
  border: 1px solid var(--border-soft);
  color: var(--text);
  font-size: 12px;
}

.transparency-list {
  display: flex; flex-direction: column; gap: 22px;
  margin-top: 32px;
}
.transparency-item { display: flex; gap: 16px; }
.transparency-icon {
  width: 40px; height: 40px; border-radius: 10px;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.transparency-icon.peach { background: var(--primary-soft); color: var(--primary); }
.transparency-icon.purple { background: var(--secondary-soft); color: var(--secondary); }
.transparency-icon.green { background: #E0F5EE; color: var(--success); }
.transparency-icon i { width: 18px; height: 18px; }
.transparency-item h4 {
  font-size: 16px; font-weight: 600;
  margin: 0 0 4px;
  letter-spacing: -0.01em;
}
.transparency-item p {
  font-size: 14.5px;
  color: var(--text-soft);
  line-height: 1.55;
  margin: 0;
}

/* ============ FINAL CTA ============ */
.final-cta {
  padding: 90px 0 110px;
}
.cta-card {
  background: linear-gradient(135deg, var(--primary) 0%, #FF8E84 60%, var(--secondary) 130%);
  border-radius: var(--radius-lg);
  padding: 72px 56px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -16px rgba(255, 112, 102, .35);
}
.cta-card::before {
  content: ''; position: absolute;
  top: -50%; left: -10%; width: 60%; height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 60%);
  pointer-events: none;
}
.cta-card::after {
  content: ''; position: absolute;
  bottom: -50%; right: -10%; width: 60%; height: 200%;
  background: radial-gradient(circle, rgba(107, 91, 255, 0.18) 0%, transparent 60%);
  pointer-events: none;
}
.cta-card > * { position: relative; z-index: 1; }
.cta-card .section-eyebrow {
  color: rgba(255, 255, 255, 0.85);
}
.cta-card h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 0 0 18px;
  color: white;
}
.cta-card h2 em { font-style: italic; }
.cta-card p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.92);
  max-width: 580px;
  margin: 0 auto 36px;
  line-height: 1.55;
}
.cta-card .btn-primary-lg {
  background: white;
  color: var(--primary) !important;
  box-shadow: 0 14px 32px -8px rgba(0, 0, 0, 0.25);
}
.cta-card .btn-primary-lg:hover {
  background: #fff8f7;
  transform: translateY(-2px);
}
.cta-meta {
  margin-top: 28px;
  display: flex; align-items: center; justify-content: center;
  gap: 24px; flex-wrap: wrap;
  font-size: 14px; color: rgba(255, 255, 255, 0.9);
}
.cta-meta-item { display: flex; align-items: center; gap: 6px; }
.cta-meta-item i { width: 16px; height: 16px; }

/* ============ FOOTER LANDING ============ */
.landing-footer {
  padding: 48px 0 36px;
  border-top: 1px solid var(--border-soft);
  background: rgba(255, 250, 247, 0.4);
}
.landing-footer .footer-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.landing-footer .logo {
  font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px;
  color: var(--primary); letter-spacing: -0.02em;
  text-decoration: none;
}
.landing-footer .logo .dot { color: var(--secondary); }
.landing-footer .copy { font-size: 13px; color: var(--text-soft); }
.landing-footer .footer-links { display: flex; gap: 20px; }
.landing-footer .footer-links a {
  color: var(--text-soft); text-decoration: none;
  font-size: 13.5px; font-weight: 500;
  transition: color .15s;
}
.landing-footer .footer-links a:hover { color: var(--primary); }

/* ============ ANIMATIONS ============ */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s cubic-bezier(.2, .8, .2, 1), transform .8s cubic-bezier(.2, .8, .2, 1);
}
.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-up.delay-1 { transition-delay: 0.08s; }
.fade-up.delay-2 { transition-delay: 0.16s; }
.fade-up.delay-3 { transition-delay: 0.24s; }
.fade-up.delay-4 { transition-delay: 0.32s; }

@media (prefers-reduced-motion: reduce) {
  .fade-up, .hero-bubble, .hero-pill .ping, .hero-mock {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero-visual { min-height: 420px; }
  .diff-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .bacs-grid { grid-template-columns: repeat(2, 1fr); }
  .sources-wrap { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 720px) {
  .landing-wrap { padding: 0 20px; }
  .landing-nav .nav-inner { padding: 14px 20px; }
  .landing-nav .nav-links { display: none; }
  .hero { padding: 56px 0 72px; }
  .section { padding: 64px 0; }
  .final-cta { padding: 60px 0 80px; }
  .steps { grid-template-columns: 1fr; }
  .bacs-grid { grid-template-columns: 1fr; }
  .cta-card { padding: 48px 24px; }
  .diff-card { padding: 28px 24px; }
  .hero-bubble.b1 { left: 4%; top: -2%; }
  .hero-bubble.b2 { right: 4%; bottom: -2%; }
  .hero-trust { gap: 16px; }
  .bacs-recap { padding: 20px; gap: 16px; }
  .bac-recap-divider { display: none; }
}
