:root{--accent: #0b5fff;--bg: #f6f7fb;--surface: #ffffff;--text: #1a1f36;--muted: #6b7280;--border: #e5e7eb;--radius: 14px;--shadow: 0 4px 24px rgba(20, 30, 60, .08);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}a{color:var(--accent);text-decoration:none}.muted{color:var(--muted)}.error{color:#dc2626;font-size:.9rem}.centered{min-height:60vh;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.btn{border:none;border-radius:999px;padding:.65rem 1.4rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .05s ease,opacity .2s ease,background .2s ease}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.6;cursor:default}.btn-primary{background:var(--accent);color:#fff}.btn-secondary{background:var(--text);color:#fff}.btn-ghost{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-outline{background:transparent;color:var(--accent);border:2px solid var(--accent)}.btn-outline:hover{background:color-mix(in srgb,var(--accent) 10%,transparent)}.btn-lg{padding:.85rem 2rem;font-size:1.05rem}.lang-switcher{display:inline-flex;border:1px solid var(--border);border-radius:999px;overflow:hidden;background:var(--surface)}.lang-btn{border:none;background:transparent;padding:.35rem .75rem;font-size:.8rem;font-weight:700;color:var(--muted);cursor:pointer}.lang-btn.active{background:var(--accent);color:#fff}.app-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:var(--surface);border-bottom:1px solid var(--border)}.app-brand{font-weight:800;color:var(--text);display:inline-flex;align-items:center;gap:.5rem}.app-brand .dot{width:10px;height:10px;border-radius:50%;background:var(--accent);display:inline-block}.app-header-actions{display:flex;align-items:center;gap:1rem}.settings-cog-btn{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .65rem;color:var(--muted);transition:color .15s ease,background .15s ease}.settings-cog-btn:hover{color:var(--text)}.settings-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0f1e73;z-index:199;animation:fade-in .2s ease}.settings-panel{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:95vw;background:var(--surface);border-left:1px solid var(--border);box-shadow:-8px 0 40px #0a0f281f;z-index:200;display:flex;flex-direction:column;transform:translate(100%);transition:transform .28s cubic-bezier(.4,0,.2,1)}.settings-panel--open{transform:translate(0)}.settings-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0}.settings-title{font-size:1rem;font-weight:700;margin:0;color:var(--text)}.settings-close{border:none;background:transparent;color:var(--muted);cursor:pointer;padding:.25rem;display:flex;align-items:center;border-radius:6px;transition:background .15s ease,color .15s ease}.settings-close:hover{background:var(--bg);color:var(--text)}.settings-body{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.settings-hint{margin:0;font-size:.85rem;color:var(--muted);line-height:1.5}.settings-fields{display:flex;flex-direction:column;gap:1rem}.settings-field{display:flex;flex-direction:column;gap:.4rem}.settings-field-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--text)}.settings-field-icon{font-size:1rem}.settings-status-dot{width:7px;height:7px;border-radius:50%;background:var(--border);margin-left:auto;flex-shrink:0}.settings-status-dot--on{background:#16a34a}.settings-input{width:100%;padding:.55rem .85rem;border:1px solid var(--border);border-radius:8px;font-size:.85rem;font-family:SF Mono,Fira Code,monospace;color:var(--text);background:var(--bg);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.settings-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 15%,transparent)}.settings-footer{border-top:1px solid var(--border);padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem;flex-shrink:0}.settings-save-btn{margin-left:auto;border-radius:8px;padding:.6rem 1.5rem}.settings-msg{font-size:.85rem}.settings-msg--ok{color:#16a34a}.settings-msg--error{color:#dc2626}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.auth-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:linear-gradient(160deg,#eef2ff,#f6f7fb)}.auth-topbar{position:absolute;top:1.5rem;right:1.5rem}.auth-card{background:var(--surface);padding:2.5rem;border-radius:var(--radius);box-shadow:var(--shadow);width:min(380px,90vw);display:flex;flex-direction:column;gap:.85rem}.auth-card h1{margin:0;font-size:1.4rem}label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--text)}input{padding:.6rem .75rem;border:1px solid var(--border);border-radius:10px;font-size:.95rem;font-family:inherit}input:focus{outline:2px solid color-mix(in srgb,var(--accent) 40%,transparent);border-color:var(--accent)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.landing-hero{text-align:center;padding:3rem 1.5rem 1rem}.landing-hero h1{font-size:2rem;margin:0 0 .5rem}.tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;padding:1.5rem;max-width:1000px;margin:0 auto 3rem}.tile{text-align:left;background:var(--surface);border:1px solid var(--border);border-top:4px solid var(--accent);border-radius:var(--radius);padding:1.75rem;display:flex;flex-direction:column;gap:.5rem;cursor:pointer;box-shadow:var(--shadow);transition:transform .12s ease,box-shadow .12s ease}.tile:hover{transform:translateY(-4px);box-shadow:0 10px 30px #141e3c24}.tile-icon{font-size:2.2rem}.tile-title{font-size:1.25rem;font-weight:800}.tile-sub{color:var(--muted);font-size:.9rem;flex:1}.tile-cta{color:var(--accent);font-weight:700;font-size:.9rem}.demo-brandbar{padding:.85rem 2rem;background:color-mix(in srgb,var(--accent) 8%,white);border-bottom:1px solid var(--border)}.demo-logo{font-weight:800;color:var(--accent);font-size:1.1rem}.demo-hero{display:grid;grid-template-columns:1.3fr 1fr;gap:2rem;align-items:center;max-width:1000px;margin:0 auto;padding:3rem 1.5rem}.demo-hero h1{font-size:2.3rem;margin:0 0 1rem}.demo-hero p{color:var(--muted);font-size:1.1rem;margin:0 0 1.5rem}.demo-hero-art{display:flex;align-items:center;justify-content:center;font-size:8rem;background:color-mix(in srgb,var(--accent) 10%,white);border-radius:24px;aspect-ratio:1}.demo-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;max-width:1000px;margin:0 auto 3rem;padding:0 1.5rem}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;display:flex;align-items:center;gap:.75rem;font-weight:600}.feature-check{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--accent);color:#fff;font-size:.85rem;flex-shrink:0}.funnel-body{max-width:720px;margin:0 auto;padding:2rem 1.5rem}.stepper{display:flex;gap:.5rem;margin-bottom:.5rem}.step{flex:1;height:6px;border-radius:3px;background:var(--border)}.step.done{background:var(--accent)}.step-label{font-size:.85rem;margin:0 0 1.5rem}.funnel-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}.funnel-card h2{margin-top:0}.funnel-actions{display:flex;justify-content:space-between;margin-top:1.5rem}.journey-frame{display:flex;flex-direction:column;gap:.75rem}.journey-iframe{width:100%;height:600px;border:1px solid var(--border);border-radius:12px;background:#fff}.journey-fallback,.journey-newtab{font-size:.9rem}.journey-newtab{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.result h2{margin-top:0}.result-approved h2{color:#0e9f6e}.result-rejected h2{color:#dc2626}.result-review h2{color:#d97706}.identity{margin:1.5rem 0;border-top:1px solid var(--border);padding-top:1rem}.identity h3{font-size:.95rem;margin:0 0 .75rem}.identity div{display:flex;justify-content:space-between;padding:.35rem 0;border-bottom:1px dashed var(--border)}.identity dt{color:var(--muted);font-size:.9rem}.identity dd{margin:0;font-weight:600}.result-actions{display:flex;gap:1rem;margin-top:1.5rem}.plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:1.25rem 0}.plan-card{position:relative;border:2px solid var(--border);border-radius:var(--radius);padding:1.25rem 1rem;text-align:center;cursor:pointer;background:var(--surface);transition:border-color .15s,box-shadow .15s;display:flex;flex-direction:column;gap:.4rem}.plan-card.selected{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 20%,transparent)}.plan-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;font-size:.72rem;font-weight:700;padding:2px 10px;border-radius:99px;white-space:nowrap}.plan-name{font-weight:800;font-size:1.1rem;color:var(--text);margin-top:.5rem}.plan-price{font-size:1.3rem;font-weight:700;color:var(--accent)}.plan-desc{font-size:.8rem;color:var(--muted);line-height:1.4}.demo-cta-group{display:flex;gap:1rem;flex-wrap:wrap}.oid4vp-qr{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0}.oid4vp-qr h2{margin:0}.qr-wrapper{padding:1rem;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}.oid4vp-status{font-size:.85rem;animation:pulse 1.8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}.property-card{background:color-mix(in srgb,var(--accent) 6%,white);border:1px solid color-mix(in srgb,var(--accent) 20%,transparent);border-radius:var(--radius);padding:1.25rem 1.5rem;margin-bottom:1.5rem}.property-card h3{margin:0 0 .75rem;font-size:1rem;color:var(--accent)}.property-meta{display:flex;gap:1.5rem;font-size:.9rem;flex-wrap:wrap}.property-meta strong{font-size:1.1rem}.situation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin:1rem 0}.situation-option{border:2px solid var(--border);border-radius:10px;padding:.75rem;text-align:center;cursor:pointer;font-size:.88rem;font-weight:600;background:var(--surface);transition:border-color .15s,background .15s}.situation-option.selected{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,white);color:var(--accent)}.doc-checklist{display:flex;flex-direction:column;gap:.75rem;margin:1.25rem 0}.doc-item{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.doc-item-check{width:22px;height:22px;border-radius:50%;border:2px solid var(--border);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.75rem}.doc-item-check.done{background:#0e9f6e;border-color:#0e9f6e;color:#fff}.doc-item-text{flex:1}.doc-item-text strong{display:block;font-size:.9rem}.doc-item-text span{font-size:.8rem;color:var(--muted)}.consent-block{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem}.consent-block label{flex-direction:row;align-items:flex-start;gap:.6rem;font-size:.85rem;font-weight:400;cursor:pointer}.consent-block input[type=checkbox]{width:18px;height:18px;margin-top:2px;flex-shrink:0}.notfound h1{font-size:4rem;margin:0}@media(max-width:640px){.demo-hero{grid-template-columns:1fr}.demo-hero-art{display:none}.field-grid{grid-template-columns:1fr}}.vroomy-shell{background:#f6f7fb;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.vroomy-nav{background:#0d1b2a;display:flex;align-items:center;padding:0 2rem;height:64px;gap:2rem}.vroomy-nav-brand{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.vroomy-nav-logo{background:#1e2d3d;border-radius:8px;padding:4px;display:flex;align-items:center}.vroomy-nav-wordmark{font-size:1.25rem;font-weight:800;color:#fff;letter-spacing:-.02em}.vroomy-y{color:#11e5c5}.vroomy-nav-links{display:flex;gap:1.75rem;flex:1;margin-left:1rem}.vroomy-nav-links a{color:#ffffffd1;font-size:.9rem;font-weight:500;text-decoration:none}.vroomy-nav-links a:hover{color:#fff}.vroomy-nav-actions{display:flex;gap:.75rem;margin-left:auto}.vroomy-cta-btn{background:#0d1b2a;border:2px solid #1e4060;color:#fff;border-radius:999px;padding:.45rem 1.25rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.vroomy-cta-btn:hover{background:#1e2d3d;border-color:#2a5070}.vroomy-cta-btn--wallet{background:#11e5c5;border-color:#11e5c5;color:#0d1b2a}.vroomy-cta-btn--wallet:hover{background:#0dcfb3;border-color:#0dcfb3}.vroomy-hero{position:relative;height:520px;background-size:cover;background-position:center 60%;display:flex;align-items:flex-end;padding-bottom:3rem}.vroomy-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,rgba(0,0,0,.2) 60%,transparent 100%)}.vroomy-hero-content{position:relative;z-index:1;width:100%;max-width:860px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:1rem}.vroomy-hero-badge{display:inline-block;background:#ffffff2e;border-radius:999px;padding:.3rem 1rem;font-size:.8rem;font-weight:600;color:#ffffffe6;width:fit-content;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.vroomy-hero-title{font-size:2.8rem;font-weight:800;color:#fff;margin:0;line-height:1.15;letter-spacing:-.02em}.vroomy-hero-title em{font-style:italic;font-weight:800}.vroomy-search-bar{display:flex;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 24px #0000002e}.vroomy-search-field{display:flex;align-items:center;gap:.4rem;padding:.75rem 1rem;border-right:1px solid #e5e7eb;flex:1}.vroomy-search-field--location{flex:1.4}.vroomy-search-field input{border:none;outline:none;font-size:.875rem;color:#374151;background:transparent;flex:1;min-width:0}.vroomy-search-field input::placeholder{color:#9ca3af}.vroomy-time{max-width:52px}.vroomy-search-btn{background:#0d1b2a;color:#fff;border:none;padding:0 1.5rem;font-size:.875rem;font-weight:700;cursor:pointer;white-space:nowrap}.vroomy-search-btn:hover{background:#162434}.vroomy-vehicles{background:#f6f7fb;padding:2rem 0 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.vroomy-coups-btn{background:#1e2d3d;color:#fff;border:none;border-radius:999px;padding:.6rem 2rem;font-size:.95rem;font-weight:600;cursor:pointer}.vroomy-vehicle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;width:100%;max-width:980px;padding:0 2rem}.vroomy-vehicle-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #00000012}.vroomy-vehicle-img{width:100%;height:190px;object-fit:cover;display:block}.vroomy-vehicle-name{font-size:.95rem;font-weight:700;color:#1a1f36;padding:.75rem 1rem .25rem;text-align:center}.vroomy-vehicle-meta{display:flex;justify-content:space-between;padding:0 1rem .75rem;font-size:.82rem;color:#6b7280}.vroomy-dots{display:flex;gap:.5rem}.vroomy-dot{width:10px;height:10px;border-radius:50%;border:none;background:#d1d5db;cursor:pointer;padding:0}.vroomy-dot.active{background:#0d1b2a}.vroomy-why{background:#fff;padding:3rem 2rem;text-align:center}.vroomy-why-title{font-size:1.9rem;font-weight:800;color:#0d1b2a;margin:0 0 .75rem;letter-spacing:-.02em}.vroomy-why-sub{color:#1e3a5a;font-size:.95rem;max-width:680px;margin:0 auto 2.5rem;line-height:1.7}.vroomy-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:0 auto}.vroomy-feature-card{background:#f9fafb;border-radius:16px;padding:1.5rem;text-align:left;border:1px solid #e5e7eb}.vroomy-feature-icon{margin-bottom:.75rem}.vroomy-feature-title{font-size:1rem;font-weight:700;color:#0d1b2a;margin:0 0 .5rem}.vroomy-feature-desc{font-size:.85rem;color:#4b5563;line-height:1.6;margin:0}.vroomy-footer{background:#0d1b2a;color:#ffffffbf;padding:2.5rem 2rem 1rem}.vroomy-footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem;max-width:900px;margin:0 auto 2rem}.vroomy-footer-logo{display:flex;align-items:center;gap:.6rem;font-size:1.2rem;font-weight:800;color:#fff;margin-bottom:.75rem}.vroomy-footer-tagline{font-size:.82rem;line-height:1.6;margin:0}.vroomy-footer-col h4{color:#11e5c5;font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin:0 0 .75rem}.vroomy-footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.vroomy-footer-col a{color:#ffffffa6;font-size:.875rem;text-decoration:none}.vroomy-footer-col a:hover{color:#fff}.vroomy-footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;font-size:.8rem;max-width:900px;margin:0 auto}.vroomy-footer-legal{display:flex;gap:1.5rem}.vroomy-footer-legal a{color:#ffffff8c;text-decoration:none;font-size:.8rem}.vroomy-footer-legal a:hover{color:#fff}.vf-shell{max-width:540px;margin:2.5rem auto;padding:0 1rem}.vf-card{background:#fff;border-radius:20px;box-shadow:0 4px 32px #0d1b2a1a;padding:2rem 2.25rem 1.75rem;display:flex;flex-direction:column;gap:1.25rem}.vf-track-wrap{display:flex;flex-direction:column;gap:6px;margin-bottom:.25rem}.vf-track{position:relative;height:10px;background:#e5e7eb;border-radius:99px;overflow:visible}.vf-track-fill{position:absolute;left:0;top:0;bottom:0;background:linear-gradient(90deg,#11e5c5,#0d9f8f);border-radius:99px;transition:width .6s cubic-bezier(.34,1.56,.64,1)}.vf-track-car{position:absolute;top:50%;transform:translateY(-70%) scaleX(-1);font-size:1.4rem;transition:left .6s cubic-bezier(.34,1.56,.64,1);filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));line-height:1}.vf-track-dots{display:flex;justify-content:space-between;padding:0 2px}.vf-track-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;transition:background .3s}.vf-track-dot.done{background:#11e5c5}.vf-track-dot.current{background:#0d1b2a}.vf-step-label{font-size:.78rem;color:#9ca3af;margin:-.5rem 0 0;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.vf-section-title{font-size:1.35rem;font-weight:800;color:#0d1b2a;margin:0;line-height:1.3}.vf-section-sub{font-size:.9rem;color:#6b7280;margin:-.5rem 0 0;line-height:1.6}.vf-muted{font-size:.875rem;color:#6b7280;margin:0}.vf-centered{text-align:center;padding:2rem 0}.vf-intro-card{display:flex;align-items:flex-start;gap:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:1rem 1.25rem}.vf-intro-icon{font-size:1.5rem;flex-shrink:0}.vf-intro-card p{margin:0;font-size:.9rem;color:#374151;line-height:1.6}.vf-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.vf-field-grid label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:#374151}.vf-field-grid input{border:1.5px solid #d1d5db;border-radius:10px;padding:.6rem .85rem;font-size:.9rem;outline:none;transition:border-color .15s;font-family:inherit;background:#fff}.vf-field-grid input:focus{border-color:#11e5c5}.vf-method-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.vf-method-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:16px;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.6rem;cursor:pointer;transition:border-color .15s,background .15s,transform .1s;position:relative}.vf-method-card:hover{border-color:#11e5c5;background:#f0fffe;transform:translateY(-2px)}.vf-method-icon{font-size:2.2rem}.vf-method-label{font-size:.9rem;font-weight:700;color:#0d1b2a;text-align:center;line-height:1.4}.vf-tooltip-wrap{position:absolute;top:.6rem;right:.6rem}.vf-tooltip-trigger{width:20px;height:20px;border-radius:50%;border:1.5px solid #9ca3af;background:#fff;color:#6b7280;font-size:.7rem;font-weight:700;font-style:italic;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.vf-tooltip-trigger:hover{border-color:#0d1b2a;color:#0d1b2a}.vf-tooltip-box{position:absolute;top:calc(100% + 8px);right:0;width:240px;background:#1e2d3d;color:#ffffffe6;font-size:.78rem;line-height:1.6;border-radius:10px;padding:.75rem 1rem;z-index:10;box-shadow:0 8px 24px #00000040}.vf-tooltip-box:before{content:"";position:absolute;top:-6px;right:6px;width:12px;height:6px;background:#1e2d3d;clip-path:polygon(50% 0%,0% 100%,100% 100%)}.vf-qr-wrap{display:flex;flex-direction:column;align-items:center;gap:1rem}.vf-qr-box{background:#fff;padding:1rem;border-radius:14px;border:1.5px solid #e5e7eb}@keyframes vf-pulse-dot{0%,to{opacity:.5}50%{opacity:1}}.vf-pulse:before{content:"●  ";animation:vf-pulse-dot 1.4s ease-in-out infinite}.vf-claims{display:flex;flex-direction:column;gap:0;border:1.5px solid #e5e7eb;border-radius:14px;overflow:hidden;margin:0}.vf-claim-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.1rem;border-bottom:1px solid #f3f4f6}.vf-claim-row:last-child{border-bottom:none}.vf-claim-row dt{font-size:.82rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.vf-claim-row dd{font-size:.95rem;font-weight:700;color:#0d1b2a;margin:0}.vf-error-block{background:#fef2f2;border:1.5px solid #fecaca;border-radius:14px;padding:1.25rem;text-align:center;display:flex;flex-direction:column;gap:.75rem;color:#dc2626;font-size:.9rem}.vf-actions{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.25rem}.vf-btn-primary{background:#0d1b2a;color:#fff;border:none;border-radius:999px;padding:.7rem 1.75rem;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .15s,transform .05s;font-family:inherit}.vf-btn-primary:hover{background:#162434}.vf-btn-primary:active{transform:translateY(1px)}.vf-btn-primary:disabled{opacity:.5;cursor:default}.vf-btn-ghost{background:transparent;color:#6b7280;border:1.5px solid #e5e7eb;border-radius:999px;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s;font-family:inherit}.vf-btn-ghost:hover{border-color:#9ca3af;color:#374151}.vf-btn-secondary{display:inline-block;background:#11e5c5;color:#0d1b2a;border:none;border-radius:999px;padding:.65rem 1.5rem;font-size:.9rem;font-weight:700;cursor:pointer;text-decoration:none;font-family:inherit}.vf-success-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d1b2a;z-index:200;display:flex;align-items:center;justify-content:center;overflow:hidden}.vf-success-track{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center}.vf-road-lines{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(90deg,transparent,transparent 40px,rgba(255,255,255,.08) 40px,rgba(255,255,255,.08) 80px);top:calc(50% - 30px);height:60px;animation:road-scroll .4s linear infinite}@keyframes road-scroll{0%{background-position:0 0}to{background-position:-80px 0}}@keyframes f1-rush{0%{left:-160px;filter:blur(0px)}30%{filter:blur(3px)}to{left:calc(100vw + 200px);filter:blur(6px)}}.vf-f1-car{position:absolute;top:calc(50% - 28px);font-size:3.5rem;animation:f1-rush 1.2s cubic-bezier(.4,0,1,.6) forwards;white-space:nowrap;text-shadow:-8px 0 16px rgba(17,229,197,.6)}.vf-f1-car:after{content:"— — —";position:absolute;right:calc(100% + 4px);top:50%;transform:translateY(-50%);font-size:1rem;color:#11e5c580;letter-spacing:-2px;white-space:nowrap}@keyframes celebrate-pop{0%{opacity:0;transform:scale(.4)}60%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}@keyframes celebrate-text{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.vf-celebrate{display:flex;flex-direction:column;align-items:center;gap:1rem}.vf-celebrate-emoji{font-size:5rem;animation:celebrate-pop .5s cubic-bezier(.34,1.56,.64,1) forwards;display:block}.vf-celebrate-text{font-size:2.2rem;font-weight:800;color:#fff;letter-spacing:-.02em;animation:celebrate-text .4s ease forwards .3s;opacity:0;margin:0}.nestimo-shell{background:#faf9f6;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#1a1f2e}.nestimo-nav{background:#1a1f2e;display:flex;align-items:center;padding:0 2.5rem;height:68px;gap:2rem}.nestimo-nav-brand{display:flex;align-items:center;gap:.65rem;flex-shrink:0;text-decoration:none}.nestimo-nav-logo{display:flex;align-items:center}.nestimo-nav-wordmark{font-family:Georgia,Times New Roman,Times,serif;font-size:1.35rem;font-weight:700;color:#fff;letter-spacing:.04em}.nestimo-nav-links{display:flex;gap:2rem;flex:1;margin-left:1.5rem}.nestimo-nav-links a{color:#ffffffc7;font-size:.875rem;font-weight:500;text-decoration:none;letter-spacing:.01em;transition:color .15s}.nestimo-nav-links a:hover{color:#fff}.nestimo-nav-actions{margin-left:auto}.nestimo-cta-btn{background:#e63946;color:#fff;border:none;border-radius:6px;padding:.55rem 1.4rem;font-size:.875rem;font-weight:600;cursor:pointer;letter-spacing:.01em;transition:background .15s,transform .05s}.nestimo-cta-btn:hover{background:#cf2f3b}.nestimo-cta-btn:active{transform:translateY(1px)}.nestimo-cta-btn:focus-visible{outline:2px solid #E63946;outline-offset:2px}.nestimo-hero{position:relative;min-height:580px;background-size:cover;background-position:center 40%;display:flex;align-items:center;padding:5rem 2.5rem 6rem}.nestimo-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.nestimo-hero-content{position:relative;z-index:1;max-width:760px;display:flex;flex-direction:column;gap:1.25rem}.nestimo-hero-badge{display:inline-block;border:1px solid rgba(255,255,255,.5);border-radius:3px;padding:.3rem .85rem;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffffe6;width:fit-content}.nestimo-hero-title{font-family:Georgia,Times New Roman,Times,serif;font-size:3.4rem;font-weight:700;color:#fff;margin:0;line-height:1.12;letter-spacing:-.01em}.nestimo-hero-title em{font-style:italic;color:#f4b8bc}.nestimo-hero-subtitle{font-size:1.05rem;color:#ffffffd1;margin:0;line-height:1.65;max-width:520px}.nestimo-search-bar{display:flex;align-items:center;background:#ffffff24;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.28);border-radius:8px;overflow:hidden;max-width:620px}.nestimo-search-field{display:flex;align-items:center;gap:.5rem;padding:.85rem 1.1rem;flex:1}.nestimo-search-field--location{flex:1.5}.nestimo-search-field input{border:none;outline:none;font-size:.875rem;color:#fff;background:transparent;flex:1;min-width:0;font-family:inherit}.nestimo-search-field input::placeholder{color:#fff9}.nestimo-search-divider{width:1px;height:28px;background:#ffffff40;flex-shrink:0}.nestimo-search-btn{background:#e63946;color:#fff;border:none;padding:0 1.75rem;height:100%;min-height:52px;font-size:.875rem;font-weight:700;cursor:pointer;white-space:nowrap;letter-spacing:.02em;transition:background .15s;font-family:inherit}.nestimo-search-btn:hover{background:#cf2f3b}.nestimo-search-btn:focus-visible{outline:2px solid #fff;outline-offset:-2px}.nestimo-listings{padding:4.5rem 2.5rem;max-width:1100px;margin:0 auto}.nestimo-listings-header{display:flex;flex-direction:column;gap:.6rem;margin-bottom:2.5rem}.nestimo-section-pill{display:inline-block;background:#e63946;color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.28rem .85rem;border-radius:3px;width:fit-content}.nestimo-section-title{font-family:Georgia,Times New Roman,Times,serif;font-size:2rem;font-weight:700;color:#1a1f2e;margin:0;letter-spacing:-.01em}.nestimo-listing-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:1.5rem;align-items:start}.nestimo-listing-stack{display:flex;flex-direction:column;gap:1.5rem}.nestimo-listing-card{background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 2px 16px #1a1f2e12;transition:transform .18s ease,box-shadow .18s ease}.nestimo-listing-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #1a1f2e1f}.nestimo-listing-img-wrap{position:relative;overflow:hidden}.nestimo-listing-card--primary .nestimo-listing-img-wrap{height:300px}.nestimo-listing-card--secondary .nestimo-listing-img-wrap{height:160px}.nestimo-listing-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.nestimo-listing-card:hover .nestimo-listing-img{transform:scale(1.03)}.nestimo-available-badge{position:absolute;top:.75rem;left:.75rem;background:#fff;color:#1a7a4a;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.25rem .65rem;border-radius:3px;border:1px solid rgba(26,122,74,.3)}.nestimo-listing-body{padding:1.1rem 1.25rem 1.25rem}.nestimo-listing-location{font-size:.78rem;font-weight:600;color:#e63946;text-transform:uppercase;letter-spacing:.07em;margin:0 0 .35rem}.nestimo-listing-name{font-family:Georgia,Times New Roman,Times,serif;font-size:1.05rem;font-weight:700;color:#1a1f2e;margin:0 0 .5rem;line-height:1.3}.nestimo-listing-card--secondary .nestimo-listing-name{font-size:.95rem}.nestimo-listing-price{font-size:.9rem;font-weight:600;color:#4b5563;margin:0}.nestimo-why{background:#fff;padding:5rem 2.5rem 4rem;text-align:center}.nestimo-why-header{max-width:640px;margin:0 auto 3rem}.nestimo-why-title{font-family:Georgia,Times New Roman,Times,serif;font-size:2rem;font-weight:700;color:#1a1f2e;margin:0 0 1rem;letter-spacing:-.01em}.nestimo-why-sub{font-size:1rem;color:#4b5563;line-height:1.75;margin:0}.nestimo-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:960px;margin:0 auto 3rem}.nestimo-feature-card{background:#faf9f6;border-radius:6px;padding:2rem 1.75rem;text-align:left;border:1px solid #ede9e2}.nestimo-feature-icon{margin-bottom:1.25rem}.nestimo-feature-title{font-family:Georgia,Times New Roman,Times,serif;font-size:1.05rem;font-weight:700;color:#1a1f2e;margin:0 0 .65rem}.nestimo-feature-desc{font-size:.875rem;color:#6b7280;line-height:1.7;margin:0}.nestimo-why-cta{display:flex;justify-content:center}.nestimo-main-cta-btn{background:#e63946;color:#fff;border:none;border-radius:6px;padding:.9rem 2.5rem;font-size:1rem;font-weight:700;cursor:pointer;letter-spacing:.02em;transition:background .15s,transform .05s;font-family:inherit}.nestimo-main-cta-btn:hover{background:#cf2f3b}.nestimo-main-cta-btn:active{transform:translateY(1px)}.nestimo-main-cta-btn:focus-visible{outline:2px solid #E63946;outline-offset:3px}.nestimo-footer{background:#1a1f2e;color:#ffffffb3;padding:3rem 2.5rem 1.25rem}.nestimo-footer-inner{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:2.5rem;max-width:960px;margin:0 auto 2.5rem}.nestimo-footer-logo{display:flex;align-items:center;gap:.6rem;font-family:Georgia,Times New Roman,Times,serif;font-size:1.2rem;font-weight:700;color:#fff;letter-spacing:.04em;margin-bottom:.85rem}.nestimo-footer-tagline{font-size:.82rem;line-height:1.7;margin:0;max-width:260px;color:#fff9}.nestimo-footer-col h4{color:#c8b89a;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin:0 0 1rem}.nestimo-footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.nestimo-footer-col a{color:#fff9;font-size:.875rem;text-decoration:none;transition:color .15s}.nestimo-footer-col a:hover{color:#fff}.nestimo-footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.1);padding-top:1.25rem;font-size:.78rem;max-width:960px;margin:0 auto;color:#ffffff73}.nestimo-footer-legal{display:flex;gap:1.75rem}.nestimo-footer-legal a{color:#ffffff73;text-decoration:none;font-size:.78rem;transition:color .15s}.nestimo-footer-legal a:hover{color:#fffc}@media(max-width:768px){.nestimo-hero-title{font-size:2.2rem}.nestimo-search-bar{flex-direction:column;border-radius:8px}.nestimo-search-field{width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.2)}.nestimo-search-divider{width:100%;height:1px}.nestimo-search-btn{min-height:44px;width:100%;padding:.75rem}.nestimo-listing-grid{grid-template-columns:1fr}.nestimo-listing-card--primary .nestimo-listing-img-wrap{height:220px}.nestimo-features-grid{grid-template-columns:1fr}.nestimo-footer-inner{grid-template-columns:1fr;gap:1.5rem}.nestimo-footer-bottom{flex-direction:column;gap:1rem;align-items:flex-start}.nestimo-nav-links{display:none}}:root{--lb-ground: #ffffff;--lb-text: #1e293b;--lb-muted: #64748b;--lb-accent: #0B5FFF;--lb-accent-h: #0040dd;--lb-accent-2: #e8f0ff;--lb-card-bg: #f8faff;--lb-border: #e5e7eb;--lb-footer: #1e293b}.lb-shell{min-height:100vh;background:var(--lb-ground);color:var(--lb-text);font-family:system-ui,-apple-system,Segoe UI,sans-serif}.lb-nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:2rem;padding:0 2.5rem;height:60px;background:var(--lb-ground);border-bottom:1px solid var(--lb-border)}.lb-nav-brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;flex-shrink:0}.lb-nav-logo{display:flex;align-items:center}.lb-nav-wordmark{font-size:1.05rem;font-weight:700;letter-spacing:-.01em;color:var(--lb-text)}.lb-nav-links{display:flex;align-items:center;gap:1.75rem;margin-left:auto}.lb-nav-links a{font-size:.875rem;font-weight:500;color:#374151;text-decoration:none;transition:color .15s}.lb-nav-links a:hover{color:var(--lb-accent)}.lb-nav-actions{margin-left:1.5rem}.lb-nav-cta{display:inline-flex;align-items:center;padding:.5rem 1.25rem;background:var(--lb-accent);color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s}.lb-nav-cta:hover{background:var(--lb-accent-h)}.lb-hero{display:grid;grid-template-columns:1fr 420px;min-height:560px}.lb-hero-photo{position:relative;background-size:cover;background-position:center;overflow:hidden}.lb-hero-photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1e293bb8,#0b5fff47)}.lb-hero-photo-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:4rem 3.5rem;height:100%;box-sizing:border-box}.lb-hero-badge{display:inline-block;padding:.3rem .85rem;background:#0b5fffd9;color:#fff;border-radius:20px;font-size:.78rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;margin-bottom:1.25rem;width:fit-content}.lb-hero-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:#fff;margin:0 0 1rem;max-width:520px}.lb-hero-title em{font-style:normal;color:#93c5fd}.lb-hero-subtitle{font-size:1rem;color:#ffffffd1;line-height:1.6;margin:0 0 2rem;max-width:440px}.lb-hero-cta{display:inline-flex;align-items:center;padding:.8rem 2rem;background:#fff;color:var(--lb-accent);border:none;border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;width:fit-content;transition:background .15s,box-shadow .15s}.lb-hero-cta:hover{background:#f0f6ff;box-shadow:0 4px 16px #0b5fff2e}.lb-hero-panel{background:var(--lb-ground);display:flex;align-items:center;justify-content:center;padding:2.5rem;border-left:1px solid var(--lb-border)}.lb-stat-card{width:100%;max-width:320px;background:var(--lb-ground);border:1px solid var(--lb-border);border-radius:14px;box-shadow:0 2px 24px #0b5fff14,0 1px 4px #0000000a;overflow:hidden}.lb-stat-card-header{display:flex;align-items:center;gap:.4rem;padding:.75rem 1rem;background:#f8faff;border-bottom:1px solid var(--lb-border)}.lb-stat-card-dot{width:10px;height:10px;border-radius:50%;display:block}.lb-stat-card-dot--red{background:#fc6058}.lb-stat-card-dot--amber{background:#fdbc2c}.lb-stat-card-dot--green{background:#34c749}.lb-stat-card-label{margin-left:auto;font-size:.7rem;font-weight:600;color:var(--lb-muted);letter-spacing:.04em;text-transform:uppercase}.lb-stat-row{display:flex;align-items:baseline;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9}.lb-stat-row:last-of-type{border-bottom:none}.lb-stat-value{font-size:2rem;font-weight:800;letter-spacing:-.04em;color:var(--lb-accent);line-height:1;min-width:72px}.lb-stat-desc{font-size:.82rem;color:var(--lb-muted);line-height:1.3}.lb-stat-cta{display:block;width:100%;padding:.85rem 1.25rem;background:var(--lb-accent);color:#fff;border:none;font-size:.875rem;font-weight:700;cursor:pointer;transition:background .15s;text-align:center}.lb-stat-cta:hover{background:var(--lb-accent-h)}.lb-section-eyebrow{text-align:center;margin-bottom:3rem}.lb-section-badge{display:inline-block;padding:.3rem .85rem;background:var(--lb-accent-2);color:var(--lb-accent);border-radius:20px;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.9rem}.lb-section-title{font-size:clamp(1.6rem,3vw,2.1rem);font-weight:800;letter-spacing:-.03em;color:var(--lb-text);margin:0}.lb-section-title--dark{color:var(--lb-text)}.lb-offers{padding:5rem 2.5rem;max-width:1100px;margin:0 auto}.lb-offers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.lb-offer-card{background:var(--lb-card-bg);border-radius:12px;padding:2rem 1.75rem;border-top:3px solid var(--lb-accent);display:flex;flex-direction:column;gap:.75rem}.lb-offer-card--indigo{border-top-color:#4f46e5}.lb-offer-card--sky{border-top-color:#0ea5e9}.lb-offer-icon{width:48px;height:48px;background:#fff;border:1px solid var(--lb-border);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.lb-offer-name{font-size:1.05rem;font-weight:700;color:var(--lb-text);margin:0}.lb-offer-desc{font-size:.875rem;color:var(--lb-muted);line-height:1.55;margin:0;flex:1}.lb-offer-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.82rem;font-weight:600;color:var(--lb-accent);text-decoration:none;margin-top:.5rem}.lb-offer-link:hover{color:var(--lb-accent-h)}.lb-why{background:var(--lb-card-bg);padding:5rem 2.5rem}.lb-why-sub{font-size:1rem;color:var(--lb-muted);line-height:1.65;max-width:600px;margin:.75rem auto 0;text-align:center}.lb-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:3rem auto 0}.lb-feature-card{background:var(--lb-ground);border-radius:12px;padding:2rem 1.75rem;border:1px solid var(--lb-border);display:flex;flex-direction:column;gap:.6rem}.lb-feature-num{font-size:2rem;font-weight:900;letter-spacing:-.05em;color:var(--lb-accent-2);line-height:1;font-variant-numeric:tabular-nums}.lb-feature-title{font-size:1rem;font-weight:700;color:var(--lb-text);margin:0}.lb-feature-desc{font-size:.875rem;color:var(--lb-muted);line-height:1.6;margin:0}.lb-footer{background:var(--lb-footer);color:#cbd5e1;padding:4rem 2.5rem 2rem}.lb-footer-inner{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto 3rem}.lb-footer-brand{display:flex;flex-direction:column;gap:1rem}.lb-footer-logo{display:flex;align-items:center;gap:.65rem;font-size:1.05rem;font-weight:700;color:#fff}.lb-footer-tagline{font-size:.875rem;color:#94a3b8;line-height:1.55;margin:0;max-width:260px}.lb-footer-col h4{font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;margin:0 0 1rem}.lb-footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.lb-footer-col ul li a{font-size:.875rem;color:#94a3b8;text-decoration:none;transition:color .15s}.lb-footer-col ul li a:hover{color:#fff}.lb-footer-bottom{display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;padding-top:2rem;border-top:1px solid #334155;font-size:.78rem;color:#64748b;flex-wrap:wrap;gap:.75rem}.lb-footer-legal{display:flex;gap:1.5rem}.lb-footer-legal a{color:#64748b;text-decoration:none;font-size:.78rem;transition:color .15s}.lb-footer-legal a:hover{color:#94a3b8}@media(max-width:900px){.lb-hero{grid-template-columns:1fr;grid-template-rows:auto auto;min-height:unset}.lb-hero-photo{min-height:420px}.lb-hero-panel{border-left:none;border-top:1px solid var(--lb-border);padding:2rem 1.5rem}.lb-offers-grid,.lb-features-grid{grid-template-columns:1fr}.lb-footer-inner{grid-template-columns:1fr;gap:2rem}.lb-nav-links{display:none}}@media(prefers-reduced-motion:reduce){.lb-nav-cta,.lb-hero-cta,.lb-stat-cta{transition:none}}.rg-shell{--rg-ground: #0d0d0d;--rg-card: #1a1a1a;--rg-footer-bg: #0a0a0a;--rg-light-section: #111111;--rg-accent: #c9a227;--rg-accent-dim: rgba(201, 162, 39, .18);--rg-text: rgba(255, 255, 255, .7);--rg-text-bright: rgba(255, 255, 255, .92);--rg-nav-text: rgba(255, 255, 255, .8);--rg-hairline: rgba(201, 162, 39, .25);background:var(--rg-ground);color:var(--rg-text);font-family:EB Garamond,Georgia,serif;font-size:17px;line-height:1.65;min-height:100vh}.rg-nav{background:var(--rg-ground);display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;height:64px;border-bottom:1px solid var(--rg-hairline);position:sticky;top:0;z-index:100}.rg-nav-brand{display:flex;align-items:center;gap:.65rem;text-decoration:none}.rg-nav-logo{display:flex;align-items:center;flex-shrink:0}.rg-nav-wordmark{font-family:Cinzel,serif;font-weight:600;font-size:1.05rem;letter-spacing:.12em;color:var(--rg-text-bright);display:flex;align-items:baseline;gap:.5rem;text-transform:uppercase}.rg-nav-est{font-family:DM Mono,monospace;font-size:.62rem;letter-spacing:.08em;color:var(--rg-accent);font-weight:400;text-transform:none;opacity:.9}.rg-nav-links{display:flex;gap:2rem}.rg-nav-links a{font-family:EB Garamond,serif;font-size:.95rem;color:var(--rg-nav-text);text-decoration:none;letter-spacing:.03em;transition:color .18s ease}.rg-nav-links a:hover{color:var(--rg-accent)}.rg-nav-actions{display:flex;align-items:center}.rg-cta-btn{background:var(--rg-accent);color:#0d0d0d;border:none;border-radius:2px;padding:.55rem 1.4rem;font-family:Cinzel,serif;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .18s ease,transform .08s ease;white-space:nowrap}.rg-cta-btn:hover{background:#d9b032}.rg-cta-btn:active{transform:translateY(1px)}.rg-cta-btn:focus-visible{outline:2px solid var(--rg-accent);outline-offset:3px}.rg-hero{position:relative;min-height:92vh;display:flex;align-items:center;background-size:cover;background-position:center 30%;overflow:hidden}.rg-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6;z-index:1}.rg-hero-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.rg-hero-content{position:relative;z-index:3;max-width:760px;padding:4rem 2.5rem 4rem 6vw}.rg-hero-badge{display:inline-block;font-family:DM Mono,monospace;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--rg-accent);border:1px solid var(--rg-hairline);padding:.3rem .85rem;border-radius:1px;margin-bottom:1.6rem}.rg-hero-title{font-family:Cinzel,serif;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:700;line-height:1.12;letter-spacing:.02em;color:var(--rg-text-bright);margin:0 0 1.25rem}.rg-hero-title em{font-style:normal;color:var(--rg-accent)}.rg-hero-subtitle{font-family:EB Garamond,serif;font-size:1.18rem;color:var(--rg-text);margin:0 0 2.5rem;max-width:540px}.rg-hero-stats{display:flex;align-items:center;gap:0;margin-bottom:2.5rem}.rg-hero-stat{display:flex;flex-direction:column;gap:.2rem;padding:0 2rem 0 0}.rg-hero-stat:first-child{padding-left:0}.rg-stat-value{font-family:DM Mono,monospace;font-size:1.5rem;font-weight:500;color:var(--rg-accent);letter-spacing:-.02em}.rg-stat-label{font-family:EB Garamond,serif;font-size:.82rem;color:#ffffff80;letter-spacing:.06em;text-transform:uppercase}.rg-hero-stat-divider{width:1px;height:36px;background:var(--rg-hairline);margin-right:2rem;flex-shrink:0}.rg-hero-cta{padding:.8rem 2.2rem;font-size:.76rem}.rg-products{background:var(--rg-light-section);padding:5rem 6vw}.rg-section-header{display:flex;align-items:center;gap:1.2rem;margin-bottom:3rem}.rg-section-line{display:block;width:40px;height:2px;background:var(--rg-accent);flex-shrink:0}.rg-section-title{font-family:Cinzel,serif;font-size:1.4rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--rg-text-bright);margin:0}.rg-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.rg-product-card{background:var(--rg-card);border:1px solid rgba(255,255,255,.05);border-top:2px solid transparent;border-radius:2px;overflow:hidden;transition:border-top-color .22s ease,border-color .22s ease,transform .18s ease}.rg-product-card:hover{border-top-color:var(--rg-accent);border-color:var(--rg-hairline);transform:translateY(-3px)}.rg-product-img-wrap{position:relative;overflow:hidden;aspect-ratio:4 / 3}.rg-product-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.rg-product-card:hover .rg-product-img{transform:scale(1.04)}.rg-product-badge{position:absolute;top:.8rem;right:.8rem;font-family:DM Mono,monospace;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;background:var(--rg-accent);color:#0d0d0d;padding:.2rem .55rem;border-radius:1px;font-weight:500}.rg-product-body{padding:1.4rem 1.5rem 1.5rem}.rg-product-name{font-family:Cinzel,serif;font-size:1rem;font-weight:600;letter-spacing:.04em;color:var(--rg-text-bright);margin:0 0 .5rem}.rg-product-detail{font-family:DM Mono,monospace;font-size:.7rem;letter-spacing:.06em;color:#fff6;margin:0 0 1.2rem}.rg-product-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.rg-product-price{font-family:EB Garamond,serif;font-size:1.05rem;font-weight:500;color:var(--rg-accent)}.rg-product-cta{padding:.42rem 1rem;font-size:.62rem;letter-spacing:.1em}.rg-why{background:var(--rg-ground);padding:5rem 6vw;border-top:1px solid var(--rg-hairline)}.rg-why-header{max-width:640px;margin:0 auto 3.5rem;text-align:center}.rg-why-title{font-family:Cinzel,serif;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;letter-spacing:.05em;color:var(--rg-text-bright);margin:0 0 .9rem}.rg-why-subtitle{font-family:EB Garamond,serif;font-size:1.1rem;font-style:italic;color:var(--rg-text);margin:0;line-height:1.7}.rg-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.rg-feature-card{background:var(--rg-card);border:1px solid rgba(255,255,255,.05);border-radius:2px;padding:2rem 1.8rem;transition:border-color .2s ease}.rg-feature-card:hover{border-color:var(--rg-hairline)}.rg-feature-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:var(--rg-accent-dim);border-radius:2px;margin-bottom:1.2rem}.rg-feature-title{font-family:Cinzel,serif;font-size:.9rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--rg-text-bright);margin:0 0 .75rem}.rg-feature-desc{font-family:EB Garamond,serif;font-size:1rem;color:var(--rg-text);margin:0;line-height:1.7}.rg-footer{background:var(--rg-footer-bg);border-top:1px solid var(--rg-hairline);padding:4rem 6vw 2rem}.rg-footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--rg-hairline)}.rg-footer-brand{display:flex;flex-direction:column;gap:1rem}.rg-footer-logo{display:flex;align-items:center;gap:.6rem}.rg-footer-wordmark{font-family:Cinzel,serif;font-size:.95rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--rg-accent)}.rg-footer-tagline{font-family:EB Garamond,serif;font-size:1rem;font-style:italic;color:#ffffff73;margin:0;max-width:280px;line-height:1.65}.rg-footer-col h4{font-family:Cinzel,serif;font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--rg-accent);margin:0 0 1.1rem}.rg-footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.rg-footer-col ul li a{font-family:EB Garamond,serif;font-size:.95rem;color:#ffffff73;text-decoration:none;transition:color .18s ease}.rg-footer-col ul li a:hover{color:var(--rg-text-bright)}.rg-footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;font-family:DM Mono,monospace;font-size:.68rem;letter-spacing:.05em;color:#ffffff47}.rg-footer-legal{display:flex;gap:1.5rem}.rg-footer-legal a{color:#ffffff47;text-decoration:none;font-family:DM Mono,monospace;font-size:.68rem;letter-spacing:.05em;transition:color .18s ease}.rg-footer-legal a:hover{color:var(--rg-text)}@media(max-width:900px){.rg-nav-links{display:none}.rg-product-grid,.rg-features-grid{grid-template-columns:1fr}.rg-footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.rg-footer-brand{grid-column:1 / -1}}@media(max-width:600px){.rg-hero-content{padding:3rem 1.5rem}.rg-hero-stats{flex-direction:column;align-items:flex-start;gap:1rem}.rg-hero-stat-divider{display:none}.rg-hero-stat{padding:0}.rg-products,.rg-why,.rg-footer{padding-left:1.5rem;padding-right:1.5rem}.rg-footer-inner{grid-template-columns:1fr}.rg-footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.cv-shell{background:#fff;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#1a2e1a}.cv-nav{background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;padding:0 2.5rem;height:68px;gap:2rem;position:sticky;top:0;z-index:10}.cv-nav-brand{display:flex;align-items:center;gap:.5rem;flex-shrink:0;text-decoration:none}.cv-nav-logo{display:flex;align-items:center;flex-shrink:0}.cv-nav-wordmark{font-size:1.3rem;font-weight:800;color:#1a2e1a;letter-spacing:-.02em;font-family:Georgia,Times New Roman,serif}.cv-nav-links{display:flex;gap:2rem;flex:1;margin-left:1.5rem}.cv-nav-links a{color:#374151;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s}.cv-nav-links a:hover{color:#3d8b37}.cv-nav-actions{flex-shrink:0}.cv-cta-btn{background:#3d8b37;color:#fff;border:none;border-radius:6px;padding:.6rem 1.4rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s,transform .07s}.cv-cta-btn:hover{background:#326f2d}.cv-cta-btn:active{transform:translateY(1px)}.cv-hero{position:relative;min-height:560px;background-size:cover;background-position:center;display:flex;align-items:center}.cv-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#00000094,#00000047)}.cv-hero-content{position:relative;z-index:1;max-width:640px;padding:4rem 2.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.cv-hero-badge{background:#ffffff2e;border:1px solid rgba(255,255,255,.45);color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:.3rem .85rem;border-radius:999px}.cv-hero-title{margin:0;font-size:clamp(2rem,4.5vw,3rem);font-weight:700;color:#fff;line-height:1.18;font-family:Georgia,Times New Roman,serif;letter-spacing:-.01em}.cv-hero-title em{font-style:italic;color:#8cd67e}.cv-hero-subtitle{margin:0;color:#ffffffe0;font-size:1.05rem;line-height:1.55;max-width:480px}.cv-trust-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.25rem}.cv-trust-pill{background:#ffffffeb;border-radius:6px;padding:.45rem .9rem;display:flex;flex-direction:column;align-items:center;min-width:80px}.cv-trust-value{font-size:1rem;font-weight:800;color:#3d8b37;line-height:1.1;font-family:Georgia,Times New Roman,serif}.cv-trust-label{font-size:.72rem;color:#374151;font-weight:500;margin-top:1px}.cv-hero-cta{background:#3d8b37;color:#fff;border:none;border-radius:6px;padding:.85rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;margin-top:.5rem;transition:background .15s,transform .07s}.cv-hero-cta:hover{background:#326f2d}.cv-hero-cta:active{transform:translateY(1px)}.cv-plans-section{background:#fff;padding:5rem 2.5rem}.cv-section-header{text-align:center;margin-bottom:2.5rem;display:flex;flex-direction:column;align-items:center;gap:.6rem}.cv-section-badge{background:#e8f5e3;color:#3d8b37;font-size:.78rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:.3rem .85rem;border-radius:999px}.cv-section-title{margin:0;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;color:#1a2e1a;font-family:Georgia,Times New Roman,serif;letter-spacing:-.01em}.cv-plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:960px;margin:0 auto}.cv-plan-card{position:relative;background:#f0f7ee;border-radius:10px;padding:2rem 1.75rem;border-left:3px solid transparent;display:flex;flex-direction:column;gap:.75rem;transition:box-shadow .18s}.cv-plan-card:hover{box-shadow:0 6px 28px #3d8b371f}.cv-plan-card--highlighted{background:#fff;border-left-color:#3d8b37;box-shadow:0 4px 24px #3d8b3726}.cv-plan-recommended{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#3d8b37;color:#fff;font-size:.72rem;font-weight:700;padding:3px 12px;border-radius:999px;white-space:nowrap;letter-spacing:.04em}.cv-plan-header{display:flex;flex-direction:column;gap:.25rem}.cv-plan-name{margin:0;font-size:1.15rem;font-weight:700;color:#1a2e1a;font-family:Georgia,Times New Roman,serif}.cv-plan-price{font-size:1.6rem;font-weight:800;color:#3d8b37;font-family:Georgia,Times New Roman,serif;letter-spacing:-.02em}.cv-plan-desc{margin:0;font-size:.85rem;color:#4b6b4b;line-height:1.5}.cv-plan-bullets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem;flex:1}.cv-plan-bullet{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#1a2e1a;line-height:1.4}.cv-plan-check{flex-shrink:0;margin-top:1px;width:18px;height:18px;background:#e8f5e3;border-radius:50%;display:flex;align-items:center;justify-content:center}.cv-plan-cta{border:2px solid #3d8b37;background:transparent;color:#3d8b37;border-radius:6px;padding:.65rem 1rem;font-size:.88rem;font-weight:700;cursor:pointer;margin-top:.5rem;transition:background .15s,color .15s,transform .07s}.cv-plan-cta:hover{background:#3d8b37;color:#fff}.cv-plan-cta:active{transform:translateY(1px)}.cv-plan-cta--primary{background:#3d8b37;color:#fff}.cv-plan-cta--primary:hover{background:#326f2d}.cv-care-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:0 2.5rem 4rem;max-width:960px;margin:0 auto}.cv-care-item{display:flex;flex-direction:column;align-items:center;gap:.75rem}.cv-care-img-wrap{width:100%;aspect-ratio:4/3;border-radius:12px;overflow:hidden}.cv-care-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.cv-care-img-wrap:hover .cv-care-img{transform:scale(1.04)}.cv-care-caption{margin:0;font-size:.85rem;color:#4b6b4b;font-weight:500;text-align:center;letter-spacing:.01em}.cv-why{background:#f0f7ee;padding:5rem 2.5rem}.cv-why-intro{text-align:center;max-width:640px;margin:0 auto 3rem;display:flex;flex-direction:column;gap:.85rem}.cv-why-title{margin:0;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;color:#1a2e1a;font-family:Georgia,Times New Roman,serif;letter-spacing:-.01em}.cv-why-subtitle{margin:0;color:#4b6b4b;font-size:1rem;line-height:1.65}.cv-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:960px;margin:0 auto}.cv-feature-card{background:#fff;border-radius:10px;padding:2rem 1.75rem;display:flex;flex-direction:column;gap:.75rem}.cv-feature-icon{width:52px;height:52px;background:#e8f5e3;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cv-feature-title{margin:0;font-size:1rem;font-weight:700;color:#1a2e1a;font-family:Georgia,Times New Roman,serif}.cv-feature-desc{margin:0;font-size:.875rem;color:#4b6b4b;line-height:1.6}.cv-footer{background:#1a2e1a;color:#ffffffd1;padding:4rem 2.5rem 2rem}.cv-footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;max-width:960px;margin:0 auto 3rem}.cv-footer-brand{display:flex;flex-direction:column;gap:1rem}.cv-footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;color:#fff;font-family:Georgia,Times New Roman,serif}.cv-footer-tagline{margin:0;font-size:.875rem;line-height:1.65;color:#fff9;max-width:280px}.cv-footer-col h4{margin:0 0 1rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80}.cv-footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.cv-footer-col ul li a{color:#ffffffb8;text-decoration:none;font-size:.875rem;transition:color .15s}.cv-footer-col ul li a:hover{color:#8cd67e}.cv-footer-bottom{max-width:960px;margin:0 auto;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.8rem;color:#fff6}.cv-footer-legal{display:flex;gap:1.5rem}.cv-footer-legal a{color:#fff6;text-decoration:none;font-size:.8rem;transition:color .15s}.cv-footer-legal a:hover{color:#ffffffbf}@media(max-width:768px){.cv-nav-links{display:none}.cv-plans-grid,.cv-features-grid,.cv-care-strip{grid-template-columns:1fr}.cv-footer-inner{grid-template-columns:1fr;gap:2rem}.cv-hero-content,.cv-plans-section,.cv-why{padding:3rem 1.5rem}.cv-care-strip{padding:0 1.5rem 3rem}.cv-footer{padding:3rem 1.5rem 1.5rem}}@media(max-width:480px){.cv-nav{padding:0 1.25rem}.cv-trust-row{gap:.5rem}.cv-footer-bottom{flex-direction:column;align-items:flex-start}}@media(prefers-reduced-motion:reduce){.cv-care-img{transition:none}}.fct-shell{background:#f0f4f8;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#0f3460}.fct-nav{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:0 3rem;height:64px;background:#fff;border-bottom:1px solid #dce4ef;position:sticky;top:0;z-index:10}.fct-nav-brand{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.fct-logo-svg{flex-shrink:0}.fct-nav-wordmark{font-size:1.1rem;font-weight:800;color:#0f3460;letter-spacing:-.02em}.fct-pdp-badge{font-size:.65rem;font-weight:700;color:#0ea5e9;border:1px solid #0EA5E9;border-radius:999px;padding:.15rem .5rem;letter-spacing:.03em;text-transform:uppercase}.fct-nav-links{display:flex;gap:2rem;flex:1;justify-content:center}.fct-nav-links a{font-size:.9rem;font-weight:500;color:#4b6080;text-decoration:none;transition:color .15s}.fct-nav-links a:hover{color:#0f3460}.fct-nav-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.fct-nav-login{font-size:.875rem;font-weight:600;color:#4b6080;text-decoration:none}.fct-nav-cta{background:#0f3460;color:#fff;border:none;border-radius:8px;padding:.55rem 1.2rem;font-size:.875rem;font-weight:700;cursor:pointer;transition:background .2s}.fct-nav-cta:hover{background:#0c2a50}.fct-hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:5rem 3rem 4rem;max-width:1200px;margin:0 auto}.fct-hero-cert{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;color:#0ea5e9;background:#0ea5e914;border:1px solid rgba(14,165,233,.25);border-radius:999px;padding:.3rem .75rem;margin-bottom:1.25rem}.fct-hero-title{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:#0f3460;margin:0 0 1rem}.fct-hero-title em{font-style:normal;color:#0ea5e9}.fct-hero-subtitle{font-size:1rem;color:#4b6080;line-height:1.65;margin:0 0 2rem;max-width:480px}.fct-hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-bottom:2.5rem}.fct-cta-primary{background:#0f3460;color:#fff;border:none;border-radius:8px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .2s,transform .05s}.fct-cta-primary:hover{background:#0c2a50}.fct-cta-primary:active{transform:translateY(1px)}.fct-cta-ghost{font-size:.9rem;font-weight:600;color:#0f3460;text-decoration:none;border-bottom:1.5px solid #0F3460;padding-bottom:1px}.fct-trust-row{display:flex;gap:2rem;flex-wrap:wrap}.fct-trust-item{display:flex;flex-direction:column;gap:2px}.fct-trust-value{font-size:1.2rem;font-weight:800;color:#0f3460}.fct-trust-label{font-size:.75rem;color:#4b6080;font-weight:500}.fct-hero-visual{display:flex;justify-content:center}.fct-invoice-card{background:#fff;border:1px solid #dce4ef;border-radius:16px;padding:1.5rem;width:360px;box-shadow:0 8px 40px #0f34601a}.fct-invoice-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #eef2f7}.fct-invoice-title{font-size:.75rem;font-weight:700;color:#0f3460;letter-spacing:.04em}.fct-invoice-status{font-size:.7rem;font-weight:700;background:#16a34a1a;color:#16a34a;border-radius:999px;padding:.2rem .6rem}.fct-invoice-row{display:flex;justify-content:space-between;font-size:.82rem;color:#4b6080;padding:.3rem 0}.fct-invoice-bold{font-weight:600;color:#0f3460}.fct-invoice-amount{display:flex;justify-content:space-between;align-items:baseline;border-top:1px solid #eef2f7;margin-top:.75rem;padding-top:.75rem;font-size:.85rem;font-weight:600;color:#0f3460}.fct-invoice-amount-value{font-size:1.1rem;font-weight:800;color:#0f3460}.fct-invoice-route{display:flex;align-items:center;gap:0;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #eef2f7}.fct-route-node{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}.fct-route-node:before{content:"";width:10px;height:10px;border-radius:50%;background:#dce4ef;border:2px solid #dce4ef}.fct-route-node--done:before{background:#16a34a;border-color:#16a34a}.fct-route-node--active:before{background:#0ea5e9;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e933}.fct-route-node span{font-size:.6rem;font-weight:600;color:#4b6080;white-space:nowrap}.fct-route-line{flex:1;height:2px;background:#dce4ef;margin-bottom:14px}.fct-route-line--done{background:#16a34a}.fct-compliance-banner{background:#0f34600a;border-top:1px solid #dce4ef;border-bottom:1px solid #dce4ef;padding:.85rem 3rem}.fct-compliance-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#4b6080;line-height:1.5}.fct-compliance-inner strong{color:#0f3460}.fct-modules{padding:5rem 3rem;max-width:1200px;margin:0 auto}.fct-section-eyebrow{text-align:center;margin-bottom:3rem}.fct-section-badge{display:inline-block;font-size:.75rem;font-weight:700;color:#0ea5e9;background:#0ea5e914;border:1px solid rgba(14,165,233,.25);border-radius:999px;padding:.25rem .75rem;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.fct-section-badge--dark{color:#0f3460;background:#0f34600f;border-color:#0f346033}.fct-section-title{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;letter-spacing:-.03em;color:#0f3460;margin:.5rem 0}.fct-section-sub{font-size:1rem;color:#4b6080;max-width:560px;margin:0 auto;line-height:1.6}.fct-modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.fct-module-card{background:#fff;border:1px solid #dce4ef;border-radius:16px;padding:2rem;transition:box-shadow .2s}.fct-module-card:hover{box-shadow:0 8px 32px #0f34601a}.fct-module-icon{width:52px;height:52px;background:#0ea5e914;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.fct-module-name{font-size:1rem;font-weight:700;color:#0f3460;margin:0 0 .5rem}.fct-module-desc{font-size:.875rem;color:#4b6080;line-height:1.6;margin:0}.fct-why{background:#0f3460;padding:5rem 3rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.fct-why-left{max-width:480px}.fct-why-title{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;color:#fff;margin:.75rem 0 1rem;letter-spacing:-.03em}.fct-why-sub{font-size:.95rem;color:#ffffffa6;line-height:1.65;margin:0 0 2rem}.fct-why-right{display:flex;flex-direction:column;gap:1.25rem}.fct-why-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem;display:flex;gap:1rem;align-items:flex-start}.fct-why-card-check{width:30px;height:30px;background:#0ea5e926;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fct-why-card-title{font-size:.9rem;font-weight:700;color:#fff;margin:0 0 .35rem}.fct-why-card-desc{font-size:.82rem;color:#fff9;line-height:1.55;margin:0}.fct-visual-banner{position:relative;height:320px;overflow:hidden}.fct-visual-img{width:100%;height:100%;object-fit:cover;display:block}.fct-visual-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(15,52,96,.8) 0%,rgba(15,52,96,.4) 60%,transparent 100%);display:flex;align-items:center;padding:0 3rem}.fct-visual-cta-block{max-width:500px}.fct-visual-cta-text{font-size:1.3rem;font-weight:700;color:#fff;margin:0 0 1.5rem;line-height:1.4}.fct-footer{background:#0a2240;color:#ffffffa6;padding:4rem 3rem 1.5rem}.fct-footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.fct-footer-logo{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}.fct-footer-wordmark{font-size:1.1rem;font-weight:800;color:#fff}.fct-footer-tagline{font-size:.85rem;line-height:1.6;margin:0;max-width:280px}.fct-footer-col h4{font-size:.75rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.08em;margin:0 0 1rem}.fct-footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.fct-footer-col a{font-size:.85rem;color:#ffffff8c;text-decoration:none;transition:color .15s}.fct-footer-col a:hover{color:#fff}.fct-footer-bottom{max-width:1200px;margin:1.5rem auto 0;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;flex-wrap:wrap;gap:1rem}.fct-footer-legal{display:flex;gap:1.25rem}.fct-footer-legal a{font-size:.8rem;color:#fff6;text-decoration:none}.fct-footer-legal a:hover{color:#fffc}@media(max-width:900px){.fct-hero{grid-template-columns:1fr;padding:3rem 1.5rem}.fct-hero-visual{display:none}.fct-modules-grid{grid-template-columns:1fr}.fct-why{grid-template-columns:1fr;padding:3rem 1.5rem}.fct-footer-inner{grid-template-columns:1fr;gap:2rem}.fct-nav-links{display:none}}
