:root{--color-background:#f5f7f7;--color-surface:#fff;--color-surface-muted:#eef2f3;--color-text:#172126;--color-muted:#5d6a70;--color-border:#d7dfe1;--color-border-strong:#9aa8ad;--color-brand:#0f5c5e;--color-brand-strong:#0b4749;--color-brand-contrast:#fff;--color-focus:#2563eb;--color-success:#166534;--color-success-surface:#f0fdf4;--color-warning:#92400e;--color-warning-surface:#fffbeb;--color-error:#b42318;--color-error-strong:#912018;--color-error-surface:#fef2f2;--color-information:#1d4ed8;--color-information-surface:#eff6ff;--color-neutral:#475569;--color-neutral-surface:#f1f5f9;--color-environment-local:#1d4ed8;--color-environment-preview:#6d28d9;--color-environment-staging:#a16207;--color-environment-production:#b91c1c;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-12:48px;--radius-small:6px;--radius-medium:10px;--control-height-web:44px;--control-height-native:48px;--font-sans:Arial, Helvetica, sans-serif}
.sds-page-shell{background:var(--color-background);color:var(--color-text);min-height:100vh;padding:var(--space-6) var(--space-4)}.sds-page-shell__content{min-width:0;max-width:72rem;margin:0 auto}.sds-page-shell__header{margin-bottom:var(--space-8);max-width:48rem}.sds-page-shell__eyebrow{color:var(--color-brand);letter-spacing:.08em;margin:0 0 var(--space-2);text-transform:uppercase;font-size:.8125rem;font-weight:700}.sds-page-shell__title{margin:0;font-size:clamp(2rem,6vw,3rem);line-height:1.1}.sds-page-shell__description{color:var(--color-muted);margin:var(--space-3) 0 0;font-size:1rem;line-height:1.6}.sds-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-medium);min-width:0;padding:var(--space-6)}.sds-button{border-radius:var(--radius-small);cursor:pointer;font:inherit;align-items:center;gap:var(--space-2);min-height:var(--control-height-web);padding:var(--space-3) var(--space-4);border:1px solid #0000;justify-content:center;font-weight:700;line-height:1.2;transition:background-color .12s,border-color .12s,color .12s;display:inline-flex}.sds-button:focus-visible,.sds-input:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.sds-button--primary{background:var(--color-brand);color:var(--color-brand-contrast)}.sds-button--primary:hover:not(:disabled){background:var(--color-brand-strong)}.sds-button--secondary{background:var(--color-surface);border-color:var(--color-border-strong);color:var(--color-text)}.sds-button--secondary:hover:not(:disabled),.sds-button--quiet:hover:not(:disabled){background:var(--color-surface-muted)}.sds-button--destructive{background:var(--color-error);color:var(--color-brand-contrast)}.sds-button--destructive:hover:not(:disabled){background:var(--color-error-strong)}.sds-button--quiet{color:var(--color-brand);background:0 0}.sds-button:disabled{cursor:not-allowed;opacity:.55}.sds-button__spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:1rem;height:1rem;animation:.8s linear infinite sds-spin}.sds-field{gap:var(--space-2);display:grid}.sds-field__label{font-weight:700}.sds-field__required,.sds-field__error{color:var(--color-error)}.sds-field__help,.sds-field__error{margin:0;font-size:.875rem;line-height:1.45}.sds-field__help{color:var(--color-muted)}.sds-input{background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-small);color:var(--color-text);font:inherit;min-height:var(--control-height-web);min-width:0;padding:var(--space-3);width:100%}.sds-input--error{border-color:var(--color-error)}.sds-status-badge{border-radius:var(--radius-small);align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border:1px solid;font-size:.8125rem;font-weight:700;line-height:1.2;display:inline-flex}.sds-status-badge__dot{background:currentColor;border-radius:50%;width:.5rem;height:.5rem}.sds-status-badge--neutral{background:var(--color-neutral-surface);color:var(--color-neutral)}.sds-status-badge--information{background:var(--color-information-surface);color:var(--color-information)}.sds-status-badge--success{background:var(--color-success-surface);color:var(--color-success)}.sds-status-badge--warning{background:var(--color-warning-surface);color:var(--color-warning)}.sds-status-badge--error{background:var(--color-error-surface);color:var(--color-error)}.sds-alert{border-radius:var(--radius-medium);padding:var(--space-4);border:1px solid}.sds-alert--neutral{background:var(--color-neutral-surface);color:var(--color-neutral)}.sds-alert--information{background:var(--color-information-surface);color:var(--color-information)}.sds-alert--success{background:var(--color-success-surface);color:var(--color-success)}.sds-alert--warning{background:var(--color-warning-surface);color:var(--color-warning)}.sds-alert--error{background:var(--color-error-surface);color:var(--color-error)}.sds-alert__title{margin:0;font-size:1rem}.sds-alert__body{margin-top:var(--space-2);overflow-wrap:anywhere;line-height:1.5}.sds-alert__body>:first-child{margin-top:0}.sds-alert__body>:last-child{margin-bottom:0}.sds-auth-card{gap:var(--space-6);max-width:36rem;margin:0 auto;display:grid}.sds-auth-card__heading h2,.sds-auth-card__heading p{margin:0}.sds-auth-card__heading h2{margin-top:var(--space-3);font-size:1.5rem;line-height:1.2}.sds-auth-card__heading p{color:var(--color-muted);margin-top:var(--space-2);line-height:1.6}.sds-auth-form,.sds-auth-enrollment{gap:var(--space-4);display:grid}.sds-auth-form .sds-button{width:100%}.sds-auth-divider{color:var(--color-muted);align-items:center;gap:var(--space-3);text-transform:uppercase;font-size:.8125rem;display:flex}.sds-auth-divider:before,.sds-auth-divider:after{background:var(--color-border);content:"";flex:1;height:1px}.sds-auth-guest{border-top:1px solid var(--color-border);gap:var(--space-2);padding-top:var(--space-5);display:grid}.sds-auth-guest p{color:var(--color-muted);margin:0}.sds-auth-link{color:var(--color-brand);width:fit-content;font-weight:700}.sds-auth-link:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.sds-auth-summary{gap:var(--space-3);margin:0;display:grid}.sds-auth-summary div{border-bottom:1px solid var(--color-border);gap:var(--space-1);padding-bottom:var(--space-3);display:grid}.sds-auth-summary dt{color:var(--color-muted);text-transform:uppercase;font-size:.8125rem;font-weight:700}.sds-auth-summary dd{margin:0}.sds-auth-secret{background:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:var(--radius-small);font-family:var(--font-mono);letter-spacing:.08em;margin-top:var(--space-3);overflow-wrap:anywhere;padding:var(--space-3);-webkit-user-select:all;user-select:all;font-size:.875rem;display:block}.sds-application-metadata{color:var(--color-muted);align-items:center;gap:var(--space-3);margin:var(--space-6) auto 0;flex-wrap:wrap;justify-content:center;max-width:36rem;font-size:.8125rem;display:flex}@media (min-width:48rem){.sds-page-shell{padding:var(--space-12) var(--space-8)}.sds-card{padding:var(--space-8)}}@media (prefers-reduced-motion:reduce){.sds-button{transition:none}.sds-button__spinner{animation-duration:1.6s}}@keyframes sds-spin{to{transform:rotate(360deg)}}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:6rem}html,body{min-height:100%;margin:0}body{background:var(--color-background);color:var(--color-text);font-family:var(--font-sans);line-height:1.55}body,button,input,select,textarea{font-family:var(--font-sans)}button,input,select,summary,textarea{font-size:1rem}button,summary{-webkit-tap-highlight-color:transparent}img,svg{max-width:100%;display:block}a{color:inherit}p{overflow-wrap:anywhere}:focus-visible{outline:3px solid var(--color-focus);outline-offset:3px}.customer-app{min-height:100vh}.site-preview-banner{color:#173f40;padding:var(--space-2) clamp(var(--space-4), 4vw, var(--space-8));background:#e5f2f1;border-bottom:1px solid #b9d9d7}.site-preview-banner>div{gap:var(--space-1) var(--space-3);flex-wrap:wrap;max-width:75rem;margin-inline:auto;display:flex}.site-preview-banner strong,.site-preview-banner span{line-height:1.45}.site-preview-banner strong{flex:none}.site-nav a[aria-current=page],.site-header__actions a[aria-current=page],.mobile-nav a[aria-current=page]{color:var(--color-brand-strong);text-underline-offset:.35em;text-decoration:underline;text-decoration-thickness:2px}.skip-link{background:var(--color-text);color:#fff;left:var(--space-4);padding:var(--space-3) var(--space-4);z-index:100;font-weight:700;position:fixed;top:-5rem}.skip-link:focus{top:var(--space-4)}.content-width{min-width:0;max-width:75rem;padding-inline:clamp(var(--space-4), 4vw, var(--space-8));width:100%;margin-inline:auto}.content-width--narrow{max-width:50rem}.page-main{min-height:65vh;padding-block:clamp(var(--space-8), 7vw, 5.5rem)}.page-section{padding-block:clamp(3.5rem,8vw,7rem)}.page-section--compact{padding-block:clamp(var(--space-8), 5vw, var(--space-12))}.page-section--tinted{background:#e9f1f1}.page-section--dark{color:#f8fbfb;background:#102f31}.page-section--cta{padding-top:0}.eyebrow{color:var(--color-brand);letter-spacing:.12em;margin:0 0 var(--space-3);text-transform:uppercase;font-size:.75rem;font-weight:800}.eyebrow--light,.page-section--dark .eyebrow{color:#a9dcda}.page-intro{max-width:50rem}.page-intro h1,.hero h1{letter-spacing:-.045em;text-wrap:balance;margin:0;font-size:clamp(2.5rem,7vw,5.25rem);line-height:.98}.page-intro h1{font-size:clamp(2.35rem,6vw,4.5rem)}.page-intro__copy{color:var(--color-muted);max-width:44rem;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.7}.page-intro__copy p{margin:var(--space-4) 0 0}.section-heading{max-width:46rem}.section-heading h2,.split-feature h2,.cta-band h2{letter-spacing:-.035em;text-wrap:balance;margin:0;font-size:clamp(2rem,4.5vw,3.5rem);line-height:1.08}.section-heading>div,.split-feature>div>p,.cta-band p{color:var(--color-muted);font-size:1.0625rem;line-height:1.7}.section-heading>div p{margin:var(--space-4) 0 0}.section-heading-row{align-items:end;gap:var(--space-6);margin-bottom:var(--space-8);justify-content:space-between;display:flex}.surface-panel,.service-card,.support-card,.account-card,.empty-state,.form-panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-medium);min-width:0;padding:clamp(var(--space-5,20px), 4vw, var(--space-8))}.content-grid{gap:var(--space-4);margin-top:var(--space-8);grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));display:grid}.content-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.content-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.button-row{align-items:center;gap:var(--space-3);margin-top:var(--space-6);flex-wrap:wrap;display:flex}.button-link{border-radius:var(--radius-small);align-items:center;gap:var(--space-2);min-height:var(--control-height-web);padding:var(--space-3) var(--space-5,20px);text-align:center;border:1px solid #0000;justify-content:center;font-weight:800;line-height:1.2;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s,transform .15s;display:inline-flex}.button-link:hover{transform:translateY(-1px)}.button-link--primary{background:var(--color-brand);color:#fff}.button-link--primary:hover{background:var(--color-brand-strong)}.button-link--secondary{background:var(--color-surface);border-color:var(--color-border-strong);color:var(--color-text)}.button-link--secondary:hover{background:var(--color-surface-muted)}.button-link--light{color:#173f40;background:#fff}.button-link--outline-light{color:#fff;border-color:#ffffff8c}.button-link--outline-light:hover{background:#ffffff1a}.button-link--compact{min-height:44px;padding:var(--space-2) var(--space-4)}.button-link--large{min-height:52px;padding-inline:var(--space-6)}.button-link[aria-disabled=true]{cursor:not-allowed;opacity:.56;pointer-events:none}.text-link{color:var(--color-brand);text-underline-offset:.25em;align-items:center;min-height:44px;font-weight:800;text-decoration-thickness:1px;display:inline-flex}.text-link--muted{color:var(--color-muted);text-decoration:none}.text-link:hover{color:var(--color-brand-strong)}.site-header{z-index:50;background:#fffffff0;border-bottom:1px solid #d7dfe1cc;position:sticky;top:0}@supports ((-webkit-backdrop-filter:blur(14px)) or (backdrop-filter:blur(14px))){.site-header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd9}}.site-header__inner{align-items:center;gap:var(--space-6);max-width:80rem;min-height:74px;padding-inline:clamp(var(--space-4), 4vw, var(--space-8));justify-content:space-between;margin-inline:auto;display:flex}.brand{align-items:center;gap:var(--space-3);flex:none;min-height:44px;text-decoration:none;display:inline-flex}.brand__mark{background:var(--color-brand);border-radius:var(--radius-small);color:#fff;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;font-weight:900;display:inline-flex}.brand__text{letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;line-height:1.2;display:grid}.brand__text strong{letter-spacing:.02em;text-transform:none;font-size:.875rem}.site-nav,.site-header__actions{align-items:center;gap:clamp(var(--space-3), 2vw, var(--space-6));display:flex}.site-nav a{color:#34474c;align-items:center;min-height:44px;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.site-nav a:hover{color:var(--color-brand)}.mobile-nav{display:none;position:relative}.mobile-nav summary{border:1px solid var(--color-border);border-radius:var(--radius-small);cursor:pointer;place-content:center;gap:4px;width:44px;height:44px;list-style:none;display:grid}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{background:var(--color-text);width:20px;height:2px}.mobile-nav nav{border:1px solid var(--color-border);border-radius:var(--radius-medium);gap:var(--space-1);min-width:min(20rem,100vw - 2rem);padding:var(--space-3);right:0;top:calc(100% + var(--space-2));background:#fff;display:grid;position:absolute;box-shadow:0 18px 50px #142b2e2e}.mobile-nav nav>a:not(.button-link){border-radius:var(--radius-small);padding:var(--space-3);font-weight:700;text-decoration:none}.mobile-nav nav>a:not(.button-link):hover{background:var(--color-surface-muted)}.hero{background:radial-gradient(circle at 15% 15%, #0f5c5e1a, transparent 32rem), linear-gradient(180deg, #f8fbfb 0%, var(--color-background) 100%);padding-block:clamp(var(--space-8), 7vw, 6rem);overflow:hidden}.hero__grid{align-items:center;gap:clamp(var(--space-8), 6vw, 5rem);grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);display:grid}.hero__content>.eyebrow{margin-top:var(--space-6)}.hero__lede{color:var(--color-muted);margin:var(--space-6) 0 0;max-width:40rem;font-size:clamp(1.125rem,2.2vw,1.375rem);line-height:1.65}.hero__notes{color:var(--color-muted);gap:var(--space-3) var(--space-6);margin:var(--space-6) 0 0;flex-wrap:wrap;padding:0;font-size:.875rem;list-style:none;display:flex}.hero__notes li:before{color:var(--color-brand);content:"•";margin-right:var(--space-2);font-weight:900}.hero-photo{aspect-ratio:1.15;border-radius:calc(var(--radius-medium) + 4px);border:8px solid #fff;min-height:28rem;position:relative;overflow:hidden;box-shadow:0 30px 70px #142b2e2e}.hero-photo img{object-fit:cover;object-position:58% center}.hero-photo:after{content:"";pointer-events:none;background:linear-gradient(#0000 60%,#0c26282e);position:absolute;inset:0}.hero-photo__card{border-radius:var(--radius-medium);bottom:var(--space-5,20px);align-items:center;gap:var(--space-3);left:var(--space-5,20px);padding:var(--space-3) var(--space-4);z-index:2;background:#fffffff0;border:1px solid #d7dfe1d9;display:flex;position:absolute}.hero-photo__icon{background:var(--color-success-surface);color:var(--color-success);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:900;display:inline-flex}.hero-photo__card>span:last-child{display:grid}.hero-photo__card small{color:var(--color-muted)}.trust-strip{border-block:1px solid var(--color-border);background:#fff}.trust-strip__grid{padding-block:var(--space-6);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.trust-point{border-right:1px solid var(--color-border);align-items:flex-start;gap:var(--space-3);padding-inline:var(--space-5,20px);display:flex}.trust-point:first-child{padding-left:0}.trust-point:last-child{border-right:0}.trust-point>span{color:var(--color-brand);font-weight:900}.trust-point>div{display:grid}.trust-point small{color:var(--color-muted);margin-top:var(--space-1);line-height:1.4}.service-card{flex-direction:column;display:flex;position:relative;overflow:hidden}.service-card__number{color:#dbe7e7;right:var(--space-5,20px);top:var(--space-5,20px);font-size:3rem;font-weight:900;line-height:1;position:absolute}.service-card h2,.service-card h3,.support-card h2,.support-card h3,.surface-panel h2,.surface-panel h3{letter-spacing:-.02em;margin:0;line-height:1.2}.service-card h3{max-width:78%;font-size:1.5rem}.service-card>p:not(.eyebrow),.support-card>p,.surface-panel>p{color:var(--color-muted);line-height:1.65}.service-card .text-link{padding-top:var(--space-4);margin-top:auto}.feature-list,.check-list{gap:var(--space-2);margin:var(--space-4) 0;padding:0;list-style:none;display:grid}.feature-list li,.check-list li{padding-left:1.5rem;position:relative}.feature-list li:before,.check-list li:before{color:var(--color-brand);content:"✓";font-weight:900;position:absolute;left:0}.process-grid{margin:var(--space-8) 0 0;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;padding:0;list-style:none;display:grid}.process-grid li{min-width:0;padding:var(--space-6);background:#ffffffb8}.process-grid li:first-child{border-radius:var(--radius-medium) 0 0 var(--radius-medium)}.process-grid li:last-child{border-radius:0 var(--radius-medium) var(--radius-medium) 0}.process-grid li>span{color:var(--color-brand);letter-spacing:.12em;font-size:.75rem;font-weight:900}.process-grid h3{margin:var(--space-6) 0 var(--space-2);font-size:1.05rem;line-height:1.3}.process-grid p{color:var(--color-muted);margin:0;font-size:.9rem;line-height:1.55}.centered-action{margin-top:var(--space-8);justify-content:center;display:flex}.split-feature{align-items:center;gap:clamp(var(--space-8), 7vw, 6rem);grid-template-columns:minmax(0,1fr) minmax(20rem,.82fr);display:grid}.review-card{border-radius:var(--radius-medium);padding:clamp(var(--space-6), 5vw, var(--space-12));background:#f8fbfb;border:1px solid #bed4d4;box-shadow:0 24px 60px #142b2e1a}.review-card h3{letter-spacing:-.03em;margin:var(--space-6) 0 var(--space-3);font-size:clamp(1.65rem,4vw,2.5rem);line-height:1.12}.review-card p{color:var(--color-muted)}.review-card__steps{border-top:1px solid var(--color-border);align-items:center;gap:var(--space-2);margin-top:var(--space-6);padding-top:var(--space-4);flex-wrap:wrap;font-size:.8rem;font-weight:800;display:flex}.page-section--dark .section-heading>div,.page-section--dark .section-heading>div p{color:#c2d3d3}.status-showcase__grid{gap:var(--space-3);margin-block:var(--space-8);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.status-preview{border-radius:var(--radius-medium);align-items:flex-start;gap:var(--space-4);padding:var(--space-5,20px);background:#ffffff12;border:1px solid #ffffff26;display:flex}.status-preview>span{color:#82c3c1;letter-spacing:.1em;font-size:.75rem;font-weight:900}.status-preview h3{margin:0;font-size:1.125rem}.status-preview p{color:#c2d3d3;margin:var(--space-2) 0 0}.cta-band{background:var(--color-brand);border-radius:var(--radius-medium);color:#fff;align-items:center;gap:var(--space-8);padding:clamp(var(--space-6), 6vw, 4rem);justify-content:space-between;display:flex}.cta-band .eyebrow,.cta-band h2,.cta-band p{color:#fff}.cta-band p{color:#d9efee;margin:var(--space-3) 0 0}.cta-band .button-row{flex:none;margin:0}.preview-notice{margin-block:var(--space-6)}.preview-notice--compact{margin-block:var(--space-4);font-size:.9rem}.form-panel,.support-card{gap:var(--space-4);display:grid}.form-grid{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.form-grid--single{grid-template-columns:1fr}.field-group,.sds-field{min-width:0}.field-group{gap:var(--space-2);display:grid}.field-group label,.field-label{font-weight:800}.field-help{color:var(--color-muted);margin:0;font-size:.875rem}.field-control{gap:var(--space-2);display:grid}.field-control label{font-weight:800}input.field-control,select.field-control,textarea.field-control,.field-control select,.field-control textarea,.field-select,.field-textarea,select.field-select,textarea.field-textarea{border:1px solid var(--color-border-strong);border-radius:var(--radius-small);color:var(--color-text);font:inherit;min-height:var(--control-height-web);min-width:0;padding:var(--space-3);background:#fff;width:100%}.field-textarea,textarea.field-control,.field-control textarea{resize:vertical;min-height:8rem}input.field-control:disabled,select.field-control:disabled,textarea.field-control:disabled,.field-control select:disabled,.field-control textarea:disabled,.field-select:disabled,.field-textarea:disabled{background:var(--color-surface-muted);cursor:not-allowed;opacity:.72}input.field-control[aria-invalid=true],select.field-control[aria-invalid=true],textarea.field-control[aria-invalid=true]{border-color:var(--color-error)}.choice-row{align-items:flex-start;gap:var(--space-3);display:flex}.choice-row input{flex:none;width:20px;height:20px;margin-top:2px}.choice-row label{line-height:1.45}.option-grid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.option-card{border:1px solid var(--color-border);border-radius:var(--radius-medium);cursor:pointer;gap:var(--space-2);min-height:100%;padding:var(--space-4);background:#fff;display:grid;position:relative}.option-card:hover{border-color:var(--color-brand)}.option-card:has(input:checked){border-color:var(--color-brand)}.option-card:has(input:checked){box-shadow:0 0 0 1px var(--color-brand);background:#eef8f7}.option-card input{height:20px;right:var(--space-4);top:var(--space-4);width:20px;position:absolute}.option-card strong{padding-right:var(--space-8)}.option-card small{color:var(--color-muted);line-height:1.45}.faq-list{gap:var(--space-3);margin-top:var(--space-8);display:grid}.faq-item{border:1px solid var(--color-border);border-radius:var(--radius-medium);background:#fff}.faq-item summary{cursor:pointer;min-height:var(--control-height-web);padding:var(--space-5,20px) 3.5rem var(--space-5,20px) var(--space-5,20px);font-weight:800;list-style:none;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{color:var(--color-brand);content:"+";right:var(--space-5,20px);font-size:1.5rem;position:absolute;top:.85rem}.faq-item[open] summary:after{content:"–"}.faq-item>div,.faq-item>p{border-top:1px solid var(--color-border);color:var(--color-muted);padding:var(--space-5,20px);margin:0;line-height:1.7}details.surface-panel{padding:0}details.surface-panel summary{cursor:pointer;gap:var(--space-2);min-height:var(--control-height-web);padding:var(--space-5,20px) 3.5rem var(--space-5,20px) var(--space-5,20px);list-style:none;display:grid;position:relative}details.surface-panel summary::-webkit-details-marker{display:none}details.surface-panel summary:after{color:var(--color-brand);content:"+";right:var(--space-5,20px);font-size:1.5rem;position:absolute;top:50%;transform:translateY(-50%)}details.surface-panel[open] summary:after{content:"–"}details.surface-panel>p,details.surface-panel>div:not(.sds-alert__body){border-top:1px solid var(--color-border);color:var(--color-muted);padding:var(--space-5,20px);margin:0}.legal-stack{gap:var(--space-4);margin-top:var(--space-8);display:grid}.legal-stack section{scroll-margin-top:7rem}.site-footer{color:#edf5f5;padding:clamp(var(--space-8), 7vw, 5rem) clamp(var(--space-4), 4vw, var(--space-8)) var(--space-6);background:#0b2527}.site-footer__inner,.site-footer__bottom{max-width:75rem;margin-inline:auto}.site-footer__inner{gap:clamp(var(--space-8), 8vw, 7rem);grid-template-columns:minmax(15rem,.85fr) minmax(0,1.5fr);display:grid}.brand--footer .brand__mark{color:var(--color-brand);background:#fff}.site-footer__brand p{color:#afc8c8;max-width:26rem;line-height:1.65}.site-footer__links{gap:var(--space-6);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.site-footer__links>div{gap:var(--space-3);display:grid}.site-footer__links h2{color:#fff;letter-spacing:.12em;margin:0 0 var(--space-2);text-transform:uppercase;font-size:.75rem}.site-footer__links a{color:#c5d7d7;align-items:center;min-height:44px;text-decoration:none;display:inline-flex}.site-footer__links a:hover{color:#fff;text-underline-offset:.25em;text-decoration:underline}.site-footer__bottom{color:#9eb6b6;gap:var(--space-4);margin-top:var(--space-12);padding-top:var(--space-6);border-top:1px solid #ffffff26;justify-content:space-between;font-size:.8rem;display:flex}.error-state{text-align:center}.error-state .button-row{justify-content:center}@media (max-width:68rem){.site-nav{display:none}.mobile-nav{display:block}.site-header__actions .text-link{display:none}.process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.process-grid li:first-child,.process-grid li:last-child{border-radius:0}.content-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:52rem){.hero__grid,.split-feature,.site-footer__inner{grid-template-columns:1fr}.hero__content{max-width:42rem}.hero-photo{aspect-ratio:4/3;min-height:0}.trust-strip__grid{row-gap:var(--space-6);grid-template-columns:repeat(2,minmax(0,1fr))}.trust-point:nth-child(2){border-right:0}.trust-point:nth-child(3){padding-left:0}.content-grid--3,.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-heading-row,.cta-band{flex-direction:column;align-items:flex-start}.section-heading-row .text-link{align-self:flex-start}.cta-band .button-row{flex:auto}}@media (max-width:38rem){html{scroll-padding-top:5rem}.site-header__inner{min-height:66px}.site-header__actions{display:none}.brand__text strong{font-size:.8125rem}.brand__text>span{font-size:.6875rem}.page-intro h1,.hero h1{overflow-wrap:normal}.hero-photo{border-width:5px}.hero-photo__card{bottom:var(--space-3);left:var(--space-3);right:var(--space-3)}.trust-strip__grid,.content-grid--2,.content-grid--3,.content-grid--4,.process-grid,.status-showcase__grid,.form-grid,.option-grid,.site-footer__links{grid-template-columns:1fr}.trust-point,.trust-point:nth-child(3){border-bottom:1px solid var(--color-border);padding:0 0 var(--space-4);border-right:0}.trust-point:last-child{border-bottom:0;padding-bottom:0}.process-grid{gap:var(--space-2)}.process-grid li{border-radius:var(--radius-medium)}.button-row{flex-direction:column;align-items:stretch}.button-row>*,.button-row form,.button-row form>*{width:100%}.review-card__steps{flex-direction:column;align-items:flex-start}.review-card__steps>span[aria-hidden=true]{transform:rotate(90deg)}.site-footer__bottom{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
