@font-face {
  font-family: "Archivo";
  src: url("/fonts/archivo-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --green: #16a34a;
  --green-bright: var(--green);
  --focus-ring: var(--accent);
  --focus-on-green: #07170c;
  --proof-accent: var(--green);
  --red: #e23a35;
  --bg: #17141b;
  --surface: #211c25;
  --surface-2: #2b2430;
  --surface-3: #342b39;
  --text: #f7f1e8;
  --muted: #c7bbc9;
  --faint: #988c9d;
  --line: rgba(233, 219, 235, .17);
  --line-strong: rgba(233, 219, 235, .3);
  --accent: #a881c7;
  --accent-strong: #775095;
  --accent-ink: #171019;
  --header: rgba(25, 21, 29, .9);
  --hero-wash: linear-gradient(90deg, rgba(23, 20, 27, .99) 0%, rgba(23, 20, 27, .94) 31%, rgba(23, 20, 27, .54) 48%, rgba(23, 20, 27, .08) 76%);
  --hero-filter: brightness(.56) saturate(.78) contrast(1.08);
  --shadow: 0 24px 62px rgba(0, 0, 0, .3);
  --content: min(1240px, calc(100vw - 48px));
  --header-height: 72px;
  --radius: 16px;
}

:root[data-variant="cobalt"] {
  --bg: #0d284d;
  --surface: #143866;
  --surface-2: #1a4475;
  --surface-3: #225284;
  --text: #f3f6f9;
  --muted: #b7c7da;
  --faint: #7f96b2;
  --line: rgba(184, 213, 247, .18);
  --line-strong: rgba(184, 213, 247, .34);
  --accent: #4b85f0;
  --accent-strong: #2f65c8;
  --accent-ink: #07152b;
  --hero-field: #c9c9dc;
  --header: rgba(13, 40, 77, .9);
  --hero-wash: linear-gradient(90deg, rgba(13, 40, 77, 1) 0%, rgba(13, 40, 77, .98) 36%, rgba(13, 40, 77, .86) 47%, rgba(13, 40, 77, .34) 62%, rgba(13, 40, 77, 0) 76%);
  --hero-filter: none;
  --shadow: 0 24px 64px rgba(1, 8, 22, .38);
}

:root[data-variant="ink"] {
  --bg: #15131a;
  --surface: #201d25;
  --surface-2: #29252f;
  --surface-3: #332e3a;
  --text: #f7f1e8;
  --muted: #c8bdc9;
  --faint: #958a98;
  --line: rgba(235, 224, 234, .17);
  --line-strong: rgba(235, 224, 234, .31);
  --accent: #957dd4;
  --accent-strong: #6951a9;
  --accent-ink: #130f19;
  --header: rgba(21, 19, 26, .9);
  --hero-wash: linear-gradient(90deg, rgba(21, 19, 26, .99) 0%, rgba(21, 19, 26, .94) 31%, rgba(21, 19, 26, .56) 49%, rgba(21, 19, 26, .09) 76%);
  --hero-filter: brightness(.58) saturate(.74) contrast(1.1);
}

:root[data-theme="light"] {
  color-scheme: light;
  --bg: #f1ebdf;
  --surface: #fbf6ed;
  --surface-2: #e6ddcf;
  --surface-3: #ddd0c2;
  --text: #221c25;
  --muted: #645b67;
  --faint: #847985;
  --line: rgba(63, 49, 66, .18);
  --line-strong: rgba(63, 49, 66, .32);
  --accent: #76529a;
  --accent-strong: #5f3d82;
  --accent-ink: #fffaf0;
  --focus-ring: var(--accent);
  --proof-accent: var(--green);
  --header: rgba(241, 235, 223, .92);
  --hero-wash: linear-gradient(90deg, rgba(241, 235, 223, .99) 0%, rgba(241, 235, 223, .95) 31%, rgba(241, 235, 223, .48) 49%, rgba(241, 235, 223, .02) 75%);
  --hero-filter: saturate(.9) contrast(1.02);
  --shadow: 0 24px 58px rgba(65, 43, 30, .14);
}

:root[data-variant="cobalt"][data-theme="light"] {
  --bg: #f4ecdd;
  --surface: #fff9ef;
  --surface-2: #e3e7e7;
  --surface-3: #d5dde0;
  --text: #142137;
  --muted: #536172;
  --faint: #788594;
  --line: rgba(22, 52, 82, .18);
  --line-strong: rgba(22, 52, 82, .31);
  --accent: #2464ce;
  --accent-strong: #174da7;
  --accent-ink: #f8fbff;
  --hero-field: #efece3;
  --header: rgba(244, 236, 221, .92);
  --hero-wash: linear-gradient(90deg, rgba(244, 236, 221, 1) 0%, rgba(244, 236, 221, .99) 36%, rgba(244, 236, 221, .88) 47%, rgba(244, 236, 221, .38) 62%, rgba(244, 236, 221, 0) 76%);
  --hero-filter: none;
  --shadow: 0 24px 58px rgba(28, 53, 79, .15);
}

:root[data-variant="ink"][data-theme="light"] {
  --bg: #f4ecdd;
  --surface: #fff8eb;
  --surface-2: #e7dccd;
  --surface-3: #dcd0c2;
  --text: #251f28;
  --muted: #655c65;
  --faint: #857b84;
  --line: rgba(62, 49, 65, .18);
  --line-strong: rgba(62, 49, 65, .32);
  --accent: #7359ac;
  --accent-strong: #5a418f;
  --accent-ink: #fffaf0;
  --header: rgba(244, 236, 221, .92);
  --hero-wash: linear-gradient(90deg, rgba(244, 236, 221, 1) 0%, rgba(244, 236, 221, .96) 31%, rgba(244, 236, 221, .5) 49%, rgba(244, 236, 221, .02) 75%);
  --hero-filter: saturate(.85) contrast(1.02);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--bg);
  color: var(--text);
  font: 400 1rem/1.6 "Archivo", sans-serif;
  transition: background-color .34s ease, color .34s ease;
}

body,
button,
a { -webkit-font-smoothing: antialiased; }

body:has(.fp-homepage) > .container:has(.ad-slot--leaderboard) { display: none; }

::selection { background: var(--green); color: #07170c; }

::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--accent-strong); border: 3px solid var(--bg); border-radius: 10px; }

a { color: inherit; text-underline-offset: .24em; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 4px; }
.closing :focus-visible { outline-color: var(--focus-on-green); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { margin-bottom: 0; font-family: "Archivo", sans-serif; letter-spacing: -.035em; line-height: .98; text-wrap: balance; }
h1 { font-size: clamp(3.7rem, 5.4vw, 5.25rem); font-weight: 720; }
h2 { font-size: clamp(2.65rem, 5vw, 4.85rem); font-weight: 690; }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 680; line-height: 1.08; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 15px;
  transform: translateY(-170%);
  background: var(--green);
  color: #07170c;
  font-weight: 750;
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 14px;
  left: 50%;
  display: grid;
  grid-template-columns: max-content max-content max-content;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: max-content;
  max-width: calc(100vw - 24px);
  min-height: var(--header-height);
  height: var(--header-height);
  padding: 9px 10px 9px 18px;
  transform: translateX(-50%);
  background: var(--header);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 14px 42px rgba(0, 0, 0, .2);
  backdrop-filter: blur(18px);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  color: var(--text);
  font-size: 1.16rem;
  font-weight: 780;
  letter-spacing: -.03em;
  text-decoration: none;
}

.mailbox-logo { width: 40px; height: 40px; flex: none; }
.mailbox-logo__ground { fill: var(--green); }
.mailbox-logo__box { fill: #fff4df; stroke: #12301d; stroke-width: 1.4; stroke-linejoin: round; }
.mailbox-logo__seam, .mailbox-logo__post, .mailbox-logo__handle { fill: none; stroke: #12301d; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mailbox-logo__flagpole { fill: none; stroke: var(--red); stroke-width: 2.5; stroke-linecap: round; }
.mailbox-logo__flag { fill: var(--red); stroke: var(--red); stroke-width: 1.5; stroke-linejoin: round; }

.section-nav {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  justify-self: center;
  padding: 4px;
  background: var(--surface-2);
  border-radius: 999px;
}

.section-nav > a, .section-picker__button {
  position: relative;
  padding: 10px 12px;
  color: var(--muted);
  font-size: .8rem;
  font-weight: 690;
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
  transition: color .18s ease, background-color .18s ease, box-shadow .18s ease;
}
.section-nav > a:hover, .section-picker__button:hover { color: var(--text); }
.section-nav > a.is-active, .section-picker__button.is-active, .section-picker.is-open .section-picker__button { color: var(--text); background: var(--surface); box-shadow: 0 8px 18px rgba(0, 0, 0, .14); }
.section-nav > .section-nav__login,
.section-nav > .section-nav__start { display: none; }

.section-picker { position: relative; }
.section-picker__button { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; cursor: pointer; background: transparent; border: 0; font-family: inherit; }
.section-picker__button svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.section-picker.is-open .section-picker__button svg { transform: rotate(180deg); }
.section-picker__menu { position: absolute; top: calc(100% + 12px); left: 0; display: grid; min-width: 178px; padding: 7px; visibility: hidden; opacity: 0; transform: translateY(-6px); background: var(--surface); border: 1px solid var(--line-strong); border-radius: 14px; box-shadow: var(--shadow); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.section-picker.is-open .section-picker__menu { visibility: visible; opacity: 1; transform: none; }
.section-picker__menu a { padding: 10px 12px; color: var(--muted); border-radius: 9px; font-size: .82rem; font-weight: 680; text-decoration: none; }
.section-picker__menu a:hover, .section-picker__menu a.is-active { color: var(--text); background: var(--surface-2); }

.header-actions { position: relative; display: flex; justify-content: flex-end; align-items: center; gap: 8px; }

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 6px 9px;
  cursor: pointer;
  background: var(--surface-2);
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
}
.theme-toggle__icon { display: grid; place-items: center; width: 18px; height: 18px; color: var(--text); }
.theme-toggle__icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.theme-toggle__sun { display: none; }
:root[data-theme="light"] .theme-toggle__moon { display: none; }
:root[data-theme="light"] .theme-toggle__sun { display: block; }
.theme-toggle__label { min-width: 32px; color: var(--text); font-size: .73rem; font-weight: 730; text-align: left; }
.theme-toggle__track { position: relative; width: 31px; height: 18px; flex: none; background: color-mix(in srgb, var(--text) 14%, transparent); border: 1px solid var(--line-strong); border-radius: 999px; }
.theme-toggle__dot { position: absolute; top: 3px; left: 3px; width: 10px; height: 10px; background: var(--accent); border-radius: 50%; transition: transform .28s cubic-bezier(.2,.82,.2,1); }
:root[data-theme="light"] .theme-toggle__dot { transform: translateX(13px); }

.lang-picker { position: relative; }
.lang-picker__button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 7px 9px;
  cursor: pointer;
  background: var(--surface-2);
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 12px;
  font: 730 .73rem/1 "Archivo", sans-serif;
}
.lang-picker__button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.lang-picker__button .lang-picker__chevron { width: 11px; transition: transform .2s ease; }
.lang-picker.is-open .lang-picker__chevron { transform: rotate(180deg); }
.lang-picker__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  min-width: 172px;
  padding: 7px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-6px);
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  box-shadow: var(--shadow);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.lang-picker.is-open .lang-picker__menu { visibility: visible; opacity: 1; transform: none; }
.lang-picker__menu a { padding: 9px 11px; border-radius: 9px; color: var(--muted); font-size: .82rem; text-decoration: none; }
.lang-picker__menu a:hover, .lang-picker__menu a[aria-current="page"] { background: var(--surface-2); color: var(--text); }

.header-login { padding: 10px 14px; background: var(--surface-2); color: var(--text); border: 1px solid var(--line-strong); border-radius: 999px; font-size: .8rem; font-weight: 740; text-decoration: none; transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.header-login:hover { transform: translateY(-2px); background: var(--accent); color: var(--accent-ink); border-color: var(--accent); box-shadow: 0 10px 24px color-mix(in srgb, var(--accent) 24%, transparent); }
.menu-toggle { display: none; place-items: center; width: 42px; height: 42px; padding: 0; background: var(--surface-2); color: var(--text); border: 1px solid var(--line); border-radius: 12px; }
.menu-toggle svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 17px;
  background: var(--green);
  color: #07170c;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 760;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.header-cta .button__arrow { width: 26px; height: 26px; }
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(22, 163, 74, .24); }

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: max(780px, 100svh);
  padding: 142px max(24px, calc((100vw - 1240px) / 2)) 72px;
  overflow: hidden;
  background: var(--bg);
}

.hero__art { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(90deg, var(--bg) 0%, var(--bg) 38%, color-mix(in srgb,var(--bg) 48%,var(--hero-field)) 62%, var(--hero-field) 100%); }
.hero__wash { position: absolute; inset: 0; background: linear-gradient(90deg, var(--bg) 0%, color-mix(in srgb, var(--bg) 98%, transparent) 34%, color-mix(in srgb, var(--bg) 82%, transparent) 48%, color-mix(in srgb, var(--bg) 18%, transparent) 67%, transparent 82%); }
.hero__art img { position: absolute; right: max(-10px, calc((100vw - 1536px) / 2)); bottom: 0; width: min(72vw, 1120px); height: auto; max-height: calc(100% - 24px); object-fit: contain; object-position: right bottom; filter: none; transform: none; }
:root[data-theme="light"] .hero__wash { background: linear-gradient(90deg, var(--bg) 0%, color-mix(in srgb, var(--bg) 97%, transparent) 34%, color-mix(in srgb, var(--bg) 72%, transparent) 48%, color-mix(in srgb, var(--bg) 10%, transparent) 66%, transparent 82%); }

.hero__content { position: relative; z-index: 2; width: min(650px, 49vw); }
.hero h1 { max-width: 10ch; margin-bottom: 26px; }
.hero h1 span { display: block; }
.hero h1 span:nth-child(2) { color: var(--accent); white-space: nowrap; }
.hero__content > p { max-width: 54ch; margin-bottom: 29px; color: var(--muted); font-size: clamp(1rem, 1.25vw, 1.14rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 10px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 51px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 740;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--accent); color: var(--accent-ink); box-shadow: 0 13px 30px color-mix(in srgb, var(--accent) 27%, transparent); }
.button--secondary { color: var(--text); border: 1px solid var(--accent); }
.button--secondary:hover { background: var(--accent-strong); color: #fff; }
.button__arrow { display: grid; place-items: center; width: 27px; height: 27px; background: transparent; border: 1px solid currentColor; border-radius: 50%; transition: transform .2s ease; }
.button__arrow svg, .circle-link svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button:hover .button__arrow { transform: translate(2px, -2px); }

.hero__trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 26px; color: var(--muted); font-size: .78rem; font-weight: 650; }
.hero__trust span { position: relative; }
.hero__trust span:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -13px; width: 4px; height: 4px; transform: translateY(-50%); background: var(--green); border-radius: 50%; }

.section { width: var(--content); margin: 0 auto; padding: 126px 0; }
.section-heading { max-width: 780px; margin-bottom: 72px; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading p { max-width: 68ch; margin-bottom: 0; color: var(--muted); font-size: 1.06rem; }
.coverage__intro p { max-width: 73ch; margin-bottom: 0; color: var(--muted); font-size: 1.06rem; }

.method { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(54px, 8vw, 120px); }
.method .section-heading { margin-bottom: 0; }
.method-path { position: relative; display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.method-path::before { content: ""; position: absolute; top: 36px; bottom: 36px; left: 27px; width: 1px; background: var(--line-strong); }
.method-path li { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 24px; min-height: 180px; padding: 20px 0 34px; border-bottom: 1px solid var(--line); }
.method-path li:last-child { border-bottom: 0; }
.method-path__number { position: relative; z-index: 1; display: grid; place-items: center; width: 56px; height: 56px; background: color-mix(in srgb, var(--green) 10%, var(--surface)); color: var(--green); border: 1px solid var(--green); border-radius: 50%; font-weight: 820; box-shadow: 0 10px 24px rgba(0,0,0,.14); }
.method-path h3 { margin: 4px 0 12px; }
.method-path p { max-width: 58ch; margin-bottom: 0; color: var(--muted); }

.coverage { display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(48px, 6vw, 92px); width: 100%; padding-right: max(24px, calc((100vw - 1320px) / 2)); padding-left: max(24px, calc((100vw - 1320px) / 2)); background: var(--surface); }
.coverage__intro h2 { margin-bottom: 24px; }
.proof-ledger { margin: 0; border-top: 1px solid var(--line-strong); }
.proof-ledger > div { display: grid; grid-template-columns: minmax(330px, .95fr) minmax(220px, 1.05fr); align-items: center; gap: 34px; padding: 25px 0; border-bottom: 1px solid var(--line-strong); }
.proof-ledger dt { display: flex; align-items: center; min-width: 0; color: var(--text); font-size: clamp(2.3rem, 4.2vw, 4.2rem); font-weight: 720; letter-spacing: -.04em; line-height: 1; font-variant-numeric: tabular-nums; white-space: nowrap; }
.proof-ledger dt span { display: inline-flex; align-items: center; align-self: center; color: var(--proof-accent); font-size: max(.38em, 1.17rem); font-weight: 780; letter-spacing: -.01em; line-height: 1; }
.proof-ledger dt .proof-suffix--mark { margin-left: .1em; font-size: max(.54em, 1.45rem); font-weight: 850; }
.proof-ledger dt .proof-suffix--word { margin-left: .22em; }
.proof-ledger dd { margin: 0; color: var(--muted); }

.features { display: grid; grid-template-columns: .74fr 1.26fr; gap: clamp(58px, 9vw, 135px); }
.features__heading { position: sticky; top: 118px; align-self: start; }
.features__heading h2 { margin-bottom: 34px; }
.circle-link { display: inline-flex; align-items: center; gap: 10px; color: var(--accent); font-weight: 740; text-decoration: none; }
.circle-link span { display: grid; place-items: center; width: 38px; height: 38px; background: var(--accent); color: var(--accent-ink); border-radius: 50%; transition: transform .2s ease; }
.circle-link:hover span { transform: translate(2px, -2px); }
.feature-ledger { border-top: 1px solid var(--line-strong); }
.feature-ledger article { display: grid; grid-template-columns: 58px .72fr 1.28fr; align-items: center; gap: 26px; padding: 25px 0; border-bottom: 1px solid var(--line-strong); }
.feature-ledger h3 { margin: 0; font-size: 1.2rem; line-height: 1.22; }
.feature-ledger p { margin: 0; color: var(--muted); }
.feature-visual { display: grid; place-items: center; width: 54px; height: 54px; color: #eef5ff; background: var(--accent-strong); border-radius: 14px; box-shadow: 0 10px 24px color-mix(in srgb, var(--accent) 22%, transparent); }
:root[data-theme="light"] .feature-visual { color: #fff; background: var(--accent); }
.feature-visual svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }

.industries { border-top: 1px solid var(--line-strong); }
.section-heading--industries { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; max-width: none; }
.industry-list { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line); }
.industry-list span { display: flex; align-items: center; min-height: 43px; padding: 8px 12px; color: var(--muted); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .78rem; font-weight: 590; line-height: 1.25; }
.industry-list span:nth-child(12n + 1), .industry-list span:nth-child(12n + 3), .industry-list span:nth-child(12n + 5), .industry-list span:nth-child(12n + 8), .industry-list span:nth-child(12n + 10), .industry-list span:nth-child(12n + 12) { background: color-mix(in srgb, var(--surface) 54%, transparent); }

.plans__heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; max-width: none; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 18px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 650px; padding: clamp(28px, 4vw, 48px); background: var(--surface); border-radius: var(--radius); box-shadow: var(--shadow); }
.price-card--pro { background: var(--surface-2); }
.price-card--pro::before { content: ""; position: absolute; inset: 0; padding: 4px; pointer-events: none; border-radius: inherit; background: linear-gradient(115deg, var(--accent) 0%, color-mix(in srgb, var(--accent) 64%, var(--green)) 58%, var(--green) 100%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.price-card__name { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.price-card__name span { color: var(--text); font-size: .76rem; font-weight: 750; }
.price-card__top h3 { margin-bottom: 22px; }
.price { margin: 0 0 11px; font-size: clamp(2.6rem, 4vw, 4rem); font-weight: 730; letter-spacing: -.04em; line-height: 1; }
.price s { color: var(--muted); font-size: .45em; font-weight: 560; }
.price small { font-size: .34em; letter-spacing: 0; }
.price-card__top > p:last-child { color: var(--muted); }
.price-card ul { display: grid; gap: 13px; margin: 26px 0 38px; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { position: relative; padding-left: 24px; color: var(--muted); }
.price-card li::before { content: ""; position: absolute; top: .55em; left: 2px; width: 8px; height: 5px; border-bottom: 2px solid var(--green-bright); border-left: 2px solid var(--green-bright); transform: rotate(-45deg); }
.price-card .button { align-self: flex-start; margin-top: auto; }
.pricing-note { margin: 25px 0 0; color: var(--muted); font-size: .86rem; }
.fp-homepage .fp-pricing-note { max-width: none; margin: 25px 0 0; text-align: left; }

.questions { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(55px, 9vw, 135px); }
.questions__heading { position: sticky; top: 118px; align-self: start; }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-list details { border-bottom: 1px solid var(--line-strong); }
.faq-list summary { position: relative; padding: 27px 56px 27px 0; cursor: pointer; list-style: none; font-size: 1.15rem; font-weight: 680; line-height: 1.35; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; top: 50%; right: 8px; width: 20px; height: 2px; background: var(--accent); transition: transform .24s cubic-bezier(.2,.8,.2,1); }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-list details p { max-width: 70ch; margin: 0; padding: 0 56px 28px 0; color: var(--muted); }

.closing { display: flex; justify-content: space-between; align-items: center; gap: 55px; width: min(1320px, calc(100vw - 28px)); margin: 44px auto; padding: clamp(42px, 6vw, 78px); background: var(--green); color: #07170c; border-radius: var(--radius); box-shadow: 0 24px 62px rgba(22, 163, 74, .24); }
.closing h2 { max-width: 13ch; margin-bottom: 14px; font-size: clamp(2.8rem, 5vw, 5rem); }
.closing p { margin: 0; font-weight: 620; }
.closing__button { flex: none; background: #0d2014; color: #f5f0e8; }

.site-footer { display: grid; grid-template-columns: minmax(280px, 1.7fr) repeat(3, minmax(120px, .55fr)); gap: 38px; width: var(--content); margin: 0 auto; padding: 62px 0 72px; color: var(--muted); }
.footer-brand p { max-width: 35ch; margin: 19px 0 0; font-size: .88rem; }
.site-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.site-footer nav strong { margin-bottom: 4px; color: var(--text); font-size: .83rem; }
.site-footer nav a { font-size: .84rem; text-decoration-thickness: 1px; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: flex-start; gap: 28px; margin-top: 18px; padding-top: 25px; border-top: 1px solid var(--line-strong); font-size: .78rem; }
.footer-bottom nav { display: flex; flex-flow: row wrap; justify-content: flex-end; gap: 8px 20px; }
.footer-bottom nav a { font-size: .78rem; }
.footer-legal { grid-column: 1 / -1; max-width: 100ch; margin: -18px 0 0; color: var(--faint); font-size: .72rem; line-height: 1.55; }

@media (max-width: 1280px) {
  .site-header { grid-template-columns: 1fr auto; }
  .section-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(430px, calc(100vw - 24px));
    padding: 8px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-7px);
    background: var(--surface);
    border: 1px solid var(--line-strong);
    border-radius: 16px;
    box-shadow: var(--shadow);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }
  .section-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .section-nav > a { padding: 12px 14px; border-radius: 10px; text-align: left; }
  .section-nav > a:hover, .section-nav > a.is-active { background: var(--surface-2); box-shadow: none; }
  .section-nav > .section-nav__login {
    display: flex;
    grid-column: 1 / -1;
    justify-content: center;
    margin-top: 3px;
    background: var(--accent);
    color: var(--accent-ink);
    border: 1px solid var(--accent);
    text-align: center;
  }
  .section-nav > .section-nav__start {
    display: flex;
    grid-column: 1 / -1;
    justify-content: center;
    background: var(--green);
    color: #07170c;
    border: 1px solid var(--green);
    text-align: center;
  }
  .section-nav > .section-nav__login:hover { background: var(--accent-strong); color: var(--accent-ink); }
  .section-picker { grid-column: 1 / -1; }
  .section-picker__button { width: 100%; justify-content: space-between; padding: 12px 14px; border-radius: 10px; text-align: left; }
  .section-picker__button.is-active, .section-picker.is-open .section-picker__button { background: var(--surface-2); box-shadow: none; }
  .section-picker__menu { position: static; display: none; grid-template-columns: repeat(2, minmax(0, 1fr)); min-width: 0; margin-top: 6px; padding: 5px; visibility: visible; opacity: 1; transform: none; background: color-mix(in srgb, var(--surface-2) 66%, transparent); border: 0; box-shadow: none; }
  .section-picker.is-open .section-picker__menu { display: grid; }
  .header-login, .header-cta { display: none; }
  .menu-toggle { display: grid; }
  .hero { min-height: 900px; padding-top: 142px; }
  .hero__content { width: min(600px, 57vw); }
  .method, .coverage, .features, .questions { grid-template-columns: 1fr; }
  .method .section-heading, .section-heading { margin-bottom: 46px; }
  .coverage { gap: 58px; }
  .features__heading, .questions__heading { position: static; }
  .features__heading h2 { max-width: 12ch; }
  .industry-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .site-footer { grid-template-columns: 1.5fr repeat(3, 1fr); }
}

@media (max-width: 760px) {
  :root { --content: calc(100vw - 32px); }
  html { scroll-padding-top: 92px; }
  h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  h2 { font-size: clamp(2.45rem, 11vw, 3.7rem); }
  .site-header { top: 8px; width: calc(100vw - 16px); min-height: 64px; height: 64px; padding-left: 11px; }
  .mailbox-logo { width: 36px; height: 36px; }
  .wordmark { gap: 8px; font-size: 1rem; }
  .hero { display: block; min-height: 1030px; padding: 118px 16px 40px; }
  .hero__content { width: 100%; }
  .hero h1 { max-width: 9.5ch; }
  .hero__content > p { max-width: 40ch; font-size: .95rem; }
  .hero__actions { display: grid; width: min(100%, 340px); }
  .hero__actions .button { width: 100%; }
  .hero__art { top: auto; right: 0; bottom: 0; left: 0; height: 49%; }
  .hero__art img { right: 50%; width: auto; height: 100%; max-height: 100%; object-position: center bottom; transform: translateX(50%); }
  .hero__wash { top: auto; right: 0; bottom: 0; width: auto; height: 55%; background: linear-gradient(180deg, var(--bg) 0%, color-mix(in srgb,var(--bg) 88%,transparent) 18%, transparent 58%); }
  :root[data-theme="light"] .hero__wash { background: linear-gradient(180deg, var(--bg) 0%, color-mix(in srgb,var(--bg) 86%,transparent) 20%, transparent 60%); }
  .hero__trust { gap: 8px 20px; }
  .section { padding-top: 96px; padding-bottom: 96px; }
  .method-path li { grid-template-columns: 46px 1fr; gap: 18px; min-height: 0; padding-bottom: 36px; }
  .method-path::before { left: 22px; }
  .method-path__number { width: 46px; height: 46px; }
  .coverage { width: 100%; gap: 48px; }
  .proof-ledger > div { grid-template-columns: minmax(250px, .8fr) 1.2fr; gap: 24px; }
  .feature-ledger article { grid-template-columns: 54px 1fr; gap: 10px 18px; }
  .feature-ledger article p { grid-column: 2; }
  .section-heading--industries, .plans__heading { grid-template-columns: 1fr; gap: 0; }
  .industry-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .industry-list span { min-height: 43px; padding: 8px 10px; font-size: .76rem; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .price-card .button { margin-top: 12px; }
  .questions { gap: 42px; }
  .closing { display: block; width: calc(100vw - 16px); margin-top: 8px; }
  .closing__button { margin-top: 28px; }
  .site-footer { grid-template-columns: repeat(2, 1fr); gap: 42px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
  .footer-bottom nav { justify-content: flex-start; }
  .footer-legal { margin-top: -16px; }
}

@media (max-width: 430px) {
  .site-header > .wordmark span { display: inline; }
  .site-header { padding-right: 8px; }
  .theme-toggle { gap: 5px; padding-right: 7px; padding-left: 7px; }
  .theme-toggle__label { min-width: 30px; }
  .lang-picker__button { padding-right: 7px; padding-left: 7px; }
  .lang-picker__button > svg:first-child { display: none; }
  .hero { min-height: 1030px; }
  .hero__art { height: 46%; }
  .proof-ledger > div { grid-template-columns: 1fr; gap: 7px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 340px) {
  .industry-list { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Shared sitewide convergence overrides */
@media (min-width: 1281px) {
  .site-header.fp-nav-unified {
    grid-template-columns: max-content 1fr max-content;
    gap: 16px;
    width: max-content;
    max-width: calc(100vw - 40px);
  }
  .site-header .section-nav { justify-self: center; }
}

.header-login:hover {
  background: var(--green);
  color: #07170c;
  border-color: var(--green);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--green) 25%, transparent);
}

.hero__art {
  background: linear-gradient(90deg, var(--bg) 0%, var(--bg) 35%, color-mix(in srgb, var(--bg) 58%, var(--hero-field)) 58%, var(--hero-field) 100%);
}
.hero__art::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, var(--bg) 0%, transparent 12%, transparent 88%, var(--bg) 100%);
}
.hero__wash { z-index: 2; }
:root[data-theme="light"] .hero__art::before {
  background: linear-gradient(180deg, var(--bg) 0%, transparent 10%, transparent 91%, var(--bg) 100%);
}

/* English home uses the same editorial step ledger as every sibling route. */
.method-path.fp-step-ledger::before { display: none; }

/* Production-shaped shared component corrections. */
.fp-homepage .hero__art img {
  inset: 0 0 auto auto;
  width: auto;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: right center;
  z-index: 1;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .08) 14%, #000 46%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .08) 14%, #000 46%, #000 100%);
}
.fp-homepage .hero {
  height: max(780px, 100svh);
  min-height: 780px;
  padding-top: 118px;
  padding-bottom: 40px;
  background: var(--bg);
}
.fp-homepage .hero__art {
  z-index: 0;
  isolation: isolate;
  background: var(--bg);
}
.fp-homepage .hero__art::after {
  display: none;
}
.fp-homepage .hero__art::before {
  z-index: 3;
  background: linear-gradient(90deg, var(--bg) 0%, var(--bg) 31%, color-mix(in srgb, var(--bg) 94%, transparent) 39%, color-mix(in srgb, var(--bg) 58%, transparent) 51%, color-mix(in srgb, var(--bg) 16%, transparent) 62%, transparent 69%);
}
:root[data-theme="light"] .fp-homepage .hero__art::before {
  background: linear-gradient(90deg, var(--bg) 0%, var(--bg) 31%, color-mix(in srgb, var(--bg) 94%, transparent) 39%, color-mix(in srgb, var(--bg) 58%, transparent) 51%, color-mix(in srgb, var(--bg) 16%, transparent) 62%, transparent 69%);
}
.fp-homepage .hero__wash { display: none; }
.fp-homepage .hero h1 em { color: var(--accent); font-style: italic; }
.fp-homepage .hero h1 br { display: block; }
html:not([lang="en"]) .fp-homepage .hero h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 4.5vw, 4.65rem);
  overflow-wrap: break-word;
  word-break: normal;
}
html[lang="fr"] .proof-ledger dt > span:first-child {
  margin-right: .18em;
  margin-left: 0;
}
.proof-ledger dt > span { margin-left: .18em; }
.proof-ledger dt > span:nth-child(-n+1) { align-self: center; }

/* The heading and steps share the full editorial width in every locale. */
.fp-homepage .method {
  grid-template-columns: minmax(0, 1fr);
  gap: 48px;
}
.fp-homepage .method .section-heading {
  width: 100%;
  max-width: none;
}
.fp-homepage .method .section-heading h2 {
  max-width: 100%;
  text-wrap: wrap;
}
.fp-homepage .method-path p { max-width: none; }

/* Remove the legacy decorative wash inherited from style.css. */
.fp-homepage .hero::before {
  content: none;
  display: none;
}

@media (max-width: 760px) {
  .fp-homepage .hero__art img {
    position: relative;
    display: block;
    inset: auto;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    transform: none;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .fp-homepage .hero {
    display: grid;
    grid-template-rows: auto auto;
    align-items: start;
    min-height: 0;
    height: auto;
    padding-bottom: 0;
  }
  .fp-homepage .hero__content { grid-row: 1; }
  .fp-homepage .hero__art {
    position: relative;
    inset: auto;
    grid-row: 2;
    width: min(620px, calc(100% - 32px));
    height: auto;
    margin: 30px auto 0;
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--line-strong);
    border-radius: 16px;
  }
  .fp-homepage .hero__art::before,
  :root[data-theme="light"] .fp-homepage .hero__art::before {
    display: none;
  }
  .fp-homepage .hero__actions { margin-inline: auto; }
  .fp-homepage .industries { border-top: 0; padding-top: 70px; }
  .fp-homepage .industry-list span:nth-child(odd),
  .fp-homepage .industry-list span:nth-child(even) { background: transparent; }
  .fp-homepage .industry-list span:nth-child(4n + 1),
  .fp-homepage .industry-list span:nth-child(4n + 2) { background: color-mix(in srgb, var(--surface) 54%, transparent); }
  html:not([lang="en"]) .fp-homepage .hero h1 { max-width: 11ch; font-size: clamp(2.55rem, 11.2vw, 3.7rem); }
}

@media (max-width: 430px) {
  .theme-toggle__label { display: none; }
  .theme-toggle__track { display: none; }
  .site-header { gap: 7px; }
  .header-actions { gap: 5px; }
  .hero__actions { justify-items: center; }
  .site-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-bottom nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: start; gap: 8px 16px; width: 100%; }
  .footer-bottom nav a { min-width: 0; overflow-wrap: anywhere; }
  .footer-legal { max-width: 100%; margin-top: 0; overflow-wrap: anywhere; }
}
