.styles_featureCard__bzzku{background-color:var(--og-surface);border-radius:var(--og-radius-lg);padding:32px;box-shadow:var(--og-shadow-sm);border:1.5px solid var(--og-border);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;display:flex;flex-direction:column;min-height:320px}@media (max-width:768px){.styles_featureCard__bzzku{min-height:auto;padding:24px}}@media (max-width:480px){.styles_featureCard__bzzku{padding:20px}}.styles_featureCard__bzzku:hover{transform:translateY(-4px);box-shadow:var(--og-shadow-md);border-color:var(--og-accent)}.styles_featureIcon__QEMZc{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.styles_featureIcon__QEMZc.styles_blue__jS493{background-color:rgba(59,130,246,.12);color:#3b82f6}.styles_featureIcon__QEMZc.styles_indigo__8FSrR{background-color:rgba(99,102,241,.12);color:#6366f1}.styles_featureIcon__QEMZc.styles_purple___apJF{background-color:rgba(139,92,246,.12);color:#8b5cf6}.styles_featureIcon__QEMZc.styles_green__wSEtB{background-color:rgba(34,197,94,.12);color:#22c55e}.styles_featureTitle__k5EEd{font-size:18px;font-weight:700;color:var(--og-heading);margin-bottom:16px}.styles_featureDescription__D8YSz{font-size:14px;color:var(--og-text-muted);line-height:1.6;margin-bottom:24px;flex-grow:1}.styles_featureFooter__IWmmU{margin-top:auto}.styles_featureTag__6MDj4{display:flex;align-items:center;font-size:14px;font-weight:500;color:var(--og-text-muted);transition:color .2s ease}.styles_featureTag__6MDj4.styles_blue__jS493{color:#3b82f6}.styles_featureTag__6MDj4.styles_indigo__8FSrR{color:#6366f1}.styles_featureTag__6MDj4.styles_purple___apJF{color:#8b5cf6}.styles_featureTag__6MDj4.styles_green__wSEtB{color:#22c55e}.styles_featureTag__6MDj4 svg{margin-left:4px;transition:transform .2s ease}.styles_featureCard__bzzku:hover .styles_featureTag__6MDj4 svg{transform:translateX(4px)}.styles_faqSection__oeoR9{padding:80px 0;background-color:var(--og-bg)}.styles_faqContainer__pS39D{max-width:800px;margin:0 auto;padding:0 24px}.styles_faqTitle__46jP_{font-size:32px;font-weight:700;color:var(--og-heading);text-align:center;margin-bottom:48px}.styles_faqList__G0DfC{display:flex;flex-direction:column;gap:16px}.styles_faqItem__faLJO{border:1px solid var(--og-border);border-radius:8px;overflow:hidden}.styles_faqQuestion__nItwj{width:100%;padding:20px;background:none;border:none;text-align:left;font-size:18px;font-weight:600;color:var(--og-heading);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s ease}.styles_faqQuestion__nItwj:hover{background-color:var(--og-surface-subtle)}.styles_faqIcon__ItS2W{font-size:24px;color:var(--og-accent);transition:transform .2s ease}.styles_faqAnswer__cDHRJ{padding:0 20px;max-height:0;overflow:hidden;transition:all .3s ease;color:var(--og-text);line-height:1.6}.styles_faqAnswer__cDHRJ.styles_active__Qm6Ie{padding:0 20px 20px;max-height:500px}.styles_faqItem__faLJO.styles_active__Qm6Ie .styles_faqIcon__ItS2W{transform:rotate(45deg)}.styles_pageContainer__4GBWL{max-width:1280px;margin:0 auto;padding:0 24px}.styles_heroSection__yJ1LV{background:var(--og-bg);padding:88px 24px 80px;border-bottom:1px solid var(--og-surface-subtle)}.styles_heroInner__33RXF{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center}.styles_heroText__hTJsb{display:flex;flex-direction:column;gap:24px}.styles_heroEyebrow__h50Wp{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--og-accent)}.styles_heroEyebrowDot__SJV1a{width:6px;height:6px;background:var(--og-accent);border-radius:50%}.styles_heroH1__xgMMQ{font-size:52px;font-weight:800;line-height:1.12;color:var(--og-heading);margin:0;letter-spacing:-.02em}.styles_heroH1__xgMMQ em{font-style:normal;color:var(--og-accent)}.styles_heroSubtitle__h88kl{font-size:18px;color:var(--og-text-secondary);line-height:1.65;margin:0;max-width:520px}.styles_heroForm__Su6CF{display:flex;flex-direction:column;gap:14px;padding-top:8px;max-width:520px}.styles_heroInputRow__C7ZCn{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.styles_heroInput__70ZYj{flex:1 1;min-width:180px;max-width:280px;height:44px;padding:0 16px;border:1.5px solid var(--og-border);border-radius:8px;background:var(--og-surface);font-size:15px;color:var(--og-text);font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.styles_heroInput__70ZYj:focus{outline:none;border-color:var(--og-accent);box-shadow:0 0 0 3px var(--og-accent-subtle)}.styles_heroInput__70ZYj::placeholder{color:var(--og-text-faint)}.styles_heroBtn__bheuE{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 24px;background:var(--og-accent);color:#ffffff;border:none;border-radius:10px;font-size:15px;font-weight:700;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background .2s ease,transform .1s ease,box-shadow .2s ease}.styles_heroBtn__bheuE:hover{background:#25a85a;transform:translateY(-1px);box-shadow:0 8px 20px var(--og-accent-subtle)}.styles_heroBtn__bheuE:active{transform:translateY(0)}.styles_heroBtnArrow__EY_Ph{font-size:18px;line-height:1}.styles_heroDisclaimer__P5gi2{font-size:13px;color:var(--og-text-muted);margin:0}.styles_heroDisclaimer__P5gi2 a{color:#6366f1;text-decoration:none;font-weight:500}.styles_heroDisclaimer__P5gi2 a:hover{text-decoration:underline}.styles_heroVisual___qYCR{position:relative}.styles_mockReport__IauuX{background:var(--og-surface);border:1px solid var(--og-border);border-radius:14px;box-shadow:var(--og-shadow-md);overflow:hidden}.styles_mockReportHeader__EcDiJ{background:#0a0a45;padding:14px 20px;display:flex;align-items:center;gap:8px}.styles_mockReportHeaderDots__gLnQq{display:flex;gap:6px}.styles_mockDot__39UOl{width:10px;height:10px;border-radius:50%}.styles_mockDot__39UOl:first-child{background:#ff6057}.styles_mockDot__39UOl:nth-child(2){background:#ffbd2e}.styles_mockDot__39UOl:nth-child(3){background:#27c93f}.styles_mockReportTitle__uFCvC{font-size:12px;color:rgba(255,255,255,.6);margin-left:8px;font-family:SF Mono,Monaco,monospace}.styles_mockReportBody__l2qqh{padding:20px;display:flex;flex-direction:column;gap:14px}.styles_mockScoreRow__8O5_p{display:flex;align-items:center;gap:16px}.styles_mockScoreBadge__FKWRB{display:flex;align-items:baseline;gap:4px;background:rgba(245,158,11,.12);border:1.5px solid rgba(245,158,11,.4);border-radius:10px;padding:10px 16px}.styles_mockScoreNum__57OrC{font-size:36px;font-weight:800;color:#f59e0b;line-height:1}.styles_mockScoreDenom__ZSn6Z{font-size:14px;color:#f59e0b;opacity:.6;font-weight:600}.styles_mockScoreLabel__pvBl0{font-size:13px;color:var(--og-text-secondary);line-height:1.5}.styles_mockScoreLabel__pvBl0 strong{display:block;color:var(--og-heading);font-weight:700;font-size:14px}.styles_mockIssueList__g6prt{display:flex;flex-direction:column;gap:8px}.styles_mockIssueItem__BWkU2{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--og-border);border-radius:8px;background:var(--og-surface-subtle)}.styles_mockIssueDot__i90Lx{width:8px;height:8px;border-radius:50%;flex-shrink:0}.styles_mockIssueDot__i90Lx.styles_critical__rT23h{background:#ef4444}.styles_mockIssueDot__i90Lx.styles_warning__QUj7f{background:#f59e0b}.styles_mockIssueDot__i90Lx.styles_info__2YbBd{background:#3b82f6}.styles_mockIssueText__X8GAQ{font-size:12px;color:var(--og-text);flex:1 1}.styles_mockIssueBadge__gs_ER{font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:2px 8px;border-radius:999px}.styles_mockIssueBadge__gs_ER.styles_critical__rT23h{background:rgba(239,68,68,.12);color:#ef4444;border:1px solid rgba(239,68,68,.3)}.styles_mockIssueBadge__gs_ER.styles_warning__QUj7f{background:rgba(245,158,11,.12);color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.styles_mockIssueBadge__gs_ER.styles_info__2YbBd{background:rgba(59,130,246,.12);color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.styles_mockPageList__RnZfe{border:1px solid var(--og-border);border-radius:8px;overflow:hidden}.styles_mockPageRow__B2AhI{display:flex;align-items:center;gap:10px;padding:9px 12px;border-bottom:1px solid var(--og-surface-subtle)}.styles_mockPageRow__B2AhI:last-child{border-bottom:none}.styles_mockPageUrl__tiiUF{font-size:11px;font-family:SF Mono,Monaco,monospace;color:var(--og-text-secondary);flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_mockPageScore__0m42L{font-size:11px;font-weight:700;padding:2px 8px;border-radius:5px;white-space:nowrap}.styles_mockPageScore__0m42L.styles_good__fqio6{background:rgba(22,163,74,.12);color:#16a34a;border:1px solid rgba(22,163,74,.3)}.styles_mockPageScore__0m42L.styles_mid__PTuhu{background:rgba(245,158,11,.12);color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.styles_mockPageScore__0m42L.styles_poor__EmDys{background:rgba(239,68,68,.12);color:#ef4444;border:1px solid rgba(239,68,68,.3)}.styles_problemSection__KCkZh{background:var(--og-surface-subtle);padding:80px 24px}.styles_sectionHeader__LNFuZ{text-align:center;max-width:640px;margin:0 auto 52px}.styles_sectionEyebrow__TdDnB{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6366f1;margin:0 0 12px}.styles_sectionTitle__weXTJ{font-size:36px;font-weight:800;color:var(--og-heading);margin:0 0 16px;letter-spacing:-.02em;line-height:1.2}.styles_sectionSubtitle__8tyjd{font-size:17px;color:var(--og-text-secondary);margin:0;line-height:1.6}.styles_problemGrid__h7X2Q{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.styles_problemCard__SFJe0{background:var(--og-surface);border:1px solid var(--og-border);border-radius:12px;padding:32px;box-shadow:var(--og-shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.styles_problemCard__SFJe0:hover{transform:translateY(-3px);box-shadow:var(--og-shadow-md)}.styles_problemIcon__uk_H6{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.styles_problemIcon__uk_H6.styles_red__3C7cU{background:rgba(239,68,68,.12);color:#ef4444}.styles_problemIcon__uk_H6.styles_orange__Nl9rE{background:rgba(249,115,22,.12);color:#f97316}.styles_problemIcon__uk_H6.styles_yellow__Ml3_A{background:rgba(245,158,11,.12);color:#f59e0b}.styles_problemCardTitle__0U5zN{font-size:17px;font-weight:700;color:var(--og-heading);margin:0 0 10px}.styles_problemCardBody__1hK6O{font-size:14px;color:var(--og-text-secondary);line-height:1.65;margin:0}.styles_problemCallout__xsPAd{max-width:1280px;margin:32px auto 0;text-align:center;font-size:17px;font-weight:700;color:var(--og-heading);font-style:italic}.styles_howSection__sDqGw{background:var(--og-bg);padding:80px 24px}.styles_stepsRow__T79s8{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 40px 1fr 40px 1fr;align-items:center;grid-gap:0;gap:0}.styles_step__zbIB1{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.styles_stepNumber__a0d3z{width:56px;height:56px;border-radius:50%;background:#0a0a45;color:#ffffff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;flex-shrink:0}.styles_stepTitle__Ss6uw{font-size:16px;font-weight:700;color:var(--og-heading);margin:0}.styles_stepBody__p1gii{font-size:14px;color:var(--og-text-secondary);line-height:1.6;margin:0}.styles_stepArrow__aVJ9G{display:flex;align-items:center;justify-content:center;color:var(--og-border);font-size:24px;padding-bottom:40px}.styles_featuresSection__WycBF{background:var(--og-surface-subtle);padding:80px 24px}.styles_featuresGrid__3MB5L{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.styles_handoffSection__UDHnT{background:var(--og-bg);padding:80px 24px}.styles_handoffInner__wH00f{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.styles_handoffText__Y46mr{display:flex;flex-direction:column;gap:20px}.styles_handoffTitle__0JnyK{font-size:36px;font-weight:800;color:var(--og-heading);margin:0;line-height:1.2;letter-spacing:-.02em}.styles_handoffBody__1ucMF{font-size:16px;color:var(--og-text-secondary);line-height:1.7;margin:0}.styles_handoffList__9aWTH{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.styles_handoffListItem__noeA4{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:var(--og-text);line-height:1.6}.styles_handoffCheck__QvNKJ{width:20px;height:20px;border-radius:50%;background:rgba(22,163,74,.12);border:1.5px solid rgba(22,163,74,.4);color:#16a34a;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;font-size:11px;font-weight:700}.styles_handoffCta__W6w_4{display:inline-flex;align-items:center;gap:8px;background:var(--og-accent);color:#ffffff;border:none;border-radius:10px;padding:14px 28px;font-size:15px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .2s ease,transform .1s ease;align-self:flex-start}.styles_handoffCta__W6w_4:hover{background:#25a85a;transform:translateY(-1px)}.styles_handoffCard__g57o0{background:var(--og-surface);border:1px solid var(--og-border);border-radius:14px;box-shadow:var(--og-shadow-md);overflow:hidden}.styles_handoffCardHeader__DF8Z6{background:var(--og-surface-subtle);padding:14px 20px;border-bottom:1px solid var(--og-border);display:flex;align-items:center;justify-content:space-between}.styles_handoffCardHeaderTitle___vcyf{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--og-text-muted)}.styles_handoffCardHeaderBadge__Vs624{font-size:11px;font-weight:600;padding:3px 10px;border-radius:999px;background:rgba(59,130,246,.12);color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.styles_handoffTable__0lpOz{width:100%;border-collapse:collapse}.styles_handoffTable__0lpOz td{padding:12px 20px;border-bottom:1px solid var(--og-surface-subtle);vertical-align:top}.styles_handoffTable__0lpOz tr:last-child td{border-bottom:none}.styles_handoffTableLabel__qA0nK{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--og-text-faint);width:80px}.styles_handoffTableValue__J__ld{font-size:13px;color:var(--og-text);line-height:1.5}.styles_handoffTableValue__J__ld code{font-family:SF Mono,Monaco,monospace;font-size:12px;background:var(--og-surface-subtle);padding:1px 6px;border-radius:4px;color:var(--og-text-secondary)}.styles_handoffTableValue__J__ld.styles_fixValue__99A6C{color:#15803d;font-weight:600}.styles_handoffTableDivider__5zoGf{height:1px;background:var(--og-border);margin:0}.styles_audienceSection__AeXPr{background:var(--og-surface-subtle);padding:80px 24px}.styles_audienceGrid__w8FgD{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.styles_audienceCard__L78KZ{background:var(--og-surface);border:1px solid var(--og-border);border-radius:12px;padding:28px 24px;box-shadow:var(--og-shadow-sm);display:flex;flex-direction:column;gap:12px;transition:transform .2s ease,box-shadow .2s ease}.styles_audienceCard__L78KZ:hover{transform:translateY(-3px);box-shadow:var(--og-shadow-md)}.styles_audienceIcon__tgY1b{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.styles_audienceIconIndigo__xPMLu{background:rgba(99,102,241,.1);color:#6366f1}.styles_audienceIconGreen__7sZFP{background:var(--og-accent-subtle);color:var(--og-accent)}.styles_audienceIconBlue__3ft4l{background:rgba(59,130,246,.1);color:#3b82f6}.styles_audienceIconPurple__moF7W{background:rgba(139,92,246,.1);color:#8b5cf6}.styles_audienceTitle__SdwEL{font-size:16px;font-weight:700;color:var(--og-heading);margin:0}.styles_audienceBody__pABZ2{font-size:13px;color:var(--og-text-secondary);line-height:1.6;margin:0}.styles_comparisonSection__KHnKU{background:var(--og-bg);padding:80px 24px}.styles_comparisonTable__Qeo5P{max-width:1000px;margin:0 auto;border:1px solid var(--og-border);border-radius:14px;overflow:hidden;box-shadow:var(--og-shadow-sm)}.styles_comparisonHead__68o3V{display:grid;grid-template-columns:180px 1fr 1fr 1fr;background:var(--og-surface-subtle);border-bottom:1px solid var(--og-border)}.styles_comparisonHeadCell__cIIn_{padding:16px 20px;font-size:13px;font-weight:700;color:var(--og-text-muted);text-transform:uppercase;letter-spacing:.06em;border-right:1px solid var(--og-border)}.styles_comparisonHeadCell__cIIn_:last-child{border-right:none}.styles_comparisonHeadCell__cIIn_.styles_highlight__0Ib0G{background:var(--og-accent-subtle);color:var(--og-accent)}.styles_comparisonRow__GIXdO{display:grid;grid-template-columns:180px 1fr 1fr 1fr;border-bottom:1px solid var(--og-surface-subtle)}.styles_comparisonRow__GIXdO:last-child{border-bottom:none}.styles_comparisonRow__GIXdO:hover .styles_comparisonCell__YUPGd{background:var(--og-surface-subtle)}.styles_comparisonCell__YUPGd{padding:14px 20px;font-size:13px;color:var(--og-text);border-right:1px solid var(--og-surface-subtle);display:flex;align-items:center;gap:8px;line-height:1.4;transition:background .12s ease}.styles_comparisonCell__YUPGd:last-child{border-right:none}.styles_comparisonCell__YUPGd.styles_featureLabel__eqTz3{font-weight:600;color:var(--og-heading);font-size:13px;background:var(--og-surface-subtle);border-right:1px solid var(--og-border)}.styles_comparisonCell__YUPGd.styles_highlight__0Ib0G{background:var(--og-accent-subtle)}.styles_comparisonCell__YUPGd.styles_highlight__0Ib0G:hover{background:var(--og-accent-subtle);opacity:.8}.styles_checkIcon__Vk6Vd{color:#16a34a;font-size:15px;font-weight:700}.styles_crossIcon__2UW5y{color:#dc2626;font-size:15px}.styles_partialIcon__0txeX{color:#f59e0b;font-size:13px}.styles_proofSection__wiWSO{background:linear-gradient(135deg,#0a0a45,#1a1a6e);padding:72px 24px}.styles_proofInner__hRBbC{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0}.styles_statCard__LYrRf{text-align:center;padding:32px 24px;border-right:1px solid rgba(255,255,255,.12)}.styles_statCard__LYrRf:last-child{border-right:none}.styles_statNumber__ocmVy{font-size:52px;font-weight:800;color:var(--og-accent);line-height:1;letter-spacing:-.02em;margin-bottom:10px}.styles_statLabel__wkuLc{font-size:15px;color:rgba(255,255,255,.7);line-height:1.5;margin:0}.styles_statLabel__wkuLc strong{display:block;color:#ffffff;font-size:16px;font-weight:700;margin-bottom:4px}.styles_ctaSection__mGl60{background:var(--og-surface-subtle);border-top:1px solid var(--og-border);border-bottom:1px solid var(--og-border);padding:80px 24px}.styles_ctaInner__1XRvM{max-width:640px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}.styles_ctaTitle__OWTz_{font-size:36px;font-weight:800;color:var(--og-heading);margin:0;line-height:1.2;letter-spacing:-.02em}.styles_ctaBody__ymN9i{font-size:17px;color:var(--og-text-secondary);margin:0;line-height:1.6}.styles_ctaForm__PPBUZ{display:flex;gap:10px;width:100%;max-width:520px;flex-wrap:wrap}.styles_ctaInput__c4V2W{flex:1 1;min-width:200px;height:44px;padding:0 16px;border:1.5px solid var(--og-border);border-radius:8px;background:var(--og-surface);font-size:15px;color:var(--og-text);font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.styles_ctaInput__c4V2W:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.15)}.styles_ctaInput__c4V2W::placeholder{color:var(--og-text-faint)}.styles_ctaBtn__2uYIh{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 24px;background:#6366f1;color:#ffffff;border:none;border-radius:10px;font-size:15px;font-weight:700;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background .2s ease,transform .1s ease}.styles_ctaBtn__2uYIh:hover{background:#4f46e5;transform:translateY(-1px)}.styles_ctaDisclaimer__hfiqD{font-size:13px;color:var(--og-text-muted);margin:0}.styles_ctaDisclaimer__hfiqD a{color:#6366f1;text-decoration:none;font-weight:500}.styles_ctaDisclaimer__hfiqD a:hover{text-decoration:underline}.styles_faqSection__cvCwN{background:var(--og-surface-subtle);padding:80px 24px}@media (max-width:1024px){.styles_heroInner__33RXF{grid-template-columns:1fr;gap:40px}.styles_heroH1__xgMMQ{font-size:42px}.styles_handoffInner__wH00f{grid-template-columns:1fr;gap:40px}.styles_audienceGrid__w8FgD,.styles_featuresGrid__3MB5L{grid-template-columns:repeat(2,1fr)}.styles_comparisonHead__68o3V,.styles_comparisonRow__GIXdO{grid-template-columns:140px 1fr 1fr 1fr}.styles_proofInner__hRBbC{grid-template-columns:1fr;gap:0}.styles_statCard__LYrRf{border-right:none;border-bottom:1px solid rgba(255,255,255,.12);padding:28px 16px}.styles_statCard__LYrRf:last-child{border-bottom:none}}@media (max-width:768px){.styles_heroSection__yJ1LV{padding:60px 20px 56px}.styles_heroH1__xgMMQ{font-size:34px}.styles_heroSubtitle__h88kl{font-size:16px}.styles_heroForm__Su6CF{max-width:100%}.styles_heroInputRow__C7ZCn{flex-direction:column}.styles_heroInput__70ZYj{max-width:100%}.styles_heroBtn__bheuE{width:100%;justify-content:center}.styles_audienceSection__AeXPr,.styles_comparisonSection__KHnKU,.styles_ctaSection__mGl60,.styles_faqSection__cvCwN,.styles_featuresSection__WycBF,.styles_handoffSection__UDHnT,.styles_howSection__sDqGw,.styles_problemSection__KCkZh{padding:56px 20px}.styles_problemGrid__h7X2Q,.styles_stepsRow__T79s8{grid-template-columns:1fr}.styles_stepsRow__T79s8{gap:32px}.styles_stepArrow__aVJ9G{display:none}.styles_featuresGrid__3MB5L{grid-template-columns:1fr}.styles_audienceGrid__w8FgD{grid-template-columns:1fr 1fr}.styles_comparisonTable__Qeo5P{overflow-x:auto}.styles_comparisonHead__68o3V,.styles_comparisonRow__GIXdO{min-width:580px}.styles_ctaTitle__OWTz_,.styles_handoffTitle__0JnyK,.styles_sectionTitle__weXTJ{font-size:28px}.styles_ctaForm__PPBUZ{flex-direction:column}.styles_ctaInput__c4V2W{min-width:unset}.styles_ctaBtn__2uYIh{width:100%;justify-content:center}.styles_statNumber__ocmVy{font-size:40px}}@media (max-width:480px){.styles_audienceGrid__w8FgD{grid-template-columns:1fr}.styles_heroH1__xgMMQ{font-size:30px}.styles_proofSection__wiWSO{padding:56px 20px}}