/* ============================================================
   FlyPro for Agencies — flypro.ae
   Tokens mirror .claude/skills/flypro-design/assets/tokens.css
   ============================================================ */

:root {
  --fp-blue-50:  #EEF2FF;
  --fp-blue-100: #DDE5FF;
  --fp-blue-200: #BBC9FF;
  --fp-blue-300: #8AA2FF;
  --fp-blue-400: #5C7BFF;
  --fp-blue-500: #335CFF;
  --fp-blue-600: #2347DB;
  --fp-blue-700: #1A37B0;
  --fp-blue-800: #142A85;
  --fp-blue-900: #0E1D5C;
  --fp-blue-tint: rgba(51, 92, 255, 0.10);

  --fp-ink-0:   #FFFFFF;
  --fp-ink-50:  #F7F8FA;
  --fp-ink-100: #EEF0F4;
  --fp-ink-200: #DFE3EA;
  --fp-ink-300: #C3CAD6;
  --fp-ink-400: #8A93A6;
  --fp-ink-500: #5F6878;
  --fp-ink-600: #404A5C;
  --fp-ink-700: #2A3242;
  --fp-ink-800: #171C28;
  --fp-ink-900: #0B0E14;

  --fp-success: #12B76A;
  --fp-success-bg: #E7F8EF;
  --fp-warning: #F79009;
  --fp-warning-bg: #FEF3E1;

  --fp-bg-page:    var(--fp-ink-50);
  --fp-bg-surface: var(--fp-ink-0);
  --fp-bg-muted:   var(--fp-ink-100);

  --fp-text-primary:   var(--fp-ink-700);
  --fp-text-body:      var(--fp-ink-600);
  --fp-text-secondary: var(--fp-ink-500);
  --fp-text-tertiary:  var(--fp-ink-400);
  --fp-text-inverse:   var(--fp-ink-0);

  --fp-border-subtle:  var(--fp-ink-100);
  --fp-border-default: var(--fp-ink-200);

  --fp-font-display: "Poppins", ui-sans-serif, system-ui, sans-serif;
  --fp-font-ui:      "Poppins", ui-sans-serif, system-ui, sans-serif;
  --fp-font-data:    "Inter", ui-sans-serif, system-ui, sans-serif;

  --fp-radius-sm:   8px;
  --fp-radius-md:   12px;
  --fp-radius-lg:   16px;
  --fp-radius-xl:   20px;
  --fp-radius-2xl:  24px;
  --fp-radius-3xl:  32px;
  --fp-radius-full: 9999px;

  --fp-shadow-xs: 0 1px 2px rgba(14, 29, 92, 0.04);
  --fp-shadow-sm: 0 2px 6px rgba(14, 29, 92, 0.06);
  --fp-shadow-md: 0 6px 16px rgba(14, 29, 92, 0.08);
  --fp-shadow-lg: 0 12px 32px rgba(14, 29, 92, 0.10);
  --fp-shadow-xl: 0 24px 56px rgba(14, 29, 92, 0.14);
  --fp-shadow-blue: 0 10px 24px rgba(51, 92, 255, 0.28);

  --fp-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --fp-duration-fast: 120ms;
  --fp-duration-normal: 200ms;

  --fp-container: 1160px;
}

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

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

body {
  margin: 0;
  font-family: var(--fp-font-ui);
  font-size: 16px;
  line-height: 1.55;
  color: var(--fp-text-body);
  background: var(--fp-bg-surface);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg { max-width: 100%; display: block; }

a { color: var(--fp-blue-500); text-decoration: none; }
a:hover { color: var(--fp-blue-600); }

h1, h2, h3, h4 {
  font-family: var(--fp-font-display);
  color: var(--fp-text-primary);
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.15;
  text-wrap: balance;
}

p, li { text-wrap: pretty; }

p { margin: 0; }

:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(51, 92, 255, 0.4);
  border-radius: var(--fp-radius-sm);
}

/* Present for screen readers and heading hierarchy, invisible on screen */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--fp-blue-500);
  color: #fff;
  padding: 12px 18px;
  border-radius: 0 0 var(--fp-radius-md) 0;
  z-index: 100;
}
.skip-link:focus { left: 0; color: #fff; }

/* ---------- Layout primitives ---------- */

.wrap {
  width: 100%;
  max-width: var(--fp-container);
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 96px 0; }
.section--tight { padding: 72px 0; }
.section--muted { background: var(--fp-bg-page); }

.eyebrow {
  font-family: var(--fp-font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fp-blue-500);
  margin-bottom: 14px;
}

.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head h2 {
  font-size: 38px;
  font-weight: 700;
}
.section-head p {
  margin-top: 16px;
  font-size: 17px;
  color: var(--fp-text-secondary);
  max-width: 620px;
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--fp-font-ui);
  font-size: 15px;
  font-weight: 600;
  border-radius: var(--fp-radius-full);
  padding: 14px 26px;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    background var(--fp-duration-fast) var(--fp-ease-out),
    border-color var(--fp-duration-fast) var(--fp-ease-out),
    color var(--fp-duration-fast) var(--fp-ease-out),
    transform var(--fp-duration-fast) var(--fp-ease-out);
  white-space: nowrap;
}

.btn--primary {
  background: var(--fp-blue-500);
  color: #fff;
  box-shadow: var(--fp-shadow-blue);
}
.btn--primary:hover { background: var(--fp-blue-600); color: #fff; transform: translateY(-1px); }

.btn--secondary {
  background: var(--fp-bg-surface);
  color: var(--fp-text-primary);
  border-color: var(--fp-border-default);
}
.btn--secondary:hover { border-color: var(--fp-blue-500); color: var(--fp-blue-500); }

.btn--ghost-light {
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}
.btn--ghost-light:hover { background: rgba(255, 255, 255, 0.18); color: #fff; }

.btn--sm { padding: 10px 20px; font-size: 14px; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* ---------- Header ---------- */

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--fp-border-subtle);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 68px;
}

.header__brand { display: flex; align-items: center; gap: 10px; }
.header__brand img { width: 96px; height: auto; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--fp-text-secondary);
}
.nav a:hover { color: var(--fp-text-primary); }

@media (max-width: 900px) {
  .nav { display: none; }
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
  background:
    radial-gradient(1100px 520px at 82% -8%, var(--fp-blue-tint), transparent 62%),
    radial-gradient(700px 400px at 6% 8%, rgba(51, 92, 255, 0.06), transparent 60%),
    var(--fp-bg-surface);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 64px;
  align-items: center;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--fp-blue-50);
  color: var(--fp-blue-700);
  border: 1px solid var(--fp-blue-100);
  border-radius: var(--fp-radius-full);
  padding: 7px 15px 7px 11px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 24px;
}
.pill .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--fp-success);
  box-shadow: 0 0 0 3px rgba(18, 183, 106, 0.16);
}

.hero h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.hero h1 em { font-style: normal; color: var(--fp-blue-500); white-space: nowrap; }

.hero__sub {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--fp-text-secondary);
  max-width: 560px;
}

.hero__cta { margin-top: 34px; }

.hero__note {
  margin-top: 18px;
  font-size: 13px;
  color: var(--fp-text-tertiary);
  max-width: 480px;
}

.proof {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--fp-border-subtle);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.proof span {
  font-family: var(--fp-font-data);
  font-size: 12px;
  font-weight: 600;
  color: var(--fp-text-secondary);
  background: var(--fp-bg-page);
  border: 1px solid var(--fp-border-default);
  border-radius: var(--fp-radius-full);
  padding: 6px 14px;
}

@media (max-width: 980px) {
  .hero { padding: 56px 0 64px; }
  .hero__grid { grid-template-columns: 1fr; gap: 48px; }
  .hero h1 { font-size: 38px; }
  .hero__sub { font-size: 16px; }
}

/* ---------- Hero case card (pure CSS mock) ---------- */

.case {
  background: var(--fp-bg-surface);
  border: 1px solid var(--fp-border-default);
  border-radius: var(--fp-radius-2xl);
  box-shadow: var(--fp-shadow-xl);
  overflow: hidden;
}

.case__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  background: var(--fp-bg-page);
  border-bottom: 1px solid var(--fp-border-subtle);
}
.case__site {
  font-family: var(--fp-font-data);
  font-size: 12px;
  font-weight: 600;
  color: var(--fp-text-tertiary);
}
.case__tag {
  font-family: var(--fp-font-data);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fp-blue-700);
  background: var(--fp-blue-50);
  border-radius: var(--fp-radius-full);
  padding: 4px 10px;
}

.case__body { padding: 22px 20px 24px; }

.case__client {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--fp-border-subtle);
}
.case__avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--fp-blue-400), var(--fp-blue-600));
  color: #fff;
  display: grid; place-items: center;
  font-family: var(--fp-font-data);
  font-size: 14px; font-weight: 700;
  flex: none;
}
.case__name { font-family: var(--fp-font-display); font-size: 15px; font-weight: 600; color: var(--fp-text-primary); }
.case__meta { font-family: var(--fp-font-data); font-size: 12px; color: var(--fp-text-tertiary); }

.steps { list-style: none; margin: 18px 0 0; padding: 0; }
.steps li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0 0 18px 0;
}
.steps li:last-child { padding-bottom: 0; }
.steps li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 22px;
  bottom: 2px;
  width: 2px;
  background: var(--fp-border-default);
}
.steps li:last-child::before { display: none; }

.steps .mark {
  position: relative;
  z-index: 1;
  width: 22px; height: 22px;
  border-radius: 50%;
  flex: none;
  display: grid; place-items: center;
  font-family: var(--fp-font-data);
  font-size: 11px; font-weight: 700;
  background: var(--fp-bg-page);
  border: 2px solid var(--fp-border-default);
  color: var(--fp-text-tertiary);
}
.steps .step__label {
  font-size: 14px;
  font-weight: 500;
  color: var(--fp-text-tertiary);
  line-height: 22px;
}
.steps .step__note {
  font-family: var(--fp-font-data);
  font-size: 12px;
  color: var(--fp-text-tertiary);
  margin-left: auto;
  line-height: 22px;
  white-space: nowrap;
}

.steps li.is-done .mark {
  background: var(--fp-success);
  border-color: var(--fp-success);
  color: #fff;
}
.steps li.is-done .step__label { color: var(--fp-text-body); }
.steps li.is-done::before { background: var(--fp-success); opacity: 0.35; }

.steps li.is-active .mark {
  background: var(--fp-blue-500);
  border-color: var(--fp-blue-500);
  color: #fff;
  box-shadow: 0 0 0 4px rgba(51, 92, 255, 0.14);
}
.steps li.is-active .step__label { color: var(--fp-text-primary); font-weight: 600; }
.steps li.is-active .step__note { color: var(--fp-blue-600); font-weight: 600; }

.case__foot {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--fp-border-subtle);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.case__fee { font-family: var(--fp-font-data); font-size: 13px; color: var(--fp-text-secondary); }
.case__fee b { color: var(--fp-text-primary); font-size: 15px; }
.badge {
  font-family: var(--fp-font-data);
  font-size: 11px; font-weight: 700;
  border-radius: var(--fp-radius-full);
  padding: 5px 11px;
  background: var(--fp-success-bg);
  color: #076A3E;
}

/* ---------- Problem strip ---------- */

.cols-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.cols-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 900px) {
  .cols-3, .cols-2 { grid-template-columns: 1fr; }
}

.problem {
  background: var(--fp-bg-surface);
  border: 1px solid var(--fp-border-default);
  border-radius: var(--fp-radius-lg);
  padding: 28px 26px;
}
.problem__num {
  font-family: var(--fp-font-data);
  font-size: 12px;
  font-weight: 700;
  color: var(--fp-blue-500);
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.problem h3 { font-size: 18px; font-weight: 600; margin-bottom: 10px; }
.problem p { font-size: 15px; color: var(--fp-text-secondary); }

/* ---------- Workflow stages ---------- */

.stages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 980px) { .stages { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px)  { .stages { grid-template-columns: 1fr; } }

.stage {
  position: relative;
  background: var(--fp-bg-surface);
  border: 1px solid var(--fp-border-default);
  border-radius: var(--fp-radius-lg);
  padding: 26px 24px 24px;
  box-shadow: var(--fp-shadow-xs);
  transition: box-shadow var(--fp-duration-normal) var(--fp-ease-out),
              transform var(--fp-duration-normal) var(--fp-ease-out),
              border-color var(--fp-duration-normal) var(--fp-ease-out);
}
.stage:hover {
  box-shadow: var(--fp-shadow-md);
  transform: translateY(-3px);
  border-color: var(--fp-blue-200);
}
.stage__n {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--fp-blue-50);
  color: var(--fp-blue-700);
  display: grid; place-items: center;
  font-family: var(--fp-font-data);
  font-size: 13px; font-weight: 700;
  margin-bottom: 16px;
}
.stage h3 { font-size: 17px; font-weight: 600; margin-bottom: 9px; }
.stage p { font-size: 14.5px; color: var(--fp-text-secondary); }

/* ---------- Split feature blocks ---------- */

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}
.split--flip .split__media { order: -1; }
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; gap: 40px; }
  .split--flip .split__media { order: 0; }
}

.split h2 { font-size: 34px; font-weight: 700; }
.split > div > p { margin-top: 16px; font-size: 17px; color: var(--fp-text-secondary); }

.ticks { list-style: none; margin: 26px 0 0; padding: 0; }
.ticks li {
  position: relative;
  padding: 0 0 14px 32px;
  font-size: 15px;
  color: var(--fp-text-body);
}
.ticks li::before {
  content: "";
  position: absolute;
  left: 0; top: 4px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--fp-blue-50);
  border: 1px solid var(--fp-blue-200);
}
.ticks li::after {
  content: "";
  position: absolute;
  left: 6px; top: 9px;
  width: 5px; height: 8px;
  border: solid var(--fp-blue-500);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.ticks li b { color: var(--fp-text-primary); font-weight: 600; }

/* Portal mock */

.portal {
  background: var(--fp-bg-surface);
  border: 1px solid var(--fp-border-default);
  border-radius: var(--fp-radius-2xl);
  box-shadow: var(--fp-shadow-lg);
  overflow: hidden;
}
.portal__top {
  padding: 14px 18px;
  background: var(--fp-ink-900);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.portal__logo {
  font-family: var(--fp-font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.portal__logo span { color: var(--fp-blue-300); }
.portal__user {
  font-family: var(--fp-font-data);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}
.portal__body { padding: 20px 18px 22px; }

.doc {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid var(--fp-border-default);
  border-radius: var(--fp-radius-md);
  margin-bottom: 10px;
}
.doc:last-child { margin-bottom: 0; }
.doc__icon {
  width: 30px; height: 30px;
  border-radius: var(--fp-radius-sm);
  background: var(--fp-bg-page);
  display: grid; place-items: center;
  font-family: var(--fp-font-data);
  font-size: 10px; font-weight: 700;
  color: var(--fp-text-tertiary);
  flex: none;
}
.doc__name { font-size: 14px; font-weight: 500; color: var(--fp-text-primary); }
.doc__sub { font-family: var(--fp-font-data); font-size: 11.5px; color: var(--fp-text-tertiary); }
.doc__state {
  margin-left: auto;
  font-family: var(--fp-font-data);
  font-size: 11px;
  font-weight: 700;
  border-radius: var(--fp-radius-full);
  padding: 4px 10px;
  white-space: nowrap;
}
.doc__state--ok   { background: var(--fp-success-bg); color: #076A3E; }
.doc__state--warn { background: var(--fp-warning-bg); color: #8F5200; }
.doc__state--wait { background: var(--fp-bg-muted); color: var(--fp-text-secondary); }

.portal__hint {
  margin-top: 16px;
  padding: 13px 14px;
  border-radius: var(--fp-radius-md);
  background: var(--fp-blue-50);
  border: 1px solid var(--fp-blue-100);
  font-size: 13px;
  color: var(--fp-blue-800);
}

/* Money mock */

.invoice {
  background: var(--fp-bg-surface);
  border: 1px solid var(--fp-border-default);
  border-radius: var(--fp-radius-2xl);
  box-shadow: var(--fp-shadow-lg);
  padding: 26px 24px;
}
.invoice__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--fp-border-subtle);
  font-family: var(--fp-font-data);
  font-size: 14px;
  color: var(--fp-text-secondary);
}
.invoice__row:last-of-type { border-bottom: none; }
.invoice__row b { color: var(--fp-text-primary); font-weight: 600; }
.invoice__total {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 2px solid var(--fp-ink-700);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.invoice__total span { font-family: var(--fp-font-ui); font-size: 14px; font-weight: 600; color: var(--fp-text-primary); }
.invoice__total b { font-family: var(--fp-font-data); font-size: 26px; font-weight: 700; color: var(--fp-text-primary); letter-spacing: -0.02em; }
.invoice__cta {
  margin-top: 18px;
  display: block;
  text-align: center;
  background: var(--fp-blue-500);
  color: #fff;
  border-radius: var(--fp-radius-full);
  padding: 13px;
  font-size: 14px;
  font-weight: 600;
}

/* ---------- Lead bar ---------- */

.leadbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--fp-border-default);
  border: 1px solid var(--fp-border-default);
  border-radius: var(--fp-radius-lg);
  overflow: hidden;
}
@media (max-width: 900px) { .leadbar { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .leadbar { grid-template-columns: 1fr; } }

.leadbar > div {
  background: var(--fp-bg-surface);
  padding: 22px 20px;
}
.leadbar h3 {
  font-family: var(--fp-font-data);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fp-blue-500);
  margin-bottom: 8px;
}
.leadbar p { font-size: 14px; color: var(--fp-text-secondary); }

/* ---------- Included grid ---------- */

.included {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--fp-border-default);
  border: 1px solid var(--fp-border-default);
  border-radius: var(--fp-radius-xl);
  overflow: hidden;
}
@media (max-width: 900px) { .included { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .included { grid-template-columns: 1fr; } }

.included div {
  background: var(--fp-bg-surface);
  padding: 26px 22px;
}
.included h3 { font-size: 15px; font-weight: 600; margin-bottom: 7px; }
.included p { font-size: 13.5px; color: var(--fp-text-tertiary); }

/* ---------- Region band ---------- */

.region {
  position: relative;
  border-radius: var(--fp-radius-3xl);
  overflow: hidden;
  background: var(--fp-ink-900);
  color: #fff;
  isolation: isolate;
}
.region img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
  z-index: -2;
}
.region::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg, rgba(11, 14, 20, 0.94) 12%, rgba(20, 42, 133, 0.72) 62%, rgba(51, 92, 255, 0.42) 100%);
}
.region__inner { padding: 72px 56px; max-width: 720px; }
.region h2 { color: #fff; font-size: 34px; font-weight: 700; }
.region p { margin-top: 18px; font-size: 17px; color: rgba(255, 255, 255, 0.78); }
.region .ticks li { color: rgba(255, 255, 255, 0.86); }
.region .ticks li b { color: #fff; }
.region .ticks li::before { background: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.3); }
.region .ticks li::after { border-color: #fff; }
@media (max-width: 720px) { .region__inner { padding: 48px 28px; } .region h2 { font-size: 27px; } }

/* ---------- Pricing ---------- */

.trial {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
  background: var(--fp-blue-50);
  border: 1px solid var(--fp-blue-100);
  border-radius: var(--fp-radius-xl);
  padding: 22px 26px;
  margin-bottom: 32px;
}
.trial p { font-size: 15px; color: var(--fp-blue-800); }
.trial b { font-family: var(--fp-font-display); font-weight: 600; }

.plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 900px) { .plans { grid-template-columns: 1fr; } }

.plan {
  display: flex;
  flex-direction: column;
  background: var(--fp-bg-surface);
  border: 1px solid var(--fp-border-default);
  border-radius: var(--fp-radius-xl);
  padding: 30px 26px 28px;
}
.plan--featured {
  border-color: var(--fp-blue-500);
  box-shadow: var(--fp-shadow-lg);
  position: relative;
}
.plan__flag {
  position: absolute;
  top: -12px; left: 26px;
  background: var(--fp-blue-500);
  color: #fff;
  font-family: var(--fp-font-data);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--fp-radius-full);
  padding: 5px 12px;
}
.plan__name {
  font-family: var(--fp-font-data);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--fp-text-tertiary);
  margin-bottom: 14px;
}
.plan__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: var(--fp-font-data);
}
.plan__price b {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--fp-text-primary);
  line-height: 1;
}
.plan__price span { font-size: 14px; color: var(--fp-text-tertiary); font-weight: 500; }
.plan__cap {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 500;
  color: var(--fp-text-primary);
}
.plan__desc {
  margin-top: 8px;
  font-size: 14px;
  color: var(--fp-text-secondary);
  padding-bottom: 22px;
  border-bottom: 1px solid var(--fp-border-subtle);
}
.plan__list { list-style: none; margin: 20px 0 26px; padding: 0; flex: 1; }
.plan__list li {
  position: relative;
  padding: 0 0 11px 24px;
  font-size: 14px;
  color: var(--fp-text-secondary);
}
.plan__list li::before {
  content: "";
  position: absolute;
  left: 2px; top: 7px;
  width: 5px; height: 9px;
  border: solid var(--fp-blue-500);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.plan .btn { width: 100%; }

.pricing-note {
  margin-top: 22px;
  font-family: var(--fp-font-data);
  font-size: 12.5px;
  color: var(--fp-text-tertiary);
}

/* ---------- FAQ ---------- */

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 330px) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}
@media (max-width: 900px) {
  .faq-layout { grid-template-columns: 1fr; gap: 36px; }
}

.faq-aside h2 { font-size: 34px; font-weight: 700; }
.faq-aside p {
  margin-top: 14px;
  font-size: 16px;
  color: var(--fp-text-secondary);
}
.faq-aside .btn { margin-top: 24px; }

.faq details {
  background: var(--fp-bg-surface);
  border: 1px solid var(--fp-border-default);
  border-radius: var(--fp-radius-md);
  margin-bottom: 10px;
  transition:
    border-color var(--fp-duration-normal) var(--fp-ease-out),
    box-shadow var(--fp-duration-normal) var(--fp-ease-out);
}
.faq details:last-child { margin-bottom: 0; }
.faq details:hover { border-color: var(--fp-blue-200); }
.faq details[open] {
  border-color: var(--fp-blue-200);
  box-shadow: var(--fp-shadow-sm);
}

.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 54px 18px 22px;
  position: relative;
  font-family: var(--fp-font-display);
  font-size: 16px;
  font-weight: 600;
  color: var(--fp-text-primary);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  position: absolute;
  right: 24px; top: 50%;
  width: 9px; height: 9px;
  border: solid var(--fp-text-tertiary);
  border-width: 0 2px 2px 0;
  transform: translateY(-70%) rotate(45deg);
  transition: transform var(--fp-duration-normal) var(--fp-ease-out);
}
.faq details[open] summary::after {
  transform: translateY(-30%) rotate(-135deg);
  border-color: var(--fp-blue-500);
}
.faq details[open] summary { color: var(--fp-blue-600); }
.faq p {
  margin: 0 22px 20px;
  padding-top: 2px;
  border-top: 1px solid var(--fp-border-subtle);
  padding-right: 30px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--fp-text-secondary);
}
.faq p::before { content: ""; display: block; height: 14px; }

/* ---------- Final CTA ---------- */

.final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(900px 420px at 50% 0%, rgba(51, 92, 255, 0.14), transparent 66%),
    var(--fp-bg-page);
  text-align: center;
  padding: 132px 0;
  border-top: 1px solid var(--fp-border-subtle);
}

.final__art {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
/* Both screenshots sit in identical frames, mirrored, on the same
   centre line, so the pair reads as one deliberate composition. */
.final__art img {
  position: absolute;
  top: 50%;
  width: 272px;
  height: auto;
  background: var(--fp-bg-surface);
  border-radius: var(--fp-radius-md);
  border: 1px solid var(--fp-border-default);
  box-shadow: var(--fp-shadow-lg);
}
.final__art img:first-child {
  left: 3%;
  transform: translateY(-50%) rotate(-6deg);
}
.final__art img:last-child {
  right: 3%;
  transform: translateY(-50%) rotate(6deg);
}

.final .wrap { position: relative; z-index: 1; }

@media (max-width: 1320px) {
  .final__art img { width: 224px; }
  .final__art img:first-child { left: 1%; }
  .final__art img:last-child  { right: 1%; }
}
/* Below this the margins are gone, so the artwork would crowd the ask */
@media (max-width: 1100px) {
  .final__art { display: none; }
  .final { padding: 88px 0; }
}
.final h2 { font-size: 42px; font-weight: 700; }
.final p {
  margin: 18px auto 0;
  max-width: 540px;
  font-size: 17px;
  color: var(--fp-text-secondary);
}
.final .btn-row { justify-content: center; margin-top: 34px; }
.final__contact {
  margin-top: 28px;
  font-family: var(--fp-font-data);
  font-size: 13.5px;
  color: var(--fp-text-tertiary);
}
.final__contact a { font-weight: 600; }
@media (max-width: 700px) { .final { padding: 72px 0; } .final h2 { font-size: 30px; } }

/* ---------- Footer ---------- */

.footer {
  background: var(--fp-ink-900);
  color: rgba(255, 255, 255, 0.6);
  padding: 56px 0 40px;
}
.footer__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer img { width: 108px; height: auto; }
.footer__blurb { margin-top: 16px; font-size: 14px; max-width: 340px; }
.footer__links { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.footer__links a { color: rgba(255, 255, 255, 0.7); font-size: 14px; }
.footer__links a:hover { color: #fff; }
.footer__base {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  font-family: var(--fp-font-data);
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.45);
}

/* ---------- CTA micro line ---------- */

.cta-micro {
  margin-top: 14px;
  font-family: var(--fp-font-data);
  font-size: 13px;
  color: var(--fp-text-tertiary);
}

/* ---------- Trust strip ---------- */

.trust {
  border-top: 1px solid var(--fp-border-subtle);
  border-bottom: 1px solid var(--fp-border-subtle);
  background: var(--fp-bg-surface);
}
.trust__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--fp-border-subtle);
}
@media (max-width: 820px) { .trust__grid { grid-template-columns: 1fr; } }

.trust__grid > div {
  background: var(--fp-bg-surface);
  padding: 30px 28px;
}
.trust h3 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fp-blue-500);
  margin-bottom: 10px;
  font-family: var(--fp-font-data);
}
.trust p { font-size: 14.5px; color: var(--fp-text-secondary); }
.trust p b { color: var(--fp-text-primary); font-weight: 600; }

/* ---------- First-month steps ---------- */

.onboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 820px) { .onboard { grid-template-columns: 1fr; gap: 14px; } }

.onboard > div {
  border-left: 2px solid var(--fp-blue-200);
  padding: 2px 0 2px 18px;
}
.onboard h3 {
  font-family: var(--fp-font-data);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fp-blue-600);
  margin-bottom: 8px;
}
.onboard p { font-size: 14.5px; color: var(--fp-text-secondary); }

/* ---------- Footer entity ---------- */

.footer__entity {
  margin-top: 18px;
  font-family: var(--fp-font-data);
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
  max-width: 340px;
}
.footer__entity b { color: rgba(255, 255, 255, 0.75); font-weight: 600; }

/* ============================================================
   MOTION
   Entrance animation is progressive: content is visible by
   default, and only hidden-then-revealed where scroll timelines
   are supported and the reader has not asked for reduced motion.
   ============================================================ */

@keyframes fp-rise {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: none; }
}

@keyframes fp-rise-soft {
  from { opacity: 0; transform: translateY(28px) scale(0.988); }
  to   { opacity: 1; transform: none; }
}

@keyframes fp-fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes fp-pulse-ring {
  0%, 100% { box-shadow: 0 0 0 4px rgba(51, 92, 255, 0.16); }
  50%      { box-shadow: 0 0 0 9px rgba(51, 92, 255, 0.04); }
}

@keyframes fp-float {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50%      { transform: translate3d(-28px, 26px, 0) scale(1.06); }
}

@keyframes fp-drift {
  from { transform: scale(1) translate3d(0, 0, 0); }
  to   { transform: scale(1.07) translate3d(-1.5%, -1%, 0); }
}

@keyframes fp-art-left {
  0%, 100% { transform: translateY(-50%) rotate(-6deg); }
  50%      { transform: translateY(calc(-50% - 14px)) rotate(-4.5deg); }
}

@keyframes fp-art-right {
  0%, 100% { transform: translateY(-50%) rotate(6deg); }
  50%      { transform: translateY(calc(-50% + 14px)) rotate(4.5deg); }
}

@keyframes fp-sheen {
  from { transform: translateX(-130%) skewX(-18deg); }
  to   { transform: translateX(320%) skewX(-18deg); }
}

/* ---------- Hero atmosphere ---------- */

.hero::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -120px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(51, 92, 255, 0.14), transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.hero > .wrap { position: relative; z-index: 1; }

@media (prefers-reduced-motion: no-preference) {
  .hero::before { animation: fp-float 22s var(--fp-ease-in-out) infinite; }

  /* Above the fold: time-based, staggered */
  .hero .pill,
  .hero h1,
  .hero__sub,
  .hero__cta,
  .cta-micro,
  .hero__note,
  .proof,
  .hero .case {
    animation: fp-rise 700ms var(--fp-ease-out) both;
  }
  .hero .pill    { animation-delay: 40ms; }
  .hero h1       { animation-delay: 110ms; }
  .hero__sub     { animation-delay: 190ms; }
  .hero__cta     { animation-delay: 270ms; }
  .cta-micro     { animation-delay: 330ms; }
  .hero__note    { animation-delay: 380ms; }
  .proof         { animation-delay: 440ms; }
  .hero .case    { animation: fp-rise-soft 900ms var(--fp-ease-out) 220ms both; }

  .steps li.is-active .mark { animation: fp-pulse-ring 2.6s var(--fp-ease-in-out) infinite; }

  .region img { animation: fp-drift 26s var(--fp-ease-in-out) infinite alternate; }

  .final__art img:first-child { animation: fp-art-left 20s var(--fp-ease-in-out) infinite; }
  .final__art img:last-child  { animation: fp-art-right 24s var(--fp-ease-in-out) infinite; }
}

/* ---------- Scroll-driven reveal (progressive enhancement) ---------- */

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .section-head,
    .trust__grid > div,
    .problem,
    .stage,
    .leadbar > div,
    .split > div,
    .included > div,
    .onboard > div,
    .trial,
    .plan,
    .pricing-note,
    .faq-aside,
    .faq details,
    .region,
    .final h2,
    .final p,
    .final .btn-row,
    .final__contact {
      animation-name: fp-rise;
      animation-duration: auto;
      animation-timing-function: linear;
      animation-fill-mode: both;
      animation-timeline: view();
      animation-range: entry 0% cover 14%;
    }

    /* Light stagger across grid rows */
    .trust__grid > div:nth-child(2),
    .problem:nth-child(2),
    .stage:nth-child(2),
    .leadbar > div:nth-child(2),
    .onboard > div:nth-child(2),
    .plan:nth-child(2) { animation-range: entry 0% cover 18%; }

    .trust__grid > div:nth-child(3),
    .problem:nth-child(3),
    .stage:nth-child(3),
    .leadbar > div:nth-child(3),
    .onboard > div:nth-child(3),
    .plan:nth-child(3) { animation-range: entry 0% cover 22%; }

    .leadbar > div:nth-child(4) { animation-range: entry 0% cover 26%; }

    .region { animation-name: fp-rise-soft; }
  }
}

/* ---------- Scroll progress bar ---------- */

@supports (animation-timeline: scroll()) {
  @media (prefers-reduced-motion: no-preference) {
    body::before {
      content: "";
      position: fixed;
      top: 0; left: 0;
      width: 100%;
      height: 3px;
      z-index: 60;
      transform-origin: 0 50%;
      background: linear-gradient(90deg, var(--fp-blue-400), var(--fp-blue-600));
      animation: fp-progress linear;
      animation-timeline: scroll(root block);
    }
    @keyframes fp-progress {
      from { transform: scaleX(0); }
      to   { transform: scaleX(1); }
    }
  }
}

/* ---------- Interaction polish ---------- */

.nav a {
  position: relative;
  padding-bottom: 3px;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  height: 2px;
  width: 100%;
  background: var(--fp-blue-500);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform var(--fp-duration-normal) var(--fp-ease-out);
}
.nav a:hover::after { transform: scaleX(1); }

.btn--primary { position: relative; overflow: hidden; }
.btn--primary > * { position: relative; z-index: 1; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .btn--primary::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
    transform: translateX(-130%) skewX(-18deg);
  }
  .btn--primary:hover::after { animation: fp-sheen 700ms var(--fp-ease-out); }
}

.trust__grid > div,
.problem,
.included > div,
.leadbar > div,
.plan {
  transition:
    transform var(--fp-duration-normal) var(--fp-ease-out),
    box-shadow var(--fp-duration-normal) var(--fp-ease-out),
    border-color var(--fp-duration-normal) var(--fp-ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .problem:hover,
  .plan:hover {
    transform: translateY(-4px);
    box-shadow: var(--fp-shadow-md);
    border-color: var(--fp-blue-200);
  }
  .trust__grid > div:hover,
  .included > div:hover,
  .leadbar > div:hover { background: var(--fp-blue-50); }
  .plan--featured:hover { box-shadow: var(--fp-shadow-xl); }
}

.proof span {
  transition:
    border-color var(--fp-duration-fast) var(--fp-ease-out),
    color var(--fp-duration-fast) var(--fp-ease-out);
}
.proof span:hover { border-color: var(--fp-blue-300); color: var(--fp-blue-700); }

.doc { transition: border-color var(--fp-duration-fast) var(--fp-ease-out); }
.doc:hover { border-color: var(--fp-blue-200); }

.footer__links a {
  transition: color var(--fp-duration-fast) var(--fp-ease-out);
}

/* ---------- Candid trust block ---------- */

.candid {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  background: var(--fp-bg-surface);
  border: 1px solid var(--fp-border-default);
  border-left: 3px solid var(--fp-blue-500);
  border-radius: var(--fp-radius-lg);
  padding: 30px 32px;
  margin-top: 40px;
}
@media (max-width: 760px) {
  .candid { grid-template-columns: 1fr; gap: 14px; padding: 24px 22px; }
}
.candid h3 { font-size: 19px; font-weight: 600; }
.candid p { font-size: 15px; color: var(--fp-text-secondary); margin-bottom: 12px; }
.candid p:last-child { margin-bottom: 0; }

/* Monthly equivalent under each annual price */
.plan__equiv {
  margin-top: 6px;
  font-family: var(--fp-font-data);
  font-size: 12.5px;
  color: var(--fp-text-tertiary);
}

/* ---------- Legal pages ---------- */

.legal {
  padding: 72px 0 96px;
  background: var(--fp-bg-surface);
}
.legal__inner { max-width: 760px; }

.legal__back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 500;
  color: var(--fp-text-secondary);
  margin-bottom: 28px;
}
.legal__back:hover { color: var(--fp-blue-500); }

.legal h1 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.legal__meta {
  margin-top: 16px;
  font-family: var(--fp-font-data);
  font-size: 13px;
  color: var(--fp-text-tertiary);
}
.legal__lead {
  margin-top: 24px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--fp-text-secondary);
}

.legal h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 52px 0 14px;
  padding-top: 28px;
  border-top: 1px solid var(--fp-border-subtle);
}
.legal h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 28px 0 10px;
}
.legal p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--fp-text-body);
  margin-bottom: 14px;
}
.legal ul { margin: 0 0 18px; padding-left: 22px; }
.legal li {
  font-size: 16px;
  line-height: 1.65;
  color: var(--fp-text-body);
  margin-bottom: 9px;
}
.legal strong { color: var(--fp-text-primary); font-weight: 600; }

.legal__note {
  background: var(--fp-blue-50);
  border: 1px solid var(--fp-blue-100);
  border-radius: var(--fp-radius-md);
  padding: 18px 20px;
  margin: 24px 0;
}
.legal__note p { margin: 0; font-size: 15px; color: var(--fp-blue-800); }

.legal__table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 22px;
  font-size: 14.5px;
}
.legal__table th,
.legal__table td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--fp-border-subtle);
  vertical-align: top;
}
.legal__table th {
  font-family: var(--fp-font-data);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--fp-text-tertiary);
  border-bottom-color: var(--fp-border-default);
}
.legal__table td { color: var(--fp-text-body); }
.legal__table td:first-child { font-weight: 600; color: var(--fp-text-primary); white-space: nowrap; }
.legal__scroll { overflow-x: auto; }

@media (max-width: 640px) {
  .legal { padding: 48px 0 68px; }
  .legal h1 { font-size: 30px; }
  .legal h2 { font-size: 20px; margin-top: 40px; }
}

/* ---------- Consent banner ---------- */
/* Injected by analytics.js, and only when a PostHog key was delivered and no
   choice has been recorded. Decline and Accept are the same size on purpose. */

.consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: var(--fp-bg-surface);
  border-top: 1px solid var(--fp-border-default);
  box-shadow: 0 -8px 32px rgba(14, 29, 92, 0.10);
}

.consent__inner {
  width: 100%;
  max-width: var(--fp-container);
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.consent__text {
  font-size: 14px;
  line-height: 1.55;
  color: var(--fp-text-secondary);
  margin: 0;
  max-width: 760px;
}
.consent__text b { color: var(--fp-text-primary); font-weight: 600; }

.consent__actions {
  display: flex;
  gap: 10px;
  margin-left: auto;
  flex: none;
}
.consent__actions .btn { min-width: 108px; }

@media (max-width: 720px) {
  .consent__inner { flex-direction: column; align-items: stretch; gap: 14px; padding: 16px 20px; }
  .consent__actions { margin-left: 0; }
  .consent__actions .btn { flex: 1; }
}

@media (prefers-reduced-motion: no-preference) {
  .consent { animation: fp-consent-in 320ms var(--fp-ease-out) both; }
}
@keyframes fp-consent-in {
  from { opacity: 0; transform: translateY(100%); }
  to   { opacity: 1; transform: none; }
}

/* Footer control to change the choice later, appended by analytics.js */
.footer__consent {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--fp-font-ui);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: color var(--fp-duration-fast) var(--fp-ease-out);
}
.footer__consent:hover { color: #fff; }
.footer__consent svg { width: 16px; height: 16px; flex: none; }

.consent__text a {
  color: var(--fp-blue-600);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.consent__text a:hover { color: var(--fp-blue-500); }

/* ---------- Phone ---------- */

@media (max-width: 560px) {
  .section { padding: 68px 0; }
  .section--tight { padding: 52px 0; }
  .section-head { margin-bottom: 32px; }
  .section-head h2 { font-size: 30px; }
  .section-head p { font-size: 16px; }

  /* Full-width, stacked CTAs: bigger tap targets, no ragged edge */
  .btn-row { flex-direction: column; align-items: stretch; }
  .btn-row .btn { width: 100%; }
  .trial .btn { width: 100%; }

  /* Keep the header CTA clear of the wordmark on small handsets */
  .header .btn { padding: 10px 16px; font-size: 13px; }
  .header__inner { gap: 12px; }

  .hero { padding: 44px 0 56px; }
  .hero h1 { font-size: 34px; }
  .split h2, .faq-aside h2, .region h2 { font-size: 28px; }
  .final { padding: 72px 0; }
  .final h2 { font-size: 28px; }
}

/* ---------- Motion preference ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  /* Killing the animation outright is enough: no element has a static
     hidden state, so removing the animation (and its fill) leaves every
     element at its normal, visible values. Do not force transform or
     opacity here — the tick and chevron glyphs are rotated borders. */
  *, *::before, *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}
