*,*:before,*:after{box-sizing:border-box}:root{--stx-bg-page: #f5f7fb;--stx-bg-card: #ffffff;--stx-border-soft: #e3e8f4;--stx-text-main: #0f172a;--stx-text-muted: #64748b;--stx-primary: #163e64;--stx-primary-dark: #153c60}html,body{margin:0;padding:0;width:100%;overflow-x:hidden}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Inter,sans-serif;background:var(--stx-bg-page);color:var(--stx-text-main)}.error{color:#dc143c;font-size:.85rem;margin:6px 0 0}.link{display:inline-block;margin-top:16px;color:#163e64;text-decoration:underline}.auth-wrap{min-height:100vh;background:var(--stx-bg-page);display:grid;place-items:center;padding:24px}.auth-card{width:100%;max-width:520px;background:#fff;border-radius:14px;box-shadow:0 10px 24px #00000014;padding:32px 40px;margin:60px auto}.auth-card h1{margin:0 0 20px;font-size:28px}label{display:block;margin:14px 0 6px;font-weight:600}input:not([type=radio]):not([type=checkbox]),select,textarea{width:100%;margin-top:8px;padding:10px;border-radius:8px;font-size:15px;border:1px solid #ccc}button{width:auto;margin-top:0;padding:initial;border-radius:initial;font-size:inherit;border:none;background-color:#163e64}input,select{height:44px;border:1px solid #ddd;padding:0 12px;outline:none;background:#fff}.primary,button.primary{width:100%;margin-top:18px;height:42px;border:none;border-radius:999px;background:var(--stx-primary);color:#fff;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;font-size:14px;box-shadow:0 12px 30px #0052ff38;transition:background-color .15s ease,box-shadow .15s ease,transform .05s ease}.primary:hover:not(:disabled),button.primary:hover:not(:disabled){background:var(--stx-primary-dark);box-shadow:0 16px 40px #0041cc4d;transform:translateY(-1px)}.primary:disabled,button.primary:disabled{opacity:.55;box-shadow:none;cursor:default}input{box-sizing:border-box}.password-wrapper{position:relative;width:100%}.password-wrapper input{width:100%;height:44px;border-radius:8px;padding:0 44px 0 12px;box-sizing:border-box;line-height:44px}input:focus,select:focus{border-color:#3182ce;box-shadow:0 0 0 3px #3182ce26}.toggle-visibility{position:absolute;right:14px;top:50%;transform:translateY(-37%);margin:0;padding:0;border:none;background:none;cursor:pointer;color:#4a5568;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.toggle-visibility:hover{color:#1a202c}.toggle-visibility svg{width:22px;height:22px;color:#475569}.helper{margin-top:6px;font-size:.85rem}.muted{color:#6b7280}.checkbox-row{display:flex;align-items:center;gap:8px;margin-top:10px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.checkbox-row input[type=checkbox]{width:16px;height:16px;flex-shrink:0;display:inline-block;margin:0;accent-color:#0b73ff;cursor:pointer;vertical-align:middle}.checkbox-row span{font-size:15px;color:#111;line-height:1.5;vertical-align:middle}input[type=checkbox]{width:auto!important;display:inline-block!important}.verify-actions{display:flex;align-items:center;gap:8px;margin-top:12px}.link-like{background:none;border:none;padding:0;color:var(--stx-primary);text-decoration:underline;cursor:pointer}.link-like:disabled{color:#9ca3af;text-decoration:none;cursor:not-allowed}.link-like:hover{color:var(--stx-primary-dark)}.auth-links{margin-top:12px;text-align:center}.auth-links .muted{color:#555;margin-top:8px;display:block}.auth-links .link{color:#163e64;text-decoration:underline;cursor:pointer}.topbar{background:#f7f9fc;border-bottom:1px solid rgba(15,23,42,.06);padding:12px 20px;display:flex;align-items:center;justify-content:space-between;font-size:14px;gap:12px}.topbar-left{display:flex;align-items:center;gap:10px;color:#163e64;min-width:0}.topbar-flag{font-size:18px}.topbar-text{font-weight:500;white-space:nowrap;text-overflow:ellipsis;max-width:52vw}.topbar-right{display:flex;align-items:center;gap:12px;min-width:0}.topbar-langs{display:flex;align-items:center;gap:0px;min-width:0;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}.topbar-langs::-webkit-scrollbar{display:none}.topbar-langs{scrollbar-width:none}.topbar-lang-item{display:inline-flex;align-items:center;gap:0px}.topbar-lang-btn{border:1px solid #e6edf7;background:transparent;height:36px;line-height:1;padding:0 16px;display:inline-flex;border-radius:18px;justify-content:center;align-items:center;margin:0;cursor:pointer;font-size:14px;color:#94a3b8;font-weight:500;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .05s ease}.topbar-lang-btn:hover{border-color:#cbd5f5;color:#334155;transform:none}.topbar-lang-btn.active{background-color:#163e64;border-color:#163e64;color:#fff;box-shadow:0 0 0 1px #163e6459}.topbar-lang-btn:focus-visible{outline:none;box-shadow:0 0 0 4px #163e642e}.topbar-lang-separator{display:inline-block;width:1px;height:12px;background:#d9e2ef;margin:0 10px;border-radius:1px;transform:translateY(1px);font-size:0;line-height:0;opacity:.55}.topbar-login-btn,.user-menu-trigger{height:36px;padding:0 16px;border-radius:18px;border:1px solid #e6edf7;font-size:14px;text-decoration:none;flex-shrink:0;white-space:nowrap;color:#0f172a;font-weight:500;background:#fff;text-align:center;display:inline-flex;align-items:center;gap:10px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .05s ease}.topbar-login-btn:hover,.user-menu-trigger:hover{background:#f8fafc;border-color:#cbd5f5;box-shadow:0 10px 26px #0f172a0f;transform:translateY(-1px)}@media(max-width:640px){.topbar{padding:10px 12px;font-size:13px;gap:10px}.topbar-text{display:none}.topbar-lang-btn,.topbar-login-btn,.user-menu-trigger{height:34px;padding:0 12px;font-size:13px;border-radius:999px}.topbar-lang-btn:hover,.topbar-login-btn:hover,.user-menu-trigger:hover{transform:none}.topbar-lang-separator{display:none}}.user-menu{position:relative;display:inline-flex;align-items:center;margin:0}.user-menu.is-open .user-menu-trigger{background:#163e64;border-color:#163e64;color:#fff}.user-menu-trigger{height:36px;padding:0 16px;border-radius:999px;border:1px solid #e6edf7;background:#fff;color:#0f172a;font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:10px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .05s ease}.user-menu .user-menu-trigger .user-menu-caret{opacity:.9}.user-menu-dropdown{position:absolute;right:0;top:calc(100% + 10px);min-width:200px;background:#fff;border:1px solid #e6edf7;border-radius:16px;box-shadow:0 18px 48px #0f172a24;padding:8px;z-index:1000;transform-origin:top right;animation:menuPop .12s ease-out}@keyframes menuPop{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.user-menu-item{width:100%;padding:10px 12px;background:transparent;border-radius:12px;border:none;text-align:left;font-size:14px;color:#0f172a;cursor:pointer}.user-menu-item:hover{background:#f8fafc}.footer{background:#f9f9f9;border-top:1px solid #ddd;padding:40px 20px;font-family:Arial,sans-serif;border-color:#0f172a0f}.footer-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.footer-left{flex:1;text-align:left}.footer-logo{font-size:22px;font-weight:700;color:#0f172a;text-decoration:none}.footer-logo-img{height:auto;margin-bottom:15px;display:block;max-width:150px}.footer-address{margin-top:14px;color:#333;font-size:14px}.footer-right{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.footer-right a{color:#0f172a;text-decoration:none;font-size:15px;transition:color .3s ease}.footer-right a:hover{color:#1d5f9d}@media(max-width:768px){.footer-container{text-align:center;align-items:center}.footer-right{align-items:center}}.home{max-width:1100px;margin:40px auto 80px;padding:0 16px}.home-section{margin-top:64px}.home-section h2{font-size:24px;margin-bottom:20px}.home-hero{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.3fr);gap:40px;align-items:center;margin-bottom:56px}.home-hero-content h1{font-size:40px;line-height:1.1;margin-bottom:16px}.home-hero-subtitle{font-size:16px;color:#475569;max-width:480px}.home-hero-actions{margin-top:24px;display:flex;align-items:center;gap:16px}.home-hero-price{font-size:14px;color:#0f172a}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:999px;background:#163e64;color:#fff;text-decoration:none;font-weight:500;border:none}.btn-primary:hover{background:#ff330a}.home{max-width:1120px;margin:40px auto 80px;padding:0 24px 64px}.home-hero{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1.1fr);gap:32px;align-items:stretch;margin-bottom:56px}.home-hero-tagline{font-size:14px;text-transform:uppercase;letter-spacing:.08em;color:#163e64;margin-bottom:8px}.home-hero-title{font-size:34px;line-height:1.1;margin-bottom:24px}.home-strengths h2{font-size:18px;margin-bottom:10px}.home-strengths ul{list-style:none;padding:0;margin:0}.home-strengths li{position:relative;padding-left:20px;margin-bottom:8px;font-size:14px;color:#475569}.home-strengths li:before{content:"•";position:absolute;left:6px;top:0;color:#10b981}.home-hero-right{display:flex;align-items:center;justify-content:center}.home-price-card{width:100%;background:#fff;border-radius:18px;padding:24px 22px;border:1px solid rgba(15,23,42,.04);box-shadow:0 18px 40px #0f172a0f}.home-price-card h2{font-size:20px;margin-bottom:8px}.home-price-card p{font-size:14px;color:#475569}.home-price-card .btn-primary{margin-top:16px}.home-price-note{margin-top:10px;font-size:12px;color:#6b7280}.home-section{margin-top:56px}.home-section h2{font-size:22px;margin-bottom:16px}.home-section-intro{font-size:14px;color:#475569;margin-bottom:16px}.home-grid{display:grid;gap:20px}.home-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.home-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.home-card{background:#fff;border-radius:18px;padding:18px 20px;box-shadow:0 12px 32px #0f172a0f;font-size:14px;color:#475569}.home-steps{list-style:none;padding:0;margin:0;display:grid;gap:16px}.home-steps li{background:#fff;border-radius:16px;padding:16px 18px;box-shadow:0 10px 26px #0f172a0f}.home-steps li a{font-size:13px;color:#2871b6;text-decoration:underline}.home-faq{display:grid;gap:12px}.home-faq-item{background:#fff;border-radius:16px;padding:14px 18px;box-shadow:0 10px 26px #0f172a0f;font-size:14px}.home-faq-item a{display:inline-block;font-weight:500;color:#163e64;text-decoration:none;margin-bottom:4px}.home-faq-item a:hover{text-decoration:underline}.home-seo-links{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px}.home-seo-links a{font-size:13px;color:#163e64;text-decoration:none}.home-seo-links a:hover{text-decoration:underline}@media(max-width:900px){.home-hero,.home-grid.two,.home-grid.four{grid-template-columns:1fr}}.product-page{max-width:1100px;margin:32px auto 80px;padding:0 16px}.product-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;margin-left:8px}.product-header h1{font-size:26px;margin-bottom:4px}.product-subtitle{color:#64748b;font-size:14px}.product-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:40px;align-items:flex-start}.product-main{display:flex;justify-content:center;width:70vw}.product-sidebar{display:flex}.product-block{background:#fff;border-radius:18px;padding:18px 20px;box-shadow:0 10px 26px #0f172a0f}.product-block h2{font-size:18px;margin-bottom:12px}.product-block.nested{margin-top:12px;background:#f8fafc}.field-row{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.field-row label{font-size:14px;display:block;margin-bottom:4px}.field-row input,.field-row select{border-radius:10px;border:1px solid #cbd5f5;padding:8px 10px;font-size:14px}.field-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.field-hint{font-size:12px;color:#94a3b8}.choice-row{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.pill-choice{gap:10px;display:inline-flex;position:relative;align-items:center;justify-self:center;border-radius:999px;border:1px solid #d7e3ff;padding:1px 22px;font-size:14px;cursor:pointer;background:#fff;font-weight:500;color:#153c60;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,color .18s ease;transform:.12s ease}.pill-choice input[type=radio]{width:18px;height:18px;margin:0;flex:0 0 auto;accent-color:#2563eb}.pill-choice--active,.pill-choice:has(input:checked){background:#eff4ff;border-color:#163e64;color:#0b2b78;box-shadow:0 16px 45px #2563eb40}@media(max-width:480px){.choice-row{gap:12px}.pill-choice{width:100%;justify-content:flex-start;padding:10px 16px}}.product-block.sticky{position:sticky;top:90px}.offer-card{width:100%;text-align:left;margin-top:10px;border-radius:14px;border:1px solid #e2e8f0;padding:9px 18px;background:#fff;cursor:pointer}.offer-card.selected{border-color:#2563eb;box-shadow:0 0 0 1px #163e64}.offer-card.recommended{background:#f5f7ff}.offer-header{display:flex;justify-content:space-between;font-size:14px;margin-bottom:4px}.offer-name{font-weight:600;color:#163e64}.offer-price{font-weight:600;color:#111}.offer-desc{font-size:13px;color:#64748b}.offer-badge{display:inline-block;margin-top:6px;font-size:11px;padding:2px 6px;border-radius:999px;background:#22c55e1a;color:#15803d}.product-profile-summary ul{padding-left:18px;font-size:13px;color:#475569}.product-actions{margin-top:16px;display:flex;justify-content:flex-end;gap:10px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 22px;border-radius:999px;border:none;background:var(--stx-primary);color:#fff;font-size:14px;font-weight:500;cursor:pointer;box-shadow:0 12px 30px #0052ff38;transition:background-color .15s ease,box-shadow .15s ease,transform .05s ease}.btn-primary:hover:not(:disabled),button.primary:hover:not(:disabled){background:var(--stx-primary-dark);box-shadow:0 16px 40px #0041cc4d;transform:translateY(-1px)}.btn-primary:disabled,button.primary:disabled{opacity:.55;box-shadow:none;cursor:default}.btn-outline{border-radius:999px;height:40px;padding:0 20px;font-size:14px;font-weight:500;border:1px solid var(--stx-border-soft);background:#fff;color:var(--stx-text-main);cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.btn-outline:hover{background:#f9fafb;border-color:#cbd5f5}.link-like{border:none;background:transparent;color:#163e64;text-decoration:underline;cursor:pointer;padding:0;font-size:13px}.link-like.small{margin-top:10px;font-size:12px}@media(max-width:900px){.product-layout{grid-template-columns:1fr}.product-block.sticky{position:static}.product-actions{flex-direction:column-reverse;align-items:stretch}}.step-card{width:100%;max-width:1200px;background:#fff;border-radius:24px;padding:28px 28px 24px;box-shadow:0 8px 30px #0f235f14;margin-left:auto;margin-right:auto}.step-header{margin-bottom:20px}.step-title{font-size:22px;font-weight:600;margin:0 0 4px}.label-subtitle{display:block;margin-top:6px;font-size:13px;color:#6b7280!important}.step-subtitle{margin-top:6px;font-size:14px;color:#4a5568}.step-body{display:flex;flex-direction:column;gap:16px}.step-footer{display:flex;justify-content:space-between;gap:12px;margin-top:24px;align-items:center;padding-top:10px}.nav-btn{border-radius:999px;border:1px solid #e5e7eb;cursor:pointer;transition:background .15s ease,transform .15s ease,box-shadow .5s ease;justify-content:center;font-size:14px;width:auto;pointer-events:auto;background:#f9fafb;padding:10px 22px;display:inline-flex;align-items:center}.nav-btn-next{background:#163e64;color:#fff;box-shadow:0 8px 22px #0052ff40}.nav-btn-next:hover:not(:disabled){background:#163e64;border-color:#59698a}.nav-btn-next:disabled{opacity:.5;cursor:default;box-shadow:none}.nav-btn-back{background:transparent;color:#163e64;box-shadow:0 4px 14px #182f6066}.nav-btn-back:hover{color:#0f172a}.nav-btn:hover:not(:disabled){transform:translateY(-1px)}.nav-btn-next:active{transform:translateY(1px);box-shadow:0 6px 20px #182f6066}.product-block-header{display:flex;justify-content:space-between;align-items:center}.edit-request-inline{font-size:14px;text-decoration:underline;background:none;border:none;padding:0;cursor:pointer}.dashboard-page{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.dashboard-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:.35rem;margin-bottom:2.2rem}.dashboard-header h1{font-size:2rem;font-weight:700;margin:0}.dashboard-subtitle{margin:0;font-size:1rem;color:#6b7280;max-width:350px}.dashboard-main{display:flex;flex-direction:column;gap:24px}.dashboard-section{margin-top:8px}.dashboard-section-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:1rem}.dashboard-section-header h2{font-size:1.25rem;font-weight:600;margin:0}.dashboard-new-btn{margin-top:.75rem;width:100%;max-width:850px;border-radius:999px;padding:.85rem 1.2rem;font-size:1rem;font-weight:500;background:var(--stx-primary);color:#fff;border:none;cursor:pointer;box-shadow:0 12px 30px #0052ff40;transition:.2s}.dashboard-new-btn:hover{background:var(--stx-primary-dark)}.dashboard-help-link{color:#163e64;text-decoration:underline;cursor:pointer;font-size:.95rem}.dashboard-empty{text-align:center;margin-top:2.5rem;color:#6b7280;font-size:1rem}.dashboard-empty-btn{margin:1.5rem auto 0;display:block;width:280px;padding:.75rem 1.2rem;border-radius:40px;background:#fff;border:1px solid #d1d5db;font-size:.95rem;cursor:pointer}.dashboard-empty-btn:hover{background:#f3f4f6}.btn-primary,.btn-outline{font-size:14px;font-weight:500;border-radius:999px;padding:0 22px;height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,color .15s ease,transform .05s ease}.btn-primary{border:none;background:#163e64;color:#fff;box-shadow:0 12px 30px #0061ff4d}.btn-primary:hover:not(:disabled){background:#163e64;box-shadow:0 16px 40px #0050d459;transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:default;box-shadow:none}.btn-outline{border:1px solid #d1d5db;background:transparent;color:#111827}.btn-outline:hover:not(:disabled){border-color:#9ca3af;background:#f3f4f6}.declarations-list{display:flex;flex-direction:column;gap:16px}.declaration-card{background:#fff;border-radius:16px;padding:24px 28px 26px;box-shadow:0 4px 12px #0f172a0f;margin-bottom:24px}.declaration-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.declaration-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.declaration-title{margin:0;font-size:1.3rem;font-weight:700}.declaration-step-title{margin:0;font-size:13px;color:#4b5563}.declaration-step-count{margin-left:4px;color:#163e64;font-weight:500}.declaration-subtitle{margin:4px 0 0;font-size:.95rem;color:#4b5563}.declaration-action-btn{background:#fff;background-color:#1d4367;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;border:1px solid var(--stx-border-soft);box-shadow:none;height:42px;border-radius:999px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,color .15s ease,transform .05s ease;text-decoration:none;color:#fff}.declaration-action-btn:hover{background:#274872}.declaration-steps-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px;margin-top:8px}.decl-step{text-align:left}.decl-step-circle{width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#fff;margin-bottom:6px}.declaration-banner{background:#fef8eb;border-radius:10px;padding:10px 14px;margin-bottom:20px;border:1px solid #facc6b;box-shadow:none}.banner-message{color:#1f2937;margin:0}.banner-eta{color:#6b7280;margin:0;white-space:nowrap}.banner-left{display:flex;align-items:center;gap:10px}.banner-icon{width:22px;height:22px;border-radius:50%;background:#f59e0b;color:#fff;font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center}.banner-text{margin:0;font-size:.95rem;color:#374151}.empty-state{margin-top:16px;padding:28px 24px;text-align:center;background:#f9fafb;border-radius:24px}.empty-state .muted{margin-bottom:12px}@media(max-width:768px){.dashboard-page{padding:24px 16px 56px}.dashboard-header,.dashboard-section-header,.declaration-banner{flex-direction:column;align-items:flex-start}.banner-eta{white-space:normal}}.decl-step-future .decl-step-circle{background:#d1d5db}.decl-step-done .decl-step-circle{background:#22c55e}.decl-step-current .decl-step-circle{background:#f97316}.decl-step-text{font-size:.92rem}.decl-step-title{font-weight:600;color:#111827;margin-bottom:2px}.decl-step-time{font-size:.85rem;color:#6b7280}.decl-detail-page{max-width:960px;margin:40px auto 80px;padding:0 24px 40px}.decl-detail-banner{margin:0 0 16px;font-size:.95rem;color:#4b5563}.decl-detail-title{margin:0;font-size:1.6rem;font-weight:700}.decl-detail-subtitle{margin:4px 0 24px;font-size:1rem;color:#4b5563}.decl-detail-page .dashboard-new-btn{width:100%;max-width:none;margin-bottom:32px}.decl-detail-steps{margin-top:8px}.view-page{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.view-top-bar{display:flex;justify-content:flex-start;margin-bottom:1rem}.view-title{font-size:1.75rem;font-weight:700;margin:0 0 1.75rem}.view-block{background:#fff;border-radius:16px;padding:20px 24px;box-shadow:0 4px 10px #0f172a0a;margin-bottom:20px}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px 24px;margin:16px 0 0}.summary-grid dt{font-size:.85rem;font-weight:500;color:#6b7280;margin-bottom:2px}.summary-grid dd{margin:0;font-size:.98rem;color:#111827}.view-stages{margin-top:16px}.view-section{background:#fff;border-radius:16px;padding:0 20px 14px;margin-bottom:12px;border:1px solid #e5e7eb;box-shadow:0 2px 6px #0f172a08}.view-section[open]{border-color:#cbd5f5;box-shadow:0 4px 12px #2563eb0f}.view-section summary{list-style:none;cursor:pointer;padding:14px 0}.view-section summary::-webkit-details-marker{display:none}.view-section-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.view-section-status{font-size:.78rem;border-radius:999px;padding:2px 10px;background:#f3f4f6;color:#4b5563}.view-section.is-current .view-section-status{background:#eff6ff;color:#1d4ed8}.view-section.is-completed .view-section-status{background:#dcfce7;color:#15803d}.view-section.is-locked .view-section-status{background:#f3f4f6;color:#9ca3af}.view-section.is-locked{opacity:.6}.view-section-content{border-top:1px solid #e5e7eb;padding-top:10px;margin-top:6px}.stage-block{padding-top:4px}.doc-list{list-style:none;padding:0;margin:10px 0 12px}.doc-list li{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:.95rem;padding:4px 0}.doc-status{font-size:.78rem;border-radius:999px;padding:2px 10px;border:1px solid #e5e7eb}.doc-status-ok{background:#dcfce7;border-color:#bbf7d0;color:#15803d}.doc-status-todo{background:#fef3c7;border-color:#fde68a;color:#92400e}.input-textarea{width:100%;border-radius:10px;border:1px solid var(--stx-border-soft);padding:0 12px;font-size:.95rem;resize:vertical;background:#fff;font-size:14px;height:42px;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.input-textarea{min-height:90px;padding:10px 12px}.input-textarea:focus{border-color:var(--stx-primary);box-shadow:0 0 0 1px #0052ff38;background:#fff;outline:none}.field-label{display:block;font-size:.9rem;font-weight:500;margin:12px 0 4px}.question-block{margin-bottom:14px}.question-label{font-size:.95rem;font-weight:500;margin-bottom:4px}.submission-info{list-style:none;padding:0;margin:8px 0 16px;font-size:.95rem}.submission-info li+li{margin-top:4px}.invoice-block .invoice-line{display:flex;justify-content:space-between;gap:12px;font-size:.95rem;margin:4px 0}.invoice-block .invoice-line span:first-child{color:#6b7280}.success-text{color:#15803d;font-size:.9rem}.muted.small{font-size:.85rem}@media(max-width:768px){.view-page{padding:24px 16px 56px}.view-section{padding:0 16px 12px}.summary-grid{grid-template-columns:1fr}.invoice-block .invoice-line{flex-direction:column;align-items:flex-start}}.about-page{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.about-header{margin-bottom:2.25rem}.about-header h1{font-size:2rem;font-weight:700;margin:0 0 .35rem}.about-subtitle{margin:0;font-size:1rem;color:#6b7280;max-width:520px}.about-main{display:flex;flex-direction:column;gap:24px}.about-section{margin-bottom:8px}.about-section-title{font-size:1.25rem;font-weight:600;margin:0 0 10px}.about-section-intro{margin:0 0 12px;font-size:.98rem;color:#4b5563}.about-card{background:#fff;border-radius:16px;padding:20px 24px;box-shadow:0 4px 10px #0f172a0a;font-size:.98rem;color:#111827}.about-card p:last-child{margin-bottom:0}.about-two-columns{display:grid;grid-template-columns:1.1fr 1fr;gap:20px}.about-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px 18px;margin-top:8px}.about-team-member{display:flex;align-items:center;gap:10px}.about-avatar-placeholder{width:40px;height:40px;border-radius:999px;background:#e5edff;color:#163e64;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.about-team-name{font-weight:600;font-size:.98rem}.about-team-role{font-size:.9rem;color:#6b7280}.about-values-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.about-value-item{display:flex;gap:10px;align-items:flex-start}.about-value-dot{width:10px;height:10px;border-radius:999px;background:#163e64;margin-top:6px}.about-value-title{font-weight:600;font-size:.96rem;margin-bottom:2px}.about-value-text{font-size:.9rem;color:#4b5563}.about-commitments-list{list-style:none;padding:0;margin:4px 0 0;display:flex;flex-direction:column;gap:8px}.about-commitment-item{display:flex;align-items:flex-start;gap:8px;font-size:.95rem;color:#111827}.about-commitment-icon{width:20px;height:22px;border-radius:999px;border:1px solid #163e64;color:#163e64;font-size:.75rem;display:inline-flex;align-items:center;justify-content:center;margin-top:2px}.about-contact-card{display:flex;flex-direction:column;gap:16px}.about-contact-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:20px}.about-contact-subtitle{font-size:.95rem;font-weight:600;margin:0 0 6px}.about-address{font-style:normal;font-size:.95rem;color:#111827}.about-address div+div{margin-top:2px}.about-contact-card a{font-size:.95rem;color:#163e64;text-decoration:underline;cursor:pointer}@media(max-width:768px){.about-page{padding:24px 16px 56px}.about-two-columns,.about-contact-grid{grid-template-columns:1fr}}.faq-page{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.faq-header{margin-bottom:2.25rem}.faq-header h1{font-size:2rem;font-weight:700;margin:0 0 .35rem}.faq-subtitle{margin:0;font-size:1rem;color:#6b7280;max-width:520px}.faq-main{display:flex;flex-direction:column;gap:24px}.faq-category{margin-bottom:8px}.faq-category-title{font-size:1.25rem;font-weight:600;margin:0 0 6px}.faq-category-description{margin:0 0 12px;font-size:.95rem;color:#4b5563}.faq-accordion{display:flex;flex-direction:column;gap:10px}.faq-item{border-radius:14px;background:#fff;box-shadow:0 4px 10px #0f172a0a;overflow:hidden;border:1px solid #e5e7eb}.faq-item-open{border-color:#163e64;box-shadow:0 6px 16px #2563eb1f}.faq-question-btn{width:100%;border:none;background:transparent;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;color:#163e64}.faq-question-btn:hover{background:#f9fafb}.faq-question-text{text-align:left;font-size:.98rem;font-weight:500;color:#163e64}.faq-toggle-icon{font-size:.85rem;color:var(--stx-text-muted);transition:transform .15s ease,color .15s ease}.faq-toggle-icon-open{transform:rotate(180deg);color:#163e64}.faq-answer{padding:0 18px 14px;border-top:1px solid #e5e7eb;font-size:.95rem;color:#4b5563;line-height:1.5}.faq-answer p{margin:10px 0 0}@media(max-width:768px){.faq-page{padding:24px 16px 56px}}.verify-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:32px 16px}.verify-card{max-width:520px;width:100%;background:#fff;border-radius:18px;box-shadow:0 10px 30px #0f172a14;padding:28px 26px 24px}.verify-title{margin:0 0 12px;font-size:1.6rem;font-weight:700}.verify-status-line{margin:0 0 12px;font-size:.95rem;color:#4b5563;display:flex;align-items:center;gap:8px}.verify-status-pill{padding:2px 10px;border-radius:999px;font-size:.8rem;font-weight:600}.verify-status-pill.is-pending{background:#fef9c3;color:#854d0e}.verify-status-pill.is-success{background:#dcfce7;color:#166534}.verify-text{margin:0 0 10px;font-size:.95rem;color:#4b5563}.verify-alert{margin:10px 0 14px;padding:10px 12px;border-radius:8px;background:#fef2f2;color:#b91c1c;font-size:.9rem}.verify-alert-success{background:#ecfdf5;color:#166534}.verify-resend-block{margin-top:12px;padding-top:10px;border-top:1px solid #e5e7eb}.verify-resend-title{margin:0 0 6px;font-size:1rem;font-weight:600}.verify-actions{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:12px}.verify-back-link{font-size:.9rem}@media(max-width:640px){.verify-card{padding:22px 18px 18px}.verify-actions{flex-direction:column;align-items:flex-start}}.account-page{max-width:960px;margin:0 auto;padding:32px 16px 64px}.account-page-inner{display:flex;flex-direction:column;gap:24px}.account-header h1{margin:0 0 10px;font-size:32px;font-weight:700;color:#111827;letter-spacing:-.01em}.account-subtitle{margin:0;font-size:14px;color:var(--stx-text-muted)}.account-section{background:var(--stx-bg-card);border-radius:18px;border:1px solid var(--stx-border-soft);box-shadow:0 6px 18px #0f172a0a;padding:12px}.account-section-title{margin:0 0 4px;font-size:16px;font-weight:600;color:#111827}.account-section-danger{background:#fff7f7;border-color:#e5e7eb;border-radius:16px;box-shadow:0 10px 30px #0f172a0a}.account-section-desc{margin:0 0 16px;font-size:14px;color:#6b7280}.field-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.field-row{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.field-row-inline{display:flex;align-items:center;gap:12px;margin-top:4px}.field-row label{font-size:13px;font-weight:500;color:#374151}.field-row input,.field-row select{height:40px;padding:0 10px;font-size:14px;border-radius:8px;border:1px solid #d1d5db;background-color:#fff;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.field-row input:focus,.field-row select:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb1a}.switch-row{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#111827}.account-actions{margin-top:8px;display:flex;justify-content:flex-end}.btn-primary{border-radius:999px;padding:0 20px;height:40px;border:none;background:#163e64;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .15s ease,transform .05s ease}.btn-primary:hover:not(:disabled){background:#163e64;transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:default}.btn-danger{border-radius:999px;padding:0 18px;height:38px;border:1px solid #f97373;background:#fef2f2;color:#b91c1c;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.btn-danger:hover{background:#fee2e2;border-color:#ef4444}.account-message{margin-top:12px;padding:10px 12px;border-radius:8px;font-size:14px}.account-message.is-success{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0}.account-message.is-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.account-section-danger{border-color:#fecaca;background:#fff7f7}@media(max-width:768px){.account-page{max-width:1080px;margin:40px auto 80px;padding:0 16px}.field-grid-2{grid-template-columns:1fr}.account-actions{justify-content:stretch}.account-actions .btn-primary{width:100%}}.menu-logo-img{height:32px;display:block}.topbar-flag-img{height:18px;margin-right:8px;display:inline-block}.toast-success{position:fixed;top:24px;left:50%;background:#22c55e;transform:translate(-50%);color:#fff;padding:12px 20px;border-radius:10px;font-size:14px;box-shadow:0 8px 22px #00000026;z-index:9999;text-align:center;animation:fadeIn .25s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}.admin-page{font-family:Arial,sans-serif}.admin-header,.admin-dashboard-overview{display:flex;justify-content:space-between}.overview-counters .counter{width:200px;text-align:center}.recent-activity ul{list-style-type:none}.admin-files-to-assign,.admin-my-files{margin-top:20px}.admin-page button{padding:10px;background-color:#163e64;color:#fff;border:none;cursor:pointer}.admin-page button:hover{background-color:#163e64}.admin-shell{max-width:1100px;margin:0 auto;padding:28px 16px}.admin-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.admin-title{margin:0;font-size:34px;font-weight:800;letter-spacing:-.02em;color:#0f172a}.admin-subtitle{margin:6px 0 0;color:#64748b;font-size:15px}.admin-actions{display:flex;gap:10px;align-items:center}.btn-soft{border:1px solid #e2e8f0;background:#fff;padding:10px 14px;border-radius:999px;font-weight:600;color:#0f172a;cursor:pointer}.btn-soft:hover{background:#f8fafc}.toolbar-card{background:#fff;border:1px solid #eef2f7;border-radius:18px;padding:16px;box-shadow:0 4px 18px #0f172a0a}.toolbar-grid{display:grid;gap:12px;grid-template-columns:2.5fr 1fr 1fr 1fr}@media(min-width:860px){.toolbar-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.input-base,.select-base{height:44px;border-radius:14px;border:1px solid #e5e7eb;padding:0 14px;outline:none;background:#fff}.input-base:focus,.select-base:focus{border-color:#cbd5e1;box-shadow:0 0 0 4px #94a3b840}.toolbar-row{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.muted{color:#64748b;font-size:13px}.row-actions{display:flex;gap:10px;align-items:center}.bulk-card{margin-top:14px;background:#fff;border:1px solid #eef2f7;border-radius:18px;padding:16px;box-shadow:0 4px 18px #0f172a0a}.bulk-grid{display:grid;gap:12px;grid-template-columns:1fr;align-items:center}@media(min-width:860px){.bulk-grid{grid-template-columns:220px 1fr 1fr 200px}}.btn-primary-wide{height:44px;border-radius:14px;border:none;background:#0f172a;color:#fff;font-weight:700;cursor:pointer}.btn-primary-wide:disabled{opacity:.5;cursor:not-allowed}.alert{margin-top:14px;padding:12px 14px;border-radius:14px;border:1px solid #fecaca;background:#fff7f7;color:#b91c1c;font-weight:600}.results-card{margin-top:14px;background:#fff;border:1px solid #eef2f7;border-radius:18px;overflow:hidden}.results-header{padding:12px 16px;border-bottom:1px solid #eef2f7;display:flex;align-items:center;justify-content:space-between}.table-wrap{overflow-x:auto}.pro-table{width:100%;border-collapse:separate;border-spacing:0}.pro-table thead th{position:sticky;top:0;background:#fff;z-index:1;border-bottom:1px solid #eef2f7;font-size:12px;text-transform:none;letter-spacing:.02em;color:#64748b}.pro-table th,.pro-table td{padding:12px 16px;white-space:nowrap}.pro-table tbody tr{border-bottom:1px solid #f1f5f9}.pro-table tbody tr:hover{background:#f8fafc}.pro-table .cell-main{font-weight:800;color:#0f172a}.pro-table .cell-sub{font-size:12px;color:#64748b;margin-top:2px}.pro-table .cell-muted{font-size:12px;color:#94a3b8}.pro-table tbody tr:focus{outline:3px solid rgba(59,130,246,.25);outline-offset:-3px}.pricing-table-card{overflow:hidden;width:100%}.pricing-table-wrap{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;border:1px solid #eef2f7;border-radius:18px;background:#fff;-webkit-overflow-scrolling:touch}.pricing-table{width:100%;min-width:760;table-layout:auto;border-collapse:collapse}.pricing-th,.pricing-td{padding:8px 6px;white-space:normal;text-align:center;vertical-align:middle}.pricing-feature-col{white-space:normal;text-align:left;width:40%;font-weight:350}.pricing-plan-col{width:20%;white-space:normal;text-align:center}.pricing-plan-head{display:flex;flex-direction:column;align-items:center;gap:6px}.pricing-plan-top{display:flex;flex-direction:column;align-items:center;gap:4px}.pricing-plan-name,.pricing-plan-price{white-space:nowrap}.pricing-plan-sub{margin-top:2px}.pricing-plan-col.is-selected,.pricing-th.is-selected{background:#f1f5f9;border-radius:12px}.pricing-select-btn{background:#163e64;color:#fff;border:none;height:40px;border-radius:999px;padding:0 20px;font-size:13px;font-weight:600;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:150px;box-sizing:border-box}.pricing-select-btn:hover,.pricing-select-btn.is-selected{background:#0f2d4a}.tick{font-weight:900;display:inline-flex;align-items:center;justify-content:center;min-height:22px;min-width:22px;border-radius:999px}.tick.yes{color:#15803d;background:#dcfce7}.tick.no{color:#94a3b8;background:#f1f5f9}.pricing-cards-notion{display:none}@media(max-width:768px){.pricing-table-wrap{display:none}.pricing-cards-notion::-webkit-scrollbar{height:6px}.pricing-cards-notion::-webkit-scrollbar-thumb{background:#d9e1ea;border-radius:999px}.pricing-cards-notion{display:flex;flex-direction:column;gap:16px;padding:0 16px}.notion-card{width:100%;border-radius:18px;padding:20px;background:#fff;border:1px solid #e6ebf2;box-sizing:border-box}.notion-card.is-selected{border:2px solid #1f6feb}.notion-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.notion-plan-name{font-weight:600;font-size:18px;color:#10233e}.notion-plan-price{font-size:18px;font-weight:600;color:#10233e;text-align:right}.notion-divider{height:1px;background:#eef2f7}.notion-features{padding-left:0}.notion-feature{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:start;padding:8px 0}.notion-feature-text{line-height:1.4;word-break:break-word}.notion-feature-icon.yes{color:#22c55e;font-weight:700}.notion-feature-icon.no{color:#94a3b8;font-weight:700}.notion-select-btn{margin-top:8px;width:100%;padding:12px 14px;border-radius:12px;border:1px solid #dbe2ea;background:#fff;cursor:pointer;font-weight:600}.notion-select-btn.is-selected{background:#1f6feb;color:#fff;border-color:#1f6feb}}.page-loader{min-height:calc(100vh - 140px);display:grid;place-items:center;gap:12px;padding:40px 16px}.page-loader__spinner{width:34px;height:34px;border-radius:999px;border:3px solid rgba(15,23,42,.12);border-top-color:#0f172a99;animation:spin .85s linear infinite}.page-loader__text{font-size:14px;color:#64748b}@keyframes spin{to{transform:rotate(360deg)}}.field-error{margin-top:6px;font-size:.875rem;color:#d32f2f}.btn,.btn-primary,.btn-outline,.nav-btn,.dashboard-new-btn,.dashboard-empty-btn,.menu-cta-btn,.topbar-login-btn,.pricing-select-btn,.step-next-btn,.step-back-link{height:42px;border-radius:999px;padding:0 22px;font-size:14px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;gap:5px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,color .15s ease,transform .05s ease;text-decoration:none}.btn-primary,.dashboard-new-btn,.menu-cta-btn,.step-next-btn{border:none;background:var(--stx-primary);color:#fff;box-shadow:0 12px 30px #0061ff38;display:inline-flex;align-items:center;justify-content:center}.btn-primary:hover:not(:disabled),.dashboard-new-btn:hover:not(:disabled),.menu-cta-btn:hover:not(:disabled),.step-next-btn:hover:not(:disabled){background:var(--stx-primary-dark);box-shadow:0 16px 40px #0050d447;transform:translateY(-1px)}.btn-primary:disabled,.dashboard-new-btn:disabled,.menu-cta-btn:disabled,.step-next-btn:disabled{opacity:.6;cursor:default;box-shadow:none;transform:none}.btn-secondary,.topbar-login-btn,.dashboard-empty-btn{border:1px solid var(--stx-border-soft);color:var(--stx-text-main);box-shadow:none;background:#163e64;color:#fff;font-size:14px;font-weight:500;border-radius:999px;padding:0 22px;height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,color .15s ease,transform .05s ease}.btn-secondary:hover:not(:disabled),.declaration-action-btn:hover:not(:disabled),.topbar-login-btn:hover:not(:disabled),.dashboard-empty-btn:hover:not(:disabled){background:#f9fafb;border-color:#cbd5f5;transform:translateY(-1px);color:#000}.btn-secondary:hover{background:#163e64;border-color:#7491ef;color:#000;opacity:.9}.btn-outline{border:1px solid var(--stx-border-soft);background:transparent;color:var(--stx-text-main)}.pricing-select-btn{width:100%}.step-back-link{border:1px solid var(--stx-border-soft);background:transparent;color:var(--stx-primary);box-shadow:none;width:auto;display:inline-flex;align-items:center;justify-content:center;gap:0vw}.step-back-link:hover:not(:disabled){background:#f9fafb;border-color:#cbd5f5}.link-like,.edit-request-inline{height:auto;border-radius:0;padding:0;background:none;border:none;box-shadow:none;font-size:14px;color:var(--stx-primary);text-decoration:underline}.delete-btn{color:#dc2626!important;font-size:14px!important;margin-left:6px!important;background:none!important;border:none!important;padding:2px 4px!important;text-decoration:underline!important;cursor:pointer!important}.delete-btn:hover{color:#b91c1c!important;text-decoration:none!important}.delete-btn:disabled{color:#9ca3af!important;cursor:not-allowed!important;text-decoration:none!important}.document-card{border-radius:14px;border:1px solid #e5e7eb;background:#fff;padding:22px;transition:box-shadow .2s ease}.document-card:hover{box-shadow:0 6px 18px #0000000f}.document-card-title{font-size:1.1rem;font-weight:600;margin-bottom:4px}.document-card-sub{font-size:11px;color:#6b7280}.status-badge{font-size:12px;padding:4px 10px;border-radius:50px;border:1px solid;display:inline-block}.status-pending{background:#f9fafb;border-color:#d1d5db;color:#374151}.status-uploaded{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.status-missing{background:#fefce8;border-color:#fde047;color:#854d0e}.file-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:8px 12px;display:flex;justify-content:space-between;align-items:center}.file-name{font-weight:500;color:#374151}.delete-btn{font-size:12px;text-decoration:underline;color:#dc2626}.delete-btn:hover{color:#b91c1c}.upload-row{display:flex;gap:12px;margin-top:12px}input[type=file]{display:none}.btn-file{background:#f3f4f6;padding:8px 16px;border-radius:10px;border:1px solid #d1d5db;cursor:pointer}.confirm-step-btn{display:inline-flex;align-items:center;justify-content:center;height:40px;border-radius:12px;border:1px solid rgb(22,62,100,.22);background:#163e64;box-shadow:0 6px 18px #163e641f;padding:0 16px;font-size:14px;font-weight:600;line-height:1px;color:#fff;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .05s ease}.confirm-step-btn:hover{background:#0f2b55;border-color:#0f2b5559;box-shadow:0 10px 24px #163e6429}.confirm-step-btn:active{transform:translateY(1px);box-shadow:0 4px 12px #163e6424}.confirm-step-btn:focus-visible{outline:none;box-shadow:0 0 0 4px #163e642e,0 10px 24px #163e6424}.confirm-step-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.edit-btn{font-size:13px;text-decoration:underline;background:none;border:none;cursor:pointer;padding-left:8px;color:#0f355a;margin-left:12px;opacity:.9}.latest-file-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.latest-file-meta{flex:1;min-width:0}.latest-file-btn{flex-shrink:0;align-self:flex-start;margin-top:0!important}.legal-page{width:100%;padding:32px 16px}.legal-card{width:100%;max-width:940px;margin:0 auto;background:#fff;border-radius:24px;padding:28px;box-shadow:0 8px 30px #0f235f14}.legal-header{margin-bottom:18px}.legal-title{margin:0;font-size:28px;font-weight:700}.legal-updated{margin:8px 0 0;opacity:.75}.legal-content{margin-top:18px}.legal-section{margin:18px 0 22px}.legal-h2{margin:0 0 10px;font-size:18px;font-weight:700}.legal-p{margin:0 0 10px;line-height:1.65;opacity:.92}.email-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#163e640f;border-radius:999px;border:1px solid rgba(22,62,100,.12);font-size:13px;color:#163e64;cursor:pointer;transition:all .15s ease}.email-chip:hover{background:#163e641a;border-color:#163e6433}.email-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.caret{font-size:11px;opacity:.6}.menu-bar{position:relative;display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:linear-gradient(to bottom,#fff,#f3f7fb);border-bottom:1px solid #eef1f5}.menu-left{flex:1;display:flex;align-items:center}.menu-logo{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center}.menu-logo-img{max-height:40px}.menu-right{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:16px}.email-chip{border:none;outline:none;border-radius:999px;padding:6px 14px;background:#fff;box-shadow:0 2px 8px #0000001a;display:inline-flex;align-items:center;gap:6px;cursor:default}.email-text{font-size:.9rem;color:#163d64;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.caret{font-size:.7rem;color:#7a8ca3}.menu-phone-wrapper{display:flex;align-items:center}.menu-phone{display:inline-flex;align-items:center;gap:6px;text-decoration:none}.menu-phone-icon{width:20px;height:20px;filter:brightness(0) saturate(100%) invert(17%) sepia(40%) saturate(1732%) hue-rotate(181deg) brightness(95%) contrast(92%)}.menu-phone-number{font-weight:600;font-size:.95rem;color:#163d64;white-space:nowrap}.menu-phone:hover .menu-phone-number,.menu-phone:hover .menu-phone-icon{opacity:.75}.menu-cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 26px;font-weight:600;font-size:.95rem;border-radius:999px;border:none;text-decoration:none;background-color:#163d64;color:#fff;white-space:nowrap;box-shadow:0 4px 10px #0000002e;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.menu-cta-btn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 6px 14px #00000038}@media(max-width:768px){.menu-bar{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding-top:60px;padding-bottom:12px;padding-inline:16px;background:linear-gradient(to bottom,#fff,#f3f7fb)}.menu-logo{position:static!important;transform:none!important;left:auto!important;right:auto!important;top:auto!important;width:100%;display:flex;justify-content:center}.menu-logo-img{max-height:32px}.menu-left{order:2;width:100%;display:flex;justify-content:center;margin:2px 0}.email-chip{max-width:90%;font-size:.8rem}.menu-right{order:3;display:flex;align-items:center;justify-content:center;gap:10px;width:100%}.menu-phone-wrapper{display:flex;align-items:center}.menu-phone-icon{width:18px;height:18px}.menu-phone-number{font-size:.9rem}.menu-cta-btn{padding:6px 20px;font-size:.85rem;border-radius:999px;box-shadow:0 2px 8px #00000026}}.delete-icon-button{border:none;background:transparent;cursor:pointer;font-size:18px;line-height:1;padding:0}.delete-icon-button:hover{opacity:.7}.step1-section{margin-top:28px;padding-top:20px;border-top:1px solid #e3e8f4}.step1-section-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.step1-section-title{margin:0;font-size:18px;font-weight:600;color:#163e64}.step1-sections{display:flex;flex-direction:column;gap:28px}.step1-section{margin-top:14px;padding-top:26px;border-top:1px solid #e3e8f4}.step1-section:first-child{margin-top:0;padding-top:0;border-top:none}.step1-section-header{margin-bottom:20px;padding:14px 16px;background:#f8fbff;border:1px solid #e3edf8;border-radius:14px}.step1-section-title{margin:0;font-size:19px;font-weight:700;color:#163e64}.step1-section-body{display:flex;flex-direction:column;gap:16px}.step1-section-spouse .step1-section-header{background:#f4f8ff;border-color:#d8e5ff}.stage1-container{border:1px solid #e3e8f4;border-radius:18px;background:#fff;overflow:hidden}.stage1-toggle{width:100%;background:transparent;border:none;padding:0;text-align:left;cursor:pointer}.stage1-header{padding:16px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;transition:background .2s ease}.stage1-header:hover{background:#f8fafc}.stage1-header-content{min-width:0;flex:1}.stage1-title{margin:0;font-size:16px;font-weight:600;color:#111827}.stage1-subtitle{margin:4px 0 0;font-size:14px;color:#6b7280}.stage1-meta-row{margin-top:12px;display:flex;align-items:center;flex-wrap:wrap;gap:12px}.stage1-meta-item{display:flex;align-items:center}.stage1-progress-text{font-size:12px;color:#6b7280}.stage1-progress-value{font-weight:600;color:#111827}.stage1-chevron{width:36px;height:36px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#4b5563;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;transition:transform .2s ease}.stage1-chevron.is-open{transform:rotate(180deg)}.stage1-body{padding:16px;border-top:1px solid #e3e8f4;display:flex;flex-direction:column;gap:24px}.stage1-card{border:1px solid #e3e8f4;border-radius:14px;background:#fff;padding:16px}.stage1-card-title{margin:0 0 12px;font-size:14px;font-weight:600;color:#111827}.stage1-loading-text{font-size:14px;color:#6b7280}.stage1-lock-message{border:1px solid #fde68a;background:#fffbeb;color:#92400e;border-radius:12px;padding:12px;font-size:14px}.documents-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.document-card{border:1px solid #e3e8f4;border-radius:14px;background:#fff;padding:20px;transition:background .2s ease}.document-card:hover{background:#fafcff}.document-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.document-card-info{min-width:0}.document-card-title{margin:0;font-size:14px;font-weight:600;color:#111827}.document-card-type{margin-top:2px;font-size:12px;color:#6b7280}.document-card-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex-shrink:0}.doc-badge{font-size:12px;padding:4px 10px;border-radius:999px;border:1px solid;white-space:nowrap}.doc-badge-success{background:#f0fdf4;color:#15803d;border-color:#bbf7d0}.doc-badge-warning{background:#fffbeb;color:#b45309;border-color:#fde68a}.doc-badge-neutral{background:#f9fafb;color:#4b5563;border-color:#e5e7eb}.uploaded-files-list{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-direction:column;gap:8px}.uploaded-file-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:10px 12px;transition:background .2s ease}.uploaded-file-item:hover{background:#f9fafb}.uploaded-file-left{display:flex;align-items:center;gap:8px;min-width:0}.uploaded-file-icon{width:28px;height:28px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;color:#4b5563;font-size:11px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.uploaded-file-name{font-size:14px;font-weight:500;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stage1-upload-error{margin-bottom:12px;border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;border-radius:12px;padding:12px;font-size:14px}.stage1-not-editable{margin:0;font-size:14px;color:#6b7280}.stage1-confirm-card{border:1px solid #e3e8f4;border-radius:14px;background:#fff;padding:16px}.stage1-confirm-card.is-done{background:#f0fdf4;border-color:#bbf7d0}.stage1-confirm-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.stage1-confirm-info{min-width:0;display:flex;flex-direction:column;gap:4px}.stage1-confirm-label{font-size:12px;color:#6b7280}.stage1-confirm-card.is-done .stage1-confirm-label{color:#14532dbf}.stage1-confirm-status{font-size:14px;font-weight:600;color:#111827}.stage1-confirm-card.is-done .stage1-confirm-status{color:#14532d}.stage1-confirm-note{font-size:12px;color:#14532dbf}.stage1-status-badge{display:inline-flex;align-items:center;gap:6px;border:1px solid #bbf7d0;background:#f0fdf4;color:#14532d;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:500}.stage1-status-badge-icon{width:16px;height:16px;border-radius:50%;background:#16a34a;color:#fff;font-size:10px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.stage1-error-box{margin-top:12px;border:1px solid #fecaca;background:#fef2f2;border-radius:12px;padding:12px;font-size:14px}.stage1-error-title{font-weight:600;color:#b91c1c}.stage1-error-dev-message{margin-top:4px;font-size:12px;color:#b91c1ccc}.stage1-error-section{margin-top:10px}.stage1-error-section-title{font-weight:500;color:#b91c1c}.stage1-error-list{margin:6px 0 0;padding-left:20px}@media(max-width:768px){.documents-grid{grid-template-columns:1fr}.stage1-confirm-row{flex-direction:column;align-items:stretch}.document-card-header{flex-direction:column;align-items:flex-start}}.stage4-container{display:flex;flex-direction:column;gap:20px}.stage4-description{margin:0;font-size:14px;color:#6f7f95}.stage4-card{border:1px solid #dfe6ef;border-radius:18px;background:#fff;padding:20px}.stage4-section-header{margin-bottom:16px}.stage4-section-title{margin:0;font-size:16px;font-weight:700;color:#16324f}.stage4-file-box{border:1px solid #dfe6ef;border-radius:16px;background:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px}.stage4-file-left{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.stage4-file-icon{width:36px;height:36px;border:1px solid #dfe6ef;border-radius:10px;background:#f8fafc;color:#5f6f82;font-size:12px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.stage4-file-meta{min-width:0;flex:1}.stage4-file-name{display:block;font-size:15px;font-weight:600;color:#16324f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stage4-meta-line{margin-top:4px;font-size:12px;color:#6f7f95}.stage4-meta-line-comment{margin-top:6px}.stage4-file-actions{flex:0 0 auto}.stage4-file-actions .btn-secondary{min-height:42px;padding:0 16px;border-radius:12px}.stage4-upload-panel{border:1px solid #dfe6ef;border-radius:16px;background:#fff;padding:18px}.stage4-file-input-hidden{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.stage4-upload-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.stage4-choose-btn{min-width:132px;height:48px;padding:0 18px;border:1px solid #d7dee8;border-radius:14px;background:#fff;color:#163e64;font-size:15px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease}.stage4-choose-btn:hover{background:#f8fbff;border-color:#c8d4e3}.stage4-choose-btn.is-disabled{opacity:.6;cursor:not-allowed;pointer-events:none}button.stage4-upload-btn{min-width:110px;height:48px;padding:0 20px;border-radius:14px;font-size:15px;font-weight:700;transition:background .2s ease,border-color .2s ease,color .2s ease}button.stage4-upload-btn:disabled{background:#b9c6d5!important;border:1px solid #b9c6d5!important;color:#fff!important;cursor:not-allowed!important;opacity:1!important}button.stage4-upload-btn:not(:disabled){background:#1f4f7a!important;border:1px solid #1f4f7a!important;color:#fff!important;cursor:pointer!important;opacity:1!important}button.stage4-upload-btn:not(:disabled):hover{background:#183f62!important;border-color:#183f62!important}.stage4-clear-file-btn{border:none;background:transparent;padding:0;color:#163e64;font-size:15px;text-decoration:underline;cursor:pointer}.stage4-clear-file-btn:disabled{opacity:.6;cursor:not-allowed}.stage4-selected-file-name{margin-top:10px;font-size:13px;color:#6b7280;word-break:break-word}.stage4-textarea{width:100%;min-height:120px;resize:vertical}.stage4-actions-row{margin-top:12px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.stage4-comments-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.stage4-comment-item{border:1px solid #e3e8f4;border-radius:14px;background:#fff;padding:14px}.stage4-comment-meta{font-size:12px;color:#6b7280}.stage4-comment-text{margin-top:8px;font-size:14px;line-height:1.5;color:#1f2937;word-break:break-word}.stage4-empty-text,.stage4-note-text{margin:0;font-size:14px;color:#6b7280}.stage4-top-actions{margin-top:14px}@media(max-width:768px){.stage4-file-box{flex-direction:column;align-items:flex-start}.stage4-upload-row,.stage4-actions-row{flex-direction:column;align-items:stretch}.stage4-choose-btn,.stage4-upload-btn{width:100%}}.stage4-selected-file-row{border:1px solid #dfe6ef;border-radius:16px;background:#fff;padding:14px 16px;display:flex;align-items:center;gap:12px;margin-bottom:16px}.stage4-selected-file-name{flex:1;font-size:15px;font-weight:600;color:#16324f;word-break:break-word}@media(max-width:768px){.home,.product-page,.dashboard-page,.view-page,.about-page,.faq-page,.decl-detail-page,.account-page,.admin-shell{padding-left:16px;padding-right:16px}.auth-wrap{padding:16px}.auth-card{max-width:100%;padding:24px 18px;margin:24px auto;border-radius:18px}.auth-card h1{font-size:24px}.footer-container{flex-direction:column;gap:24px}.footer-left,.footer-right{width:100%;text-align:center;align-items:center}.home-hero{grid-template-columns:1fr!important;gap:24px}.home-hero-title,.home-hero-content h1{font-size:28px;line-height:1.2}.home-hero-actions{flex-direction:column;align-items:stretch;gap:12px}.home-grid.two,.home-grid.four{grid-template-columns:1fr!important}.product-header{flex-direction:column;align-items:flex-start;margin-left:0}.product-layout{grid-template-columns:1fr!important;gap:20px}.product-main,.product-sidebar{width:100%;display:block}.product-block,.step-card{width:100%;max-width:100%}.step-card{padding:20px 16px;border-radius:18px}.step-title{font-size:20px}.field-grid-2{grid-template-columns:1fr}.product-actions,.step-footer{flex-direction:column-reverse;align-items:stretch}.product-actions .btn-primary,.product-actions .btn-outline,.step-footer .nav-btn,.step-footer .btn-primary,.step-footer .btn-outline{width:100%}.offer-header,.invoice-block .invoice-line,.view-section-title-row,.declaration-header,.declaration-header-row,.dashboard-section-header,.product-block-header{flex-direction:column;align-items:flex-start}.declaration-steps-row{grid-template-columns:1fr;gap:14px}.declaration-card{padding:18px 16px 20px}.declaration-action-btn{width:100%}.view-block{padding:16px}.view-section{padding:0 14px 12px}.summary-grid,.about-two-columns,.about-contact-grid,.field-grid-2{grid-template-columns:1fr}.account-actions{justify-content:stretch}.account-actions .btn-primary,.account-actions .btn-danger{width:100%}.topbar-left,.topbar-right,.banner-left,.stage1-header-content{min-width:0}.topbar-text,.menu-phone-number,.declaration-title,.view-title,.decl-detail-title{word-break:break-word}}@media(max-width:480px){.home-hero-title,.home-hero-content h1,.product-header h1,.view-title,.decl-detail-title,.dashboard-header h1,.about-header h1,.faq-header h1,.account-header h1{font-size:24px}.step-card,.product-block,.view-block,.about-card,.declaration-card,.verify-card{border-radius:16px}.nav-btn,.btn-primary,.btn-outline,.declaration-action-btn{min-height:42px}}.files-modal-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:20px}.files-modal-backdrop{position:absolute;inset:0;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.files-modal{position:relative;width:100%;max-width:950px;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040;overflow:hidden}.files-modal-header{padding:20px 24px;background:#163e64;color:#fff;display:flex;justify-content:space-between;align-items:center}.files-modal-body{padding:24px;max-height:65vh;overflow-y:auto;display:grid;grid-template-columns:1fr 1fr;gap:28px}.files-modal-close{padding:8px 18px;background:#163e64;border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;transition:background .2s}.files-modal-close:hover{background:#0f2a4a}.file-item{display:flex;align-items:center;justify-content:space-between;padding:16px;border-radius:12px;border:1px solid #e3e8f4;background:#fff;transition:box-shadow .2s}.file-item:hover{box-shadow:0 8px 20px #00000014}.file-meta{min-width:0}.file-download-btn{padding:8px;border-radius:8px;background:#163e64;border:none;color:#fff;cursor:pointer}.file-row{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid #e3e8f4;border-radius:12px;background:#fff;transition:box-shadow .2s ease}.file-row:hover{box-shadow:0 6px 18px #00000014}.file-row-left{display:flex;align-items:center;gap:12px}.file-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;background:#eef3f9;color:#163e64;font-size:12px;font-weight:700}.file-meta{display:flex;flex-direction:column}.file-name{font-weight:600;color:#163e64}.file-type{font-size:13px;color:#6b7280}.file-download-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#163e64;border:none;cursor:pointer;transition:background .2s ease}.file-download-btn:hover{background:#0f2a4a}
