:root{--navy:#07152f;--navy2:#102650;--blue:#315efb;--blue2:#163ba6;--cyan:#54ddcd;--mint:#dffbf5;--ink:#10203f;--muted:#6f7f9d;--line:#dbe5f5;--ice:#f2f7ff;--white:#fff;--shadow:0 30px 80px rgba(7,21,47,.17)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"DM Sans",sans-serif;color:var(--ink);background:linear-gradient(180deg,#f7fbff 0,#edf4ff 55%,#fff 100%);overflow-x:hidden}button,input,select{font:inherit}button{cursor:pointer}.hidden{display:none!important}.noise{position:fixed;inset:0;pointer-events:none;opacity:.12;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150' viewBox='0 0 150 150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");z-index:20}
.site-header{width:min(1220px,calc(100% - 40px));margin:auto;display:flex;align-items:center;justify-content:space-between;padding:24px 0 8px;position:relative;z-index:3}.brand{border:0;background:none;padding:0}.brand img{display:block}.header-actions{display:flex;align-items:center;gap:18px}.phone{color:var(--ink);text-decoration:none;font-weight:800}.ghost-btn{border:1px solid rgba(49,94,251,.18);background:rgba(255,255,255,.75);backdrop-filter:blur(12px);color:var(--blue2);font-weight:800;border-radius:14px;padding:13px 18px;transition:.2s}.ghost-btn:hover{transform:translateY(-2px);border-color:rgba(49,94,251,.45);box-shadow:0 14px 28px rgba(31,71,171,.12)}
.hero{width:min(1220px,calc(100% - 40px));margin:42px auto 115px;display:grid;grid-template-columns:.93fr 1.07fr;gap:64px;align-items:center;position:relative}.hero:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-300px;top:-200px;background:radial-gradient(circle,rgba(49,94,251,.18),transparent 68%);z-index:-1}.hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;left:-270px;bottom:-130px;background:radial-gradient(circle,rgba(84,221,205,.15),transparent 70%);z-index:-1}.hero-copy{padding:28px 0}.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(49,94,251,.14);color:var(--blue2);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;backdrop-filter:blur(14px)}.eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 5px rgba(84,221,205,.17)}h1,h2{font-family:"Manrope",sans-serif;letter-spacing:-.055em}h1{font-size:clamp(46px,5.1vw,74px);line-height:.99;margin:24px 0;max-width:650px}h1 em{font-style:normal;color:var(--blue)}.trust-row{display:flex;flex-wrap:wrap;gap:14px 20px;color:var(--muted);font-weight:700;font-size:14px}.trust-row span{display:flex;align-items:center;gap:7px}.trust-row b{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:#148164;font-size:12px}.hero-art-wrap{margin-top:18px}.hero-art{width:min(620px,100%);display:block;transform:translateX(-26px);filter:drop-shadow(0 26px 45px rgba(7,21,47,.12))}
.form-column{position:relative}.form-badge{display:flex;justify-content:space-between;align-items:center;padding:0 12px 12px;color:var(--muted);font-size:12px}.form-badge span{font-weight:800;text-transform:uppercase;letter-spacing:.1em}.form-badge strong{color:var(--blue2)}.form-card{position:relative;min-height:635px;padding:38px;border-radius:34px;background:rgba(255,255,255,.96);border:1px solid rgba(214,226,246,.96);box-shadow:var(--shadow);overflow:hidden}.form-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--blue),var(--cyan))}.progress-wrap{margin-bottom:30px}.progress-meta{display:flex;justify-content:space-between;gap:20px;margin-bottom:10px;color:var(--muted);font-size:13px}.progress-meta strong{color:var(--ink)}.progress-track{height:9px;background:#edf1f8;border-radius:999px;overflow:hidden}.progress-track span{height:100%;display:block;width:0;border-radius:inherit;background:linear-gradient(90deg,var(--blue),var(--cyan));transition:width .3s ease}.stage{animation:stageIn .34s ease}@keyframes stageIn{from{opacity:0;transform:translateX(16px)}to{opacity:1;transform:none}}.stage h2{font-size:clamp(28px,3vw,40px);line-height:1.1;margin:0 0 12px}.stage .intro{color:var(--muted);margin:0 0 26px;line-height:1.55}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:26px}.choice-grid.products .choice-card:last-child{grid-column:1/-1}.choice-card{position:relative;min-height:122px;padding:20px;text-align:left;border-radius:22px;border:1px solid var(--line);background:linear-gradient(180deg,#fff,#f9fbff);color:var(--ink);font-weight:800;display:flex;flex-direction:column;justify-content:center;gap:12px;transition:.22s;overflow:hidden}.choice-card:after{content:"→";position:absolute;right:18px;bottom:15px;color:#b3c2de;transition:.22s}.choice-card:hover,.choice-card:focus-visible{outline:none;border-color:rgba(49,94,251,.5);transform:translateY(-4px);box-shadow:0 16px 34px rgba(40,77,163,.12)}.choice-card:hover:after{color:var(--blue);transform:translateX(3px)}.choice-card .icon{width:52px;height:52px;border-radius:16px;background:var(--ice);display:grid;place-items:center}.choice-card .icon img{width:34px;height:34px}.choice-card small{color:var(--muted);font-weight:500}.field{display:flex;flex-direction:column;gap:8px;margin-top:18px}.field label{font-weight:800;font-size:14px}.field input,.field select{width:100%;border:1px solid var(--line);background:#fbfdff;border-radius:16px;padding:16px 17px;color:var(--ink);outline:none;transition:.2s}.field input:focus,.field select:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(49,94,251,.1);background:#fff}.inline-unit{position:relative}.inline-unit input{padding-right:68px}.inline-unit>span{position:absolute;right:17px;bottom:17px;color:var(--muted);font-weight:800}.person-card{padding:18px 20px 23px;background:#f7faff;border:1px solid var(--line);border-radius:22px}.form-actions{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:28px}.back-btn{border:0;background:transparent;color:var(--muted);font-weight:800;padding:10px 0}.back-btn:hover{color:var(--ink)}.primary-btn{border:0;border-radius:16px;padding:15px 21px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;font-weight:800;box-shadow:0 14px 28px rgba(49,94,251,.25);transition:.22s}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(49,94,251,.33)}.primary-btn:disabled{opacity:.6;cursor:wait}.error{min-height:20px;color:#c33c4e;margin-top:11px;font-size:13px;font-weight:700}.secure-note{text-align:center;margin-top:14px;color:var(--muted);font-size:12px}.success{text-align:center;padding:52px 10px}.success-icon{width:78px;height:78px;border-radius:50%;margin:0 auto 22px;display:grid;place-items:center;background:linear-gradient(135deg,#bff8ec,#e9fffa);color:#11815f;font-size:34px;font-weight:900;box-shadow:0 20px 45px rgba(17,129,95,.15)}.success p{color:var(--muted);font-size:17px;line-height:1.6;margin-bottom:28px}
.why{width:min(1120px,calc(100% - 40px));margin:0 auto 110px}.why-heading{text-align:center;max-width:680px;margin:0 auto 36px}.why-heading h2{font-size:clamp(34px,4vw,52px);line-height:1.05;margin:18px 0}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.why-grid article{background:#fff;border:1px solid var(--line);border-radius:26px;padding:30px;box-shadow:0 18px 55px rgba(7,21,47,.07)}.why-grid img{width:58px;height:58px}.why-grid h3{font-family:Manrope,sans-serif;font-size:23px;margin:18px 0 8px}.why-grid p{color:var(--muted);line-height:1.55;margin:0}
.site-footer{background:var(--navy);color:#fff;padding:38px max(24px,calc((100vw - 1120px)/2));display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.site-footer img{display:block}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer-links button{border:0;background:none;color:#c6d1e8;padding:0}.site-footer p{color:#8798bb;font-size:13px;margin:0}.modal{position:fixed;inset:0;background:rgba(4,12,28,.68);display:grid;place-items:center;padding:20px;z-index:50}.modal-panel{position:relative;width:min(680px,100%);max-height:82vh;overflow:auto;background:#fff;border-radius:26px;padding:34px;box-shadow:var(--shadow)}.modal-close{position:absolute;right:18px;top:14px;border:0;background:none;font-size:28px;color:var(--muted)}.modal-panel h2{font-size:34px}.modal-panel p{color:var(--muted);line-height:1.7}
@media(max-width:980px){.hero{grid-template-columns:1fr;gap:30px}.hero-copy{text-align:center}.trust-row{justify-content:center}.hero-art{margin:auto;transform:none}.form-column{max-width:720px;width:100%;margin:auto}.why-grid{grid-template-columns:1fr}.form-card{min-height:600px}}
@media(max-width:640px){.site-header{width:min(100% - 24px,1220px);padding-top:17px}.brand img{width:145px;height:auto}.phone{display:none}.ghost-btn{padding:11px 13px}.hero{width:min(100% - 24px,1220px);margin-top:22px;margin-bottom:78px}.hero-copy{padding-top:10px}h1{font-size:42px}.hero-art{margin-top:12px}.form-badge{display:none}.form-card{padding:27px 20px;border-radius:26px;min-height:590px}.choice-grid{grid-template-columns:1fr}.choice-grid.products .choice-card:last-child{grid-column:auto}.choice-card{min-height:100px}.form-actions{align-items:stretch}.form-actions .primary-btn{flex:1}.why{width:min(100% - 24px,1120px);margin-bottom:70px}.site-footer{flex-direction:column;align-items:flex-start}.footer-links{flex-direction:column;gap:12px}}

/* ===== V4 editorial & product pages ===== */
.section-pad{padding:105px max(24px,calc((100vw - 1220px)/2))}
.section-heading{margin-bottom:42px}.section-heading h2{font-size:clamp(36px,4.4vw,58px);line-height:1.04;margin:18px 0 12px}.section-heading>p,.split-heading>p{color:var(--muted);line-height:1.75;max-width:660px;font-size:17px}.centered{text-align:center}.centered>p{margin-left:auto;margin-right:auto}.split-heading{display:flex;align-items:end;justify-content:space-between;gap:55px}.split-heading>div{max-width:700px}
.why.section-pad{background:var(--navy);width:100%;max-width:none;margin:0;padding-top:100px;padding-bottom:105px}.why-grid.four{grid-template-columns:repeat(4,1fr);width:min(1220px,100%);margin:0 auto}.why-grid.four article{min-height:260px}.why-symbol{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(84,221,205,.22),rgba(49,94,251,.22));color:var(--cyan);font-size:30px}
.solutions-section{background:#fff}.solution-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.solution-card{grid-column:span 2;min-height:315px;padding:30px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(160deg,#fff,#f5f9ff);box-shadow:0 18px 50px rgba(7,21,47,.07);display:flex;flex-direction:column;transition:.25s}.solution-card:nth-child(4){grid-column:2/span 2}.solution-card:nth-child(5){grid-column:4/span 2}.solution-card:hover{transform:translateY(-7px);border-color:rgba(49,94,251,.35);box-shadow:0 28px 60px rgba(24,59,145,.13)}.solution-icon{width:70px;height:70px;border-radius:22px;background:var(--ice);display:grid;place-items:center;margin-bottom:25px}.solution-icon img{width:46px;height:46px}.solution-card h3{font-family:Manrope,sans-serif;font-size:22px;margin:0 0 12px}.solution-card p{color:var(--muted);line-height:1.65;margin:0 0 24px}.solution-card a{margin-top:auto;text-decoration:none;color:var(--blue);font-weight:800}.solution-card a span{display:inline-block;transition:.2s}.solution-card a:hover span{transform:translateX(4px)}
.process-section{background:linear-gradient(135deg,#0a1b3c,#112c5f);color:#fff}.process-section .eyebrow{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.12)}.process-grid{width:min(1110px,100%);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.process-grid article{position:relative;padding:38px;border-radius:28px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(10px)}.process-grid article:not(:last-child):after{content:"→";position:absolute;right:-23px;top:50%;font-size:25px;color:var(--cyan)}.step-number{font:800 48px Manrope,sans-serif;color:var(--cyan);opacity:.9}.process-grid h3{font-size:21px;margin:20px 0 10px}.process-grid p{color:#b9c8e4;line-height:1.65;margin:0}
.network-section{background:#edf5ff}.network-panel{width:min(1220px,100%);margin:auto;border-radius:36px;background:#fff;padding:55px 60px;display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center;box-shadow:0 24px 70px rgba(7,21,47,.09)}.network-panel h2{font-size:clamp(34px,4vw,52px);line-height:1.06;margin:18px 0}.network-panel p{color:var(--muted);font-size:17px;line-height:1.7}.network-badges{display:grid;grid-template-columns:1fr 1fr;gap:14px}.network-badges span{padding:22px 16px;border-radius:18px;background:var(--ice);border:1px solid var(--line);font-weight:800;text-align:center;color:var(--blue2)}
.faq-section{background:#fff}.faq-list{width:min(920px,100%);margin:0 auto}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{list-style:none;padding:23px 5px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-weight:800;font-size:17px;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{width:32px;height:32px;border-radius:50%;background:var(--ice);color:var(--blue);display:grid;place-items:center;font-size:21px;transition:.2s}.faq-item[open] summary span{transform:rotate(45deg)}.faq-item p{margin:0;padding:0 55px 25px 5px;color:var(--muted);line-height:1.75}
.rich-footer{display:grid;grid-template-columns:1.3fr .8fr .8fr;gap:60px;text-align:left;align-items:start;padding:68px max(24px,calc((100vw - 1220px)/2)) 30px}.rich-footer .footer-brand p{max-width:360px;color:#aebdda;line-height:1.65}.footer-column{display:flex;flex-direction:column;gap:10px}.footer-column h3{font-size:14px;text-transform:uppercase;letter-spacing:.12em;color:#fff;margin:4px 0 10px}.footer-column a,.footer-column button{border:0;background:none;padding:0;color:#aebdda;text-decoration:none;text-align:left;font-size:14px}.footer-column a:hover,.footer-column button:hover{color:#fff}.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.1);padding-top:22px;margin-top:15px;color:#8294b6}
/* Product page */
.product-header{width:min(1380px,calc(100% - 40px))}.main-nav{display:flex;gap:6px;padding:6px;border:1px solid rgba(49,94,251,.1);background:rgba(255,255,255,.72);backdrop-filter:blur(12px);border-radius:16px}.main-nav a{padding:10px 11px;border-radius:11px;text-decoration:none;color:var(--muted);font-size:13px;font-weight:700}.main-nav a:hover,.main-nav a.active{background:#fff;color:var(--blue2);box-shadow:0 7px 20px rgba(7,21,47,.08)}.product-header .ghost-btn{text-decoration:none}
.product-hero{width:min(1220px,calc(100% - 40px));margin:65px auto 95px;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.product-hero-copy h1{font-size:clamp(48px,5.5vw,76px);margin:24px 0 22px}.product-hero-copy>p{font-size:19px;line-height:1.75;color:var(--muted);max-width:690px}.primary-link{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;text-decoration:none;font-weight:800;padding:17px 23px;border-radius:15px;margin-top:30px;box-shadow:0 17px 35px rgba(49,94,251,.25);transition:.2s}.primary-link:hover{transform:translateY(-3px);box-shadow:0 23px 42px rgba(49,94,251,.31)}.product-visual{position:relative;min-height:470px;border-radius:45px;background:linear-gradient(145deg,#eaf2ff,#dffbf5);display:grid;place-items:center;overflow:hidden}.product-visual:before,.product-visual:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(49,94,251,.16)}.product-visual:before{width:350px;height:350px}.product-visual:after{width:500px;height:500px}.visual-orbit{position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.76);filter:blur(1px);box-shadow:0 30px 70px rgba(17,56,136,.18)}.product-visual img{position:relative;width:190px;height:190px;z-index:2;filter:drop-shadow(0 24px 28px rgba(7,21,47,.22))}.visual-label{position:absolute;bottom:35px;left:35px;padding:12px 17px;border-radius:999px;background:rgba(255,255,255,.8);backdrop-filter:blur(10px);font-weight:800;color:var(--blue2)}
.product-benefits{background:var(--navy);color:#fff}.benefit-grid{width:min(1220px,100%);margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.benefit-grid article{padding:30px;border-radius:25px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11)}.benefit-grid h3{font-size:20px;margin:20px 0 10px}.benefit-grid p{color:#b9c8e4;line-height:1.65}.mini-check{width:42px;height:42px;border-radius:14px;background:rgba(84,221,205,.16);color:var(--cyan);display:grid;place-items:center;font-weight:900}
.confidence-strip{width:min(1100px,calc(100% - 40px));margin:-35px auto 40px;position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid var(--line);box-shadow:0 24px 60px rgba(7,21,47,.12);border-radius:25px;padding:28px}.confidence-strip div{text-align:center}.confidence-strip div+div{border-left:1px solid var(--line)}.confidence-strip strong{display:block;font:800 24px Manrope,sans-serif;color:var(--blue2)}.confidence-strip span{display:block;color:var(--muted);font-size:13px;margin-top:5px}
.quote-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center;background:linear-gradient(180deg,#f7fbff,#edf4ff)}.quote-copy h2{font-size:clamp(39px,4.2vw,58px);line-height:1.05;margin:20px 0}.quote-copy>p{font-size:17px;color:var(--muted);line-height:1.75}.quote-copy ul{list-style:none;padding:0;margin:28px 0}.quote-copy li{padding:10px 0;font-weight:700}.quote-copy li:before{content:"✓";display:inline-grid;place-items:center;width:25px;height:25px;background:var(--mint);color:#148164;border-radius:50%;margin-right:11px}.quote-section .form-card{min-height:590px}.product-faq{padding-top:90px}.final-cta{width:min(1220px,calc(100% - 40px));margin:0 auto 100px;padding:45px 50px;border-radius:32px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.final-cta h2{font-size:32px;margin:0 0 8px}.final-cta p{margin:0;color:#dce5ff}.light-link{background:#fff;color:var(--blue2);margin:0;box-shadow:none;white-space:nowrap}
@media(max-width:1100px){.main-nav{display:none}.why-grid.four,.benefit-grid{grid-template-columns:repeat(2,1fr)}.solution-cards{grid-template-columns:repeat(2,1fr)}.solution-card,.solution-card:nth-child(4),.solution-card:nth-child(5){grid-column:auto}.product-hero{grid-template-columns:1fr .8fr}.quote-section{grid-template-columns:1fr}.network-panel{grid-template-columns:1fr}.process-grid article:not(:last-child):after{display:none}}
@media(max-width:760px){.section-pad{padding:75px 20px}.split-heading{display:block}.why-grid.four,.benefit-grid,.process-grid,.solution-cards{grid-template-columns:1fr}.network-panel{padding:36px 24px}.network-badges{grid-template-columns:1fr}.rich-footer{grid-template-columns:1fr;gap:30px}.product-header .phone{display:none}.product-hero{grid-template-columns:1fr;margin-top:35px;gap:35px}.product-visual{min-height:350px}.product-visual img{width:140px;height:140px}.confidence-strip{grid-template-columns:1fr;gap:20px}.confidence-strip div+div{border-left:0;border-top:1px solid var(--line);padding-top:20px}.quote-section{padding-left:20px;padding-right:20px}.final-cta{padding:35px 28px;display:block}.final-cta .primary-link{margin-top:25px}.solution-card{min-height:auto}}

/* ===== V5 updates ===== */
.brand img{width:72px!important;height:72px!important;object-fit:contain;border-radius:18px}
.footer-brand img{width:92px!important;height:92px!important;object-fit:contain;border-radius:22px;background:#fff}
.audience-grid{grid-template-columns:repeat(2,1fr)!important}.audience-card{min-height:150px}.audience-icon{font-size:40px;display:block;margin-bottom:12px}
.network-panel-marquee{display:block;overflow:hidden}.network-copy{max-width:820px}.partner-marquee{margin-top:40px;overflow:hidden;border-radius:24px;background:linear-gradient(135deg,#f8fbff,#eef5ff);border:1px solid var(--line);padding:28px 0}.partner-track{display:flex;align-items:center;gap:62px;width:max-content;animation:partnerScroll 22s linear infinite}.partner-marquee:hover .partner-track{animation-play-state:paused}.partner{font:800 31px Manrope,sans-serif;white-space:nowrap;opacity:.9}.partner.axa{color:#001b70}.partner.april{color:#e64b2f}.partner.allianz{color:#003781}.partner.orus{color:#4837e8}.partner.netvox{color:#1a5b8f}@keyframes partnerScroll{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 31px))}}
.story-section{background:#fff}.story-grid{width:min(1220px,100%);margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.story-copy h2{font-size:clamp(40px,4.5vw,58px);line-height:1.05;margin:20px 0}.story-copy p{color:var(--muted);font-size:17px;line-height:1.75}.story-button{border:0;cursor:pointer}.office-card{margin:0;border-radius:34px;overflow:hidden;background:#fff;box-shadow:0 28px 70px rgba(7,21,47,.14)}.office-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.office-card figcaption{padding:18px 22px;color:var(--muted);font-size:14px}
.hamon-section{background:#edf5ff}.hamon-card{width:min(1220px,100%);margin:auto;background:linear-gradient(135deg,#0b1d42,#14346f);color:#fff;border-radius:38px;display:grid;grid-template-columns:.8fr 1.2fr;gap:45px;align-items:center;padding:45px;overflow:hidden}.hamon-image{background:#fff;border-radius:28px;padding:12px}.hamon-image img{width:100%;display:block;border-radius:20px}.hamon-copy h2{font-size:clamp(35px,4vw,52px);line-height:1.08;margin:20px 0}.hamon-copy p{color:#c6d3ea;line-height:1.75;font-size:17px}.hamon-copy .primary-link{border:0;cursor:pointer}
.callback-modal{position:fixed;inset:0;background:rgba(4,13,31,.66);backdrop-filter:blur(10px);display:grid;place-items:center;padding:20px;z-index:2000}.callback-panel{width:min(620px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:30px;padding:38px;position:relative;box-shadow:0 35px 90px rgba(0,0,0,.3)}.callback-panel h2{font-size:34px;margin:18px 0 8px}.callback-panel>p{color:var(--muted);line-height:1.6}.callback-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin-top:25px}.callback-grid .full{grid-column:1/-1}.callback-submit{width:100%;margin-top:12px}.callback-success{text-align:center;padding:30px 10px}.callback-success h3{font-size:27px;margin:18px 0 8px}.modal-open{overflow:hidden}.hidden{display:none!important}
@media(max-width:760px){.brand img{width:58px!important;height:58px!important}.audience-grid{grid-template-columns:1fr!important}.story-grid,.hamon-card{grid-template-columns:1fr}.story-grid{gap:35px}.hamon-card{padding:25px}.callback-panel{padding:28px 20px}.callback-grid{grid-template-columns:1fr}.callback-grid .full{grid-column:auto}.partner-track{gap:42px}.partner{font-size:25px}}

/* ===== V6 optimisation & mobile navigation ===== */
:root{--content:1160px}
body{font-size:15.5px}
.site-header{padding-top:14px;padding-bottom:14px}
.product-header{width:min(1280px,calc(100% - 34px))}
.main-nav a{padding:9px 10px;font-size:12.5px}
.header-actions{gap:10px}
.header-actions .phone{font-size:13.5px}
.header-actions .ghost-btn{padding:11px 15px;font-size:13px}
.section-pad{padding:82px max(22px,calc((100vw - var(--content))/2))}
.section-heading{margin-bottom:38px}
.section-heading h2{font-size:clamp(34px,3.7vw,50px);line-height:1.08}
.section-heading p{font-size:16px;line-height:1.65}
.product-hero{width:min(var(--content),calc(100% - 40px));margin:48px auto 52px;grid-template-columns:1.05fr .95fr;gap:55px}
.product-hero-copy h1{font-size:clamp(43px,5vw,67px);line-height:1.03;margin:20px 0 18px}
.product-hero-copy>p{font-size:17px;line-height:1.65;max-width:630px}
.product-hero .trust-row{margin-top:23px}
.product-hero .primary-link{margin-top:24px}
.product-visual{min-height:405px;border-radius:36px}
.product-visual:before{width:310px;height:310px}
.product-visual:after{width:440px;height:440px}
.product-visual img{width:165px;height:165px}
.visual-label{bottom:27px;left:27px;font-size:13px}
.quote-section{grid-template-columns:.86fr 1.14fr;gap:52px;align-items:start;padding-top:72px;padding-bottom:76px}
.quote-copy{padding-top:18px}
.quote-copy h2{font-size:clamp(35px,3.8vw,51px);margin:17px 0}
.quote-copy>p{font-size:16px;line-height:1.65}
.quote-copy ul{margin:22px 0}
.quote-copy li{padding:8px 0;font-size:14px}
.form-badge{margin-bottom:12px}
.form-card{border-radius:27px}
.quote-section .form-card{min-height:535px}
.product-benefits{padding-top:75px;padding-bottom:95px}
.benefit-grid{width:min(var(--content),100%);gap:15px}
.benefit-grid article{padding:25px;border-radius:22px}
.benefit-grid h3{font-size:18px;margin:16px 0 8px}
.benefit-grid p{font-size:14px;line-height:1.6}
.confidence-strip{width:min(1040px,calc(100% - 40px));margin:-31px auto 32px;padding:23px;border-radius:22px}
.confidence-strip strong{font-size:21px}
.product-faq{padding-top:70px;padding-bottom:75px}
.faq-list{max-width:1000px;margin-left:auto;margin-right:auto}
.final-cta{width:min(var(--content),calc(100% - 40px));margin:0 auto 75px;padding:36px 42px;border-radius:27px}
.final-cta h2{font-size:28px}
.story-grid,.network-panel-marquee,.hamon-card{width:min(var(--content),100%)}
.story-grid{gap:52px}
.story-copy h2{font-size:clamp(36px,4vw,51px);margin:17px 0}
.story-copy p{font-size:16px;line-height:1.65}
.office-card{border-radius:29px}
.hamon-card{grid-template-columns:.84fr 1.16fr;gap:38px;padding:38px;border-radius:32px}
.hamon-image{padding:8px;border-radius:24px}
.hamon-image img{aspect-ratio:4/3;object-fit:cover;border-radius:18px}
.hamon-copy h2{font-size:clamp(33px,3.7vw,47px);margin:17px 0}
.hamon-copy p{font-size:16px;line-height:1.65}
.partner-marquee{margin-top:31px;padding:23px 0}
.partner{font-size:27px}
.menu-toggle{display:none;width:43px;height:43px;border:1px solid var(--line);background:#fff;border-radius:13px;padding:11px;cursor:pointer;box-shadow:0 8px 24px rgba(7,21,47,.08)}
.menu-toggle span{display:block;height:2px;background:var(--navy);border-radius:5px}
.menu-toggle span+span{margin-top:5px}
.mobile-nav{position:fixed;inset:0;z-index:1500;display:block}
.mobile-nav-backdrop{position:absolute;inset:0;border:0;background:rgba(4,13,31,.55);backdrop-filter:blur(6px)}
.mobile-nav-panel{position:absolute;top:0;right:0;height:100%;width:min(360px,88vw);background:#fff;padding:22px;box-shadow:-24px 0 70px rgba(7,21,47,.22);display:flex;flex-direction:column;animation:menuSlide .25s ease}
.mobile-nav-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line)}
.mobile-nav-brand img{width:64px;height:64px;object-fit:contain;border-radius:17px}
.mobile-nav-close{width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:13px;font-size:27px;line-height:1;cursor:pointer}
.mobile-nav-links{display:flex;flex-direction:column;padding:20px 0;gap:5px}
.mobile-nav-links a{padding:13px 14px;border-radius:12px;text-decoration:none;color:var(--navy);font-weight:700;font-size:15px}
.mobile-nav-links a:hover,.mobile-nav-links a.active{background:var(--ice);color:var(--blue2)}
.mobile-nav-actions{margin-top:auto;display:grid;gap:10px}
.mobile-call,.mobile-callback{display:block;border-radius:14px;padding:14px;text-align:center;text-decoration:none;font-weight:800;font-size:14px}
.mobile-call{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff}
.mobile-callback{border:1px solid var(--line);background:#fff;color:var(--navy);cursor:pointer}
.menu-open{overflow:hidden}
@keyframes menuSlide{from{transform:translateX(100%)}to{transform:translateX(0)}}
@media(max-width:1100px){
  .menu-toggle{display:block}
  .header-actions{display:none}
  .product-hero{gap:40px}
}
@media(max-width:760px){
  body{font-size:15px}
  .site-header{width:calc(100% - 24px);padding:10px 0}
  .brand img{width:54px!important;height:54px!important;border-radius:15px}
  .menu-toggle{width:41px;height:41px}
  .section-pad{padding:58px 18px}
  .product-hero{width:calc(100% - 32px);margin:25px auto 38px;gap:27px}
  .product-hero-copy{text-align:center}
  .product-hero-copy h1{font-size:clamp(36px,11vw,49px);margin:16px 0 15px}
  .product-hero-copy>p{font-size:15.5px;line-height:1.58;margin-left:auto;margin-right:auto}
  .product-hero .trust-row{justify-content:center;gap:8px 13px}
  .product-hero .primary-link{margin-top:19px}
  .product-visual{min-height:280px;border-radius:28px}
  .product-visual img{width:125px;height:125px}
  .visual-label{bottom:20px;left:20px}
  .quote-section{padding:54px 18px 58px;gap:29px}
  .quote-copy{text-align:center;padding-top:0}
  .quote-copy h2{font-size:34px}
  .quote-copy>p{font-size:15px}
  .quote-copy ul{display:inline-block;text-align:left;margin:17px auto 0}
  .quote-section .form-card{min-height:510px}
  .form-card{padding:22px 17px}
  .benefit-grid article{padding:22px}
  .confidence-strip{width:calc(100% - 32px);margin:-25px auto 25px;padding:20px}
  .product-faq{padding-top:54px}
  .final-cta{width:calc(100% - 32px);margin-bottom:55px;padding:29px 24px;text-align:center}
  .story-grid{gap:29px}
  .story-copy{text-align:center}
  .story-copy h2{font-size:35px}
  .story-copy p{font-size:15px}
  .hamon-card{padding:22px;gap:25px;border-radius:27px}
  .hamon-copy{text-align:center}
  .hamon-copy h2{font-size:33px}
  .hamon-copy p{font-size:15px}
  .partner-marquee{margin-top:24px;padding:20px 0}
  .partner{font-size:23px}
}

/* ===== V7 — mobile coherence, compact cards, overflow fix ===== */
html{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  -webkit-text-size-adjust:100%;
}
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
main,section,header,footer{
  max-width:100%;
}
img,svg,video,canvas{
  max-width:100%;
}
.partner-marquee,
.network-panel,
.network-panel-marquee,
.partner-track{
  max-width:100%;
}
.partner-marquee{
  overflow:hidden;
  contain:paint;
}

/* Unified typography */
.section-heading h2,
.network-copy h2,
.story-copy h2,
.hamon-copy h2{
  font-family:Manrope,sans-serif;
  font-weight:800;
  letter-spacing:-.035em;
}
.section-heading p,
.network-copy p,
.story-copy p,
.hamon-copy p,
.process-grid p,
.why-grid p{
  font-size:16px;
  line-height:1.65;
}
.why .section-heading h2{
  color:#fff;
}
.why .section-heading p{
  color:#b9c8e4;
}

/* Compact cards desktop */
.why-grid.four article{
  min-height:0;
  padding:25px;
}
.process-grid article{
  padding:30px;
  min-height:0;
}
.process-grid h3,
.why-grid h3{
  font-size:19px;
  line-height:1.25;
}
.step-number{
  font-size:40px;
}
.why-grid img{
  width:50px;
  height:50px;
}
.why-symbol{
  width:50px;
  height:50px;
  border-radius:16px;
  font-size:24px;
}

/* Loi Hamon: no decorative thumbnail, one coherent composition */
.hamon-card{
  display:block;
  max-width:900px;
  padding:48px 52px;
}
.hamon-copy{
  max-width:760px;
  margin:0 auto;
  text-align:center;
}
.hamon-copy .primary-link{
  margin-top:8px;
}

/* More consistent homepage title scale */
.network-copy h2,
.story-copy h2{
  font-size:clamp(34px,3.8vw,48px);
  line-height:1.08;
}
.network-copy p,
.story-copy p{
  font-size:16px;
}

/* Mobile */
@media(max-width:760px){
  .section-pad{
    padding:52px 16px;
  }

  .section-heading{
    margin-bottom:26px;
  }

  .section-heading h2,
  .network-copy h2,
  .story-copy h2,
  .hamon-copy h2{
    font-size:32px !important;
    line-height:1.08;
    letter-spacing:-.035em;
  }

  .section-heading p,
  .network-copy p,
  .story-copy p,
  .hamon-copy p,
  .process-grid p,
  .why-grid p{
    font-size:15px !important;
    line-height:1.58;
  }

  .eyebrow{
    font-size:11px;
    padding:9px 13px;
    letter-spacing:.11em;
  }

  .why.section-pad{
    padding-top:58px;
    padding-bottom:58px;
  }

  .why-grid.four,
  .process-grid{
    gap:14px;
  }

  .why-grid.four article,
  .process-grid article{
    min-height:0 !important;
    padding:22px 20px !important;
    border-radius:22px;
  }

  .why-grid h3,
  .process-grid h3{
    font-size:19px !important;
    line-height:1.25;
    margin:14px 0 7px;
  }

  .why-grid img{
    width:46px;
    height:46px;
  }

  .why-symbol{
    width:46px;
    height:46px;
    border-radius:14px;
    font-size:22px;
  }

  .step-number{
    font-size:38px;
    line-height:1;
  }

  .process-grid h3{
    margin-top:15px;
  }

  .network-panel{
    padding:25px 18px !important;
    border-radius:24px;
  }

  .network-panel-marquee{
    width:100% !important;
  }

  .partner-marquee{
    width:100%;
    margin-top:21px;
    padding:17px 0;
    border-radius:18px;
  }

  .partner-track{
    gap:34px;
  }

  .partner{
    font-size:21px !important;
  }

  .story-grid{
    gap:24px;
  }

  .story-copy{
    text-align:center;
  }

  .story-copy p{
    margin:0 0 15px;
  }

  .office-card{
    border-radius:24px;
  }

  .office-card img{
    aspect-ratio:4/3;
    object-position:center 62%;
  }

  .hamon-section{
    padding-left:16px;
    padding-right:16px;
  }

  .hamon-card{
    width:100%;
    max-width:100%;
    padding:31px 21px;
    border-radius:25px;
  }

  .hamon-copy{
    max-width:100%;
  }

  .hamon-copy h2{
    margin:17px 0 18px;
  }

  .hamon-copy p{
    margin:0 0 16px;
  }

  .hamon-copy .primary-link{
    width:100%;
    justify-content:center;
    padding:15px 18px;
  }

  /* Prevent any child from forcing the viewport wider */
  .hero,
  .form-card,
  .choice-grid,
  .choice-card,
  .solutions-section,
  .solution-cards,
  .solution-card,
  .process-grid,
  .why-grid,
  .network-section,
  .network-panel,
  .story-grid,
  .hamon-card,
  .site-footer{
    min-width:0;
    max-width:100%;
  }
}

/* ===== V8 — reconstruction responsive mobile des pages produits ===== */

/* Aucune section ne doit pouvoir agrandir le viewport */
html,body{
  width:100%;
  min-width:0;
  max-width:100%;
  overflow-x:clip;
}
body>*,
main,
main>*,
.site-header,
.product-hero,
.quote-section,
.product-benefits,
.benefit-grid,
.confidence-strip,
.product-faq,
.final-cta,
.form-column,
.form-card,
.stage,
.choice-grid,
.choice-card{
  min-width:0;
  max-width:100%;
}
input,select,textarea,button{
  max-width:100%;
}

/* Tablette et mobile : une seule colonne réelle */
@media(max-width:900px){
  .product-hero{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:calc(100% - 32px)!important;
    gap:28px!important;
    margin:28px auto 42px!important;
  }

  .product-hero-copy{
    width:100%!important;
    max-width:680px!important;
    margin:0 auto!important;
    text-align:center!important;
  }

  .product-hero-copy h1{
    width:100%!important;
    max-width:100%!important;
    font-size:clamp(36px,9.5vw,50px)!important;
    line-height:1.04!important;
    overflow-wrap:anywhere;
  }

  .product-hero-copy>p{
    width:100%!important;
    max-width:620px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .product-hero .trust-row{
    justify-content:center!important;
  }

  .product-visual{
    width:100%!important;
    max-width:520px!important;
    min-height:270px!important;
    margin:0 auto!important;
  }

  .quote-section{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    gap:26px!important;
    align-items:stretch!important;
    padding:52px 16px 58px!important;
  }

  .quote-copy,
  .form-column{
    width:100%!important;
    max-width:680px!important;
    margin:0 auto!important;
  }

  .quote-copy{
    text-align:center!important;
    padding:0!important;
  }

  .quote-copy h2{
    width:100%!important;
    max-width:100%!important;
    font-size:clamp(31px,8vw,42px)!important;
    line-height:1.08!important;
    overflow-wrap:anywhere;
  }

  .quote-copy>p{
    max-width:570px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .quote-copy ul{
    width:max-content!important;
    max-width:100%!important;
    margin:20px auto 0!important;
    text-align:left!important;
  }

  .form-column{
    display:block!important;
  }

  .form-card{
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    padding:24px 18px!important;
    border-radius:24px!important;
    overflow:hidden!important;
  }

  .stage,
  .stage form,
  .person-card{
    width:100%!important;
    max-width:100%!important;
  }

  .stage h2{
    font-size:clamp(27px,7vw,36px)!important;
    overflow-wrap:anywhere;
  }

  .choice-grid,
  .choice-grid.products,
  .audience-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
  }

  .choice-grid.products .choice-card:last-child{
    grid-column:auto!important;
  }

  .choice-card{
    width:100%!important;
  }

  .field,
  .field input,
  .field select{
    width:100%!important;
    min-width:0!important;
  }

  .form-actions{
    width:100%!important;
    flex-wrap:wrap!important;
  }

  .form-actions .primary-btn{
    flex:1 1 160px!important;
  }

  .product-benefits{
    width:100%!important;
    padding:54px 16px 68px!important;
  }

  .product-benefits .section-heading{
    width:100%!important;
    max-width:680px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .benefit-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    max-width:680px!important;
    margin:0 auto!important;
    gap:14px!important;
  }

  .benefit-grid article{
    width:100%!important;
    padding:21px!important;
    border-radius:21px!important;
  }

  .confidence-strip{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:calc(100% - 32px)!important;
    max-width:680px!important;
    margin:-25px auto 26px!important;
    padding:18px!important;
    gap:0!important;
  }

  .confidence-strip div{
    width:100%!important;
    padding:14px 8px!important;
  }

  .confidence-strip div+div{
    border-left:0!important;
    border-top:1px solid var(--line)!important;
  }

  .secure-note{
    width:100%!important;
    max-width:100%!important;
    padding:0 8px!important;
    overflow-wrap:anywhere;
  }

  .product-faq{
    width:100%!important;
    padding:55px 16px!important;
  }

  .final-cta{
    width:calc(100% - 32px)!important;
    max-width:680px!important;
    margin:0 auto 55px!important;
  }
}

@media(max-width:520px){
  .site-header{
    width:calc(100% - 24px)!important;
  }

  .product-hero{
    width:calc(100% - 24px)!important;
  }

  .product-hero-copy h1{
    font-size:clamp(34px,10.5vw,44px)!important;
  }

  .product-visual{
    min-height:240px!important;
    border-radius:25px!important;
  }

  .product-visual img{
    width:118px!important;
    height:118px!important;
  }

  .visual-label{
    left:18px!important;
    bottom:18px!important;
    font-size:12px!important;
  }

  .quote-section{
    padding-left:12px!important;
    padding-right:12px!important;
  }

  .form-card{
    padding:22px 15px!important;
  }

  .progress-meta{
    gap:8px!important;
    font-size:12px!important;
  }

  .form-actions{
    gap:10px!important;
  }

  .back-btn{
    flex:0 0 auto!important;
  }

  .primary-btn{
    padding:14px 16px!important;
  }
}

/* ===== V9 — questionnaire first choice + legal content ===== */
.audience-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}
.audience-card{
  position:relative;
  min-height:230px!important;
  padding:26px 24px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  gap:10px!important;
  border-radius:24px!important;
}
.audience-card .audience-icon{
  width:82px;
  height:82px;
  display:grid;
  place-items:center;
  margin:0 0 4px!important;
}
.audience-card .audience-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.audience-card strong{
  font-size:20px;
  line-height:1.2;
}
.audience-card small{
  max-width:230px;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}
.audience-arrow{
  position:absolute;
  right:20px;
  bottom:18px;
  font-size:20px;
  color:#9dafc7;
  transition:transform .2s ease,color .2s ease;
}
.audience-card:hover{
  transform:translateY(-3px);
  border-color:#b9c8f8;
  box-shadow:0 18px 40px rgba(49,94,251,.12);
}
.audience-card:hover .audience-arrow{
  transform:translateX(4px);
  color:var(--blue2);
}
.modal .modal-panel{
  width:min(720px,calc(100% - 32px));
  max-height:86vh;
  overflow:auto;
}
#legalContent{
  color:var(--muted);
  line-height:1.7;
}
#legalContent .legal-section{
  padding:0 0 20px;
  margin:0 0 20px;
  border-bottom:1px solid var(--line);
}
#legalContent .legal-section:last-of-type{
  margin-bottom:12px;
}
#legalContent h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:18px;
}
#legalContent p{
  margin:0 0 10px;
}
#legalContent a{
  color:var(--blue2);
  text-decoration:none;
  overflow-wrap:anywhere;
}
#legalContent .legal-update{
  margin:18px 0 0;
  color:#91a0b8;
  font-size:13px;
}
@media(max-width:760px){
  .audience-grid{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .audience-card{
    min-height:205px!important;
    padding:24px 20px!important;
  }
  .audience-card .audience-icon{
    width:76px;
    height:76px;
  }
  .audience-card strong{
    font-size:19px;
  }
  .audience-card small{
    font-size:12.5px;
  }
  .modal .modal-panel{
    width:calc(100% - 24px);
    max-height:84vh;
    padding:28px 22px;
    border-radius:25px;
  }
  #legalTitle{
    font-size:32px!important;
    line-height:1.08;
    overflow-wrap:anywhere;
  }
}

/* ===== V10 — hiérarchie commerciale et formulaires prioritaires ===== */

/* Les contenus secondaires restent sobres */
.section-heading h2,
.network-copy h2,
.story-copy h2,
.hamon-copy h2{
  font-size:clamp(31px,3.2vw,44px);
}
.product-hero-copy h1{
  font-size:clamp(40px,4.6vw,61px);
}
.why .section-heading,
.solutions-section .section-heading{
  margin-bottom:25px;
}
.footer-brand{
  margin-bottom:18px;
}

/* Les formulaires sont les seuls éléments volontairement renforcés */
.quote-section{
  grid-template-columns:.78fr 1.22fr;
  gap:58px;
}
.form-column{
  transform:scale(1.10);
  transform-origin:top center;
  margin-bottom:54px;
}
.form-card{
  border:1px solid rgba(49,94,251,.20);
  box-shadow:0 34px 86px rgba(30,72,175,.20);
}
.form-card .primary-btn{
  min-height:56px;
  font-size:16px;
  font-weight:800;
}
.progress-track{
  height:10px;
}
.progress-track span{
  min-height:10px;
}

/* Formulaire principal de l'accueil */
.hero .form-column{
  transform:scale(1.08);
  transform-origin:top center;
  margin-bottom:42px;
}
.hero .form-card{
  box-shadow:0 36px 90px rgba(30,72,175,.22);
}

/* Suppression des espaces devenus inutiles */
.product-hero-copy h1 + .trust-row{
  margin-top:22px;
}
.story-copy p:last-of-type{
  margin-bottom:20px;
}

/* Mobile : formulaire agrandi dans son contenu, jamais dans sa largeur */
@media(max-width:900px){
  .form-column,
  .hero .form-column{
    transform:none!important;
    width:100%!important;
    margin-bottom:0!important;
  }

  .form-card{
    width:100%!important;
    padding:28px 20px!important;
    border-radius:25px!important;
    box-shadow:0 30px 74px rgba(30,72,175,.21)!important;
  }

  .stage h2{
    font-size:clamp(29px,7.8vw,38px)!important;
  }

  .field input,
  .field select{
    min-height:56px!important;
    font-size:16px!important;
  }

  .form-card .primary-btn{
    min-height:58px!important;
    font-size:16px!important;
  }

  .progress-track{
    height:10px!important;
  }

  .product-hero-copy h1{
    font-size:clamp(34px,9vw,44px)!important;
  }

  .section-heading h2,
  .network-copy h2,
  .story-copy h2,
  .hamon-copy h2{
    font-size:30px!important;
  }

  .product-hero-copy h1 + .trust-row{
    margin-top:22px!important;
  }
}

/* ===== V11 finale — formulaire avant illustration, image complète conservée ===== */

/* Accueil */
.hero{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;
  align-items:start;
}
.home-art-break{
  grid-column:1/-1;
  display:flex;
  justify-content:center;
  width:100%;
  padding-top:26px;
}
.home-art-break .hero-art-wrap{
  width:min(720px,100%);
  margin:0 auto;
}
.home-art-break .hero-art{
  width:100%;
  height:auto;
  display:block;
}

/* Pages produits */
.product-hero{
  grid-template-columns:minmax(0,1fr)!important;
}
.product-hero-copy{
  max-width:820px!important;
  margin:0 auto!important;
  text-align:center!important;
}
.product-hero .trust-row{
  justify-content:center!important;
}
.quote-section{
  padding-top:36px!important;
}
.quote-copy ul{
  display:none!important;
}

/* Réassurance sous le formulaire */
.post-form-reassurance{
  background:#eef6ff;
  padding-top:20px!important;
  padding-bottom:22px!important;
}
.post-form-reassurance-inner{
  width:min(980px,100%);
  margin:0 auto;
}
.post-form-reassurance ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.post-form-reassurance li{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:76px;
  padding:16px 18px;
  border:1px solid rgba(49,94,251,.12);
  border-radius:18px;
  background:#fff;
  box-shadow:0 16px 36px rgba(17,48,105,.08);
  color:var(--navy);
  font-weight:800;
  text-align:center;
}
.post-form-reassurance li::before{
  content:"✓";
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#defaf4;
  color:#16886c;
  font-weight:900;
}

/* Bloc image complet, proportions d'origine */
.product-visual-break{
  background:#eef6ff;
  padding-top:14px!important;
  padding-bottom:54px!important;
}
.product-visual-break .product-visual{
  width:min(760px,100%)!important;
  min-height:360px!important;
  margin:0 auto!important;
  position:relative!important;
  overflow:hidden!important;
  border-radius:36px!important;
}
.product-visual-break .product-visual img{
  width:165px!important;
  height:165px!important;
  max-width:165px!important;
  max-height:165px!important;
  object-fit:contain!important;
  display:block!important;
  position:relative!important;
  z-index:2!important;
}
.product-visual-break .visual-orbit{
  display:block!important;
}
.product-visual-break .visual-label{
  position:absolute!important;
  left:27px!important;
  bottom:27px!important;
  z-index:3!important;
}

@media(max-width:900px){
  .hero{
    grid-template-columns:minmax(0,1fr)!important;
  }
}

@media(max-width:760px){
  .home-art-break{
    padding-top:18px;
  }

  .quote-section{
    padding-top:24px!important;
  }

  .post-form-reassurance{
    padding:16px 12px 18px!important;
  }
  .post-form-reassurance ul{
    grid-template-columns:minmax(0,1fr)!important;
    gap:10px;
  }
  .post-form-reassurance li{
    min-height:0;
    justify-content:flex-start;
    padding:14px 16px;
    border-radius:16px;
    text-align:left;
    font-size:15px;
  }

  .product-visual-break{
    padding:12px 12px 40px!important;
  }
  .product-visual-break .product-visual{
    width:100%!important;
    min-height:280px!important;
    border-radius:26px!important;
  }
  .product-visual-break .product-visual img{
    width:128px!important;
    height:128px!important;
    max-width:128px!important;
    max-height:128px!important;
  }
  .product-visual-break .visual-label{
    left:18px!important;
    bottom:18px!important;
  }
}


/* === V13 adjustments === */
/* Product pages: form immediately after hero, without CTA or intro copy */
.quote-form-only{
  display:block !important;
  padding-top:58px !important;
  padding-bottom:72px !important;
}
.quote-form-only .form-column{
  width:min(820px,100%);
  margin:0 auto;
}
.product-hero-copy .primary-link{display:none !important;}

/* Homepage: navy contrast now belongs to Nos solutions */
.solutions-section{
  background:var(--navy) !important;
  width:100%;
  max-width:none;
  margin:0;
  padding-left:max(20px,calc((100vw - var(--content))/2));
  padding-right:max(20px,calc((100vw - var(--content))/2));
}
.solutions-section .section-heading h2{color:#fff;}
.solutions-section .eyebrow{color:#dce7ff;}
.solutions-section .eyebrow i{background:var(--cyan);}
.solutions-section .solution-card{background:#fff !important;}

/* Compact process band */
.process-section{padding-top:70px !important;padding-bottom:70px !important;}
.process-section .section-heading{margin-bottom:30px;}
.process-grid{gap:16px;}
.process-grid article{
  min-height:0 !important;
  padding:24px 26px !important;
  display:flex;
  align-items:center;
  justify-content:center;
}
.step-line{display:flex;align-items:center;gap:16px;width:100%;}
.step-line .step-number{margin:0;flex:0 0 auto;}
.step-line h3{margin:0 !important;font-size:19px !important;line-height:1.25;}

/* Network: title + clean moving strip only */
.network-section{background:#edf5ff;padding-top:68px !important;padding-bottom:68px !important;overflow:hidden;}
.network-heading{margin-bottom:26px;}
.network-panel-simple{width:min(var(--content),100%);margin:0 auto;overflow:hidden;}
.network-panel-simple .partner-marquee{
  margin-top:0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:22px 0;
  box-shadow:0 18px 48px rgba(7,21,47,.08);
}
.partner-logo{
  width:190px;
  height:72px;
  padding:8px 18px;
  border-radius:16px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}
.partner-logo img{display:block;max-width:100%;max-height:54px;width:auto;height:auto;object-fit:contain;}
.partner-logo img[alt="AXA"]{max-height:60px;}
.partner-logo img[alt="AG2R La Mondiale"]{max-height:52px;}
.partner-track{gap:34px;animation-duration:28s;}

@media(max-width:760px){
  .quote-form-only{padding:42px 18px 55px !important;}
  .solutions-section{padding-left:20px;padding-right:20px;}
  .process-section{padding-top:56px !important;padding-bottom:56px !important;}
  .process-section .section-heading{margin-bottom:22px;}
  .process-grid article{padding:20px !important;}
  .step-line{gap:13px;}
  .step-line h3{font-size:17px !important;}
  .network-section{padding-top:54px !important;padding-bottom:54px !important;}
  .partner-logo{width:150px;height:62px;padding:7px 14px;}
  .partner-logo img{max-height:46px;}
  .partner-track{gap:24px;}
}


/* === V14 final adjustments === */
/* Homepage: remove the explanatory three-step block (HTML removed). */

/* Make the "Nos solutions" badge clearly visible on the navy section. */
.solutions-section .eyebrow{
  background:#fff !important;
  color:var(--blue2) !important;
  border:1px solid rgba(49,94,251,.24) !important;
  box-shadow:0 10px 28px rgba(0,0,0,.16) !important;
  opacity:1 !important;
}
.solutions-section .eyebrow i{
  background:var(--cyan) !important;
  box-shadow:0 0 0 5px rgba(84,221,205,.20) !important;
}

/* Keep the three reassurance points aligned on one compact line. */
@media(max-width:760px){
  .hero .trust-row{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    width:100% !important;
    white-space:nowrap !important;
    font-size:12px !important;
  }
  .hero .trust-row span{
    gap:5px !important;
    flex:0 0 auto !important;
  }
  .hero .trust-row b{
    width:19px !important;
    height:19px !important;
    font-size:10px !important;
  }
}

@media(max-width:390px){
  .hero .trust-row{
    gap:6px !important;
    font-size:11px !important;
  }
  .hero .trust-row span{gap:4px !important;}
  .hero .trust-row b{
    width:18px !important;
    height:18px !important;
  }
}


/* ===== V16 — optimisation verticale mobile ===== */

/* Badge de l'accueil centré dans l'en-tête */
.header-eyebrow{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  margin:0;
  z-index:1;
  white-space:nowrap;
}

/* L'illustration d'accueil a été supprimée du HTML */
.home-art-break{display:none!important;}

/* Le hero remonte après déplacement du badge */
.hero-copy{
  padding-top:0!important;
}

@media (max-width: 760px){
  .site-header{
    min-height:72px;
  }

  .header-eyebrow{
    max-width:calc(100% - 190px);
    font-size:11px!important;
    padding:9px 12px!important;
    letter-spacing:.08em!important;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .hero{
    margin-top:8px!important;
    gap:20px!important;
  }

  .hero-copy{
    padding-top:0!important;
  }

  .hero-copy h1{
    margin-top:8px!important;
  }

  /* Les trois bénéfices restent sur une seule ligne
     sur toutes les pages produits. */
  .product-hero .trust-row{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    width:100%!important;
    white-space:nowrap!important;
    font-size:11px!important;
  }

  .product-hero .trust-row span{
    flex:0 0 auto!important;
    gap:4px!important;
  }

  .product-hero .trust-row b{
    width:18px!important;
    height:18px!important;
    font-size:10px!important;
  }

  .product-hero{
    margin-top:14px!important;
    margin-bottom:28px!important;
  }
}

@media (max-width: 390px){
  .header-eyebrow{
    font-size:10px!important;
    padding:8px 9px!important;
    max-width:calc(100% - 170px);
  }

  .product-hero .trust-row{
    gap:4px!important;
    font-size:10px!important;
  }

  .product-hero .trust-row b{
    width:17px!important;
    height:17px!important;
  }
}


/* V17 — créneaux de rappel */
#callbackTime:disabled{
  opacity:.65;
  cursor:not-allowed;
}
