:root {
  --ink: #102f2b;
  --ink-2: #173f39;
  --cream: #f5f1e7;
  --paper: #fffdf8;
  --lime: #c7f36b;
  --lime-dark: #a6d94c;
  --coral: #ff765f;
  --teal: #297c70;
  --muted: #62706d;
  --line: rgba(16, 47, 43, .14);
  --shadow: 0 24px 70px rgba(16, 47, 43, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; padding: 10px 16px; background: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.notice { background: var(--ink); color: rgba(255,255,255,.78); font-size: 13px; }
.notice__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.notice a { color: var(--lime); font-weight: 700; }
.notice__dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; margin-right: 8px; background: var(--lime); box-shadow: 0 0 0 4px rgba(199,243,107,.14); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,253,248,.9); border-bottom: 1px solid rgba(16,47,43,.08); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: -.02em; }
.brand__mark { display: block; width: 45px; height: 45px; border-radius: 14px 14px 14px 4px; object-fit: cover; }
.brand__text { font-size: 17px; }
.brand__text strong { color: var(--teal); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.main-nav > a:not(.nav-cta) { position: relative; color: #294843; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--teal); transition: right .25s ease; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 11px 18px; border-radius: 12px; background: var(--ink); color: white; }
.nav-cta span { color: var(--lime); margin-left: 6px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.hero { position: relative; overflow: hidden; background: var(--cream); border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(16,47,43,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(16,47,43,.06) 1px, transparent 1px); background-size: 50px 50px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero__grid { position: relative; z-index: 2; min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 76px; padding-block: 72px 78px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--teal); font-size: 12px; line-height: 1; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; }
.eyebrow span { color: var(--coral); font-size: 9px; }
.hero h1 { max-width: 650px; margin: 21px 0 24px; font-size: clamp(52px, 5.6vw, 78px); line-height: .98; letter-spacing: -.058em; font-weight: 780; }
.hero h1 em, .cta h2 em { color: var(--teal); font-family: Georgia, serif; font-weight: 400; }
.hero__lead { max-width: 610px; margin: 0; color: #53645f; font-size: 18px; line-height: 1.72; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; justify-content: center; align-items: center; gap: 11px; padding: 0 22px; border-radius: 13px; font-size: 14px; font-weight: 760; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--ink); color: white; box-shadow: 0 12px 28px rgba(16,47,43,.2); }
.button--primary span { color: var(--lime); }
.button--ghost { border: 1px solid var(--line); background: rgba(255,255,255,.56); }
.play { width: 27px; height: 27px; display: inline-grid; place-items: center; padding-left: 2px; border-radius: 50%; background: white; color: var(--teal); font-size: 9px; }
.hero__proof { display: flex; gap: 0; margin-top: 46px; }
.hero__proof div { display: flex; flex-direction: column; min-width: 102px; padding: 0 22px; border-left: 1px solid var(--line); }
.hero__proof div:first-child { padding-left: 0; border-left: 0; }
.hero__proof strong { font-size: 14px; }
.hero__proof span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.hero__visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero__visual::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: var(--ink); }
.orbit { position: absolute; border: 1px solid rgba(16,47,43,.18); border-radius: 50%; }
.orbit--one { width: 510px; height: 510px; }
.orbit--two { width: 580px; height: 580px; opacity: .55; }
.builder-card { position: relative; z-index: 3; width: min(420px, 90%); padding: 27px; border: 1px solid rgba(255,255,255,.7); border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.builder-card__top { display: flex; justify-content: space-between; align-items: start; gap: 16px; }
.builder-card h2 { margin: 4px 0 0; font-size: 20px; letter-spacing: -.03em; }
.mini-label { display: block; color: #71807c; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .11em; }
.status { padding: 6px 10px; border-radius: 100px; background: #edf5dc; color: #3d6227; font-size: 10px; font-weight: 700; }
.status i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #77ac37; }
.progress { height: 4px; margin: 22px 0; overflow: hidden; border-radius: 99px; background: #e8ece8; }
.progress span { display: block; width: 61%; height: 100%; background: var(--coral); }
.builder-row { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid #edf0ed; }
.builder-row--active { margin-inline: -12px; padding-inline: 12px; border: 1px solid #d8dfd9; border-radius: 12px; background: #fbfcf7; }
.builder-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: var(--cream); color: var(--teal); font-size: 11px; font-weight: 800; }
.builder-row strong { display: block; margin-top: 2px; color: #24413c; font-size: 12px; }
.check { color: #64a42e; font-weight: 900; }
.arrow { color: var(--coral); }
.question-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 19px 0; }
.question-grid div { padding: 12px 7px; border-radius: 10px; background: var(--cream); color: #71807c; text-align: center; font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.question-grid span { display: block; color: var(--ink); font-size: 18px; font-weight: 800; letter-spacing: 0; }
.builder-card button { width: 100%; min-height: 44px; border: 0; border-radius: 10px; background: var(--ink); color: white; font-size: 12px; font-weight: 750; }
.builder-card button span { float: right; color: var(--lime); }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; min-width: 170px; padding: 12px 15px; border: 1px solid rgba(16,47,43,.1); border-radius: 14px; background: white; box-shadow: 0 14px 38px rgba(16,47,43,.16); }
.float-card > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--lime); font-weight: 900; }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: 11px; }
.float-card small { color: var(--muted); font-size: 9px; }
.float-card--top { right: -14px; top: 78px; }
.float-card--bottom { left: -20px; bottom: 68px; }
.float-card--bottom > span { background: var(--coral); color: white; }

.trust-strip { border-bottom: 1px solid var(--line); background: white; }
.trust-strip .container { min-height: 94px; display: flex; align-items: center; gap: 55px; }
.trust-strip__label { color: #81908c; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.trust-strip__items { flex: 1; display: flex; align-items: center; justify-content: space-between; color: #38534e; font-size: 16px; font-weight: 750; }
.trust-strip__items i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime-dark); }

.section { padding: 112px 0; }
.section-heading--split { display: grid; grid-template-columns: 1.1fr .75fr; align-items: end; gap: 100px; margin-bottom: 52px; }
.section-heading h2, .features-copy h2, .faq-layout h2 { margin: 15px 0 0; font-size: clamp(38px, 4.4vw, 58px); line-height: 1.06; letter-spacing: -.048em; }
.section-heading > p, .section-heading--split > p { max-width: 470px; margin: 0 0 4px; color: var(--muted); font-size: 16px; }
.solution-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.solution-card { position: relative; min-height: 292px; overflow: hidden; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #f6f4ed; }
.solution-card--large { grid-row: span 2; min-height: 604px; background: var(--ink); color: white; }
.solution-card--accent { background: #deefb7; }
.card-number { position: absolute; right: 26px; top: 24px; color: rgba(16,47,43,.36); font-size: 11px; letter-spacing: .1em; }
.solution-card--large .card-number { color: rgba(255,255,255,.45); }
.solution-card__icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 29px; border-radius: 13px; background: white; color: var(--teal); box-shadow: 0 8px 20px rgba(16,47,43,.08); font-size: 18px; }
.solution-card--large .solution-card__icon { background: var(--lime); color: var(--ink); }
.solution-card h3 { margin: 0 0 10px; font-size: 25px; letter-spacing: -.035em; }
.solution-card p { max-width: 370px; margin: 0; color: #64736f; font-size: 14px; }
.solution-card--large p { color: rgba(255,255,255,.62); }
.solution-card a { position: absolute; left: 32px; bottom: 28px; color: var(--teal); font-size: 12px; font-weight: 800; }
.solution-card a span { margin-left: 6px; }
.paper-stack { position: absolute; left: 50%; bottom: -38px; width: 73%; height: 300px; transform: translateX(-42%) rotate(-3deg); }
.paper { position: absolute; width: 100%; height: 100%; border-radius: 12px; }
.paper--back { left: -27px; top: 17px; border: 1px solid rgba(255,255,255,.12); background: #28534d; transform: rotate(-7deg); }
.paper--front { padding: 30px; background: white; color: var(--ink); box-shadow: 0 20px 70px rgba(0,0,0,.25); }
.paper__head { display: flex; justify-content: space-between; padding-bottom: 15px; border-bottom: 2px solid var(--ink); font-size: 8px; }
.paper__line { width: 100%; height: 7px; margin-top: 20px; border-radius: 4px; background: #e7ebe7; }
.paper__line--short { width: 55%; }
.paper__line--mid { width: 76%; }
.paper__options { display: flex; gap: 14px; margin: 19px 0; }
.paper__options i { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #d8deda; border-radius: 50%; color: #71807c; font-size: 8px; font-style: normal; }

.section--features { position: relative; overflow: hidden; background: var(--ink); color: white; }
.section--features::after { content: "PTS"; position: absolute; left: -30px; bottom: -130px; color: rgba(255,255,255,.025); font-size: 330px; line-height: 1; font-weight: 900; letter-spacing: -.08em; }
.features-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.section-kicker--light { color: var(--lime); }
.features-copy h2 { color: white; }
.features-copy p { max-width: 420px; color: rgba(255,255,255,.6); }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 25px; padding-bottom: 6px; border-bottom: 1px solid rgba(199,243,107,.5); color: var(--lime); font-size: 13px; font-weight: 800; }
.feature-list { border-top: 1px solid rgba(255,255,255,.14); }
.feature-list article { display: grid; grid-template-columns: 55px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.feature-list article > span { color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.feature-list h3 { margin: -4px 0 6px; color: white; font-size: 20px; letter-spacing: -.02em; }
.feature-list p { max-width: 520px; margin: 0; color: rgba(255,255,255,.55); font-size: 14px; }

.section--steps { background: var(--cream); }
.section-heading--center { max-width: 720px; margin: 0 auto 62px; text-align: center; }
.section-heading--center p { max-width: 600px; margin: 18px auto 0; }
.steps { display: grid; grid-template-columns: 1fr 42px 1fr 42px 1fr; align-items: center; }
.steps article { text-align: center; }
.step-art { position: relative; height: 170px; display: grid; place-items: center; margin-bottom: 26px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 14px 40px rgba(16,47,43,.06); }
.step-art > span { position: absolute; top: 15px; left: 17px; color: #94a09d; font-size: 10px; font-weight: 800; }
.select-mock { width: 155px; display: flex; justify-content: space-between; padding: 12px 15px; border: 1px solid #dfe5df; border-radius: 10px; color: #52645f; font-size: 12px; text-align: left; }
.select-mock b { color: var(--teal); }
.toggle-mock { display: flex; gap: 9px; padding: 12px; border-radius: 14px; background: var(--cream); }
.toggle-mock i { display: block; width: 38px; height: 38px; border-radius: 10px; background: var(--teal); opacity: .24; }
.toggle-mock i:nth-child(2) { background: var(--coral); opacity: 1; }
.download-mock { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 25px; }
.steps h3 { margin: 0 0 7px; font-size: 20px; letter-spacing: -.025em; }
.steps p { max-width: 290px; margin: 0 auto; color: var(--muted); font-size: 14px; }
.step-arrow { color: #9aa7a4; text-align: center; font-size: 21px; }

.section--faq { background: white; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 105px; }
.faq-layout > div:first-child > p { max-width: 350px; color: var(--muted); }
.text-link--dark { color: var(--teal); border-color: rgba(41,124,112,.3); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 50px 24px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; right: 5px; color: var(--teal); font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -7px 45px 23px 0; color: var(--muted); font-size: 14px; }

.cta { padding: 90px 0; background: var(--teal); color: white; }
.cta__inner { display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 90px; }
.cta h2 { margin: 15px 0 0; font-size: clamp(46px, 6vw, 72px); line-height: 1; letter-spacing: -.055em; }
.cta h2 em { color: var(--lime); }
.cta__action p { max-width: 430px; margin: 0 0 24px; color: rgba(255,255,255,.72); }
.button--light { background: white; color: var(--ink); }
.button--light span { color: var(--coral); }

.site-footer { padding: 58px 0 24px; background: #0b2522; color: rgba(255,255,255,.6); }
.footer__top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 50px; padding-bottom: 45px; }
.brand--footer { color: white; }
.brand--footer .brand__mark { background: var(--lime); color: var(--ink); }
.brand--footer .brand__text strong { color: var(--lime); }
.footer__top p { max-width: 340px; margin: 0; font-size: 13px; }
.footer__top nav { display: flex; gap: 24px; color: white; font-size: 12px; font-weight: 650; }
.footer__bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }

@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr; gap: 25px; padding-top: 70px; }
  .hero__copy { max-width: 720px; }
  .hero__visual { width: min(630px, 100%); margin-inline: auto; }
  .section-heading--split, .features-layout, .faq-layout, .cta__inner { grid-template-columns: 1fr; gap: 40px; }
  .features-copy { max-width: 600px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__top nav { grid-column: span 2; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .notice__inner { justify-content: center; text-align: center; }
  .notice a { display: none; }
  .nav-wrap { min-height: 70px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 70px; left: 14px; right: 14px; display: none; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; flex-direction: column; }
  .main-nav a { padding: 12px; }
  .nav-cta { margin-top: 5px; text-align: center; }
  .hero__grid { min-height: auto; padding-block: 58px 65px; }
  .hero h1 { font-size: clamp(46px, 15vw, 66px); }
  .hero__lead { font-size: 16px; }
  .hero__visual { min-height: 440px; }
  .hero__visual::before { width: 335px; height: 335px; }
  .orbit--one { width: 390px; height: 390px; }
  .orbit--two { display: none; }
  .builder-card { width: min(350px, 94%); padding: 20px; }
  .float-card { min-width: 150px; }
  .float-card--top { right: -5px; top: 38px; }
  .float-card--bottom { left: -5px; bottom: 34px; }
  .trust-strip .container { padding-block: 22px; flex-direction: column; gap: 15px; }
  .trust-strip__items { width: 100%; flex-wrap: wrap; justify-content: center; gap: 14px 20px; }
  .section { padding: 82px 0; }
  .section-heading--split { margin-bottom: 36px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card--large { min-height: 550px; }
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .step-arrow { transform: rotate(90deg); }
  .cta { padding: 75px 0; }
  .footer__top { grid-template-columns: 1fr; gap: 25px; }
  .footer__top nav { grid-column: auto; flex-wrap: wrap; }
}

@media (max-width: 460px) {
  .brand__text { font-size: 15px; }
  .brand__mark { width: 40px; height: 40px; }
  .hero__actions { flex-direction: column; }
  .button { width: 100%; }
  .hero__proof div { min-width: 0; flex: 1; padding-inline: 13px; }
  .hero__visual { min-height: 420px; }
  .float-card { display: none; }
  .question-grid { gap: 5px; }
  .solution-card { padding: 25px; }
  .paper-stack { width: 86%; }
  .footer__bottom { flex-direction: column; gap: 8px; }
}

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