:root{--bg:#f5f7fb;--surface:#fff;--ink:#0f172a;--muted:#64748b;--line:#dfe5ef;--brand:#1688f8;--brand-dark:#0a5dd8;--brand-soft:#eaf4ff;--dark:#071426;--dark-2:#0c1d35;--success:#16a34a;--shadow:0 18px 55px rgba(15,23,42,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,229,239,.9);box-shadow:0 5px 18px rgba(15,23,42,.04)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:auto!important;height:44px!important;max-width:220px;object-fit:contain}.menu{display:flex;align-items:center;justify-content:flex-end;gap:25px;font-weight:750;font-size:14px}.menu a:not(.btn){white-space:nowrap}.menu a:not(.btn):hover{color:var(--brand)}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:10px;width:42px;height:42px;font-size:22px;cursor:pointer}.btn{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:12px 22px;border-radius:12px;background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;font-weight:850;border:0;cursor:pointer;box-shadow:0 12px 28px rgba(22,136,248,.22);transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(22,136,248,.28);filter:saturate(1.08)}.btn.secondary{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:none}.btn.secondary:hover{border-color:#b9c6d8}.btn.small{min-height:42px;padding:9px 16px}
.hero{position:relative;isolation:isolate;padding:88px 0 82px;background:linear-gradient(145deg,#fff 0%,#f6faff 50%,#edf6ff 100%);overflow:hidden}.hero:before,.hero:after{content:"";position:absolute;z-index:-1;border-radius:50%;filter:blur(8px);opacity:.62}.hero:before{width:480px;height:480px;right:-130px;top:-160px;background:radial-gradient(circle,rgba(22,136,248,.24),transparent 68%)}.hero:after{width:340px;height:340px;left:-160px;bottom:-180px;background:radial-gradient(circle,rgba(14,165,233,.17),transparent 68%)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr);gap:62px;align-items:center}.eyebrow{display:inline-flex;align-items:center;color:var(--brand-dark);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.hero h1{font-size:clamp(44px,5.3vw,72px);line-height:1.02;letter-spacing:-.047em;margin:16px 0 24px;max-width:760px}.hero p{font-size:19px;color:var(--muted);max-width:680px;margin:0}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:30px}.trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:27px;color:#475569;font-size:14px;font-weight:750}.hero-card{position:relative;background:linear-gradient(150deg,var(--dark),var(--dark-2));color:#fff;padding:24px;border-radius:28px;box-shadow:0 34px 80px rgba(7,20,38,.28);border:1px solid rgba(255,255,255,.08);animation:heroFloat 6s ease-in-out infinite;transform-origin:center}.hero-card:before{content:"";position:absolute;inset:12% 6%;background:rgba(22,136,248,.25);filter:blur(42px);z-index:-1;border-radius:50%}.hero-card img{width:100%;aspect-ratio:16/10;object-fit:contain;border-radius:18px;background:transparent}.hero-card .mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.mini{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.10);padding:13px;border-radius:13px;text-align:center}.mini b{display:block;font-size:20px}.mini span{font-size:13px;color:#cbd5e1}@keyframes heroFloat{0%,100%{transform:translateY(0) rotate(-.35deg)}50%{transform:translateY(-10px) rotate(.35deg)}}
.section{padding:90px 0}.section.white{background:#fff}.section-head{text-align:center;max-width:780px;margin:0 auto 46px}.section-head h2{font-size:clamp(34px,4vw,50px);letter-spacing:-.037em;line-height:1.08;margin:12px 0}.section-head p{color:var(--muted);font-size:18px;margin:0}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}.pack-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;display:flex;flex-direction:column;box-shadow:var(--shadow);position:relative;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.pack-card:hover{transform:translateY(-9px);box-shadow:0 26px 65px rgba(15,23,42,.15);border-color:#b8d9ff}.pack-card.featured{border:2px solid var(--brand);transform:translateY(-8px);box-shadow:0 25px 65px rgba(22,136,248,.18)}.pack-card.featured:hover{transform:translateY(-13px)}.pack-card img{width:100%;height:190px;object-fit:contain;border-radius:17px;background:linear-gradient(145deg,#f8fbff,#eef5fd);padding:8px}.badge{position:absolute;top:17px;left:17px;z-index:2;background:var(--dark);color:#fff;padding:7px 11px;border-radius:999px;font-size:11px;font-weight:850;letter-spacing:.03em}.featured .badge{background:linear-gradient(135deg,var(--brand),var(--brand-dark))}.pack-card h3{font-size:27px;line-height:1.15;margin:22px 0 8px}.pack-card p{color:var(--muted);margin:0;min-height:58px}.price{display:flex;align-items:flex-end;gap:6px;margin:17px 0 4px}.price strong{font-size:40px;line-height:1;letter-spacing:-.04em}.price span{color:var(--muted)}.activation{font-size:13px;color:#475569;margin:6px 0 15px;padding-bottom:15px;border-bottom:1px solid #edf1f6}.features{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:10px}.features li{color:#334155}.features li:before{content:'✓';color:var(--success);font-weight:900;margin-right:9px}.pack-card .actions{margin-top:auto;display:grid;grid-template-columns:1fr;gap:10px}.pack-card .actions .btn{width:100%}
.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.step{background:#fff;border:1px solid var(--line);border-radius:20px;padding:25px;box-shadow:0 12px 35px rgba(15,23,42,.05)}.step .number{width:42px;height:42px;border-radius:12px;background:var(--brand-soft);color:var(--brand-dark);display:grid;place-items:center;font-weight:900}.step h3{margin:18px 0 8px}.step p{color:var(--muted);margin:0}.included{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.included div{background:#fff;border:1px solid var(--line);padding:18px;border-radius:16px;font-weight:800;box-shadow:0 8px 26px rgba(15,23,42,.04)}.faq{max-width:850px;margin:auto;display:grid;gap:12px}.faq details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px}.faq summary{font-weight:800;cursor:pointer}.faq p{color:var(--muted)}
.page-hero{padding:72px 0 46px;background:linear-gradient(180deg,#fff,#f7faff)}.page-hero h1{font-size:clamp(38px,5vw,60px);line-height:1.05;letter-spacing:-.04em;margin:10px 0}.page-hero p{max-width:760px;color:var(--muted);font-size:19px}.content{padding:55px 0 90px}.content-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px;max-width:920px;box-shadow:var(--shadow)}.content-card h2{margin-top:28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field input,.field textarea,.field select{width:100%;padding:14px;border:1px solid #cfd8e5;border-radius:12px;font:inherit;background:#fff}.field textarea{min-height:150px}.notice{padding:15px;border-radius:12px;background:#ecfdf3;color:#166534;margin-bottom:18px}.error{padding:15px;border-radius:12px;background:#fef2f2;color:#991b1b;margin-bottom:18px}.cta{background:linear-gradient(135deg,var(--dark),#0e2849);color:#fff;padding:56px 0}.cta .container{display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{font-size:36px;margin:8px 0}footer{background:#050c17;color:#cbd5e1;padding:58px 0 25px}.footer-grid{display:grid;grid-template-columns:1.8fr repeat(3,1fr);gap:42px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.footer-grid h3{color:#fff;margin:0 0 6px}.footer-grid a:hover{color:#fff}.footer-logo{width:190px!important;height:auto!important;max-height:58px;object-fit:contain}.footer-grid p{margin:5px 0 0;max-width:360px}.footer-bottom{border-top:1px solid #202938;margin-top:35px;padding-top:22px;color:#94a3b8}.legal-note{font-size:13px;color:#64748b}.checkout-box{background:#fff;border:1px solid var(--line);padding:24px;border-radius:20px}.radio-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.radio-card{border:1px solid var(--line);padding:16px;border-radius:14px}.radio-card input{margin-right:8px}
@media(max-width:980px){.menu-toggle{display:grid;place-items:center}.menu{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:20px max(20px,4vw);flex-direction:column;align-items:stretch;gap:8px;border-bottom:1px solid var(--line);box-shadow:0 18px 35px rgba(15,23,42,.12)}.menu.open{display:flex}.menu a{padding:10px 4px}.hero-grid{grid-template-columns:1fr;gap:42px}.hero-card{max-width:720px;margin:auto;order:-1}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.pack-card.featured{transform:none}.pack-card.featured:hover{transform:translateY(-9px)}.steps,.included{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}}
@media(max-width:680px){.container{width:min(100% - 28px,1180px)}.nav{min-height:68px}.brand img{height:36px!important;max-width:175px}.menu{top:68px}.hero{padding:58px 0 60px}.hero h1{font-size:clamp(38px,11vw,52px)}.hero p{font-size:17px}.hero-actions{display:grid}.hero-actions .btn{width:100%}.trust{display:grid;gap:8px}.hero-card{padding:14px;border-radius:20px;animation-duration:7s}.hero-card .mini-grid{grid-template-columns:repeat(3,1fr)}.mini{padding:9px 5px}.mini b{font-size:17px}.mini span{font-size:10px}.section{padding:64px 0}.cards,.steps,.included,.footer-grid,.form-grid{grid-template-columns:1fr}.pack-card p{min-height:0}.pack-card img{height:170px}.cta .container{align-items:flex-start;flex-direction:column}.cta h2{font-size:30px}.footer-grid>div:last-child{grid-column:auto}.radio-row{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-card{animation:none}.btn,.pack-card{transition:none}}
.hero-visual{position:relative}.hero-copy{position:relative;z-index:2}.float-card{position:absolute;z-index:3;background:rgba(255,255,255,.92);border:1px solid rgba(183,210,240,.8);box-shadow:0 16px 40px rgba(15,23,42,.14);padding:11px 15px;border-radius:14px;font-weight:850;font-size:13px;color:#0f4f9a;backdrop-filter:blur(12px);animation:microFloat 5.5s ease-in-out infinite}.float-a{top:-18px;right:30px}.float-b{bottom:198px;left:-30px;animation-delay:-2.2s}@keyframes microFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
.value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.value-grid article{background:linear-gradient(145deg,#fff,#f8fbff);border:1px solid var(--line);padding:25px;border-radius:20px;box-shadow:0 13px 34px rgba(15,23,42,.06)}.value-grid span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--brand-soft);color:var(--brand-dark);font-weight:900}.value-grid h3{font-size:20px;margin:18px 0 7px}.value-grid p{margin:0;color:var(--muted)}
.works-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.work-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow);transition:.28s ease}.work-card:hover{transform:translateY(-8px);box-shadow:0 28px 65px rgba(15,23,42,.15)}.work-image{display:block;overflow:hidden;background:#eaf2fb}.work-image img{width:100%;height:245px;object-fit:cover;transition:transform .45s ease}.work-card:hover .work-image img{transform:scale(1.035)}.work-body{padding:22px}.work-body>span{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:var(--brand-dark)}.work-body h3{font-size:23px;margin:8px 0}.work-body p{color:var(--muted);margin:0 0 16px}.work-body a{font-weight:850;color:var(--brand-dark)}.steps.five{grid-template-columns:repeat(5,minmax(0,1fr))}.cta p{color:#cbd5e1;margin:0;max-width:650px}
@media(max-width:1080px){.steps.five{grid-template-columns:repeat(3,minmax(0,1fr))}.value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:980px){.works-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.float-b{left:5px}}
@media(max-width:680px){.value-grid,.works-grid,.steps.five{grid-template-columns:1fr}.float-card{font-size:11px;padding:9px 11px}.float-a{top:-12px;right:8px}.float-b{bottom:18px;left:-4px}.work-image img{height:210px}}

/* V5 — header fixe, navigation mobile et page contact commerciale */
body{padding-top:76px}.site-header{position:fixed;inset:0 0 auto 0;width:100%;z-index:2000}.mobile-actions{display:none;align-items:center;gap:9px}.account-shortcut{display:none}.menu-toggle{padding:0;align-content:center;justify-items:center;gap:4px}.menu-toggle span{display:block;width:20px;height:2px;border-radius:999px;background:var(--ink);transition:transform .22s ease,opacity .22s ease}.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.contact-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}.contact-form-card{max-width:none}.contact-sidebar{position:sticky;top:104px;display:grid;gap:16px}.offer-summary,.trust-box{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.offer-summary{padding:27px}.offer-label{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--brand-soft);color:var(--brand-dark);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.offer-summary h2{font-size:29px;line-height:1.15;margin:17px 0 8px}.offer-price{display:flex;align-items:flex-end;gap:7px;margin:10px 0}.offer-price strong{font-size:39px;line-height:1;letter-spacing:-.04em}.offer-price span{color:var(--muted)}.offer-activation{margin:0 0 18px;color:#475569;font-size:14px;padding-bottom:18px;border-bottom:1px solid #edf1f6}.offer-summary ul{list-style:none;padding:0;margin:0 0 22px;display:grid;gap:10px}.offer-summary li{font-size:14px;color:#334155}.offer-summary li:before{content:'✓';color:var(--success);font-weight:900;margin-right:9px}.offer-cta{width:100%}.trust-box{padding:20px;display:grid;gap:9px;color:#475569;font-size:14px}.trust-box strong{color:var(--ink);font-size:16px}.trust-box span:before{content:'✓';color:var(--success);font-weight:900;margin-right:8px}
@media(max-width:980px){body{padding-top:68px}.nav{min-height:68px}.mobile-actions{display:flex}.account-shortcut{display:inline-flex;min-height:38px;padding:7px 12px;border-radius:10px;font-size:13px}.menu-toggle{display:grid}.desktop-account{display:none!important}.menu{top:68px;max-height:calc(100vh - 68px);overflow-y:auto}.contact-layout{grid-template-columns:1fr}.contact-sidebar{position:static;grid-template-columns:1fr 1fr}.offer-summary{order:1}.trust-box{order:2;align-self:start}}
@media(max-width:680px){.brand img{height:32px!important;max-width:145px}.account-shortcut{padding:6px 10px;font-size:12px}.menu-toggle{width:39px;height:39px}.contact-hero{padding-top:52px}.contact-content{padding-top:34px}.content-card{padding:22px}.contact-sidebar{grid-template-columns:1fr}.offer-summary{padding:22px}}


/* Phase 1 — options commerciales détaillées */
.pack-preview{background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:var(--shadow);overflow:hidden}.pack-preview img{width:100%;height:auto;display:block;border-radius:15px}.options-section{overflow:hidden}.option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.option-card{position:relative;display:flex;gap:18px;min-height:265px;background:linear-gradient(145deg,#fff,#f8fbff);border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 14px 38px rgba(15,23,42,.07);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.option-card:hover{transform:translateY(-7px);box-shadow:0 24px 58px rgba(15,23,42,.13);border-color:#b8d5f5}.option-card.featured{border-color:#8bbced;background:linear-gradient(145deg,#fff,#eef7ff)}.option-icon{flex:0 0 52px;width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:var(--brand-soft);font-size:26px}.option-content{display:flex;flex-direction:column;min-width:0;flex:1}.option-badge{align-self:flex-start;margin-bottom:8px;padding:5px 9px;border-radius:999px;background:#dbeeff;color:var(--brand-dark);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.option-content h3{margin:4px 0 9px;font-size:21px}.option-content>p{margin:0;color:var(--muted);line-height:1.65}.option-footer{margin-top:auto;padding-top:20px;display:flex;align-items:end;justify-content:space-between;gap:15px;border-top:1px solid #e8eef5}.option-footer>div{display:grid;gap:2px}.option-footer small{font-size:11px;color:var(--muted);font-weight:700}.option-footer strong{font-size:25px;letter-spacing:-.03em}.option-button{min-height:42px;padding:10px 14px;font-size:13px}.options-note{margin-top:24px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;background:#07172b;color:#fff;border-radius:20px;padding:22px 24px}.options-note span{color:#c8d5e5}.options-note a{color:#fff;font-weight:850}.option-teasers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.option-teasers article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:25px;box-shadow:0 12px 34px rgba(15,23,42,.05)}.option-teasers article>span{font-size:30px}.option-teasers h3{margin:14px 0 7px}.option-teasers p{margin:0;color:var(--muted)}.section-action{text-align:center;margin-top:26px}
@media(max-width:900px){.option-grid{grid-template-columns:1fr}.options-note{grid-template-columns:1fr}.option-teasers{grid-template-columns:1fr}}
@media(max-width:580px){.option-card{display:grid;min-height:0;padding:20px}.option-footer{align-items:stretch;display:grid}.option-button{width:100%}.options-note{padding:20px}}

/* V6 — panier, coupons et colonnes légales */
.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px;align-items:start}.checkout-summary{position:sticky;top:102px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:var(--shadow)}.checkout-summary h2{margin-top:0}.summary-line{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #edf1f6}.summary-total{font-size:22px;font-weight:900}.extras-select{display:grid;gap:10px;margin:18px 0}.extra-choice{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:start;border:1px solid var(--line);border-radius:14px;padding:14px}.coupon-row{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:14px}.legal-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start}.legal-layout .content-card{max-width:none}.legal-ad{position:sticky;top:102px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow)}.legal-ad img{width:100%;border-radius:14px;margin-bottom:14px}.legal-ad h2{margin:0 0 10px;font-size:24px}.legal-ad p{color:var(--muted)}
@media(max-width:900px){.checkout-layout,.legal-layout{grid-template-columns:1fr}.checkout-summary,.legal-ad{position:static}}


.options-payment-info{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 32px;padding:20px 24px;border:1px solid #cfe0ff;border-radius:18px;background:#f4f8ff;color:#0b1b3a}.options-payment-info strong{font-size:1.05rem}.options-payment-info span{color:#51617d;text-align:right;max-width:720px}.checkout-options-note{margin:-4px 0 20px;padding:15px 18px;border:1px solid #cfe0ff;border-radius:14px;background:#f4f8ff;color:#41516e}.summary-line small{font-size:.72rem;color:#6f7d95;font-weight:600}@media(max-width:720px){.options-payment-info{align-items:flex-start;flex-direction:column;gap:8px}.options-payment-info span{text-align:left}}

/* V10 — panier, compte et checkout restructuré */
.menu .cart-link{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.cart-count{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#eaf4ff;color:var(--brand-dark);font-size:12px;font-weight:900}
.checkout-box form>h2{margin:30px 0 14px}
.checkout-box .form-grid label{display:grid;gap:7px;font-weight:750;color:var(--ink)}
.checkout-box .form-grid input,.checkout-box .coupon-row input{width:100%;padding:14px 15px;border:1px solid #cfd8e5;border-radius:12px;font:inherit;background:#fff}
.extras-select{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px!important;margin:18px 0 24px!important}
.extra-choice{position:relative;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:14px!important;align-items:start!important;min-height:154px;border:1px solid var(--line)!important;border-radius:18px!important;padding:18px!important;background:linear-gradient(145deg,#fff,#f8fbff);box-shadow:0 10px 28px rgba(15,23,42,.05);cursor:pointer;transition:.22s ease}
.extra-choice:hover{transform:translateY(-3px);border-color:#a9cdf3!important;box-shadow:0 16px 34px rgba(15,23,42,.09)}
.extra-choice input{width:20px;height:20px;margin-top:2px;accent-color:var(--brand)}
.extra-choice span{display:block;min-width:0;padding-right:6px}
.extra-choice span strong{display:block;margin-bottom:7px;font-size:16px;line-height:1.3}
.extra-choice span small{display:block;color:var(--muted);font-size:13px;line-height:1.55}
.extra-choice>strong{grid-column:2;margin-top:auto;padding-top:12px;border-top:1px solid #e7edf4;color:var(--brand-dark);font-size:18px}
.extra-choice>strong::after{content:'  · paiement unique';font-size:11px;color:var(--muted);font-weight:750}
.checkout-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:18px}
.cart-page{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px;align-items:start}
.cart-panel,.cart-total{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:var(--shadow)}
.cart-total{position:sticky;top:102px}.cart-empty{padding:30px;text-align:center;color:var(--muted)}
.cart-item{display:flex;justify-content:space-between;gap:18px;padding:18px 0;border-bottom:1px solid #edf1f6}.cart-item:last-child{border-bottom:0}.cart-item h3{margin:0 0 5px}.cart-item p{margin:0;color:var(--muted)}
@media(max-width:1050px){.menu{gap:16px;font-size:13px}}
@media(max-width:900px){.extras-select{grid-template-columns:1fr!important}.cart-page{grid-template-columns:1fr}.cart-total{position:static}}
@media(max-width:780px){.desktop-account{display:none!important}.account-shortcut{display:inline-flex!important}.menu .cart-link{width:100%;justify-content:flex-start}.mobile-actions .cart-mobile{display:inline-flex!important}}

/* V15 — confirmation avant l’étape de paiement */
.checkout-next-step-note{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.5}


/* V17 — acceptation légale obligatoire et liens clairement identifiables */
.legal-acceptance{margin:20px 0 16px;padding:16px 18px;border:1px solid var(--line);border-radius:14px;background:#f8fafc}
.legal-acceptance label{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;cursor:pointer;line-height:1.55}
.legal-acceptance input{width:19px;height:19px;margin-top:3px;accent-color:var(--primary)}
.legal-acceptance a{text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px;font-weight:700}
.legal-acceptance strong{display:block;margin-top:4px;font-size:12px;color:#b42318}
[data-finalize-order]:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.15)}

/* V18 — acceptation légale plus discrète */
.legal-acceptance{margin:16px 0 14px;padding:0;border:0;border-radius:0;background:transparent;font-size:13px;color:var(--muted)}
.legal-acceptance label{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:start;cursor:pointer;line-height:1.5}
.legal-acceptance input{width:15px;height:15px;margin-top:2px;accent-color:var(--primary)}
.legal-acceptance a{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;font-weight:600}
.legal-acceptance strong{display:inline;margin:0 0 0 4px;font-size:11.5px;font-weight:600;color:#b45309}



/* V21 — résumé « Votre commande » flottant entre les limites du formulaire */
.checkout-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:26px;
  align-items:stretch;
  overflow:visible;
}
.checkout-box,
.checkout-summary-column{min-width:0;}
.checkout-summary-column{
  position:relative;
  align-self:stretch;
  overflow:visible;
}
.checkout-summary-column .checkout-summary{
  position:absolute;
  top:0;
  right:0;
  left:0;
  width:auto;
  margin:0;
  z-index:20;
  will-change:transform;
  transform:translate3d(0,0,0);
}
.summary-line{
  display:grid;
  grid-template-columns:minmax(0,1fr) max-content;
  align-items:start;
  column-gap:18px;
}
.summary-line > strong,
.summary-line [data-summary-pack-price],
.summary-line [data-summary-activation],
.summary-line [data-summary-discount-value],
.summary-line [data-summary-total]{
  white-space:nowrap;
  text-align:right;
  justify-self:end;
}
@media(max-width:900px){
  .checkout-layout{grid-template-columns:1fr;align-items:start;}
  .checkout-summary-column{position:static;align-self:auto;}
  .checkout-summary-column .checkout-summary{
    position:static;
    transform:none!important;
    width:auto;
  }
}

/* V22 — quantité pour les pages supplémentaires */
.extra-choice-quantity {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  cursor: default;
}
.extra-choice-quantity > span { min-width: 0; }
.quantity-unit-price {
  display:block;
  margin-top:8px;
  color:var(--primary,#1457d9);
}
.quantity-unit-price strong{font-size:25px;letter-spacing:-.03em;font-weight:600;}
.quantity-unit-price small{font-size:11px;color:var(--muted);font-weight:700;}
.quantity-stepper {
  display: inline-grid;
  grid-template-columns: 42px 54px 42px;
  align-items: center;
  border: 1px solid #cfd8e6;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.quantity-button {
  width: 42px;
  height: 42px;
  border: 0;
  background: #f4f7fb;
  color: #162033;
  font-size: 1.35rem;
  font-weight: 800;
  cursor: pointer;
}
.quantity-button:hover { background: #eaf0fa; }
.quantity-stepper input {
  width: 54px;
  height: 42px;
  padding: 0;
  border: 0;
  border-left: 1px solid #cfd8e6;
  border-right: 1px solid #cfd8e6;
  border-radius: 0;
  text-align: center;
  font-weight: 800;
  appearance: textfield;
  -moz-appearance: textfield;
}
.quantity-stepper input::-webkit-outer-spin-button,
.quantity-stepper input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
@media (max-width: 680px) {
  .extra-choice-quantity { grid-template-columns: 1fr; }
  .quantity-stepper { justify-self: start; }
}


/* V23 — sélection puis quantité pour Page supplémentaire */
.extra-choice-quantity{
  grid-template-columns:auto minmax(0,1fr)!important;
  cursor:pointer;
}
.extra-choice-quantity.is-selected{
  border-color:var(--brand)!important;
  box-shadow:0 14px 34px rgba(20,87,217,.12);
}
.extra-choice-quantity > [data-quantity-checkbox]{
  display:block!important;
  width:20px;
  height:20px;
  margin-top:2px;
}
.quantity-controls{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid #e7edf4;
}
.quantity-controls[hidden]{display:none!important;}
.quantity-label{
  font-size:.84rem;
  font-weight:750;
  color:var(--muted);
}
.quantity-stepper{flex:0 0 auto;}
@media(max-width:680px){
  .quantity-controls{align-items:flex-start;flex-direction:column;}
}

/* V24 — quantité compacte, visible uniquement après sélection */
.extra-choice.extra-choice-quantity{
  display:grid!important;
  grid-template-columns:20px minmax(0,1fr)!important;
  align-items:start!important;
  column-gap:14px!important;
  row-gap:0!important;
  cursor:pointer;
}
.extra-choice-quantity > [data-quantity-checkbox]{
  display:block!important;
  width:18px!important;
  height:18px!important;
  margin:2px 0 0!important;
  padding:0!important;
  accent-color:var(--brand);
}
.extra-choice-quantity > span{
  min-width:0;
  padding-right:0!important;
}
.extra-choice-quantity .quantity-unit-price{
  display:block;
  margin-top:10px;
  font-size:.88rem;
  font-weight:800;
  color:var(--brand-dark);
}
.extra-choice-quantity .quantity-controls{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:8px;
  width:max-content;
  margin-top:10px;
  padding-top:0;
  border-top:0;
}
.extra-choice-quantity .quantity-controls[hidden]{
  display:none!important;
}
.extra-choice-quantity .quantity-label{
  margin-right:2px;
  font-size:.75rem;
  line-height:1;
  font-weight:650;
  color:var(--muted);
}
.extra-choice-quantity .quantity-stepper{
  display:inline-grid;
  grid-template-columns:28px 34px 28px;
  align-items:center;
  border:1px solid #d7dfeb;
  border-radius:8px;
  overflow:hidden;
  background:#fff;
  box-shadow:none;
}
.extra-choice-quantity .quantity-button{
  width:28px;
  height:28px;
  min-width:28px;
  padding:0;
  border:0;
  border-radius:0;
  background:#f6f8fb;
  color:#263244;
  font-size:1rem;
  line-height:1;
  font-weight:700;
}
.extra-choice-quantity .quantity-button:hover{
  background:#edf2f8;
}
.extra-choice-quantity .quantity-stepper input{
  width:34px;
  height:28px;
  min-height:28px;
  padding:0;
  border:0;
  border-left:1px solid #d7dfeb;
  border-right:1px solid #d7dfeb;
  border-radius:0;
  background:#fff;
  text-align:center;
  font-size:.82rem;
  font-weight:750;
}
@media(max-width:680px){
  .extra-choice.extra-choice-quantity{
    grid-template-columns:18px minmax(0,1fr)!important;
  }
  .extra-choice-quantity .quantity-controls{
    flex-direction:row;
    align-items:center;
  }
}


/* V26 — correction sélection Page supplémentaire */
.extra-choice-quantity .quantity-unit-price{
  display:flex;
  align-items:baseline;
  gap:4px;
  margin-top:10px;
  color:inherit;
}
.extra-choice-quantity .quantity-unit-price strong{
  display:inline;
  margin:0;
  color:var(--brand-dark);
  font-size:18px;
  font-weight:800;
}
.extra-choice-quantity .quantity-unit-price small{
  display:inline;
  color:var(--muted);
  font-size:11px;
  font-weight:750;
}
.extra-choice-quantity > [data-quantity-checkbox]{
  position:relative;
  z-index:5;
  pointer-events:auto!important;
  cursor:pointer;
}


/* Phase 1 — conversion front-office */
.annual-save,.annual-badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;background:#e8f8ef;color:#087443;font-size:.75rem;font-weight:850;white-space:nowrap}
.pack-sales-hero{position:relative;overflow:hidden;padding:76px 0 82px;background:radial-gradient(circle at 85% 15%,rgba(58,137,255,.22),transparent 32%),linear-gradient(135deg,#071a3a 0%,#0d3473 58%,#1262c9 100%);color:#fff}
.pack-sales-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:64px;align-items:center}.pack-sales-copy h1{max-width:740px;margin:12px 0 18px;font-size:clamp(2.5rem,5vw,4.8rem);line-height:.98;color:#fff}.pack-lead{max-width:720px;font-size:1.16rem;line-height:1.7;color:rgba(255,255,255,.86)}.sales-points{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;margin:26px 0;color:#fff;font-weight:700}.confidence-note{margin:16px 0 0;color:rgba(255,255,255,.7);font-size:.86rem}.pack-sales-visual{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center}.pack-sales-visual img{position:relative;z-index:2;width:100%;max-height:460px;object-fit:contain;filter:drop-shadow(0 28px 42px rgba(0,0,0,.35))}.visual-glow{position:absolute;width:360px;height:360px;border-radius:50%;background:rgba(255,255,255,.16);filter:blur(20px)}.price-float{position:absolute;right:8px;bottom:20px;z-index:3;padding:18px 22px;border:1px solid rgba(255,255,255,.3);border-radius:18px;background:rgba(5,24,54,.82);backdrop-filter:blur(12px);box-shadow:0 20px 50px rgba(0,0,0,.28)}.price-float small,.price-float span{display:block;color:rgba(255,255,255,.75)}.price-float strong{font-size:2rem}.price-float b{display:inline-block;margin-top:8px;color:#86efac}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.benefit-grid article{padding:26px;border:1px solid #e4ebf5;border-radius:20px;background:#fff;box-shadow:0 14px 38px rgba(23,44,78,.07)}.benefit-grid article>span{color:var(--brand);font-weight:900}.benefit-grid h3{margin:14px 0 8px}.pack-detail-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:28px;align-items:start}.pack-included{padding:34px}.pricing-panel{position:sticky;top:100px;padding:30px;border:1px solid #dce6f3;border-radius:22px;background:#fff;box-shadow:0 20px 55px rgba(18,45,84,.1)}.pricing-choice{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}.pricing-choice>div{position:relative;padding:18px;border:1px solid #dce4ef;border-radius:16px}.pricing-choice small,.pricing-choice span{display:block;color:var(--muted)}.pricing-choice strong{font-size:1.85rem}.pricing-choice .recommended{border:2px solid var(--brand);background:#f4f8ff}.pricing-choice .recommended b{position:absolute;top:-12px;left:12px;padding:4px 8px;border-radius:999px;background:var(--brand);color:#fff;font-size:.7rem}.btn.wide{width:100%;justify-content:center}.presentation-only .option-card{min-height:100%;align-items:flex-start}.option-price-line{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-top:auto;padding-top:18px;border-top:1px solid #e6edf6}.option-price-line span{font-size:.8rem;color:var(--muted);font-weight:750}.option-price-line strong{font-size:1.7rem;color:var(--brand-dark)}.options-cta,.custom-project-strip .container,.custom-project-card{display:flex;align-items:center;justify-content:space-between;gap:28px}.options-cta{margin-top:28px;padding:28px;border-radius:20px;background:#0b2d61;color:#fff}.options-cta h3,.options-cta p{margin:0;color:#fff}.options-cta p{margin-top:6px;color:rgba(255,255,255,.75)}.custom-project-strip{background:#eef5ff}.custom-project-home{padding-top:0}.custom-project-card{padding:38px;border-radius:24px;background:linear-gradient(135deg,#0a2d62,#1265cd);color:#fff}.custom-project-card h2,.custom-project-card p{color:#fff}.custom-project-card p{max-width:760px;color:rgba(255,255,255,.8)}
.custom-quote-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:28px;align-items:start}.custom-quote-aside{position:sticky;top:100px;padding:30px;border-radius:22px;background:#0b2d61;color:#fff}.custom-quote-aside h2,.custom-quote-aside p{color:#fff}.custom-quote-aside .features li{color:#fff}.form-grid.three{grid-template-columns:repeat(3,1fr)}.form-help{color:var(--muted);margin-top:-8px}.success{padding:20px;border-radius:14px;background:#e9f8ef;color:#086c42}
.radio-card:has(input[value="annual"]:checked){border-color:var(--brand);box-shadow:0 12px 30px rgba(20,87,217,.12);background:#f5f8ff}.coupon-row input{text-transform:uppercase;letter-spacing:.08em}
@media(max-width:900px){.pack-sales-grid,.pack-detail-grid,.custom-quote-layout{grid-template-columns:1fr}.pack-sales-visual{min-height:300px}.benefit-grid{grid-template-columns:1fr 1fr}.pricing-panel,.custom-quote-aside{position:static}.options-cta,.custom-project-strip .container,.custom-project-card{align-items:flex-start;flex-direction:column}.form-grid.three{grid-template-columns:1fr}}
@media(max-width:620px){.pack-sales-hero{padding:54px 0}.sales-points,.benefit-grid,.pricing-choice{grid-template-columns:1fr}.pack-sales-visual{min-height:260px}.price-float{right:0;bottom:0}.pack-sales-copy h1{font-size:2.65rem}}


/* Phase 3.1 — pricing clarity and custom quote form */
.pack-price-simple{margin:18px 0 15px;padding-bottom:18px;border-bottom:1px solid #edf1f6}.pack-price-month,.pack-price-annual{display:flex;align-items:flex-end;gap:7px}.pack-price-month strong,.pack-price-annual strong{font-size:36px;line-height:1;letter-spacing:-.04em}.pack-price-month span,.pack-price-annual span{color:var(--muted)}.pack-price-or{margin:8px 0;color:#64748b;font-weight:700}.pack-price-saving{margin-top:7px;color:#087443;font-weight:850}.pack-price-divider,.pricing-separator{height:1px;background:#e7edf5;margin:18px 0}.pack-price-activation{display:grid;gap:5px}.pack-price-activation>span{font-weight:800}.pack-price-activation strong{font-size:28px;line-height:1.1}.pack-price-activation small{color:#087443;font-weight:800}
.pricing-simple{margin:20px 0}.pricing-main,.pricing-annual{display:flex;align-items:flex-end;gap:8px}.pricing-main strong,.pricing-annual strong{font-size:2.25rem;line-height:1}.pricing-main span,.pricing-annual span{color:var(--muted)}.pricing-or{margin:10px 0;color:#64748b;font-weight:750}.pricing-save{margin-top:8px;color:#087443;font-weight:900}.pricing-activation{display:grid;gap:6px}.pricing-activation>span{font-weight:850}.pricing-activation strong{font-size:2rem}.pricing-activation small{color:#087443;font-weight:850}
.price-float .float-month,.price-float .float-annual{display:flex;align-items:flex-end;gap:6px}.price-float .float-month span,.price-float .float-annual span{display:inline}.price-float>small{margin:6px 0;font-weight:800}
.custom-quote-card{padding:34px}.quote-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:28px}.quote-progress span{padding:10px 12px;border-radius:999px;background:#eef3f9;color:#64748b;text-align:center;font-size:12px;font-weight:850}.quote-progress .active{background:var(--brand);color:#fff}.quote-step{padding:28px 0;border-top:1px solid #e7edf5}.quote-step:first-of-type{border-top:0;padding-top:0}.quote-step-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px}.quote-step-head>span{display:grid;place-items:center;min-width:42px;height:42px;border-radius:12px;background:var(--brand-soft);color:var(--brand-dark);font-weight:900}.quote-step-head h2{margin:0 0 4px}.quote-step-head p{margin:0;color:var(--muted)}.custom-quote-form label{display:grid;gap:8px;font-weight:800;color:var(--ink)}.custom-quote-form label small{font-weight:500;color:var(--muted);line-height:1.5}.custom-quote-form input,.custom-quote-form select,.custom-quote-form textarea{width:100%;padding:14px 15px;border:1px solid #cfd8e5;border-radius:12px;background:#fff;font:inherit;color:var(--ink)}.custom-quote-form textarea{min-height:145px;resize:vertical}.custom-quote-form input:focus,.custom-quote-form select:focus,.custom-quote-form textarea:focus{outline:3px solid rgba(22,136,248,.14);border-color:var(--brand)}.quote-textareas{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.reference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.reference-card{padding:18px;border:1px solid #dfe7f1;border-radius:16px;background:#f9fbfe}.reference-card h3{margin:0 0 16px}.reference-card label+label{margin-top:14px}.quote-submit{margin-top:18px;min-height:50px}.quote-aside-note{margin-top:22px;padding-top:20px;border-top:1px solid rgba(255,255,255,.2)}.quote-aside-note p{margin-bottom:0;color:rgba(255,255,255,.78)}
@media(max-width:900px){.quote-textareas,.reference-grid{grid-template-columns:1fr}.quote-progress{grid-template-columns:1fr 1fr}.custom-quote-card{padding:24px}}
@media(max-width:560px){.quote-progress{grid-template-columns:1fr}.pack-price-month strong,.pack-price-annual strong{font-size:32px}}


/* Phase 3.2 — activation price alignment */
.activation-price-line{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.pack-price-activation .activation-price-line strong,.pricing-activation .activation-price-line strong{margin:0;color:var(--brand-dark);font-size:28px;line-height:1.1}
.pack-price-activation .activation-price-line small,.pricing-activation .activation-price-line small{color:var(--muted);font-size:14px;font-weight:750}
.pricing-activation .activation-price-line strong{font-size:2rem}

/* Frontpage conversion redesign */
.conversion-head{max-width:900px}.conversion-packs{display:grid;gap:28px}.conversion-pack{position:relative;background:#fff;border:1px solid var(--line);border-radius:28px;padding:32px;box-shadow:0 18px 55px rgba(15,23,42,.08);overflow:hidden}.conversion-pack.featured-pack{border:2px solid var(--brand);box-shadow:0 24px 65px rgba(22,136,248,.15)}.popular-ribbon{position:absolute;right:24px;top:22px;padding:7px 12px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;font-size:12px;font-weight:900}.conversion-pack-top{display:flex;gap:16px;align-items:center;padding-right:140px}.conversion-pack-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:var(--brand-soft);font-size:28px}.pack-kicker{font-weight:900;color:var(--brand-dark);text-transform:uppercase;letter-spacing:.09em;font-size:12px}.conversion-pack h3{font-size:clamp(26px,3vw,38px);line-height:1.1;letter-spacing:-.03em;margin:5px 0 0}.conversion-pack .ideal{min-height:0;margin:22px 0;color:#475569}.pack-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}.pack-content-block{background:#f8fafc;border:1px solid #e6ebf2;border-radius:18px;padding:22px}.pack-content-block h4{margin:0 0 14px;font-size:17px}.benefit-list,.included-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.benefit-list li,.included-list li{position:relative;padding-left:25px;color:#334155}.benefit-list li:before{content:'✓';position:absolute;left:0;color:var(--success);font-weight:900}.included-list li:before{content:'•';position:absolute;left:4px;color:var(--brand);font-weight:900}.conversion-pack-footer{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(300px,1.2fr);gap:28px;align-items:center;margin-top:22px;padding-top:22px;border-top:1px solid #e9eef5}.conversion-price{display:grid;grid-template-columns:max-content max-content;align-items:baseline;column-gap:7px;row-gap:2px}.price-label{grid-column:1/-1;color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.price-main{display:flex;align-items:baseline;gap:6px}.price-main strong{font-size:36px;line-height:1;letter-spacing:-.04em}.price-main span,.price-annual span{color:var(--muted)}.price-or{grid-column:1/-1;color:#94a3b8;font-size:13px}.price-annual{display:flex;align-items:baseline;gap:6px}.price-annual strong{font-size:24px;letter-spacing:-.03em}.price-saving{color:#15803d;font-weight:850;font-size:14px}.activation-box{grid-column:1/-1;margin-top:13px;padding-top:13px;border-top:1px solid #e4eaf1;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.activation-box span{color:#475569;font-size:13px}.activation-box strong{font-size:22px;color:#0f766e}.activation-box small{color:#64748b;font-weight:700}.pack-decision{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.pack-decision p{min-height:0;margin:0;color:#334155;font-weight:750}.pack-decision .btn{min-width:270px}.text-link{color:var(--brand-dark);font-weight:800;font-size:14px}.guarantees-section{background:linear-gradient(135deg,#071426,#0e2849);color:#fff}.guarantees-section .section-head h2{color:#fff}.guarantees-section .eyebrow{color:#7cc0ff}.guarantees-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.guarantees-grid article{display:flex;gap:13px;align-items:flex-start;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.06)}.guarantees-grid article>span{font-size:24px}.guarantees-grid h3{font-size:16px;margin:0 0 5px}.guarantees-grid p{margin:0;color:#cbd5e1;font-size:14px}.why-grid-modern{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.why-grid-modern article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:23px;box-shadow:0 10px 32px rgba(15,23,42,.05)}.why-grid-modern article>span{font-size:28px}.why-grid-modern h3{margin:13px 0 7px;font-size:17px}.why-grid-modern p{margin:0;color:var(--muted);font-size:14px}.why-grid-modern .autonomy-card{grid-row:span 2;background:linear-gradient(145deg,#f5faff,#eaf4ff)}.autonomy-card ul{margin:12px 0 0;padding-left:18px;color:#475569}.process-section{background:#f4f8fd}.process-timeline{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;position:relative}.process-timeline:before{content:"";position:absolute;left:5%;right:5%;top:25px;height:2px;background:#d7e7f8}.process-timeline article{position:relative;text-align:center;z-index:1}.process-number{width:50px;height:50px;border-radius:50%;margin:0 auto 16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;font-weight:900;box-shadow:0 8px 22px rgba(22,136,248,.22)}.process-timeline h3{font-size:15px;line-height:1.3;margin:0 0 7px}.process-timeline p{font-size:13px;line-height:1.45;color:var(--muted);margin:0}.custom-project-card-v2{background:linear-gradient(135deg,#fff,#eef6ff);border:1px solid #cfe5fc;box-shadow:var(--shadow)}.faq-home-section{background:#f7f9fc}
@media(max-width:980px){.pack-columns,.conversion-pack-footer{grid-template-columns:1fr}.guarantees-grid,.why-grid-modern{grid-template-columns:repeat(2,minmax(0,1fr))}.process-timeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.process-timeline:before{display:none}.conversion-pack-top{padding-right:0}.popular-ribbon{position:static;display:inline-flex;margin-bottom:15px}}
@media(max-width:620px){.conversion-pack{padding:22px}.pack-columns,.guarantees-grid,.why-grid-modern,.process-timeline{grid-template-columns:1fr}.conversion-pack-top{align-items:flex-start}.conversion-pack-icon{width:48px;height:48px;font-size:23px}.conversion-price{grid-template-columns:1fr}.price-label,.price-or,.activation-box{grid-column:1}.price-saving{margin-top:5px}.pack-decision .btn{min-width:0;width:100%}}

/* SitePrime front page layout correction: desktop packs 3 columns, Why SitePrime 4x2 */
@media (min-width: 981px) {
  .conversion-packs {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    align-items: stretch;
  }

  .conversion-pack {
    min-width: 0;
    padding: 24px !important;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .conversion-pack-top {
    padding-right: 0 !important;
    align-items: flex-start;
  }

  .conversion-pack h3 {
    font-size: 25px !important;
  }

  .conversion-pack .ideal {
    font-size: 14px;
  }

  .pack-columns {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .pack-content-block {
    padding: 17px !important;
  }

  .pack-content-block h4 {
    font-size: 15px !important;
  }

  .benefit-list li,
  .included-list li {
    font-size: 13px;
    line-height: 1.45;
  }

  .conversion-pack-footer {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    margin-top: auto !important;
  }

  .conversion-price {
    width: 100%;
  }

  .pack-decision {
    width: 100%;
  }

  .pack-decision .btn {
    min-width: 0 !important;
    width: 100%;
    justify-content: center;
  }

  .popular-ribbon {
    position: static !important;
    align-self: flex-start;
    display: inline-flex;
    margin-bottom: 14px;
  }

  .why-grid-modern {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .why-grid-modern .autonomy-card {
    grid-row: auto !important;
    grid-column: auto !important;
  }
}

/* Projet personnalisé — panneau de réassurance */
.quote-aside-intro{margin:0 0 20px;color:rgba(255,255,255,.78)!important;line-height:1.6}
.quote-time{display:flex;align-items:center;gap:12px;margin:20px 0;padding:14px 16px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.08)}
.quote-time>span{font-size:24px}.quote-time small,.quote-time strong{display:block}.quote-time small{color:rgba(255,255,255,.68)}.quote-time strong{margin-top:2px;color:#fff;font-size:18px}
.custom-quote-aside .quote-benefits{display:grid;gap:15px;margin:22px 0;padding:0;list-style:none}
.custom-quote-aside .quote-benefits li{position:relative;padding-left:29px}
.custom-quote-aside .quote-benefits li:before{content:'✓';position:absolute;left:0;top:1px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#0b2d61;font-size:12px;font-weight:900}
.custom-quote-aside .quote-benefits strong,.custom-quote-aside .quote-benefits span{display:block}.custom-quote-aside .quote-benefits strong{color:#fff}.custom-quote-aside .quote-benefits span{margin-top:3px;color:rgba(255,255,255,.72);font-size:13px;line-height:1.45}
.quote-aside-note{margin-top:22px;padding:18px;border-radius:16px;background:#fff;color:#0b2d61}.custom-quote-aside .quote-aside-note strong{display:block;color:#0b2d61}.custom-quote-aside .quote-aside-note p{margin:7px 0 0;color:#475569!important;font-size:13px;line-height:1.5}
.quote-submit-help{text-align:center;margin:10px 0 0;color:var(--muted);font-size:13px}
.quote-next{margin-top:34px}.quote-next>h2{margin-top:6px}.quote-next-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:22px}.quote-next-grid article{padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.05)}.quote-next-grid article>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand-dark);font-weight:900}.quote-next-grid h3{margin:14px 0 6px}.quote-next-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}
@media(max-width:900px){.quote-next-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.quote-next-grid{grid-template-columns:1fr}}

/* Projet personnalisé — assistant accordéon */
.quote-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:22px}
.quote-progress button{border:0;padding:10px 12px;border-radius:999px;background:#eef3f9;color:#64748b;text-align:center;font:inherit;font-size:12px;font-weight:850;cursor:pointer}
.quote-progress button span{display:inline-grid;place-items:center;margin-right:4px}
.quote-progress button.active{background:var(--brand);color:#fff}
.quote-progress button.done{background:#e8f7ef;color:#087443}
.quote-accordion{display:grid;gap:12px}
.quote-step{padding:0;border:1px solid #dfe7f1;border-radius:17px;background:#fff;overflow:hidden}
.quote-step.is-open{border-color:#b9d9fb;box-shadow:0 12px 28px rgba(15,45,85,.07)}
.quote-step-head{width:100%;display:flex;align-items:center;gap:14px;padding:19px 20px;margin:0;border:0;background:#f8fbff;text-align:left;cursor:pointer;color:var(--ink)}
.quote-step.is-open .quote-step-head{background:#f2f8ff}
.quote-step-head>span{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:12px;background:var(--brand-soft);color:var(--brand-dark);font-weight:900}
.quote-step.done .quote-step-head>span{background:#e8f7ef;color:#087443}
.quote-step-head>div{flex:1}.quote-step-head h2{margin:0 0 4px}.quote-step-head p{margin:0;color:var(--muted)}
.quote-step-head i{font-style:normal;font-size:20px;color:#64748b}
.quote-step-body{padding:22px 20px 24px}
.quote-step-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:22px;padding-top:18px;border-top:1px solid #e7edf5}
.quote-step-actions .btn{min-width:150px;justify-content:center}
.reference-list{display:grid;gap:14px}
.reference-row{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;padding:18px;border:1px solid #dfe7f1;border-radius:16px;background:#f9fbfe}
.reference-number{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#e7f2ff;color:var(--brand-dark);font-weight:900}
.reference-fields h3{margin:0 0 14px}.reference-fields h3 small{font-weight:500;color:var(--muted)}
.reference-inputs{display:grid;grid-template-columns:minmax(190px,.8fr) minmax(0,1.2fr);gap:16px;align-items:start}
.reference-inputs textarea{min-height:92px}
.quote-final-check{display:grid;gap:4px;margin-top:18px;padding:16px 18px;border-radius:14px;background:#f0f7ff;color:var(--ink)}
.quote-final-check span{color:var(--muted);font-size:14px}
@media(max-width:900px){.reference-inputs{grid-template-columns:1fr}}
@media(max-width:560px){.quote-progress{grid-template-columns:1fr 1fr}.quote-progress button{font-size:11px}.quote-step-head{padding:16px}.quote-step-head p{display:none}.quote-step-body{padding:18px 16px}.quote-step-actions{align-items:stretch;flex-direction:column-reverse}.quote-step-actions .btn{width:100%}.reference-row{grid-template-columns:1fr}.reference-number{width:36px;height:36px}}

/* Projet personnalisé v4 — assistant premium */
.custom-quote-layout{grid-template-columns:minmax(0,1fr) 390px;gap:26px;align-items:start}
.custom-quote-card{padding:30px;border-radius:24px;overflow:hidden}
.quote-progress{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 26px}
.quote-progress:before{content:"";position:absolute;left:8%;right:8%;top:21px;height:2px;background:#dce8f5;z-index:0}
.quote-progress button{position:relative;z-index:1;min-height:44px;padding:8px 10px;border:1px solid #d9e4f0;border-radius:14px;background:#f7f9fc;color:#64748b;font:inherit;font-size:12px;font-weight:850;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;transition:.2s ease}
.quote-progress button span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#e8eff7;color:#475569;font-size:12px;flex:0 0 auto}
.quote-progress button.active{border-color:var(--brand);background:#eef7ff;color:var(--brand-dark);box-shadow:0 8px 22px rgba(22,136,248,.10)}
.quote-progress button.active span{background:var(--brand);color:#fff}
.quote-progress button.done span{background:#16a34a;color:#fff}
.quote-progress button.done span:after{content:"✓";font-size:13px}.quote-progress button.done span{font-size:0}
.quote-accordion{display:grid;gap:14px}
.quote-step{padding:0!important;border:1px solid #dfe8f2!important;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(15,23,42,.04)}
.quote-step.is-open{border-color:#bcdcff!important;box-shadow:0 16px 36px rgba(22,136,248,.10)}
.quote-step.done:not(.is-open){border-color:#ccebd8!important}
.quote-step-head{width:100%;margin:0!important;padding:17px 18px;border:0;background:#fff;display:grid;grid-template-columns:44px minmax(0,1fr) 24px;gap:14px;align-items:center;text-align:left;cursor:pointer}
.quote-step-head:hover{background:#fbfdff}
.quote-step-head>span{width:44px;height:44px;border-radius:13px;background:#eef6ff;color:var(--brand-dark);display:grid;place-items:center;font-weight:900}
.quote-step.done .quote-step-head>span{background:#ecfdf3;color:#15803d}
.quote-step-head h2{font-size:20px;line-height:1.2;margin:0 0 3px}
.quote-step-head p{font-size:14px;line-height:1.4;margin:0;color:var(--muted)}
.quote-step:not(.is-open) .quote-step-head p{display:none}
.quote-step-head i{font-style:normal;font-size:18px;color:#64748b;text-align:center}
.quote-step-body{padding:8px 18px 22px}
.quote-step-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:22px;padding-top:20px;border-top:1px solid #edf2f7}
.quote-step-actions .btn:last-child{margin-left:auto}
.quote-textareas{gap:20px}
.custom-quote-form input,.custom-quote-form select,.custom-quote-form textarea{border-radius:13px;border-color:#cdd9e7;background:#fff}
.custom-quote-form textarea{min-height:150px}
.reference-list{display:grid;gap:16px}
.reference-row{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;padding:20px;border:1px solid #dfe8f2;border-radius:16px;background:#f9fbfe;transition:.2s ease}
.reference-row.is-hidden{display:none}
.reference-number{width:42px;height:42px;border-radius:12px;background:#eaf4ff;color:var(--brand-dark);display:grid;place-items:center;font-weight:900}
.reference-fields{display:grid;gap:14px}
.reference-title{display:flex;justify-content:space-between;align-items:center;gap:12px}
.reference-title h3{margin:0;font-size:18px}.reference-title small{color:var(--muted);font-weight:700}
.reference-remove{justify-self:start;border:0;background:transparent;color:#b42318;font-weight:800;cursor:pointer;padding:0}
.reference-add{margin-top:14px;width:100%;padding:13px 16px;border:1px dashed #8fc5fa;border-radius:13px;background:#f4f9ff;color:var(--brand-dark);font-weight:850;cursor:pointer}
.reference-add:hover{background:#eaf5ff}
.custom-quote-aside{position:sticky;top:96px;padding:30px;border-radius:24px;background:linear-gradient(155deg,#0a2d62,#123f7d);box-shadow:0 20px 50px rgba(9,45,94,.18)}
.quote-aside-intro{font-size:15px;line-height:1.65}
.quote-time{display:flex;align-items:center;gap:12px;margin:20px 0;padding:14px 15px;border-radius:14px;background:rgba(255,255,255,.09)}
.quote-time>span{font-size:20px}.quote-time div{display:flex;align-items:baseline;gap:7px}.quote-time small{color:#bfdbfe}.quote-time strong{color:#fff;font-size:16px}
.quote-benefits{display:grid;gap:15px!important;margin:0!important}
.quote-benefits li{display:grid!important;grid-template-columns:18px minmax(0,1fr);column-gap:8px;row-gap:3px;padding:0!important;color:#fff!important}
.quote-benefits li:before{grid-column:1;grid-row:1/3;margin:0!important}
.quote-benefits li strong{grid-column:2;display:block;color:#fff}
.quote-benefits li span{grid-column:2;display:block;color:#cbdcf2;line-height:1.45;font-size:14px}
.quote-aside-note{padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:rgba(255,255,255,.07)}
.quote-aside-note strong{display:block;margin-bottom:6px;color:#fff}.quote-aside-note p{margin:0}
@media(max-width:980px){.custom-quote-layout{grid-template-columns:1fr}.custom-quote-aside{position:static}.quote-progress:before{display:none}}
@media(max-width:680px){.custom-quote-card{padding:18px}.quote-progress{grid-template-columns:1fr 1fr}.quote-progress button{justify-content:flex-start}.quote-step-head{grid-template-columns:40px minmax(0,1fr) 20px;padding:15px}.quote-step-head>span{width:40px;height:40px}.quote-step-head h2{font-size:17px}.quote-step-body{padding:6px 15px 18px}.quote-textareas{grid-template-columns:1fr}.quote-step-actions{flex-direction:column-reverse;align-items:stretch}.quote-step-actions .btn{width:100%;margin:0!important}.reference-row{grid-template-columns:1fr}.reference-number{width:36px;height:36px}.reference-title{align-items:flex-start;flex-direction:column}}

/* ===== V2 — Catalogue des modèles (ajouté) ===== */
.models-filters{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;margin-bottom:34px;box-shadow:var(--shadow)}
.models-filters-grid{display:grid;grid-template-columns:minmax(230px,.7fr) minmax(320px,1.3fr);gap:16px}
.models-filters-grid label{display:grid;gap:6px;font-weight:750;font-size:13px;color:#334155}
.models-filters-grid select,.models-filters-grid input{padding:12px;border:1px solid #cfd8e5;border-radius:12px;font:inherit;background:#fff}
.models-empty{color:var(--muted);padding:40px 0;text-align:center}
.models-grid{margin-bottom:36px}
.models-pagination{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}
.models-pagination a{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;border-radius:10px;border:1px solid var(--line);color:var(--ink);font-weight:800}
.models-pagination a.active{background:var(--brand);border-color:var(--brand);color:#fff}
.model-detail-single{display:grid;gap:24px;width:100%;max-width:none}
.model-detail-single>.content-card{width:100%;max-width:none!important;margin:0}
.model-preview{width:100%;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}
.model-preview-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 22px;border-bottom:1px solid var(--line);background:linear-gradient(145deg,#fff,#f3f8ff)}
.model-preview-title{display:grid;gap:2px;min-width:0}
.model-preview-title span{color:var(--brand-dark);font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.model-preview-title strong{overflow:hidden;color:var(--ink);font-size:18px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}
.model-preview-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.model-preview-type{flex:0 0 auto;padding:7px 11px;border-radius:999px;background:var(--brand-soft);color:var(--brand-dark);font-size:11px;font-weight:850}
.model-preview-link{min-height:40px;padding:9px 14px;font-size:13px;white-space:nowrap}
.model-preview-canvas{padding:12px;background:#edf3fa}
.model-hero-image{width:100%;border-radius:14px;border:1px solid var(--line);object-fit:cover}
.model-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0}
.model-gallery img{width:100%;border-radius:14px;border:1px solid var(--line);object-fit:cover;aspect-ratio:4/3}
.model-cta{margin-top:28px;padding-top:26px;border-top:1px solid var(--line);text-align:center}
.model-cta h3{margin-bottom:8px}
.model-cta .btn.wide{display:inline-flex;margin-top:10px}
@media(max-width:980px){.models-filters-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.models-filters-grid{grid-template-columns:1fr}.model-preview-header{align-items:flex-start;flex-direction:column;gap:11px;padding:16px}.model-preview-title strong{font-size:16px;white-space:normal}.model-preview-actions{width:100%;justify-content:space-between}.model-preview-link{flex:1}.model-preview-canvas{padding:6px}.model-gallery{grid-template-columns:1fr 1fr}}
/* ===== fin V2 ajouté ===== */

/* Logótipo SitePrime com símbolo: proporções uniformes no site */
.brand img{width:auto!important;height:58px!important;max-width:240px;object-fit:contain}
.footer-logo{width:230px!important;height:auto!important;max-height:70px;object-fit:contain}
@media(max-width:680px){.brand img{height:44px!important;max-width:170px}}

/* ===== Hero premium SitePrime ===== */
.hero-premium{min-height:610px;padding:46px 0 48px;background:#061a36;color:#fff;overflow:hidden}
.hero-premium:before{content:"";position:absolute;inset:0;z-index:-3;border-radius:0;background:radial-gradient(circle at 13% 0%,rgba(16,130,255,.24),transparent 36%),radial-gradient(circle at 92% 22%,rgba(0,195,255,.17),transparent 34%),linear-gradient(124deg,#04152d 0%,#082b57 52%,#073f77 100%);filter:none;opacity:1}
.hero-premium:after{display:none}
.hero-atmosphere,.hero-atmosphere>span{position:absolute;pointer-events:none}
.hero-atmosphere{inset:0;z-index:-2}
.hero-glow{width:420px;height:420px;border-radius:50%;filter:blur(74px);opacity:.34}
.hero-glow-a{left:-190px;bottom:-250px;background:#087ffc}
.hero-glow-b{right:-140px;top:-200px;background:#00b8ff}
.hero-grid-lines{inset:0;opacity:.23;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(90deg,transparent 2%,#000 55%,transparent 100%)}
.hero-premium .hero-grid{grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:58px;align-items:center}
.hero-premium .hero-copy{position:relative;z-index:2;max-width:670px}
.hero-premium .hero-eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;padding:8px 13px;border:1px solid rgba(125,199,255,.22);border-radius:999px;background:rgba(9,78,139,.32);box-shadow:inset 0 1px 0 rgba(255,255,255,.08);color:#8ed1ff;font-size:12px;letter-spacing:.095em;backdrop-filter:blur(10px)}
.hero-premium .hero-eyebrow i{width:7px;height:7px;border-radius:50%;background:#31d6ff;box-shadow:0 0 0 5px rgba(49,214,255,.1),0 0 18px rgba(49,214,255,.75)}
.hero-premium h1{max-width:690px;margin:0 0 16px;color:#fff;font-size:clamp(42px,4vw,58px);line-height:1.015;letter-spacing:-.047em;text-wrap:balance;text-shadow:0 10px 36px rgba(0,0,0,.16)}
.hero-premium h1:after{content:"";display:block;width:92px;height:5px;margin-top:16px;border-radius:999px;background:linear-gradient(90deg,#1993ff,#35d8ff);box-shadow:0 0 22px rgba(44,187,255,.5)}
.hero-premium .hero-copy>p{max-width:630px;margin:0 0 23px;color:#c6d8ec;font-size:17px;line-height:1.55}
.hero-premium .hero-actions{display:flex;gap:13px;margin:0 0 23px}
.hero-premium .hero-actions .btn{min-height:52px;padding:13px 22px;border-radius:13px;background:linear-gradient(135deg,#168bff,#0870ea);border:1px solid rgba(255,255,255,.12);box-shadow:0 15px 35px rgba(0,112,235,.3),inset 0 1px 0 rgba(255,255,255,.23);font-size:15px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.hero-premium .hero-actions .btn:hover{transform:translateY(-2px);box-shadow:0 19px 40px rgba(0,112,235,.4),inset 0 1px 0 rgba(255,255,255,.25)}
.hero-premium .hero-actions .btn.secondary{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.07);box-shadow:inset 0 1px 0 rgba(255,255,255,.08);color:#fff;backdrop-filter:blur(10px)}
.hero-premium .hero-actions .btn.secondary:hover{border-color:rgba(104,195,255,.5);background:rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}
.hero-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:640px;border-top:1px solid rgba(255,255,255,.12);padding-top:17px}
.hero-facts>div{display:grid;grid-template-columns:32px minmax(0,1fr);column-gap:10px;align-items:center;padding-right:14px}
.hero-facts>div+div{padding-left:16px;border-left:1px solid rgba(255,255,255,.12)}
.hero-fact-icon{grid-row:1/3;display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(75,191,255,.22);border-radius:10px;background:rgba(21,126,220,.2);color:#57c5ff;font-size:12px;font-weight:900}
.hero-fact-check{color:#6ce3b0}
.hero-facts strong{overflow:hidden;color:#fff;font-size:14px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.hero-facts small{overflow:hidden;color:#91aac4;font-size:11px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
.hero-premium .hero-visual{min-width:0}
.hero-stage{position:relative;width:100%;height:430px;perspective:1400px}
.hero-stage:after{content:"";position:absolute;left:9%;right:2%;bottom:12px;height:58px;border-radius:50%;background:rgba(0,0,0,.38);filter:blur(27px);transform:rotate(-2deg)}
.hero-window{position:absolute;overflow:hidden;border:1px solid rgba(166,215,255,.26);border-radius:17px;background:#fff;box-shadow:0 32px 70px rgba(0,8,25,.44),0 0 0 1px rgba(255,255,255,.04);transform-style:preserve-3d}
.hero-window img{display:block;width:100%;height:auto;aspect-ratio:2.096/1;object-fit:cover;object-position:top}
.hero-window-back{z-index:1;top:24px;right:-40px;width:76%;opacity:.58;transform:rotateY(-11deg) rotateZ(2deg) translateZ(-60px);filter:saturate(.8)}
.hero-window-main{z-index:3;top:92px;left:1%;width:91%;transform:rotateY(-7deg) rotateX(1.5deg) rotateZ(-.45deg);animation:heroShowcaseFloat 6s ease-in-out infinite}
.hero-browser-bar{display:flex;align-items:center;gap:5px;height:31px;padding:0 11px;border-bottom:1px solid #dce5ee;background:linear-gradient(#f9fbfd,#edf3f8)}
.hero-browser-bar span{width:6px;height:6px;border-radius:50%;background:#ff6978}.hero-browser-bar span:nth-child(2){background:#ffbd45}.hero-browser-bar span:nth-child(3){background:#30ca70}
.hero-browser-bar i{overflow:hidden;flex:1;margin-left:7px;padding:4px 10px;border-radius:6px;background:#fff;color:#73869b;font-size:8px;font-style:normal;text-align:center;text-overflow:ellipsis;white-space:nowrap}
.hero-phone{position:absolute;z-index:5;right:-4px;bottom:4px;width:116px;height:231px;padding:13px 6px 7px;border:1px solid rgba(185,224,255,.48);border-radius:25px;background:linear-gradient(155deg,#0e2744,#020914);box-shadow:0 25px 50px rgba(0,8,24,.55),inset 0 0 0 1px rgba(255,255,255,.09);transform:rotate(4deg);animation:heroPhoneFloat 6.6s ease-in-out infinite}
.hero-phone-speaker{position:absolute;z-index:2;top:7px;left:50%;width:34px;height:4px;border-radius:999px;background:#496079;transform:translateX(-50%)}
.hero-phone-screen{overflow:hidden;width:100%;height:100%;border-radius:18px;background:#eaf4ff}
.hero-phone-screen img{display:block;width:auto;max-width:none;height:100%;object-fit:cover;object-position:left top}
.hero-status{position:absolute;z-index:7;display:flex;align-items:center;gap:10px;padding:11px 13px;border:1px solid rgba(157,218,255,.25);border-radius:13px;background:rgba(5,27,54,.86);box-shadow:0 18px 38px rgba(0,9,28,.34),inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(14px)}
.hero-status strong,.hero-status small{display:block;white-space:nowrap}.hero-status strong{color:#fff;font-size:12px;line-height:1.3}.hero-status small{margin-top:2px;color:#91b0ce;font-size:9px}
.hero-status-top{top:56px;left:-15px;animation:heroBadgeFloat 5.4s ease-in-out infinite}
.hero-status-bottom{right:72px;bottom:-2px;animation:heroBadgeFloat 5.9s .6s ease-in-out infinite}
.hero-status-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,#22d3a2,#0ea66f);box-shadow:0 7px 18px rgba(12,184,127,.25);color:#fff;font-weight:900}
.hero-status-pulse{position:relative;width:9px;height:9px;margin:0 7px;border-radius:50%;background:#42e6a4;box-shadow:0 0 0 5px rgba(66,230,164,.1),0 0 16px rgba(66,230,164,.62)}
@keyframes heroShowcaseFloat{0%,100%{transform:rotateY(-7deg) rotateX(1.5deg) rotateZ(-.45deg) translateY(0)}50%{transform:rotateY(-7deg) rotateX(1.5deg) rotateZ(-.45deg) translateY(-9px)}}
@keyframes heroPhoneFloat{0%,100%{transform:rotate(4deg) translateY(0)}50%{transform:rotate(2deg) translateY(-10px)}}
@keyframes heroBadgeFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@media(max-width:1180px){.hero-premium{padding:48px 0}.hero-premium .hero-grid{grid-template-columns:minmax(0,.94fr) minmax(440px,1.06fr);gap:35px}.hero-premium h1{font-size:clamp(42px,4.7vw,56px)}.hero-stage{height:410px}.hero-window-main{top:82px}.hero-window-back{right:-20px}.hero-phone{right:-2px;width:100px;height:202px}.hero-status-bottom{right:54px}.hero-facts>div{grid-template-columns:28px minmax(0,1fr);column-gap:7px;padding-right:8px}.hero-facts>div+div{padding-left:10px}.hero-fact-icon{width:28px;height:28px}.hero-facts strong{font-size:12px}.hero-facts small{font-size:9px}}
@media(max-width:980px){.hero-premium{min-height:0;padding:62px 0 70px}.hero-premium .hero-grid{grid-template-columns:1fr;gap:42px}.hero-premium .hero-copy{max-width:760px}.hero-premium h1{max-width:760px;font-size:clamp(44px,7vw,66px)}.hero-stage{max-width:720px;height:455px;margin:0 auto}.hero-window-main{width:88%;left:3%}.hero-window-back{right:0}.hero-status-top{left:0}.hero-facts{max-width:660px}}
@media(max-width:680px){.hero-premium{padding:38px 0 48px}.hero-premium .hero-grid{gap:30px}.hero-premium .hero-eyebrow{margin-bottom:16px;padding:7px 10px;font-size:10px}.hero-premium h1{font-size:clamp(38px,12vw,51px);line-height:1.03}.hero-premium h1:after{width:72px;height:4px;margin-top:17px}.hero-premium .hero-copy>p{font-size:16px;line-height:1.55}.hero-premium .hero-actions{display:grid;grid-template-columns:1fr;margin-bottom:22px}.hero-premium .hero-actions .btn{width:100%;min-height:52px}.hero-facts{grid-template-columns:1fr 1fr;gap:14px;padding-top:17px}.hero-facts>div{padding:0!important;border:0!important}.hero-facts>div:last-child{grid-column:1/-1}.hero-facts strong{font-size:13px}.hero-facts small{font-size:10px}.hero-stage{height:300px}.hero-window-main{top:58px;left:0;width:92%;border-radius:12px;transform:none;animation:heroMobileFloat 6s ease-in-out infinite}.hero-window-back{top:12px;right:0;width:75%;border-radius:12px;transform:rotate(2deg);opacity:.5}.hero-browser-bar{height:23px;padding:0 8px}.hero-browser-bar i{padding:3px 8px}.hero-phone{right:0;bottom:0;width:72px;height:148px;padding:10px 4px 5px;border-radius:18px}.hero-phone-speaker{top:5px;width:24px;height:3px}.hero-phone-screen{border-radius:13px}.hero-status{padding:8px 9px}.hero-status-top{top:36px;left:2px}.hero-status-bottom{display:none}.hero-status-icon{width:25px;height:25px;border-radius:8px}.hero-status strong{font-size:10px}.hero-status small{font-size:8px}@keyframes heroMobileFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}}
@media(max-width:390px){.hero-premium h1{font-size:36px}.hero-facts{grid-template-columns:1fr}.hero-facts>div:last-child{grid-column:auto}.hero-stage{height:265px}.hero-status-top{display:none}}
@media(prefers-reduced-motion:reduce){.hero-window-main,.hero-phone,.hero-status{animation:none!important}.hero-premium .hero-actions .btn{transition:none}}
/* ===== fin Hero premium SitePrime ===== */

/* ===== Hero com imagem original gerada para a SitePrime ===== */
.hero-premium:after{content:"";display:block;position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,rgba(3,14,31,.98) 0%,rgba(4,18,39,.93) 27%,rgba(5,24,50,.70) 42%,rgba(5,25,52,.20) 55%,rgba(5,25,52,.03) 100%)}
.hero-premium .hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,520px) 1fr;gap:0;align-items:center}
.hero-premium .hero-copy{max-width:520px}
.hero-generated-art{position:absolute;z-index:-1;inset:0 0 0 auto;display:block;width:72%;height:100%;overflow:hidden;pointer-events:none}
.hero-generated-art img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:right center;animation:heroOriginalDrift 12s ease-in-out infinite alternate}
@keyframes heroOriginalDrift{from{transform:scale(1.002)}to{transform:scale(1.018)}}
@media(max-width:1180px){.hero-premium .hero-grid{grid-template-columns:minmax(0,490px) 1fr}.hero-premium .hero-copy{max-width:490px}.hero-generated-art{width:70%}}
@media(max-width:980px){.hero-premium .hero-grid{grid-template-columns:minmax(0,520px) 1fr}.hero-premium .hero-copy{max-width:520px}.hero-premium:after{background:linear-gradient(90deg,rgba(3,14,31,.98) 0%,rgba(4,18,39,.94) 38%,rgba(5,24,50,.66) 56%,rgba(5,25,52,.14) 76%,rgba(5,25,52,.04) 100%)}.hero-generated-art{width:76%}}
@media(max-width:680px){.hero-premium{padding-bottom:0}.hero-premium .hero-grid{display:block}.hero-premium .hero-copy{max-width:none}.hero-premium:after{background:linear-gradient(180deg,rgba(3,14,31,.98) 0%,rgba(4,18,39,.94) 60%,rgba(5,24,50,.18) 78%,rgba(5,25,52,0) 100%)}.hero-generated-art{position:relative;z-index:1;inset:auto;width:100%;height:285px;margin-top:26px}.hero-generated-art img{object-position:75% center}}
@media(max-width:390px){.hero-generated-art{height:250px}}
@media(prefers-reduced-motion:reduce){.hero-generated-art img{animation:none!important}}
/* ===== fin Hero com imagem original ===== */

/* ===== Hero V3 — azul, curto e alinhado ===== */
.hero-premium{min-height:0;padding:58px 0 62px;background:radial-gradient(circle at 84% 18%,rgba(32,167,255,.30),transparent 34%),linear-gradient(135deg,#06162e 0%,#0a2f64 58%,#075db5 100%);color:#fff}
.hero-premium:before,.hero-premium:after{display:none}
.hero-premium .hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.88fr) minmax(500px,1.12fr);gap:54px;align-items:center}
.hero-premium .hero-copy{max-width:570px}
.hero-premium .hero-eyebrow{margin:0 0 18px;padding:7px 12px;border:1px solid rgba(145,210,255,.28);background:rgba(255,255,255,.07);color:#83caff}
.hero-premium h1{max-width:570px;margin:0 0 20px;color:#fff;font-size:clamp(45px,4.8vw,64px);line-height:1.02;letter-spacing:-.045em;text-wrap:balance}
.hero-premium h1:after{width:82px;height:4px;margin-top:20px}
.hero-premium .hero-copy>p{max-width:540px;margin:0 0 27px;color:#d7e7f8;font-size:18px;line-height:1.6}
.hero-premium .hero-actions{display:flex;gap:13px;margin:0 0 25px}
.hero-premium .hero-actions .btn{min-height:52px;padding:13px 22px}
.hero-highlights{display:flex;align-items:center;gap:0;padding-top:20px;border-top:1px solid rgba(255,255,255,.14);color:#d9eaff;font-size:12px;font-weight:850}
.hero-highlights span{display:flex;align-items:center;min-height:20px;padding:0 16px}
.hero-highlights span:first-child{padding-left:0}
.hero-highlights span+span{border-left:1px solid rgba(255,255,255,.18)}
.hero-highlights span:before{content:"✓";display:grid;place-items:center;width:19px;height:19px;margin-right:7px;border-radius:50%;background:rgba(64,190,255,.16);color:#71d2ff;font-size:10px;font-weight:950}
.hero-model-visual{position:relative;margin:0;padding:10px;border:1px solid rgba(255,255,255,.22);border-radius:25px;background:rgba(255,255,255,.09);box-shadow:0 30px 72px rgba(0,0,0,.34);animation:heroModelFloat 6.5s ease-in-out infinite}
.hero-model-visual:before{content:"";position:absolute;z-index:-1;inset:16% 7% -8%;border-radius:35%;background:rgba(24,151,255,.44);filter:blur(46px)}
.hero-model-window{overflow:hidden;border-radius:17px;background:#fff;box-shadow:0 12px 35px rgba(0,13,37,.28)}
.hero-model-bar{display:flex;align-items:center;gap:6px;height:31px;padding:0 11px;border-bottom:1px solid #dae4ef;background:linear-gradient(#f9fbfd,#edf3f8)}
.hero-model-bar>span{width:7px;height:7px;border-radius:50%;background:#ff6574}.hero-model-bar>span:nth-child(2){background:#ffbd43}.hero-model-bar>span:nth-child(3){background:#2ecb70}
.hero-model-bar i{overflow:hidden;flex:1;margin-left:7px;padding:3px 9px;border-radius:6px;background:#fff;color:#718297;font-size:8px;font-style:normal;text-align:center;text-overflow:ellipsis;white-space:nowrap}
.hero-model-visual img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;object-position:top center}
.hero-model-visual figcaption{position:absolute;right:16px;bottom:16px;display:grid;gap:1px;min-width:190px;padding:12px 15px;border:1px solid rgba(157,218,255,.27);border-radius:13px;background:rgba(5,31,64,.93);box-shadow:0 17px 36px rgba(0,10,30,.34);backdrop-filter:blur(13px)}
.hero-model-visual figcaption strong{color:#fff;font-size:12px}.hero-model-visual figcaption span{color:#9fc0df;font-size:9px}
@keyframes heroModelFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@media(max-width:1080px){.hero-premium .hero-grid{grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);gap:38px}.hero-premium h1{font-size:clamp(43px,5vw,57px)}.hero-highlights{flex-wrap:wrap;row-gap:10px}.hero-highlights span{padding:0 10px}.hero-highlights span:first-child{padding-left:0}}
@media(max-width:980px){.hero-premium{padding:52px 0 66px}.hero-premium .hero-grid{grid-template-columns:1fr;gap:42px}.hero-premium .hero-copy{max-width:720px}.hero-premium h1{max-width:720px}.hero-model-visual{width:100%;max-width:760px}}
@media(max-width:680px){.hero-premium{padding:38px 0 52px}.hero-premium .hero-grid{display:grid;gap:32px}.hero-premium h1{font-size:clamp(39px,12vw,50px)}.hero-premium .hero-copy>p{font-size:16px}.hero-premium .hero-actions{display:grid}.hero-highlights{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hero-highlights span{padding:0!important;border:0!important}.hero-highlights span:last-child{grid-column:1/-1}.hero-model-visual{padding:6px;border-radius:18px}.hero-model-window{border-radius:13px}.hero-model-bar{height:25px}.hero-model-visual figcaption{right:10px;bottom:10px;min-width:165px;padding:9px 11px}}
@media(max-width:390px){.hero-highlights{grid-template-columns:1fr}.hero-highlights span:last-child{grid-column:auto}}
@media(prefers-reduced-motion:reduce){.hero-model-visual{animation:none!important}}
/* ===== fin Hero V3 ===== */

/* ===== Hero V4 — composição final Atelier Horizon ===== */
.hero-premium{padding:54px 0 58px;background:radial-gradient(circle at 82% 20%,rgba(23,147,255,.30),transparent 35%),linear-gradient(135deg,#06152e 0%,#092d5f 57%,#075aaa 100%)}
.hero-premium .hero-grid{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);gap:48px}
.hero-premium .hero-copy{max-width:560px}
.hero-premium h1{max-width:560px;margin-bottom:18px;font-size:clamp(48px,5vw,66px)}
.hero-premium h1:after{margin-top:18px;background:linear-gradient(90deg,#ffb51b,#ffd46f);box-shadow:0 0 22px rgba(255,181,27,.36)}
.hero-premium .hero-copy>p{max-width:520px;margin-bottom:25px;color:#d4e4f6;font-size:18px}
.hero-premium .hero-actions{align-items:center;margin-bottom:24px}
.hero-premium .hero-actions .btn:first-child{min-width:210px;border-color:#ffc14a;background:linear-gradient(135deg,#ffb114,#f49b00);box-shadow:0 14px 34px rgba(244,155,0,.30),inset 0 1px 0 rgba(255,255,255,.30);color:#172033}
.hero-premium .hero-actions .btn:first-child:hover{box-shadow:0 18px 38px rgba(244,155,0,.38),inset 0 1px 0 rgba(255,255,255,.34)}
.hero-premium .hero-actions .btn.secondary{min-width:0;padding-inline:8px;border:0;background:transparent;box-shadow:none;color:#d7e8f8;text-decoration:underline;text-decoration-color:rgba(215,232,248,.48);text-underline-offset:4px}
.hero-premium .hero-actions .btn.secondary:hover{background:transparent;box-shadow:none;color:#fff}
.hero-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:540px;padding:0;border:0}
.hero-highlights span{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;min-height:58px;padding:10px 11px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:13px;background:rgba(255,255,255,.075);color:#fff;font-size:11px;line-height:1.25;backdrop-filter:blur(10px)}
.hero-highlights span:before{width:28px;height:28px;margin-right:8px;border-radius:9px;background:rgba(255,180,20,.16);color:#ffc247;font-size:11px}
.hero-highlights span:first-child:before{content:"€"}.hero-highlights span:nth-child(2):before{content:"15"}.hero-highlights span:nth-child(3):before{content:"✓"}
.hero-atelier-visual{position:relative;height:445px;margin:0;overflow:hidden;border-radius:24px;animation:heroAtelierFloat 7s ease-in-out infinite;filter:drop-shadow(0 26px 42px rgba(0,8,24,.30));-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 16%,#000 100%);mask-image:linear-gradient(90deg,transparent 0,#000 16%,#000 100%)}
.hero-atelier-visual img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:right center}
@keyframes heroAtelierFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@media(max-width:1080px){.hero-premium .hero-grid{grid-template-columns:minmax(0,.92fr) minmax(440px,1.08fr);gap:32px}.hero-atelier-visual{height:410px}}
@media(max-width:980px){.hero-premium .hero-grid{grid-template-columns:1fr;gap:36px}.hero-premium .hero-copy{max-width:720px}.hero-atelier-visual{width:100%;max-width:760px;height:430px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 10%,#000 100%);mask-image:linear-gradient(90deg,transparent 0,#000 10%,#000 100%)}}
@media(max-width:680px){.hero-premium{padding:38px 0 46px}.hero-premium h1{font-size:clamp(42px,12vw,52px)}.hero-premium .hero-actions{align-items:stretch}.hero-premium .hero-actions .btn.secondary{min-height:38px}.hero-highlights{grid-template-columns:1fr;gap:8px}.hero-highlights span{min-height:52px}.hero-atelier-visual{height:285px;border-radius:17px;-webkit-mask-image:none;mask-image:none}}
@media(prefers-reduced-motion:reduce){.hero-atelier-visual{animation:none!important}}
/* ===== fin Hero V4 ===== */

/* ===== Hero V5 — minimal, amplo e integrado ===== */
.hero-premium{min-height:610px;padding:70px 0;background:radial-gradient(circle at 82% 18%,rgba(22,136,248,.27),transparent 34%),linear-gradient(135deg,#06152d 0%,#092e61 58%,#075bac 100%)}
.hero-premium .hero-grid{width:min(1480px,calc(100% - 80px));grid-template-columns:minmax(0,760px) minmax(560px,1fr);gap:40px;align-items:center}
.hero-premium .hero-copy{max-width:760px}
.hero-premium h1{max-width:760px;margin:0 0 24px;font-size:clamp(56px,4.2vw,72px);line-height:1.03;letter-spacing:-.045em;text-wrap:balance}
.hero-premium h1:after{display:none}
.hero-premium .hero-copy>p{max-width:700px;margin:0 0 31px;color:#d7e5f4;font-size:20px;line-height:1.6}
.hero-premium .hero-actions{display:flex;align-items:center;gap:20px;margin:0}
.hero-premium .hero-actions .btn:first-child{min-width:220px;border:1px solid rgba(255,255,255,.18);background:linear-gradient(135deg,#2197ff,#0874e8);box-shadow:0 17px 38px rgba(0,108,225,.34),inset 0 1px 0 rgba(255,255,255,.24);color:#fff}
.hero-premium .hero-actions .btn:first-child:hover{box-shadow:0 21px 44px rgba(0,108,225,.43),inset 0 1px 0 rgba(255,255,255,.27)}
.hero-premium .hero-actions .btn.secondary{min-width:0;min-height:42px;padding:7px 4px;border:0;background:transparent;box-shadow:none;color:#d9e8f7;text-decoration:underline;text-decoration-color:rgba(217,232,247,.46);text-underline-offset:5px}
.hero-premium .hero-actions .btn.secondary:hover{border:0;background:transparent;box-shadow:none;color:#fff}
.hero-atelier-visual{height:520px;margin:0;overflow:hidden;border-radius:0;filter:none;animation:none;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 12%,#000 100%);mask-image:linear-gradient(90deg,transparent 0,#000 12%,#000 100%)}
.hero-atelier-visual img{width:100%;height:100%;object-fit:cover;object-position:right center}
@media(max-width:1400px){.hero-premium .hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(520px,.92fr);gap:30px}.hero-premium h1{font-size:clamp(54px,4.3vw,62px)}.hero-atelier-visual{height:485px}}
@media(max-width:1100px){.hero-premium{min-height:0;padding:62px 0}.hero-premium .hero-grid{width:min(1180px,calc(100% - 40px));grid-template-columns:1fr;gap:38px}.hero-premium .hero-copy{max-width:820px}.hero-premium h1{max-width:820px;font-size:clamp(54px,7vw,68px)}.hero-premium .hero-copy>p{max-width:760px}.hero-atelier-visual{width:100%;max-width:900px;height:480px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 100%);mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 100%)}}
@media(max-width:680px){.hero-premium{padding:46px 0 36px}.hero-premium .hero-grid{width:min(100% - 28px,1180px);gap:28px}.hero-premium h1{font-size:clamp(43px,12.5vw,54px);line-height:1.04}.hero-premium .hero-copy>p{margin-bottom:24px;font-size:17px}.hero-premium .hero-actions{display:grid;gap:8px}.hero-premium .hero-actions .btn:first-child{width:100%}.hero-premium .hero-actions .btn.secondary{width:100%;justify-content:flex-start}.hero-atelier-visual{height:300px;-webkit-mask-image:none;mask-image:none}}
@media(prefers-reduced-motion:reduce){.hero-atelier-visual{animation:none!important}}
/* ===== fin Hero V5 ===== */

/* ===== Hero V6 — notebook William Bert 3D ===== */
.hero-notebook-3d{position:relative;isolation:isolate;display:grid;place-items:center;height:520px;margin:0;animation:heroNotebookFloat 6.8s ease-in-out infinite}
.hero-notebook-3d:before{content:"";position:absolute;z-index:-2;inset:12% 4% 5%;border-radius:50%;background:radial-gradient(circle,rgba(22,145,255,.40),rgba(22,145,255,.10) 47%,transparent 72%);filter:blur(28px)}
.hero-notebook-3d:after{content:"";position:absolute;z-index:-1;left:15%;right:7%;bottom:3%;height:42px;border-radius:50%;background:rgba(0,8,26,.42);filter:blur(22px)}
.hero-notebook-3d img{position:relative;z-index:1;display:block;width:100%;height:100%;max-width:100%;object-fit:contain;filter:drop-shadow(0 28px 38px rgba(0,8,26,.35))}
@keyframes heroNotebookFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@media(max-width:1400px){.hero-notebook-3d{height:485px}}
@media(max-width:1100px){.hero-notebook-3d{width:100%;max-width:820px;height:520px}}
@media(max-width:680px){.hero-notebook-3d{height:310px}.hero-notebook-3d:after{bottom:1%;height:28px}}
@media(prefers-reduced-motion:reduce){.hero-notebook-3d{animation:none!important}}
/* ===== fin Hero V6 ===== */

/* ===== Hero V7 — altura reduzida e contentor padrão ===== */
.hero-premium{min-height:0;padding:48px 0 50px}
.hero-premium .hero-grid{width:min(1180px,calc(100% - 40px));grid-template-columns:minmax(0,.94fr) minmax(480px,1.06fr);gap:48px;align-items:center}
.hero-premium .hero-copy{max-width:550px}
.hero-premium h1{max-width:550px;margin-bottom:19px;font-size:clamp(48px,4.2vw,58px);line-height:1.03}
.hero-premium .hero-copy>p{max-width:540px;margin-bottom:25px;font-size:18px;line-height:1.55}
.hero-premium .hero-actions .btn:first-child{min-width:200px;min-height:50px}
.hero-notebook-3d{justify-self:end;width:100%;max-width:590px;height:395px}
.hero-notebook-3d img{width:100%;height:100%;object-fit:contain;object-position:center}
@media(max-width:1100px){.hero-premium{padding:52px 0}.hero-premium .hero-grid{width:min(1180px,calc(100% - 40px));grid-template-columns:1fr;gap:30px}.hero-premium .hero-copy{max-width:760px}.hero-premium h1{max-width:760px}.hero-premium .hero-copy>p{max-width:700px}.hero-notebook-3d{justify-self:start;max-width:720px;height:430px}}
@media(max-width:680px){.hero-premium{padding:38px 0 34px}.hero-premium .hero-grid{width:min(100% - 28px,1180px);gap:22px}.hero-premium h1{font-size:clamp(40px,11.8vw,50px)}.hero-premium .hero-copy>p{font-size:16px}.hero-notebook-3d{height:280px}}
/* ===== fin Hero V7 ===== */

/* ===== Hero V8 — copy de conversion, CTA contrasté et profondeur ===== */
.hero-premium .hero-eyebrow{margin:0 0 17px;padding:8px 13px;border:1px solid rgba(137,211,255,.30);background:rgba(255,255,255,.075);color:#9edcff;box-shadow:inset 0 1px 0 rgba(255,255,255,.08);font-size:11px;letter-spacing:.075em}
.hero-premium h1{margin-bottom:18px}
.hero-premium .hero-copy>p{margin-bottom:23px}
.hero-premium .hero-actions{gap:18px;margin-bottom:0}
.hero-premium .hero-actions .btn:first-child{min-width:205px;border-color:#ffc648;background:#ffb21a;box-shadow:0 15px 34px rgba(255,178,26,.28),inset 0 1px 0 rgba(255,255,255,.38);color:#071d3a}
.hero-premium .hero-actions .btn:first-child:hover{background:#ffc13d;box-shadow:0 19px 40px rgba(255,178,26,.38),inset 0 1px 0 rgba(255,255,255,.45)}
.hero-premium .hero-actions .btn.secondary{min-width:0;padding-inline:4px;border:0;background:transparent;box-shadow:none;color:#e1eefb;text-decoration:underline;text-decoration-color:rgba(225,238,251,.50);text-underline-offset:5px}
.hero-premium .hero-actions .btn.secondary:hover{border:0;background:transparent;box-shadow:none;color:#fff;text-decoration-color:#fff}
.hero-benefits{display:grid;grid-template-columns:repeat(3,max-content);align-items:center;width:max-content;max-width:100%;margin:24px 0 0;padding:12px 15px;list-style:none;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.07);backdrop-filter:blur(10px)}
.hero-benefits li{position:relative;padding:0 15px;color:#edf7ff;font-size:12px;font-weight:850;white-space:nowrap}
.hero-benefits li:first-child{padding-left:0}
.hero-benefits li:last-child{padding-right:0}
.hero-benefits li+li:before{content:"";position:absolute;left:0;top:1px;bottom:1px;width:1px;background:rgba(255,255,255,.18)}
.hero-notebook-3d{max-width:610px;height:410px}
.hero-notebook-3d:before{inset:14% 1% 5%;background:radial-gradient(circle,rgba(36,171,255,.42),rgba(16,118,230,.12) 48%,transparent 73%);filter:blur(30px)}
.hero-notebook-3d:after{left:13%;right:4%;bottom:2%;height:36px;background:rgba(0,7,24,.52);filter:blur(18px)}
.hero-notebook-3d img{filter:drop-shadow(0 30px 42px rgba(0,7,25,.48))}
@media(max-width:1100px){.hero-notebook-3d{max-width:750px;height:440px}}
@media(max-width:680px){.hero-premium .hero-eyebrow{margin-bottom:15px;font-size:10px}.hero-benefits{grid-template-columns:1fr;width:100%;gap:8px;padding:13px 15px}.hero-benefits li{padding:0!important;font-size:12px}.hero-benefits li:before,.hero-benefits li+li:before{content:"✓";position:static;display:inline;width:auto;height:auto;margin-right:8px;background:none;color:#6ed7ff}.hero-notebook-3d{height:285px}}
/* ===== fin Hero V8 ===== */
