@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display&display=swap";:root{--navy:#0d1f3c;--navy-mid:#1a3458;--navy-light:#2a4a7f;--cream:#fff;--cream-dark:#f3f4f6;--white:#fff;--ink:#0d1f3c;--ink-mid:#2d3f5e;--ink-soft:#4a5a7a;--ink-muted:#6b7a99;--border:#d8d2c6;--border-light:#e8e4dc;--success-bg:#edfaf3;--success-border:#7dd9ab;--success-text:#1a6641;--warning-bg:#fefbf0;--warning-border:#f5d77a;--warning-text:#7a5200;--error-bg:#fff0f0;--error-border:#f5a0a0;--error-text:#8b1a1a;--bg:var(--cream);--card:var(--white);--text:var(--ink);--muted:var(--ink-muted);--border-legacy:var(--border);--primary:var(--navy);--primary-soft:#dde8f5;--primary-blue:#2a6cc4}*,:before,:after{box-sizing:border-box}body{background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:DM Sans,system-ui,-apple-system,sans-serif;font-size:15px}.modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:100;background:#0d1f3c99;justify-content:center;align-items:center;padding:24px;animation:.18s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-card{background:var(--white);border-radius:20px;width:100%;max-width:480px;padding:44px 40px;animation:.22s slideUp;position:relative;box-shadow:0 32px 80px #0d1f3c40}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.modal-close{background:var(--cream);color:var(--ink-mid);cursor:pointer;border:none;border-radius:50%;place-items:center;width:32px;height:32px;margin:0;padding:0;font-size:14px;font-weight:700;display:grid;position:absolute;top:16px;right:16px}.modal-close:hover{background:var(--cream-dark);transform:none}.modal-badge{color:#1a6641;background:#edfaf3;border-radius:999px;margin-bottom:14px;padding:5px 11px;font-size:12px;font-weight:700;display:inline-flex}.modal-title{letter-spacing:-.03em;color:var(--ink);margin:0 0 8px;font-size:24px;font-weight:700}.modal-sub{color:var(--ink-muted);margin:0 0 20px;font-size:14px;line-height:1.6}.modal-cta{border-radius:12px;width:100%;margin-top:20px;padding:13px;font-size:15px;font-weight:700}.modal-privacy{text-align:center;color:var(--ink-muted);margin-top:12px;font-size:12px;line-height:1.5}.auth-toggle{background:var(--cream);border-radius:10px;gap:4px;margin-bottom:18px;padding:4px;display:flex}.auth-toggle-btn{color:var(--ink-muted);cursor:pointer;background:0 0;border:none;border-radius:7px;flex:1;margin:0;padding:9px;font-size:14px;font-weight:600;transition:background .15s,color .15s}.auth-toggle-btn:hover{background:var(--cream-dark);color:var(--ink);transform:none}.auth-toggle-btn.active{background:var(--white);color:var(--ink);box-shadow:0 1px 4px #0000001a}.google-btn{background:var(--white);width:100%;color:var(--ink-mid);border:1.5px solid var(--border);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:10px;margin-top:4px;padding:12px;font-size:14px;font-weight:600;transition:border-color .15s,box-shadow .15s;display:flex}.google-btn:hover{border-color:var(--ink-soft);background:var(--white);transform:none;box-shadow:0 2px 8px #00000014}.google-btn:disabled{opacity:.6;cursor:not-allowed}.auth-divider{color:var(--ink-muted);align-items:center;gap:12px;margin:16px 0 4px;font-size:13px;font-weight:500;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-loading{color:var(--ink-muted);flex-direction:column;align-items:center;gap:16px;display:flex}.auth-spinner{border:2.5px solid var(--cream-dark);border-top-color:var(--navy);border-radius:50%;width:32px;height:32px;animation:.75s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.nav-avatar-img,.profile-avatar-img{object-fit:cover;border-radius:50%;width:36px;height:36px}.profile-avatar-img{width:40px;height:40px}input,textarea,select{font-family:inherit}input[type=text],input[type=email],input[type=password],textarea{border:1.5px solid var(--border);background:var(--white);width:100%;color:var(--ink);border-radius:10px;outline:none;padding:13px 14px;font-size:15px;transition:border .15s,box-shadow .15s}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,textarea:focus{border-color:var(--navy-mid);box-shadow:0 0 0 3px #1a34581a}.modal-card button:not(.modal-close):not(.auth-toggle-btn):not(.google-btn){background:var(--navy);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:12px;margin-top:14px;padding:13px 18px;font-family:inherit;font-size:15px;font-weight:700;transition:background .12s;display:block}.modal-card button:not(.modal-close):not(.auth-toggle-btn):not(.google-btn):hover{background:var(--navy-mid)}.name-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.field-group{flex-direction:column;display:flex}.field-group label{color:var(--ink);margin-top:0;margin-bottom:6px;font-size:14px;font-weight:600}.field-group+.field-group{margin-top:14px}.input-error{border-color:var(--error-border)!important;box-shadow:0 0 0 3px #dc26261a!important}.field-error{color:#dc2626;margin-top:5px;font-size:12px;font-weight:600}.fa-shell{background:var(--cream);flex-direction:column;min-height:100vh;display:flex}.fa-center{background:var(--cream);place-items:center;min-height:100vh;display:grid}.fa-spinner-wrap{flex-direction:column;align-items:center;gap:14px;display:flex}.fa-spinner-label{color:var(--ink-muted);font-size:14px}.fa-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0d1f3c66;place-items:center;display:grid;position:fixed;inset:0}.fa-overlay-card{background:var(--white);color:var(--ink-mid);border-radius:16px;flex-direction:column;align-items:center;gap:16px;padding:32px 44px;font-size:14px;font-weight:500;display:flex;box-shadow:0 20px 60px #0d1f3c33}.fa-nav{background:var(--navy);z-index:50;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;height:62px;padding:0 36px;display:flex;position:sticky;top:0}.fa-brand{align-items:center;gap:12px;display:flex}.fa-brand-mark{background:var(--white);width:34px;height:34px;color:var(--navy);border-radius:8px;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex}.fa-brand-name{color:var(--white);letter-spacing:-.2px;font-size:17px;font-weight:600}.fa-nav-right{align-items:center;gap:14px;display:flex}.fa-nav-user{align-items:center;gap:10px;display:flex}.fa-nav-name{color:#ffffffe6;font-size:14px;font-weight:500}.fa-nav-signout{color:#ffffffd9;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s}.fa-nav-signout:hover{background:#ffffff2e}.fa-nav-cta{background:var(--white);color:var(--navy);cursor:pointer;border:none;border-radius:20px;padding:8px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:opacity .15s}.fa-nav-cta:hover{opacity:.88}.fa-avatar{width:34px;height:34px;color:var(--white);background:#ffffff26;border:1.5px solid #ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.fa-avatar-img{object-fit:cover;border:2px solid #ffffff40;border-radius:50%;flex-shrink:0;width:34px;height:34px}.fa-steps-bar{background:var(--navy-mid);border-bottom:1px solid #ffffff14;align-items:center;gap:4px;height:50px;padding:0 36px;display:flex}.fa-step-item{color:#ffffff80;align-items:center;gap:9px;padding:0 8px;font-size:13px;font-weight:500;display:flex}.fa-step-item.active{color:var(--white);font-weight:600}.fa-step-num{color:#ffffff80;border:1.5px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:flex}.fa-step-item.active .fa-step-num{background:var(--white);color:var(--navy);border-color:var(--white)}.fa-step-divider{background:#fff3;width:32px;height:1px;margin:0 4px}.fa-split-container{flex-direction:row;align-items:stretch;height:calc(100vh - 112px);display:flex;overflow:hidden}.fa-left{background:var(--cream);border-right:none;flex:1 1 0;min-width:0;padding:52px 48px 60px;overflow-y:auto}.fa-drag-handle{background:var(--border-light);cursor:col-resize;z-index:10;-webkit-user-select:none;user-select:none;flex:0 0 12px;justify-content:center;align-items:center;width:12px;transition:background .15s;display:flex;position:relative}.fa-drag-handle:hover,.fa-drag-handle:active{background:var(--border)}.fa-drag-grip{flex-direction:column;align-items:center;gap:3px;display:flex}.fa-drag-grip span{background:var(--ink-muted);opacity:.5;border-radius:50%;width:3px;height:3px;display:block}.fa-drag-handle:hover .fa-drag-grip span{opacity:1;background:var(--navy)}.fa-right{background:var(--white);flex-direction:column;flex:none;padding:40px 36px;display:flex;overflow-y:auto;box-shadow:-4px 0 24px #0d1f3c0f}.fa-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:14px;font-size:11px;font-weight:600}.fa-h1{letter-spacing:-.5px;max-width:480px;color:var(--navy);margin:0 0 18px;font-family:DM Serif Display,Georgia,serif;font-size:2.4rem;font-weight:400;line-height:1.2}.fa-hero-sub{color:var(--ink-soft);max-width:440px;margin-bottom:38px;font-size:16px;line-height:1.7}.fa-hero-sub strong{color:var(--navy);font-weight:700}.fa-feature-list{flex-direction:column;gap:20px;margin-bottom:44px;display:flex}.fa-feature{align-items:flex-start;gap:14px;display:flex}.fa-feature-icon{background:var(--navy);border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.fa-feature-icon svg{stroke:#fff;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.fa-feature-title{color:var(--navy);margin-bottom:3px;font-size:15px;font-weight:700}.fa-feature-desc{color:var(--ink-soft);font-size:13px;line-height:1.55}.fa-panel-title{color:var(--navy);letter-spacing:-.3px;margin-bottom:6px;font-family:DM Serif Display,Georgia,serif;font-size:22px;font-weight:400}.fa-panel-sub{color:var(--ink-soft);margin-bottom:22px;font-size:14px;line-height:1.55}.fa-panel-note{color:var(--ink-muted);margin-bottom:14px;font-size:13px}.fa-trust-row{flex-wrap:wrap;gap:7px;margin-bottom:24px;display:flex}.fa-trust-badge{color:var(--ink-mid);background:var(--cream);border:1.5px solid var(--border);border-radius:20px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:500;display:flex}.fa-signup-nudge{background:#eef4ff;border:1.5px solid #c0d4f5;border-radius:10px;align-items:flex-start;gap:12px;margin-bottom:20px;padding:14px 16px;font-size:14px;display:flex}.fa-signup-nudge strong{color:var(--navy);margin-bottom:3px;font-weight:700;display:block}.fa-signup-nudge p{color:var(--ink-soft);margin:0;line-height:1.5}.fa-nudge-link{color:var(--navy-light);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:14px;font-weight:700;text-decoration:underline}.fa-field-label{color:var(--ink);margin-bottom:7px;font-size:14px;font-weight:600;display:block}.fa-textarea{resize:vertical;border:1.5px solid var(--border);background:var(--cream);width:100%;color:var(--ink);border-radius:10px;margin-bottom:12px;padding:13px 14px;font-family:inherit;font-size:14px;line-height:1.55;transition:border-color .15s,background .15s}.fa-textarea:focus{border-color:var(--navy-mid);background:var(--white);outline:none;box-shadow:0 0 0 3px #1a345814}.fa-textarea::placeholder{color:var(--ink-muted)}.fa-chips{flex-wrap:wrap;gap:7px;margin-bottom:18px;display:flex}.fa-chip{border:1.5px solid var(--border);background:var(--white);color:var(--ink-mid);cursor:pointer;border-radius:20px;padding:5px 13px;font-family:inherit;font-size:12px;font-weight:500;transition:border-color .12s,background .12s,color .12s}.fa-chip:hover{border-color:var(--navy);background:var(--navy);color:var(--white)}.fa-consent-row{background:var(--cream);border:1.5px solid var(--border);border-radius:10px;align-items:flex-start;gap:10px;margin-bottom:22px;padding:14px;display:flex}.fa-consent-row input[type=checkbox]{width:auto;accent-color:var(--navy);box-shadow:none;border:none;flex-shrink:0;margin-top:2px;padding:0}.fa-consent-label{color:var(--ink-soft);font-size:13px;line-height:1.55}.fa-cta-btn{background:var(--navy);width:100%;color:var(--white);cursor:pointer;text-align:center;border:none;border-radius:10px;margin-bottom:12px;padding:14px;font-family:inherit;font-size:15px;font-weight:600;text-decoration:none;transition:background .15s;display:block}.fa-cta-btn:hover:not(:disabled){background:var(--navy-mid)}.fa-cta-btn:disabled{opacity:.45;cursor:not-allowed}.fa-download-btn{background:#0f6e46}.fa-download-btn:hover{background:#0b5a39!important}.fa-secondary-btn{width:100%;color:var(--ink-mid);border:1.5px solid var(--border);cursor:pointer;text-align:center;background:0 0;border-radius:10px;margin-bottom:8px;padding:11px;font-family:inherit;font-size:14px;font-weight:500;transition:background .1s,border-color .1s;display:block}.fa-secondary-btn:hover{background:var(--cream);border-color:var(--ink-soft)}.fa-ghost-btn{width:100%;color:var(--ink-muted);cursor:pointer;text-align:center;background:0 0;border:none;margin-bottom:16px;padding:8px;font-family:inherit;font-size:13px;display:block}.fa-ghost-btn:hover{color:var(--ink-soft)}.fa-inline-link{color:var(--navy-light);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:600;text-decoration:underline}.fa-privacy-note{color:var(--ink-muted);text-align:center;font-size:12px;line-height:1.6}.fa-error{background:var(--error-bg);border:1.5px solid var(--error-border);color:var(--error-text);border-radius:8px;margin-bottom:14px;padding:11px 14px;font-size:13px;font-weight:500;line-height:1.5}.fa-warning{background:var(--warning-bg);border:1.5px solid var(--warning-border);color:var(--warning-text);border-radius:8px;margin-bottom:14px;padding:11px 14px;font-size:13px;font-weight:500;line-height:1.55}.fa-rec-list{flex-direction:column;gap:12px;display:flex}.fa-rec-card{background:var(--white);border:1.5px solid var(--border);border-radius:12px;padding:20px 22px;transition:border-color .15s,box-shadow .15s}.fa-rec-card:hover{border-color:var(--navy-light);box-shadow:0 4px 20px #0d1f3c1a}.fa-rec-top{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:8px;display:flex}.fa-rec-name{color:var(--navy);flex:1;font-size:15px;font-weight:700}.fa-conf-badge{white-space:nowrap;border:1.5px solid;border-radius:20px;flex-shrink:0;padding:3px 10px;font-size:11px;font-weight:700}.fa-conf-high{color:#1a6641;background:#edfaf3;border-color:#7dd9ab}.fa-conf-medium{color:#7a5200;background:#fefbf0;border-color:#f5d77a}.fa-conf-low{background:var(--cream);color:var(--ink-muted);border-color:var(--border)}.fa-rec-reason{color:var(--ink-soft);margin-bottom:14px;font-size:13px;line-height:1.6}.fa-rec-select{color:var(--white);background:var(--navy);cursor:pointer;border:none;border-radius:20px;padding:7px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:background .12s}.fa-rec-select:hover{background:var(--navy-mid)}.fa-rec-select:disabled{opacity:.4;cursor:not-allowed}.fa-summary-box{background:var(--cream);border:1.5px solid var(--border);border-radius:10px;margin-bottom:18px;padding:16px}.fa-summary-label{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:7px;font-size:10px;font-weight:700}.fa-summary-text{color:var(--ink-mid);font-size:14px;line-height:1.65}.fa-fill-bar-row{margin-bottom:16px}.fa-fill-track{background:var(--border);border-radius:3px;height:5px;margin-bottom:8px;overflow:hidden}.fa-fill-fill{background:var(--navy);border-radius:3px;height:100%;transition:width .4s}.fa-fill-label{color:var(--ink-soft);font-size:13px;font-weight:500}.fa-preview-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:18px;display:grid}.fa-pf{flex-direction:column;gap:5px;display:flex}.fa-pf-full{grid-column:1/-1}.fa-pf-label{color:var(--ink-muted);letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:700}.fa-required{color:#b91c1c}.fa-pf-input{border:1.5px solid var(--border);background:var(--white);color:var(--ink);border-radius:8px;width:100%;padding:9px 12px;font-family:inherit;font-size:14px;transition:border-color .15s}.fa-pf-input:focus{border-color:var(--navy-mid);outline:none;box-shadow:0 0 0 3px #1a345814}.fa-pf-input::placeholder{color:var(--ink-muted)}.fa-pf-input option{background:var(--white);color:var(--ink)}.fa-pf-input.filled{color:#1a4a30;background:#edfaf3;border-color:#7dd9ab}.fa-checklist{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.fa-check-row{background:var(--cream);border:1.5px solid var(--border);color:var(--ink-mid);border-radius:8px;align-items:center;gap:11px;padding:12px 14px;font-size:14px;font-weight:500;display:flex}.fa-check-icon{color:var(--border);text-align:center;width:18px;font-size:14px}.fa-check-icon.done{color:#1a6641;font-weight:700}.fa-check-pending{color:var(--ink-muted)}.fa-reminder-box{border-top:1.5px solid var(--border-light);margin-top:20px;padding-top:18px}.fa-reminder-label{text-transform:uppercase;letter-spacing:.08em;color:var(--ink-muted);margin-bottom:7px;font-size:10px;font-weight:700}.fa-reminder-text{color:var(--ink-soft);font-size:13px;line-height:1.65}.fa-step-item.has-banner{cursor:default;position:relative}.fa-step-banner{transform-origin:top;opacity:0;pointer-events:none;z-index:200;background:#161f2e;border:1px solid #ffffff14;border-radius:14px;width:480px;padding:28px 28px 24px;transition:transform .35s cubic-bezier(.34,1.3,.64,1),opacity .25s;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)scaleY(.05)translateY(-40px);box-shadow:0 20px 60px #00000073}.fa-step-item.has-banner:hover .fa-step-banner,.fa-step-item.has-banner:focus-within .fa-step-banner{opacity:1;pointer-events:auto;transform:translate(-50%)scaleY(1)translateY(0)}.fa-step-banner:before{content:"";background:#161f2e;border-top:1px solid #ffffff14;border-left:1px solid #ffffff14;width:14px;height:14px;position:absolute;top:-7px;left:50%;transform:translate(-50%)rotate(45deg)}.fa-banner-grid{grid-template-columns:1fr 1fr;gap:20px 24px;display:grid}.fa-banner-item{flex-direction:column;gap:6px;display:flex}.fa-banner-icon{background:#e8501a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:4px;display:flex}.fa-banner-icon svg{stroke:#fff;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.fa-banner-title{color:#fff;font-size:14px;font-weight:700}.fa-banner-desc{color:#ffffff9e;font-size:12px;line-height:1.55}.fa-faq-section{background:var(--navy);padding:80px 0 96px}.fa-faq-inner{max-width:820px;margin:0 auto;padding:0 48px}.fa-faq-header{margin-bottom:48px}.fa-faq-title{color:var(--white);letter-spacing:-.3px;margin:8px 0 12px;font-family:DM Serif Display,Georgia,serif;font-size:2.2rem;font-weight:400}.fa-faq-subtitle{color:#fff9;margin:0;font-size:16px;line-height:1.6}.fa-faq-list{border-top:1px solid #ffffff1f;flex-direction:column;gap:0;display:flex}.fa-faq-item{border-bottom:1px solid #ffffff1f}.fa-faq-q{cursor:pointer;width:100%;color:var(--white);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:flex-start;gap:16px;margin:0;padding:22px 4px;font-family:inherit;font-size:16px;font-weight:600;line-height:1.45;transition:color .15s;display:flex}.fa-faq-q:hover{color:#fffc}.fa-faq-chevron{color:#ffffff80;flex-shrink:0;margin-top:1px;font-size:22px;font-weight:300;line-height:1}.fa-faq-item.open .fa-faq-chevron{color:var(--white)}.fa-faq-a{color:#ffffffb8;padding:0 4px 24px;font-size:15px;line-height:1.7}.bbc-header{margin-bottom:44px}.bbc-card{background:var(--cat-light,#f0f4f8);cursor:pointer;text-align:left;border:1.5px solid #0000;border-radius:12px;align-items:center;gap:14px;padding:18px 20px;font-family:inherit;transition:border-color .18s,box-shadow .18s,transform .14s;display:flex;position:relative;overflow:hidden}.bbc-card:before{content:"";background:var(--cat-color,#1a3458);border-radius:4px 0 0 4px;width:4px;position:absolute;top:0;bottom:0;left:0}.bbc-card:hover{border-color:var(--cat-color,#1a3458);transform:translateY(-2px);box-shadow:0 6px 24px #0000001a}.bbc-card-icon{flex-shrink:0;font-size:22px}.bbc-card-body{flex:1;min-width:0}.bbc-card-label{color:var(--cat-color,#1a3458);margin-bottom:2px;font-size:14px;font-weight:700}.bbc-card-arrow{color:var(--cat-color,#1a3458);opacity:.5;font-size:16px;transition:opacity .15s,transform .15s}.pf-section{background:var(--cream);border-top:1px solid var(--border);padding:72px 0 80px}.pf-inner{max-width:1100px;margin:0 auto;padding:0 48px}.pf-header{margin-bottom:32px}.pf-title{color:var(--navy);letter-spacing:-.3px;margin:8px 0 10px;font-family:DM Serif Display,Georgia,serif;font-size:2rem;font-weight:400}.pf-subtitle{color:var(--ink-soft);margin:0;font-size:15px;line-height:1.6}.pf-dropdown-wrap{max-width:640px;position:relative}.pf-dropdown-trigger{background:var(--white);width:100%;color:var(--navy);border:1.5px solid var(--border);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;padding:16px 22px;font-family:inherit;font-size:15px;font-weight:600;transition:border-color .15s,box-shadow .15s;display:flex}.pf-dropdown-trigger:hover,.pf-dropdown-trigger.open{border-color:var(--navy-mid);box-shadow:0 4px 16px #0d1f3c14}.pf-chevron{color:var(--ink-muted);font-size:11px}.pf-dropdown-panel{background:var(--white);border:1.5px solid var(--border);z-index:50;border-radius:14px;max-height:480px;padding:12px 0;animation:.2s dropDown;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 20px 60px #0d1f3c26}@keyframes dropDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.pf-group{border-bottom:1px solid var(--border-light);padding:8px 0}.pf-group:last-child{border-bottom:none}.pf-group-label{letter-spacing:.07em;text-transform:uppercase;align-items:center;gap:7px;padding:6px 20px 4px;font-size:11px;font-weight:800;display:flex}.pf-form-link{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:10px 20px;font-family:inherit;transition:background .1s;display:flex}.pf-form-link:hover{background:var(--cream)}.pf-form-short{color:var(--navy);white-space:nowrap;background:var(--cream);border-radius:5px;flex-shrink:0;padding:2px 8px;font-size:12px;font-weight:700}.pf-form-desc{color:var(--ink-soft);flex:1;font-size:13px}.pf-form-arrow{color:var(--ink-muted);flex-shrink:0;font-size:14px}.cp-shell{background:var(--cream);min-height:100vh}.cp-hero{background:var(--cat-color,var(--navy));padding:52px 0 60px}.cp-hero-inner{max-width:900px;margin:0 auto;padding:0 48px}.cp-back{color:#ffffffd9;cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:20px;align-items:center;gap:6px;margin-bottom:28px;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s;display:inline-flex}.cp-back:hover{background:#fff3}.cp-hero-icon{margin-bottom:14px;font-size:42px}.cp-hero-title{color:#fff;letter-spacing:-.4px;margin:0 0 12px;font-family:DM Serif Display,Georgia,serif;font-size:2.4rem;font-weight:400}.cp-hero-desc{color:#ffffffc7;max-width:560px;margin:0 0 20px;font-size:16px;line-height:1.65}.cp-hero-badge{color:#ffffffe6;background:#ffffff26;border:1px solid #ffffff40;border-radius:20px;padding:5px 14px;font-size:13px;font-weight:600;display:inline-flex}.cp-body{padding:56px 0 80px}.cp-body-inner{max-width:900px;margin:0 auto;padding:0 48px}.cp-list-title{color:var(--navy);margin:0 0 28px;font-family:DM Serif Display,Georgia,serif;font-size:1.5rem;font-weight:400}.cp-empty{color:var(--ink-muted);padding:32px 0;font-size:15px}.cp-form-list{flex-direction:column;gap:0;display:flex}.cp-form-row{border-bottom:1px solid var(--border-light);align-items:flex-start;gap:20px;padding:24px 0;display:flex}.cp-form-row:first-child{border-top:1px solid var(--border-light)}.cp-form-num{background:var(--cream-dark);border:1.5px solid var(--border);width:32px;height:32px;color:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:13px;font-weight:700;display:flex}.cp-form-info{flex:1;min-width:0}.cp-form-name{color:var(--navy);margin-bottom:6px;font-size:15px;font-weight:700;line-height:1.4}.cp-form-meta{align-items:center;gap:10px;margin-bottom:8px;display:flex}.cp-form-agency{color:var(--ink-muted);font-size:12px;font-weight:500}.cp-popular-badge{color:#b7791f;background:#fef9e7;border:1px solid #f6d860;border-radius:20px;padding:2px 8px;font-size:10px;font-weight:700}.cp-form-desc{color:var(--ink-soft);font-size:13px;line-height:1.55}.cp-form-btn{background:var(--navy);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;flex-shrink:0;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s}.cp-form-btn:hover{background:var(--navy-mid)}.cp-not-found{text-align:center;color:var(--ink-soft);flex-direction:column;align-items:center;gap:20px;padding:80px 24px;display:flex}.fd-left{padding-top:44px}.fd-back{color:var(--ink-muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:20px;align-items:center;gap:6px;margin-bottom:20px;padding:5px 12px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s;display:inline-flex}.fd-back:hover{background:var(--cream-dark)}.fd-badge-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.fd-cat-badge{border-radius:20px;padding:4px 12px;font-size:12px;font-weight:700}.fd-popular-badge{color:#b7791f;background:#fef9e7;border:1px solid #f6d860;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:700}.fd-title{color:var(--navy);letter-spacing:-.3px;margin:0 0 16px;font-family:DM Serif Display,Georgia,serif;font-size:2rem;font-weight:400;line-height:1.25}.fd-lead{color:var(--ink-soft);margin:0 0 32px;font-size:16px;line-height:1.7}.fd-fill-btn{color:#fff;cursor:pointer;background:#e8501a;border:none;border-radius:10px;width:100%;margin-bottom:20px;padding:14px;font-family:inherit;font-size:16px;font-weight:700;transition:background .15s;display:block}.fd-fill-btn-card{background:var(--navy);margin-bottom:12px}.fd-section-title{color:var(--navy);border-top:1px solid var(--border-light);margin:0 0 14px;padding-top:32px;font-size:18px;font-weight:700}.fd-section-title:first-of-type{border-top:none;padding-top:0}.fd-specs-table{border:1.5px solid var(--border);border-radius:10px;flex-direction:column;gap:0;margin-bottom:8px;display:flex;overflow:hidden}.fd-spec-row{border-bottom:1px solid var(--border-light);padding:12px 16px;display:flex}.fd-spec-row:nth-child(2n){background:var(--cream)}.fd-spec-key{color:var(--ink-muted);flex-shrink:0;width:140px;font-size:13px;font-weight:600}.fd-spec-val{color:var(--navy);flex:1;font-size:13px;font-weight:500}.fd-right{flex-direction:column;gap:16px;padding-top:44px;display:flex;position:sticky;top:80px}.fd-preview-agency{color:var(--ink-muted);font-size:12px}.fd-preview-title{color:var(--ink-mid);margin-bottom:16px;font-size:13px;font-weight:500;line-height:1.5}.fd-preview-divider{background:var(--border-light);height:1px;margin-bottom:16px}.fd-preview-row{justify-content:space-between;align-items:center;font-size:13px;display:flex}.fd-preview-key{color:var(--ink-muted);font-weight:500}.fd-preview-val{color:var(--navy);font-weight:600}.fd-card-note{color:var(--ink-muted);text-align:center;margin:0;font-size:11px;line-height:1.5}.fd-also-title{color:var(--navy);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;font-size:13px;font-weight:700}.fd-also-short{color:var(--navy);background:var(--cream);white-space:nowrap;border-radius:4px;padding:2px 7px;font-size:11px;font-weight:700}.fd-also-view-all{background:var(--cream);border:1px solid var(--border);width:100%;color:var(--navy);cursor:pointer;text-align:center;border-radius:8px;margin-top:12px;padding:9px;font-family:inherit;font-size:13px;font-weight:600;transition:background .1s;display:block}.fd-also-view-all:hover{background:var(--cream-dark)}@media (width<=900px){.fa-split-container{flex-direction:column;height:auto;overflow:visible}.fa-left{padding:36px 28px 40px}.fa-right{box-shadow:none;width:100%!important;min-width:unset!important;max-width:unset!important}.fa-drag-handle{display:none}.fa-h1{font-size:1.8rem}.fa-steps-bar,.fa-nav{padding:0 24px}.fa-preview-grid{grid-template-columns:1fr}.fa-pf-full{grid-column:1}.fa-faq-inner{padding:0 28px}.fa-faq-title{font-size:1.7rem}.modal-card{padding:32px 24px}.name-row{grid-template-columns:1fr}.fa-nav-name{display:none}.bbc-grid{grid-template-columns:repeat(2,1fr)}.bbc-inner,.pf-inner{padding:0 24px}.fd-body{grid-template-columns:1fr;padding:0 24px 60px}.fd-right{position:static}.cp-hero-inner,.cp-body-inner{padding:0 24px}}@media (width<=560px){.bbc-grid{grid-template-columns:1fr}}.fa-trust-section{flex-direction:column;gap:20px;display:flex}.fa-stat-row{background:var(--navy);border-radius:14px;align-items:center;gap:0;margin-bottom:4px;padding:22px 28px;display:flex}.fa-stat{text-align:center;flex:1}.fa-stat-num{color:#fff;margin-bottom:5px;font-family:DM Serif Display,Georgia,serif;font-size:2rem;font-weight:400;line-height:1}.fa-stat-label{color:#fff9;font-size:12px;font-weight:500}.fa-stat-divider{background:#ffffff26;flex-shrink:0;width:1px;height:40px}.fa-ethos-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.fa-ethos-card{background:var(--white);border:1.5px solid var(--border);border-radius:12px;flex-direction:column;gap:10px;padding:18px 20px;transition:border-color .15s,box-shadow .15s;display:flex}.fa-ethos-card:hover{border-color:var(--navy-light);box-shadow:0 4px 16px #0d1f3c14}.fa-ethos-icon{background:var(--cream);border:1.5px solid var(--border);width:36px;height:36px;color:var(--navy);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.fa-ethos-icon svg{width:18px;height:18px}.fa-ethos-body{flex-direction:column;gap:5px;display:flex}.fa-ethos-title{color:var(--navy);font-size:13px;font-weight:700}.fa-ethos-desc{color:var(--ink-soft);font-size:12px;line-height:1.55}.fa-ethos-link{color:var(--navy-light);text-underline-offset:2px;margin-top:2px;font-size:12px;font-weight:600;text-decoration:underline;display:inline-block}.fa-ethos-link:hover{color:var(--navy)}.sec-shell{background:#f8f7f4;min-height:100vh}.sec-hero{background:var(--navy);padding:64px 0 72px}.sec-hero-inner{max-width:860px;margin:0 auto;padding:0 48px}.sec-hero-title{color:#fff;letter-spacing:-.4px;margin:12px 0 16px;font-family:DM Serif Display,Georgia,serif;font-size:2.8rem;font-weight:400;line-height:1.2}.sec-hero-sub{color:#ffffffb8;max-width:600px;margin:0 0 28px;font-size:17px;line-height:1.7}.sec-hero-badges{flex-wrap:wrap;gap:8px;display:flex}.sec-badge{color:#ffffffe0;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:5px 14px;font-size:12px;font-weight:600}.sec-section{background:#fff;padding:72px 0 80px}.sec-section-alt{background:#f8f7f4}.sec-inner{max-width:1060px;margin:0 auto;padding:0 48px}.sec-section-title{color:var(--navy);text-align:center;letter-spacing:-.3px;margin:0 0 12px;font-family:DM Serif Display,Georgia,serif;font-size:2rem;font-weight:400}.sec-section-sub{color:var(--ink-soft);text-align:center;max-width:600px;margin:0 auto 52px;font-size:15px;line-height:1.65}.sec-feature-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.sec-feature-card{border:1.5px solid var(--border);background:#f8f7f4;border-radius:16px;padding:28px 28px 26px}.sec-feature-icon{background:var(--navy);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;display:flex}.sec-feature-icon svg{stroke:#fff;width:22px;height:22px}.sec-feature-title{color:var(--navy);margin:0 0 10px;font-size:17px;font-weight:700}.sec-feature-desc{color:var(--ink-soft);margin:0;font-size:14px;line-height:1.7}.sec-rating-section{background:var(--navy);padding:72px 0}.sec-rating-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;grid-template-columns:220px 1fr;align-items:start;gap:48px;padding:44px 48px;display:grid}.sec-rating-left{text-align:center}.sec-rating-stars{color:#fbbf24;letter-spacing:2px;margin-bottom:8px;font-size:28px}.sec-rating-score{color:#fff;margin-bottom:8px;font-family:DM Serif Display,Georgia,serif;font-size:3rem;font-weight:400;line-height:1}.sec-rating-source{color:#ffffff80;font-size:13px;font-weight:500}.sec-rating-title{color:#fff;margin:0 0 12px;font-family:DM Serif Display,Georgia,serif;font-size:1.7rem;font-weight:400}.sec-rating-desc{color:#ffffffad;margin:0 0 24px;font-size:14px;line-height:1.65}.sec-rating-criteria{flex-direction:column;gap:10px;display:flex}.sec-criterion{color:#fffc;background:#ffffff12;border-radius:8px;align-items:center;gap:14px;padding:10px 14px;font-size:13px;display:flex}.sec-criterion-score{color:#86efac;min-width:36px;font-size:14px;font-weight:700}.sec-compliance-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.sec-compliance-card{border:1.5px solid var(--border);background:#fff;border-radius:14px;padding:24px 22px}.sec-compliance-badge{margin-bottom:12px;font-size:28px;display:block}.sec-compliance-title{color:var(--navy);margin:0 0 8px;font-size:15px;font-weight:700}.sec-compliance-desc{color:var(--ink-soft);margin:0;font-size:13px;line-height:1.6}.sec-cta-section{background:var(--cream);border-top:1px solid var(--border);padding:72px 0}.sec-cta-inner{text-align:center}.sec-cta-title{color:var(--navy);margin:0 0 12px;font-family:DM Serif Display,Georgia,serif;font-size:2rem;font-weight:400}.sec-cta-sub{color:var(--ink-soft);margin:0 0 28px;font-size:16px;line-height:1.6}.sec-cta-btn{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:14px 32px;font-family:inherit;font-size:15px;font-weight:600;transition:background .15s;display:inline-block}.sec-cta-btn:hover{background:var(--navy-mid)}@media (width<=900px){.fa-ethos-grid{grid-template-columns:1fr}.fa-stat-row{padding:18px 20px}.fa-stat-num{font-size:1.6rem}.sec-feature-grid{grid-template-columns:1fr}.sec-compliance-grid{grid-template-columns:1fr 1fr}.sec-rating-card{grid-template-columns:1fr;gap:24px}.sec-hero-inner,.sec-inner{padding:0 24px}.sec-hero-title{font-size:2rem}}@media (width<=600px){.sec-compliance-grid{grid-template-columns:1fr}}.fd-download-official{background:var(--success-bg);width:100%;color:var(--success-text);border:1.5px solid var(--success-border);text-align:center;border-radius:10px;margin-bottom:8px;padding:11px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s;display:block}.fd-official-link{text-align:center;color:var(--ink-muted);padding:6px 0;font-size:12px;text-decoration:none;transition:color .15s;display:block}.fd-official-link:hover{color:var(--navy);text-decoration:underline}.fd-pdf-panel{background:var(--white);border:1.5px solid var(--border);border-radius:14px;overflow:hidden}.fd-pdf-panel-header{border-bottom:1px solid var(--border-light);background:var(--cream);justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.fd-pdf-panel-title{color:var(--navy);text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:700}.fd-pdf-open-link:hover{text-decoration:underline}.fd-pdf-embed-wrap{background:#3a3a3a;width:100%;height:520px;position:relative}.fd-pdf-fallback{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:200px;padding:40px 28px;display:flex}.fd-pdf-fallback-name{color:var(--navy);font-size:14px;font-weight:600;line-height:1.4}.fd-pdf-fallback-sub{color:var(--ink-muted);font-size:13px;line-height:1.5}.fd-pdf-fallback-btn{background:var(--navy);color:#fff;border-radius:8px;margin-top:8px;padding:10px 20px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.fd-pdf-fallback-btn:hover{background:var(--navy-mid)}.fd-right{position:static!important;overflow-y:visible!important}@media (width<=900px){.fd-pdf-embed-wrap{height:360px}}.ff-shell{background:var(--cream);min-height:100vh}.ff-progress-bar{background:var(--white);border-bottom:1px solid var(--border);justify-content:center;align-items:center;gap:0;padding:18px 48px;display:flex;position:relative}.ff-progress-step{color:var(--ink-muted);z-index:1;align-items:center;gap:9px;padding:0 24px;font-size:13px;font-weight:500;display:flex}.ff-progress-step.active{color:var(--navy);font-weight:700}.ff-progress-step.done{color:#1a6641}.ff-progress-dot{border:2px solid var(--border);background:var(--white);width:26px;height:26px;color:var(--ink-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.ff-progress-step.active .ff-progress-dot{background:var(--navy);color:#fff;border-color:var(--navy)}.ff-progress-step.done .ff-progress-dot{color:#fff;background:#1a6641;border-color:#1a6641}.ff-progress-line{background:var(--border);z-index:0;height:1px;position:absolute;top:50%;transform:translateY(-50%)}.ff-body{max-width:900px;margin:0 auto;padding:44px 48px 80px}.ff-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:36px;padding-bottom:28px;display:flex}.ff-title{color:var(--navy);letter-spacing:-.3px;margin:6px 0 10px;font-family:DM Serif Display,Georgia,serif;font-size:1.9rem;font-weight:400}.ff-subtitle{color:var(--ink-soft);margin:0;font-size:15px;line-height:1.65}.ff-fill-stat{flex-direction:column;gap:6px;min-width:200px;display:flex}.ff-fill-bar-track{background:var(--border);border-radius:3px;height:5px;overflow:hidden}.ff-fill-bar{background:var(--navy);border-radius:3px;height:100%;transition:width .3s}.ff-fill-stat span{color:var(--ink-muted);font-size:12px}.ff-mode-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px;display:grid}.ff-mode-card{background:var(--white);border:2px solid var(--border);cursor:pointer;text-align:left;border-radius:16px;flex-direction:column;gap:8px;padding:28px 24px;font-family:inherit;transition:border-color .15s,box-shadow .15s,transform .12s;display:flex}.ff-mode-card:hover{border-color:var(--navy);transform:translateY(-2px);box-shadow:0 6px 24px #0d1f3c1a}.ff-mode-icon{background:var(--navy);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:4px;display:flex}.ff-mode-icon svg{stroke:#fff;width:22px;height:22px}.ff-mode-card h3{color:var(--navy);margin:0;font-size:17px;font-weight:700}.ff-mode-card p{color:var(--ink-soft);flex:1;margin:0;font-size:13px;line-height:1.6}.ff-mode-badge{color:var(--navy);background:#dde8f5;border-radius:20px;width:fit-content;margin-top:4px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.ff-mode-badge-manual{background:var(--cream-dark);color:var(--ink-mid)}.ff-upload-section{flex-direction:column;gap:16px;display:flex}.ff-back-link{color:var(--ink-muted);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:500}.ff-back-link:hover{color:var(--navy)}.ff-drop-zone{border:2px dashed var(--border);text-align:center;cursor:pointer;background:var(--white);border-radius:14px;flex-direction:column;align-items:center;gap:10px;padding:52px 32px;transition:border-color .15s,background .15s;display:flex}.ff-drop-zone:hover,.ff-drop-zone.drag-over{border-color:var(--navy);background:#f0f4f9}.ff-drop-zone.has-file{background:#edfaf3;border-style:solid;border-color:#7dd9ab}.ff-drop-icon{width:52px;height:52px;color:var(--ink-muted)}.ff-drop-icon svg{width:52px;height:52px}.ff-drop-label{color:var(--ink-mid);font-size:15px;font-weight:500}.ff-drop-label span{color:var(--navy);font-weight:700;text-decoration:underline}.ff-drop-types{color:var(--ink-muted);font-size:12px}.ff-drop-file-icon{font-size:40px}.ff-drop-filename{color:#1a6641;font-size:15px;font-weight:700}.ff-drop-filesize{color:var(--ink-muted);font-size:12px}.ff-upload-privacy{color:var(--ink-muted);align-items:center;gap:7px;font-size:12px;line-height:1.5;display:flex}.ff-form-section{flex-direction:column;gap:24px;display:flex}.ff-fields-grid{grid-template-columns:1fr 1fr;gap:18px 24px;display:grid}.ff-field{flex-direction:column;gap:6px;display:flex}.ff-field-full{grid-column:1/-1}.ff-field-label{color:var(--ink-mid);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:6px;font-size:12px;font-weight:700;display:flex}.ff-required{color:#b91c1c}.ff-sensitive-tag{color:#6b4f0b;text-transform:none;letter-spacing:0;background:#fef9e7;border:1px solid #f6d860;border-radius:10px;padding:1px 7px;font-size:10px;font-weight:600}.ff-input{border:1.5px solid var(--border);background:var(--white);color:var(--ink);border-radius:10px;width:100%;padding:11px 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.ff-input:focus{border-color:var(--navy);outline:none;box-shadow:0 0 0 3px #0d1f3c14}.ff-input::placeholder{color:var(--ink-muted)}.ff-input.filled{background:#edfaf3;border-color:#7dd9ab}.ff-input option{background:var(--white)}.ff-save-section{margin:8px 0}.ff-save-card{background:var(--white);border:1.5px solid var(--border);border-radius:12px;flex-direction:column;gap:14px;padding:18px 20px;display:flex}.ff-save-header{align-items:center;gap:14px;display:flex}.ff-save-toggle{cursor:pointer;flex-shrink:0;width:42px;height:24px;display:inline-block;position:relative}.ff-save-toggle input{opacity:0;width:0;height:0}.ff-save-slider{background:var(--border);border-radius:24px;transition:background .2s;position:absolute;inset:0}.ff-save-slider:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.ff-save-toggle input:checked+.ff-save-slider{background:var(--navy)}.ff-save-toggle input:checked+.ff-save-slider:before{transform:translate(18px)}.ff-save-label{color:var(--navy);margin-bottom:2px;font-size:14px;font-weight:600}.ff-save-note{color:var(--ink-soft);background:var(--cream);border:1px solid var(--border-light);border-radius:8px;align-items:flex-start;gap:8px;padding:10px 14px;font-size:12px;line-height:1.55;display:flex}.ff-preview-btn{max-width:360px}.ff-preview-summary{background:var(--white);border:1.5px solid var(--border);border-radius:10px;margin-bottom:20px;padding:16px 20px}.ff-preview-actions-top{flex-shrink:0;align-items:center;gap:10px;display:flex}.ff-pdf-preview-wrap{border:1.5px solid var(--border);border-radius:12px;margin-bottom:24px;overflow:hidden}.ff-pdf-preview-header{background:var(--cream);border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:12px 18px;display:flex}.ff-pdf-preview-label{color:var(--navy);font-size:13px;font-weight:700}.ff-pdf-open:hover{text-decoration:underline}.ff-pdf-iframe{background:#3a3a3a;border:none;width:100%;height:600px;display:block}.ff-quick-edit{background:var(--white);border:1.5px solid var(--border);border-radius:12px;margin-bottom:24px;overflow:hidden}.ff-quick-edit-toggle{color:var(--navy);cursor:pointer;align-items:center;padding:16px 20px;font-size:14px;font-weight:600;list-style:none;display:flex}.ff-quick-edit-toggle::-webkit-details-marker{display:none}.ff-quick-edit .ff-fields-grid{padding:0 20px 20px}.ff-preview-bottom-actions{align-items:center;gap:12px;display:flex}.ff-done-badge{color:#1a6641;background:#edfaf3;border:1px solid #7dd9ab;border-radius:20px;margin-bottom:10px;padding:5px 14px;font-size:13px;font-weight:700;display:inline-flex}.ff-deliver-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:28px;display:grid}.ff-deliver-card{background:var(--white);border:2px solid var(--border);cursor:pointer;border-radius:14px;flex-direction:column;gap:8px;padding:24px;transition:border-color .15s,box-shadow .15s;display:flex}.ff-deliver-card:hover{border-color:var(--navy);box-shadow:0 4px 16px #0d1f3c14}.ff-deliver-card.selected{border-color:var(--navy);box-shadow:0 0 0 3px #0d1f3c1a}.ff-deliver-icon{border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:4px;display:flex}.ff-deliver-icon svg{width:22px;height:22px}.ff-deliver-card h3{color:var(--navy);margin:0;font-size:16px;font-weight:700}.ff-deliver-card p{color:var(--ink-soft);margin:0;font-size:13px;line-height:1.6}.ff-deliver-action{flex-direction:column;gap:10px;margin-bottom:24px;display:flex}.ff-download-big{color:#fff;background:#0f6e46;border-radius:10px;justify-content:center;align-items:center;gap:10px;max-width:400px;padding:16px 28px;font-size:16px;font-weight:700;text-decoration:none;transition:background .15s;display:flex}.ff-download-big:hover{background:#0b5a39}.ff-deliver-note{color:var(--ink-muted);font-size:12px}.ff-deliver-note code{background:var(--cream);border-radius:4px;padding:1px 6px;font-size:11px}.ff-email-row{align-items:center;gap:10px;max-width:480px;display:flex}.ff-email-sent{background:#edfaf3;border:1.5px solid #7dd9ab;border-radius:12px;flex-direction:column;align-items:flex-start;gap:6px;max-width:400px;padding:20px;display:flex}.ff-email-sent-icon{font-size:28px}.ff-email-sent-title{color:#1a6641;font-size:16px;font-weight:700}.ff-email-sent-sub{color:#2d5a3d;font-size:13px;line-height:1.5}.ff-deliver-also{flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:28px;display:flex}.ff-preview-again{color:var(--navy-light);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:600;text-decoration:underline}.ff-preview-again:hover{color:var(--navy)}.ff-reminder{background:var(--warning-bg);border:1.5px solid var(--warning-border);color:var(--warning-text);border-radius:10px;align-items:flex-start;gap:10px;margin-top:8px;padding:14px 16px;font-size:13px;line-height:1.55;display:flex}.ff-reminder svg{stroke:var(--warning-text);flex-shrink:0;margin-top:1px}@media (width<=860px){.ff-body{padding:28px 24px 60px}.ff-header{flex-direction:column}.ff-mode-grid,.ff-deliver-grid,.ff-fields-grid{grid-template-columns:1fr}.ff-field-full{grid-column:1}.ff-pdf-iframe{height:400px}.ff-preview-actions-top{flex-direction:column;width:100%}.ff-preview-bottom-actions{flex-direction:column}.ff-progress-bar{gap:0;padding:14px 20px}.ff-progress-step{padding:0 10px;font-size:11px}}.ff-pdf-fallback-inline{text-align:center;background:#f5f5f5;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:60px 32px;display:flex}.ff-split-screen{grid-template-columns:380px 1fr;height:calc(100vh - 62px);display:grid;overflow:hidden}.ff-split-left{border-right:1px solid var(--border);background:var(--white);flex-direction:column;display:flex;overflow:hidden}.ff-split-left-header{border-bottom:1px solid var(--border-light);background:var(--cream);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 18px;display:flex}.ff-split-form-title{border-bottom:1px solid var(--border-light);flex-shrink:0;padding:12px 18px 8px}.ff-fields-scroll{flex:1;padding:8px 0;overflow-y:auto}.ff-field-row{cursor:pointer;border-left:3px solid #0000;flex-direction:column;gap:4px;padding:10px 18px;transition:background .1s,border-color .1s;display:flex}.ff-field-row:hover{background:var(--cream)}.ff-field-row.active{border-left-color:var(--navy);background:#eef4ff}.ff-field-row.filled{border-left-color:#7dd9ab}.ff-field-row.filled.active{border-left-color:var(--navy)}.ff-field-label-inline{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:5px;font-size:11px;font-weight:700;display:flex}.ff-input-inline{border:1.5px solid var(--border);background:var(--white);color:var(--ink);border-radius:7px;width:100%;padding:8px 10px;font-family:inherit;font-size:14px;transition:border-color .12s}.ff-input-inline:focus{border-color:var(--navy);outline:none;box-shadow:0 0 0 3px #0d1f3c14}.ff-input-inline::placeholder{color:var(--ink-muted)}.ff-input-inline.filled{background:#edfaf3;border-color:#7dd9ab}.ff-input-inline option{background:var(--white)}.ff-mapped-tag{opacity:.7;cursor:default;font-size:10px}.ff-split-bottom{border-top:1px solid var(--border-light);background:var(--cream);flex-shrink:0;padding:14px 18px}.ff-save-row{align-items:center;gap:10px;margin-bottom:4px;display:flex}.ff-save-label{color:var(--navy);font-size:13px;font-weight:600}.ff-save-sub{color:var(--ink-muted);font-size:12px}.ff-split-right{background:#2b2b2b;flex-direction:column;display:flex;overflow:hidden}.ff-pdf-viewer-header{background:var(--navy);flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 18px;display:flex}.ff-pdf-viewer-title{color:#ffffffe6;font-size:13px;font-weight:600}.ff-pdf-open{color:#ffffffb3;font-size:12px;font-weight:500;text-decoration:none}.ff-pdf-open:hover{color:#fff}.ff-pdf-canvas-wrap{flex-direction:column;flex:1;align-items:center;gap:12px;padding:16px;display:flex;overflow:auto}.ff-pdf-canvas-inner{border-radius:4px;overflow:hidden;box-shadow:0 8px 32px #0006}.ff-pdf-canvas,.ff-pdf-overlay-canvas{max-width:100%;display:block}.ff-pdf-page-nav{background:#ffffff1a;border-radius:20px;flex-shrink:0;align-items:center;gap:14px;padding:6px 16px;display:flex}.ff-pdf-page-nav button{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #fff3;border-radius:16px;margin:0;padding:4px 12px;font-family:inherit;font-size:13px;transition:background .1s}.ff-pdf-page-nav button:hover:not(:disabled){background:#ffffff40}.ff-pdf-page-nav button:disabled{opacity:.35;cursor:not-allowed}.ff-pdf-page-nav span{color:#fffc;font-size:13px}.ff-pdf-legend{color:#ffffff8c;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:16px;font-size:11px;display:flex}.ff-legend-item{align-items:center;gap:5px;display:flex}.ff-legend-dot{border-radius:3px;flex-shrink:0;width:14px;height:14px}.ff-legend-note{color:#fff6;font-size:10px}.ff-pdf-loading{color:#fff9;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;font-size:14px;display:flex}.ff-pdf-no-form{color:#fff9;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.ff-nav-fill-stat{color:#ffffffb3;align-items:center;gap:8px;font-size:12px;display:flex}.ff-upload-split{grid-template-columns:1fr 1fr;gap:28px;margin-top:20px;display:grid}.ff-upload-left{flex-direction:column;gap:14px;display:flex}.ff-upload-right{flex-direction:column;gap:10px;display:flex}.ff-pdf-ref-label{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.07em;font-size:12px;font-weight:700}.ff-pdf-ref-wrap{background:#2b2b2b;border-radius:10px;flex-direction:column;flex:1;align-items:center;gap:10px;padding:12px;display:flex;overflow:hidden}.ff-pdf-ref-wrap canvas{border-radius:2px;max-width:100%;box-shadow:0 4px 16px #0000004d}@media (width<=900px){.ff-split-screen{grid-template-columns:1fr;height:auto;overflow:visible}.ff-split-right{height:420px}.ff-split-left{max-height:60vh}.ff-upload-split{grid-template-columns:1fr}}.bbc-card{background:var(--navy);cursor:pointer;text-align:left;border:1.5px solid #ffffff0f;border-radius:16px;flex-direction:column;gap:10px;min-height:160px;padding:28px 24px 24px;font-family:inherit;transition:transform .18s,background .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.bbc-card:before{content:"";background:var(--cat-color,#3d6aff);opacity:0;height:3px;transition:opacity .18s;position:absolute;top:0;left:0;right:0}.bbc-card:hover{background:#162440;transform:translateY(-3px);box-shadow:0 12px 40px #00000040}.bbc-card:hover:before{opacity:1}.bbc-card:hover .bbc-card-arrow{opacity:1;transform:translate(0)}.bbc-card-icon-wrap{color:#ffffffd9;background:#ffffff14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.bbc-card-arrow{color:#ffffff80;opacity:0;transition:opacity .18s,transform .18s;position:absolute;bottom:20px;right:20px;transform:translate(-4px)}.fa-ethos-section{background:var(--cream);border-top:1px solid var(--border-light);padding:72px 0 80px}.fa-ethos-section-inner{max-width:1200px;margin:0 auto;padding:0 48px}.fa-ethos-section-header{margin-bottom:40px}.fa-ethos-section .fa-ethos-grid{grid-template-columns:repeat(4,1fr);gap:16px}.fa-ethos-section .fa-ethos-card{flex-direction:column;padding:24px}.fa-ethos-section .fa-ethos-icon{background:var(--navy);color:#fff;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:6px;display:flex}.fa-ethos-section .fa-ethos-icon svg{stroke:#fff;width:22px;height:22px}@media (width<=1024px){.bbc-grid,.fa-ethos-section .fa-ethos-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.bbc-grid{grid-template-columns:1fr}.bbc-inner,.fa-ethos-section-inner{padding:0 20px}.fa-ethos-section .fa-ethos-grid{grid-template-columns:1fr}}.fa-menu-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:90;background:#0d1f3cf7;border-bottom:1px solid #ffffff0f;align-items:center;gap:2px;height:48px;padding:0 40px;display:flex;position:sticky;top:0}.fa-menu-item{color:#ffffffa6;cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;gap:4px;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .14s,color .14s;display:flex}.fa-menu-item:hover{color:#fff;background:#ffffff12}.fa-menu-chevron{opacity:.6;font-size:10px}.fa-menu-dropdown{position:relative}.fa-menu-dropdown-panel{z-index:200;background:#0f1c30;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;min-width:210px;padding:8px;display:none;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 20px 60px #00000080}.fa-menu-dropdown:hover .fa-menu-dropdown-panel{display:flex}.fa-menu-dd-item{color:#ffffffbf;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;padding:9px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .12s,color .12s}.fa-menu-dd-item:hover{color:#fff;background:#ffffff12}.fa-piano-wrap{border-radius:18px;flex-direction:column;gap:0;height:100%;display:flex;overflow:hidden;box-shadow:0 24px 80px #0000002e}.fa-piano-tile{cursor:default;flex:1;transition:flex .45s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.fa-piano-tile.hovered{flex:1.6}.fa-piano-tile-1{background:linear-gradient(145deg,#0d1f3c 0%,#162440 60%,#1a2e50 100%);border-bottom:1px solid #ffffff0f;border-radius:18px 18px 0 0}.fa-piano-tile-1:before{content:"";pointer-events:none;background:radial-gradient(at 80% 0,#3d6aff1f 0%,#0000 60%);position:absolute;inset:0}.fa-piano-tile-2{background:linear-gradient(145deg,#101d36 0%,#0f2040 60%,#142236 100%);border-radius:0 0 18px 18px}.fa-piano-tile-2:before{content:"";pointer-events:none;background:radial-gradient(at 20% 100%,#1ab4821a 0%,#0000 60%);position:absolute;inset:0}.fa-piano-content{z-index:1;flex-direction:column;gap:8px;height:100%;padding:24px 24px 20px;display:flex;position:relative;overflow-y:auto}.fa-piano-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#ffffff59;margin-bottom:2px;font-size:10px;font-weight:700}.fa-piano-title{color:#fff;letter-spacing:-.2px;margin:0;font-family:DM Serif Display,Georgia,serif;font-size:1.35rem;font-weight:400;line-height:1.25}.fa-piano-desc{color:#ffffff8c;margin:0;font-size:13px;line-height:1.55}.fa-piano-tile .fa-field-label{color:#ffffff8c;margin-bottom:4px;font-size:11px}.fa-piano-tile .fa-textarea{color:#fff;resize:none;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;padding:10px 12px;font-size:13px}.fa-piano-tile .fa-textarea::placeholder{color:#ffffff4d}.fa-piano-tile .fa-textarea:focus{box-shadow:none;background:#ffffff14;border-color:#ffffff40}.fa-piano-tile .fa-chip{color:#ffffffb3;background:#ffffff12;border:1px solid #ffffff1f;border-radius:20px;padding:4px 11px;font-size:11px}.fa-piano-tile .fa-chip:hover{color:#fff;background:#ffffff24}.fa-piano-tile .fa-consent-row{gap:8px}.fa-piano-tile .fa-consent-label{color:#ffffff73;font-size:11px;line-height:1.5}.fa-piano-tile .fa-cta-btn{color:var(--navy);background:#fff;margin-top:4px;font-weight:700}.fa-piano-tile .fa-cta-btn:hover{background:#f0f4ff}.fa-piano-tile .fa-privacy-note{color:#ffffff4d;text-align:center;margin-top:2px;font-size:10px}.fa-piano-tile .fa-error{color:#fca5a5;background:#dc262626;border:1px solid #dc26264d;border-radius:8px;padding:8px 12px;font-size:12px}.fa-piano-tile .fa-trust-row .fa-trust-badge{color:#fff9;background:#ffffff14;border-color:#ffffff1a}.fa-piano-categories{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.fa-piano-cat-chip{color:#fff9;background:#ffffff12;border:1px solid #ffffff1a;border-radius:20px;padding:4px 12px;font-size:12px}.fa-piano-cta-ghost{color:#fff6;margin-top:auto;padding-top:16px;font-size:14px;font-weight:600;transition:color .2s}.fa-piano-tile-2.hovered .fa-piano-cta-ghost{color:#fffc}.bbc-section{background:#0b1628;border-top:none;padding:72px 0 80px}.bbc-inner{max-width:1200px;margin:0 auto;padding:0 48px}.bbc-header{text-align:left;margin-bottom:40px}.bbc-title{color:#fff;letter-spacing:-.3px;margin:8px 0 10px;font-family:DM Serif Display,Georgia,serif;font-size:2rem;font-weight:400}.bbc-subtitle{color:#ffffff80;margin:0;font-size:15px;line-height:1.6}.fa-eyebrow{color:#fff6!important}.bbc-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.bbc-flip-wrap{perspective:900px;cursor:pointer;height:180px}.bbc-flip-inner{width:100%;height:100%;transform-style:preserve-3d;border-radius:16px;transition:transform .55s cubic-bezier(.4,0,.2,1);position:relative}.bbc-flip-wrap:hover .bbc-flip-inner{transform:rotateY(180deg)}.bbc-card-front{backface-visibility:hidden;background:linear-gradient(145deg, color-mix(in srgb, var(--cat-color,#3d6aff) 22%, #0b1628) 0%, color-mix(in srgb, var(--cat-color,#3d6aff) 12%, #080f1e) 100%);border:1px solid color-mix(in srgb, var(--cat-color,#3d6aff) 35%, transparent);border-radius:16px;flex-direction:column;gap:8px;padding:22px 18px 18px;transition:border-color .2s,box-shadow .2s;display:flex;position:absolute;inset:0;overflow:hidden}.bbc-flip-wrap:hover .bbc-card-front{box-shadow:0 8px 32px color-mix(in srgb, var(--cat-color,#3d6aff) 30%, transparent)}.bbc-card-front:before{content:"";background:var(--cat-color,#3d6aff);opacity:.9;border-radius:16px 16px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.bbc-card-icon-wrap{background:color-mix(in srgb, var(--cat-color,#3d6aff) 25%, #ffffff0d);width:38px;height:38px;color:color-mix(in srgb, var(--cat-color,#3d6aff) 60%, #fff);border-radius:9px;justify-content:center;align-items:center;display:flex}.bbc-card-icon-wrap svg{width:18px;height:18px}.bbc-card-label{color:#fff;flex:1;font-size:14px;font-weight:700;line-height:1.3}.bbc-card-count{color:#ffffff59;font-size:11px;font-weight:500}.bbc-card-arrow{color:#fff3;margin-top:auto}.bbc-card-back{backface-visibility:hidden;background:var(--cat-color,#1a3458);border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;justify-content:center;gap:6px;padding:22px 18px 18px;display:flex;position:absolute;inset:0;overflow:hidden;transform:rotateY(180deg)}.bbc-card-back:before{content:"";pointer-events:none;background:linear-gradient(145deg,#ffffff0f 0%,#0000 60%);border-radius:16px;position:absolute;inset:0}.bbc-card-back-emoji{margin-bottom:2px;font-size:32px}.bbc-card-back-headline{color:#fff;font-size:15px;font-weight:700}.bbc-card-back-sub{color:#fff9;font-size:11px;line-height:1.4}.bbc-card-back-cta{color:#ffffffd9;text-underline-offset:2px;margin-top:8px;font-size:12px;font-weight:700;text-decoration:underline}.fa-ethos-section{background:#0d1829;border-top:1px solid #ffffff0f}.fa-ethos-section .bbc-title{color:#fff}.fa-ethos-section .bbc-subtitle{color:#ffffff80}.fa-ethos-section .fa-ethos-card{background:#131f35;border:1px solid #ffffff12}.fa-ethos-section .fa-ethos-title{color:#fff}.fa-ethos-section .fa-ethos-desc{color:#ffffff8c}.fa-ethos-section .fa-ethos-link{color:#7bb3ff}.fa-stat-num{background:linear-gradient(90deg,#fff 0%,#ffffffb3 40%,#fff 80%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite shimmer}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@media (width<=1100px){.bbc-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.bbc-grid{grid-template-columns:repeat(2,1fr)}.fa-piano-wrap{border-radius:12px}.fa-menu-bar{padding:0 16px}}.fa-tile-pair{grid-template-columns:1fr 1fr;gap:16px;height:100%;padding:4px;display:grid}.fa-tile{border:1.5px solid var(--border);cursor:pointer;background:#fff;border-radius:18px;flex-direction:column;transition:box-shadow .2s,transform .2s,border-color .2s;display:flex;overflow:hidden}.fa-tile:hover{border-color:#0d1f3c33;transform:translateY(-2px);box-shadow:0 12px 40px #0d1f3c1f}.fa-tile-img{flex-shrink:0;justify-content:center;align-items:center;height:180px;display:flex;position:relative;overflow:hidden}.fa-tile-img-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffe6;background:#ffffff26;border:1px solid #fff3;border-radius:20px;align-items:center;gap:5px;padding:4px 11px;font-size:11px;font-weight:700;display:flex;position:absolute;bottom:12px;left:12px}.fa-tile-img-badge-2{background:#ffffff1f}.fa-tile-scene{justify-content:center;align-items:center;width:100%;height:100%;padding:16px;display:flex}.fa-tile-scene-monitor{background:#ffffff14;border:1.5px solid #ffffff26;border-radius:8px;width:100px;height:70px;padding:8px;position:relative;overflow:hidden}.fa-tile-screen-glow{background:radial-gradient(circle,#64a0ff66 0%,#0000 70%);border-radius:50%;width:60px;height:60px;position:absolute;top:-20px;right:-20px}.fa-tile-screen-lines{flex-direction:column;gap:5px;margin-top:4px;display:flex}.fa-tile-screen-lines span{background:#ffffff40;border-radius:2px;height:3px;display:block}.fa-tile-screen-lines span:first-child{width:80%}.fa-tile-screen-lines span:nth-child(2){width:65%}.fa-tile-screen-lines span:nth-child(3){width:75%}.fa-tile-screen-lines span:nth-child(4){width:55%}.fa-tile-scene-docs{gap:-4px;display:flex;position:absolute;bottom:12px;right:20px}.fa-tile-doc{border-radius:4px;width:28px;height:36px;position:absolute}.fa-tile-doc-1{background:#ffffff1f;bottom:0;right:36px;transform:rotate(-8deg)}.fa-tile-doc-2{background:#ffffff2e;bottom:0;right:18px;transform:rotate(-3deg)}.fa-tile-doc-3{background:#ffffff47;bottom:0;right:0}.fa-tile-grid-preview{grid-template-columns:repeat(4,1fr);gap:6px;width:100%;max-width:200px;display:grid}.fa-tile-grid-cell{background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;height:38px;font-size:18px;transition:background .15s;display:flex}.fa-tile:hover .fa-tile-grid-cell{background:#ffffff24}.fa-tile-body{flex-direction:column;flex:1;gap:8px;padding:18px 18px 16px;display:flex}.fa-tile-title{color:var(--navy);margin:0;font-family:DM Serif Display,Georgia,serif;font-size:1.05rem;font-weight:400;line-height:1.3}.fa-tile-desc{color:var(--ink-soft);margin:0;font-size:12px;line-height:1.55}.fa-tile-checks{flex-direction:column;gap:6px;margin:4px 0 0;padding:0;list-style:none;display:flex}.fa-tile-checks li{color:var(--ink-soft);align-items:flex-start;gap:7px;font-size:11.5px;line-height:1.4;display:flex}.fa-tile-checks li>span:first-child{color:#1a7a48;flex-shrink:0;margin-top:1px;font-size:11px;font-weight:700}.fa-tile-checks strong{color:var(--navy);font-weight:700}.fa-tile-cta{color:var(--navy-light);text-underline-offset:2px;margin-top:auto;padding-top:12px;font-size:12px;font-weight:700;text-decoration:underline}.fa-tile:hover .fa-tile-cta{color:var(--navy)}.sp-shell{background:#fff;min-height:100vh}.sp-body{grid-template-columns:1fr 1fr;align-items:start;gap:48px;max-width:1100px;margin:0 auto;padding:48px 48px 80px;display:grid}.sp-photo-card{border:1.5px solid var(--border);background:#fff;border-radius:20px;position:sticky;top:80px;overflow:hidden;box-shadow:0 8px 32px #0d1f3c14}.sp-photo-img{background:linear-gradient(145deg,#0d1f3c 0%,#1a3060 60%,#0f2a4a 100%);justify-content:center;align-items:center;height:260px;display:flex;position:relative;overflow:hidden}.sp-photo-scene{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.sp-scene-desk{align-items:flex-end;gap:20px;display:flex;position:relative}.sp-scene-monitor{background:#ffffff12;border:2px solid #ffffff26;border-radius:10px;width:140px;height:95px;padding:12px;position:relative;overflow:hidden}.sp-screen-glow{background:radial-gradient(circle,#64a0ff80 0%,#0000 70%);border-radius:50%;width:80px;height:80px;position:absolute;top:-30px;right:-30px}.sp-screen-lines{flex-direction:column;gap:6px;margin-top:6px;display:flex}.sp-screen-lines span{background:#fff3;border-radius:2px;height:4px;display:block}.sp-screen-lines span:first-child{width:80%}.sp-screen-lines span:nth-child(2){background:#64a0ff80;width:60%}.sp-screen-lines span:nth-child(3){width:70%}.sp-screen-lines span:nth-child(4){width:50%}.sp-screen-lines span:nth-child(5){width:65%}.sp-scene-docs{align-items:flex-end;gap:4px;display:flex}.sp-doc{border-radius:5px;width:36px;height:46px}.sp-doc-1{background:#ffffff1a;transform:rotate(-6deg)translateY(4px)}.sp-doc-2{background:#ffffff29;transform:rotate(-2deg)translateY(2px)}.sp-doc-3{background:#ffffff40}.sp-scene-badge{position:absolute;bottom:16px;right:20px}.sp-badge-inner{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffe6;background:#ffffff1f;border:1px solid #fff3;border-radius:22px;align-items:center;gap:7px;padding:6px 14px;font-size:12px;font-weight:700;display:flex}.sp-photo-body{padding:24px 24px 22px}.sp-photo-title{color:var(--navy);margin:0 0 8px;font-family:DM Serif Display,Georgia,serif;font-size:1.25rem;font-weight:400}.sp-photo-sub{color:var(--ink-soft);margin:0 0 16px;font-size:13px;line-height:1.6}.sp-checklist{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.sp-checklist li{color:var(--ink-soft);align-items:flex-start;gap:10px;font-size:13px;line-height:1.45;display:flex}.sp-check{color:#1a7a48;flex-shrink:0;margin-top:1px;font-size:13px;font-weight:700}.sp-checklist strong{color:var(--navy);font-weight:700}.sp-right{padding-top:8px}.sp-title{color:var(--navy);letter-spacing:-.3px;margin:8px 0 12px;font-family:DM Serif Display,Georgia,serif;font-size:2.2rem;font-weight:400;line-height:1.2}.sp-subtitle{color:var(--ink-soft);margin:0 0 20px;font-size:15px;line-height:1.65}.sp-trust-row{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.sp-trust-badge{background:var(--cream);border:1.5px solid var(--border);color:var(--ink-mid);border-radius:20px;align-items:center;gap:6px;padding:5px 14px;font-size:12px;font-weight:600;display:flex}.sp-textarea{border:1.5px solid var(--border);background:var(--white);width:100%;color:var(--ink);resize:none;border-radius:12px;margin-bottom:12px;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.sp-textarea:focus{border-color:var(--navy);outline:none;box-shadow:0 0 0 3px #0d1f3c14}.sp-textarea::placeholder{color:var(--ink-muted)}.sp-chips{flex-wrap:wrap;gap:7px;margin-bottom:16px;display:flex}.sp-chip{background:var(--cream);border:1.5px solid var(--border);color:var(--ink-mid);cursor:pointer;border-radius:20px;padding:5px 14px;font-family:inherit;font-size:12px;font-weight:500;transition:background .12s,border-color .12s}.sp-chip:hover{background:var(--cream-dark);border-color:var(--navy);color:var(--navy)}.sp-consent-row{align-items:flex-start;gap:10px;margin-bottom:16px;display:flex}.sp-consent-label{color:var(--ink-soft);cursor:pointer;font-size:12px;line-height:1.55}.sp-privacy{color:var(--ink-muted);text-align:center;margin-top:8px;font-size:11px}@media (width<=860px){.sp-body{grid-template-columns:1fr;gap:28px;padding:24px 20px 60px}.sp-photo-card{position:static}.fa-tile-pair{grid-template-columns:1fr;gap:12px}.fa-tile-img{height:140px}}.hiw-section{background:#0b1628;border-top:1px solid #ffffff0d;padding:80px 0 88px}.hiw-inner{grid-template-columns:1fr 420px;align-items:center;gap:80px;max-width:1100px;margin:0 auto;padding:0 48px;display:grid}.hiw-title{color:#fff;letter-spacing:-.3px;margin:10px 0 12px;font-family:DM Serif Display,Georgia,serif;font-size:2.2rem;font-weight:400;line-height:1.2}.hiw-subtitle{color:#ffffff80;margin:0 0 40px;font-size:15px;line-height:1.65}.hiw-steps{flex-direction:column;gap:0;display:flex}.hiw-step{border-bottom:1px solid #ffffff0f;gap:20px;padding:24px 0;display:flex;position:relative}.hiw-step:last-child{border-bottom:none}.hiw-step-num{color:#ffffff59;flex-shrink:0;min-width:56px;margin-top:-4px;font-family:DM Serif Display,Georgia,serif;font-size:2.8rem;font-weight:400;line-height:1}.hiw-step-title{color:#fff;margin-bottom:6px;font-size:16px;font-weight:700}.hiw-step-desc{color:#ffffff80;font-size:13px;line-height:1.6}.hiw-right{flex-direction:column;align-items:center;gap:24px;display:flex}.hiw-card-wrap{flex-direction:column;align-items:center;gap:20px;width:100%;display:flex}.hiw-card{opacity:1;background:#131f35;border:1.5px solid #ffffff14;border-radius:20px;flex-direction:column;gap:16px;width:100%;padding:36px 32px;transition:opacity .4s,transform .4s;display:flex;position:relative;overflow:hidden;transform:translateY(0)}.hiw-card.fading{opacity:0;transform:translateY(12px)}.hiw-card:before{content:"";background:var(--card-accent,#3d6aff);border-radius:20px 20px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.hiw-card:after{content:"";background:radial-gradient(circle, color-mix(in srgb, var(--card-accent,#3d6aff) 20%, transparent) 0%, transparent 70%);pointer-events:none;width:180px;height:180px;position:absolute;top:-60px;right:-60px}.hiw-card-tag{text-transform:uppercase;letter-spacing:.12em;color:var(--card-accent,#3d6aff);font-size:10px;font-weight:700}.hiw-card-icon{color:#fffc;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.hiw-card-icon svg{width:24px;height:24px}.hiw-card-title{color:#fff;margin:0;font-family:DM Serif Display,Georgia,serif;font-size:1.6rem;font-weight:400;line-height:1.2}.hiw-card-desc{color:#fff9;margin:0;font-size:14px;line-height:1.7}.hiw-card-link{color:var(--card-accent,#3d6aff);text-underline-offset:2px;margin-top:4px;font-size:13px;font-weight:600;text-decoration:underline}.hiw-dots{align-items:center;gap:8px;display:flex}.hiw-dot{cursor:pointer;background:#ffffff26;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .25s,transform .25s,width .25s}.hiw-dot.active{background:#fff;border-radius:4px;width:24px}@media (width<=900px){.hiw-inner{grid-template-columns:1fr;gap:48px;padding:0 24px}.hiw-right{order:-1}.hiw-card{padding:28px 22px}}.fa-hero-photo-wrap{background:linear-gradient(160deg,#0a1628 0%,#0f2340 40%,#162d50 100%);border-radius:16px;flex-direction:column;justify-content:flex-end;min-height:420px;display:flex;position:relative;overflow:hidden}.fa-hero-photo-overlay{pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.fa-hero-photo-content{z-index:1;flex-direction:column;gap:14px;padding:32px 28px;display:flex;position:relative}.fa-hero-tag{color:#ffffffb3;letter-spacing:.04em;background:#ffffff14;border:1px solid #ffffff1f;border-radius:20px;align-items:center;gap:6px;width:fit-content;padding:4px 12px;font-size:11px;font-weight:600;display:inline-flex}.fa-hero-photo-h1{color:#fff;letter-spacing:-.3px;margin:0;font-family:DM Serif Display,Georgia,serif;font-size:1.85rem;font-weight:400;line-height:1.2}.fa-hero-photo-sub{color:#fff9;margin:0;font-size:14px;line-height:1.6}.fa-hero-form-chips{flex-wrap:wrap;gap:6px;display:flex}.fa-hero-form-chip{color:#ffffffbf;background:#ffffff1a;border:1px solid #ffffff26;border-radius:6px;padding:3px 9px;font-family:DM Mono,Courier New,monospace;font-size:11px;font-weight:600}.fa-hero-trust-row{flex-wrap:wrap;gap:16px;margin-top:4px;display:flex}.fa-hero-trust-item{color:#ffffff80;align-items:center;gap:5px;font-size:11px;font-weight:600;display:flex}.fa-hero-trust-item svg{stroke:#fff6;flex-shrink:0}.fa-hero-source-note{color:#ffffff47;border-top:1px solid #ffffff12;padding-top:4px;font-size:10px}.fa-services-section{border-top:1px solid var(--border-light);background:#f8f7f4;padding:72px 0 80px}.fa-services-inner{max-width:1200px;margin:0 auto;padding:0 48px}.fa-services-header{margin-bottom:40px}.fa-services-title{color:var(--navy);letter-spacing:-.3px;margin:8px 0 10px;font-family:DM Serif Display,Georgia,serif;font-size:2rem;font-weight:400}.fa-services-sub{color:var(--ink-soft);margin:0;font-size:15px;line-height:1.6}.fa-services-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.fa-service-card{border:1.5px solid var(--border);cursor:pointer;background:#fff;border-radius:16px;flex-direction:column;transition:box-shadow .2s,transform .2s,border-color .2s;display:flex;overflow:hidden}.fa-service-card:hover{border-color:#0d1f3c33;transform:translateY(-2px);box-shadow:0 8px 32px #0d1f3c1f}.fa-service-top{justify-content:center;align-items:center;height:140px;padding:20px;display:flex;position:relative;overflow:hidden}.fa-service-top:after{content:"";background:linear-gradient(#0000 40%,#0003 100%);position:absolute;inset:0}.fa-service-pills{z-index:1;flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.fa-service-pill{color:#ffffffe6;letter-spacing:.03em;background:#ffffff26;border:1px solid #ffffff40;border-radius:6px;padding:4px 10px;font-family:DM Mono,Courier New,monospace;font-size:11px;font-weight:700}.fa-service-body{flex-direction:column;flex:1;gap:8px;padding:20px;display:flex}.fa-service-title{color:var(--navy);margin:0;font-size:17px;font-weight:700}.fa-service-desc{color:var(--ink-soft);flex:1;margin:0;font-size:13px;line-height:1.6}.fa-service-link{color:var(--navy-light);text-underline-offset:2px;margin-top:4px;font-size:13px;font-weight:700;text-decoration:underline}.fa-service-card:hover .fa-service-link{color:var(--navy)}.fa-footer{background:#0b1628;border-top:1px solid #ffffff0f;padding:56px 0 0}.fa-footer-inner{max-width:1200px;margin:0 auto;padding:0 48px}.fa-footer-top{border-bottom:1px solid #ffffff0f;grid-template-columns:300px 1fr;gap:60px;padding-bottom:48px;display:grid}.fa-footer-brand{flex-direction:column;gap:14px;display:flex}.fa-footer-logo{align-items:center;gap:10px;display:flex}.fa-footer-tagline{color:#ffffff73;margin:0;font-size:13px;line-height:1.65}.fa-footer-source{color:#ffffff40;font-size:10px;line-height:1.6}.fa-footer-cols{grid-template-columns:1fr 1fr 1.4fr;gap:40px;display:grid}.fa-footer-col{flex-direction:column;gap:8px;display:flex}.fa-footer-col-title{text-transform:uppercase;letter-spacing:.1em;color:#fff6;margin-bottom:4px;font-size:11px;font-weight:700}.fa-footer-link{color:#ffffff8c;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:500;transition:color .12s}.fa-footer-link:hover{color:#fff}.fa-footer-text{color:#ffffff59;font-size:12px;line-height:1.65}.fa-footer-bottom{color:#ffffff40;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:20px 0;font-size:11px;display:flex}@media (width<=1024px){.fa-services-grid{grid-template-columns:repeat(2,1fr)}.fa-footer-top{grid-template-columns:1fr;gap:32px}.fa-footer-cols{grid-template-columns:1fr 1fr}}@media (width<=640px){.fa-services-grid{grid-template-columns:1fr}.fa-services-inner,.fa-footer-inner{padding:0 20px}.fa-footer-cols{grid-template-columns:1fr}}.fa-topnav{z-index:200;background:#0d1f3c;align-items:center;gap:0;height:64px;padding:0 48px;display:flex;position:sticky;top:0}.fa-topnav-brand{align-items:center;gap:10px;margin-right:40px;text-decoration:none;display:flex}.fa-topnav-links{flex:1;align-items:center;gap:2px;display:flex}.fa-topnav-link{color:#ffffffa6;cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;gap:4px;padding:6px 14px;font-family:inherit;font-size:14px;font-weight:500;transition:background .13s,color .13s;display:flex}.fa-topnav-link:hover{color:#fff;background:#ffffff12}.fa-topnav-right{margin-left:auto}.fa-topnav-signin{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:8px;padding:7px 18px;font-family:inherit;font-size:13px;font-weight:600;transition:background .13s}.fa-topnav-signin:hover{background:#fff3}.fa-hero-fullbleed{background:linear-gradient(#0a1630b8 0%,#0a16308c 100%),url(https://images.unsplash.com/photo-1450101499163-c8848c66ca85?w=1600&q=80) 50%/cover no-repeat;align-items:center;min-height:520px;display:flex;position:relative;overflow:hidden}.fa-hero-overlay{pointer-events:none;background:linear-gradient(90deg,#0a163099 0%,#0000 70%);position:absolute;inset:0}.fa-hero-content{z-index:1;max-width:700px;padding:64px;position:relative}.fa-hero-h1{color:#fff;letter-spacing:-.5px;margin:0 0 16px;font-size:3.4rem;font-weight:800;line-height:1.1}.fa-hero-accent{color:#2dd4b0}.fa-hero-p{color:#ffffffbf;max-width:540px;margin:0 0 28px;font-size:17px;line-height:1.65}.fa-hero-search-wrap{max-width:540px;margin-bottom:24px;position:relative}.fa-hero-search{color:#0d1f3c;background:#fffffff2;border:none;border-radius:12px;width:100%;padding:14px 120px 14px 18px;font-family:inherit;font-size:15px;box-shadow:0 4px 24px #00000040}.fa-hero-search::placeholder{color:#9ca3af}.fa-hero-search:focus{background:#fff;outline:none}.fa-hero-search-btn{color:#fff;cursor:pointer;background:#0d1f3c;border:none;border-radius:8px;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:700;transition:background .13s;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.fa-hero-search-btn:hover{background:#162d50}.fa-hero-search-results{z-index:100;background:#fff;border-radius:12px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 8px 32px #0000002e}.fa-hero-search-result{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;width:100%;padding:12px 16px;font-family:inherit;transition:background .1s;display:flex}.fa-hero-search-result:last-child{border-bottom:none}.fa-hero-search-result:hover{background:#f8faff}.fa-search-result-short{color:#0d1f3c;text-align:center;background:#e8edf7;border-radius:5px;flex-shrink:0;min-width:52px;padding:2px 8px;font-size:12px;font-weight:700}.fa-search-result-name{color:#374151;font-size:13px}.fa-hero-btns{flex-wrap:wrap;gap:12px;display:flex}.fa-hero-btn-primary{color:#0a1628;cursor:pointer;background:#2dd4b0;border:none;border-radius:10px;align-items:center;gap:6px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:700;transition:background .13s,transform .13s;display:flex}.fa-hero-btn-primary:hover{background:#22c4a0;transform:translateY(-1px)}.fa-hero-btn-secondary{color:#fff;cursor:pointer;background:0 0;border:1.5px solid #ffffff80;border-radius:10px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:600;transition:background .13s,border-color .13s}.fa-hero-btn-secondary:hover{background:#ffffff14;border-color:#fffc}.fa-tile-section{background:#fff;justify-content:center;padding:48px;display:flex}.fa-tile-section .fa-tile-pair{width:100%;max-width:900px}.fa-hero-placeholder{display:none}@media (width<=768px){.fa-hero-content{padding:40px 24px}.fa-hero-h1{font-size:2.4rem}.fa-topnav-links{display:none}.fa-topnav{padding:0 20px}.fa-tile-section{padding:24px 16px}}.fd-shell{background:#fff;min-height:100vh}.fd-hero{background:linear-gradient(#0a1630c7 0%,#0a1630a6 100%),url(https://images.unsplash.com/photo-1554224155-6726b3ff858f?w=1600&q=80) 50%/cover no-repeat;padding:52px 64px 48px;position:relative;overflow:hidden}.fd-hero-overlay{pointer-events:none;background:linear-gradient(90deg,#0a163080 0%,#0000 80%);position:absolute;inset:0}.fd-hero-content{z-index:1;max-width:800px;position:relative}.fd-hero-breadcrumb{align-items:center;gap:6px;margin-bottom:16px;display:flex}.fd-crumb{color:#ffffff8c;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px;transition:color .12s}.fd-crumb:hover{color:#ffffffe6}.fd-crumb-active{color:#fffc;cursor:default}.fd-crumb-sep{color:#ffffff4d;font-size:12px}.fd-hero-badges{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.fd-hero-badge{color:#ffffffe6;border:1px solid #fff3;border-radius:20px;align-items:center;gap:5px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-flex}.fd-hero-badge-gold{background:#fbbf2440;border-color:#fbbf2466}.fd-hero-h1{color:#fff;letter-spacing:-.3px;margin:0 0 12px;font-family:DM Serif Display,Georgia,serif;font-size:2.4rem;font-weight:400;line-height:1.15}.fd-hero-sub{color:#ffffffb3;max-width:580px;margin:0 0 24px;font-size:15px;line-height:1.65}.fd-hero-actions{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.fd-hero-fill-btn{color:#0a1628;cursor:pointer;background:#2dd4b0;border:none;border-radius:10px;padding:12px 26px;font-family:inherit;font-size:15px;font-weight:700;transition:background .13s,transform .13s}.fd-hero-fill-btn:hover{background:#22c4a0;transform:translateY(-1px)}.fd-hero-dl-btn{color:#fff;background:#ffffff1f;border:1.5px solid #ffffff4d;border-radius:10px;align-items:center;gap:6px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:background .13s;display:inline-flex}.fd-hero-dl-btn:hover{background:#fff3}.fd-hero-trust{color:#ffffff73;flex-wrap:wrap;gap:20px;font-size:12px;font-weight:500;display:flex}.fd-hero-trust span{align-items:center;gap:4px;display:flex}.fd-body{grid-template-columns:1fr 400px;align-items:start;gap:32px;max-width:1200px;margin:0 auto;padding:40px 48px 80px;display:grid}.fd-left{flex-direction:column;gap:0;display:flex}.fd-cta-block{background:var(--navy);border-radius:14px;margin-bottom:32px;padding:24px 28px}.fd-fill-btn{color:#fff;cursor:pointer;background:#e85d30;border:none;border-radius:10px;width:100%;margin-bottom:16px;padding:14px;font-family:inherit;font-size:16px;font-weight:700;transition:background .13s}.fd-fill-btn:hover{background:#d14e22}.fd-cta-bullets{flex-direction:column;gap:10px;display:flex}.fd-bullet{color:#ffffffbf;align-items:flex-start;gap:10px;font-size:14px;line-height:1.5;display:flex}.fd-bullet-icon{color:#2dd4b0;flex-shrink:0;margin-top:1px;font-weight:700}.fd-bullet strong{color:#fff}.fd-section-title{color:var(--navy);border-bottom:2px solid var(--border-light);margin:28px 0 12px;padding-bottom:8px;font-size:18px;font-weight:700}.fd-about{color:var(--ink-soft);margin:0;font-size:15px;line-height:1.75}.fd-specs-table{border:1.5px solid var(--border);border-radius:12px;flex-direction:column;gap:0;display:flex;overflow:hidden}.fd-spec-row{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.fd-spec-row:last-child{border-bottom:none}.fd-spec-key{color:var(--ink-soft);font-size:13px;font-weight:500}.fd-spec-val{color:var(--navy);text-align:right;max-width:60%;font-size:13px;font-weight:600}.fd-fields-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.fd-field-item{color:var(--ink-mid);align-items:center;gap:10px;font-size:14px;display:flex}.fd-field-dot{background:#2dd4b0;border-radius:50%;flex-shrink:0;width:6px;height:6px}.fd-right{flex-direction:column;gap:16px;display:flex;position:sticky;top:80px}.fd-preview-card{background:var(--white);border:1.5px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 4px 20px #0d1f3c14}.fd-preview-header{align-items:center;gap:12px;margin-bottom:10px;display:flex}.fd-preview-icon{font-size:28px}.fd-preview-form-num{color:var(--navy);font-size:18px;font-weight:800}.fd-preview-agency{color:var(--ink-muted);font-size:12px;font-weight:500}.fd-preview-title{color:var(--ink-soft);margin-bottom:12px;font-size:13px;line-height:1.4}.fd-preview-divider{background:var(--border-light);height:1px;margin:12px 0}.fd-preview-highlights{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.fd-preview-row{justify-content:space-between;align-items:center;display:flex}.fd-preview-key{color:var(--ink-soft);font-size:13px}.fd-preview-val{color:var(--navy);font-size:13px;font-weight:600}.fd-val-green{color:#1a9e6e}.fd-fill-btn-card{background:var(--navy);border-radius:10px;margin-bottom:10px;padding:13px;font-size:15px}.fd-fill-btn-card:hover{background:#162d50}.fd-download-official{text-align:center;color:#1a9e6e;background:#2dd4b014;border:1.5px solid #2dd4b04d;border-radius:10px;margin-bottom:8px;padding:11px;font-size:14px;font-weight:600;text-decoration:none;transition:background .12s;display:block}.fd-download-official:hover{background:#2dd4b026}.fd-official-link{text-align:center;color:var(--ink-muted);margin-bottom:6px;font-size:12px;display:block}.fd-card-note{color:var(--ink-muted);text-align:center;margin:4px 0 0;font-size:11px}.fd-pdf-panel{background:var(--white);border:1.5px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0d1f3c0f}.fd-pdf-panel-header{background:var(--navy);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.fd-pdf-panel-title{letter-spacing:.08em;color:#ffffffb3;font-size:11px;font-weight:700}.fd-pdf-open-link{color:#2dd4b0;font-size:12px;font-weight:600;text-decoration:none}.fd-pdf-open-link:hover{color:#fff}.fd-pdf-embed-wrap{height:320px;overflow:hidden}.fd-pdf-embed{border:none;width:100%;height:100%;display:block}.fd-pdf-fallback{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:32px 20px;display:flex}.fd-pdf-fallback-icon{font-size:36px}.fd-pdf-fallback-name{color:var(--navy);font-size:14px;font-weight:600}.fd-pdf-fallback-sub{color:var(--ink-muted);font-size:12px}.fd-pdf-fallback-btn{color:#1a9e6e;font-size:13px;font-weight:600;text-decoration:underline}.fd-also-card{background:var(--white);border:1.5px solid var(--border);border-radius:16px;padding:18px}.fd-also-title{text-transform:uppercase;letter-spacing:.07em;color:var(--ink-muted);margin-bottom:10px;font-size:12px;font-weight:700}.fd-also-link{border:none;border-bottom:1px solid var(--border-light);cursor:pointer;text-align:left;background:0 0;align-items:center;gap:10px;width:100%;padding:10px 0;font-family:inherit;transition:background .1s;display:flex}.fd-also-link:last-of-type{border-bottom:none}.fd-also-link:hover .fd-also-name{color:var(--navy)}.fd-also-short{background:var(--cream);color:var(--navy);text-align:center;border-radius:5px;flex-shrink:0;min-width:44px;padding:2px 7px;font-size:11px;font-weight:700}.fd-also-name{color:var(--ink-soft);flex:1;font-size:13px}.fd-also-view-all{width:100%;color:var(--navy-light);cursor:pointer;text-align:left;text-underline-offset:2px;background:0 0;border:none;padding:10px 0 0;font-family:inherit;font-size:13px;font-weight:600;text-decoration:underline}@media (width<=900px){.fd-body{grid-template-columns:1fr;padding:24px 20px 60px}.fd-right{position:static}.fd-hero{padding:36px 24px 32px}.fd-hero-h1{font-size:1.8rem}}.fa-tile-img{position:relative;overflow:hidden}.fa-tile-img img{transition:transform .4s}.fa-tile:hover .fa-tile-img img{transform:scale(1.04)}.fa-tile-img-1{background:#0d1f3c}.fa-tile-img-2{background:#0f2a1a}.fd-signin-backdrop{z-index:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a163099;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.fd-signin-modal{background:#fff;border-radius:20px;flex-direction:column;gap:0;width:100%;max-width:420px;padding:36px 32px;display:flex;position:relative;box-shadow:0 24px 64px #00000040}.fd-signin-close{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;transition:background .12s;display:flex;position:absolute;top:16px;right:16px}.fd-signin-close:hover{background:#e5e7eb}.fd-signin-icon{background:#f0f4ff;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:18px;display:flex}.fd-signin-title{color:#0d1f3c;margin:0 0 8px;font-family:DM Serif Display,Georgia,serif;font-size:1.5rem;font-weight:400}.fd-signin-sub{color:#6b7280;margin:0 0 20px;font-size:14px;line-height:1.6}.fd-signin-bullets{background:#f9fafb;border-radius:12px;flex-direction:column;gap:8px;margin-bottom:24px;padding:16px;display:flex}.fd-signin-bullet{color:#374151;align-items:center;gap:10px;font-size:13px;display:flex}.fd-signin-bullet span{color:#2dd4b0;flex-shrink:0;font-weight:700}.fd-signin-cta{color:#fff;cursor:pointer;background:#0d1f3c;border:none;border-radius:12px;width:100%;margin-bottom:10px;padding:14px;font-family:inherit;font-size:15px;font-weight:700;transition:background .13s}.fd-signin-cta:hover{background:#162d50}.fd-signin-secondary{color:#6b7280;cursor:pointer;background:0 0;border:none;width:100%;padding:6px;font-family:inherit;font-size:13px;font-weight:500;transition:color .12s}.fd-signin-secondary:hover{color:#0d1f3c}.fd-pdf-locked{background:#f9fafb;justify-content:center;align-items:center;min-height:200px;padding:32px 20px;display:flex}.fd-pdf-locked-inner{text-align:center;flex-direction:column;align-items:center;gap:10px;max-width:240px;display:flex}.fd-pdf-locked-icon{background:#e8edf7;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:4px;display:flex}.fd-pdf-locked-title{color:#0d1f3c;font-size:15px;font-weight:700}.fd-pdf-locked-sub{color:#9ca3af;font-size:12px;line-height:1.55}.fd-pdf-locked-btn{color:#fff;cursor:pointer;background:#0d1f3c;border:none;border-radius:8px;margin-top:4px;padding:9px 20px;font-family:inherit;font-size:13px;font-weight:700;transition:background .12s}.fd-pdf-locked-btn:hover{background:#162d50}.fd-fill-btn[data-locked]:after,.fd-hero-fill-btn[data-locked]:after{content:" 🔒"}.ff-field-note{color:#92400e;background:#fffbeb;border-left:3px solid #fcd34d;align-items:flex-start;gap:7px;padding:10px 18px;font-size:12px;line-height:1.5;display:flex}.ff-field-note svg{stroke:#d97706;flex-shrink:0;margin-top:1px}
