:root{
  --primary:#ec2028;
  --primary-dark:#d80f1f;
  --black:#111;
  --muted:#666;
  --surface:#fff;
  --surface-soft:#f0f0f0;
  --outline:#906f70;
  --footer:#111;
  --display:"Jost",sans-serif;
  --body:"Inter",sans-serif;
  --container:92vw;
  --gutter:4vw;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:78px}
body{margin:0;color:var(--black);background:#fff;font-family:var(--body);-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
img{display:block;max-width:100%}
strong{font-weight:800}
.site-header{height:78px;position:fixed;top:0;left:0;right:0;z-index:80;background:rgba(255,255,255,.97);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 var(--gutter);border-bottom:1px solid rgba(17,17,17,.08);backdrop-filter:blur(14px)}
.header-logo{grid-column:2;display:flex;align-items:center;justify-content:center}
.header-logo img{width:190px;height:auto;background:transparent}
.desktop-nav{grid-column:1;grid-row:1;display:flex;gap:30px;align-items:center}
.desktop-nav a{font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;font-weight:600;transition:color .2s}
.desktop-nav a:hover{color:var(--primary)}
.header-contact{grid-column:3;grid-row:1;justify-self:end;min-width:180px;height:48px;border-radius:999px;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;text-transform:uppercase;font-size:.74rem;letter-spacing:.06em;transition:transform .2s,background .2s}
.header-contact:hover{transform:translateY(-2px);background:var(--primary-dark)}
.mobile-menu{display:none}
.hero{min-height:100svh;position:relative;display:flex;align-items:center;isolation:isolate;padding-top:78px;overflow:hidden}
.hero-background,.hero-shade{position:absolute;inset:0}
.hero-background{z-index:-3;background:url("assets/hero-placeholder.svg") center/cover no-repeat;transform:scale(1.01)}
.hero-shade{z-index:-2;background:linear-gradient(90deg,rgba(4,4,5,.92) 0%,rgba(4,4,5,.72) 48%,rgba(4,4,5,.24) 100%)}
.hero-content{width:min(760px,58vw);margin-left:var(--gutter);padding:9vh 0 8vh;color:#fff}
.eyebrow{margin:0 0 18px;color:var(--primary);font-size:.72rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;display:flex;align-items:center;gap:14px}
.eyebrow:before{content:"";width:42px;height:2px;background:var(--primary)}
.eyebrow.light{color:#fff}
.eyebrow.light:before{background:var(--primary)}
.hero h1,.section-heading h2,.form-copy h2,.about-heading h2{font-family:var(--display);text-transform:uppercase;letter-spacing:-.045em;margin:0;font-weight:700}
.hero h1{font-size:clamp(4rem,6.7vw,7.2rem);line-height:.91;max-width:1050px}
.hero h1::first-line{color:#fff}
.hero-description{font-size:clamp(1rem,1.15vw,1.22rem);line-height:1.75;max-width:690px;color:rgba(255,255,255,.78);margin:30px 0 28px}
.hero-description strong{color:#fff}
.main-cta{min-height:58px;display:inline-flex;align-items:center;justify-content:center;gap:28px;padding:0 28px;background:var(--primary);color:#fff;border-radius:999px;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 18px 48px rgba(236,32,40,.28);transition:transform .2s,background .2s}
.main-cta:hover{transform:translateY(-3px);background:var(--primary-dark)}
.main-cta span{font-size:1.15rem}
.microcopy{font-size:.72rem;color:rgba(255,255,255,.58);margin:16px 0 0 12px}
.placeholder-label{position:absolute;right:24px;bottom:20px;color:rgba(255,255,255,.48);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;border:1px solid rgba(255,255,255,.22);padding:9px 12px;background:rgba(0,0,0,.28)}
.section-container{width:var(--container);max-width:1480px;margin:0 auto}
.launch-section{padding:110px 0;background:#fff}
.launch-layout{display:grid;grid-template-columns:.88fr 1.12fr;gap:6vw;align-items:center}
.section-heading h2{font-size:clamp(3.2rem,5vw,5.8rem);line-height:.93}
.section-heading>p:last-child,.form-copy>p{color:var(--muted);font-size:1rem;line-height:1.75;max-width:650px;margin:28px 0 0}
.countdown-card{display:grid;grid-template-columns:.34fr .66fr;min-height:270px;background:var(--black);box-shadow:0 30px 85px rgba(0,0,0,.18);position:relative;overflow:hidden}
.countdown-card:after{content:"";position:absolute;inset:-40% -10% auto auto;width:350px;height:350px;border-radius:50%;border:1px solid rgba(255,255,255,.1)}
.countdown-title{background:var(--primary);padding:34px 28px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;text-transform:uppercase;position:relative;z-index:1}
.countdown-title span{font-size:.65rem;letter-spacing:.16em;font-weight:700}
.countdown-title strong{font:700 clamp(2rem,3vw,3.6rem)/.95 var(--display);letter-spacing:-.04em}
.countdown{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:22px;position:relative;z-index:1}
.countdown div{text-align:center;color:#fff;border-right:1px solid rgba(255,255,255,.12);padding:20px 8px}
.countdown div:last-child{border-right:0}
.countdown strong{display:block;font:700 clamp(2.5rem,4vw,5rem)/1 var(--display);letter-spacing:-.05em}
.countdown span{display:block;color:rgba(255,255,255,.48);font-size:.6rem;letter-spacing:.13em;text-transform:uppercase;margin-top:12px}
.form-section{position:relative;background:var(--surface-soft);padding:125px 0;overflow:hidden}
.form-background-word{position:absolute;top:20px;left:50%;transform:translateX(-50%);font:800 clamp(7rem,18vw,19rem)/1 var(--display);letter-spacing:-.07em;color:rgba(17,17,17,.035);white-space:nowrap;user-select:none}
.form-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:7vw;align-items:center;position:relative;z-index:1}
.form-copy h2{font-size:clamp(3.2rem,5vw,5.7rem);line-height:.92}
.form-copy ul{list-style:none;padding:0;margin:32px 0 0;display:grid;gap:14px}
.form-copy li{display:flex;gap:12px;align-items:center;color:#444;font-size:.88rem;font-weight:600}
.form-copy li:before{content:"✓";width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#fff;font-size:.78rem}
.lead-form{background:#fff;padding:44px 44px 36px;box-shadow:0 38px 100px rgba(0,0,0,.17);border-top:7px solid var(--primary);transform:translateY(-14px)}
.form-topline{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:25px;margin-bottom:6px;border-bottom:1px solid rgba(17,17,17,.1);font-size:.64rem;letter-spacing:.12em;text-transform:uppercase}
.form-topline span{color:var(--primary);font-weight:800}
.form-topline b{font-weight:700;color:#777}
.field{margin-top:22px}
.field label{display:block;margin-bottom:9px;font-size:.69rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.field input{width:100%;height:60px;border:1px solid rgba(17,17,17,.15);padding:0 18px;background:#fff;outline:none;border-radius:0;transition:border-color .2s,box-shadow .2s;font-size:.95rem}
.field input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(236,32,40,.1)}
.field input::placeholder{color:#aaa}
.honeypot{position:absolute!important;left:-9999px!important}
.consent{display:flex;gap:11px;align-items:flex-start;margin:20px 0;color:#666;font-size:.72rem;line-height:1.5}
.consent input{margin-top:3px;accent-color:var(--primary)}
.consent a{text-decoration:underline}
.lead-form button[type="submit"]{width:100%;min-height:58px;border:0;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 22px;text-transform:uppercase;font-weight:800;font-size:.73rem;letter-spacing:.08em;cursor:pointer;transition:background .2s,transform .2s}
.lead-form button[type="submit"]:hover{background:var(--primary-dark);transform:translateY(-2px)}
.lead-form button:disabled{opacity:.65;cursor:wait}
.form-status{min-height:20px;color:var(--primary);font-size:.75rem;font-weight:700;margin:12px 0 0}
.privacy-note{text-align:center;color:#999;font-size:.64rem;line-height:1.5;margin:7px 0 0}
.about-section{position:relative;isolation:isolate;color:#fff;overflow:hidden}
.about-background,.about-shade{position:absolute;inset:0}
.about-background{z-index:-3;background:url("assets/about-placeholder.svg") center/cover no-repeat fixed}
.about-shade{z-index:-2;background:linear-gradient(110deg,rgba(8,8,9,.86),rgba(8,8,9,.58) 58%,rgba(8,8,9,.22))}
.about-content{padding:125px 0 115px;display:grid;grid-template-columns:1fr 1fr;gap:46px 6vw}
.about-heading{max-width:790px}
.about-heading h2{font-size:clamp(3rem,4.7vw,5.3rem);line-height:.94}
.about-heading>p:last-child{color:rgba(255,255,255,.72);line-height:1.8;margin:28px 0 0;max-width:720px}
.about-heading>p:last-child strong{color:#fff}
.stats{display:grid;grid-template-columns:repeat(2,1fr);align-self:end;border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(9px);background:rgba(255,255,255,.055)}
.stats article{min-height:160px;display:flex;flex-direction:column;justify-content:center;padding:25px;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}
.stats article:nth-child(2n){border-right:0}.stats article:nth-child(n+3){border-bottom:0}
.stats strong{font:700 clamp(3.2rem,5vw,5.6rem)/.85 var(--display);color:var(--primary)}
.stats span{font-size:.73rem;line-height:1.4;color:rgba(255,255,255,.64);text-transform:uppercase;letter-spacing:.08em;margin-top:14px}
.commitments-heading{grid-column:1/-1;text-align:center;margin-top:24px}
.commitments-heading .eyebrow{justify-content:center}
.commitments-heading h3{font:700 clamp(2.4rem,3.5vw,4.2rem)/.98 var(--display);letter-spacing:-.04em;text-transform:uppercase;margin:0 auto;max-width:870px}
.commitments{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.commitments article{background:#fff;color:#111;padding:31px;min-height:255px;border-top:4px solid var(--primary);transition:transform .25s}
.commitments article:hover{transform:translateY(-5px)}
.commitment-icon{width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(17,17,17,.12);margin-bottom:27px}
.commitment-icon img{width:30px;height:30px;object-fit:contain}
.commitments h4{font:700 1.35rem/1.1 var(--display);text-transform:uppercase;margin:0 0 15px}
.commitments p{font-size:.83rem;color:#666;line-height:1.7;margin:0}
.about-label{z-index:2}
.bbm-footer{background:var(--footer);color:#fff;padding:8vh 0 2vh;border-top:1px solid rgba(144,111,112,.2)}
.footer-mobile{display:none}
.footer-desktop{display:grid;grid-template-columns:4fr 2fr 3fr;gap:2.5vw;padding:0 var(--gutter);max-width:1700px;margin:0 auto}
.footer-brand-block{text-align:center}
.footer-brand-block>a{height:60px;display:flex;justify-content:center;margin-bottom:3vh}
.footer-brand-block img{height:100%;width:auto;filter:brightness(0) invert(1);background:transparent}
.footer-brand-block p{color:rgba(255,255,255,.8);font-size:1.03rem;line-height:1.7;margin:0 auto;max-width:700px}
.footer-contact h4,.footer-agency h4,.footer-mobile-section h4{font:600 .95rem/1 var(--display);color:var(--primary);text-transform:uppercase;margin:0 0 3vh}
.footer-contact p{display:flex;align-items:flex-start;gap:8px;margin:0 0 2vh;color:rgba(255,255,255,.7);font-size:.86rem;line-height:1.55}
.footer-contact .material-symbols-outlined{font-size:1rem;color:rgba(255,255,255,.48);margin-top:2px}
.footer-contact a:hover{color:#fff}
.footer-agency iframe{width:100%;height:18vh;min-height:180px;border:0;border:1px solid rgba(255,255,255,.1)}
.footer-socials{display:flex;justify-content:center;gap:1.5vw;margin-top:6vh}
.footer-socials a{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);transition:border-color .2s,transform .2s}
.footer-socials a:hover{border-color:var(--primary);transform:scale(1.08)}
.footer-socials img{width:55%;height:55%;object-fit:contain;filter:brightness(0) invert(1)}
.footer-bottom{margin-top:6vh;padding:2vh var(--gutter) 0;border-top:1px solid rgba(255,255,255,.05);text-align:center}
.footer-bottom p{margin:0;color:rgba(255,255,255,.4);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase}
.footer-bottom a{display:inline-block;margin-top:1vh;color:rgba(255,255,255,.3);font-size:.72rem;transition:color .2s}
.footer-bottom a:hover{color:rgba(255,255,255,.65)}
.desktop-floating{position:fixed;bottom:4vh;right:4vw;z-index:90;display:flex;align-items:center}
.desktop-floating[hidden]{display:none}
.floating-options{display:flex;align-items:center;max-width:0;opacity:0;overflow:hidden;transition:max-width .32s cubic-bezier(.16,1,.3,1),opacity .2s;white-space:nowrap}
.desktop-floating.is-open .floating-options{max-width:430px;opacity:1}
.floating-options>button,.floating-options>a{height:54px;border:0;display:flex;align-items:center;gap:10px;padding:0 18px;font-size:.83rem;font-weight:600;cursor:pointer}
.floating-options>button{background:#fff;color:var(--primary);border:2px solid var(--primary);border-right:0;border-radius:30px 0 0 30px}
.floating-options>a{background:#25d366;color:#fff;border:2px solid var(--primary);border-left:0;border-radius:0 30px 30px 0}
.floating-options svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}
.floating-options .whatsapp-icon{fill:#fff;stroke:none}
.floating-divider{display:none}
.floating-toggle{width:64px;height:64px;border:0;border-radius:50%;background:var(--primary);display:grid;place-items:center;box-shadow:0 14px 36px rgba(236,32,40,.3);cursor:pointer;transition:transform .2s;margin-left:8px}
.floating-toggle:hover{transform:scale(1.05)}
.floating-toggle svg{width:55%;height:55%;fill:#fff}
.mobile-priority-cta{display:none}
.modal[hidden]{display:none}
.modal{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:20px}
.modal-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.73);backdrop-filter:blur(8px)}
.modal-card{position:relative;z-index:1;width:min(540px,100%);background:#fff;color:#111;padding:48px;text-align:center;box-shadow:0 36px 110px rgba(0,0,0,.38);outline:none;border-top:6px solid var(--primary)}
.modal-close{position:absolute;right:13px;top:8px;border:0;background:transparent;color:#777;font-size:2rem;cursor:pointer}
.modal-check{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;margin:0 auto 20px;background:#e8f8ed;color:#159848;font-size:1.9rem;font-weight:800}
.modal-card .eyebrow{justify-content:center;margin-bottom:13px}
.modal-card h2{font:700 clamp(2.1rem,4.7vw,3.4rem)/.98 var(--display);text-transform:uppercase;letter-spacing:-.04em;margin:0}
.modal-card>p:not(.eyebrow){color:#666;line-height:1.7;margin:18px 0 25px}
.modal-button{border:0;background:var(--black);color:#fff;padding:15px 25px;text-transform:uppercase;font-size:.7rem;font-weight:800;letter-spacing:.08em;cursor:pointer}
body.modal-open{overflow:hidden}
@media(max-width:1050px){
  .launch-layout,.form-layout,.about-content{grid-template-columns:1fr}
  .countdown-card{max-width:900px;width:100%}
  .form-copy{max-width:800px}
  .lead-form{max-width:760px;width:100%;justify-self:center;transform:none}
  .about-content{gap:35px}.stats{max-width:850px;width:100%}.commitments-heading,.commitments{grid-column:auto}
}
@media(max-width:760px){
  :root{--container:calc(100% - 40px);--gutter:20px}
  html{scroll-padding-top:68px}
  body{padding-bottom:76px}
  .site-header{height:68px;padding:0 16px;grid-template-columns:44px 1fr 104px}
  .mobile-menu{display:flex;width:36px;height:36px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:6px;padding:8px;cursor:pointer}
  .mobile-menu span{height:2px;width:21px;background:#111}
  .header-logo{grid-column:2;justify-self:center}.header-logo img{width:145px}
  .desktop-nav{display:none}.header-contact{grid-column:3;min-width:0;width:100%;height:39px;font-size:.58rem;padding:0 8px}
  .hero{min-height:92svh;align-items:flex-end;padding-top:68px}
  .hero-background{background-position:61% center}
  .hero-shade{background:linear-gradient(0deg,rgba(4,4,5,.98) 0%,rgba(4,4,5,.78) 48%,rgba(4,4,5,.26) 100%)}
  .hero-content{width:100%;margin:0;padding:130px 20px 82px}
  .eyebrow{font-size:.62rem;letter-spacing:.15em;gap:9px}.eyebrow:before{width:28px}
  .hero h1{font-size:clamp(2.85rem,12.4vw,4.5rem);line-height:.92}
  .hero-description{font-size:.92rem;line-height:1.65;margin:23px 0}
  .main-cta{width:100%;justify-content:space-between;padding:0 20px;min-height:56px;font-size:.67rem}
  .microcopy{text-align:center;margin:13px 0 0}.placeholder-label{display:none}
  .launch-section{padding:70px 0}.launch-layout{gap:35px}
  .section-heading h2,.form-copy h2{font-size:clamp(2.75rem,12vw,4.2rem)}
  .section-heading>p:last-child,.form-copy>p{font-size:.92rem;line-height:1.65;margin-top:21px}
  .countdown-card{grid-template-columns:1fr;min-height:0}
  .countdown-title{min-height:120px;padding:23px;display:grid;grid-template-columns:1fr auto;align-items:end}
  .countdown-title strong{font-size:2.4rem;text-align:right}
  .countdown{grid-template-columns:repeat(2,1fr);padding:12px}
  .countdown div{padding:20px 8px}.countdown div:nth-child(2){border-right:0}.countdown div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}
  .countdown strong{font-size:3rem}
  .form-section{padding:74px 0}.form-background-word{display:none}.form-layout{gap:34px}.form-copy ul{margin-top:25px}
  .lead-form{padding:30px 18px 24px;border-top-width:6px}.form-topline{font-size:.56rem}.field{margin-top:19px}.field input{height:56px}.consent{font-size:.68rem}
  .about-background{background-attachment:scroll;background-position:center}
  .about-content{padding:78px 0 68px}.about-heading h2{font-size:clamp(2.75rem,11.7vw,4.25rem)}.about-heading>p:last-child{font-size:.92rem;line-height:1.68;margin-top:22px}
  .stats{grid-template-columns:repeat(2,1fr)}.stats article{min-height:132px;padding:18px}.stats strong{font-size:3.3rem}.stats span{font-size:.58rem}
  .commitments-heading{margin-top:8px}.commitments-heading .eyebrow{justify-content:flex-start;text-align:left}.commitments-heading h3{font-size:2.65rem;text-align:left}
  .commitments{grid-template-columns:1fr}.commitments article{min-height:0;padding:25px}.commitment-icon{margin-bottom:21px}
  .bbm-footer{padding:5vh 0 2vh}.footer-desktop,.footer-socials-desktop{display:none}.footer-mobile{display:grid;gap:0;padding:0 20px;text-align:center}
  .footer-brand-block>a{height:56px;margin-bottom:3vh}.footer-brand-block p{font-size:.93rem;line-height:1.65;padding:0 5px}
  .footer-mobile-section{border-top:1px solid rgba(255,255,255,.1);padding-top:28px;margin-top:28px}.footer-mobile-section h4{font-size:1.02rem;margin-bottom:24px}
  .footer-socials{gap:12px;margin:0;flex-wrap:wrap}.footer-socials a{width:43px;height:43px}
  .footer-contact p{justify-content:center;text-align:center;font-size:.91rem;margin-bottom:17px}.footer-contact .material-symbols-outlined{font-size:1.2rem}
  .footer-agency iframe{height:220px;min-height:220px}.footer-bottom{margin-top:38px;padding:20px 20px 0}.footer-bottom p{font-size:.67rem;line-height:1.55}.footer-bottom a{font-size:.66rem}
  .desktop-floating{display:none!important}
  .mobile-priority-cta{position:fixed;left:10px;right:10px;bottom:9px;z-index:95;display:flex;min-height:57px;align-items:center;justify-content:space-between;padding:0 20px;background:var(--primary);color:#fff;text-transform:uppercase;font-weight:800;font-size:.68rem;letter-spacing:.065em;box-shadow:0 14px 34px rgba(0,0,0,.3);border-radius:999px}
  .modal-card{padding:42px 22px 32px}.modal-card h2{font-size:2.4rem}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.main-cta,.lead-form button,.floating-toggle,.footer-socials a{transition:none}}

/* Final requested adjustments — aligned with the BBM /offres visual language. */
.site-header{
  display:flex;
  justify-content:space-between;
  gap:32px;
}
.header-logo{
  order:1;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  flex:0 0 auto;
}
.header-logo img{
  width:178px;
  background:transparent;
}
.desktop-nav{
  order:2;
  margin-left:auto;
  display:flex;
  gap:30px;
  align-items:center;
}
.header-contact{
  order:3;
  flex:0 0 auto;
}
.hero-content{max-width:880px}
.hero h1{
  font-size:clamp(3.4rem,6.4vw,7.2rem);
  line-height:.88;
  max-width:920px;
}
.hero-lead{
  margin:28px 0 0;
  max-width:760px;
  font:600 clamp(1.25rem,2vw,2rem)/1.25 var(--display);
  color:#fff;
}
.hero-subtitle{
  margin:16px 0 0;
  color:rgba(255,255,255,.82);
  font-size:clamp(.95rem,1.18vw,1.16rem);
  line-height:1.65;
}
.hero-subtitle strong{color:#fff}
.hero-description{margin-top:13px}
.launch-layout-simple{align-items:center}
.countdown-heading{max-width:620px}
.countdown-card-featured{
  box-shadow:0 34px 90px rgba(17,17,17,.18),0 0 0 1px rgba(236,32,40,.08);
  transform:translateY(-4px);
}
.countdown-card-featured .countdown-title{
  background:linear-gradient(145deg,#ec2028,#c50f1b);
}
.form-copy h2{text-transform:uppercase}
.form-copy>p{max-width:620px}
.commitments article{
  text-align:center;
  overflow:hidden;
}
.commitment-icon{
  width:72px;
  height:72px;
  margin:0 auto 27px;
  border:0;
  border-radius:50%;
  background:linear-gradient(145deg,var(--primary),var(--primary-dark));
  box-shadow:0 12px 32px rgba(236,32,40,.24);
  transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s;
}
.commitment-icon img{
  width:36px;
  height:36px;
  filter:brightness(0) invert(1);
}
.commitments article:hover .commitment-icon{
  transform:translateY(-4px) rotate(-4deg) scale(1.08);
  box-shadow:0 18px 42px rgba(236,32,40,.38);
}
.stats article{
  position:relative;
  transition:transform .35s cubic-bezier(.16,1,.3,1),background .35s,border-color .35s;
  animation:statBreathe 5s ease-in-out infinite;
}
.stats article:nth-child(2){animation-delay:.45s}
.stats article:nth-child(3){animation-delay:.9s}
.stats article:nth-child(4){animation-delay:1.35s}
.stats article:hover{
  z-index:2;
  transform:translateY(-8px) scale(1.025);
  background:rgba(236,32,40,.13);
  border-color:rgba(236,32,40,.42);
}
.stats strong{
  transition:transform .35s,color .35s,text-shadow .35s;
}
.stats article:hover strong{
  transform:scale(1.08);
  color:#fff;
  text-shadow:0 0 26px rgba(236,32,40,.75);
}
@keyframes statBreathe{
  0%,100%{box-shadow:inset 0 0 0 rgba(236,32,40,0)}
  50%{box-shadow:inset 0 0 32px rgba(236,32,40,.08)}
}
.footer-bottom{padding-top:2.2vh}
.footer-bottom-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  color:rgba(255,255,255,.42);
  font-size:.78rem;
}
.footer-bottom-inner>span{letter-spacing:.03em;text-transform:none}
.footer-bottom-inner>a{margin:0}
.footer-bottom-inner nav{display:flex;align-items:center;gap:20px}
.footer-bottom-inner a{color:rgba(255,255,255,.42);transition:color .2s}
.footer-bottom-inner a:hover{color:#fff}
.mobile-priority-cta{display:none!important}

@media(max-width:760px){
  body{padding-bottom:0}
  .site-header{
    height:68px;
    padding:0 16px;
    display:flex;
    justify-content:space-between;
    gap:14px;
  }
  .header-logo{justify-self:auto;margin-right:auto}
  .header-logo img{width:138px}
  .desktop-nav{display:none}
  .header-contact{width:auto;min-width:108px;height:40px;padding:0 13px;font-size:.58rem}
  .hero-content{padding-top:120px}
  .hero h1{font-size:clamp(2.75rem,12.8vw,4.3rem);line-height:.91}
  .hero-lead{font-size:1.24rem;line-height:1.28;margin-top:24px}
  .hero-subtitle{font-size:.9rem;line-height:1.55;margin-top:13px}
  .hero-description{margin-top:10px}
  .launch-layout-simple{gap:30px}
  .countdown-card-featured{transform:none;box-shadow:0 24px 65px rgba(17,17,17,.2)}
  .commitment-icon{width:68px;height:68px}
  .footer-bottom-inner{flex-direction:column;text-align:center;gap:12px}
  .footer-bottom-inner nav{justify-content:center;flex-wrap:wrap}
}
@media(prefers-reduced-motion:reduce){
  .stats article{animation:none}
  .stats article,.stats strong,.commitment-icon{transition:none}
}

/* Final text hierarchy and compact /offres-style header logo. */
.header-logo img{
  width:142px;
  max-height:46px;
  object-fit:contain;
}
.hero-content{
  max-width:900px;
}
.hero-lead{
  max-width:650px;
  margin-top:24px;
}
.hero .main-cta{
  margin-top:32px;
}
.form-copy{
  align-self:center;
}
.form-copy>p{
  max-width:560px;
}
.priority-benefits{
  list-style:none;
  padding:0;
  margin:30px 0 0;
  display:grid;
  gap:14px;
  max-width:590px;
}
.priority-benefits li{
  display:grid;
  grid-template-columns:30px 1fr;
  gap:13px;
  align-items:center;
  color:#3f3f3f;
  font-size:.98rem;
  line-height:1.55;
  font-weight:500;
}
.priority-benefits li::before{
  content:"✓";
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--primary);
  color:#fff;
  font-size:.82rem;
  font-weight:900;
  box-shadow:0 8px 22px rgba(236,32,40,.22);
}
.priority-benefits strong{
  color:var(--ink);
  font-weight:800;
}
@media(max-width:760px){
  .header-logo img{
    width:116px;
    max-height:38px;
  }
  .hero-content{
    padding-top:112px;
    padding-bottom:72px;
  }
  .hero-lead{
    max-width:520px;
    margin-top:20px;
  }
  .hero .main-cta{
    margin-top:28px;
  }
  .priority-benefits{
    margin-top:24px;
    gap:12px;
  }
  .priority-benefits li{
    grid-template-columns:28px 1fr;
    gap:11px;
    font-size:.91rem;
    line-height:1.5;
  }
  .priority-benefits li::before{
    width:28px;
    height:28px;
  }
}


/* Final consistency pass: unified section labels and centered form CTA. */
.eyebrow,
.eyebrow.light{
  color:var(--primary);
  font-size:.72rem;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin:0 0 18px;
  gap:12px;
}
.eyebrow:before,
.eyebrow.light:before{
  width:38px;
  height:2px;
  background:var(--primary);
  flex:0 0 38px;
}
.commitments-heading .eyebrow{
  justify-content:center;
  text-align:center;
}
.lead-form button[type="submit"]{
  position:relative;
  justify-content:center;
  text-align:center;
  padding-left:54px;
  padding-right:54px;
}
.lead-form button[type="submit"] > span:last-child{
  position:absolute;
  right:22px;
  top:50%;
  transform:translateY(-50%);
}
@media(max-width:760px){
  .eyebrow,
  .eyebrow.light{
    font-size:.62rem;
    letter-spacing:.15em;
    gap:9px;
    margin-bottom:15px;
  }
  .eyebrow:before,
  .eyebrow.light:before{
    width:28px;
    flex-basis:28px;
  }
  .commitments-heading .eyebrow{
    justify-content:center;
    text-align:center;
  }
  .lead-form button[type="submit"]{
    padding-left:44px;
    padding-right:44px;
    font-size:.69rem;
  }
  .lead-form button[type="submit"] > span:last-child{
    right:18px;
  }
}

/* Clean mobile conversion pass. */
.hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 22px;
  color:#fff;
  font-size:.7rem;
  line-height:1;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.hero-kicker::before{
  content:"";
  width:34px;
  height:2px;
  background:var(--primary);
  flex:0 0 34px;
}
.form-copy .form-intro{
  max-width:540px;
  margin-top:22px;
  font-size:.98rem;
  line-height:1.65;
}
.priority-benefits{
  margin-top:24px;
  gap:11px;
}
.priority-benefits li{
  font-size:.93rem;
  line-height:1.45;
}

@media(max-width:760px){
  .hero{
    min-height:86svh;
    align-items:center;
    padding-top:68px;
  }
  .hero-content{
    padding:62px 20px 52px;
  }
  .hero-kicker{
    margin-bottom:18px;
    font-size:.58rem;
    letter-spacing:.14em;
  }
  .hero-kicker::before{
    width:27px;
    flex-basis:27px;
  }
  .hero h1{
    font-size:clamp(2.55rem,11.8vw,4rem);
  }
  .hero-lead{
    margin-top:18px;
    font-size:1.12rem;
  }
  .hero .main-cta{
    margin-top:24px;
    width:100%;
    max-width:360px;
    padding:0 18px;
    gap:10px;
    text-align:center;
  }
  .form-layout{
    gap:25px;
  }
  .form-copy .form-intro{
    margin-top:17px;
    font-size:.9rem;
    line-height:1.55;
  }
  .priority-benefits{
    margin-top:18px;
    gap:10px;
  }
  .priority-benefits li{
    font-size:.87rem;
    line-height:1.4;
  }
  .lead-form button[type="submit"]{
    display:grid;
    place-items:center;
    padding:0 16px;
    text-align:center;
  }
  .lead-form button[type="submit"] > span:first-child{
    width:100%;
    text-align:center;
  }
  .lead-form button[type="submit"] > span:last-child{
    display:none;
  }
}


/* Lightweight hero parallax. Disabled on touch-sized screens and for reduced motion. */
.hero-background{
  --hero-parallax-y:0px;
  inset:-7%;
  transform:translate3d(0,var(--hero-parallax-y),0) scale(1.08);
  transform-origin:center;
  will-change:transform;
}
@media(max-width:760px){
  .hero-background{
    inset:-3%;
    transform:scale(1.04);
    will-change:auto;
  }
}
@media(prefers-reduced-motion:reduce){
  .hero-background{
    transform:scale(1.03);
    will-change:auto;
  }
}

/* Final hero hierarchy, simplified mobile countdown, and persistent mobile timer. */
.hero h1{
  text-transform:none;
  font-size:clamp(3.2rem,5.65vw,6.5rem);
  line-height:.98;
  max-width:980px;
  letter-spacing:-.045em;
}
.hero-kicker{
  color:#fff;
}
.hero-lead{
  max-width:760px;
  margin-top:24px;
  font:500 clamp(1rem,1.35vw,1.22rem)/1.65 var(--body);
  color:rgba(255,255,255,.84);
}
.mobile-countdown-dock{display:none}

@media(max-width:760px){
  body{padding-bottom:54px}
  .hero{min-height:90svh}
  .hero-content{padding-top:70px;padding-bottom:48px}
  .hero-kicker{margin-bottom:16px}
  .hero h1{
    font-size:clamp(2.35rem,10.4vw,3.75rem);
    line-height:1.01;
    max-width:560px;
  }
  .hero-lead{
    margin-top:17px;
    font-size:.93rem;
    line-height:1.58;
    max-width:540px;
  }
  .hero .main-cta{
    margin-top:22px;
    min-height:54px;
    font-size:.64rem;
  }
  .launch-section{padding:72px 0 76px}
  .launch-layout-simple{gap:24px}
  .countdown-heading>p:last-child{margin-top:18px}
  .countdown-card-featured,
  .countdown-card{
    display:block;
    min-height:0;
    background:transparent;
    box-shadow:none;
    transform:none;
    overflow:visible;
  }
  .countdown-card:after{display:none}
  .countdown-title{
    min-height:0;
    padding:0 0 12px;
    display:block;
    background:transparent!important;
    color:var(--primary);
  }
  .countdown-title span{
    font-size:.62rem;
    letter-spacing:.17em;
  }
  .countdown{
    display:flex;
    align-items:baseline;
    justify-content:space-between;
    gap:0;
    padding:14px 0;
    background:transparent;
    border-top:1px solid rgba(17,17,17,.16);
    border-bottom:1px solid rgba(17,17,17,.16);
  }
  .countdown div{
    flex:1;
    display:flex;
    align-items:baseline;
    justify-content:center;
    gap:4px;
    padding:0 7px;
    color:var(--black);
    border-right:1px solid rgba(17,17,17,.14);
    border-bottom:0!important;
  }
  .countdown div:last-child{border-right:0}
  .countdown strong{
    display:inline;
    font-size:clamp(1.65rem,8vw,2.25rem);
    line-height:1;
    color:var(--black);
  }
  .countdown span{
    display:inline;
    margin:0;
    color:#777;
    font-size:.52rem;
    letter-spacing:.08em;
  }
  .mobile-countdown-dock{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:96;
    min-height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:13px;
    padding:8px max(14px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left));
    color:#fff;
    background:rgba(17,17,17,.96);
    border-top:2px solid var(--primary);
    box-shadow:0 -10px 28px rgba(0,0,0,.2);
    backdrop-filter:blur(12px);
  }
  .mobile-countdown-label{
    color:rgba(255,255,255,.7);
    font-size:.55rem;
    font-weight:800;
    letter-spacing:.1em;
    text-transform:uppercase;
    white-space:nowrap;
  }
  .mobile-countdown-values{
    display:flex;
    align-items:baseline;
    gap:8px;
    white-space:nowrap;
  }
  .mobile-countdown-values>span{
    display:flex;
    align-items:baseline;
    gap:2px;
  }
  .mobile-countdown-values strong{
    color:#fff;
    font:700 1.18rem/1 var(--display);
  }
  .mobile-countdown-values small{
    color:var(--primary);
    font-size:.5rem;
    font-weight:800;
    text-transform:uppercase;
  }
  body.modal-open .mobile-countdown-dock{display:none}
}

@media(max-width:360px){
  .mobile-countdown-dock{gap:8px;padding-left:9px;padding-right:9px}
  .mobile-countdown-label{font-size:.49rem;letter-spacing:.07em}
  .mobile-countdown-values{gap:6px}
  .mobile-countdown-values strong{font-size:1.05rem}
}

/* Final timer interaction and form-benefit refinement. */
.countdown-emblem{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:7px;
  padding-top:28px;
}
.countdown-emblem i{
  position:relative;
  width:58px;
  height:58px;
  border:1px solid rgba(255,255,255,.5);
  border-radius:50%;
}
.countdown-emblem i::before,
.countdown-emblem i::after{
  content:"";
  position:absolute;
  background:#fff;
  opacity:.9;
}
.countdown-emblem i::before{width:22px;height:1px;left:18px;top:28px}
.countdown-emblem i::after{width:1px;height:22px;left:28px;top:18px}
.countdown-emblem b{
  font:700 1.05rem/1 var(--display);
  letter-spacing:.14em;
}
.countdown-emblem small{
  color:rgba(255,255,255,.72);
  font-size:.56rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.priority-benefits{
  counter-reset:none;
  gap:0;
  border-top:1px solid rgba(17,17,17,.13);
}
.priority-benefits li{
  display:grid;
  grid-template-columns:46px 1fr;
  gap:16px;
  align-items:start;
  padding:17px 0;
  border-bottom:1px solid rgba(17,17,17,.13);
  color:var(--ink);
}
.priority-benefits li::before{display:none!important;content:none!important}
.priority-benefits .benefit-index{
  color:var(--primary);
  font:700 .72rem/1 var(--display);
  letter-spacing:.12em;
  padding-top:4px;
}
.priority-benefits li>span:last-child{
  display:grid;
  gap:3px;
}
.priority-benefits strong{
  font:700 1rem/1.25 var(--display);
  letter-spacing:-.015em;
}
.priority-benefits small{
  color:#666;
  font-size:.9rem;
  line-height:1.45;
}

@media(max-width:760px){
  body{padding-bottom:66px}
  .countdown-title{display:none!important}
  .countdown-card-featured,
  .countdown-card{
    border-radius:16px;
    background:#111!important;
    box-shadow:0 20px 48px rgba(17,17,17,.24),0 0 0 1px rgba(236,32,40,.16);
    overflow:hidden;
  }
  .countdown-card-featured::before{
    content:"";
    display:block;
    height:4px;
    background:var(--primary);
  }
  .countdown{
    padding:18px 8px 19px;
    border:0;
    background:#111;
  }
  .countdown div{
    color:#fff;
    border-right:1px solid rgba(255,255,255,.12);
    padding:0 5px;
  }
  .countdown strong{color:#fff;font-size:clamp(1.65rem,8vw,2.2rem)}
  .countdown span{color:rgba(255,255,255,.54);font-size:.49rem}

  .mobile-countdown-dock{
    position:fixed;
    left:50%;
    right:auto;
    bottom:calc(12px + env(safe-area-inset-bottom));
    transform:translateX(-50%);
    z-index:96;
    width:max-content;
    max-width:calc(100vw - 24px);
    min-height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:7px 12px 7px 9px;
    color:#fff;
    background:rgba(17,17,17,.95);
    border:1px solid rgba(255,255,255,.13);
    border-radius:999px;
    box-shadow:0 12px 32px rgba(0,0,0,.3),0 0 0 1px rgba(236,32,40,.2);
    backdrop-filter:blur(14px);
    cursor:pointer;
    transition:opacity .2s ease,transform .22s ease,visibility .2s;
  }
  .mobile-countdown-dock:hover,
  .mobile-countdown-dock:focus-visible{background:#111;outline:2px solid rgba(236,32,40,.5);outline-offset:2px}
  .mobile-countdown-dock.is-hidden{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translate(-50%,14px);
  }
  .mobile-countdown-clock{
    width:28px;
    height:28px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:var(--primary);
    flex:0 0 auto;
  }
  .mobile-countdown-clock svg{width:16px;height:16px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .mobile-countdown-label{font-size:.5rem;letter-spacing:.08em;color:rgba(255,255,255,.66)}
  .mobile-countdown-values{gap:5px}
  .mobile-countdown-values>span{gap:1px}
  .mobile-countdown-values strong{font-size:.98rem}
  .mobile-countdown-values small{font-size:.43rem}
  .mobile-countdown-action{
    margin-left:2px;
    padding-left:8px;
    border-left:1px solid rgba(255,255,255,.18);
    color:#fff;
    font-size:.57rem;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    white-space:nowrap;
  }
  .priority-benefits{margin-top:22px}
  .priority-benefits li{grid-template-columns:36px 1fr;gap:11px;padding:14px 0}
  .priority-benefits strong{font-size:.94rem}
  .priority-benefits small{font-size:.84rem}
}

@media(max-width:390px){
  .mobile-countdown-dock{gap:6px;padding-left:8px;padding-right:10px}
  .mobile-countdown-clock{width:26px;height:26px}
  .mobile-countdown-label{display:none}
  .mobile-countdown-values{gap:4px}
  .mobile-countdown-values strong{font-size:.94rem}
  .mobile-countdown-action{font-size:.53rem;padding-left:6px}
}

@media(prefers-reduced-motion:reduce){
  .mobile-countdown-dock{transition:none}
}

/* Polished timer behavior + generated section backgrounds */
.form-section{isolation:isolate}
.form-section::before,
.form-section::after{content:"";position:absolute;inset:0;pointer-events:none}
.form-section::before{z-index:0;background:url("assets/form-placeholder.svg") center/cover no-repeat;opacity:.34;mix-blend-mode:multiply}
.form-section::after{z-index:0;background:linear-gradient(180deg,rgba(255,255,255,.58),rgba(248,244,241,.92) 36%,rgba(245,240,236,.96) 100%)}
.form-section .section-container,
.form-section .form-background-word{position:relative;z-index:1}
.about-background{background:url("assets/about-placeholder.svg") center/cover no-repeat fixed}
.about-label{display:none!important}

.countdown-title{position:relative;overflow:hidden;align-items:flex-end}
.countdown-emblem{display:none!important}
.countdown-card-featured .countdown-title{
  background:linear-gradient(135deg,#e51d26 0%,#bc1018 100%);
}
.countdown-card-featured .countdown-title::before,
.countdown-card-featured .countdown-title::after{
  content:"";position:absolute;inset:auto auto 18px 28px;pointer-events:none;opacity:.2
}
.countdown-card-featured .countdown-title::before{
  width:138px;height:138px;border-radius:50%;border:2px solid rgba(255,255,255,.48);left:auto;right:34px;bottom:34px;
  box-shadow:0 0 0 14px rgba(255,255,255,.04),0 0 0 32px rgba(255,255,255,.02)
}
.countdown-card-featured .countdown-title::after{
  width:120px;height:120px;left:auto;right:43px;bottom:43px;
  background:
    linear-gradient(90deg, transparent 49%, rgba(255,255,255,.36) 50%, transparent 51%) center/100% 100% no-repeat,
    linear-gradient(transparent 49%, rgba(255,255,255,.18) 50%, transparent 51%) center/100% 100% no-repeat,
    radial-gradient(circle at center, transparent 0 58px, rgba(255,255,255,.12) 58px 59px, transparent 59px);
}
.countdown-card-featured .countdown-title span{position:relative;z-index:1;font-size:1rem;letter-spacing:.16em}

.priority-benefits{
  gap:10px;
  border-top:0;
}
.priority-benefits li{
  grid-template-columns:1fr;
  gap:7px;
  padding:16px 0 16px 18px;
  position:relative;
  border-bottom:1px solid rgba(17,17,17,.11);
}
.priority-benefits li::after{
  content:"";position:absolute;left:0;top:18px;width:4px;height:22px;border-radius:999px;background:linear-gradient(180deg,var(--primary),rgba(236,32,40,.24));
}
.priority-benefits .benefit-index{display:none}
.priority-benefits strong{font-size:1rem}
.priority-benefits small{font-size:.92rem;color:#5f5f5f}

@media(max-width:760px){
  body{padding-bottom:96px}
  .launch-section{padding-top:64px;padding-bottom:72px;background:linear-gradient(180deg,#fff 0%,#f8f5f3 100%)}
  .countdown-card-featured,
  .countdown-card{
    background:linear-gradient(180deg,#161616 0%,#0f0f0f 100%)!important;
    box-shadow:0 24px 52px rgba(17,17,17,.28),0 0 0 1px rgba(236,32,40,.18), inset 0 0 0 1px rgba(255,255,255,.04);
  }
  .countdown-card-featured::before{height:5px}
  .countdown{padding:20px 10px 21px}
  .countdown strong{font-size:clamp(1.72rem,8.2vw,2.24rem)}
  .countdown span{font-size:.5rem;letter-spacing:.09em}

  .mobile-countdown-dock{
    left:50%;right:auto;bottom:calc(18px + env(safe-area-inset-bottom));transform:translateX(-50%);
    width:min(calc(100vw - 24px),420px);max-width:min(calc(100vw - 24px),420px);
    min-height:48px;padding:8px 12px 8px 9px;gap:7px;
  }
  .mobile-countdown-dock.is-hidden{transform:translate(-50%,12px)}
  .mobile-countdown-clock{width:27px;height:27px}
  .mobile-countdown-values{flex:1 1 auto;min-width:0;justify-content:center;gap:5px}
  .mobile-countdown-values>span{min-width:0}
  .mobile-countdown-values strong{font-size:.96rem}
  .mobile-countdown-values small{font-size:.42rem}
  .mobile-countdown-action{flex:0 0 auto;font-size:.54rem;padding-left:7px;text-align:center}
  .form-section::before{background-position:62% center;opacity:.2}
  .about-background{background-attachment:scroll}
  .priority-benefits li{padding:14px 0 14px 16px}
  .priority-benefits small{font-size:.84rem}
}
@media(max-width:430px){
  .mobile-countdown-dock{width:min(calc(100vw - 18px),390px);bottom:calc(12px + env(safe-area-inset-bottom));}
}
@media(max-width:390px){
  .mobile-countdown-dock{gap:5px;padding-left:8px;padding-right:9px;width:calc(100vw - 16px)}
  .mobile-countdown-clock{width:24px;height:24px}
  .mobile-countdown-values strong{font-size:.9rem}
  .mobile-countdown-values small{font-size:.4rem}
  .mobile-countdown-action{font-size:.5rem;padding-left:5px}
}


/* About section lighter premium background update */
.about-background{background:url("assets/about-placeholder.svg") center/cover no-repeat fixed!important}
.about-shade{background:linear-gradient(110deg,rgba(8,8,9,.86),rgba(8,8,9,.58) 58%,rgba(8,8,9,.22))!important}
@media(max-width:760px){.about-shade{background:linear-gradient(180deg,rgba(8,8,9,.84),rgba(8,8,9,.52) 52%,rgba(8,8,9,.22))!important}}


/* Premium darker about + upgraded form section */
.about-background{background:url("assets/about-placeholder.svg") center/cover no-repeat fixed!important}
.about-shade{background:linear-gradient(110deg,rgba(7,7,9,.66),rgba(11,11,14,.46) 58%,rgba(25,14,19,.28))!important}
.form-section{background:linear-gradient(180deg,#f7f2ee 0%,#efe7e1 100%)!important}
.form-section::before{background:url("assets/form-placeholder.svg") center/cover no-repeat!important;opacity:.45!important;mix-blend-mode:multiply}
.form-section::after{background:linear-gradient(180deg,rgba(250,246,243,.70),rgba(244,238,233,.90) 36%,rgba(239,231,225,.95) 100%)!important}
.form-background-word{color:rgba(17,17,17,.045)!important}
.lead-form{border-top-width:8px;box-shadow:0 38px 100px rgba(0,0,0,.14),0 14px 35px rgba(236,32,40,.07)!important}
.form-copy .form-intro{color:#4c4743}
@media(max-width:760px){
  .about-background{background-position:56% center!important;background-attachment:scroll!important}
  .about-shade{background:linear-gradient(180deg,rgba(7,7,9,.74),rgba(11,11,14,.52) 52%,rgba(25,14,19,.28))!important}
  .form-section::before{background-position:60% center!important;opacity:.32!important}
}


/* Hero-matched premium backgrounds for the form and About sections */
.form-section{
  background:#08090b!important;
  color:#fff;
}
.form-section::before{
  background:url("assets/form-background-premium.svg") center/cover no-repeat!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
}
.form-section::after{
  background:linear-gradient(90deg,rgba(5,6,8,.94) 0%,rgba(5,6,8,.78) 44%,rgba(5,6,8,.28) 100%)!important;
}
.form-background-word{color:rgba(255,255,255,.025)!important}
.form-copy h2{color:#fff}
.form-copy .form-intro{color:rgba(255,255,255,.72)!important}
.form-copy .form-intro strong{color:#fff}
.priority-benefits{border-color:rgba(255,255,255,.10)}
.priority-benefits li{color:#fff;border-color:rgba(255,255,255,.10)}
.priority-benefits strong{color:#fff}
.priority-benefits small{color:rgba(255,255,255,.60)!important}
.priority-benefits li::after{background:linear-gradient(180deg,var(--primary),rgba(236,32,40,.30))}
.lead-form{
  background:rgba(255,255,255,.98);
  box-shadow:0 42px 110px rgba(0,0,0,.40),0 0 0 1px rgba(255,255,255,.10)!important;
}
.about-background{
  background:url("assets/about-background-premium.svg") center/cover no-repeat fixed!important;
}
.about-shade{
  background:linear-gradient(110deg,rgba(5,6,8,.82),rgba(5,6,8,.57) 58%,rgba(5,6,8,.20))!important;
}
@media(max-width:760px){
  .form-section::before{background-position:64% center!important}
  .form-section::after{background:linear-gradient(180deg,rgba(5,6,8,.92),rgba(5,6,8,.76) 55%,rgba(5,6,8,.44))!important}
  .about-background{background-position:58% center!important;background-attachment:scroll!important}
  .about-shade{background:linear-gradient(180deg,rgba(5,6,8,.84),rgba(5,6,8,.58) 54%,rgba(5,6,8,.24))!important}
}

/* Compact official-launch countdown */
.launch-section{
  padding:52px 0 58px;
  background:linear-gradient(180deg,#fff 0%,#faf8f7 100%);
}
.launch-layout-simple{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:16px;
}
.launch-official-label{
  margin:0;
  color:var(--primary);
  font:800 .78rem/1 var(--body);
  letter-spacing:.22em;
  text-align:center;
}
.countdown-card-featured,
.countdown-card{
  display:block;
  width:min(720px,100%);
  min-height:0;
  background:var(--black);
  box-shadow:0 18px 45px rgba(17,17,17,.18);
  transform:none;
}
.countdown-card::before,
.countdown-card::after,
.countdown-card-featured::before,
.countdown-card-featured::after{
  display:none!important;
}
.countdown{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  align-items:stretch;
  padding:0;
  background:#111;
}
.countdown div{
  min-height:118px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:16px 10px;
  border-right:1px solid rgba(255,255,255,.14);
  border-bottom:0;
  color:#fff;
}
.countdown div:first-child{
  background:var(--primary);
}
.countdown div:last-child{
  border-right:0;
}
.countdown strong{
  color:#fff;
  font-size:clamp(2.6rem,4vw,3.8rem);
  line-height:.9;
}
.countdown span{
  color:rgba(255,255,255,.62);
  margin-top:10px;
  font-size:.57rem;
  letter-spacing:.11em;
}
.countdown div:first-child span{
  color:rgba(255,255,255,.82);
}

@media(max-width:760px){
  .launch-section{
    padding:36px 0 40px;
  }
  .launch-layout-simple{
    gap:13px;
  }
  .launch-official-label{
    font-size:.68rem;
    letter-spacing:.19em;
  }
  .countdown-card-featured,
  .countdown-card{
    width:100%;
    box-shadow:0 14px 34px rgba(17,17,17,.2);
  }
  .countdown{
    grid-template-columns:repeat(4,1fr);
    padding:0;
  }
  .countdown div,
  .countdown div:nth-child(-n+2){
    min-height:82px;
    padding:12px 3px;
    border-right:1px solid rgba(255,255,255,.14);
    border-bottom:0;
  }
  .countdown div:last-child{
    border-right:0;
  }
  .countdown strong{
    font-size:clamp(1.75rem,8.5vw,2.3rem);
  }
  .countdown span{
    margin-top:7px;
    font-size:.47rem;
    letter-spacing:.07em;
  }
}
