:root{--background:#f8f5ec;--line:#d7e0dc;--line-strong:#a4b7af;--panel-soft:#eef4f1;--accent-strong:#0f5c50;--accent-soft:#dceee8;--warning:#a43f34;--warning-soft:#f8e8e5;--gold:#b0832d;--gold-soft:#f5eddb;--shadow:0 18px 48px rgba(23,33,30,0.08);--shadow-soft:0 10px 28px rgba(23,33,30,0.055);--header-shadow:0 1px 0 rgba(15,92,80,0.08),0 18px 42px rgba(23,33,30,0.06);--container-max:1540px;--container-gutter:clamp(20px,5vw,96px);--section-block:clamp(64px,7.5vw,118px);--grid-gap:clamp(20px,3vw,48px);--radius:8px;--radius-sm:6px}*{box-sizing:border-box}html{background:var(--background);color:var(--foreground);scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,sans-serif;line-height:1.58;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(22,122,104,.34);outline-offset:3px}::selection{background:var(--accent-soft)}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-footer,.site-header{border-color:var(--line);border-style:solid;background:rgba(245,247,246,.97)}.site-header{border-width:0 0 1px;position:-webkit-sticky;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-footer{border-width:1px 0 0;margin-top:auto}.inner{width:min(var(--container-max),calc(100% - (var(--container-gutter) * 2)));margin:0 auto}.inner-wide{--container-max:1760px}.inner-reading{--container-max:1060px}.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 0}.brand{font-weight:700;letter-spacing:0}.footer-links,.nav-links{display:flex;flex-wrap:wrap;gap:14px;color:var(--muted);font-size:.95rem}.footer-links a,.nav-links a{border-radius:var(--radius);padding:4px 2px}.main{flex:1 1}.band.alt{background:linear-gradient(180deg,rgba(255,255,255,.36),rgba(255,255,255,0)),var(--panel-soft);border-block:1px solid rgba(164,183,175,.25)}.hero-grid,.two-column{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);grid-gap:var(--grid-gap);gap:var(--grid-gap);align-items:center}.eyebrow{color:var(--accent-strong);font-weight:700;margin:0 0 12px;text-transform:uppercase;font-size:.82rem;letter-spacing:0}h1,h2,h3,p{overflow-wrap:anywhere}h1{font-size:clamp(2.5rem,5vw,4.25rem);line-height:1.02;margin:0 0 20px;max-width:860px}h1,h2{letter-spacing:0}h2{font-size:clamp(1.75rem,3vw,2.35rem);line-height:1.1;margin:0 0 16px}h3{margin:0 0 8px;line-height:1.2}p{color:var(--muted);margin:0 0 16px;max-width:760px}.lead{font-size:1.14rem;line-height:1.68}.page-header{display:grid;grid-gap:8px;gap:8px;margin-bottom:32px}.section-header{display:grid;grid-gap:6px;gap:6px;margin-bottom:clamp(22px,3vw,34px);max-width:920px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.button{border:1px solid var(--accent);border-radius:var(--radius);display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:11px 20px;font-weight:760;letter-spacing:0;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.button.primary{background:linear-gradient(180deg,#188b75 0,var(--accent-strong) 100%);color:#ffffff;box-shadow:0 12px 24px rgba(15,92,80,.18)}.button.secondary{border-color:rgba(15,92,80,.22)}.button:hover{border-color:var(--accent);box-shadow:0 12px 26px rgba(22,122,104,.16);text-decoration:none}.button:disabled{cursor:not-allowed}.trust-image{border:1px solid var(--line);border-radius:var(--radius);min-height:280px;background:linear-gradient(rgba(29,37,34,.08),rgba(29,37,34,.08)),url(https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1200&q=80);background-position:50%;background-size:cover;box-shadow:var(--shadow)}.cards,.list{display:grid;grid-gap:clamp(16px,2vw,24px);gap:clamp(16px,2vw,24px)}.cards{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.form-boundary,.notice{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);padding:clamp(20px,2vw,28px)}.card{display:grid;align-content:start;grid-gap:8px;gap:8px;box-shadow:var(--shadow-soft)}.card:hover{border-color:rgba(15,92,80,.24)}.card h3,.notice h3{color:var(--foreground)}.notice{border-left:4px solid var(--gold)}.danger-note{border-left-color:var(--warning)}.danger-note,.status{background:var(--panel)}.status{display:inline-flex;align-items:center;border:1px solid var(--line-strong);border-radius:var(--radius);padding:6px 10px;font-size:.85rem;font-weight:700;margin-bottom:12px;width:-moz-fit-content;width:fit-content}.preview-badge{background:var(--accent-soft);border-color:rgba(22,122,104,.32)}.empty-state{border:1px dashed var(--line-strong);border-radius:var(--radius);background:var(--panel);padding:24px}.form-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);display:grid;grid-gap:12px;gap:12px;padding:clamp(22px,2vw,30px)}.form-card label{color:var(--foreground);font-weight:700}.form-card input{border:1px solid var(--line);border-radius:var(--radius);font:inherit;padding:12px;width:100%;background:#ffffff;color:var(--foreground)}.helper-text{color:var(--muted);margin:0}.error-text{color:var(--warning);font-weight:700;margin:0}.form-boundary label{color:var(--foreground);display:block;font-weight:700;margin:14px 0 6px}.check-panel input,.check-panel select,.check-panel textarea,.form-boundary input,.form-boundary select,.form-boundary textarea{border:1px solid var(--line);border-radius:var(--radius);font:inherit;padding:13px 14px;width:100%;background:#ffffff;color:var(--foreground);box-shadow:inset 0 1px 0 rgba(23,33,30,.03)}.check-panel input:hover,.check-panel select:hover,.check-panel textarea:hover,.form-boundary input:hover,.form-boundary select:hover,.form-boundary textarea:hover{border-color:var(--line-strong)}.check-shell{display:grid;grid-template-columns:300px minmax(0,1fr);grid-gap:24px;gap:24px;margin-top:28px}.public-check-shell{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:start}.step-list{display:grid;grid-gap:8px;gap:8px;align-self:start}.step-item{background:var(--panel);color:var(--foreground);cursor:pointer;display:flex;gap:10px;min-height:48px;padding:10px 12px;text-align:left;box-shadow:0 4px 14px rgba(23,33,30,.03)}.section-number,.step-item,.step-item span{align-items:center;border:1px solid var(--line);border-radius:var(--radius)}.section-number,.step-item span{background:var(--panel-soft);display:inline-flex;flex:0 0 auto;font-weight:700;height:30px;justify-content:center;width:30px}.step-item.active{border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 4px 0 0 var(--accent)}.step-item:hover{border-color:var(--line-strong);text-decoration:none}.check-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);box-shadow:var(--shadow-soft);padding:30px}.advanced-check-panel,.check-context-panel,.check-intake-panel,.form-grid{display:grid;grid-gap:16px;gap:16px}.form-grid.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.check-panel fieldset{border:0;margin:0;padding:0}.check-panel legend{color:var(--foreground);font-size:1.55rem;font-weight:800;margin-bottom:12px}.check-panel label{color:var(--foreground);display:block;font-weight:700;margin:14px 0 6px}.option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.option-card{align-items:flex-start;border:1px solid var(--line);border-radius:var(--radius);display:flex;min-height:52px;padding:12px;background:#ffffff;transition:background-color .16s ease,border-color .16s ease}.option-card input{margin-top:4px;width:auto}.option-card.compact{min-height:0}.privacy-toggle span{display:grid;grid-gap:4px;gap:4px}.privacy-toggle small{color:var(--muted);font-size:.92rem}.prior-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.option-card:has(input:checked){background:var(--accent-soft);border-color:var(--accent)}.advanced-check-details{border-top:1px solid rgba(148,170,161,.35);margin-top:6px;padding-top:16px}.advanced-check-details summary{cursor:pointer;font-weight:700;color:var(--accent-strong)}.mode-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin:16px 0 18px}.mode-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);color:var(--foreground);display:grid;grid-gap:8px;gap:8px;min-height:116px;padding:16px;text-align:left}.mode-card span{color:var(--muted)}.mode-card.active{background:var(--accent-soft);border-color:var(--accent);box-shadow:inset 4px 0 0 var(--accent)}.sequence-builder,.sequence-readout{display:grid;grid-gap:12px;gap:12px;margin-top:12px}.sequence-event,.sequence-readout article{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);padding:16px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.form-error{background:var(--warning-soft);border:1px solid rgba(164,63,52,.28);border-radius:var(--radius);color:#7d2e27;font-weight:700;padding:12px;margin-top:16px}.report-summary,.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.report-summary div,.review-grid div{border:1px solid var(--line);border-radius:var(--radius);padding:14px;background:var(--panel)}.report-summary strong,.review-grid strong{display:block;margin-bottom:4px}.report-summary span,.review-grid span{color:var(--muted)}.report-shell{display:grid;grid-gap:28px;gap:28px}.report-sections{display:grid;grid-gap:12px;gap:12px}.report-section{align-items:flex-start;display:grid;grid-gap:14px;gap:14px;grid-template-columns:42px minmax(0,1fr);padding:18px}.report-hero,.report-section{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel)}.report-hero{border-left:5px solid var(--accent);box-shadow:var(--shadow-soft);padding:28px}.report-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.report-hero h1{font-size:2.6rem}.interruption-card,.interruption-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);padding:22px}.interruption-card{border-left:5px solid var(--accent);box-shadow:var(--shadow-soft)}.interruption-card h2{font-size:1.75rem}.interruption-panel.live{border-left:4px solid var(--warning)}.interruption-panel.subtle{background:var(--panel-soft)}.do-not-grid{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.do-not-item,.question-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-soft);padding:14px}.report-summary div{background:var(--panel)}.footer-content{display:grid;grid-gap:14px;gap:14px;padding:28px 0}.marketing-shell{background:linear-gradient(90deg,rgba(15,92,80,.026) 1px,transparent 0),linear-gradient(180deg,#fbf8ef,#f3f7f4 48%,#fbf8ef);background-size:92px 92px,auto}.marketing-footer,.marketing-header{border-color:var(--line);border-style:solid;background:rgba(248,251,249,.94)}.marketing-header{border-width:0 0 1px;position:-webkit-sticky;position:sticky;top:0;z-index:12;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--header-shadow)}.marketing-header:after{background:linear-gradient(90deg,transparent,rgba(22,122,104,.2),transparent);content:"";display:block;height:1px}.marketing-footer{border-width:1px 0 0;background:linear-gradient(180deg,rgba(255,255,255,.55),transparent),#eef4f1}.marketing-nav-shell{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:clamp(18px,3vw,40px);gap:clamp(18px,3vw,40px);min-height:78px;padding:16px 0}.marketing-brand{display:inline-flex;align-items:center;color:var(--foreground);font-weight:850}.marketing-brand,.marketing-brand:hover{text-decoration:none}.brand-logo{gap:10px;min-width:max-content}.brand-logo,.brand-mark{display:inline-flex;align-items:center}.brand-mark{background:linear-gradient(180deg,#eaf6f1,#ffffff);border:1px solid rgba(15,92,80,.18);border-radius:10px;box-shadow:0 10px 22px rgba(15,92,80,.12);height:42px;justify-content:center;width:42px}.brand-mark svg{display:block;height:27px;width:27px}.brand-mark-shield{fill:var(--accent-strong)}.brand-mark-inner{fill:#ffffff;opacity:.98}.brand-mark-check{fill:none;stroke:var(--gold);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.7}.brand-word{font-size:1.14rem;font-weight:850;letter-spacing:0}.footer-link-columns,.footer-link-columns div,.marketing-actions,.marketing-nav{display:flex;align-items:center;gap:14px}.marketing-actions,.marketing-nav{flex-wrap:wrap}.marketing-nav{justify-content:center}.marketing-actions{justify-content:flex-end}.marketing-link,.marketing-nav a{color:var(--muted-strong);font-size:.94rem;font-weight:700}.marketing-nav a{border-radius:var(--radius-sm);padding:10px 11px}.marketing-link:hover,.marketing-nav a:hover{background:rgba(220,238,232,.58);color:var(--accent-strong);text-decoration:none}.marketing-main{display:grid;grid-gap:0;gap:0}.marketing-hero{padding:clamp(72px,8vw,128px) 0 clamp(56px,6vw,92px)}.feature-grid,.hero-stack{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);grid-gap:var(--grid-gap);gap:var(--grid-gap);align-items:stretch}.hero-copy{display:grid;align-content:center;padding:10px 0}.landing-hero,.page-hero,.support-hero,.trusted-hero{border-bottom:1px solid rgba(164,183,175,.24);position:relative}.landing-hero{background:linear-gradient(135deg,rgba(251,248,239,.98),rgba(248,251,249,.72) 46%,rgba(220,238,232,.76)),linear-gradient(180deg,rgba(255,255,255,.65),transparent)}.landing-hero-grid,.support-hero-grid,.trusted-hero-grid{align-items:center;display:grid;grid-gap:clamp(32px,5vw,84px);gap:clamp(32px,5vw,84px)}.landing-hero-grid{grid-template-columns:minmax(390px,.8fr) minmax(560px,1.2fr)}.hero-copy-premium{max-width:720px}.hero-copy-premium h1{font-size:clamp(2.6rem,4.2vw,4.55rem);line-height:1.04;max-width:760px}.hero-badge{align-items:center;background:rgba(255,255,255,.78);border:1px solid rgba(15,92,80,.16);border-radius:999px;box-shadow:0 10px 28px rgba(23,33,30,.06);color:var(--accent-strong);display:inline-flex;font-size:.88rem;font-weight:850;letter-spacing:0;margin:0 0 18px;padding:8px 13px;width:-moz-fit-content;width:fit-content}.landing-human-visual,.landing-secondary-visual{margin:0}.landing-human-visual{align-self:center;border-radius:24px;box-shadow:0 34px 84px rgba(23,33,30,.16);overflow:hidden;position:relative}.landing-human-visual img,.landing-secondary-visual img{display:block;height:auto;width:100%}.landing-human-visual img{aspect-ratio:4/3;object-fit:cover}.hero-overlay-card{background:rgba(255,255,255,.92);border:1px solid rgba(15,92,80,.15);border-radius:14px;box-shadow:0 18px 48px rgba(23,33,30,.12);padding:clamp(14px,1.4vw,20px);position:absolute}.hero-overlay-card h2{font-size:clamp(1.2rem,1.7vw,1.72rem);margin-bottom:6px}.hero-overlay-card p{margin-bottom:0}.hero-overlay-card ul{color:var(--muted-strong);display:grid;grid-gap:7px;gap:7px;margin:10px 0 0;padding-left:18px}.hero-overlay-risk{left:5%;top:7%;width:min(280px,38%)}.hero-overlay-steps{bottom:7%;right:5%;width:min(340px,44%)}.hero-overlay-human{bottom:9%;left:7%;width:min(250px,34%)}.hero-overlay-human p{color:var(--accent-strong);font-weight:850}.landing-facts .section-header{align-items:end;display:grid;grid-template-columns:minmax(0,.68fr) minmax(320px,.32fr);max-width:none}.landing-facts .section-header .eyebrow,.landing-facts .section-header h2{grid-column:1}.landing-facts .section-header p:not(.eyebrow){grid-column:2;margin-bottom:16px}.trusted-control-panel{background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(248,251,249,.9)),var(--panel);border:1px solid rgba(15,92,80,.18);border-radius:18px;box-shadow:0 28px 70px rgba(23,33,30,.12);overflow:hidden}.trusted-control-panel article{background:rgba(238,244,241,.72);border:1px solid rgba(164,183,175,.34);border-radius:var(--radius);display:grid;grid-gap:10px;gap:10px;padding:16px}.landing-facts{background:#f8fbf9}.fact-section-shell{background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(248,251,249,.86)),var(--panel);border:1px solid rgba(15,92,80,.16);border-radius:22px;box-shadow:0 24px 64px rgba(23,33,30,.1);padding:clamp(22px,3vw,44px)}.fact-section-shell .country-selector{max-width:680px}.fact-section-shell .cards .card{border-color:rgba(15,92,80,.14);min-height:280px}.fact-section-shell .cards h3{font-size:clamp(2rem,3vw,3.2rem);letter-spacing:-.01em}.landing-help{background:#fbf8ef}.landing-help-grid{align-items:start;display:grid;grid-gap:var(--grid-gap);gap:var(--grid-gap);grid-template-columns:minmax(360px,.72fr) minmax(0,1.28fr)}.landing-step-list{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-step{background:#ffffff;border:1px solid rgba(15,92,80,.14);border-radius:16px;box-shadow:var(--shadow-soft);display:grid;grid-gap:12px;gap:12px;min-height:260px;padding:clamp(22px,2.2vw,34px)}.landing-step span{color:var(--accent-strong);font-size:.92rem;font-weight:850}.landing-step h3{font-size:clamp(1.3rem,1.7vw,1.7rem)}.landing-human-support{background:linear-gradient(135deg,rgba(220,238,232,.88),rgba(251,248,239,.78)),var(--panel-soft)}.landing-support-grid{align-items:center;display:grid;grid-gap:clamp(28px,5vw,78px);gap:clamp(28px,5vw,78px);grid-template-columns:minmax(360px,.72fr) minmax(520px,1.28fr)}.landing-support-copy{background:rgba(255,255,255,.74);border:1px solid rgba(15,92,80,.14);border-radius:18px;box-shadow:var(--shadow-soft);padding:clamp(24px,3vw,42px)}.landing-secondary-visual{border-radius:20px;box-shadow:0 26px 70px rgba(23,33,30,.12);overflow:hidden}.landing-final-cta{background:#f8fbf9}.final-cta-panel{background:linear-gradient(135deg,rgba(15,92,80,.95),rgba(22,122,104,.9)),var(--accent-strong);border-radius:22px;box-shadow:0 28px 72px rgba(15,92,80,.22);padding:clamp(28px,4vw,56px);text-align:center}.final-cta-panel .eyebrow,.final-cta-panel h2,.final-cta-panel p{color:#ffffff;margin-inline:auto}.final-cta-panel .actions{justify-content:center}.final-cta-panel .button.secondary{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.38);color:#ffffff}.page-hero{background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(238,244,241,.7)),var(--panel-soft)}.page-intro-centered,.section-header-centered{margin-inline:auto;text-align:center}.page-intro-centered p,.section-header-centered p{margin-inline:auto}.how-process-grid{display:grid;grid-gap:clamp(18px,2.5vw,34px);gap:clamp(18px,2.5vw,34px);grid-template-columns:minmax(0,1.25fr) minmax(0,.85fr)}.process-panel{min-height:260px}.process-panel-primary{background:linear-gradient(135deg,rgba(220,238,232,.76),rgba(255,255,255,.96)),var(--panel);grid-row:span 2}.process-panel-primary p:not(.section-tag){color:var(--muted-strong);font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.55;max-width:760px}.process-panel-limit{border-left:4px solid var(--gold)}.trusted-hero-grid{grid-template-columns:minmax(0,1.04fr) minmax(380px,.76fr)}.trusted-control-panel{display:grid;grid-gap:12px;gap:12px;padding:clamp(20px,2.4vw,30px)}.trusted-control-panel article{background:#ffffff}.trusted-control-panel p{color:var(--muted-strong);font-weight:700;margin:0}.trusted-help-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.trusted-limits-grid{align-items:start;display:grid;grid-gap:var(--grid-gap);gap:var(--grid-gap);grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr)}.support-hero-grid{align-items:start;grid-template-columns:minmax(0,.94fr) minmax(460px,1.06fr)}.support-hero .country-panel{margin:0}.support-principles-grid{display:grid;max-width:980px}.content-panel,.faq-layout,.legal-layout,.page-intro{display:grid;grid-gap:18px;gap:18px}.page-intro{max-width:900px}.section-tag{color:var(--accent-strong);font-size:.86rem;font-weight:700;margin:0;text-transform:uppercase}.country-panel,.footer-limit-panel,.membership-card,.sample-report-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);box-shadow:var(--shadow-soft);padding:24px}.detail-list,.faq-items,.legal-layout,.membership-grid,.step-grid,.three-panel-grid{display:grid;grid-gap:14px;gap:14px}.detail-list.compact{gap:10px}.channel-chip,.detail-item,.report-link-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);padding:16px;box-shadow:0 6px 18px rgba(23,33,30,.035)}.detail-item h4{margin:0 0 8px}.channel-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.channel-chip{color:var(--foreground);font-weight:700;min-height:64px;display:flex;align-items:center;justify-content:center;text-align:center}.membership-card{display:flex;flex-direction:column;gap:18px}.membership-card .button,.membership-card form,.membership-card>a:last-child{margin-top:auto}.step-grid,.three-panel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.step-badge{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--accent);border-radius:var(--radius);color:var(--accent-strong);font-weight:800;margin-bottom:10px}.support-links{display:flex;flex-wrap:wrap;gap:12px;color:var(--muted-strong);font-size:.94rem}.support-links a{font-weight:700}.marketing-list{color:var(--muted);margin:0;padding-left:20px;display:grid;grid-gap:8px;gap:8px}.marketing-list li{overflow-wrap:anywhere}.membership-card.compact{box-shadow:var(--shadow-soft);padding:20px}.membership-retention{color:var(--accent-strong);font-weight:700}.faq-layout,.legal-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.country-selector{display:grid;grid-gap:12px;gap:12px;margin-bottom:18px}.country-selector.compact{width:100%}.country-label{color:var(--foreground);font-weight:700}.country-control{display:flex;flex-wrap:wrap;gap:10px}.country-control input,.country-control select{min-width:0;flex:1 1 280px}.country-selector .card{border-color:rgba(15,92,80,.18)}.button-inline{min-height:44px}.marketing-footer-grid{display:grid;grid-gap:clamp(34px,5vw,76px);gap:clamp(34px,5vw,76px);grid-template-columns:minmax(0,1.5fr) minmax(360px,.8fr);padding:clamp(42px,5vw,68px) 0}.footer-link-columns{justify-content:space-between}.footer-link-columns div{flex-direction:column}.footer-company-line{color:var(--muted-strong);font-size:.92rem;margin-bottom:0}.footer-brand{display:inline-flex;margin-bottom:14px}.faq-layout>.content-panel:only-child,.legal-layout>.content-panel:only-child{grid-column:1/-1}.content-panel{border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.9);box-shadow:var(--shadow-soft);padding:clamp(22px,2.4vw,34px)}.content-panel pre{color:var(--muted-strong);line-height:1.68;max-width:100%}.card a,.content-panel a,.helper-text a{color:var(--accent-strong);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.print-only{display:none}.risk-high{color:var(--warning);border-color:rgba(164,63,52,.24);background:var(--warning-soft)}@media print{:root{--background:#ffffff;--panel:#ffffff;--panel-soft:#ffffff;--shadow:none}body,html{background:#ffffff;color:#000000}.actions,.feedback-form,.no-print,.site-footer,.site-header{display:none!important}.print-only{display:block!important}.band{padding:0}.inner{width:100%}.report-shell{gap:16px}.detail-item,.interruption-card,.interruption-panel,.notice,.report-hero,.report-section,.report-summary div,.review-grid div{box-shadow:none!important;break-inside:avoid;page-break-inside:avoid}a,a:visited{text-decoration:underline}.status,a,a:visited{color:#000000}}@media (max-width:980px){.channel-grid,.faq-layout,.feature-grid,.hero-stack,.how-process-grid,.landing-help-grid,.landing-hero-grid,.landing-support-grid,.legal-layout,.marketing-footer-grid,.membership-grid,.public-check-shell,.step-grid,.support-hero-grid,.three-panel-grid,.trusted-hero-grid,.trusted-limits-grid{grid-template-columns:1fr}.report-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.marketing-nav-shell{display:flex;align-items:flex-start;flex-direction:column}.marketing-actions,.marketing-nav{justify-content:flex-start}.trusted-help-grid{grid-template-columns:1fr}.landing-facts .section-header{align-items:start;grid-template-columns:1fr}.landing-facts .section-header .eyebrow,.landing-facts .section-header h2,.landing-facts .section-header p:not(.eyebrow){grid-column:auto}.landing-step-list{grid-template-columns:1fr}}@media (max-width:760px){.hero-grid,.nav,.two-column{align-items:flex-start;grid-template-columns:1fr}.nav{flex-direction:column}.cards{grid-template-columns:1fr}.channel-grid,.faq-layout,.feature-grid,.hero-stack,.how-process-grid,.landing-help-grid,.landing-hero-grid,.landing-support-grid,.legal-layout,.marketing-footer-grid,.marketing-nav-shell,.membership-grid,.step-grid,.support-hero-grid,.three-panel-grid,.trusted-hero-grid,.trusted-limits-grid{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.check-shell,.country-control,.do-not-grid,.form-grid.two-up,.mode-grid,.option-grid,.prior-action-grid,.report-summary,.review-grid{grid-template-columns:1fr}.country-control{display:grid;width:100%}.band{padding:46px 0}h1{font-size:2.4rem}h2{font-size:1.7rem}.inner{width:min(100% - 32px,var(--container-max))}.actions .button,.footer-link-columns,.marketing-actions,.marketing-actions .button,.marketing-nav{width:100%}.check-panel,.content-panel,.country-panel,.footer-limit-panel,.membership-card,.sample-report-panel{padding:20px}.fact-section-shell,.landing-human-visual,.landing-secondary-visual,.landing-support-copy,.trusted-control-panel{border-radius:var(--radius)}.hero-copy-premium h1{font-size:2.55rem}.hero-overlay-card{position:static;width:auto}.landing-human-visual{display:grid;grid-gap:10px;gap:10px;overflow:visible}.landing-human-visual img{border-radius:var(--radius);box-shadow:var(--shadow-soft)}.landing-step{min-height:0}}@media (min-width:1500px){.cards,.membership-grid,.step-grid,.three-panel-grid{gap:28px}.feature-grid,.hero-stack,.landing-hero-grid,.landing-support-grid,.support-hero-grid,.trusted-hero-grid{grid-template-columns:minmax(0,.82fr) minmax(620px,1.18fr)}.landing-help-grid{grid-template-columns:minmax(420px,.64fr) minmax(0,1.36fr)}.marketing-footer-grid{grid-template-columns:minmax(0,1.5fr) minmax(420px,.75fr)}}.landing-page{background:#fbf8ef;color:#17211e}.landing-page .inner-wide{--container-max:1320px}.landing-page .eyebrow,.landing-page .section-tag{letter-spacing:0;text-transform:none}.landing-page .button{padding-inline:24px}.landing-page .button.primary{background:#075c4b;border-color:#075c4b;box-shadow:0 12px 26px rgba(7,92,75,.18)}.landing-page .button.secondary{border-color:rgba(7,92,75,.34);color:#075c4b}.landing-page .marketing-hero{padding:clamp(44px,5.2vw,78px) 0 clamp(22px,2.6vw,34px)}.landing-page .landing-hero{background:#fffdf8;border-bottom:0}.landing-page .landing-hero-grid{gap:clamp(30px,3.8vw,58px);grid-template-columns:minmax(360px,.86fr) minmax(560px,1.14fr);min-height:clamp(560px,49vw,650px)}.landing-page .hero-copy-premium{max-width:560px}.landing-page .hero-copy-premium h1{color:#17211e;font-size:clamp(3.25rem,4.85vw,5.35rem);line-height:.98;margin-bottom:20px;max-width:590px}.landing-page .hero-copy-premium p{font-size:1rem;line-height:1.7;max-width:540px}.landing-page .hero-badge{background:#ffffff;border-color:rgba(7,92,75,.08);box-shadow:0 8px 24px rgba(23,33,30,.055);color:#17211e;font-size:.84rem;margin-bottom:24px}.landing-page .hero-badge:before{background:radial-gradient(circle at 50% 45%,#075c4b 0 22%,transparent 23%),#dceee8;height:22px;width:22px}.landing-page .hero-copy-premium .actions{margin-top:28px}.landing-trust-line{color:#53625c;font-size:.95rem;margin-top:18px;padding-left:0}.landing-page .landing-human-visual{background:transparent;border-radius:0;box-shadow:none;min-height:clamp(500px,45vw,620px)}.landing-page .landing-human-visual img{aspect-ratio:auto;filter:drop-shadow(0 26px 30px rgba(23,33,30,.13));margin-left:clamp(-42px,-2.5vw,-18px);object-fit:contain;width:min(760px,66vw)}.landing-page .hero-overlay-card{background:rgba(255,255,255,.94);border:1px solid rgba(7,92,75,.075);box-shadow:0 12px 30px rgba(23,33,30,.09);padding:13px 15px}.landing-page .hero-overlay-card h2{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.88rem;font-weight:850;line-height:1.25;margin:0 0 10px}.landing-page .hero-overlay-card .status{margin:0}.landing-page .hero-overlay-card ul{color:#394a44;font-size:.8rem;grid-gap:8px;gap:8px;margin:10px 0 0}.landing-page .hero-overlay-card li{align-items:center;display:flex;gap:9px}.landing-page .hero-overlay-card li:before{background:transparent;color:#167a68;border-radius:0;border-bottom:2px solid #167a68;border-left:2px solid #167a68;height:4px;transform:rotate(-45deg) translateY(-1px);width:8px}.landing-page .hero-overlay-risk{right:18px;top:78px;width:min(210px,31%)}.landing-page .hero-overlay-steps{right:16px;top:224px;width:min(246px,36%)}.landing-page .hero-overlay-steps .section-tag{margin:0}.landing-page .hero-overlay-human{width:min(278px,39%)}.landing-page .hero-overlay-human p{color:#075c4b;font-size:1.06rem;line-height:1.25}.landing-page .landing-facts{background:#fffefa;padding:clamp(24px,3.1vw,38px) 0 clamp(30px,3.8vw,48px)}.landing-page .landing-facts-inner{--container-max:1210px}.landing-page .landing-facts-header{display:grid;grid-gap:7px;gap:7px;margin-inline:auto;margin-bottom:clamp(16px,1.9vw,24px);max-width:700px}.landing-page .landing-facts-header h2{color:#17211e;font-size:clamp(1.95rem,2.35vw,2.45rem);line-height:1}.landing-page .landing-facts-header p{color:#167a68;font-size:clamp(.92rem,1vw,1rem);line-height:1.35}.landing-page .fact-section-shell{border-radius:0}.landing-page .fact-section-shell .cards{gap:clamp(22px,2vw,28px)}.landing-page .landing-fact-card{align-content:start;background:rgba(255,255,255,.94);border:1px solid rgba(7,92,75,.095);box-shadow:0 10px 24px rgba(23,33,30,.035);display:grid;grid-gap:7px;gap:7px;min-height:222px;padding:clamp(18px,1.75vw,24px) clamp(22px,2.2vw,34px) clamp(16px,1.6vw,22px)}.landing-page .landing-fact-icon{align-items:center;background:#eef6f2;border:1px solid rgba(7,92,75,.06);border-radius:999px;display:inline-flex;height:64px;justify-content:center;margin-bottom:4px;position:relative;width:64px}.landing-page .landing-fact-icon:after,.landing-page .landing-fact-icon:before{content:"";position:absolute}.landing-page .landing-fact-icon[data-icon-index="0"]:before{border-bottom:3px solid #075c4b;border-left:3px solid #075c4b;height:22px;width:28px}.landing-page .landing-fact-icon[data-icon-index="0"]:after{background:linear-gradient(#075c4b 0 0) 0 15px /4px 7px no-repeat,linear-gradient(#075c4b 0 0) 9px 10px /4px 12px no-repeat,linear-gradient(#075c4b 0 0) 18px 4px /4px 18px no-repeat;height:24px;width:26px}.landing-page .landing-fact-icon[data-icon-index="1"]:before{border:3px solid #075c4b;border-radius:999px;height:28px;width:28px}.landing-page .landing-fact-icon[data-icon-index="1"]:after{border-left:2px solid #075c4b;border-right:2px solid #075c4b;box-shadow:inset 0 9px 0 -7px #075c4b,inset 0 -9px 0 -7px #075c4b;height:28px;width:14px}.landing-page .landing-fact-icon[data-icon-index="2"]:before{border:3px solid #075c4b;border-radius:999px;height:16px;top:17px;width:16px}.landing-page .landing-fact-icon[data-icon-index="2"]:after{border:3px solid #075c4b;border-radius:999px 999px 0 0;border-bottom:0;height:14px;top:37px;width:31px}.landing-page .landing-fact-card .status{background:transparent;border:0;color:#7b8782;font-size:.68rem;font-weight:750;line-height:1.1;margin:-1px auto 1px;max-width:100%;min-height:0;padding:0}.landing-page .landing-fact-card h3{color:#075c4b;font-size:clamp(2.35rem,3.25vw,3.55rem);line-height:.98}.landing-page .landing-fact-card h4{color:#17211e;line-height:1.3}.landing-page .landing-fact-card>p{font-size:.9rem;line-height:1.35;max-width:26ch}.landing-page .landing-fact-links{align-items:center;display:flex;flex-wrap:wrap;gap:3px 10px;justify-content:center;padding-top:7px}.landing-page .landing-fact-links .helper-text{color:#7b8782;line-height:1.3;margin:0}.landing-page .landing-fact-links .helper-text a{color:#697872;font-weight:720}.landing-page .landing-human-support{background:#f8fbf9;border-block:1px solid rgba(7,92,75,.07);padding:clamp(52px,6vw,86px) 0}.landing-page .landing-support-grid{gap:clamp(34px,5vw,88px);grid-template-columns:minmax(320px,.78fr) minmax(520px,1.22fr)}.landing-page .landing-support-copy{background:transparent;border:0;border-radius:0;box-shadow:none}.landing-page .landing-support-copy .eyebrow{color:#075c4b;font-weight:850}.landing-page .landing-support-copy h2{font-size:clamp(2.05rem,3.15vw,3.55rem);line-height:1.02}.landing-page .landing-secondary-visual{background:transparent;border-radius:0;box-shadow:none;overflow:visible}.trusted-circle-preview{align-items:center;grid-gap:clamp(24px,4vw,52px);gap:clamp(24px,4vw,52px);grid-template-columns:minmax(260px,.92fr) minmax(250px,.72fr);min-height:330px}.trusted-orbit{aspect-ratio:1;background:radial-gradient(circle at 68% 50%,rgba(220,238,232,.95) 0 15%,transparent 16%),radial-gradient(circle at 50% 50%,transparent 0 35%,rgba(7,92,75,.12) 35.5% 36%,transparent 36.5%);border-radius:999px;max-width:430px;position:relative;width:100%}.trusted-node,.trusted-shield{align-items:center;background:#eef7f3;border:1px solid rgba(7,92,75,.12);border-radius:999px;display:inline-flex;font-weight:850;height:58px;justify-content:center;position:absolute;width:58px}.trusted-node:before{border:2px solid #075c4b;border-radius:999px;height:14px;top:14px;width:14px}.trusted-node:after,.trusted-node:before{content:"";left:50%;position:absolute;transform:translateX(-50%)}.trusted-node:after{border:2px solid #075c4b;border-radius:999px 999px 0 0;border-bottom:0;height:12px;top:32px;width:26px}.trusted-node-primary{left:50%;top:5%;transform:translateX(-50%)}.trusted-node-a{top:34%}.trusted-node-b{bottom:25%;left:19%}.trusted-node-c{bottom:5%;left:42%}.trusted-shield{background:#dceee8;height:84px;left:62%;top:40%;width:84px}.trusted-shield:before{background:#075c4b;-webkit-clip-path:polygon(50% 4%,82% 17%,82% 48%,50% 84%,18% 48%,18% 17%);clip-path:polygon(50% 4%,82% 17%,82% 48%,50% 84%,18% 48%,18% 17%);content:"";height:38px;width:34px}.trusted-phone-preview{border:9px solid #101816;border-radius:34px 34px 0 0;box-shadow:0 22px 46px rgba(23,33,30,.16);grid-gap:14px;gap:14px;min-height:330px;padding:28px 22px}.trusted-phone-top{background:#101816;border-radius:999px;height:18px;justify-self:center;margin-top:-21px;width:92px}.trusted-alert-line,.trusted-feedback-row,.trusted-safe-strip{border-radius:8px}.trusted-alert-line{background:#f8e8e5;border:1px solid rgba(164,63,52,.14);height:68px}.trusted-feedback-row{background:linear-gradient(90deg,#dceee8 0 16%,#eef4f1 16% 100%);height:42px}.trusted-feedback-row.short{width:82%}.trusted-safe-strip{align-self:end;background:#dceee8;height:46px}.landing-page .landing-help{background:#fffdf8;padding:clamp(42px,5vw,70px) 0}.landing-page .landing-help-grid{display:grid;grid-gap:30px;gap:30px;grid-template-columns:1fr}.landing-page .landing-help .section-header{margin-inline:auto;max-width:820px}.landing-page .landing-help .section-header h2{font-size:clamp(2rem,3vw,3.2rem)}.landing-page .landing-step-list{gap:28px}.landing-page .landing-step{border-color:rgba(7,92,75,.12);box-shadow:0 10px 26px rgba(23,33,30,.05);min-height:230px;padding:24px}.landing-page .landing-step span{align-items:center;background:#075c4b;border-radius:999px;color:#ffffff;display:inline-flex;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.86rem;height:34px;justify-content:center;width:34px}.landing-page .landing-step h3{font-size:1.55rem}.landing-page .landing-step:after{align-self:end;background:linear-gradient(90deg,rgba(220,238,232,.95) 0 26%,transparent 26% 100%),#f8fbf9;border:1px solid rgba(7,92,75,.08);border-radius:8px;content:"";display:block;height:78px;margin-top:10px}.landing-page .landing-final-cta{background:#fffdf8;padding:clamp(38px,4.5vw,64px) 0 clamp(42px,5vw,72px)}.landing-page .final-cta-panel{background:#075c4b;border:1px solid rgba(255,255,255,.16);border-radius:8px;box-shadow:0 22px 54px rgba(7,92,75,.22);padding:clamp(30px,4vw,52px)}.landing-page .final-cta-panel h2{font-size:clamp(2rem,3.4vw,3.4rem);max-width:760px}.landing-page .final-cta-panel .button.primary{background:#ffffff;border-color:#ffffff;color:#075c4b}.landing-page .final-cta-panel .button.secondary{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.48);color:#ffffff}@media (max-width:1100px){.landing-page .landing-hero-grid,.landing-page .landing-support-grid{grid-template-columns:1fr}.landing-page .hero-copy-premium{max-width:720px}.landing-page .landing-human-visual{min-height:520px}.landing-page .landing-human-visual img{margin-left:0;width:min(700px,100%)}.landing-page .fact-section-shell .cards,.landing-page .landing-step-list{grid-template-columns:repeat(3,minmax(200px,1fr))}}@media (max-width:980px){.landing-page .fact-section-shell .cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.landing-page .hero-copy-premium h1{font-size:clamp(3rem,13vw,4.5rem)}.landing-page .landing-human-visual{display:grid;grid-gap:14px;gap:14px;min-height:0}.landing-page .hero-overlay-card{position:static;width:auto}.landing-page .hero-overlay-card,.landing-page .landing-human-visual img{border-radius:8px}.landing-page .hero-overlay-human{order:4}.landing-page .fact-section-shell .cards,.landing-page .landing-step-list,.trusted-circle-preview{grid-template-columns:1fr}.trusted-orbit{justify-self:center;max-width:360px}.trusted-phone-preview{border-radius:34px;justify-self:center;max-width:330px;width:100%}}@media (max-width:560px){.landing-page .marketing-hero{padding-top:28px}.landing-page .hero-copy-premium h1{font-size:clamp(2.75rem,14vw,3.8rem)}.landing-page .button{width:100%}.trusted-node,.trusted-shield{height:48px;width:48px}.trusted-shield{height:70px;width:70px}}.marketing-shell{background:#fffdf8}.marketing-header{background:rgba(255,253,248,.94);box-shadow:0 1px 0 rgba(7,92,75,.04),0 16px 34px rgba(23,33,30,.045)}.marketing-header:after{display:none}.marketing-nav-shell{gap:28px;min-height:66px}.brand-logo{gap:12px}.brand-mark{background:transparent;border:0;border-radius:0;box-shadow:none;height:34px;width:34px}.brand-mark svg{height:32px;width:32px}.brand-word{color:#17211e;font-family:Georgia,Times New Roman,serif;font-size:1.34rem;font-weight:700}.marketing-nav{gap:18px}.marketing-link,.marketing-nav a{color:#263631;font-size:.9rem;font-weight:760}.marketing-nav a{padding:8px 4px}.marketing-link:hover,.marketing-nav a:hover{background:transparent;color:#075c4b}.marketing-actions{gap:18px}.marketing-actions .button{min-height:42px;padding:10px 21px}.marketing-footer{background:#f8fbf9}.marketing-footer-grid{gap:42px;padding:42px 0 48px}.marketing-footer p{color:#53625c;max-width:620px}.footer-link-columns{align-items:flex-start;justify-content:flex-end}.footer-link-columns div{align-items:flex-start;display:grid;grid-gap:11px;gap:11px}.footer-link-columns a{color:#394a44;font-weight:720}.landing-page{--landing-ink:#17211e;--landing-muted:#53625c;--landing-soft:#f6faf8;--landing-paper:#fffefa;--landing-green:#075c4b;--landing-green-2:#0f6f60;--landing-mint:#eaf4f0;--landing-line:rgba(7,92,75,0.11);--landing-red:#a43f34;--landing-red-soft:#fae9e6;background:var(--landing-paper);color:var(--landing-ink)}.landing-page .inner-wide{--container-max:1280px}.landing-page h1,.landing-page h2,.landing-page h3{color:var(--landing-ink);font-family:Georgia,Times New Roman,serif;font-weight:650;letter-spacing:0}.landing-page h1 span{display:block}.landing-page p{color:var(--landing-muted)}.landing-page .button{border-radius:6px;font-weight:850;min-height:48px;padding:12px 24px}.landing-page .button.primary{background:linear-gradient(180deg,#096955,#075144);border-color:#075144;color:#ffffff;box-shadow:0 14px 26px rgba(7,92,75,.18)}.landing-page .button.secondary{background:#ffffff;border-color:rgba(7,92,75,.25);color:var(--landing-green)}.landing-page .landing-hero{background:linear-gradient(180deg,#fffefa 0,#fffefa 76%,#ffffff 100%),var(--landing-paper)}.landing-page .marketing-hero{padding:62px 0 28px}.landing-page .landing-hero-grid{gap:58px;grid-template-columns:minmax(390px,.86fr) minmax(580px,1.14fr);min-height:640px}.landing-page .hero-copy-premium{max-width:610px;padding-top:10px}.landing-page .hero-badge{align-items:center;background:rgba(255,255,255,.86);border:1px solid rgba(7,92,75,.08);border-radius:999px;box-shadow:0 8px 24px rgba(23,33,30,.045);color:var(--landing-ink);display:inline-flex;font-size:.83rem;font-weight:850;gap:9px;margin:0 0 28px;padding:8px 13px;width:-moz-fit-content;width:fit-content}.landing-page .hero-badge:before{background:radial-gradient(circle at 36% 34%,var(--landing-green) 0 18%,transparent 19%),radial-gradient(circle at 64% 34%,var(--landing-green) 0 18%,transparent 19%),linear-gradient(var(--landing-green),var(--landing-green)) 50% 66% /16px 2px no-repeat,var(--landing-mint);border-radius:999px;content:"";height:23px;width:23px}.landing-page .hero-copy-premium h1{font-size:5.05rem;line-height:.99;margin:0 0 22px;max-width:650px}.landing-page .hero-copy-premium .lead{color:#394a44;font-size:1.08rem;line-height:1.72;max-width:548px}.landing-page .hero-copy-premium .actions{gap:16px;margin-top:30px}.landing-trust-line{color:#394a44;font-size:.93rem;margin:20px 0 0 18px;position:relative}.landing-trust-line:before{background:var(--landing-green);border-radius:999px;content:"";height:5px;left:-17px;position:absolute;top:.78em;width:5px}.landing-page .landing-human-visual{align-items:center;display:flex;min-height:585px;position:relative}.landing-page .landing-human-visual:before{background:linear-gradient(180deg,rgba(234,244,240,.58),rgba(255,255,255,0));border-radius:8px;bottom:72px;content:"";height:250px;left:18%;position:absolute;z-index:0}.landing-page .landing-human-visual img{filter:drop-shadow(0 24px 28px rgba(23,33,30,.13));margin-left:-92px;max-width:none;width:760px;z-index:1}.landing-page .hero-overlay-card{background:rgba(255,255,255,.95);border:1px solid rgba(7,92,75,.08);box-shadow:0 14px 32px rgba(23,33,30,.1);color:var(--landing-ink);position:absolute;z-index:3}.landing-page .hero-overlay-risk{align-items:flex-start;display:flex;gap:13px;padding:17px 18px;top:74px;width:245px}.landing-page .hero-overlay-risk h2{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.86rem;font-weight:850;line-height:1.2;margin:0 0 3px}.landing-page .hero-overlay-risk p{color:var(--landing-ink);font-size:.82rem;font-weight:760;line-height:1.2;margin:0 0 12px}.landing-page .hero-overlay-risk .status{background:var(--landing-red-soft);border:0;color:#7d2e27;font-size:.73rem;margin:0;padding:7px 10px}.mini-shield{background:var(--landing-green);-webkit-clip-path:polygon(50% 4%,82% 18%,82% 48%,50% 84%,18% 48%,18% 18%);clip-path:polygon(50% 4%,82% 18%,82% 48%,50% 84%,18% 48%,18% 18%);display:inline-flex;height:23px;width:21px}.landing-page .hero-overlay-steps{padding:20px 22px;top:236px;width:262px}.landing-page .hero-overlay-steps .section-tag{color:var(--landing-green);font-size:.78rem;font-weight:850;line-height:1.2;margin:0 0 16px}.landing-page .hero-overlay-card ul{display:grid;grid-gap:12px;gap:12px;list-style:none;margin:0;padding:0}.landing-page .hero-overlay-card li{color:#394a44;font-size:.8rem;font-weight:680;line-height:1.2;padding-left:22px;position:relative}.landing-page .hero-overlay-card li:before{border-bottom:2px solid var(--landing-green);border-left:2px solid var(--landing-green);content:"";height:5px;left:0;position:absolute;top:.32em;transform:rotate(-45deg);width:9px}.landing-page .hero-overlay-human{align-items:center;background:#eef6f2;bottom:82px;display:grid;grid-template-columns:minmax(0,1fr) auto;padding:17px 18px 16px;right:0;width:318px}.landing-page .hero-overlay-human p{color:var(--landing-green);font-family:Georgia,Times New Roman,serif;font-size:1.02rem;font-weight:650;grid-column:1;margin:0 0 8px}.landing-page .hero-overlay-human span:not(.mini-person){color:#53625c;font-size:.72rem;font-weight:760;grid-column:1}.mini-person{background:radial-gradient(circle at 50% 32%,transparent 0 21%,var(--landing-green) 22% 32%,transparent 33%),radial-gradient(circle at 50% 78%,transparent 0 28%,var(--landing-green) 29% 41%,transparent 42%),rgba(7,92,75,.05);border-radius:8px;grid-column:2;grid-row:1/span 2;height:54px;width:54px}.landing-page .landing-facts{padding:42px 0 64px}.landing-page .landing-facts-inner{--container-max:1120px}.landing-page .landing-facts-header{justify-items:center;margin:0 auto 30px;max-width:760px;text-align:center}.landing-page .landing-facts-header h2{font-size:2.55rem;line-height:1.05;margin:0}.landing-page .landing-facts-header p{font-size:.96rem;line-height:1.45;margin:0}.landing-page .landing-facts-header span{color:#7b8782;font-size:.78rem;font-weight:760;margin-top:2px}.landing-page .fact-section-shell{background:transparent;border:0;box-shadow:none;padding:0}.landing-page .fact-section-shell .cards{gap:26px;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-page .landing-fact-card{background:rgba(255,255,255,.96);border:1px solid rgba(7,92,75,.09);border-radius:8px;box-shadow:0 11px 24px rgba(23,33,30,.035);gap:8px;justify-items:center;min-height:288px;padding:26px 28px 22px;text-align:center}.landing-page .landing-fact-icon{background:#edf6f2;border:0;height:68px;margin-bottom:8px;width:68px}.landing-page .landing-fact-card .status{color:#8b9691;font-size:.69rem;font-weight:760;margin:0}.landing-page .landing-fact-card h3{color:var(--landing-green);font-size:3.18rem;line-height:.94;margin:0}.landing-page .landing-fact-card h4{color:var(--landing-ink);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.98rem;font-weight:760;line-height:1.35;margin:0}.landing-page .landing-fact-card>p{color:#394a44;font-size:.89rem;line-height:1.42;margin:0;max-width:28ch}.landing-page .landing-fact-links{gap:5px 11px;padding-top:10px}.landing-page .landing-fact-links .helper-text{color:#8b9691;font-size:.76rem}.landing-page .landing-human-support{background:#f7fbf9;border-block:1px solid rgba(7,92,75,.08);padding:78px 0 62px}.landing-page .landing-support-grid{gap:72px;grid-template-columns:minmax(300px,.7fr) minmax(640px,1.3fr)}.landing-page .landing-support-copy h2{font-size:3rem;line-height:1.05;margin-bottom:18px;max-width:440px}.landing-page .landing-support-copy p:not(.eyebrow){color:#394a44;line-height:1.65;margin-bottom:28px;max-width:390px}.landing-page .final-cta-panel .eyebrow,.landing-page .landing-help .eyebrow,.landing-page .landing-support-copy .eyebrow{color:var(--landing-green);font-size:.8rem;font-weight:850;margin-bottom:13px;text-transform:none}.trusted-circle-preview{align-items:end;display:grid;grid-gap:34px;gap:34px;grid-template-columns:minmax(300px,.92fr) minmax(260px,.64fr);min-height:390px;overflow:hidden}.trusted-orbit{align-self:center;aspect-ratio:1.15;background:radial-gradient(circle at 66% 50%,rgba(234,244,240,.98) 0 15%,transparent 15.5%),radial-gradient(circle at 66% 50%,transparent 0 26%,rgba(7,92,75,.12) 26.2% 26.8%,transparent 27%),radial-gradient(circle at 66% 50%,transparent 0 40%,rgba(7,92,75,.08) 40.2% 40.8%,transparent 41%);max-width:500px}.trusted-orbit:before{border:1px dashed rgba(7,92,75,.23);border-left:0;border-radius:0 220px 220px 0;content:"";height:66%;left:38%;position:absolute;top:17%;width:33%}.trusted-node,.trusted-shield{border:0;box-shadow:0 8px 18px rgba(23,33,30,.04)}.trusted-node-primary{left:32%}.trusted-node-a{left:20%;top:27%}.trusted-node-b{bottom:31%;left:18%}.trusted-node-c{bottom:8%;left:26%}.trusted-node-label{color:var(--landing-green);font-size:.74rem;font-weight:850;position:absolute}.trusted-label-you{left:45%}.trusted-label-partner{left:34%;top:35%}.trusted-label-sister{left:33%}.trusted-label-friend{bottom:14%;left:40%}.trusted-shield{background:#e7f3ee;height:104px;left:56%;width:104px}.trusted-shield:before{height:46px;width:42px}.trusted-phone-preview{align-self:end;background:#ffffff;border:8px solid #111816;border-bottom:0;border-radius:38px 38px 0 0;box-shadow:0 24px 52px rgba(23,33,30,.16);display:grid;grid-gap:11px;gap:11px;min-height:378px;overflow:hidden;padding:26px 20px 22px}.trusted-phone-top{background:#111816;height:15px;margin-top:-19px;width:88px}.trusted-phone-status{color:#17211e;font-size:.64rem;font-weight:850;margin-top:-6px}.trusted-phone-preview h3{color:#17211e;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.98rem;font-weight:850;margin:0}.trusted-alert-line{background:#fff7f5;border:1px solid rgba(164,63,52,.1);display:grid;grid-gap:5px;gap:5px;height:auto;padding:13px 14px}.trusted-alert-line strong{color:#17211e;font-size:.8rem}.trusted-alert-line span{background:var(--landing-red-soft);border-radius:999px;color:#7d2e27;font-size:.68rem;font-weight:760;padding:5px 8px;width:-moz-fit-content;width:fit-content}.trusted-phone-preview>p{color:#394a44;font-size:.78rem;font-weight:850;margin:3px 0 0}.trusted-feedback-row{align-items:center;background:transparent;display:grid;grid-gap:9px;gap:9px;grid-template-columns:auto 1fr;height:auto}.trusted-feedback-row>span{background:radial-gradient(circle at 50% 31%,transparent 0 18%,var(--landing-green) 19% 30%,transparent 31%),radial-gradient(circle at 50% 78%,transparent 0 25%,var(--landing-green) 26% 38%,transparent 39%),#eaf4f0;border-radius:999px;height:28px;width:28px}.trusted-feedback-row strong{color:#17211e;display:block;font-size:.72rem;line-height:1.1}.trusted-feedback-row small{color:#53625c;display:block;font-size:.62rem;line-height:1.2;white-space:nowrap}.trusted-safe-strip{align-items:center;background:#eaf4f0;color:var(--landing-green);display:flex;font-size:.72rem;font-weight:850;height:42px;justify-content:space-between;margin-top:4px;padding:0 13px}.trusted-safe-strip:after{background:var(--landing-green);border-radius:999px;content:"";height:7px;width:7px}.landing-page .landing-help{background:#fffefa;padding:56px 0 72px}.landing-page .landing-help .section-header{justify-items:center;margin:0 auto 34px;max-width:780px;text-align:center}.landing-page .landing-help .section-header h2{font-size:2.85rem;line-height:1.04}.landing-page .landing-help .section-header p:not(.eyebrow){color:#394a44;line-height:1.62}.landing-page .landing-step-list{gap:74px}.landing-page .landing-step{background:#ffffff;border:1px solid rgba(7,92,75,.1);border-radius:8px;box-shadow:0 12px 28px rgba(23,33,30,.045);min-height:330px;padding:24px 26px;position:relative}.landing-page .landing-step:not(:last-child):after{color:rgba(7,92,75,.38);content:"->";font-size:2rem;font-weight:500;position:absolute;right:-52px;top:55%}.landing-page .landing-step>span:first-child{background:var(--landing-green);border-radius:999px;color:#ffffff;display:inline-flex;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.78rem;font-weight:850;height:34px;justify-content:center;margin-bottom:10px;width:34px}.landing-page .landing-step h3{display:inline-block;font-family:Georgia,Times New Roman,serif;font-size:1.34rem;line-height:1.12;margin:0 0 8px 12px;vertical-align:middle}.landing-page .landing-step>p{color:#53625c;font-size:.85rem;margin:0 0 18px}.step-mini{background:#fffefa;border:1px solid rgba(7,92,75,.08);border-radius:8px;box-shadow:0 10px 22px rgba(23,33,30,.04);display:grid;grid-gap:9px;gap:9px;margin:0 auto;max-width:226px;padding:16px}.step-mini strong{color:var(--landing-green);display:block;font-size:.78rem}.step-mini-check span{align-items:center;background:#ffffff;border:1px solid rgba(7,92,75,.1);border-radius:5px;color:#394a44;display:flex;font-size:.72rem;gap:8px;min-height:25px;padding:4px 9px}.step-mini-check span:before{border:1px solid rgba(7,92,75,.42);border-radius:999px;content:"";height:10px;width:10px}.step-mini-assessment>div{align-items:center;background:#fff7f5;border-radius:6px;display:grid;grid-gap:3px 10px;gap:3px 10px;grid-template-columns:auto 1fr;padding:12px}.step-mini-assessment .mini-shield{background:var(--landing-red);grid-row:1/span 2}.step-mini-assessment p{color:#17211e;font-size:.72rem;font-weight:850;line-height:1.1;margin:0}.step-mini-assessment small{color:#7d2e27;font-size:.64rem}.step-mini-assessment em{background:linear-gradient(90deg,#ded7ce 0 62%,#eef4f1 62% 100%);border-radius:999px;display:block;height:5px}.step-mini-next ul{display:grid;grid-gap:10px;gap:10px;list-style:none;margin:0;padding:0}.step-mini-next li{color:#394a44;font-size:.72rem;padding-left:18px;position:relative}.step-mini-next li:before{border-bottom:2px solid var(--landing-green);border-left:2px solid var(--landing-green);content:"";height:5px;left:0;position:absolute;top:.32em;transform:rotate(-45deg);width:9px}.landing-reassurance{background:#f7fbf9;border-block:1px solid rgba(7,92,75,.08);padding:22px 0}.landing-reassurance-grid{align-items:center;display:grid;grid-gap:20px;gap:20px;grid-template-columns:minmax(260px,1.2fr) repeat(4,minmax(160px,.72fr))}.landing-reassurance-brand,.landing-reassurance-item{align-items:center;display:flex;gap:14px}.landing-reassurance-brand h2{color:var(--landing-green);font-size:1.33rem;line-height:1.15;margin:0 0 4px}.landing-reassurance-brand p,.landing-reassurance-item p{color:#53625c;font-size:.82rem;line-height:1.35;margin:0}.landing-reassurance-brand .mini-shield{height:42px;width:38px}.landing-reassurance-icon{background:#eaf4f0;border-radius:999px;flex:0 0 auto;height:50px;position:relative;width:50px}.landing-reassurance-icon:after,.landing-reassurance-icon:before{content:"";position:absolute}.landing-reassurance-icon[data-icon-index="0"]:before{background:var(--landing-green);-webkit-clip-path:polygon(50% 4%,82% 18%,82% 48%,50% 84%,18% 48%,18% 18%);clip-path:polygon(50% 4%,82% 18%,82% 48%,50% 84%,18% 48%,18% 18%);height:25px;left:13px;top:12px;width:23px}.landing-reassurance-icon[data-icon-index="1"]:before{border:3px solid var(--landing-green);border-radius:5px;height:19px;left:14px;top:21px;width:22px}.landing-reassurance-icon[data-icon-index="1"]:after{border:3px solid var(--landing-green);border-bottom:0;border-radius:999px 999px 0 0;height:12px;left:18px;top:10px;width:14px}.landing-reassurance-icon[data-icon-index="2"]:before{border:2px solid var(--landing-green);border-radius:999px;height:12px;left:18px;top:12px;width:12px}.landing-reassurance-icon[data-icon-index="2"]:after{border-radius:999px 999px 0 0;border:2px solid var(--landing-green);border-bottom:0;height:12px;left:13px;top:29px;width:23px}.landing-reassurance-icon[data-icon-index="3"]:before{border:3px solid var(--landing-green);border-radius:999px;height:23px;left:12px;top:12px;width:23px}.landing-reassurance-icon[data-icon-index="3"]:after{border-left:2px solid var(--landing-green);border-right:2px solid var(--landing-green);box-shadow:inset 0 8px 0 -6px var(--landing-green),inset 0 -8px 0 -6px var(--landing-green);height:24px;left:19px;top:12px;width:10px}.landing-reassurance-item h3{color:var(--landing-green);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.88rem;font-weight:850;line-height:1.18;margin:0 0 3px}.landing-page .landing-final-cta{background:var(--landing-green);padding:30px 0}.landing-page .final-cta-panel{align-items:center;background:transparent;border:0;border-radius:0;box-shadow:none;display:flex;gap:28px;justify-content:space-between;padding:0}.landing-page .final-cta-panel .eyebrow{color:#ffffff;margin-bottom:3px}.landing-page .final-cta-panel h2{color:#ffffff;font-size:1.45rem;line-height:1.2;margin:0}.landing-page .final-cta-panel .actions{flex:0 0 auto;margin:0}.landing-page .final-cta-panel .button.primary{background:transparent;border-color:rgba(255,255,255,.62);box-shadow:none;color:#ffffff}.landing-page .final-cta-panel .button.secondary{background:#ffffff;border-color:#ffffff;color:var(--landing-green)}@media (max-width:1180px){.marketing-nav-shell{align-items:flex-start;display:flex;flex-direction:column;gap:12px}.marketing-actions,.marketing-nav{justify-content:flex-start}.landing-page .landing-hero-grid,.landing-page .landing-support-grid{grid-template-columns:1fr}.landing-page .hero-copy-premium{max-width:760px}.landing-page .landing-human-visual{min-height:585px}.landing-page .landing-human-visual img{margin-left:0;width:min(760px,100%)}.landing-page .hero-overlay-human,.landing-page .hero-overlay-risk,.landing-page .hero-overlay-steps{right:4%}.landing-reassurance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.landing-page .hero-copy-premium h1{font-size:4.15rem}.landing-page .fact-section-shell .cards,.landing-page .landing-step-list,.trusted-circle-preview{grid-template-columns:1fr}.landing-page .landing-step-list{gap:22px}.landing-page .landing-step:not(:last-child):after{display:none}.trusted-orbit{justify-self:center;max-width:420px}.trusted-phone-preview{border-bottom:8px solid #111816;border-radius:38px;justify-self:center;max-width:330px;width:100%}.landing-page .final-cta-panel{align-items:flex-start;flex-direction:column}}@media (max-width:760px){.marketing-nav{gap:10px 16px}.marketing-actions{width:100%}.marketing-actions .button{width:auto}.landing-page .marketing-hero{padding-top:34px}.landing-page .landing-hero-grid{min-height:0}.landing-page .hero-copy-premium h1{font-size:3.35rem}.landing-page .hero-copy-premium .lead{font-size:1rem}.landing-page .landing-human-visual{display:grid;grid-gap:12px;gap:12px;min-height:0}.landing-page .landing-human-visual:before{display:none}.landing-page .landing-human-visual img{border-radius:8px;box-shadow:0 12px 30px rgba(23,33,30,.08);width:100%}.landing-page .hero-overlay-card,.landing-page .hero-overlay-human,.landing-page .hero-overlay-risk,.landing-page .hero-overlay-steps{bottom:auto;left:auto;position:static;right:auto;top:auto;width:auto}.landing-page .landing-fact-card,.trusted-circle-preview{min-height:0}.landing-reassurance-grid,.marketing-footer-grid{grid-template-columns:1fr}.footer-link-columns{justify-content:flex-start}}@media (max-width:560px){.brand-word{font-size:1.22rem}.marketing-actions,.marketing-nav{align-items:flex-start;flex-direction:column}.landing-page .button,.landing-page .final-cta-panel .button,.marketing-actions .button{width:100%}.landing-page .hero-copy-premium h1{font-size:2.78rem}.landing-page .landing-facts-header h2,.landing-page .landing-help .section-header h2,.landing-page .landing-support-copy h2{font-size:2.2rem}.landing-page .landing-fact-card h3{font-size:2.82rem}.trusted-orbit{max-width:320px}.trusted-node,.trusted-shield{height:48px;width:48px}.trusted-shield{height:72px;width:72px}.trusted-node-label{font-size:.68rem}.trusted-phone-preview{min-height:340px}.landing-reassurance-brand,.landing-reassurance-item{align-items:flex-start}}.landing-page .landing-hero{background:linear-gradient(180deg,#fffefa,#fffefa 72%,#ffffff),radial-gradient(circle at 70% 42%,rgba(234,244,240,.72),transparent 24rem)}.landing-page .marketing-hero{padding:54px 0 20px}.landing-page .landing-hero-grid{gap:36px;grid-template-columns:minmax(390px,.82fr) minmax(640px,1.18fr);min-height:666px}.landing-page .hero-copy-premium h1{font-size:5.24rem;line-height:.975}.landing-page .landing-human-visual{min-height:626px;padding-right:6px}.landing-page .landing-human-visual:before{background:radial-gradient(ellipse at center,rgba(23,33,30,.12),transparent 63%),linear-gradient(180deg,rgba(234,244,240,.46),rgba(255,255,255,0));bottom:45px;height:292px;left:6%;width:70%}.landing-page .landing-human-visual:after{background:linear-gradient(90deg,rgba(7,92,75,.06) 1px,transparent 0),linear-gradient(180deg,rgba(7,92,75,.04) 1px,transparent 0);background-size:32px 32px;border-radius:18px;content:"";height:430px;opacity:.24;position:absolute;right:48px;top:76px;width:370px;z-index:0}.landing-page .landing-human-visual img{filter:drop-shadow(0 34px 34px rgba(23,33,30,.16)) saturate(1.04) contrast(1.02);margin-left:-126px;margin-top:6px;width:848px}.landing-page .hero-overlay-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-color:rgba(7,92,75,.1);box-shadow:0 18px 42px rgba(23,33,30,.12),0 2px 8px rgba(23,33,30,.04)}.landing-page .hero-overlay-risk{right:6px;top:58px;width:252px}.landing-page .hero-overlay-context{left:22px;padding:15px 16px;top:350px;width:222px}.landing-page .hero-overlay-context span{color:#7b8782;display:block;font-size:.68rem;font-weight:850;margin-bottom:4px}.landing-page .hero-overlay-context strong{color:var(--landing-green);display:block;font-family:Georgia,Times New Roman,serif;font-size:1.2rem;line-height:1.1;margin-bottom:10px}.landing-page .hero-overlay-context div{display:flex;flex-wrap:wrap;gap:6px}.landing-page .hero-overlay-context small{background:#f7fbf9;border:1px solid rgba(7,92,75,.08);border-radius:999px;color:#394a44;font-size:.64rem;font-weight:760;padding:5px 7px}.landing-page .hero-overlay-steps{right:-2px;top:204px;width:272px}.landing-page .hero-overlay-human{bottom:74px;right:38px;width:330px}.landing-page .landing-facts{padding:38px 0 60px}.landing-page .landing-facts-header{gap:8px;margin-bottom:26px}.landing-country-control{margin-top:5px}.landing-country-control .country-selector.compact{align-items:center;background:rgba(255,253,248,.86);border:1px solid rgba(7,92,75,.1);border-radius:999px;box-shadow:0 8px 22px rgba(23,33,30,.035);display:flex;gap:10px;padding:7px 9px 7px 13px}.landing-country-control .country-label{color:#7b8782;font-size:.68rem;font-weight:850;margin:0;white-space:nowrap}.landing-country-control .country-control{align-items:center;display:flex;gap:7px}.landing-country-control select{background:#ffffff;border:1px solid rgba(7,92,75,.12);border-radius:999px;color:var(--landing-green);font-size:.76rem;font-weight:850;min-height:32px;padding:5px 28px 5px 10px;width:148px}.landing-country-control .button-inline{border-radius:999px;font-size:.68rem;min-height:32px;padding:5px 10px;white-space:nowrap}.landing-country-control .helper-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.landing-page .landing-fact-card{box-shadow:0 14px 32px rgba(23,33,30,.045);min-height:282px;padding-top:28px}.landing-page .landing-human-support{padding:70px 0 58px}.landing-page .landing-support-grid{gap:54px;grid-template-columns:minmax(300px,.68fr) minmax(660px,1.32fr)}.landing-page .landing-support-copy h2{max-width:390px}.trusted-circle-preview{grid-template-columns:minmax(360px,.98fr) minmax(280px,.58fr);min-height:430px;padding-top:12px}.trusted-orbit{aspect-ratio:1.28;background:radial-gradient(circle at 66% 50%,rgba(234,244,240,.98) 0 13%,transparent 13.5%),radial-gradient(circle at 66% 50%,transparent 0 27%,rgba(7,92,75,.1) 27.3% 27.8%,transparent 28%),radial-gradient(circle at 66% 50%,transparent 0 42%,rgba(7,92,75,.07) 42.2% 42.7%,transparent 43%);max-width:560px}.trusted-orbit:before{display:none}.trusted-connector{border-top:1px dashed rgba(7,92,75,.28);height:1px;position:absolute;transform-origin:right center;width:170px}.trusted-connector-a{left:38%;top:22%;transform:rotate(44deg)}.trusted-connector-b{left:33%;top:38%;transform:rotate(22deg)}.trusted-connector-c{left:32%;top:58%;transform:rotate(-8deg)}.trusted-connector-d{left:38%;top:76%;transform:rotate(-35deg)}.trusted-node{background:#eef7f3;height:62px;width:62px}.trusted-node-primary{left:27%;top:4%}.trusted-node-a{left:15%;top:25%}.trusted-node-b{bottom:29%;left:14%}.trusted-node-c{bottom:7%;left:22%}.trusted-label-you{left:40%;top:13%}.trusted-label-partner{left:30%;top:34%}.trusted-label-sister{left:30%;top:58%}.trusted-label-friend{bottom:13%;left:36%}.trusted-shield{height:108px;left:57%;top:38%;width:108px;z-index:2}.trusted-phone-preview{border-width:9px;box-shadow:0 28px 58px rgba(23,33,30,.18);min-height:414px;padding:24px 19px 20px;transform:translateY(18px)}.trusted-phone-bar{align-items:center;display:flex;justify-content:space-between;margin-top:-5px}.trusted-phone-bar span:first-child{color:#17211e;font-size:.64rem;font-weight:850}.trusted-phone-bar span:last-child{background:linear-gradient(90deg,#111816 0 30%,transparent 30% 42%,#111816 42% 70%,transparent 70% 80%,#111816 80%);border-radius:999px;height:7px;width:42px}.trusted-phone-status{display:none}.trusted-phone-preview h3{font-size:1.02rem;margin-top:2px}.trusted-phone-preview>p{font-size:.68rem;line-height:1.2;margin:-6px 0 1px}.trusted-alert-line{align-items:center;grid-template-columns:minmax(0,1fr) auto;padding:12px}.trusted-alert-line .mini-shield{background:rgba(164,63,52,.08);border-radius:0;height:42px;padding:0;width:38px}.trusted-feedback-row{gap:8px}.trusted-feedback-row small{overflow:hidden;text-overflow:ellipsis}.landing-page .landing-help{padding:52px 0 66px}.landing-page .landing-step-list{gap:62px}.landing-page .landing-step{box-shadow:0 14px 34px rgba(23,33,30,.052);min-height:364px;padding:24px 24px 22px}.landing-page .landing-step:not(:last-child):after{color:rgba(7,92,75,.3);right:-46px;top:53%}.step-mini{max-width:235px;padding:15px}.step-channel-grid{display:grid;grid-gap:6px}.step-mini-check .step-channel-grid span{justify-content:flex-start;min-height:29px}.step-message-preview{background:#ffffff;border:1px solid rgba(7,92,75,.08);border-radius:7px;padding:10px}.step-message-preview small{color:var(--landing-green);display:block;font-size:.64rem;font-weight:850;margin-bottom:4px}.step-message-preview p{color:#394a44;font-size:.68rem;line-height:1.35;margin:0}.step-risk-card{align-items:center;background:#fff7f5;border-radius:7px;display:grid;grid-gap:3px 10px;gap:3px 10px;grid-template-columns:auto 1fr;padding:12px}.step-mini-assessment>.step-reason-list{background:transparent;border-radius:0;display:grid;grid-gap:7px;gap:7px;grid-template-columns:1fr;padding:0}.step-reason-list span{background:#ffffff;border:1px solid rgba(7,92,75,.08);border-radius:999px;color:#394a44;font-size:.66rem;font-weight:740;padding:6px 9px}.step-support-route{align-items:center;background:#eaf4f0;border-radius:7px;color:var(--landing-green);display:flex;font-size:.7rem;font-weight:850;justify-content:space-between;padding:10px 11px}.step-support-route:after{border-bottom:2px solid;border-right:2px solid;content:"";height:6px;transform:rotate(-45deg);width:6px}@media (max-width:1180px){.landing-page .landing-hero-grid{grid-template-columns:1fr}.landing-page .hero-overlay-context{left:6%}.landing-page .landing-support-grid{grid-template-columns:1fr}}@media (max-width:980px){.landing-page .hero-copy-premium h1{font-size:4.05rem}.trusted-circle-preview{grid-template-columns:1fr;overflow:visible}.trusted-phone-preview{transform:none}.landing-country-control .country-control,.landing-country-control .country-selector.compact{flex-wrap:wrap;justify-content:center}}@media (max-width:760px){.landing-page .landing-human-visual:after{display:none}.landing-page .hero-overlay-context{position:static;width:auto}.landing-country-control .country-selector.compact{border-radius:8px;justify-content:center}.landing-country-control .country-control{width:100%}.landing-country-control select{flex:1 1 150px}.landing-country-control .button-inline{flex:1 1 180px}.trusted-connector{display:none}}@media (max-width:560px){.landing-page .hero-copy-premium h1{font-size:2.7rem}.step-channel-grid{grid-template-columns:1fr}}.landing-page .inner-wide{--container-max:1180px}.landing-page .marketing-hero{padding:38px 0 18px}.landing-page .landing-hero-grid{grid-template-columns:minmax(0,620px) minmax(390px,500px);justify-content:space-between;min-height:500px}.landing-page .hero-copy-premium{max-width:620px;padding-top:0}.landing-page .hero-badge{margin-bottom:20px}.landing-page .hero-copy-premium h1{font-size:3.62rem;line-height:1.02;margin-bottom:18px;max-width:680px}.landing-page .hero-copy-premium .lead{font-size:1rem;line-height:1.62;max-width:500px}.landing-page .hero-copy-premium .actions{margin-top:22px}.landing-trust-line{margin-top:15px}.landing-page .landing-human-visual{min-height:455px;padding-right:0}.landing-page .landing-human-visual:before{bottom:34px;height:210px;left:8%;width:64%}.landing-page .landing-human-visual:after{height:320px;right:30px;top:52px;width:270px}.landing-page .landing-human-visual img{margin-left:-58px;width:620px}.landing-page .hero-overlay-card{border-radius:8px;box-shadow:0 14px 30px rgba(23,33,30,.105),0 2px 7px rgba(23,33,30,.035)}.landing-page .hero-overlay-risk{gap:10px;padding:14px 15px;right:0;top:38px;width:214px}.landing-page .hero-overlay-risk h2{font-size:.78rem}.landing-page .hero-overlay-risk p{font-size:.75rem;margin-bottom:9px}.landing-page .hero-overlay-risk .status{font-size:.66rem;padding:6px 8px}.landing-page .hero-overlay-context{left:10px;padding:12px 13px;top:252px;width:184px}.landing-page .hero-overlay-context strong{font-size:1.02rem}.landing-page .hero-overlay-context small{font-size:.58rem;padding:4px 6px}.landing-page .hero-overlay-steps{padding:16px 18px;top:162px;width:226px}.landing-page .hero-overlay-steps .section-tag{font-size:.7rem;margin-bottom:12px}.landing-page .hero-overlay-card ul{gap:9px}.landing-page .hero-overlay-card li{font-size:.72rem;padding-left:18px}.landing-page .hero-overlay-human{bottom:46px;padding:14px 15px;right:22px;width:272px}.landing-page .hero-overlay-human p{font-size:.92rem}.mini-person{height:44px;width:44px}.landing-page .landing-facts{background:#ffffff;padding:44px 0 58px}.landing-page .landing-facts-inner{--container-max:1080px}.landing-page .landing-facts-header{margin-bottom:28px;max-width:680px}.landing-page .landing-facts-header h2{font-size:2.35rem}.landing-page .landing-facts-header p{color:var(--landing-green)}.global-stat-grid{gap:28px;grid-template-columns:repeat(3,minmax(0,1fr))}.global-stat-card{align-items:center;background:#ffffff;border:1px solid rgba(7,92,75,.09);border-radius:8px;box-shadow:0 10px 24px rgba(23,33,30,.035);display:grid;justify-items:center;min-height:252px;padding:28px 30px 24px;text-align:center}.global-stat-card h3{color:var(--landing-green);font-size:2.85rem;line-height:.98;margin:0}.global-stat-card p{color:#24302d;font-size:1rem;line-height:1.45;margin:0;max-width:24ch}.global-stat-card a{color:#8b9691;font-size:.76rem;font-weight:720;margin-top:8px}.landing-local-alerts{background:#fbfdfb;border-block:1px solid rgba(7,92,75,.08);padding:50px 0 58px}.landing-local-inner{display:grid;grid-gap:22px;gap:22px}.landing-local-header{margin:0 auto;max-width:760px;text-align:center}.landing-local-header h2{font-size:2.45rem}.landing-local-country{align-items:center;background:#ffffff;border:1px solid rgba(7,92,75,.1);border-radius:8px;box-shadow:0 10px 24px rgba(23,33,30,.035);display:flex;gap:18px;justify-content:space-between;margin:0 auto 8px;max-width:980px;padding:16px 18px;width:100%}.landing-local-country>div:first-child{display:grid;grid-gap:2px;gap:2px}.landing-local-country>div:first-child span{color:#7b8782;font-size:.72rem;font-weight:850}.landing-local-country>div:first-child strong{color:var(--landing-green);font-family:Georgia,Times New Roman,serif;font-size:1.35rem;line-height:1.15}.landing-local-country .country-selector.compact{align-items:end;display:grid;grid-gap:6px;gap:6px;min-width:min(100%,560px)}.landing-local-country .country-label{color:#53625c;font-size:.72rem;font-weight:850;margin:0}.landing-local-country .country-control{align-items:center;display:grid;grid-gap:8px;gap:8px;grid-template-columns:minmax(160px,1fr) auto}.landing-local-country select{background:#ffffff;border:1px solid rgba(7,92,75,.16);border-radius:6px;color:#17211e;font:inherit;min-height:40px;padding:8px 10px}.landing-local-country .button-inline{border-radius:6px;font-size:.74rem;min-height:40px;padding:8px 12px}.landing-local-country .helper-text{color:#7b8782;font-size:.72rem;line-height:1.35;margin:0}.landing-local-card-grid{gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-local-card{background:#ffffff;border:1px solid rgba(7,92,75,.1);border-radius:8px;box-shadow:0 11px 26px rgba(23,33,30,.04);display:grid;grid-gap:8px;gap:8px;min-height:268px;padding:22px}.landing-local-card .landing-fact-icon{height:48px;justify-self:start;width:48px}.landing-local-card .status{font-size:.68rem;margin:0}.landing-local-card h3{color:var(--landing-green);font-size:2.1rem;line-height:1;margin:0}.landing-local-card h4{color:#17211e;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.95rem;line-height:1.25;margin:0}.landing-local-card>p{color:#53625c;font-size:.84rem;line-height:1.42;margin:0}.landing-local-card .landing-fact-links{justify-content:start;margin-top:auto}.landing-page .landing-human-support{padding:58px 0 50px}.landing-page .landing-support-grid{gap:46px;grid-template-columns:minmax(290px,.72fr) minmax(560px,1.08fr)}.trusted-circle-preview{gap:18px;grid-template-columns:minmax(330px,.95fr) minmax(255px,.6fr);min-height:372px}.trusted-orbit{max-width:470px}.trusted-connector{width:138px}.trusted-node{height:54px;width:54px}.trusted-node-label{font-size:.68rem}.trusted-shield{height:92px;width:92px}.trusted-phone-preview{min-height:356px;padding:22px 17px 18px;transform:translateY(10px)}.landing-page .landing-help{padding:48px 0 56px}.landing-page .landing-help .section-header{margin-bottom:28px}.landing-page .landing-step-list{gap:42px}.landing-page .landing-step{min-height:326px;padding:22px}.landing-page .landing-step:not(:last-child):after{right:-34px}.step-mini{padding:14px}.step-mini-check .step-channel-grid span:before{flex:0 0 auto}.step-channel-grid{gap:7px}.step-message-preview,.step-reason-list span,.step-risk-card,.step-support-route{border-radius:6px}@media (max-width:1180px){.landing-page .landing-hero-grid,.landing-page .landing-support-grid{grid-template-columns:1fr}.landing-page .hero-copy-premium h1 span{white-space:normal}.landing-page .landing-human-visual{max-width:680px}.landing-page .landing-human-visual img{margin-left:0}}@media (max-width:980px){.global-stat-grid,.landing-local-card-grid,.landing-page .landing-step-list,.trusted-circle-preview{grid-template-columns:1fr}.landing-local-country{align-items:stretch;flex-direction:column}.landing-local-country .country-selector.compact{min-width:0}.trusted-phone-preview{max-width:330px;transform:none}}@media (max-width:760px){.landing-page .hero-copy-premium h1{font-size:3.1rem}.landing-page .landing-human-visual{max-width:none}.landing-local-country .country-control{grid-template-columns:1fr}.landing-local-country .button-inline{width:100%}}@media (max-width:560px){.landing-page .hero-copy-premium h1{font-size:2.55rem}.global-stat-card,.landing-local-card,.landing-page .landing-step{padding:20px}}.landing-page .marketing-hero{padding:32px 0 14px}.landing-page .landing-hero-grid{gap:clamp(52px,5vw,76px);grid-template-columns:minmax(0,1.75fr) minmax(300px,.95fr);min-height:430px}.landing-page .hero-copy-premium{max-width:690px;z-index:4}.landing-page .hero-badge{margin-bottom:16px}.landing-page .hero-copy-premium h1{font-size:clamp(2.75rem,2.95vw,2.92rem);letter-spacing:-.045em;margin-bottom:16px;max-width:690px}.landing-page .hero-copy-premium .lead{font-size:.98rem;line-height:1.58;max-width:470px}.landing-page .hero-copy-premium .actions{margin-top:20px}.landing-trust-line{margin-top:13px}.landing-page .landing-human-visual{max-width:380px;min-height:358px}.landing-page .landing-human-visual:before{bottom:28px;height:172px;left:10%;width:62%}.landing-page .landing-human-visual:after{height:260px;right:16px;top:40px;width:220px}.landing-page .landing-human-visual img{margin-left:-24px;margin-top:0;width:min(445px,calc(100% + 24px))}.landing-page .hero-overlay-card{border-radius:7px;box-shadow:0 12px 25px rgba(23,33,30,.095),0 2px 6px rgba(23,33,30,.035)}.landing-page .hero-overlay-risk{gap:8px;padding:11px 12px;right:2px;top:24px;width:176px}.landing-page .hero-overlay-risk .mini-shield{height:20px;width:18px}.landing-page .hero-overlay-risk h2{font-size:.68rem}.landing-page .hero-overlay-risk p{font-size:.66rem;margin-bottom:7px}.landing-page .hero-overlay-risk .status{font-size:.58rem;padding:5px 7px}.landing-page .hero-overlay-context{padding:10px 11px;top:200px;width:152px}.landing-page .hero-overlay-context span{font-size:.58rem}.landing-page .hero-overlay-context strong{font-size:.88rem}.landing-page .hero-overlay-context small{font-size:.52rem;padding:3px 5px}.landing-page .hero-overlay-steps{padding:12px 13px;top:122px;width:186px}.landing-page .hero-overlay-steps .section-tag{font-size:.6rem;margin-bottom:8px}.landing-page .hero-overlay-card ul{gap:7px}.landing-page .hero-overlay-card li{font-size:.61rem;line-height:1.28;padding-left:15px}.landing-page .hero-overlay-human{bottom:32px;padding:11px 12px;right:18px;width:214px}.landing-page .hero-overlay-human p{font-size:.74rem;line-height:1.28}.landing-page .hero-overlay-human>span:not(.mini-person){font-size:.6rem}.landing-page .hero-overlay-human .mini-person{height:34px;width:34px}.landing-page .landing-help{padding:44px 0 52px}.landing-page .landing-help .section-header{margin-bottom:26px}.landing-page .landing-step-list{align-items:stretch;gap:34px;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-page .landing-step{overflow:visible}.landing-page .landing-step>p{margin-bottom:16px}.landing-page .landing-step:not(:last-child):after{font-size:1.45rem;right:-27px;top:56%}.step-mini{align-self:stretch;box-shadow:0 8px 18px rgba(23,33,30,.035);gap:10px;margin-top:auto;max-width:none;overflow:hidden;padding:12px;width:100%}.step-mini strong{font-size:.72rem;line-height:1.2}.step-channel-grid{gap:6px;grid-template-columns:repeat(2,minmax(0,1fr))}.step-mini-check .step-channel-grid span{justify-content:center;min-height:26px;min-width:0;overflow:hidden;padding:5px 8px;text-overflow:ellipsis;white-space:nowrap}.step-mini-check .step-channel-grid span:before{display:none}.step-message-preview{padding:9px}.step-message-preview small{font-size:.6rem}.step-message-preview p{font-size:.63rem;line-height:1.32}.step-risk-card{gap:2px 8px;padding:10px}.step-risk-card .mini-shield{height:20px;width:18px}.step-risk-card p{font-size:.69rem;line-height:1.18}.step-risk-card small{font-size:.59rem;line-height:1.18}.step-mini-assessment>.step-reason-list{gap:6px}.step-reason-list span{border-radius:6px;font-size:.61rem;line-height:1.2;padding:6px 8px;white-space:normal}.step-mini-next ul{gap:7px}.step-mini-next li{font-size:.63rem;line-height:1.25;min-height:0;padding-left:15px}.step-support-route{font-size:.64rem;line-height:1.2;margin-top:0;padding:8px 10px}.step-support-route:after{height:5px;width:5px}@media (max-width:1180px){.landing-page .landing-hero-grid{gap:28px;grid-template-columns:1fr;justify-items:center;min-height:0}.landing-page .hero-copy-premium{max-width:680px;text-align:left}.landing-page .hero-copy-premium h1{max-width:680px}.landing-page .hero-copy-premium h1 span{white-space:normal}.landing-page .hero-copy-premium .lead{max-width:560px}.landing-page .landing-human-visual{max-width:520px;min-height:410px}.landing-page .landing-human-visual img{margin-left:0;width:min(500px,100%)}}@media (max-width:980px){.landing-page .landing-step-list{gap:22px;grid-template-columns:1fr}.landing-page .landing-step:not(:last-child):after{display:none}}@media (max-width:860px){.landing-page .landing-human-visual{display:grid;grid-gap:10px;gap:10px;min-height:0}.landing-page .landing-human-visual:after,.landing-page .landing-human-visual:before{display:none}.landing-page .landing-human-visual img{border-radius:8px;margin:0;width:100%}.landing-page .hero-overlay-card,.landing-page .hero-overlay-context,.landing-page .hero-overlay-human,.landing-page .hero-overlay-risk,.landing-page .hero-overlay-steps{bottom:auto;left:auto;position:static;right:auto;top:auto;width:100%}}@media (max-width:760px){.landing-page .hero-copy-premium h1{font-size:clamp(2.65rem,11vw,3.25rem);letter-spacing:-.04em}.landing-page .landing-help{padding:40px 0 48px}}@media (max-width:560px){.landing-page .hero-copy-premium h1{font-size:clamp(2.35rem,13vw,2.75rem)}.landing-page .landing-step{padding:18px}.step-channel-grid{grid-template-columns:1fr}}.landing-page .marketing-hero{padding:28px 0 10px}.landing-page .landing-hero-grid{--container-max:1120px;align-items:center;gap:clamp(76px,7vw,96px);grid-template-columns:minmax(0,640px) minmax(280px,330px);justify-content:center;min-height:390px}.landing-page .hero-copy-premium{max-width:640px;position:relative;z-index:5}.landing-page .hero-copy-premium h1{font-size:clamp(2.38rem,2.35vw,2.58rem);letter-spacing:-.043em;line-height:1.04;max-width:640px}.landing-page .hero-copy-premium h1 span{display:block;white-space:nowrap}.landing-page .hero-copy-premium .lead{font-size:.95rem;line-height:1.56;max-width:450px}.landing-page .hero-copy-premium .actions{margin-top:18px}.landing-page .landing-human-visual{max-width:330px;min-height:318px;width:100%}.landing-page .landing-human-visual:before{bottom:23px;height:142px;left:12%;width:58%}.landing-page .landing-human-visual:after{height:222px;right:11px;top:34px;width:184px}.landing-page .landing-human-visual img{margin-left:-18px;width:min(386px,calc(100% + 18px))}.landing-page .hero-overlay-risk{gap:7px;padding:9px 10px;right:4px;top:17px;width:142px}.landing-page .hero-overlay-risk .mini-shield{height:17px;width:15px}.landing-page .hero-overlay-risk h2{font-size:.58rem}.landing-page .hero-overlay-risk p{font-size:.56rem;margin-bottom:6px}.landing-page .hero-overlay-risk .status{font-size:.5rem;padding:4px 6px}.landing-page .hero-overlay-context{left:0;padding:8px 9px;top:172px;width:124px}.landing-page .hero-overlay-context span{font-size:.5rem}.landing-page .hero-overlay-context strong{font-size:.74rem}.landing-page .hero-overlay-context small{font-size:.46rem;padding:3px 4px}.landing-page .hero-overlay-steps{padding:10px 11px;top:100px;width:154px}.landing-page .hero-overlay-steps .section-tag{font-size:.52rem;margin-bottom:7px}.landing-page .hero-overlay-card ul{gap:5px}.landing-page .hero-overlay-card li{font-size:.52rem;line-height:1.25;padding-left:12px}.landing-page .hero-overlay-human{bottom:22px;padding:9px 10px;right:12px;width:174px}.landing-page .hero-overlay-human p{font-size:.62rem;line-height:1.24}.landing-page .hero-overlay-human>span:not(.mini-person){font-size:.5rem}.landing-page .hero-overlay-human .mini-person{height:28px;width:28px}.landing-page .landing-step-list{gap:26px}.landing-page .landing-step{display:flex;flex-direction:column;min-height:312px;padding:20px}.landing-page .landing-step:not(:last-child):after{display:none}.step-mini-clean{background:#f8fbf9;border:1px solid rgba(7,92,75,.1);border-radius:8px;box-shadow:0 8px 18px rgba(23,33,30,.035);display:grid;grid-gap:9px;gap:9px;margin-top:auto;max-width:none;min-height:168px;overflow:hidden;padding:12px;width:100%}.step-mini-clean *{min-width:0}.step-mini-clean strong{color:var(--landing-green);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.69rem;font-weight:850;line-height:1.2}.step-choice-grid{display:grid;grid-gap:6px;gap:6px;grid-template-columns:repeat(2,minmax(0,1fr))}.step-choice-grid p,.step-next-panel li,.step-reason-rows p{background:#ffffff;border:1px solid rgba(7,92,75,.1);border-radius:999px;color:#394a44;font-size:.61rem;font-weight:780;line-height:1.2;margin:0;overflow:hidden;padding:6px 8px;text-overflow:ellipsis;white-space:nowrap}.step-choice-grid p{text-align:center}.step-assessment-panel,.step-next-panel,.step-preview-panel{background:#ffffff;border:1px solid rgba(7,92,75,.09);border-radius:7px;display:grid;grid-gap:4px;gap:4px;padding:9px}.step-assessment-panel small,.step-preview-panel small{color:#7b8782;font-size:.58rem;font-weight:800;line-height:1.2}.step-assessment-panel p,.step-preview-panel p{color:#17211e;font-size:.64rem;font-weight:780;line-height:1.28;margin:0}.step-assessment-panel{background:#fff7f5;border-color:rgba(164,63,52,.13)}.step-assessment-panel p{color:#7d2e27}.step-reason-rows{display:grid;grid-gap:6px;gap:6px}.step-next-panel li,.step-reason-rows p{border-radius:6px;text-align:left}.step-next-panel ul{display:grid;grid-gap:6px;gap:6px;list-style:none;margin:0;padding:0}.step-next-panel li{min-height:0;padding-left:8px;position:static}.step-next-panel li:before{display:none}.step-support-note{background:#eaf4f0;border:1px solid rgba(7,92,75,.09);border-radius:7px;color:var(--landing-green);font-size:.62rem;font-weight:850;line-height:1.2;margin:0;padding:8px 9px}@media (max-width:1180px){.landing-page .landing-hero-grid{gap:26px;grid-template-columns:1fr;justify-items:center;min-height:0}.landing-page .hero-copy-premium,.landing-page .hero-copy-premium h1{max-width:680px}.landing-page .hero-copy-premium h1 span{white-space:normal}.landing-page .landing-human-visual{max-width:480px;min-height:380px}.landing-page .landing-human-visual img{margin-left:0;width:min(460px,100%)}}@media (max-width:980px){.landing-page .landing-step-list{gap:20px;grid-template-columns:1fr}}@media (max-width:860px){.landing-page .landing-human-visual{display:grid;grid-gap:10px;gap:10px;min-height:0}.landing-page .landing-human-visual:after,.landing-page .landing-human-visual:before{display:none}.landing-page .landing-human-visual img{margin:0;width:100%}.landing-page .hero-overlay-context,.landing-page .hero-overlay-human,.landing-page .hero-overlay-risk,.landing-page .hero-overlay-steps{bottom:auto;left:auto;position:static;right:auto;top:auto;width:100%}}@media (max-width:560px){.landing-page .hero-copy-premium h1{font-size:clamp(2.25rem,12vw,2.55rem)}.step-choice-grid{grid-template-columns:1fr}}.landing-page .landing-human-visual{max-width:340px;min-height:342px;overflow:visible}.landing-page .landing-human-visual img{margin-left:-12px;position:relative;width:min(372px,calc(100% + 12px));z-index:2}.landing-page .landing-human-visual:after,.landing-page .landing-human-visual:before{z-index:0}.landing-page .hero-overlay-card{z-index:4}.landing-page .hero-overlay-risk{bottom:auto;left:auto;right:8px;top:8px;width:146px}.landing-page .hero-overlay-steps{bottom:auto;left:auto;right:0;top:106px;width:158px}.landing-page .hero-overlay-context{bottom:auto;left:8px;right:auto;top:184px;width:128px}.landing-page .hero-overlay-human{bottom:6px;left:auto;right:8px;top:auto;width:166px;z-index:4}@media (max-width:860px){.landing-page .landing-human-visual{display:grid;grid-gap:10px;gap:10px;max-width:520px;min-height:0}.landing-page .landing-human-visual img{margin:0;width:100%}.landing-page .hero-overlay-context,.landing-page .hero-overlay-human,.landing-page .hero-overlay-risk,.landing-page .hero-overlay-steps{bottom:auto;left:auto;position:static;right:auto;top:auto;width:100%}}:root{--background:#f8f6ef;--foreground:#17211e;--muted:#63706b;--muted-strong:#394a44;--line:#d9e1dd;--line-strong:#afbeb8;--panel:#ffffff;--panel-soft:#f1f6f3;--accent:#167a68;--accent-strong:#075c4b;--shadow:0 18px 42px rgba(23,33,30,0.075);--shadow-soft:0 9px 24px rgba(23,33,30,0.05);--radius:10px;--radius-sm:8px;--section-block:clamp(50px,5.8vw,84px)}body{background:var(--background);color:var(--foreground);font-size:16px}.marketing-main{background:linear-gradient(180deg,rgba(255,255,255,.36),rgba(255,255,255,0) 360px),var(--background)}.inner{width:min(var(--container-max),calc(100% - clamp(32px, 7vw, 96px)))}.inner-wide{--container-max:1180px}.inner-reading{--container-max:860px}.band{padding:var(--section-block) 0}.band.alt{background:linear-gradient(180deg,rgba(255,255,255,.48),rgba(255,255,255,0)),var(--panel-soft);border-block-color:rgba(7,92,75,.08)}.page-header,.page-intro,.section-header{gap:10px;max-width:760px}.page-intro-centered,.section-header-centered{max-width:780px}.page-header h1,.page-intro h1{color:var(--foreground);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.15rem,4vw,3.15rem);font-weight:650;letter-spacing:-.035em;line-height:1.08;margin:0}.check-panel h2,.content-panel h2,.interruption-card h2,.interruption-panel h2,.membership-card h2,.notice h2,.report-section h2,.section-header h2{color:var(--foreground);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.34rem,2.2vw,1.88rem);font-weight:650;letter-spacing:-.02em;line-height:1.16;margin:0}.card h3,.content-panel h3,.detail-item h3,.form-card h3,.notice h3,.question-card h3{color:var(--foreground);font-size:clamp(.98rem,1.2vw,1.08rem);line-height:1.28;margin:0}.lead{color:var(--muted-strong);font-size:clamp(1.02rem,1.35vw,1.14rem);line-height:1.64;max-width:64ch}.check-panel p,.content-panel p,.detail-item p,.form-card p,.interruption-card p,.interruption-panel p,.membership-card p,.notice p,.page-header p:not(.eyebrow),.page-intro p:not(.eyebrow),.report-section p{font-size:.95rem;line-height:1.62}.error-text,.helper-text{font-size:.84rem;line-height:1.5}.eyebrow,.section-tag,.status{letter-spacing:.035em;text-transform:uppercase}.eyebrow,.section-tag{font-size:.74rem;margin-bottom:4px}.eyebrow,.section-tag,.status{color:var(--accent-strong);font-weight:820}.status{background:#eef6f2;border-color:rgba(7,92,75,.14);border-radius:999px;font-size:.68rem;min-height:26px;padding:5px 9px}.card,.check-panel,.content-panel,.detail-item,.form-card,.interruption-card,.interruption-panel,.membership-card,.question-card,.report-hero,.report-section,.report-summary div,.support-route-group,.trusted-control-panel{background:var(--panel);border:1px solid rgba(7,92,75,.11);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.check-panel,.content-panel,.form-card,.interruption-card,.interruption-panel,.membership-card,.question-card,.report-hero{padding:clamp(22px,2.2vw,30px)}.notice{background:var(--panel);border:1px solid rgba(7,92,75,.11);border-left-width:3px;border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:clamp(20px,2vw,28px)}.notice:not(.danger-note){border-left-color:rgba(7,92,75,.34)}.detail-item,.report-section,.report-summary div{box-shadow:0 6px 18px rgba(23,33,30,.032);padding:16px}.check-panel,.content-panel,.detail-item,.form-card,.membership-card,.notice,.report-hero,.report-section{gap:14px}.check-panel,.content-panel,.form-card,.notice{display:grid}.button{border-radius:var(--radius-sm);font-size:.93rem;font-weight:780;letter-spacing:-.005em;min-height:44px;padding:10px 18px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background-color .16s ease}.button.primary{background:linear-gradient(180deg,#0f745f,var(--accent-strong));border-color:var(--accent-strong);box-shadow:0 9px 18px rgba(7,92,75,.16)}.button.secondary{background:#ffffff;border-color:rgba(7,92,75,.2);color:var(--accent-strong);box-shadow:none}.button:hover{border-color:var(--accent-strong);box-shadow:0 10px 22px rgba(7,92,75,.12);transform:translateY(-1px)}.button:disabled{box-shadow:none;opacity:.55;transform:none}.button-inline{font-size:.86rem;min-height:40px;padding:8px 14px}.actions,.form-actions{gap:10px;margin-top:18px}.check-panel label,.country-label,.form-card label,.notice label,label{color:var(--foreground);display:block;font-size:.88rem;font-weight:760}input:not([type=checkbox]):not([type=radio]),select,textarea{background:#ffffff;border:1px solid rgba(7,92,75,.16);border-radius:var(--radius-sm);box-shadow:inset 0 1px 0 rgba(23,33,30,.025);color:var(--foreground);font:inherit;font-size:.95rem;min-height:44px;padding:10px 12px;width:100%}textarea{line-height:1.55}input:not([type=checkbox]):not([type=radio]):focus,select:focus,textarea:focus{border-color:rgba(7,92,75,.48);box-shadow:0 0 0 4px rgba(22,122,104,.12);outline:none}.option-card{border-color:rgba(7,92,75,.12);border-radius:var(--radius-sm);gap:10px;padding:13px 14px}.option-card:has(input:checked){background:#eef6f2;border-color:rgba(7,92,75,.34);box-shadow:inset 0 0 0 1px rgba(7,92,75,.08)}.detail-list,.faq-items,.form-grid,.marketing-list,.support-route-groups{gap:12px}.feature-grid,.how-process-grid,.legal-layout,.membership-grid,.step-grid,.support-hero-grid,.three-panel-grid,.trusted-hero-grid,.trusted-limits-grid{gap:clamp(18px,2.6vw,32px)}.feature-grid,.how-process-grid,.support-hero-grid,.trusted-hero-grid,.trusted-limits-grid{align-items:start}.legal-layout>.content-panel:only-child{margin-inline:auto;max-width:960px;width:100%}.content-panel pre{color:#27332f;font-size:.94rem;line-height:1.72}.membership-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.membership-card{min-height:100%}.membership-card h2{color:var(--accent-strong)}.report-shell{gap:22px}.report-hero{border-left:4px solid var(--accent-strong)}.report-hero h1{font-size:clamp(1.9rem,3.3vw,2.55rem);line-height:1.12}.report-summary{gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.report-summary strong{color:var(--foreground);font-size:.76rem;letter-spacing:.03em;text-transform:uppercase}.report-summary span{color:var(--muted-strong);font-size:.92rem}.marketing-header{background:rgba(248,246,239,.95);border-color:rgba(7,92,75,.08);box-shadow:0 1px 0 rgba(7,92,75,.05),0 12px 28px rgba(23,33,30,.045)}.marketing-nav-shell{gap:24px;min-height:64px;padding:10px 0}.marketing-link,.marketing-nav a{color:#394a44;font-size:.88rem;font-weight:740}.marketing-footer{background:#f1f6f3;border-color:rgba(7,92,75,.1)}.marketing-footer-grid{gap:clamp(28px,4vw,48px);padding:40px 0 46px}.footer-company-line,.marketing-footer p{color:var(--muted);font-size:.9rem}@media (max-width:980px){.feature-grid,.form-grid.two-up,.how-process-grid,.legal-layout,.membership-grid,.public-check-shell,.step-grid,.support-hero-grid,.three-panel-grid,.trusted-hero-grid,.trusted-limits-grid{grid-template-columns:1fr}.page-header,.page-intro,.section-header{max-width:720px}.marketing-nav-shell{align-items:flex-start}}@media (max-width:640px){.inner{width:min(100% - 28px,var(--container-max))}.band{padding:42px 0}.page-header h1,.page-intro h1{font-size:clamp(2rem,10vw,2.55rem)}.lead{font-size:1rem}.check-panel,.content-panel,.form-card,.interruption-card,.interruption-panel,.membership-card,.notice,.question-card,.report-hero{padding:20px}.actions .button,.button,.marketing-actions .button{width:100%}}.contact-intro-band{padding-bottom:18px}.contact-intro-band .page-intro{gap:8px}.contact-form-band{padding-top:18px}.pricing-hero{padding:38px 0 30px}.pricing-hero-intro{gap:8px;max-width:820px}.pricing-hero-intro h1{font-size:clamp(2rem,3.25vw,2.72rem);line-height:1.1;max-width:820px}.pricing-hero-intro .lead{font-size:1rem;line-height:1.55;max-width:680px}.pricing-actions{align-items:center;gap:10px;margin-top:14px}.pricing-actions .button{font-size:.88rem;min-height:40px;padding:8px 15px}.pricing-actions .button.secondary{background:rgba(255,255,255,.72)}.pricing-explainer-band{padding:24px 0}.pricing-explainer-panel{align-items:center;gap:14px;grid-template-columns:minmax(160px,.28fr) minmax(0,1fr);padding:18px 20px}.pricing-explainer-panel .section-tag{margin:0}.pricing-explainer-grid{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.pricing-explainer-grid p{background:#ffffff;border:1px solid rgba(7,92,75,.09);border-radius:var(--radius-sm);color:var(--muted-strong);font-size:.86rem;line-height:1.42;margin:0;padding:12px}.pricing-explainer-grid strong{color:var(--foreground)}.pricing-plans-band{padding:38px 0 62px}.pricing-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.pricing-card{border-color:rgba(7,92,75,.12);box-shadow:0 12px 28px rgba(23,33,30,.052);gap:18px;padding:24px}.pricing-card-header{border-bottom:1px solid rgba(7,92,75,.1);display:grid;grid-gap:8px;gap:8px;padding-bottom:16px}.pricing-card .pricing-plan-name{color:var(--accent-strong);font-size:.72rem;margin:0}.pricing-card h2{color:var(--foreground);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.65rem,2.35vw,2.18rem);letter-spacing:-.025em;line-height:1.05}.pricing-feature-list{display:grid;grid-gap:9px;gap:9px;list-style:none;padding:0}.pricing-feature-list li{color:#394a44;font-size:.88rem;line-height:1.38;overflow-wrap:anywhere;padding-left:18px;position:relative}.pricing-feature-list li:before{background:var(--accent-strong);border-radius:999px;content:"";height:5px;left:2px;opacity:.78;position:absolute;top:.62em;width:5px}.pricing-card-action{margin-top:auto}.pricing-card-action .actions{margin-top:0}.pricing-card-action .button{min-height:42px;width:100%}.pricing-card-action .helper-text{margin:10px 0 0}@media (max-width:980px){.pricing-explainer-grid,.pricing-explainer-panel,.pricing-grid{grid-template-columns:1fr}.pricing-hero{padding-top:34px}}@media (max-width:640px){.pricing-hero{padding:34px 0 24px}.pricing-actions .button{width:100%}.pricing-explainer-band{padding:18px 0}.pricing-plans-band{padding:30px 0 46px}}.faq-hero{padding:36px 0 24px}.faq-hero-intro{gap:7px;max-width:720px}.faq-hero-intro h1{font-size:clamp(1.95rem,3.1vw,2.55rem);line-height:1.1}.faq-hero-intro .lead{font-size:.98rem;line-height:1.52;max-width:620px}.faq-explainer-band{padding:18px 0}.faq-explainer-panel{align-items:center;gap:14px;grid-template-columns:minmax(160px,.24fr) minmax(0,1fr);padding:16px 18px}.faq-explainer-panel .section-tag{margin:0}.faq-explainer-grid{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.faq-explainer-grid p{background:#ffffff;border:1px solid rgba(7,92,75,.09);border-radius:var(--radius-sm);color:var(--muted-strong);font-size:.86rem;line-height:1.42;margin:0;padding:11px 12px}.faq-explainer-grid strong{color:var(--foreground)}.faq-list-band{padding:28px 0 54px}.faq-list-layout{max-width:940px}.faq-list-panel{padding:18px}.faq-compact-list{gap:8px}.faq-item{display:grid;grid-gap:5px;gap:5px;padding:14px 16px}.faq-item h3{font-size:.96rem;line-height:1.28}.faq-item p{color:var(--muted-strong);font-size:.88rem;line-height:1.48;margin:0}@media (max-width:980px){.faq-explainer-grid,.faq-explainer-panel{grid-template-columns:1fr}}@media (max-width:640px){.faq-hero{padding:32px 0 20px}.faq-explainer-band{padding:14px 0}.faq-list-band{padding:24px 0 42px}.faq-list-panel{padding:14px}.faq-item{padding:13px 14px}}.sign-in-hero{padding:36px 0 20px}.sign-in-intro{gap:7px;max-width:620px}.sign-in-intro h1{font-size:clamp(1.95rem,3vw,2.42rem);line-height:1.1}.sign-in-intro .lead{font-size:.98rem;line-height:1.5;max-width:520px}.sign-in-form-band{padding:20px 0 54px}.sign-in-shell{max-width:560px}.sign-in-panel{gap:14px;padding:18px}.sign-in-notice{background:#fffaf0;border-color:rgba(176,131,45,.22) rgba(176,131,45,.22) rgba(176,131,45,.22) rgba(176,131,45,.58);border-left-width:3px;box-shadow:none;gap:5px;padding:12px 14px}.sign-in-notice h3{font-size:.9rem;line-height:1.25}.sign-in-notice p{color:var(--muted-strong);font-size:.84rem;line-height:1.45;margin:0}.sign-in-form-card{gap:14px;padding:20px}.sign-in-field{display:grid;grid-gap:6px;gap:6px}.sign-in-field label{color:var(--foreground);font-size:.84rem;font-weight:780}.sign-in-form-card input{border-color:rgba(7,92,75,.16);min-height:44px}.sign-in-actions{display:grid;grid-gap:10px;gap:10px;grid-template-columns:1fr 1fr}.sign-in-actions .button{font-size:.9rem;min-height:42px;width:100%}.sign-in-verify-actions{grid-template-columns:1fr}.sign-in-form-card .error-text,.sign-in-form-card .helper-text{line-height:1.48;margin:0}.sign-in-form-card .button:disabled{background:#eef4f1;border-color:rgba(7,92,75,.12);box-shadow:none;color:#68756f;opacity:1;transform:none}.sign-in-security-note{background:#f6faf8;border:1px solid rgba(7,92,75,.1);border-radius:var(--radius-sm);color:var(--muted-strong);font-size:.84rem;line-height:1.48;margin:0;padding:11px 12px}.sign-in-security-note strong{color:var(--foreground)}@media (max-width:640px){.sign-in-hero{padding:32px 0 18px}.sign-in-form-band{padding:18px 0 42px}.sign-in-form-card,.sign-in-panel{padding:16px}.sign-in-actions{grid-template-columns:1fr}}.how-page-hero{padding:38px 0 24px}.how-page-intro{gap:8px;max-width:720px}.how-page-intro h1{font-size:clamp(2rem,3.2vw,2.58rem);line-height:1.1;max-width:720px}.how-page-intro .lead{font-size:.98rem;line-height:1.55;max-width:650px}.how-page-content{padding:24px 0 54px}.how-page-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));max-width:1080px}.how-page-card{align-content:start;gap:11px;min-height:0;padding:22px}.how-page-card.process-panel-primary{grid-row:auto}.how-page-card.process-panel-limit{border-left-width:3px}.how-page-card .eyebrow,.how-page-card .section-tag{margin-bottom:0}.how-page-card h2{color:var(--foreground);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.15rem,1.45vw,1.38rem);font-weight:650;letter-spacing:-.018em;line-height:1.18;margin:0}.how-page-card p:not(.section-tag):not(.eyebrow),.how-page-card.process-panel-primary p:not(.section-tag):not(.eyebrow){color:var(--muted-strong);font-size:.92rem;line-height:1.54;max-width:none}@media (max-width:980px){.how-page-grid{grid-template-columns:1fr;max-width:720px}}@media (max-width:640px){.how-page-hero{padding:32px 0 20px}.how-page-content{padding:22px 0 42px}.how-page-card{padding:18px}}.support-page-hero{padding:40px 0 28px}.support-page-hero .support-hero-grid{align-items:center;gap:24px;grid-template-columns:minmax(0,.98fr) minmax(340px,.78fr);max-width:1080px}.support-page-intro{gap:8px;max-width:640px}.support-page-intro h1{font-size:clamp(2rem,3.15vw,2.58rem);line-height:1.1}.support-page-intro .lead{font-size:.98rem;line-height:1.55;max-width:610px}.support-country-panel{gap:13px;padding:18px}.support-country-panel h2{color:var(--accent-strong);font-size:clamp(1.28rem,2vw,1.62rem);line-height:1.12}.support-country-panel p:not(.section-tag):not(.helper-text){color:var(--muted-strong);font-size:.88rem;line-height:1.48}.support-country-panel .country-selector{gap:8px;margin-bottom:0}.support-country-panel .country-label{color:var(--muted-strong);font-size:.74rem;letter-spacing:.03em;text-transform:uppercase}.support-country-panel .country-control{align-items:center;display:grid;grid-gap:8px;gap:8px;grid-template-columns:minmax(0,1fr) auto}.support-country-panel select{font-size:.88rem;min-height:38px;padding-block:8px}.support-country-panel .button-inline{font-size:.78rem;min-height:38px;padding:8px 12px}.support-country-panel .helper-text{color:var(--muted);font-size:.78rem;line-height:1.42;margin:0}.support-page-principles{padding:24px 0}.support-page-principles .support-principles-grid{max-width:900px}.support-principles-panel{gap:13px;padding:20px}.support-principles-panel h2{font-size:clamp(1.25rem,2vw,1.62rem)}.support-principles-panel .detail-list{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.support-principles-panel .detail-item{box-shadow:none;gap:5px;padding:13px 14px}.support-principles-panel .detail-item h3{font-size:.94rem}.support-principles-panel .detail-item p{color:var(--muted-strong);font-size:.86rem;line-height:1.46}.support-facts-section{padding:34px 0 44px}.support-facts-header{gap:6px;margin-bottom:16px;max-width:680px}.support-facts-header h2{font-size:clamp(1.5rem,2.4vw,2rem)}.support-facts-header p:not(.eyebrow){color:var(--muted-strong);font-size:.92rem;line-height:1.48}.support-facts-section .country-selector.compact{align-items:center;background:#ffffff;border:1px solid rgba(7,92,75,.1);border-radius:var(--radius);box-shadow:0 6px 18px rgba(23,33,30,.032);display:grid;grid-gap:10px;gap:10px;grid-template-columns:minmax(0,1fr) auto;margin:0 0 14px;padding:10px 12px}.support-facts-section .country-selector.compact>.card{box-shadow:none;grid-column:1/-1;padding:12px}.support-facts-section .country-selector.compact .helper-text{margin:0}.support-facts-section .country-selector.compact .button-inline{font-size:.78rem;min-height:36px;padding:7px 12px}.support-facts-section .cards{gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.support-facts-section .cards .card{gap:8px;min-height:0;padding:18px}.support-facts-section .cards h3{color:var(--accent-strong);font-size:clamp(1.55rem,2.6vw,2.2rem);line-height:1.05}.support-facts-section .cards h4{font-size:.96rem;line-height:1.26}.support-facts-section .cards p{font-size:.86rem;line-height:1.48}.support-facts-section>.inner>.helper-text{font-size:.82rem;margin:12px 0 0}.support-routes-section{padding:30px 0 52px}.support-overview-panel{gap:12px;padding:22px}.support-overview-panel h2{font-size:clamp(1.38rem,2.25vw,1.85rem)}.support-overview-panel>p:not(.section-tag):not(.helper-text){color:var(--muted-strong);font-size:.92rem;line-height:1.5;max-width:720px}.support-overview-panel>.helper-text{font-size:.8rem;line-height:1.42;margin:0}.support-overview-panel .support-route-groups{display:grid;grid-gap:12px;gap:12px;margin-top:4px}.support-overview-panel .support-route-group{box-shadow:none;display:grid;grid-gap:10px;gap:10px;padding:15px}.support-overview-panel .support-route-group h3{color:var(--foreground);font-size:.98rem;line-height:1.25;margin:0}.support-overview-panel .detail-list.compact{gap:8px}.support-overview-panel .detail-item{box-shadow:none;display:grid;grid-gap:5px;gap:5px;padding:12px 13px}.support-overview-panel .detail-item h4{color:var(--foreground);font-size:.92rem;line-height:1.25;margin:0}.support-overview-panel .detail-item p{color:var(--muted-strong);font-size:.84rem;line-height:1.45}.support-overview-panel .support-links{gap:6px 12px;font-size:.82rem}.support-overview-panel .support-links a{color:var(--accent-strong)}@media (max-width:980px){.support-facts-section .cards,.support-page-hero .support-hero-grid,.support-principles-panel .detail-list{grid-template-columns:1fr}.support-page-hero .support-hero-grid{max-width:720px}.support-country-panel .country-control{grid-template-columns:1fr}.support-country-panel .button-inline{width:100%}}@media (max-width:640px){.support-page-hero{padding:32px 0 22px}.support-page-principles{padding:20px 0}.support-facts-section{padding:28px 0 38px}.support-routes-section{padding:26px 0 42px}.support-country-panel,.support-overview-panel,.support-principles-panel{padding:16px}.support-facts-section .country-selector.compact{grid-template-columns:1fr}.support-facts-section .country-selector.compact .button-inline{width:100%}}.check-page-hero{padding:38px 0 54px}.check-page-inner{max-width:1120px}.check-page-header{gap:8px;margin-bottom:14px;max-width:760px}.check-page-header h1{font-size:clamp(2rem,3.2vw,2.6rem);line-height:1.1}.check-page-header .lead{font-size:.98rem;line-height:1.55;max-width:720px}.check-page-notice{background:#fffaf0;border-color:rgba(176,131,45,.2) rgba(176,131,45,.2) rgba(176,131,45,.2) rgba(176,131,45,.56);border-left-width:3px;box-shadow:none;gap:5px;margin:0 0 14px;max-width:760px;padding:12px 14px}.check-page-notice h3{font-size:.9rem}.check-page-notice p{color:var(--muted-strong);font-size:.84rem;line-height:1.45;margin:0}.check-workflow-form{gap:18px;grid-template-columns:minmax(0,1fr) minmax(260px,.42fr);margin-top:16px}.check-primary-panel{gap:13px;padding:22px}.check-primary-panel h2{font-size:clamp(1.32rem,2vw,1.72rem);line-height:1.14}.check-intro-copy{color:var(--muted-strong);font-size:.9rem;line-height:1.5;max-width:760px}.check-safety-list{gap:0}.check-safety-note{background:#f6faf8;box-shadow:none;gap:4px;padding:12px 13px}.check-safety-note h3{font-size:.9rem}.check-safety-note p{color:var(--muted-strong);font-size:.84rem;line-height:1.45}.check-field-grid{gap:12px}.check-field{display:grid;grid-gap:6px;gap:6px}.check-primary-panel label,.check-prior-group legend{color:var(--foreground);font-size:.84rem;font-weight:780;line-height:1.25;margin:0}.check-primary-panel input:not([type=checkbox]):not([type=radio]),.check-primary-panel select{min-height:42px}.check-privacy-toggle{display:flex;min-height:0;padding:12px 13px}.check-privacy-toggle small{font-size:.8rem;line-height:1.4}.check-prior-group{border:0;display:grid;grid-gap:8px;gap:8px;margin:0;padding:0}.check-primary-panel .prior-action-grid{gap:8px;grid-template-columns:repeat(auto-fit,minmax(128px,1fr))}.check-prior-option{align-items:center;display:flex;font-size:.82rem;gap:7px;line-height:1.25;min-height:38px;padding:8px 9px}.check-context-option input,.check-prior-option input,.check-privacy-toggle input{flex:0 0 auto;margin-top:0}.check-textarea-group{display:grid;grid-gap:6px;gap:6px}.check-main-textarea{height:172px;line-height:1.52;min-height:150px;resize:vertical}.check-textarea-group .helper-text{font-size:.82rem;line-height:1.42;margin:0}.advanced-check-details{margin-top:2px;padding-top:12px}.advanced-check-details summary{border-radius:var(--radius-sm);font-size:.88rem;padding:4px 0}.advanced-check-panel{gap:12px;padding-top:12px}.check-primary-panel .option-grid{gap:8px}.check-context-option{display:flex;font-size:.82rem;line-height:1.34;min-height:0;padding:10px}.check-submit-row{align-items:center;border-top:1px solid rgba(7,92,75,.1);display:flex;justify-content:flex-start;padding-top:14px}.check-submit-row .button{min-height:44px;min-width:210px}.check-side-panel{align-self:start;gap:10px;padding:18px}.check-side-list{gap:9px}.check-side-item{box-shadow:none;gap:5px;padding:12px 13px}.check-side-item h3{font-size:.92rem}.check-side-item p{color:var(--muted-strong);font-size:.82rem;line-height:1.43}@media (max-width:980px){.check-field-grid,.check-primary-panel .option-grid,.check-workflow-form{grid-template-columns:1fr}.check-side-panel{order:2}}@media (max-width:640px){.check-page-hero{padding:32px 0 42px}.check-primary-panel,.check-side-panel{padding:16px}.check-submit-row .button{width:100%}}.trust-safety-badge{background:#ffffff;border:1px solid rgba(15,92,80,.18);border-left:4px solid var(--accent-strong);border-radius:var(--radius);box-shadow:0 10px 24px rgba(23,33,30,.055);display:grid;grid-gap:9px;gap:9px;max-width:620px;padding:16px 18px}.trust-badge-kicker{color:var(--accent-strong);font-size:.78rem;font-weight:820;letter-spacing:0;margin:0;text-transform:uppercase}.trust-badge-statement{color:var(--foreground);font-size:1rem;font-weight:780;line-height:1.42;margin:0}.trust-safety-badge ul{display:grid;grid-gap:6px;gap:6px;list-style:none;margin:0;padding:0}.trust-safety-badge li{color:var(--muted-strong);font-size:.88rem;line-height:1.42;padding-left:18px;position:relative}.trust-safety-badge li:before{background:var(--accent);border-radius:999px;content:"";height:6px;left:2px;position:absolute;top:.62em;width:6px}.check-page-inner>.trust-safety-badge,.contact-intro-band .trust-safety-badge{margin-top:10px}.trust-safety-hero{padding:42px 0 34px}.trust-safety-hero-grid{align-items:center;display:grid;grid-gap:28px;gap:28px;grid-template-columns:minmax(0,.98fr) minmax(320px,.52fr);max-width:1180px}.trust-safety-intro{max-width:760px}.trust-safety-intro h1{font-size:clamp(2rem,3.2vw,2.72rem);line-height:1.1}.trust-safety-section{padding:34px 0 64px}.trust-safety-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr));max-width:1180px}.trust-safety-panel{gap:13px;padding:22px}.trust-safety-panel h2{font-size:clamp(1.28rem,2vw,1.72rem)}.trust-safety-panel p{color:var(--muted-strong);font-size:.92rem;line-height:1.52}.trust-safety-detail-list{grid-template-columns:1fr}.trust-safety-never-panel{border-color:rgba(164,63,52,.22);grid-column:1/-1}.trust-safety-never-panel h2{color:var(--foreground);font-size:clamp(1.32rem,2.2vw,1.86rem);max-width:980px}@media (max-width:980px){.trust-safety-grid,.trust-safety-hero-grid{grid-template-columns:1fr}}@media (max-width:640px){.trust-safety-badge,.trust-safety-panel{padding:16px}}.landing-page .marketing-hero{padding:30px 0 18px}.landing-page .landing-hero-grid{gap:30px}.landing-page .hero-copy-premium{gap:10px}.landing-page .hero-copy-premium .lead{margin-bottom:0}.landing-page .hero-copy-premium .actions{margin-top:14px}.landing-page .landing-trust-line{color:#5f6c67;font-size:.82rem;line-height:1.42;margin-top:2px}.landing-page .section-header{gap:7px;margin-bottom:20px}.landing-page .landing-support-copy h2,.landing-page .section-header h2{font-size:clamp(1.78rem,2.65vw,2.42rem);letter-spacing:-.03em;line-height:1.08}.landing-page .landing-support-copy p:not(.eyebrow),.landing-page .section-header p:not(.eyebrow){color:#394a44;font-size:.94rem;line-height:1.56}.landing-page .landing-facts{padding:36px 0 42px}.landing-page .landing-facts-header{margin-bottom:20px;max-width:640px}.landing-page .global-stat-grid{gap:16px}.landing-page .global-stat-card,.landing-page .landing-local-card{border-color:rgba(7,92,75,.1);border-radius:12px;box-shadow:0 12px 28px rgba(23,33,30,.045);gap:9px;padding:20px}.landing-page .global-stat-card .landing-fact-icon,.landing-page .landing-local-card .landing-fact-icon{height:42px;margin-bottom:3px;width:42px}.landing-page .global-stat-card h3,.landing-page .landing-local-card h3{color:var(--accent-strong);font-size:clamp(1.88rem,3vw,2.55rem);letter-spacing:-.035em;line-height:1.02;margin:0}.landing-page .global-stat-card p,.landing-page .landing-local-card p{color:#394a44;font-size:.88rem;line-height:1.48;margin:0}.landing-page .global-stat-card a,.landing-page .landing-fact-links .helper-text{color:#65726d;font-size:.76rem;line-height:1.35;margin-top:auto}.landing-page .landing-local-alerts{padding:38px 0 44px}.landing-page .landing-local-inner{--container-max:1080px}.landing-page .landing-local-header{margin-bottom:16px;max-width:700px}.landing-page .landing-local-country{align-items:center;background:rgba(255,255,255,.72);border:1px solid rgba(7,92,75,.09);border-radius:12px;box-shadow:0 8px 20px rgba(23,33,30,.035);gap:12px;margin-bottom:16px;padding:10px 12px}.landing-page .landing-local-country>div:first-child{gap:1px}.landing-page .landing-local-country>div:first-child span{color:#6d7974;font-size:.68rem;letter-spacing:.03em;text-transform:uppercase}.landing-page .landing-local-country>div:first-child strong{color:var(--accent-strong);font-size:1.05rem;line-height:1.12}.landing-page .landing-local-country .country-selector.compact{gap:6px;margin:0}.landing-page .landing-local-country .country-label{font-size:.68rem}.landing-page .landing-local-country .country-control{gap:8px}.landing-page .landing-local-country select{font-size:.82rem;min-height:36px;padding:7px 10px}.landing-page .landing-local-country .button-inline{font-size:.72rem;min-height:36px;padding:7px 11px}.landing-page .landing-local-country .helper-text{color:#6d7974;font-size:.7rem;line-height:1.34}.landing-page .landing-local-card-grid{gap:16px}.landing-page .landing-local-card .status{justify-self:start;margin:0}.landing-page .landing-local-card h4{color:#17211e;font-size:.95rem;line-height:1.25;margin:0}.landing-page .landing-fact-links{gap:4px;margin-top:auto}.landing-page .landing-human-support{padding:40px 0 44px}.landing-page .landing-support-grid{align-items:center;gap:38px;grid-template-columns:minmax(290px,.7fr) minmax(520px,1fr)}.landing-page .landing-support-copy{gap:12px;padding:0}.landing-page .landing-support-copy h2{max-width:430px}.landing-page .landing-support-copy .button{margin-top:4px;width:-moz-fit-content;width:fit-content}.landing-page .landing-secondary-visual{border-radius:18px;box-shadow:0 18px 42px rgba(23,33,30,.095)}.landing-page .trusted-circle-preview{gap:14px;grid-template-columns:minmax(300px,.92fr) minmax(250px,.62fr);min-height:0;padding:18px}.landing-page .trusted-orbit{min-height:315px}.landing-page .trusted-phone-preview{min-height:330px;padding:20px 16px 16px}.landing-page .trusted-alert-line,.landing-page .trusted-feedback-row{padding:9px}.landing-page .landing-help{padding:38px 0 42px}.landing-page .landing-help-grid{gap:24px}.landing-page .landing-help .section-header{margin-bottom:0;max-width:520px}.landing-page .landing-step-list{gap:16px}.landing-page .landing-step{border-radius:12px;gap:8px;min-height:0;padding:18px}.landing-page .landing-step>span{font-size:.78rem}.landing-page .landing-step h3{font-size:1.08rem;line-height:1.2;margin:0}.landing-page .landing-step>p{color:#4d5c56;font-size:.84rem;line-height:1.45;margin:0 0 6px}.landing-page .step-mini-clean{background:#fbfdfc;border:1px solid rgba(7,92,75,.09);border-radius:10px;box-shadow:inset 0 1px 0 rgba(255,255,255,.72);gap:8px;margin-top:auto;min-height:0;padding:12px}.landing-page .step-mini-clean>strong{color:#17211e;font-size:.78rem;line-height:1.25}.landing-page .step-choice-grid{gap:6px}.landing-page .step-choice-grid p,.landing-page .step-reason-rows p,.landing-page .step-support-note{border-radius:7px;font-size:.68rem;line-height:1.22;padding:7px 8px}.landing-page .step-assessment-panel,.landing-page .step-next-panel,.landing-page .step-preview-panel{border-color:rgba(7,92,75,.1);border-radius:8px;padding:10px}.landing-page .step-assessment-panel small,.landing-page .step-preview-panel small{font-size:.62rem}.landing-page .step-assessment-panel p,.landing-page .step-next-panel li,.landing-page .step-preview-panel p{font-size:.7rem;line-height:1.34}.landing-page .step-next-panel ul{gap:5px}.landing-page .landing-reassurance{padding:24px 0 30px}.landing-page .landing-reassurance-grid{gap:12px}.landing-page .landing-reassurance-brand,.landing-page .landing-reassurance-item{border-radius:12px;padding:14px}.landing-page .landing-reassurance-brand h2{font-size:1.08rem;line-height:1.2}.landing-page .landing-reassurance-brand p,.landing-page .landing-reassurance-item p{font-size:.78rem;line-height:1.38}.landing-page .landing-reassurance-icon{height:32px;width:32px}.landing-page .landing-final-cta{padding:30px 0 34px}.landing-page .final-cta-panel{border-radius:18px;display:grid;grid-gap:16px;gap:16px;padding:28px 30px}.landing-page .final-cta-panel h2{font-size:clamp(1.55rem,2.6vw,2.2rem);line-height:1.08}.landing-page .final-cta-panel .actions{gap:10px;margin-top:0}@media (max-width:1180px){.landing-page .landing-support-grid{grid-template-columns:1fr}.landing-page .landing-support-copy{max-width:620px}}@media (max-width:980px){.landing-page .landing-facts,.landing-page .landing-help,.landing-page .landing-human-support,.landing-page .landing-local-alerts{padding:34px 0 38px}.landing-page .landing-local-country{align-items:stretch;flex-direction:column}.landing-page .trusted-circle-preview{grid-template-columns:1fr}}@media (max-width:640px){.landing-page .marketing-hero{padding:28px 0 24px}.landing-page .landing-local-country .country-control{grid-template-columns:1fr}.landing-page .landing-local-country .button-inline{width:100%}.landing-page .global-stat-card,.landing-page .landing-local-card,.landing-page .landing-step{padding:16px}.landing-page .landing-reassurance{padding:20px 0 26px}.landing-page .final-cta-panel{padding:24px 18px}body,html{overflow-x:hidden}.check-page-header,.landing-page .hero-copy-premium,.landing-page .landing-human-visual,.marketing-actions,.marketing-nav,.marketing-nav-shell,.page-header,.page-intro,.pricing-hero-intro{min-width:0}.marketing-nav-shell{align-items:stretch;gap:14px}.marketing-nav{display:grid;grid-gap:10px 16px;gap:10px 16px;grid-template-columns:repeat(2,minmax(0,max-content));justify-content:flex-start;width:100%}.marketing-nav a{min-width:0;padding:8px 0}.marketing-actions{display:grid;grid-gap:10px 14px;gap:10px 14px;grid-template-columns:repeat(2,max-content);justify-content:flex-start;width:100%}.marketing-actions .button{flex:none;grid-column:1/-1;width:100%}.check-page-header,.landing-page .hero-copy-premium,.landing-page .hero-copy-premium h1,.pricing-hero-intro{max-width:100%}.landing-page .hero-copy-premium h1 span{display:block;white-space:normal}.landing-page .landing-human-visual{margin-inline:auto;max-width:min(100%,320px);overflow:hidden}.landing-page .landing-human-visual img{margin-left:0;max-width:100%;width:100%}}@media (max-width:560px){.marketing-actions,.marketing-nav{align-items:start}}