:root{
  --bg:#f4fbff;
  --surface:#ffffff;
  --text:#0d1b2a;
  --muted:#5b6b7b;
  --primary:#008cff;
  --primary-dark:#0066c9;
  --accent:#16d6b7;
  --warning:#ff7a00;
  --danger:#d9214e;
  --border:#dbe9f4;
  --shadow:0 24px 70px rgba(13,27,42,.12);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.5}
a{color:inherit;text-decoration:none}
img,video{max-width:100%;display:block}
.top-offer{display:flex;justify-content:center;gap:12px;align-items:center;padding:10px 16px;background:#071b32;color:#fff;text-align:center;font-size:14px;letter-spacing:.02em}
.top-offer strong{color:#80ffe8}
.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 6vw;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(219,233,244,.9)}
.logo{display:flex;align-items:center;gap:10px;font-weight:900;font-size:22px;letter-spacing:.06em}
.logo-mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;display:grid;place-items:center;box-shadow:0 10px 25px rgba(0,140,255,.25)}
nav{display:flex;gap:22px;color:var(--muted);font-weight:700;font-size:14px}
nav a:hover{color:var(--primary)}
.lang-switch{display:flex;background:#edf6ff;border:1px solid var(--border);padding:4px;border-radius:999px;gap:4px}
.lang-switch a{padding:7px 11px;border-radius:999px;font-size:13px;font-weight:900;color:var(--muted)}
.lang-switch a.active{background:var(--primary);color:#fff}
.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center;padding:72px 6vw 42px;background:radial-gradient(circle at 80% 10%,rgba(22,214,183,.28),transparent 32%),radial-gradient(circle at 20% 10%,rgba(0,140,255,.25),transparent 34%),linear-gradient(180deg,#f5fbff,#eef8ff)}
.rating-pill,.eyebrow{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:9px 13px;border-radius:999px;background:#e7f7ff;color:#0066c9;font-weight:900;font-size:13px;letter-spacing:.04em;text-transform:uppercase}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(40px,6vw,76px);line-height:.95;margin:18px 0 20px;letter-spacing:-.06em}
h2{font-size:clamp(28px,4vw,48px);line-height:1.02;letter-spacing:-.04em;margin:12px 0 14px}
h3{font-size:22px;margin-bottom:8px}
.hero-lead{font-size:20px;color:var(--muted);max-width:720px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}
.btn{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:14px 22px;border-radius:999px;font-weight:900;border:0;cursor:pointer;transition:.2s ease;font-size:15px}
.btn.primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;box-shadow:0 14px 30px rgba(0,140,255,.28)}
.btn.primary:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(0,140,255,.36)}
.btn.ghost{background:#fff;color:var(--primary);border:1px solid var(--border)}
.btn.full{width:100%}
.trust-row{display:flex;flex-wrap:wrap;gap:10px;color:#0b6b53;font-weight:800}
.trust-row span{background:#eafff8;border:1px solid #c8f6ec;padding:10px 12px;border-radius:999px}
.hero-visual{display:grid;place-items:center}
.hero-card{position:relative;width:min(430px,100%);padding:26px;border-radius:38px;background:rgba(255,255,255,.78);box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.95);text-align:center;overflow:hidden}
.hero-card:before{content:"";position:absolute;inset:auto -20% -40% -20%;height:58%;background:linear-gradient(135deg,rgba(0,140,255,.12),rgba(22,214,183,.18));border-radius:50%;z-index:0}
.hero-card>*{position:relative;z-index:1}
.hero-card img{height:330px;margin:0 auto 10px;object-fit:contain}
.sale-badge{position:absolute;right:22px;top:22px;z-index:3;background:var(--danger);color:#fff;border-radius:999px;padding:12px 14px;font-weight:950;box-shadow:0 14px 30px rgba(217,33,78,.25)}
.marquee{display:flex;gap:18px;overflow:hidden;white-space:nowrap;padding:15px 6vw;background:#071b32;color:#fff;font-weight:950;text-transform:uppercase;letter-spacing:.06em}
.marquee span{opacity:.9}
.section{padding:70px 6vw}
.section-head{text-align:center;max-width:850px;margin:0 auto 36px}.section-head .eyebrow{margin:0 auto}.section-head p{color:var(--muted);font-size:18px}
.video-section{background:#fff}.video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.video-box{position:relative;border-radius:var(--radius);overflow:hidden;background:#071b32;min-height:310px;box-shadow:var(--shadow)}.video-box video{width:100%;height:100%;min-height:310px;object-fit:cover}.video-caption{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-radius:18px;padding:14px 16px;font-weight:950}
.benefit-band{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefit-band>div{background:linear-gradient(180deg,#fff,#f8fdff);border:1px solid var(--border);padding:26px;border-radius:var(--radius);box-shadow:0 10px 35px rgba(13,27,42,.06)}.benefit-band strong{font-size:20px}.benefit-band p{color:var(--muted);margin:8px 0 0}
.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.product-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:0 16px 45px rgba(13,27,42,.08);display:flex;flex-direction:column}.product-image-wrap{position:relative;background:linear-gradient(135deg,#eaf7ff,#f8ffff);padding:20px;min-height:220px;display:grid;place-items:center}.product-image-wrap img{height:205px;object-fit:contain}.product-badge{position:absolute;top:14px;left:14px;background:var(--danger);color:#fff;border-radius:999px;padding:8px 12px;font-weight:950;font-size:12px}.product-content{padding:22px;display:flex;flex-direction:column;flex:1}.product-type{font-size:12px;text-transform:uppercase;letter-spacing:.09em;font-weight:950;color:var(--primary);margin-bottom:8px}.product-content p:not(.product-type){color:var(--muted)}.product-content ul{list-style:none;margin:0 0 16px;padding:0;color:#16324f;font-weight:750;font-size:14px}.product-content li{margin:7px 0}.price-row{display:flex;align-items:end;gap:10px;margin-top:auto;margin-bottom:16px}.old-price{text-decoration:line-through;color:#8da1b1;font-weight:800}.price-row strong{font-size:28px;color:#071b32}
.split-info{display:grid;grid-template-columns:.95fr 1.05fr;gap:35px;align-items:center;background:linear-gradient(135deg,#071b32,#0c365f);color:#fff}.split-info p{color:#cfe2f5}.split-info .eyebrow{background:rgba(255,255,255,.12);color:#80ffe8}.steps{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.steps div{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:20px}.steps span{display:grid;place-items:center;width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,var(--primary),var(--accent));font-weight:950;margin-bottom:12px}.steps p{margin:0;color:#fff;font-weight:850}
.faq{background:#fff}.faq details{max-width:900px;margin:12px auto;background:#f7fbff;border:1px solid var(--border);border-radius:18px;padding:18px 22px}.faq summary{font-weight:950;cursor:pointer}.faq p{color:var(--muted);margin:12px 0 0}
.footer{display:flex;justify-content:space-between;gap:30px;padding:38px 6vw;background:#061522;color:#d9e9f7}.footer p{color:#9eb5c9;margin:8px 0}.footer strong{color:#fff;font-size:22px;letter-spacing:.06em}
.page-shell{padding:58px 6vw 80px}.page-shell.narrow{max-width:950px;margin:0 auto}.checkout-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:26px;align-items:start}.summary-card,.form-card,.success-card,.payment-details,.after-payment{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px;box-shadow:0 14px 45px rgba(13,27,42,.08)}.summary-card img{height:280px;margin:auto}.back-link{display:inline-flex;margin-top:14px;color:var(--primary);font-weight:900}.order-form{display:grid;gap:16px}.two-cols{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}label{display:grid;gap:7px;font-weight:850;color:#17324f}input,textarea{width:100%;border:1px solid var(--border);border-radius:16px;padding:14px 15px;font:inherit;background:#fbfdff;outline:none}input:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(0,140,255,.12)}.alert{border-radius:16px;padding:14px 16px;margin:14px 0;font-weight:800}.alert.error{background:#fff0f3;color:#b3002f;border:1px solid #ffd1dc}.alert.info{background:#edf9ff;color:#0a609b;border:1px solid #ccefff}.order-recap{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:24px 0}.order-recap>div{background:#fff;border:1px solid var(--border);border-radius:20px;padding:18px}.order-recap.big{grid-template-columns:1fr}.order-recap span,.detail-line span{display:block;color:var(--muted);font-size:13px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.order-recap strong{font-size:18px}.payment-options{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.payment-card{text-align:left;border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:28px;min-height:210px;cursor:pointer;box-shadow:0 14px 45px rgba(13,27,42,.08);transition:.2s ease}.payment-card:hover{transform:translateY(-3px);border-color:var(--primary)}.payment-card strong{display:block;font-size:24px;margin:10px 0}.payment-card small{display:block;color:var(--muted);font-size:15px}.pay-icon{font-size:36px}.payment-details{margin-top:24px}.detail-line{display:grid;grid-template-columns:170px 1fr;gap:16px;align-items:center;border-bottom:1px solid var(--border);padding:16px 0}.detail-line strong{word-break:break-word}.after-payment{margin-top:20px}
@media(max-width:1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:860px){.site-header{align-items:flex-start;flex-wrap:wrap}.site-header nav{order:3;width:100%;overflow:auto}.hero,.checkout-grid,.split-info{grid-template-columns:1fr}.benefit-band,.video-grid,.payment-options,.order-recap{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.footer{display:block}.two-cols{grid-template-columns:1fr}h1{letter-spacing:-.04em}.hero-card img{height:260px}.detail-line{grid-template-columns:1fr;gap:4px}}
@media(max-width:560px){.top-offer{display:block}.product-grid{grid-template-columns:1fr}.section,.page-shell,.hero{padding-left:18px;padding-right:18px}.site-header{padding-left:18px;padding-right:18px}.steps{grid-template-columns:1fr}.btn{width:100%}.hero-actions{width:100%}}
/* ===== Version panier + commande en ligne ===== */
.cart-link{display:inline-flex;align-items:center;gap:7px;color:#071b32}
.cart-link span{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:var(--danger);color:#fff;font-size:12px;font-weight:950}
.compact-section{padding-top:22px;padding-bottom:0}.inline-alert{max-width:850px;margin:0 auto}.inline-alert a{color:var(--primary);text-decoration:underline;font-weight:950}.alert.success{background:#ecfff8;color:#08724e;border:1px solid #bdf5df}.alert.warning{background:#fff7e8;color:#8a4a00;border:1px solid #ffdfaa}.left-head{text-align:left;margin-left:0}.left-head .eyebrow{margin-left:0}.add-cart-form{display:grid;grid-template-columns:90px 1fr;gap:10px;align-items:center}.add-cart-form input{height:48px;text-align:center;font-weight:900}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.empty-cart{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:42px;text-align:center;box-shadow:0 14px 45px rgba(13,27,42,.08)}
.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:start}.cart-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:0 14px 45px rgba(13,27,42,.08)}.cart-item{display:grid;grid-template-columns:110px 1fr 110px 150px;gap:18px;align-items:center;border-bottom:1px solid var(--border);padding:18px 0}.cart-item:first-child{padding-top:0}.cart-item:last-child{border-bottom:0}.cart-item img{height:95px;object-fit:contain;background:#f2fbff;border-radius:18px;padding:8px}.cart-info h3{margin-bottom:4px}.cart-info p{margin-bottom:4px;color:var(--muted)}.cart-qty input{max-width:95px;text-align:center;font-weight:900}.cart-line-total{text-align:right}.cart-line-total span{display:block;color:var(--muted);font-size:13px;font-weight:850;text-transform:uppercase}.cart-line-total strong{display:block;font-size:20px;margin-bottom:8px}.text-button{border:0;background:transparent;color:var(--primary);font:inherit;font-weight:950;cursor:pointer;padding:0}.text-button.danger{color:var(--danger)}.cart-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.sticky-summary{position:sticky;top:105px}.summary-line{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid var(--border);padding:14px 0}.summary-line span{color:var(--muted);font-weight:850}.summary-line strong{font-size:18px}.summary-line.total strong{font-size:28px;color:#071b32}.clear-cart-form{margin-top:15px;text-align:center}.mini-cart-list{display:grid;gap:12px;margin:18px 0}.mini-cart-item{display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:center;background:#f7fbff;border:1px solid var(--border);border-radius:18px;padding:10px}.mini-cart-item img{height:56px;object-fit:contain}.mini-cart-item strong{display:block}.mini-cart-item span{display:block;color:var(--muted);font-weight:800;font-size:14px}.form-intro{color:var(--muted)}.strong-info{font-size:15px}.checkbox-line{display:flex;align-items:flex-start;gap:12px;background:#f8fcff;border:1px solid var(--border);border-radius:18px;padding:14px}.checkbox-line input{width:20px;height:20px;flex:0 0 auto;margin-top:3px}.checkbox-line span{font-weight:800;color:#17324f}.payment-cart-recap{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px;margin:20px 0;box-shadow:0 14px 45px rgba(13,27,42,.08)}.payment-cart-line{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid var(--border);padding:12px 0}.payment-cart-line:last-child{border-bottom:0}.payment-cart-line span{color:#17324f;font-weight:850}.payment-cart-line.total strong{font-size:24px}.payment-ref-big{font-size:28px;color:var(--danger)}.detail-line.highlight{background:#fff9ed;margin:0 -10px;padding-left:10px;padding-right:10px;border-radius:14px;border-bottom:1px solid #ffdc9a}.detail-line.highlight strong{color:#8a4a00;font-size:20px}
@media(max-width:960px){.cart-layout{grid-template-columns:1fr}.sticky-summary{position:static}.cart-item{grid-template-columns:90px 1fr}.cart-qty,.cart-line-total{text-align:left;grid-column:2}.add-cart-form{grid-template-columns:1fr}.add-cart-form input{width:100%}}

/* ===== Version V3 : pages détails + galeries ===== */
.product-card-actions{display:grid;gap:10px;margin-top:auto}.product-card-actions .add-cart-form{margin-top:0}
.breadcrumb{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:22px;color:var(--muted);font-weight:850}.breadcrumb a{color:var(--primary);font-weight:950}.breadcrumb strong{color:#071b32}.detail-alert{margin-bottom:22px}
.product-detail-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:start}.gallery-card,.product-buy-card,.description-card,.detail-cta-band{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 14px 45px rgba(13,27,42,.08)}.gallery-card{padding:22px}.main-gallery-image{position:relative;min-height:520px;display:grid;place-items:center;background:linear-gradient(135deg,#eaf7ff,#fbffff);border:1px solid var(--border);border-radius:24px;overflow:hidden}.main-gallery-image img{width:100%;height:500px;object-fit:contain;padding:16px}.thumb-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}.thumb-button{border:2px solid transparent;background:#f7fbff;border-radius:18px;padding:8px;cursor:pointer;transition:.2s ease}.thumb-button:hover,.thumb-button.active{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,140,255,.15)}.thumb-button img{height:105px;width:100%;object-fit:contain}.product-buy-card{padding:32px;position:sticky;top:105px}.product-detail-lead{font-size:19px;color:var(--muted)}.detail-price{margin:22px 0}.detail-price strong{font-size:42px}.mini-benefits{display:grid;gap:10px;margin:20px 0}.mini-benefits span{background:#eafff8;border:1px solid #c8f6ec;color:#0b6b53;border-radius:16px;padding:12px 14px;font-weight:900}.detail-add-form{display:grid;grid-template-columns:130px 1fr;gap:12px;align-items:end;margin-top:20px}.detail-add-form input{text-align:center;font-weight:950;height:52px}.detail-cart-link{margin-top:12px}.detail-content-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;margin-top:28px}.description-card{padding:30px}.description-card p{color:var(--muted);font-size:17px}.detail-check-list{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:12px}.detail-check-list li{background:#f7fbff;border:1px solid var(--border);border-radius:16px;padding:13px 15px;font-weight:900;color:#17324f}.specs-card{margin-top:24px}.specs-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.spec-line{background:#f7fbff;border:1px solid var(--border);border-radius:18px;padding:16px}.spec-line span{display:block;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.06em;font-weight:950;margin-bottom:8px}.spec-line strong{display:block;color:#071b32;font-size:16px}.detail-cta-band{margin-top:24px;padding:30px;display:grid;grid-template-columns:1fr auto;gap:26px;align-items:center;background:linear-gradient(135deg,#071b32,#0c365f);color:#fff}.detail-cta-band p{color:#cfe2f5;margin-bottom:0}.detail-cta-band .eyebrow{background:rgba(255,255,255,.12);color:#80ffe8}.cta-add-form{display:flex;gap:12px;flex-wrap:wrap}.cta-add-form .btn.ghost{background:#fff;color:var(--primary)}
@media(max-width:1050px){.product-detail-layout,.detail-content-grid,.detail-cta-band{grid-template-columns:1fr}.product-buy-card{position:static}.specs-grid{grid-template-columns:repeat(2,1fr)}.main-gallery-image{min-height:420px}.main-gallery-image img{height:400px}.detail-add-form{grid-template-columns:1fr}}
@media(max-width:560px){.thumb-gallery{grid-template-columns:repeat(2,1fr)}.thumb-button img{height:95px}.specs-grid{grid-template-columns:1fr}.main-gallery-image{min-height:320px}.main-gallery-image img{height:300px}.detail-price strong{font-size:34px}.cta-add-form{display:grid}.product-buy-card,.description-card,.detail-cta-band,.gallery-card{padding:20px}}

/* ===== Version finale WERNER : logo, vraies photos et fiches complètes ===== */
.logo-img{width:170px;height:auto;display:block}.footer-logo{width:180px;background:#fff;border-radius:18px;padding:8px;margin-bottom:10px}.hero-price{justify-content:center;margin-top:8px}.hero-price strong{font-size:30px}.product-image-wrap{padding:14px}.product-image-wrap img{width:100%;height:215px;object-fit:cover;border-radius:20px;background:#eef8ff}.main-gallery-image img{width:100%;height:500px;object-fit:contain;border-radius:18px}.thumb-button img{object-fit:cover;border-radius:12px}.product-tagline{font-size:18px;font-weight:950;color:#0066c9;margin:-8px 0 12px}.benefit-list{display:grid;gap:14px;margin-top:18px}.benefit-item{background:#f7fbff;border:1px solid var(--border);border-radius:18px;padding:16px}.benefit-item strong{display:block;color:#071b32;font-size:16px;margin-bottom:7px}.benefit-item p{margin:0;color:var(--muted);font-size:15px}.spec-table-wrap{overflow:auto;border:1px solid var(--border);border-radius:20px;background:#fff}.spec-table{width:100%;border-collapse:collapse;min-width:780px}.spec-table th{background:#071b32;color:#fff;text-align:left;padding:16px;font-size:13px;text-transform:uppercase;letter-spacing:.06em}.spec-table td{padding:16px;border-bottom:1px solid var(--border);vertical-align:top;color:#17324f}.spec-table tr:last-child td{border-bottom:0}.spec-table td:first-child{font-weight:950;color:#0066c9}.spec-table td strong{color:#071b32}.pack-review-grid{align-items:start}.reviews-list{display:grid;gap:14px;margin-top:18px}.review-item{background:#fffaf0;border:1px solid #ffe1ad;border-radius:18px;padding:16px}.review-item .stars{color:#ff9b00;letter-spacing:1px;font-size:18px;margin-bottom:8px}.review-item strong{display:block;color:#071b32}.review-item small{display:block;color:var(--muted);font-weight:800;margin:3px 0 10px}.review-item p{font-size:15px;margin:0;color:#4c5d6d}.product-buy-card .mini-benefits span:nth-child(4){background:#fff7e8;border-color:#ffdfaa;color:#8a4a00}.detail-check-list li{line-height:1.35}.gallery-card .product-badge{left:34px;top:34px}.footer div:first-child{min-width:240px}.footer-logo + p{margin-top:10px}
@media(max-width:860px){.logo-img{width:145px}.product-image-wrap img{height:240px}.site-header nav{gap:16px}.main-gallery-image img{height:390px}}
@media(max-width:560px){.logo-img{width:135px}.product-image-wrap img{height:245px}.main-gallery-image img{height:300px}.spec-table{min-width:680px}.footer-logo{width:150px}}

/* =========================================================
   WERNER V5 — accueil premium + grille produits 2 x 2
   Corrige les classes de index.php qui n'étaient pas stylées.
   ========================================================= */
body{overflow-x:hidden}

.hero-premium{
  position:relative;
  grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);
  min-height:720px;
  gap:56px;
  padding-top:72px;
  padding-bottom:72px;
  overflow:hidden;
}
.hero-premium:after{
  content:"";
  position:absolute;
  width:430px;
  height:430px;
  right:-170px;
  bottom:-210px;
  border-radius:50%;
  background:rgba(0,140,255,.10);
  filter:blur(2px);
  pointer-events:none;
}
.hero-copy{position:relative;z-index:2}
.hero-kicker{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  margin-bottom:18px;
}
.hero-kicker span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:8px 13px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(219,233,244,.95);
  color:#0a5d9d;
  font-size:12px;
  font-weight:950;
  letter-spacing:.05em;
  text-transform:uppercase;
  box-shadow:0 10px 28px rgba(13,27,42,.06);
}
.hero-premium h1{max-width:790px}
.hero-premium .hero-lead{max-width:760px}
.hero-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  max-width:690px;
  margin-top:32px;
}
.hero-stats>div{
  min-height:112px;
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(219,233,244,.95);
  box-shadow:0 14px 35px rgba(13,27,42,.06);
}
.hero-stats strong{
  display:block;
  margin-bottom:6px;
  color:#0066c9;
  font-size:30px;
  line-height:1;
}
.hero-stats span{
  color:#4f6477;
  font-size:13px;
  font-weight:850;
}

.hero-showcase{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) 170px;
  gap:14px;
  min-width:0;
}
.showcase-main-card{
  position:relative;
  min-height:610px;
  overflow:hidden;
  border-radius:34px;
  background:#071b32;
  border:1px solid rgba(255,255,255,.85);
  box-shadow:0 32px 85px rgba(13,27,42,.20);
}
.showcase-main-card>img{
  width:100%;
  height:610px;
  object-fit:cover;
}
.showcase-main-card:after{
  content:"";
  position:absolute;
  inset:35% 0 0;
  background:linear-gradient(180deg,transparent,rgba(5,20,34,.88));
  pointer-events:none;
}
.showcase-label{
  position:absolute;
  z-index:4;
  top:20px;
  left:20px;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  color:#0066c9;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.06em;
  box-shadow:0 10px 30px rgba(13,27,42,.12);
}
.showcase-info{
  position:absolute;
  z-index:4;
  left:26px;
  right:26px;
  bottom:24px;
  color:#fff;
}
.showcase-info p{
  margin-bottom:7px;
  color:#90e9dc;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.showcase-info h2{
  margin:0 0 8px;
  color:#fff;
  font-size:clamp(29px,3vw,46px);
}
.showcase-info .hero-price{
  justify-content:flex-start;
  margin:0;
}
.showcase-info .old-price{color:#b6c7d6}
.showcase-info .hero-price strong{color:#fff;font-size:34px}
.showcase-mini-grid{
  display:grid;
  grid-template-rows:repeat(3,1fr);
  gap:14px;
  min-width:0;
}
.mini-product{
  position:relative;
  min-height:0;
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(219,233,244,.95);
  box-shadow:0 18px 45px rgba(13,27,42,.10);
}
.mini-product img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .3s ease;
}
.mini-product:after{
  content:"";
  position:absolute;
  inset:45% 0 0;
  background:linear-gradient(180deg,transparent,rgba(6,21,34,.82));
}
.mini-product span{
  position:absolute;
  z-index:2;
  left:13px;
  right:13px;
  bottom:13px;
  color:#fff;
  font-size:13px;
  font-weight:950;
  line-height:1.2;
}
.mini-product:hover img{transform:scale(1.04)}

.promise-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  padding-top:36px;
  padding-bottom:36px;
  background:#fff;
}
.promise-strip article{
  position:relative;
  min-height:190px;
  padding:28px;
  overflow:hidden;
  border-radius:26px;
  background:linear-gradient(180deg,#fff,#f7fbff);
  border:1px solid var(--border);
  box-shadow:0 14px 40px rgba(13,27,42,.06);
}
.promise-strip article>span{
  display:inline-grid;
  place-items:center;
  width:42px;
  height:42px;
  margin-bottom:20px;
  border-radius:15px;
  background:linear-gradient(135deg,var(--primary),var(--accent));
  color:#fff;
  font-size:13px;
  font-weight:950;
}
.promise-strip strong{
  display:block;
  margin-bottom:10px;
  color:#071b32;
  font-size:20px;
}
.promise-strip p{margin:0;color:var(--muted)}

.collection-section{
  background:linear-gradient(180deg,#f4fbff 0%,#eef8ff 100%);
}
.wide-head{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(320px,.55fr);
  gap:50px;
  align-items:end;
  max-width:none;
  text-align:left;
  margin-bottom:42px;
}
.wide-head .eyebrow{margin:0}
.wide-head h2{margin-bottom:0}
.wide-head>p{
  margin:0;
  color:var(--muted);
  font-size:17px;
}
.product-layout{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  max-width:1500px;
  margin:0 auto;
}
.product-layout .product-card{
  min-width:0;
  border-radius:30px;
  box-shadow:0 20px 60px rgba(13,27,42,.09);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.product-layout .product-card:hover{
  transform:translateY(-5px);
  border-color:#b9ddf7;
  box-shadow:0 28px 72px rgba(13,27,42,.14);
}
.product-layout .product-card-featured{
  border-color:#b7e8df;
}
.product-layout .product-image-wrap{
  min-height:0;
  padding:14px;
  background:linear-gradient(135deg,#eaf7ff,#f8ffff);
}
.product-layout .product-image-wrap img{
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:22px;
}
.product-layout .product-badge{
  top:27px;
  left:27px;
  z-index:2;
  padding:9px 13px;
}
.product-layout .product-content{
  padding:30px;
}
.product-layout .product-content h3{
  margin-bottom:10px;
  font-size:clamp(25px,2.2vw,34px);
  letter-spacing:-.03em;
}
.product-layout .product-content>p:not(.product-type){
  min-height:52px;
  margin-bottom:18px;
  font-size:16px;
}
.product-layout .product-features{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  margin-bottom:22px;
}
.product-layout .product-features li{
  display:flex;
  align-items:center;
  min-height:54px;
  margin:0;
  padding:11px 12px;
  border-radius:15px;
  background:#f5fbff;
  border:1px solid var(--border);
  color:#17324f;
  font-size:13px;
  line-height:1.25;
}
.product-layout .price-row{
  margin:4px 0 20px;
}
.product-layout .price-row strong{font-size:34px}
.product-layout .product-card-actions{
  display:grid;
  grid-template-columns:minmax(150px,.42fr) minmax(0,1fr);
  gap:12px;
  align-items:stretch;
}
.product-layout .product-card-actions>.btn{
  width:100%;
  min-height:52px;
}
.product-layout .add-cart-form{
  grid-template-columns:78px minmax(0,1fr);
  gap:10px;
}
.product-layout .add-cart-form input,
.product-layout .add-cart-form .btn{
  min-height:52px;
}

.process-section{
  padding-top:28px;
  padding-bottom:78px;
  background:#fff;
}
.process-card{
  max-width:1500px;
  margin:0 auto;
  padding:46px;
  border-radius:34px;
  background:linear-gradient(135deg,#071b32,#0d3c69);
  color:#fff;
  box-shadow:0 30px 80px rgba(7,27,50,.18);
}
.process-card .eyebrow{
  background:rgba(255,255,255,.11);
  color:#80ffe8;
}
.process-card h2{max-width:850px;color:#fff}
.process-card .steps{
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:30px;
}
.process-card .steps div{
  min-height:170px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

@media(max-width:1180px){
  .hero-premium{grid-template-columns:1fr;min-height:auto}
  .hero-showcase{grid-template-columns:minmax(0,1fr) 190px}
  .showcase-main-card,.showcase-main-card>img{min-height:560px;height:560px}
  .wide-head{grid-template-columns:1fr;gap:18px}
  .product-layout .product-features{grid-template-columns:1fr}
  .process-card .steps{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:820px){
  .hero-premium{padding-top:48px;padding-bottom:48px;gap:34px}
  .hero-showcase{grid-template-columns:1fr}
  .showcase-main-card,.showcase-main-card>img{min-height:500px;height:500px}
  .showcase-mini-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:none}
  .mini-product{aspect-ratio:1/1}
  .promise-strip{grid-template-columns:1fr}
  .product-layout{grid-template-columns:1fr}
  .product-layout .product-content>p:not(.product-type){min-height:0}
  .video-grid{grid-template-columns:1fr}
}

@media(max-width:620px){
  .hero-stats{grid-template-columns:1fr}
  .hero-stats>div{min-height:auto}
  .showcase-main-card,.showcase-main-card>img{min-height:390px;height:390px}
  .showcase-info{left:18px;right:18px;bottom:18px}
  .showcase-info h2{font-size:30px}
  .showcase-mini-grid{grid-template-columns:1fr}
  .mini-product{aspect-ratio:16/7}
  .wide-head{margin-bottom:28px}
  .product-layout{gap:20px}
  .product-layout .product-content{padding:22px}
  .product-layout .product-content h3{font-size:27px}
  .product-layout .product-card-actions{grid-template-columns:1fr}
  .product-layout .add-cart-form{grid-template-columns:82px minmax(0,1fr)}
  .process-card{padding:28px 20px}
  .process-card .steps{grid-template-columns:1fr}
  .promise-strip article{min-height:auto}
}
