.onward-landing{--ink:#12172B;--ink-70:rgba(18,23,43,0.7);--ink-50:rgba(18,23,43,0.5);--paper:#FBF9F4;--paper-dim:#F2EDE0;--card:#FFFFFF;--accent:#3654F0;--accent-soft:#E4E9FE;--accent-rgb:54,84,240;--logo-orange:#F37C5E;--logo-blue:#5B4DE6;--warm:#E9EDF3;--warm-strong:#C9D2E0;--line:rgba(18,23,43,0.10);--line-strong:rgba(18,23,43,0.18);--shadow:0 1px 2px rgba(18,23,43,0.04),0 12px 32px -16px rgba(18,23,43,0.18);--radius-section:32px;--radius-card:18px;background:var(--paper);color:var(--ink);font-family:var(--font-inter),"Inter",system-ui,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased;overflow-x:hidden;font-size:16px;line-height:normal}.onward-landing *{box-sizing:border-box}.onward-landing h1,.onward-landing h2,.onward-landing h3,.onward-landing h4{font-family:var(--font-fraunces),"Fraunces",serif;font-weight:600;letter-spacing:-.01em;margin:0;line-height:1.1}.onward-landing p{margin:0;font-weight:400}.onward-landing a{text-decoration:none;color:inherit}.onward-landing svg.icon{display:block;flex:none}.onward-landing .label{letter-spacing:.06em}.onward-landing .eyebrow,.onward-landing .label{font-family:var(--font-inter),"Inter",sans-serif;font-weight:600;font-size:12.5px;text-transform:uppercase}.onward-landing .eyebrow{letter-spacing:.08em;color:var(--accent);display:inline-flex;align-items:center;gap:8px}.onward-landing .eyebrow:before{content:"";width:14px;height:1px;background:var(--accent);display:inline-block}.onward-landing .wrap{max-width:1180px;margin:0 auto;padding:0 32px}.onward-landing section{position:relative}.onward-landing .lp-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(251,249,244,.82);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:border-color .3s ease}.onward-landing .lp-header.scrolled{border-bottom-color:var(--line)}.onward-landing .nav{display:flex;align-items:center;justify-content:space-between;padding:20px 32px;max-width:1180px;margin:0 auto}.onward-landing .logo{display:flex;align-items:center;gap:9px;font-family:var(--font-fraunces),"Fraunces",serif;font-weight:600;font-size:21px}.onward-landing .logo .mark{width:28px;height:28px;flex:none;display:flex;align-items:center;justify-content:center}.onward-landing .logo .mark svg{width:100%;height:100%;display:block}.onward-landing .nav-actions{display:flex;align-items:center;gap:12px}.onward-landing .btn{font-family:var(--font-inter),"Inter",sans-serif;font-weight:600;font-size:14.5px;padding:10px 20px;border-radius:99px;cursor:pointer;border:1px solid transparent;display:inline-flex;align-items:center;gap:8px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;white-space:nowrap}.onward-landing .btn-ghost{color:var(--ink);border-color:var(--line-strong);background:transparent}.onward-landing .btn-ghost:hover{border-color:var(--ink)}.onward-landing .btn-dark{background:var(--ink);color:var(--paper)}.onward-landing .btn-dark:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.onward-landing .btn-accent{background:var(--accent);color:#fff}.onward-landing .btn-accent:hover{transform:translateY(-1px);box-shadow:0 10px 24px -12px rgba(var(--accent-rgb),.7)}.onward-landing .btn-lg{padding:14px 26px;font-size:15.5px;border-radius:99px}.onward-landing .btn svg{width:15px;height:15px;transition:transform .2s ease}.onward-landing .btn:hover svg{transform:translateX(3px)}.onward-landing .hero{padding:88px 0 60px;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:56px;gap:56px;align-items:center;text-align:left;background:none}.onward-landing .hero-copy{text-align:left}.onward-landing .hero-copy h1{font-size:clamp(24px,3.2vw,32px);line-height:1.2;margin-top:18px}.onward-landing .hero-sub{margin-top:22px;font-size:17.5px;font-weight:400;line-height:1.6;color:var(--ink-70);max-width:480px}.onward-landing .hero-actions{margin-top:32px;display:flex;align-items:center;justify-content:flex-start;gap:18px;flex-wrap:wrap}.onward-landing .doc-stage{position:relative;height:480px}.onward-landing .doc-card{position:absolute;width:340px;background:var(--card);border-radius:var(--radius-card);box-shadow:var(--shadow);border:1px solid var(--line);padding:26px 26px 22px;top:44px;left:50%;transform:translateX(-50%) rotate(-2deg)}.onward-landing .doc-card .doc-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.onward-landing .doc-card .doc-head .t1{font-family:var(--font-inter),"Inter",sans-serif;font-weight:600;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-50)}.onward-landing .doc-card .doc-head .t2{font-family:var(--font-fraunces),"Fraunces",serif;font-size:15px;font-weight:600;margin-top:4px}.onward-landing .doc-badge{font-family:var(--font-inter),"Inter",sans-serif;font-size:10.5px;font-weight:600;background:var(--accent-soft);color:var(--accent);padding:4px 9px;border-radius:99px}.onward-landing .doc-line{display:flex;justify-content:space-between;font-size:12.5px;padding:9px 0;border-bottom:1px dashed var(--line-strong);color:var(--ink-70)}.onward-landing .doc-line b{color:var(--ink);font-weight:600}.onward-landing .mark-hl{background:linear-gradient(120deg,var(--accent-soft) 0,var(--accent-soft) 100%);background-size:0 60%;background-repeat:no-repeat;background-position:0 78%;padding:1px 3px;border-radius:2px;transition:background-size 1s ease}.onward-landing .doc-card.reveal .mark-hl{background-size:100% 60%}.onward-landing .float-chip{position:absolute;background:var(--card);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:11px 15px;display:flex;align-items:center;gap:10px;opacity:0;transform:translateY(14px);animation:chipIn .7s ease forwards,chipFloat 4.5s ease-in-out infinite}.onward-landing .float-chip .ic{width:26px;height:26px;border-radius:8px;background:var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center;flex:none}.onward-landing .float-chip .ic svg{width:14px;height:14px}.onward-landing .float-chip .cl{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-50);display:block}.onward-landing .float-chip .cl,.onward-landing .float-chip .cv{font-family:var(--font-inter),"Inter",sans-serif;font-weight:600}.onward-landing .float-chip .cv{font-size:13.5px;color:var(--ink)}.onward-landing .chip-1{top:-6px;left:14px;animation-delay:.5s,1.2s}.onward-landing .chip-2{bottom:132px;right:-20px;animation-delay:.85s,1.9s}.onward-landing .chip-3{bottom:6px;left:-6px;animation-delay:1.15s,2.4s}@keyframes chipIn{to{opacity:1;transform:translateY(0)}}@keyframes chipFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}.onward-landing #heroDoc{animation:docFloat 6s ease-in-out infinite}@keyframes docFloat{0%,to{transform:translateX(-50%) rotate(-2deg) translateY(0)}50%{transform:translateX(-50%) rotate(-1deg) translateY(-8px)}}.onward-landing .blob{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle at 30% 30%,var(--accent-soft),transparent 68%);top:-140px;right:-160px;z-index:-1;filter:blur(6px)}.onward-landing .trust-strip{padding:14px 0 70px}.onward-landing .trust-label{font-family:var(--font-inter),"Inter",sans-serif;font-weight:600;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-50);margin-bottom:20px;display:block}.onward-landing .trust-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.onward-landing .trust-card{border:1px solid var(--line);border-radius:var(--radius-card);padding:20px 18px;background:var(--card);display:flex;align-items:center;gap:12px}.onward-landing .trust-card .ic{width:36px;height:36px;border-radius:10px;background:var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center;flex:none}.onward-landing .trust-card .ic svg{width:18px;height:18px}.onward-landing .trust-card span.lbl{font-size:14.5px;font-weight:600;color:var(--ink)}.onward-landing .sec-head{max-width:640px;margin-bottom:44px}.onward-landing .sec-head h2{font-size:clamp(28px,3vw,38px);line-height:1.14;margin-top:14px}.onward-landing .sec-sub{margin-top:14px;font-size:16px;font-weight:400;color:var(--ink-70);line-height:1.6}.onward-landing .decoder{background:var(--card);color:var(--ink);padding:96px 0;border-radius:var(--radius-section);border:1px solid var(--line);box-shadow:var(--shadow);margin:8px 24px}.onward-landing .decoder .wrap{max-width:1132px}.onward-landing .decoder .eyebrow{color:var(--accent)}.onward-landing .decoder .eyebrow:before{background:var(--accent)}.onward-landing .decoder .sec-sub{color:var(--ink-70)}.onward-landing .decoder .sec-head h2{font-size:clamp(38px,5.2vw,58px);line-height:1.04}.onward-landing .decoder-page-hero{padding-top:72px;padding-bottom:8px}.onward-landing .decoder-page-hero .sec-head{margin-bottom:8px}.onward-landing .decoder-page-hero .sec-head h2{font-size:clamp(34px,4.6vw,52px);line-height:1.06}.onward-landing .decoder-page-tool{padding-top:24px;padding-bottom:96px}.onward-landing a.step{cursor:pointer;transition:transform .2s ease}.onward-landing a.step:hover{transform:translateY(-3px)}.onward-landing a.step:hover .step-node{border-color:var(--accent)}.onward-landing .decoder-modes{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;max-width:900px;margin:0 auto}.onward-landing .decoder-mode-card{text-align:left;background:var(--card);border:1px solid var(--line);border-radius:var(--radius-card);box-shadow:var(--shadow);padding:24px 24px 22px;cursor:pointer;display:flex;flex-direction:column;gap:8px;font-family:var(--font-inter),"Inter",sans-serif;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.onward-landing .decoder-mode-card:hover{transform:translateY(-3px);border-color:var(--accent);box-shadow:0 12px 32px -14px rgba(var(--accent-rgb),.4)}.onward-landing .dm-icon{width:44px;height:44px;flex:none;border-radius:12px;background:var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:4px}.onward-landing .dm-icon svg{width:22px;height:22px}.onward-landing .dm-chip{align-self:flex-start;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-50);background:rgba(18,23,43,.04);border-radius:99px;padding:3px 10px}.onward-landing .dm-title{font-family:var(--font-fraunces),"Fraunces",serif;font-weight:600;font-size:20px;color:var(--ink);line-height:1.2}.onward-landing .dm-tag{font-size:14px;color:var(--ink-70);line-height:1.5}.onward-landing .dm-list{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.onward-landing .dm-list li{display:flex;align-items:flex-start;gap:9px;font-size:13.5px;color:var(--ink-70);line-height:1.4}.onward-landing .dm-tick{flex:none;width:18px;height:18px;margin-top:1px;border-radius:6px;background:var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center}.onward-landing .dm-tick svg{width:11px;height:11px}.onward-landing .dm-go{margin-top:12px;display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:14.5px;color:var(--accent)}.onward-landing .dm-go svg{width:15px;height:15px;transition:transform .2s ease}.onward-landing .decoder-mode-card:hover .dm-go svg{transform:translateX(3px)}@media (max-width:720px){.onward-landing .decoder-modes{grid-template-columns:1fr}}.onward-landing .decoder-flow{max-width:920px;margin-left:auto;margin-right:auto}.onward-landing .decoder-back{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;cursor:pointer;font-family:var(--font-inter),"Inter",sans-serif;font-weight:600;font-size:14px;color:var(--ink-70);padding:0;margin-bottom:22px;transition:color .2s ease}.onward-landing .decoder-back:hover{color:var(--accent)}.onward-landing .decoder-back svg{width:16px;height:16px}.onward-landing .decoder-flow-head{display:flex;align-items:center;gap:16px;margin-bottom:14px}.onward-landing .decoder-flow-title{font-family:var(--font-fraunces),"Fraunces",serif;font-weight:600;font-size:clamp(24px,3vw,32px);color:var(--ink);line-height:1.15}.onward-landing .decoder-flow-tag{margin-top:4px;font-size:15px;color:var(--ink-70)}.onward-landing .decoder-flow-list{list-style:none;margin:0 0 26px;padding:0;display:flex;flex-wrap:wrap;gap:10px 22px}.onward-landing .decoder-flow-list li{display:flex;align-items:center;gap:9px;font-size:14px;color:var(--ink-70)}.onward-landing .decoder-report-label{font-family:var(--font-inter),"Inter",sans-serif;font-weight:600;font-size:12.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--accent);margin-bottom:10px}.onward-landing .doc-slot{font-weight:700;color:var(--ink)}.onward-landing .download-pdf-bar{display:flex;justify-content:flex-end;margin-top:16px}.onward-landing .download-pdf-btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-inter),"Inter",sans-serif;font-weight:600;font-size:14px;color:var(--ink);background:var(--card);border:1px solid var(--line-strong);border-radius:99px;padding:10px 20px;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.onward-landing .download-pdf-btn:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.onward-landing .download-pdf-btn svg{width:16px;height:16px}.onward-landing .stepper{display:flex;align-items:flex-start;gap:0;margin-bottom:20px}.onward-landing .step{display:flex;flex-direction:column;align-items:center;gap:14px;flex:1 1;text-align:center;padding:0 6px}.onward-landing .step-node{width:60px;height:60px;border-radius:50%;background:var(--card);border:2px solid var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow);transition:transform .25s ease,border-color .25s ease,background .25s ease;animation:nodePulse 3.2s ease-in-out infinite}.onward-landing .step:nth-child(3) .step-node{animation-delay:.3s}.onward-landing .step:nth-child(5) .step-node{animation-delay:.6s}.onward-landing .step:nth-child(7) .step-node{animation-delay:.9s}.onward-landing .step-node svg{width:22px;height:22px}.onward-landing .step-label{font-family:var(--font-fraunces),"Fraunces",serif;font-weight:600;font-size:14.5px;color:var(--ink);max-width:130px;line-height:1.3}.onward-landing .step-connector{flex:0 0 56px;height:0;border-top:2px dotted var(--line-strong);margin-top:29px}@keyframes nodePulse{0%,to{box-shadow:0 0 0 0 rgba(var(--accent-rgb),.14)}50%{box-shadow:0 0 0 7px rgba(var(--accent-rgb),0)}}.onward-landing .yield-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin:32px 0 44px}.onward-landing .yield-box{display:flex;align-items:center;gap:12px;padding:18px;border-radius:var(--radius-card);border:1px solid var(--line);background:rgba(18,23,43,.02);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:14.5px;font-weight:600;color:var(--ink);transition:background .25s ease,border-color .25s ease}.onward-landing .yield-box .ico{width:26px;height:26px;flex:none;border-radius:8px;background:var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center}.onward-landing .yield-box .ico svg{width:13px;height:13px}.onward-landing .decoder-cta{text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.onward-landing .privacy-strip{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:10px 20px;border-radius:99px;background:var(--accent-soft);font-size:13.5px;font-weight:600;color:var(--ink)}.onward-landing .privacy-strip svg{width:15px;height:15px;flex:none;color:var(--accent)}.onward-landing .learn-panel{margin:8px 24px;border-radius:var(--radius-section);border:1px solid var(--line);box-shadow:var(--shadow);background:var(--card)}.onward-landing .learn{padding:96px 0}.onward-landing .learn .sec-head h2{font-size:clamp(26px,3vw,36px);line-height:1.12}.onward-landing .topic-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:14px;gap:14px}.onward-landing .topic-row{display:flex;align-items:flex-start;gap:14px;padding:20px 22px;border:1px solid var(--line);border-radius:var(--radius-card);background:rgba(18,23,43,.02)}.onward-landing .topic-row .ic{width:36px;height:36px;flex:none;margin-top:1px;border-radius:9px;background:var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center}.onward-landing .topic-row .ic svg{width:17px;height:17px}.onward-landing .topic-row .tx{flex:1 1}.onward-landing .topic-row p{font-family:var(--font-fraunces),"Fraunces",serif;font-weight:600;font-size:17px;line-height:1.3;color:var(--ink);margin:0}.onward-landing .topic-row .why{margin-top:4px;padding:0;font-size:14px;font-weight:400;color:var(--ink-70);line-height:1.5;max-width:520px;display:block}.onward-landing .learn-foot{margin-top:40px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding-top:30px;border-top:1px solid var(--line)}.onward-landing .learn-foot p{color:var(--ink-70);font-size:15px;font-weight:400;max-width:480px}.onward-landing .why-panel{margin:8px 24px;border-radius:var(--radius-section);border:1px solid var(--line);box-shadow:var(--shadow);background:var(--card)}.onward-landing .why{padding:96px 0}.onward-landing .why-head{max-width:640px;margin:0 auto 44px;text-align:center}.onward-landing .why-head h2{font-size:clamp(28px,3.6vw,42px);line-height:1.14;margin-top:14px}.onward-landing .faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.onward-landing .faq-item{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-card);box-shadow:var(--shadow);overflow:hidden}.onward-landing .faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;cursor:pointer;font-size:16px;font-weight:600;color:var(--ink);transition:background .25s ease}.onward-landing .faq-q:hover{background:var(--warm)}.onward-landing .faq-q-left{display:flex;align-items:center;gap:14px}.onward-landing .faq-q .tick{flex:none;width:26px;height:26px;border-radius:99px;background:var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center}.onward-landing .faq-q .tick svg{width:13px;height:13px}.onward-landing .faq-q .plus{flex:none;color:var(--ink-50);transition:transform .25s ease;margin-right:4px;position:relative;top:2px}.onward-landing .faq-q .plus svg{width:16px;height:16px}.onward-landing .faq-item.open .faq-q .plus{transform:rotate(45deg);color:var(--accent)}.onward-landing .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}.onward-landing .faq-a p{padding:0 24px 20px 64px;font-size:15px;font-weight:400;color:var(--ink-70);line-height:1.6}.onward-landing .faq-item.open .faq-a{max-height:220px}.onward-landing .final-cta{padding:130px 0 120px;text-align:center;position:relative}.onward-landing .final-cta h2{font-size:clamp(34px,5vw,58px);line-height:1.08;max-width:760px;margin:18px auto 0}.onward-landing .final-cta .sec-sub{margin:20px auto 0;max-width:460px;text-align:center}.onward-landing .final-cta .hero-actions{justify-content:center;margin-top:38px}.onward-landing .final-cta .eyebrow{justify-content:center}.onward-landing .final-cta .eyebrow:before{display:none}.onward-landing .lp-footer{border-top:1px solid var(--line);padding:40px 0}.onward-landing .foot-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.onward-landing .foot-links{display:flex;gap:26px;font-size:14px;font-weight:500;color:var(--ink-70)}.onward-landing .foot-links a:hover{color:var(--ink)}.onward-landing .foot-mono{font-family:var(--font-inter),"Inter",sans-serif;font-size:12.5px;font-weight:500;color:var(--ink-50)}@media (max-width:920px){.onward-landing .hero{grid-template-columns:1fr;padding-top:56px}.onward-landing .doc-stage{height:400px;margin-top:20px}.onward-landing .decoder{margin:8px 14px;padding:64px 0}.onward-landing .nav-actions .btn-ghost{display:none}}@media (max-width:900px){.onward-landing .trust-grid{grid-template-columns:repeat(2,1fr)}.onward-landing .yield-grid{grid-template-columns:1fr 1fr}}@media (max-width:800px){.onward-landing .stepper{flex-direction:column;align-items:stretch;gap:0}.onward-landing .step{flex-direction:row;text-align:left;padding:10px 0}.onward-landing .step-label{max-width:none}.onward-landing .step-connector{flex:none;width:0;height:26px;border-top:none;border-left:2px dotted var(--line-strong);margin:0 0 0 29px}}@media (max-width:600px){.onward-landing .wrap{padding:0 20px}.onward-landing .doc-card{width:280px;padding:20px}.onward-landing .final-cta{padding:90px 0 80px}.onward-landing .yield-grid{grid-template-columns:1fr}}.onward-landing [data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.onward-landing [data-reveal].in{opacity:1;transform:translateY(0)}.onward-landing .ic,.onward-landing .ico,.onward-landing .step-node,.onward-landing .tick{background:var(--accent-soft)!important;border-color:var(--accent-soft)!important;color:var(--accent)!important}.onward-landing .nav-link{font-weight:600;font-size:14.5px;color:var(--ink-70);margin-right:6px;transition:color .15s}.onward-landing .nav-link:hover{color:var(--accent)}.onward-landing .pricing-panel{padding:70px 0}.onward-landing .lp-split{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;max-width:860px;margin:0 auto 34px}@media(max-width:720px){.onward-landing .lp-split{grid-template-columns:1fr}}.onward-landing .lp-col{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-card);padding:22px 24px;box-shadow:var(--shadow)}.onward-landing .lp-col.paid{background:var(--accent-soft);border-color:rgba(var(--accent-rgb),.25)}.onward-landing .lp-tag{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:12px;letter-spacing:.4px;text-transform:uppercase;padding:6px 12px;border-radius:999px;margin-bottom:14px}.onward-landing .lp-tag svg{width:13px;height:13px}.onward-landing .lp-tag.free{color:#0a7a52;background:#D6F3E6}.onward-landing .lp-tag.paid{color:var(--accent);background:#fff}.onward-landing .lp-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.onward-landing .lp-col li{position:relative;padding-left:20px;font-size:14.5px;line-height:1.45;color:var(--ink-70)}.onward-landing .lp-col li:before{content:"";position:absolute;left:4px;top:8px;width:6px;height:6px;border-radius:50%;background:var(--accent)}.onward-landing .lp-plans{text-align:center}.onward-landing .lp-offer{display:inline-block;font-weight:700;font-size:12px;letter-spacing:.5px;text-transform:uppercase;color:var(--logo-orange);margin-bottom:16px}.onward-landing .lp-plan-row{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:26px}.onward-landing .lp-plan{position:relative;min-width:170px;background:var(--card);border:1px solid var(--line);border-radius:var(--radius-card);padding:20px 22px;box-shadow:var(--shadow)}.onward-landing .lp-plan.featured{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.14),var(--shadow)}.onward-landing .lp-plan-badge{position:absolute;top:-10px;left:50%;transform:translateX(-50%);font-weight:800;font-size:10px;letter-spacing:.5px;text-transform:uppercase;color:#fff;background:var(--logo-orange);padding:3px 11px;border-radius:999px}.onward-landing .lp-plan-name{display:block;font-weight:700;font-size:13px;color:var(--ink-50);text-transform:uppercase;letter-spacing:.4px}.onward-landing .lp-plan-price{display:block;font-family:var(--font-manrope),sans-serif;font-size:32px;font-weight:800;color:var(--accent);line-height:1.1;margin:2px 0}.onward-landing .lp-plan-sub{display:block;font-size:13px;color:var(--ink-70)}.onward-landing .lp-plan-tagline{display:block;margin-top:8px;font-size:11.5px;line-height:1.4;color:var(--ink-50);max-width:160px}.onward-landing .refer-promo{background:var(--card);border-color:var(--line);box-shadow:var(--shadow);border-radius:var(--radius-card)}.onward-landing .refer-promo-eyebrow{color:var(--accent);background:var(--accent-soft)}.onward-landing .refer-promo-h{font-family:var(--font-fraunces),serif;font-weight:600}.onward-landing .refer-promo-sub{color:var(--ink-70)}.onward-landing .refer-promo-cta{font-family:var(--font-inter),sans-serif;background:var(--accent)}.onward-landing .refer-promo-cta:hover{opacity:.9}.onward-landing .refer-promo .refer-btn{color:var(--accent);background:var(--accent-soft);border-color:transparent}.onward-landing .refer-promo .refer-btn:hover{opacity:.85}.onward-landing .pricing-hero{padding:56px 0 8px;text-align:center}.onward-landing .pricing-hero .sec-head{margin-left:auto;margin-right:auto;margin-bottom:8px}.onward-landing .pricing-split{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;max-width:880px;margin:24px auto 0}@media(max-width:720px){.onward-landing .pricing-split{grid-template-columns:1fr}}.onward-landing .pcol{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-card);padding:24px 26px;box-shadow:var(--shadow)}.onward-landing .pcol-paid{background:var(--accent-soft);border-color:rgba(var(--accent-rgb),.25)}.onward-landing .pcol-head{margin-bottom:16px}.onward-landing .ptag{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:12.5px;letter-spacing:.4px;text-transform:uppercase;padding:7px 13px;border-radius:999px}.onward-landing .ptag svg{width:14px;height:14px}.onward-landing .ptag.free{color:#0a7a52;background:#D6F3E6}.onward-landing .ptag.paid{color:var(--accent);background:#fff}.onward-landing .pcol ul{list-style:none;display:flex;flex-direction:column;gap:12px}.onward-landing .pcol li{display:flex;align-items:flex-start;gap:10px;font-size:15px;line-height:1.45;color:var(--ink-70)}.onward-landing .pi{flex:none;margin-top:1px}.onward-landing .pi,.onward-landing .pi svg{width:18px;height:18px}.onward-landing .pi.free{color:#0a7a52}.onward-landing .pi.paid{color:var(--accent)}.onward-landing .credit-rule{max-width:640px;margin:20px auto 0;text-align:center;font-size:14.5px;color:var(--ink-70)}.onward-landing .plans-section{text-align:center;padding:40px 0 10px}.onward-landing .plans-offer{display:inline-block;font-weight:700;font-size:12.5px;letter-spacing:.5px;text-transform:uppercase;color:var(--logo-orange);margin-bottom:18px}.onward-landing .plans-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:20px}.onward-landing .plan-tile{position:relative;display:flex;flex-direction:column;align-items:center;min-width:200px;background:var(--card);border:1px solid var(--line);border-radius:var(--radius-card);padding:26px 24px 22px;box-shadow:var(--shadow)}.onward-landing .plan-tile.featured{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.14),var(--shadow)}.onward-landing .plan-tile-badge{position:absolute;top:-11px;left:50%;transform:translateX(-50%);font-weight:800;font-size:10px;letter-spacing:.5px;text-transform:uppercase;color:#fff;background:var(--logo-orange);padding:4px 12px;border-radius:999px}.onward-landing .plan-tile-name{font-weight:700;font-size:13px;color:var(--ink-50);text-transform:uppercase;letter-spacing:.4px}.onward-landing .plan-tile-price{font-family:var(--font-manrope),sans-serif;font-size:38px;font-weight:800;color:var(--accent);line-height:1.1;margin:2px 0}.onward-landing .plan-tile-credits{font-weight:700;font-size:15px;color:var(--ink)}.onward-landing .plan-tile-per{font-size:12.5px;color:var(--ink-50)}.onward-landing .plan-tile-tagline{font-size:12px;color:var(--ink-50);line-height:1.4;text-align:center;margin:10px 0 16px}.onward-landing .plan-tile-cta{font-size:14px;padding:11px 22px}.onward-landing .plans-foot{font-size:13.5px;color:var(--ink-50);margin-top:6px}.onward-landing .pricing-cta{text-align:center;padding:56px 0 72px}.onward-landing .pricing-cta h2{margin-bottom:8px}.onward-landing .pricing-disclaimer{max-width:520px;margin:22px auto 0;font-size:12px;line-height:1.5;color:var(--ink-50)}.onward-landing .decoder-free-note{display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;font-size:13.5px;line-height:1.5}.onward-landing .dfn-free{font-weight:700;color:#0a7a52}.onward-landing .dfn-paid{font-weight:600;color:var(--accent)}.onward-landing .dfn-dot{color:var(--ink-50)}@media(max-width:560px){.onward-landing .decoder-free-note .dfn-dot{display:none}.onward-landing .decoder-free-note{flex-direction:column;align-items:flex-start;gap:4px}}