:root {
  --ink: #0a0a0a;
  --paper: #f5f3ed;
  --white: #ffffff;
  --blue: #2f5cff;
  --blue-dark: #1d3db7;
  --acid: #dfff00;
  --muted: #686865;
  --line: rgba(10, 10, 10, 0.16);
  --page: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--white); padding: 10px 14px; }
.skip-link:focus { left: 8px; }

.site-header {
  width: var(--page);
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.wordmark { display: inline-flex; align-items: center; gap: 11px; font: 800 16px/1 "Manrope", sans-serif; letter-spacing: -0.02em; }
.wordmark-mark { display: grid; place-items: center; width: 34px; height: 34px; background: var(--blue); color: var(--white); border-radius: 3px; font: 800 19px/1 "Manrope", sans-serif; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-weight: 600; font-size: 14px; }
.desktop-nav a:hover { color: var(--blue); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 22px; border: 0; border-radius: 3px; padding: 17px 22px; font: 700 15px/1 "Manrope", sans-serif; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }
.button-small { padding: 13px 17px; font-size: 13px; }
.button-dark { background: var(--ink); color: var(--white); }
.button-primary { background: var(--blue); color: var(--white); }
.button-primary:hover { background: var(--blue-dark); }

.hero { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(48px, 7vw, 100px); align-items: center; padding: 88px 0 104px; }
.eyebrow, .section-kicker { font: 700 12px/1.2 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(47,92,255,.13); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -.045em; }
.hero h1 { margin: 26px 0 28px; font-size: clamp(3.15rem, 6.2vw, 6.2rem); line-height: .98; font-weight: 800; }
h1 em, .closing em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 650px; margin-bottom: 34px; color: #393938; font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.text-link { font-weight: 700; font-size: 14px; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }

.operating-card { background: var(--ink); color: var(--white); border-radius: 4px; box-shadow: 22px 22px 0 var(--blue); padding: 25px; transform: rotate(1deg); }
.card-topline { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.18); font: 700 11px/1 "Manrope", sans-serif; letter-spacing: .14em; }
.live-pill { display: flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.24); padding: 7px 9px; border-radius: 999px; }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); }
.responsibility { display: grid; grid-template-columns: 46px 1fr; gap: 15px; padding: 28px 0; }
.responsibility .number { color: rgba(255,255,255,.42); font: 700 12px/1.4 "Manrope", sans-serif; }
.responsibility .role { margin-bottom: 7px; color: var(--acid); font: 700 11px/1 "Manrope", sans-serif; letter-spacing: .14em; }
.responsibility h2 { margin-bottom: 8px; font-size: 27px; }
.responsibility p:last-child { margin: 0; color: rgba(255,255,255,.67); font-size: 14px; }
.handoff { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; color: rgba(255,255,255,.42); font: 700 9px/1 "Manrope", sans-serif; letter-spacing: .15em; }
.handoff span { height: 1px; background: rgba(255,255,255,.16); }
.margin-bar { display: flex; justify-content: space-between; gap: 20px; background: var(--blue); padding: 15px 17px; font: 700 10px/1.3 "Manrope", sans-serif; letter-spacing: .08em; }
.margin-bar strong { color: var(--acid); text-align: right; }

.proof-strip { background: var(--blue); color: var(--white); min-height: 138px; padding: 25px max(24px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); align-items: center; gap: 26px; }
.proof-strip > p { margin: 0; color: var(--acid); font: 700 11px/1.4 "Manrope", sans-serif; letter-spacing: .13em; }
.proof-strip > div { display: flex; align-items: center; gap: 13px; border-left: 1px solid rgba(255,255,255,.28); padding-left: 25px; }
.proof-strip strong { font: 800 38px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.proof-strip span { color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.25; }

.section { padding: 116px max(24px, calc((100vw - 1180px)/2)); }
.section-kicker { color: var(--blue); margin-bottom: 28px; }
.section-kicker.light { color: var(--acid); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.section-heading h2, .services-heading h2, .difference h2, .partner h2, .faq h2 { margin-bottom: 0; font-size: clamp(2.65rem, 5vw, 5.1rem); line-height: 1.02; font-weight: 800; }
.section-heading > p { max-width: 480px; margin: 0 0 5px; color: var(--muted); font-size: 18px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 74px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps-grid article { padding: 32px 36px 38px 0; }
.steps-grid article + article { border-left: 1px solid var(--line); padding-left: 36px; }
.step-number { display: block; margin-bottom: 54px; color: var(--blue); font: 700 12px/1 "Manrope", sans-serif; }
.steps-grid h3 { margin-bottom: 10px; font-size: 22px; }
.steps-grid p { margin-bottom: 0; color: var(--muted); font-size: 15px; }

.services { background: var(--ink); color: var(--white); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 140px); }
.services-heading { position: sticky; top: 50px; align-self: start; }
.services-heading > p:last-child { max-width: 500px; margin: 28px 0 0; color: rgba(255,255,255,.62); font-size: 17px; }
.service-list article { display: grid; grid-template-columns: 54px 1fr; gap: 22px; border-top: 1px solid rgba(255,255,255,.2); padding: 30px 0; }
.service-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.service-list > article > span { color: var(--acid); font: 700 11px/1.4 "Manrope", sans-serif; }
.service-list h3 { margin-bottom: 8px; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.service-list p { max-width: 520px; margin: 0; color: rgba(255,255,255,.62); }

.difference { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 140px); }
.difference-copy { padding-top: 42px; }
.lead-quote { margin-bottom: 42px; font: 600 clamp(1.35rem, 2.4vw, 2rem)/1.45 "Manrope", sans-serif; letter-spacing: -.025em; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.comparison-grid > div { display: flex; align-items: center; gap: 12px; background: var(--paper); padding: 16px; }
.comparison-grid span { display: grid; place-items: center; flex: 0 0 26px; width: 26px; height: 26px; background: var(--ink); color: var(--white); border-radius: 50%; font-weight: 700; }
.comparison-grid div:nth-child(n+4) span { background: var(--blue); }
.comparison-grid p { margin: 0; font-size: 14px; font-weight: 600; }

.partner { background: var(--blue); color: var(--white); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); align-items: center; }
.partner-copy > p:not(.section-kicker):not(.capacity-note) { max-width: 500px; margin: 26px 0 20px; color: rgba(255,255,255,.74); font-size: 18px; }
.capacity-note { max-width: 500px; border-left: 3px solid var(--acid); padding-left: 16px; color: var(--white); font-weight: 600; }
.price-card { background: var(--white); color: var(--ink); border-radius: 4px; padding: clamp(25px, 4vw, 42px); box-shadow: 18px 18px 0 rgba(10,10,10,.22); }
.price-card-head { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid var(--line); font: 700 11px/1.3 "Manrope", sans-serif; letter-spacing: .1em; }
.price-card-head span { color: var(--blue); }
.price-row { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding: 26px 0; }
.price-row > div { display: flex; align-items: baseline; }
.price-row .currency { font: 700 24px/1 "Manrope", sans-serif; }
.price-row strong { font: 800 clamp(4rem, 7vw, 6rem)/.9 "Manrope", sans-serif; letter-spacing: -.07em; }
.price-row > div > span:last-child { margin-left: 8px; color: var(--muted); font-size: 14px; }
.price-row p { margin: 0; color: var(--muted); text-align: right; font-size: 13px; }
.price-row b { color: var(--ink); }
.price-card ul { margin: 0 0 28px; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { display: flex; gap: 12px; margin: 13px 0; font-size: 15px; }
.price-card li span { color: var(--blue); font-weight: 800; }
.checkout-button { width: 100%; }
.checkout-button[disabled] { cursor: wait; opacity: .7; }
.checkout-status { min-height: 20px; margin: 10px 0 0; color: #a22b2b; font-size: 13px; text-align: center; }
.checkout-status.success { color: #18623a; font-weight: 700; }
.fine-print { margin: 6px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 140px); }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font: 700 17px/1.4 "Manrope", sans-serif; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--blue); font-size: 24px; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 650px; padding: 0 40px 24px 0; margin: 0; color: var(--muted); }

.closing { background: var(--acid); padding: 100px max(24px, calc((100vw - 1180px)/2)); text-align: center; }
.closing > p { font: 700 11px/1.2 "Manrope", sans-serif; letter-spacing: .15em; }
.closing h2 { margin: 22px 0 36px; font: 800 clamp(2.8rem, 6vw, 6.1rem)/1 "Manrope", sans-serif; letter-spacing: -.055em; }

footer { background: var(--ink); color: var(--white); padding: 48px max(24px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: 1fr 1fr; gap: 35px; align-items: end; }
footer > p { margin: 0; color: rgba(255,255,255,.56); text-align: right; }
.footer-logo { display: block; width: min(280px, 75vw); }
.footer-logo img { display: block; width: 100%; height: auto; }
footer > div { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.17); display: flex; justify-content: space-between; color: rgba(255,255,255,.52); font-size: 13px; }
footer a:hover { color: var(--acid); }

@media (max-width: 900px) {
  :root { --page: calc(100vw - 34px); }
  .desktop-nav { display: none; }
  .hero, .section-heading, .services, .difference, .partner, .faq { grid-template-columns: 1fr; }
  .hero { padding: 65px 0 82px; }
  .hero h1 { font-size: clamp(3.05rem, 12vw, 5.8rem); }
  .operating-card { max-width: 620px; margin-right: 16px; }
  .proof-strip { grid-template-columns: repeat(3, 1fr); padding: 30px 22px; }
  .proof-strip > p { grid-column: 1 / -1; }
  .section { padding-top: 85px; padding-bottom: 85px; }
  .section-heading { gap: 30px; }
  .services-heading { position: static; }
  .steps-grid { margin-top: 54px; }
  .difference-copy { padding-top: 0; }
}

@media (max-width: 620px) {
  .site-header { min-height: 72px; }
  .site-header > .button { display: none; }
  .wordmark { font-size: 15px; }
  .hero { gap: 54px; padding-top: 52px; }
  .hero h1 { margin-top: 22px; font-size: clamp(2.85rem, 15vw, 4.3rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .operating-card { padding: 19px; box-shadow: 11px 11px 0 var(--blue); }
  .responsibility { grid-template-columns: 34px 1fr; padding: 23px 0; }
  .responsibility h2 { font-size: 22px; }
  .margin-bar { flex-direction: column; gap: 5px; }
  .margin-bar strong { text-align: left; }
  .proof-strip { grid-template-columns: 1fr; gap: 20px; }
  .proof-strip > p { grid-column: auto; }
  .proof-strip > div { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.25); padding-top: 17px; }
  .section { padding-top: 72px; padding-bottom: 72px; }
  .section-heading h2, .services-heading h2, .difference h2, .partner h2, .faq h2 { font-size: 2.65rem; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { padding: 28px 0; }
  .steps-grid article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .step-number { margin-bottom: 28px; }
  .comparison-grid { grid-template-columns: 1fr; }
  .price-card { box-shadow: 9px 9px 0 rgba(10,10,10,.22); }
  .price-card-head, .price-row { align-items: flex-start; flex-direction: column; }
  .price-row p { text-align: left; }
  .faq { gap: 45px; }
  footer { grid-template-columns: 1fr; }
  footer > p { text-align: left; }
  footer > div { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
