:root {
  --ink: #142c2c;
  --ink-soft: #315354;
  --teal: #116e69;
  --teal-deep: #0d4c4b;
  --mint: #d6eee5;
  --sage: #e7f0e9;
  --coral: #ef8768;
  --cream: #f7f7f2;
  --white: #ffffff;
  --line: rgba(20, 44, 44, .15);
  --shadow: 0 22px 55px rgba(20, 55, 53, .12);
  --display: Fraunces, Georgia, serif;
  --sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: "DM Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-shell { overflow: hidden; }
.section-pad { padding-left: clamp(1.25rem, 5vw, 6.5rem); padding-right: clamp(1.25rem, 5vw, 6.5rem); }

.site-header { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 clamp(1.25rem, 5vw, 6.5rem); position: sticky; top: 0; z-index: 20; background: rgba(247,247,242,.82); border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(247,247,242,.95); border-color: var(--line); box-shadow: 0 8px 24px rgba(14, 57, 57, .05); }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark { width: 32px; height: 32px; flex: 0 0 32px; display: block; border-radius: 10px; object-fit: cover; box-shadow: 0 4px 12px rgba(20, 55, 53, .14); }
.brand-name { font-size: .82rem; letter-spacing: .17em; text-transform: uppercase; font-weight: 700; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1rem, 2.6vw, 2.6rem); margin-left: auto; }
.desktop-nav a { font-size: .79rem; font-weight: 600; color: var(--ink-soft); transition: color .2s ease; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--teal); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 21px; border-radius: 999px; border: 1px solid transparent; font-size: .82rem; font-weight: 700; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 22px rgba(12, 77, 73, .14); }
.button span { font-size: 1rem; line-height: 0; }
.button-small { min-height: 40px; padding: 0 17px; font-size: .72rem; }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--teal-deep); }
.button-primary { color: var(--white); background: var(--teal); box-shadow: 0 8px 18px rgba(17,110,105,.2); }
.button-primary:hover { background: var(--teal-deep); }
.button-light { color: var(--teal-deep); background: var(--white); }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 680px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); gap: clamp(2rem, 5vw, 7rem); align-items: center; padding-top: clamp(4rem, 8vw, 8rem); padding-bottom: clamp(4rem, 8vw, 7rem); position: relative; }
.hero-copy { max-width: 650px; position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--teal); font-family: var(--mono); font-size: .66rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 4px rgba(239,135,104,.14); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.045em; }
h1 { max-width: 670px; margin: 23px 0 23px; font-size: clamp(3.35rem, 6.3vw, 6.7rem); line-height: .98; }
h1 em, h2 em { color: var(--teal); font-style: italic; }
.hero-lede { max-width: 540px; color: var(--ink-soft); font-size: clamp(1rem, 1.3vw, 1.16rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--teal); font-size: .8rem; font-weight: 700; border-bottom: 1px solid rgba(17,110,105,.33); padding-bottom: 4px; transition: gap .2s ease, color .2s ease; }
.text-link:hover { gap: 13px; color: var(--teal-deep); }
.hero-note { display: flex; align-items: center; color: #5b7170; margin-top: 22px; font-family: var(--mono); font-size: .62rem; letter-spacing: .02em; }
.lock-icon { display: inline-flex; align-items: center; justify-content: center; width: 19px; height: 19px; margin-right: 7px; border: 1px solid rgba(17,110,105,.35); border-radius: 50%; color: var(--teal); font-size: .8rem; }
.hero-visual { min-height: 550px; position: relative; isolation: isolate; }
.visual-grid { position: absolute; width: 250px; height: 280px; top: 30px; right: 1%; opacity: .53; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; z-index: -1; }
.visual-grid span { width: 3px; height: 3px; background: var(--teal); border-radius: 50%; opacity: .45; }
.hero-orbit { position: absolute; border: 1px solid rgba(17,110,105,.16); border-radius: 50%; transform: rotate(-18deg); pointer-events: none; }
.hero-orbit-one { width: 475px; height: 290px; top: 93px; left: 3%; }
.hero-orbit-two { width: 520px; height: 335px; top: 67px; left: 0; transform: rotate(34deg); border-color: rgba(239,135,104,.14); }
.phone-wrap { position: absolute; inset: 35px 0 0; display: flex; justify-content: center; align-items: flex-start; }
.phone-glow { position: absolute; width: 250px; height: 340px; top: 83px; border-radius: 50%; background: rgba(118, 204, 184, .22); filter: blur(43px); z-index: -1; }
.phone-frame { width: min(270px, 68%); padding: 9px; background: #142d2c; border-radius: 35px; box-shadow: 21px 27px 35px rgba(20,45,44,.22), 0 0 0 1px rgba(255,255,255,.5); transform: rotate(4.7deg); position: relative; }
.phone-frame::after { content: ""; position: absolute; inset: 9px; border-radius: 28px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); pointer-events: none; }
.phone-frame img { display: block; width: 100%; height: auto; border-radius: 27px; }
.phone-notch { width: 83px; height: 23px; position: absolute; top: 13px; left: 50%; z-index: 2; transform: translateX(-50%); background: #142d2c; border-radius: 0 0 14px 14px; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; min-width: 168px; padding: 12px 15px; color: var(--ink); background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.8); border-radius: 14px; box-shadow: 0 15px 32px rgba(34,74,71,.14); backdrop-filter: blur(10px); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .7rem; line-height: 1.25; }
.floating-card small { margin-top: 3px; color: var(--ink-soft); font-size: .61rem; }
.floating-card-top { top: 113px; left: -3%; transform: rotate(-4deg); }
.floating-card-bottom { right: -3%; bottom: 98px; transform: rotate(3deg); }
.floating-icon { display: inline-flex; width: 29px; height: 29px; align-items: center; justify-content: center; color: var(--white); background: var(--coral); border-radius: 9px; font-size: .9rem; }
.pulse-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 6px rgba(17,110,105,.12); margin: 0 9px; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-top: 25px; padding-bottom: 25px; gap: 24px; }
.trust-item { display: flex; align-items: flex-start; gap: 13px; }
.trust-number, .step-top, .feature-index, .plan-label { color: var(--teal); font-family: var(--mono); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { font-size: .8rem; }
.trust-item small { margin-top: 4px; color: var(--ink-soft); font-size: .69rem; }

.story { padding-top: clamp(6rem, 11vw, 11rem); padding-bottom: clamp(6rem, 11vw, 10rem); }
.section-intro { max-width: 580px; }
h2 { font-size: clamp(2.75rem, 5vw, 5.4rem); line-height: .98; margin: 20px 0; }
.section-intro p, .feature-heading > p, .plans-intro p { max-width: 460px; color: var(--ink-soft); font-size: 1rem; line-height: 1.7; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 55px; }
.step-card { min-height: 380px; padding: 22px; background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 19px; box-shadow: 0 8px 23px rgba(31,76,72,.04); transition: transform .25s ease, box-shadow .25s ease; }
.step-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.step-card-highlight { background: var(--teal); color: var(--white); border-color: var(--teal); }
.step-card-highlight .step-top { color: rgba(255,255,255,.7); }
.step-card.step-card-highlight p { color: #071b1b; }
.step-card-highlight .step-symbol { border-color: rgba(255,255,255,.4); }
.step-top { display: flex; align-items: center; justify-content: space-between; }
.step-symbol { width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--coral); font-size: 1rem; }
.step-illustration { height: 132px; margin: 35px 0 26px; position: relative; overflow: hidden; border-radius: 13px; background: var(--mint); }
.step-card:nth-child(1) .step-illustration { background: #e7e2d1; }
.step-card:nth-child(3) .step-illustration { background: #dcebf0; }
.step-illustration-assess .line { position: absolute; left: 29px; height: 9px; border-radius: 6px; background: rgba(17,110,105,.35); }
.line-a { width: 58%; top: 32px; }.line-b { width: 39%; top: 55px; }.line-c { width: 50%; top: 78px; }
.check { position: absolute; right: 25px; top: 40px; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; color: var(--white); background: var(--teal); border-radius: 50%; font-size: 1.6rem; }
.step-illustration-track { background: #c6e8dd; }
.track-ring { position: absolute; width: 95px; height: 95px; top: 18px; left: calc(50% - 47px); border: 2px solid rgba(17,110,105,.23); border-radius: 50%; }
.track-ring::after { content: ""; position: absolute; inset: 14px; border: 1px dashed rgba(17,110,105,.33); border-radius: 50%; }
.track-dot { position: absolute; width: 12px; height: 12px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 5px rgba(239,135,104,.16); }.dot-one { left: 25%; top: 50%; }.dot-two { left: 62%; top: 29%; }.dot-three { left: 68%; top: 69%; }
.step-illustration-learn .book { position: absolute; width: 82px; height: 75px; top: 28px; left: calc(50% - 27px); border-radius: 3px 10px 10px 3px; transform: rotate(-9deg); }.book-back { background: rgba(17,110,105,.3); left: calc(50% - 51px) !important; transform: rotate(6deg) !important; }.book-front { background: var(--teal); }.book-star { position: absolute; top: 47px; left: calc(50% - 7px); color: var(--mint); font-size: 1.35rem; }
.step-card h3 { max-width: 245px; margin: 0 0 10px; font-size: 1.18rem; letter-spacing: -.02em; line-height: 1.15; }
.step-card p { max-width: 280px; margin: 0; color: var(--ink-soft); font-size: .82rem; line-height: 1.6; }

.features { padding-top: 0; padding-bottom: clamp(6rem, 10vw, 10rem); }
.feature-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 50px; }
.feature-heading h2 { margin-bottom: 0; }
.feature-heading > p { margin-bottom: 4px; }
.feature-showcase { display: grid; gap: 22px; }
.feature-row { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(280px, .87fr); align-items: center; gap: clamp(2rem, 7vw, 8rem); padding: clamp(1.3rem, 3vw, 2.6rem); border-radius: 24px; background: var(--sage); }
.feature-row-reverse { grid-template-columns: minmax(280px, .87fr) minmax(280px, 1fr); }.feature-row-reverse .feature-image { order: 2; }.feature-row-reverse .feature-copy { order: 1; }
.feature-row-dark { color: var(--white); background: var(--ink); }.feature-row-last { background: #f0e8da; }
.feature-image { max-width: 340px; justify-self: center; position: relative; padding: 10px; border-radius: 30px; background: rgba(255,255,255,.83); box-shadow: 0 22px 35px rgba(28,69,66,.12); transform: rotate(-2.5deg); }.feature-row-reverse .feature-image { transform: rotate(2.5deg); }.feature-image-dark { background: #254645; }.feature-image-sage { background: #d8e6dc; }
.feature-image img { display: block; width: 100%; height: auto; border-radius: 21px; }
.image-label { position: absolute; bottom: 24px; left: 24px; padding: 7px 10px; color: var(--ink); background: rgba(255,255,255,.87); border-radius: 7px; font-family: var(--mono); font-size: .57rem; letter-spacing: .04em; text-transform: uppercase; }

.legal-page { padding-top: 74px; }.legal-hero { padding-top: clamp(5rem, 10vw, 9rem); padding-bottom: clamp(4rem, 8vw, 7rem); background: linear-gradient(145deg, #eef4ef 0%, #f7f7f2 58%, #f4e7cd 100%); }.legal-hero h1 { max-width: 850px; margin: 20px 0 18px; font-size: clamp(3.7rem, 8vw, 7.5rem); line-height: .92; letter-spacing: -.055em; }.legal-hero p { max-width: 720px; color: #344846; font-size: clamp(1rem, 1.8vw, 1.22rem); line-height: 1.7; }.legal-hero small { display: block; margin-top: 24px; font-family: var(--mono); color: #647774; }.legal-content { max-width: 920px; padding-top: clamp(4rem, 8vw, 7rem); padding-bottom: clamp(5rem, 10vw, 9rem); }.legal-content .legal-lede { padding: clamp(1.5rem, 4vw, 2.4rem); border-radius: 22px; background: var(--teal-deep); color: rgba(255,255,255,.86); font-size: 1.05rem; line-height: 1.8; }.legal-content h2 { margin: 3.5rem 0 1rem; font-size: clamp(2rem, 4vw, 3.15rem); }.legal-content h3 { margin: 2rem 0 .7rem; font-size: 1.2rem; }.legal-content p, .legal-content li { color: #435653; line-height: 1.8; }.legal-content li + li { margin-top: .45rem; }.legal-content a { color: #156b62; text-decoration: underline; text-underline-offset: 3px; }.legal-content hr { margin: 4rem 0 0; border: 0; border-top: 1px solid var(--line); }
.feature-copy { max-width: 420px; }.feature-index { opacity: .72; }.feature-row-dark .feature-index { color: var(--mint); }.feature-copy h3 { margin: 17px 0 14px; font-family: var(--display); font-size: clamp(2rem, 3vw, 3.45rem); font-weight: 500; line-height: 1.02; letter-spacing: -.035em; }.feature-copy p { color: var(--ink-soft); font-size: .9rem; line-height: 1.7; margin-bottom: 24px; }.feature-row-dark .feature-copy p { color: rgba(255,255,255,.7); }.text-link-light { color: var(--mint); border-color: rgba(214,238,229,.4); }

.privacy-band { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: clamp(1.25rem, 4vw, 4.5rem); padding-top: clamp(3.2rem, 6vw, 5.3rem); padding-bottom: clamp(3.2rem, 6vw, 5.3rem); color: var(--white); background: var(--teal-deep); border-radius: 28px; margin-top: 0; margin-bottom: clamp(6rem, 11vw, 11rem); }
.privacy-icon { display: flex; align-items: center; justify-content: center; width: 74px; height: 74px; color: var(--teal-deep); background: var(--mint); border-radius: 22px; font-size: 2.2rem; transform: rotate(-7deg); }.privacy-band h2 { margin: 15px 0 13px; font-size: clamp(2.2rem, 4vw, 4.2rem); }.privacy-band p { max-width: 620px; margin: 0; color: rgba(255,255,255,.73); font-size: .92rem; line-height: 1.7; }.eyebrow-light { color: var(--mint); }.privacy-band .eyebrow-dot { background: var(--coral); }

.plans { padding-bottom: clamp(6rem, 11vw, 10rem); }.plans-intro { max-width: 670px; }.plans-intro h2 { margin-bottom: 17px; }.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 50px; }.plan-card { min-height: 255px; padding: 25px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: 18px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }.plan-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }.plan-card-featured { color: var(--white); background: var(--teal); border-color: var(--teal); position: relative; }.plan-badge { align-self: flex-end; padding: 6px 9px; color: var(--teal-deep); background: var(--mint); border-radius: 99px; font-family: var(--mono); font-size: .55rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }.plan-card strong { margin-top: 33px; font-family: var(--display); font-size: 2.5rem; font-weight: 500; letter-spacing: -.04em; }.plan-card strong span { color: var(--ink-soft); font-family: var(--sans); font-size: .83rem; font-weight: 600; letter-spacing: 0; }.plan-card-featured strong span { color: rgba(255,255,255,.7); }.plan-card small { margin-top: 6px; color: var(--ink-soft); font-size: .72rem; }.plan-card-featured small { color: rgba(255,255,255,.7); }.plan-card a { display: inline-flex; gap: 8px; align-items: center; margin-top: auto; color: var(--teal); font-size: .75rem; font-weight: 700; }.plan-card-featured a { color: var(--mint); }.plan-footnote { max-width: 630px; margin: 24px auto 0; text-align: center; color: #687d7b; font-family: var(--mono); font-size: .59rem; line-height: 1.6; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 10rem); padding-bottom: clamp(6rem, 11vw, 10rem); }.faq-heading h2 { margin-bottom: 0; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; list-style: none; cursor: pointer; font-size: .93rem; font-weight: 700; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--teal); font-size: 1.25rem; font-weight: 400; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list p { max-width: 600px; margin: -3px 40px 23px 0; color: var(--ink-soft); font-size: .84rem; line-height: 1.7; }
.final-cta { display: flex; flex-direction: column; align-items: center; text-align: center; padding-top: clamp(5rem, 10vw, 9rem); padding-bottom: clamp(5rem, 10vw, 9rem); background: var(--mint); border-radius: 28px; }.final-cta-mark { display: block; width: 82px; height: 82px; margin-bottom: 25px; border-radius: 24px; object-fit: cover; box-shadow: 0 14px 28px rgba(20, 55, 53, .14); }.final-cta h2 { margin: 20px 0 30px; font-size: clamp(3rem, 6vw, 6.3rem); }.site-footer { padding-top: 65px; padding-bottom: 30px; }.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }.footer-main p { margin: 0; color: var(--ink-soft); font-size: .78rem; }.footer-links { display: flex; justify-content: flex-end; gap: 22px; margin-top: 23px; color: var(--ink-soft); font-size: .72rem; font-weight: 600; }.footer-links span { color: var(--teal); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; color: #748887; font-family: var(--mono); font-size: .57rem; letter-spacing: .02em; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay-short { transition-delay: .08s; }.reveal-delay { transition-delay: .14s; }

@media (max-width: 900px) {
  .desktop-nav, .header-cta { display: none; }.site-header { height: 70px; }.menu-toggle { width: 43px; height: 43px; display: flex; position: relative; align-items: center; justify-content: center; flex-direction: column; gap: 4px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }.menu-toggle > span:not(.sr-only) { width: 15px; height: 1.5px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }.mobile-nav { position: absolute; top: 70px; left: 0; right: 0; display: flex; flex-direction: column; gap: 0; padding: 9px 1.25rem 19px; background: rgba(247,247,242,.98); border-bottom: 1px solid var(--line); transform: translateY(-120%); transition: transform .3s ease; pointer-events: none; }.mobile-nav.is-open { transform: translateY(0); pointer-events: auto; }.mobile-nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: .85rem; font-weight: 700; }.mobile-nav .button { border: 0; margin-top: 14px; color: var(--white); text-align: center; }.hero { grid-template-columns: 1fr; min-height: auto; padding-top: 4.3rem; }.hero-copy { max-width: 700px; }.hero-visual { min-height: 530px; margin: 0 auto; width: min(100%, 570px); }.floating-card-top { left: 3%; }.floating-card-bottom { right: 3%; }.feature-heading { align-items: flex-start; flex-direction: column; }.privacy-band { grid-template-columns: auto 1fr; }.privacy-band .button { grid-column: 2; justify-self: start; }.faq { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 620px) {
  .section-pad { padding-left: 1.2rem; padding-right: 1.2rem; }.site-header { padding-left: 1.2rem; padding-right: 1.2rem; }.brand-name { font-size: .76rem; }.hero { padding-top: 3.7rem; }.hero h1 { font-size: clamp(3rem, 14vw, 4.65rem); }.hero-lede { font-size: .96rem; line-height: 1.65; }.hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }.hero-actions .button { width: 100%; }.hero-actions .text-link { align-self: flex-start; }.hero-visual { min-height: 470px; margin-top: 10px; }.phone-frame { width: 215px; }.phone-wrap { top: 36px; }.phone-glow { width: 180px; height: 280px; top: 65px; }.hero-orbit-one { width: 350px; height: 250px; left: 50%; transform: translateX(-50%) rotate(-18deg); }.hero-orbit-two { width: 380px; height: 260px; left: 50%; transform: translateX(-50%) rotate(34deg); }.floating-card { min-width: 145px; padding: 10px 11px; }.floating-card-top { top: 98px; left: 0; }.floating-card-bottom { right: 0; bottom: 67px; }.floating-card strong { font-size: .63rem; }.floating-card small { font-size: .56rem; }.trust-strip { grid-template-columns: 1fr; gap: 17px; padding-top: 22px; padding-bottom: 22px; }.story { padding-top: 5rem; padding-bottom: 5.5rem; }.section-intro p, .feature-heading > p, .plans-intro p { font-size: .92rem; }.steps-grid { grid-template-columns: 1fr; margin-top: 35px; gap: 13px; }.step-card { min-height: 340px; }.step-illustration { height: 116px; margin-top: 27px; }.features { padding-bottom: 5.5rem; }.feature-heading { margin-bottom: 30px; }.feature-heading h2 { font-size: 3rem; }.feature-row, .feature-row-reverse { display: flex; flex-direction: column; gap: 28px; align-items: stretch; padding: 1.15rem; }.feature-row-reverse .feature-image, .feature-row-reverse .feature-copy { order: initial; }.feature-image { max-width: 270px; align-self: center; }.feature-copy h3 { font-size: 2.25rem; }.feature-copy p { font-size: .84rem; }.privacy-band { grid-template-columns: 1fr; padding-top: 2.7rem; padding-bottom: 2.7rem; border-radius: 21px; }.privacy-icon { width: 58px; height: 58px; border-radius: 17px; }.privacy-band h2 { font-size: 2.6rem; }.privacy-band p { font-size: .84rem; }.privacy-band .button { grid-column: auto; width: 100%; }.plans { padding-bottom: 5.5rem; }.plans-intro h2 { font-size: 3rem; }.plan-grid { grid-template-columns: 1fr; gap: 11px; margin-top: 30px; }.plan-card { min-height: 190px; padding: 20px; }.plan-card strong { margin-top: 21px; font-size: 2.2rem; }.plan-card a { margin-top: 20px; }.plan-card-featured { order: -1; }.faq { padding-bottom: 5.5rem; }.faq-heading h2 { font-size: 3rem; }.faq-list summary { min-height: 68px; font-size: .84rem; }.faq-list p { font-size: .8rem; margin-right: 20px; }.final-cta { border-radius: 21px; padding-top: 4.5rem; padding-bottom: 4.5rem; }.final-cta h2 { font-size: 3.15rem; }.site-footer { padding-top: 50px; }.footer-main { align-items: flex-start; flex-direction: column; padding-bottom: 28px; }.footer-links { justify-content: flex-start; flex-wrap: wrap; }.footer-bottom { flex-direction: column; gap: 9px; margin-top: 37px; line-height: 1.5; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button, .step-card, .plan-card { transition: none; } }
