:root,:root[data-theme=light]{--bg: #ffffff;--bg-soft: #f5f5f7;--fg: #1d1d1f;--muted: #6e6e73;--border: rgba(0, 0, 0, .1);--border-strong: rgba(0, 0, 0, .22);--card: #ffffff;--card-on-soft: #ffffff;--nav-bg: rgba(255, 255, 255, .72);--invert-bg: #000000;--invert-fg: #f5f5f7;--invert-muted: #86868b;--shadow: 0 4px 24px rgba(0, 0, 0, .08);--shadow-lg: 0 12px 48px rgba(0, 0, 0, .14);--hover: rgba(0, 0, 0, .045)}:root[data-theme=dark]{--bg: #000000;--bg-soft: #101012;--fg: #f5f5f7;--muted: #86868b;--border: rgba(255, 255, 255, .14);--border-strong: rgba(255, 255, 255, .32);--card: #16161a;--card-on-soft: #1c1c21;--nav-bg: rgba(0, 0, 0, .65);--invert-bg: #f5f5f7;--invert-fg: #1d1d1f;--invert-muted: #6e6e73;--shadow: 0 4px 24px rgba(0, 0, 0, .5);--shadow-lg: 0 12px 48px rgba(0, 0, 0, .65);--hover: rgba(255, 255, 255, .07)}*{margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{transition:background-color .4s ease,border-color .4s ease,box-shadow .4s ease}body,.nav-link,.icon-btn,.popover-lang,.kicker,.hero-subtitle,.hero-note,.stat-label,.section-subtitle,.card-desc,.step-num,.price-tagline,.price-per,.price-statefee,.price-badge,.pricing-note,.faq-item p,.faq-item summary:after,.cta-band,.cta-subtitle,.footer-tagline,.footer-links,.footer-disclaimer,.footer-rights,.page-subtitle,.fees-key,.timeline-desc,.chip-soon,.progress-meta,.progress-current,.step-subtitle,.option-note,.option-tag,.mini-badge,.field-hint,.segmented button span,.review-row span,.review-note,.consent,.success-mark,.success-ref span{transition:background-color .4s ease,color .4s ease,border-color .4s ease,box-shadow .4s ease}html{-webkit-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,PingFang SC,Hiragino Sans,Noto Sans,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--fg);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-webkit-tap-highlight-color:transparent}::selection{background:var(--fg);color:var(--bg)}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}main{padding-top:52px}.container{width:100%;max-width:1080px;margin:0 auto;padding:0 24px}.container-narrow{max-width:720px}.container-form{max-width:640px}.section{padding:96px 0}.section-soft{background:var(--bg-soft)}.section-soft .card{background:var(--card-on-soft)}.section-title{font-size:clamp(1.9rem,4vw,3rem);font-weight:700;letter-spacing:-.025em;line-height:1.1}.section-subtitle{margin-top:14px;font-size:clamp(1.05rem,1.6vw,1.25rem);color:var(--muted);max-width:640px}.section-link{margin-top:36px}.text-link{display:inline-flex;align-items:center;gap:6px;font-weight:600;border-bottom:1px solid transparent}.text-link:hover{border-bottom-color:var(--fg)}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--nav-bg);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1080px;margin:0 auto;padding:0 24px;height:52px;display:flex;align-items:center;gap:28px}.brand{font-size:1.25rem;font-weight:700;letter-spacing:-.03em}.nav-links{display:flex;gap:24px;flex:1}.nav-link{font-size:.85rem;color:var(--muted);transition:color .2s ease}.nav-link:hover,.nav-link.active{color:var(--fg)}.nav-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:980px;font-size:.95rem;font-weight:500;padding:11px 24px;border:1px solid transparent;white-space:nowrap;transition:opacity .2s ease,transform .15s ease,background-color .4s ease,color .4s ease,border-color .4s ease}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.45;cursor:default}.btn-primary{background:var(--fg);color:var(--bg)}.btn-primary:hover:not(:disabled){opacity:.82}.btn-secondary{border-color:var(--border-strong);color:var(--fg)}.btn-secondary:hover{background:var(--hover)}.btn-ghost{color:var(--fg)}.btn-ghost:hover{background:var(--hover)}.btn-invert{background:var(--invert-fg);color:var(--invert-bg)}.btn-invert:hover{opacity:.85}.btn-lg{padding:14px 32px;font-size:1.05rem}.btn-sm{padding:6px 16px;font-size:.8rem}.icon-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;height:34px;min-width:34px;padding:0 6px;border-radius:980px;color:var(--fg)}.icon-btn:hover{background:var(--hover)}.theme-toggle{position:relative;width:34px}.theme-icon{position:absolute;transition:opacity .4s ease,transform .5s cubic-bezier(.3,.7,.4,1.2)}:root[data-theme=light] .icon-sun,:root:not([data-theme=dark]) .icon-sun{opacity:1;transform:rotate(0) scale(1)}:root[data-theme=light] .icon-moon,:root:not([data-theme=dark]) .icon-moon{opacity:0;transform:rotate(90deg) scale(.5)}:root[data-theme=dark] .icon-sun{opacity:0;transform:rotate(-90deg) scale(.5)}:root[data-theme=dark] .icon-moon{opacity:1;transform:rotate(0) scale(1)}.flag{display:inline-block;border-radius:50%;background-size:cover;background-position:center;box-shadow:inset 0 0 0 1px var(--border);flex-shrink:0}.langpicker{position:relative}.lang-chevron{color:var(--muted);transition:transform .25s ease}.lang-chevron.up{transform:rotate(180deg)}.popover{position:absolute;top:calc(100% + 10px);right:0;min-width:250px;background:var(--card);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-lg);padding:6px;opacity:0;transform:translateY(-6px) scale(.97);transform-origin:top right;pointer-events:none;transition:opacity .22s ease,transform .22s ease,background-color .4s ease,border-color .4s ease;max-height:min(70vh,480px);overflow-y:auto}.popover.open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.popover-item{display:flex;align-items:center;gap:12px;width:100%;padding:9px 12px;border-radius:12px;text-align:left}.popover-item:hover{background:var(--hover)}.popover-text{display:flex;flex-direction:column;flex:1;min-width:0}.popover-country{font-size:.9rem;font-weight:600;line-height:1.25}.popover-lang{font-size:.75rem;color:var(--muted);line-height:1.3}.popover-check{color:var(--fg);flex-shrink:0}.hero{padding:130px 0 80px;text-align:center}.kicker{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.02em;color:var(--muted);border:1px solid var(--border);border-radius:980px;padding:6px 14px;margin-bottom:28px}.hero-title{font-size:clamp(2.8rem,8vw,5.6rem);font-weight:700;letter-spacing:-.035em;line-height:1.03}.hero-subtitle{margin:26px auto 0;max-width:620px;font-size:clamp(1.1rem,2vw,1.35rem);color:var(--muted)}.hero-actions{margin-top:40px;display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.hero-note{margin-top:22px;font-size:.85rem;color:var(--muted)}.stats{padding:40px 0 96px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:center}.stat-value{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.03em}.stat-label{margin-top:6px;color:var(--muted);font-size:.95rem}.grid-4{margin-top:48px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.grid-3{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:var(--card);border:1px solid var(--border);border-radius:24px;padding:32px 28px}.card-title{font-size:1.15rem;font-weight:700;letter-spacing:-.015em}.card-desc{margin-top:10px;color:var(--muted);font-size:.95rem}.steps-grid{margin-top:48px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.step-card{padding:8px 4px}.step-num{font-size:.85rem;font-weight:700;color:var(--muted);letter-spacing:.08em;margin-bottom:14px}.pricing-grid{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.price-card{position:relative;display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:24px;padding:34px 28px}.price-card.popular{border-color:var(--fg);box-shadow:var(--shadow)}.price-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--fg);color:var(--bg);font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:980px;padding:5px 14px;white-space:nowrap}.price-name{font-size:1.3rem;font-weight:700;letter-spacing:-.02em}.price-tagline{margin-top:4px;color:var(--muted);font-size:.9rem;min-height:2.6em}.price-row{margin-top:18px;display:flex;align-items:baseline;gap:8px}.price-amount{font-size:2.6rem;font-weight:700;letter-spacing:-.03em}.price-per{color:var(--muted);font-size:.85rem}.price-statefee{color:var(--muted);font-size:.8rem;margin-top:2px}.price-features{list-style:none;margin:24px 0 28px;display:flex;flex-direction:column;gap:11px;flex:1}.price-features li{display:flex;gap:10px;align-items:flex-start;font-size:.9rem}.li-check{margin-top:4px;flex-shrink:0}.pricing-note{margin-top:28px;color:var(--muted);font-size:.85rem;max-width:560px}.faq-list{margin-top:40px;border-top:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-item summary{position:relative;list-style:none;cursor:pointer;padding:22px 44px 22px 0;font-size:1.05rem;font-weight:600;letter-spacing:-.01em}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";position:absolute;right:4px;top:50%;translate:0 -50%;font-size:1.5rem;font-weight:300;color:var(--muted);transition:transform .3s ease}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{padding:0 44px 24px 0;color:var(--muted)}.cta-band{background:var(--invert-bg);color:var(--invert-fg);padding:110px 0;text-align:center}.cta-title{font-size:clamp(2.2rem,5vw,3.6rem);font-weight:700;letter-spacing:-.03em}.cta-subtitle{margin-top:14px;color:var(--invert-muted);font-size:clamp(1.05rem,1.8vw,1.3rem)}.cta-inner .btn{margin-top:36px}.footer{border-top:1px solid var(--border);padding:56px 0 40px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:32px;flex-wrap:wrap}.footer-brand{font-size:1.1rem}.footer-tagline{margin-top:4px;color:var(--muted);font-size:.85rem}.footer-links{display:flex;gap:22px;flex-wrap:wrap;font-size:.85rem;color:var(--muted)}.footer-links a:hover{color:var(--fg)}.footer-disclaimer{margin-top:36px;font-size:.75rem;color:var(--muted);max-width:640px}.footer-rights{margin-top:14px;font-size:.75rem;color:var(--muted)}.page-hero{padding:120px 0 40px;text-align:center}.page-title{font-size:clamp(2.4rem,6vw,4.2rem);font-weight:700;letter-spacing:-.03em;line-height:1.05}.page-subtitle{margin:20px auto 0;max-width:640px;font-size:clamp(1.05rem,1.8vw,1.3rem);color:var(--muted)}.notfound{padding-bottom:140px}.notfound .btn{margin-top:36px}.fees-table{margin-top:40px;border-top:1px solid var(--border)}.fees-row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:18px 4px;border-bottom:1px solid var(--border)}.fees-key{color:var(--muted)}.fees-value{font-weight:700;font-size:1.1rem;letter-spacing:-.01em}.timeline{margin-top:44px;display:flex;flex-direction:column}.timeline-item{position:relative;display:flex;gap:20px;padding-bottom:36px}.timeline-item:last-child{padding-bottom:0}.timeline-item:not(:last-child):before{content:"";position:absolute;left:5px;top:18px;bottom:0;width:1px;background:var(--border)}.timeline-marker{width:11px;height:11px;border-radius:50%;background:var(--fg);margin-top:6px;flex-shrink:0}.timeline-title{font-weight:700}.timeline-desc{color:var(--muted);font-size:.95rem}.coming-chips{margin-top:36px;display:flex;gap:12px;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:980px;padding:10px 18px;font-weight:600;font-size:.9rem;background:var(--card-on-soft)}.chip-soon{font-size:.7rem;font-weight:600;color:var(--muted);border:1px solid var(--border);border-radius:980px;padding:2px 9px}.start-page{padding:100px 0 120px;min-height:calc(100vh - 52px)}.progress{margin-bottom:44px}.progress-meta{display:flex;justify-content:space-between;font-size:.8rem;color:var(--muted);margin-bottom:10px}.progress-current{font-weight:600;color:var(--fg)}.progress-track{display:flex;gap:6px}.progress-seg{flex:1;height:4px;border-radius:4px;background:var(--border);transition:background-color .35s ease}.progress-seg.done{background:var(--fg)}.step{animation:step-in .35s ease both}@keyframes step-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.step-title{font-size:clamp(1.7rem,4vw,2.4rem);font-weight:700;letter-spacing:-.025em}.step-subtitle{margin-top:10px;color:var(--muted)}.option-grid{margin-top:32px;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.option-list{margin-top:32px;display:flex;flex-direction:column;gap:14px}.option-card{position:relative;display:flex;flex-direction:column;gap:4px;text-align:left;background:var(--card);border:1px solid var(--border);border-radius:18px;padding:20px;transition:border-color .25s ease,box-shadow .25s ease,background-color .4s ease,color .4s ease,opacity .3s ease}.option-card:not(.disabled):hover{border-color:var(--border-strong)}.option-card.selected{border-color:var(--fg);box-shadow:0 0 0 1px var(--fg)}.option-card.disabled{opacity:.55;cursor:default}.option-name{font-weight:700;font-size:1.05rem;letter-spacing:-.01em;display:flex;align-items:center;gap:8px}.option-note{color:var(--muted);font-size:.82rem}.option-tag{position:absolute;top:16px;right:16px;font-size:.68rem;font-weight:600;color:var(--muted);border:1px solid var(--border);border-radius:980px;padding:3px 9px}.option-tag.ok{color:var(--bg);background:var(--fg);border-color:var(--fg)}.option-row{flex-direction:row;align-items:center;gap:16px}.option-radio{width:18px;height:18px;border-radius:50%;border:1.5px solid var(--border-strong);flex-shrink:0;transition:border-color .2s ease,box-shadow .2s ease}.option-card.selected .option-radio{border-color:var(--fg);box-shadow:inset 0 0 0 5px var(--fg)}.option-body{display:flex;flex-direction:column;gap:2px;flex:1}.option-price{font-weight:700;font-size:1.15rem;letter-spacing:-.02em}.mini-badge{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:var(--fg);color:var(--bg);border-radius:980px;padding:2px 8px}.field{margin-top:26px;display:flex;flex-direction:column;gap:8px}.field-row{display:flex;gap:14px}.field-row .field{flex-shrink:0}.field.grow{flex:1;min-width:0}.field label,.field-label{font-size:.85rem;font-weight:600}.field input,.field select{font:inherit;color:var(--fg);background:var(--card);border:1px solid var(--border-strong);border-radius:12px;padding:13px 16px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .4s ease,color .4s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.field select{padding-right:36px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23888' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.field input::placeholder{color:var(--muted);opacity:.7}.field input:focus,.field select:focus{border-color:var(--fg);box-shadow:0 0 0 1px var(--fg)}.field input.invalid{border-color:#ff453a;box-shadow:0 0 0 1px #ff453a}.field-error{font-size:.78rem;color:#ff453a}.field-hint{font-size:.78rem;color:var(--muted)}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:10px}.segmented button{display:flex;flex-direction:column;gap:2px;text-align:left;border:1px solid var(--border-strong);border-radius:12px;padding:13px 16px;transition:border-color .2s ease,box-shadow .2s ease,background-color .4s ease}.segmented button strong{font-size:.92rem;font-weight:600}.segmented button span{font-size:.78rem;color:var(--muted)}.segmented button.on{border-color:var(--fg);box-shadow:0 0 0 1px var(--fg)}.review-card{margin-top:32px;background:var(--card);border:1px solid var(--border);border-radius:18px;padding:24px}.review-row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:7px 0;font-size:.95rem}.review-row span{color:var(--muted)}.review-row.total{font-size:1.1rem}.review-row.total strong{font-size:1.3rem;letter-spacing:-.02em}.review-divider{height:1px;background:var(--border);margin:12px 0}.review-note{margin-top:12px;font-size:.78rem;color:var(--muted)}.consent{display:flex;gap:12px;align-items:flex-start;margin-top:26px;font-size:.85rem;color:var(--muted);cursor:pointer}.consent input{margin-top:3px;width:16px;height:16px;accent-color:var(--fg);flex-shrink:0}.consent.invalid span{color:#ff453a}.wizard-bar{margin-top:44px}.wizard-nav{display:flex;justify-content:space-between;align-items:center;gap:16px}.submit-error{margin:0 0 12px;text-align:right;font-size:.85rem;color:#ff453a}.success{text-align:center;padding-top:40px;animation:step-in .4s ease both}.success-mark{width:74px;height:74px;margin:0 auto 32px;border-radius:50%;background:var(--fg);color:var(--bg);display:flex;align-items:center;justify-content:center}.success-mark svg{width:30px;height:30px}.success-ref{display:inline-flex;align-items:center;gap:12px;margin:32px 0 40px;border:1px solid var(--border);border-radius:980px;padding:10px 22px;font-size:.9rem}.success-ref span{color:var(--muted)}.success .btn{display:inline-flex}@media(max-width:900px){.grid-3{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:repeat(2,1fr);row-gap:36px}.pricing-grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}}@media(max-width:680px){.container{padding:0 20px}.nav-inner{padding:0 16px}.nav-links{display:none}.popover{position:fixed;top:58px;right:12px}.section{padding:68px 0}.hero{padding:88px 0 56px}.btn-lg{padding:13px 26px;font-size:1rem}.start-page{padding:20px 0 0;min-height:calc(100dvh - 52px);display:flex}.container-form{display:flex;flex-direction:column;width:100%}.progress{position:sticky;top:52px;z-index:40;margin:0 -20px 28px;padding:14px 20px 12px;background:var(--nav-bg);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--border)}.wizard-bar{position:sticky;bottom:0;z-index:40;margin:auto -20px 0;padding:12px 20px calc(12px + env(safe-area-inset-bottom));background:var(--nav-bg);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-top:1px solid var(--border)}.step{padding-bottom:24px}.wizard-nav .btn-primary{flex:1}.option-card{padding:16px}.option-tag{top:14px;right:14px}.step-title{font-size:1.55rem}.step-subtitle{font-size:.95rem}.review-card{padding:18px}.success{padding-top:24px;margin:auto 0}.grid-4,.grid-3{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr;gap:36px}.steps-grid,.option-grid{grid-template-columns:1fr}.field-row{flex-direction:column;gap:0}.segmented{grid-template-columns:1fr}.footer-top{flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}html{scroll-behavior:auto}}
