.home a{color:inherit;text-decoration:none}.home img,.home svg{display:block;max-width:100%}.home .container{max-width:1200px;margin:0 auto;padding:0 24px}.home .btn{padding:13px 22px}.home .btn-primary{width:auto}.home .serif{font-family:var(--serif)}.home .accent{color:var(--terracotta)}.home .link-t{color:var(--terracotta);font-weight:500}.home .link-t:hover{text-decoration:underline}.home .btn-secondary{background:transparent;color:var(--encre);border:1.5px solid var(--encre)}.home .nav{position:sticky;top:0;z-index:60;background:var(--ivoire);height:64px;display:flex;align-items:center;transition:box-shadow .2s,border-color .2s;border-bottom:1px solid transparent}.home .nav.scrolled{border-bottom-color:var(--grege);box-shadow:0 2px #00000004}.home .nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;width:100%;display:flex;align-items:center;gap:8px}.home .brand{font-family:var(--serif);font-weight:600;font-size:24px;letter-spacing:.04em;color:var(--encre)}.home .nav-spacer{flex:1}.home .nav-links{display:flex;align-items:center;gap:4px}.home .nav-link{padding:9px 14px;font-size:15px;font-weight:500;color:var(--encre);border-radius:6px;display:inline-flex;align-items:center;gap:5px;cursor:pointer;background:none;border:none;font-family:var(--sans)}.home .nav-link:hover{background:var(--grege)}.home .nav-divider{width:1px;height:24px;background:var(--grege);margin:0 8px}.home .nav-search{display:inline-flex;align-items:center;gap:7px;padding:9px 14px;font-size:15px;font-weight:500;color:var(--encre);border-radius:6px;cursor:pointer;background:none;border:none;font-family:var(--sans)}.home .nav-search:hover{background:var(--grege)}.home .nav-newsletter{margin-left:4px;padding:9px 16px;font-size:14px;font-weight:600;border:1.5px solid var(--encre);border-radius:var(--r-btn);color:var(--encre)}.home .nav-newsletter:hover{background:var(--encre);color:#fff}.home .caret{width:11px;height:11px;stroke:var(--pierre);stroke-width:2;fill:none}.home .has-mega{position:static}.home .mega{position:absolute;left:0;right:0;top:64px;background:var(--blanc);border-top:1px solid var(--grege);border-bottom:1px solid var(--grege);box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .16s,transform .16s,visibility .16s;z-index:55}.home .has-mega:hover .mega,.home .has-mega:focus-within .mega,.home .mega.open{opacity:1;visibility:visible;transform:none}.home .mega-inner{max-width:1200px;margin:0 auto;padding:32px 24px;display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:40px}.home .mega-col h4{font-family:var(--sans);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--pierre);margin-bottom:14px}.home .mega-col a{display:block;padding:7px 0;font-size:15px;color:var(--encre);border-bottom:1px solid transparent}.home .mega-col a:hover{color:var(--terracotta)}.home .mega-res{display:block;background:var(--ivoire);border-radius:var(--r-card);padding:18px;margin-bottom:14px;color:var(--encre)}.home .mega-res strong{display:block;font-size:15px;margin-bottom:3px}.home .mega-res span{font-size:13px;color:var(--pierre)}.home .burger{display:none;background:none;border:none;cursor:pointer;padding:8px;border-radius:6px}.home .burger:hover{background:var(--grege)}.home .burger svg{width:24px;height:24px;stroke:var(--encre);stroke-width:2;fill:none}.home .drawer-overlay{position:fixed;inset:0;background:#1c263173;opacity:0;visibility:hidden;transition:opacity .2s;z-index:90}.home .drawer-overlay.open{opacity:1;visibility:visible}.home .drawer{position:fixed;top:0;right:0;height:100%;width:84%;max-width:360px;background:var(--ivoire);z-index:100;transform:translate(100%);transition:transform .22s ease;overflow-y:auto;padding:20px}.home .drawer.open{transform:none}.home .drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.home .drawer-search{width:100%;height:46px;border:1.5px solid var(--encre);border-radius:var(--r-btn);padding:0 14px;font-size:15px;font-family:var(--sans);background:#fff;margin-bottom:20px}.home .drawer h5{font-family:var(--sans);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--pierre);margin:18px 0 8px}.home .drawer a{display:block;padding:10px 0;font-size:16px;color:var(--encre);border-bottom:1px solid var(--grege)}.home .drawer-sep{height:1px;background:var(--grege);margin:8px 0}.home .close-x{background:none;border:none;cursor:pointer;padding:6px}.home .close-x svg{width:24px;height:24px;stroke:var(--encre);stroke-width:2;fill:none}.home .hero{padding:0 0 56px}.home .trust-strip{background:var(--grege);padding:9px 0;text-align:center;font-size:12.5px;color:var(--pierre)}.home .trust-strip a{color:var(--terracotta);font-weight:500}.home .trust-strip a:hover{text-decoration:underline}.home .hero-body{max-width:760px;margin:0 auto;padding:64px 24px 0;text-align:center}.home .hero h1{font-size:54px;font-weight:500;letter-spacing:-.01em;margin-bottom:20px}.home .hero-sub{font-size:19px;color:var(--pierre);max-width:580px;margin:0 auto 34px}.home .search-box{display:flex;gap:0;max-width:600px;margin:0 auto;background:#fff;border:1.5px solid var(--encre);border-radius:var(--r-btn);overflow:hidden;box-shadow:var(--shadow-sm)}.home .search-box input{flex:1;border:none;outline:none;padding:0 18px;font-size:16px;font-family:var(--sans);color:var(--encre);background:transparent;min-width:0;height:52px}.home .search-box input::placeholder{color:#6b7280}.home .search-box button{border-radius:0;height:52px;padding:0 26px}.home .hero-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:22px}.home .tag{background:var(--grege);color:var(--encre);border:none;cursor:pointer;font-family:var(--sans);font-size:13.5px;font-weight:500;padding:8px 15px;border-radius:999px;transition:background .15s}.home .tag:hover{background:#dcd6cb}.home .signals{background:var(--grege);padding:22px 0}.home .signals-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px 36px;font-size:14px;color:var(--pierre)}.home .signal{display:inline-flex;align-items:center;gap:9px}.home .signal svg{width:18px;height:18px;stroke:var(--sauge);stroke-width:1.8;fill:none;flex-shrink:0}.home .signals-inner a{color:var(--terracotta);font-weight:500;text-decoration:underline;text-underline-offset:2px}.home section{scroll-margin-top:80px}.home .block{padding:64px 0}.home .eyebrow{font-family:var(--sans);font-size:12px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--terracotta);margin-bottom:12px}.home .h2{font-size:32px;font-weight:500;margin-bottom:8px}.home .lead{font-size:18px;color:var(--pierre);max-width:620px}.home .situations{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:36px}.home .scard{background:#fff;border:1px solid var(--grege);border-radius:var(--r-card);padding:28px;display:flex;flex-direction:column;transition:border-color .15s,box-shadow .15s}.home .scard:hover{border-color:#d6cfc2;box-shadow:var(--shadow-md)}.home .scard-ico{width:36px;height:36px;stroke:var(--terracotta);stroke-width:1.6;fill:none;margin-bottom:16px}.home .scard h3{font-size:23px;margin-bottom:8px}.home .scard p{font-size:15px;color:var(--pierre);margin-bottom:16px}.home .scard .link-t{margin-top:auto;font-size:15px}.home .season{display:inline-block;background:#fbeee3;color:var(--terracotta-d);font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px;margin-bottom:14px;width:fit-content}.home .quicklinks{list-style:none;padding:0;margin:0 0 4px}.home .quicklinks li{padding:7px 0;border-bottom:1px solid var(--grege);font-size:15px}.home .quicklinks li:last-child{border-bottom:none}.home .quicklinks a{display:flex;align-items:center;justify-content:space-between;color:var(--encre)}.home .quicklinks a:hover{color:var(--terracotta)}.home .mini-sim{margin-top:6px;background:var(--ivoire);border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:10px}.home .mini-sim .row{display:flex;gap:10px}.home .mini-sim label{font-size:12px;font-weight:600;color:var(--pierre);display:block;margin-bottom:5px}.home .mini-sim select,.home .mini-sim input{width:100%;height:42px;border:1px solid var(--grege);border-radius:7px;padding:0 12px;font-family:var(--sans);font-size:14px;color:var(--encre);background:#fff}.home .mini-sim .btn{width:100%;padding:11px}.home .timeline{list-style:none;padding:0;margin:4px 0 16px;border-left:2px solid var(--grege)}.home .timeline li{position:relative;padding:0 0 14px 18px;font-size:14px;color:var(--pierre)}.home .timeline li:last-child{padding-bottom:0}.home .timeline li:before{content:"";position:absolute;left:-7px;top:5px;width:11px;height:11px;border-radius:50%;background:var(--terracotta);border:2px solid var(--ivoire)}.home .timeline b{color:var(--encre)}.home .featured{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-top:36px}.home .feat-main{display:flex;flex-direction:column;background:#fff;border:1px solid var(--grege);border-radius:var(--r-card);overflow:hidden;color:var(--encre);transition:box-shadow .15s}.home .feat-main:hover{box-shadow:var(--shadow-md)}.home .feat-visual{aspect-ratio:16/8;background:linear-gradient(135deg,#eee9e0,#e4ddd0)}.home .feat-visual svg{width:100%;height:100%}.home .feat-main .feat-text{padding:24px}.home .feat-side{display:flex;flex-direction:column;gap:24px}.home .feat-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--grege);border-radius:var(--r-card);padding:20px;flex:1;color:var(--encre);transition:box-shadow .15s}.home .feat-card:hover{box-shadow:var(--shadow-md)}.home .badge{display:inline-block;background:var(--terracotta);color:#fff;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:4px 10px;border-radius:5px;margin-bottom:12px;width:fit-content}.home .badge.alt{background:var(--encre)}.home .feat-main h3{font-size:25px;margin-bottom:10px}.home .feat-card h3{font-size:18px;font-family:var(--sans);font-weight:600;margin-bottom:8px;line-height:1.35}.home .feat-text p,.home .feat-card p{font-size:14.5px;color:var(--pierre);margin-bottom:12px}.home .feat-meta{font-size:12.5px;color:#6b7280;margin-top:auto}.home .tool{background:var(--encre);color:#fff}.home .tool-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.home .tool .eyebrow{color:#e3a883}.home .tool h2{font-size:34px;color:#fff;margin-bottom:14px}.home .tool p{color:#c4ccd6;font-size:17px;margin-bottom:24px}.home .tool ul{list-style:none;padding:0;margin:0 0 28px}.home .tool li{display:flex;gap:11px;align-items:flex-start;font-size:15px;color:#dde3ea;padding:6px 0}.home .tool li svg{width:19px;height:19px;stroke:var(--terracotta);stroke-width:2;fill:none;flex-shrink:0;margin-top:1px}.home .tool-card{background:#fff;border-radius:14px;padding:26px;color:var(--encre);box-shadow:var(--shadow-md)}.home .tool-card .tc-q{font-family:var(--serif);font-size:22px;margin-bottom:18px}.home .tc-field{margin-bottom:14px}.home .tc-field label{font-size:12px;font-weight:600;color:var(--pierre);display:block;margin-bottom:6px}.home .tc-field select,.home .tc-field input{width:100%;height:46px;border:1px solid var(--grege);border-radius:8px;padding:0 13px;font-family:var(--sans);font-size:15px;color:var(--encre);background:#fff}.home .tc-row{display:flex;gap:12px}.home .tool-card .btn{width:100%;margin-top:6px;height:50px}.home .tc-note{font-size:12px;color:#6b7280;margin-top:12px;text-align:center}.home .news{padding:72px 0;text-align:center}.home .news-inner{max-width:600px;margin:0 auto}.home .news .eyebrow{justify-content:center}.home .news h2{font-size:32px;margin-bottom:14px}.home .news p{font-size:17px;color:var(--pierre);margin-bottom:28px}.home .news-form{display:flex;gap:10px;max-width:480px;margin:0 auto}.home .news-form input{flex:1;height:52px;border:1.5px solid var(--encre);border-radius:var(--r-btn);padding:0 16px;font-family:var(--sans);font-size:16px;background:#fff;min-width:0}.home .news-form .btn{height:52px}.home .news-guar{display:flex;flex-wrap:wrap;gap:8px 22px;justify-content:center;margin-top:20px;font-size:13px;color:var(--pierre)}.home .news-guar span{display:inline-flex;align-items:center;gap:7px}.home .news-guar svg{width:15px;height:15px;stroke:var(--sauge);stroke-width:2;fill:none}.home .footer{background:var(--encre);color:#fff}.home .footer-main{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;padding:56px 0 40px}.home .footer-brand .fb-logo{font-family:var(--serif);font-size:26px;font-weight:600;letter-spacing:.04em;margin-bottom:10px}.home .footer-brand .fb-sign{font-family:var(--serif);font-style:italic;font-size:16px;color:#d9b9a4;margin-bottom:14px}.home .footer-brand p{font-size:13px;line-height:1.65;color:#ffffffb3;max-width:300px;margin-bottom:16px}.home .footer-col h4{font-family:var(--sans);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffff80;margin-bottom:16px}.home .footer-col a{display:block;padding:6px 0;font-size:14px;color:#ffffffd1}.home .footer-col a:hover{color:#fff}.home .footer-mini a{display:inline-block;font-size:12.5px;color:#ffffff8c;margin:10px 14px 0 0}.home .footer-mini a:hover{color:#fff}.home .footer-social a{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.25);border-radius:7px;margin-right:8px}.home .footer-social svg{width:17px;height:17px;stroke:#fff;stroke-width:1.8;fill:none}.home .footer-social a:hover{background:#ffffff14}.home .footer-bottom{background:#0000002e;padding:16px 0;font-size:12.5px;color:#ffffff9e;text-align:center}.home .footer-bottom a{color:#ffffffd9;text-decoration:underline;text-underline-offset:2px}@media (max-width:980px){.home .nav-links .nav-link span.lbl,.home .nav-newsletter{display:none}.home .nav-links{gap:2px}.home .tool-inner{grid-template-columns:1fr;gap:32px}.home .footer-main{grid-template-columns:1fr 1fr;gap:32px}.home .footer-brand{grid-column:1 / -1}.home .hero h1{font-size:46px}}@media (max-width:860px){.home .nav-links,.home .nav-divider,.home .nav-search,.home .nav-newsletter,.home .has-mega .mega{display:none}.home .burger{display:inline-flex}.home .situations,.home .featured{grid-template-columns:1fr}.home .feat-side{flex-direction:row}}@media (max-width:620px){.home .block{padding:48px 0}.home .news{padding:52px 0}.home .hero-body{padding-top:44px}.home .hero h1{font-size:36px}.home .hero-sub{font-size:17px}.home .search-box{flex-direction:column;border-radius:var(--r-btn)}.home .search-box input{height:50px;border-bottom:1px solid var(--grege)}.home .search-box button{width:100%;height:50px}.home .h2,.home .news h2,.home .tool h2{font-size:26px}.home .signals-inner{flex-direction:column;align-items:flex-start;gap:12px;text-align:left}.home .feat-side,.home .news-form{flex-direction:column}.home .news-form .btn{width:100%}.home .mini-sim .row,.home .tc-row{flex-direction:column}.home .footer-main{grid-template-columns:1fr;gap:28px}}
