@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#171a1f;--muted:#67707d;--red:#d71920;--red-dark:#aa1016;--soft:#f5f6f8;--line:#e7e9ed;--white:#fff;--shadow:0 18px 55px rgba(17,24,39,.10);--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,system-ui,sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%}.container{width:min(1160px,calc(100% - 40px));margin:auto}.eyebrow{font-size:.76rem;letter-spacing:.18em;text-transform:uppercase;font-weight:800;color:var(--red)}h1,h2,h3{line-height:1.05;margin:0}h1{font-size:clamp(3.2rem,7vw,6.8rem);letter-spacing:-.06em}h2{font-size:clamp(2.2rem,4.2vw,4rem);letter-spacing:-.045em}h3{font-size:1.25rem}.lead{font-size:1.12rem;color:var(--muted);max-width:650px}.btn{display:inline-flex;align-items:center;gap:.6rem;padding:14px 20px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.25s}.btn-primary{background:var(--red);color:#fff;box-shadow:0 12px 30px rgba(215,25,32,.25)}.btn-primary:hover{background:var(--red-dark);transform:translateY(-2px)}.btn-secondary{border-color:var(--line);background:#fff}.btn-secondary:hover{border-color:#bbb;transform:translateY(-2px)}
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(231,233,237,.8)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:118px;height:58px;object-fit:contain;object-position:left center;display:block}.navlinks{display:flex;align-items:center;gap:26px;font-weight:700;font-size:.92rem}.navlinks a:hover{color:var(--red)}.menu{display:none;border:0;background:none;font-size:1.6rem}
.hero{min-height:760px;display:grid;align-items:center;overflow:hidden;position:relative;background:radial-gradient(circle at 85% 10%,rgba(215,25,32,.14),transparent 34%),linear-gradient(180deg,#fff,#fafafa)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;padding:90px 0}.hero-logo{width:min(390px,82%);display:block;margin:0 0 34px}.hero-copy p{margin:26px 0 32px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-note{margin-top:25px;color:var(--muted);font-size:.92rem}.hero-art{position:relative;min-height:540px}.road-card{position:absolute;inset:0;border-radius:40px;background:linear-gradient(150deg,#20242b 0%,#111318 70%);box-shadow:var(--shadow);overflow:hidden}.road-card:before{content:"";position:absolute;width:700px;height:700px;border:82px solid rgba(255,255,255,.95);border-radius:50%;left:-360px;top:-80px}.road-card:after{content:"";position:absolute;width:500px;height:500px;border:2px dashed rgba(255,255,255,.34);border-radius:50%;left:-240px;top:18px}.floating-stat{position:absolute;background:#fff;border-radius:20px;padding:18px 20px;box-shadow:var(--shadow);z-index:2}.floating-stat strong{display:block;font-size:2rem;line-height:1}.floating-stat span{font-size:.78rem;color:var(--muted);font-weight:700}.fs1{right:-20px;top:70px}.fs2{left:-25px;bottom:70px}.learner-plate{position:absolute;right:54px;bottom:45px;width:150px;height:150px;border-radius:28px;background:#fff;display:grid;place-items:center;font-size:6rem;font-weight:800;color:var(--red);z-index:2;box-shadow:0 20px 45px rgba(0,0,0,.25)}
.section{padding:105px 0}.section.soft{background:var(--soft)}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:45px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;transition:.28s}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.icon{width:50px;height:50px;border-radius:16px;background:rgba(215,25,32,.1);color:var(--red);display:grid;place-items:center;font-weight:900;margin-bottom:22px}.card p{color:var(--muted);font-size:.94rem;margin-bottom:0}
.dashboard{background:#171a1f;border-radius:36px;padding:34px;color:#fff;box-shadow:var(--shadow)}.dash-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px}.live{display:inline-flex;gap:8px;align-items:center;color:#b8c0ca;font-size:.82rem}.live i{width:9px;height:9px;background:#22c55e;border-radius:50%;box-shadow:0 0 0 6px rgba(34,197,94,.12)}.tabs{display:flex;gap:8px;flex-wrap:wrap}.tab{border:1px solid #343943;background:transparent;color:#cbd0d7;border-radius:999px;padding:8px 13px;font:inherit;font-weight:700;cursor:pointer}.tab.active{background:#fff;color:#171a1f}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat{background:#22262d;border:1px solid #30353e;border-radius:22px;padding:22px}.stat .num{font-size:2.5rem;font-weight:800;letter-spacing:-.05em}.stat small{color:#9ca4af}.chart{margin-top:14px;background:#22262d;border-radius:22px;padding:22px}.bars{height:150px;display:flex;align-items:end;gap:12px}.bar{flex:1;background:linear-gradient(180deg,#ef4444,#b81219);border-radius:10px 10px 4px 4px;min-height:20px;transition:.5s}.bar-labels{display:flex;gap:12px;color:#8f98a5;font-size:.72rem;text-align:center;margin-top:10px}.bar-labels span{flex:1}
.video-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}.video{aspect-ratio:16/9;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#111}.video iframe{width:100%;height:100%;border:0}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.resource{display:flex;gap:16px;align-items:flex-start}.resource .arrow{margin-left:auto;color:var(--red);font-weight:900}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.stars{color:#f59e0b;letter-spacing:.08em}.reviewer{margin-top:20px;font-weight:800}.reviewer small{display:block;color:var(--muted);font-weight:500}.cta{background:linear-gradient(135deg,#d71920,#9b0d13);color:#fff;border-radius:38px;padding:58px;display:flex;align-items:center;justify-content:space-between;gap:40px}.cta p{color:rgba(255,255,255,.78)}.cta .btn{background:#fff;color:#171a1f}
footer{padding:50px 0 120px;background:#111318;color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:50px;align-items:start}.footer-grid>div{display:flex;flex-direction:column;justify-content:flex-start}.footer-logo{width:240px;display:block;margin-bottom:12px}.footer-grid p,.footer-grid a{color:#9fa6b0;font-size:.92rem}.footer-links{display:grid;gap:6px}.copyright{margin-top:28px;padding-top:18px;border-top:1px solid #292d34;color:#747d89;font-size:.82rem}.whatsapp{position:fixed;right:24px;bottom:25px;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-size:1.5rem;box-shadow:0 15px 35px rgba(0,0,0,.25);z-index:60}
.page-hero{padding:115px 0 75px;background:linear-gradient(180deg,#fafafa,#fff)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:25px}.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.price{font-size:2.5rem;font-weight:800;letter-spacing:-.05em}.faq details{border-bottom:1px solid var(--line);padding:20px 0}.faq summary{font-weight:800;cursor:pointer}.form{display:grid;gap:16px}.form input,.form select,.form textarea{width:100%;padding:15px 16px;border:1px solid var(--line);border-radius:14px;font:inherit}.form textarea{min-height:145px;resize:vertical}
@media(max-width:900px){.navlinks{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:25px;flex-direction:column;border-bottom:1px solid var(--line)}.navlinks.open{display:flex}.menu{display:block}.hero-grid,.video-wrap,.two-col{grid-template-columns:1fr}.hero-art{min-height:430px}.grid-4,.stats{grid-template-columns:repeat(2,1fr)}.resource-grid,.reviews,.pricing{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.section-head{display:block}.section-head .lead{margin-top:18px}.cta{display:block}.cta .btn{margin-top:18px}}
@media(max-width:600px){.container{width:min(100% - 26px,1160px)}.section{padding:76px 0}.hero{min-height:auto}.hero-grid{padding:65px 0}.hero-art{min-height:360px}.fs1{right:5px}.fs2{left:5px}.learner-plate{width:110px;height:110px;font-size:4.5rem}.grid-4,.stats,.resource-grid,.reviews,.pricing,.footer-grid{grid-template-columns:1fr}.dashboard{padding:20px}.stat .num{font-size:2rem}.cta{padding:35px 25px}.whatsapp{right:14px;bottom:14px}}


.video-local-fallback{position:relative;display:block;width:100%;height:100%;min-height:340px;overflow:hidden;border-radius:inherit;background:#111;color:#fff;text-decoration:none}
.video-local-fallback img{width:100%;height:100%;min-height:340px;object-fit:cover;display:block;opacity:.72;transition:transform .35s ease,opacity .35s ease}
.video-local-fallback:hover img{transform:scale(1.025);opacity:.58}
.video-play{position:absolute;left:50%;top:44%;transform:translate(-50%,-50%);display:grid;place-items:center;width:68px;height:68px;border-radius:50%;background:#df1821;color:#fff;font-size:24px;padding-left:4px;box-shadow:0 16px 38px rgba(0,0,0,.32)}
.video-local-note{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);width:max-content;max-width:calc(100% - 36px);padding:10px 16px;border-radius:999px;background:rgba(10,12,15,.82);backdrop-filter:blur(10px);text-align:center;font-size:13px;line-height:1.35}

/* V1.3: larger header mark and compact dashboard directly below navigation */
.brand{display:flex;align-items:center;min-width:180px}
.brand img{width:172px;height:64px;object-fit:contain;object-position:left center}
.top-dashboard{background:#171a1f;color:#fff;border-bottom:1px solid #2b3038}
.top-dashboard-inner{display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:center;min-height:112px;padding-top:15px;padding-bottom:15px}
.top-dashboard-heading{display:grid;gap:11px;min-width:250px}
.top-dashboard .live{color:#b8c0ca;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}
.compact-tabs{gap:5px}
.compact-tabs .tab{font-size:.7rem;padding:5px 9px}
.top-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#343943;border:1px solid #343943;border-radius:18px;overflow:hidden}
.top-stat{background:#22262d;padding:16px 20px;display:flex;flex-direction:column;justify-content:center;min-height:76px}
.top-stat strong{font-size:1.65rem;line-height:1;font-weight:800;letter-spacing:-.04em}
.top-stat span{margin-top:6px;color:#aeb6c1;font-size:.72rem;font-weight:600;white-space:nowrap}
.hero{min-height:680px}
.hero-grid{padding:72px 0 84px}
@media(max-width:900px){
  .brand{min-width:0}.brand img{width:148px;height:58px}
  .top-dashboard-inner{grid-template-columns:1fr;gap:12px;padding-top:14px;padding-bottom:14px}
  .top-dashboard-heading{display:flex;align-items:center;justify-content:space-between;min-width:0;gap:15px}
  .top-stats{grid-template-columns:repeat(4,minmax(135px,1fr));overflow-x:auto}
  .top-stat span{white-space:normal}
}
@media(max-width:600px){
  .nav{height:76px}.brand img{width:132px;height:54px}
  .top-dashboard-heading{display:grid;justify-content:stretch}.compact-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px}
  .top-stats{grid-template-columns:repeat(2,1fr);overflow:visible}
  .top-stat{min-height:70px;padding:13px 15px}.top-stat strong{font-size:1.4rem}
  .hero-grid{padding-top:55px}
}

/* V1.4: unified navigation + performance header and correctly scaled CDA mark */
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:0;backdrop-filter:none}
.site-header .nav-shell{background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(231,233,237,.8)}
.home-header{box-shadow:0 10px 30px rgba(17,24,39,.08)}
.home-header .top-dashboard{border-bottom:0}
.brand{height:78px;min-width:230px;overflow:visible}
.brand img{width:210px;height:68px;object-fit:contain;object-position:left center;display:block}
.home-header .top-dashboard-inner{min-height:106px}
.hero-grid{padding-top:58px}
@media(max-width:900px){
  .brand{height:78px;min-width:0}.brand img{width:185px;height:62px}
  .site-header .navlinks{top:78px}
  .home-header .navlinks{top:78px}
}
@media(max-width:600px){
  .brand{height:76px}.brand img{width:158px;height:56px}
  .home-header{position:relative}
}


/* V1.5: typographic brand introduction replaces repeated hero logo */
.hero-wordmark{display:inline-flex;flex-direction:column;align-items:flex-start;margin:18px 0 34px;line-height:1}
.hero-wordmark-main{font-size:clamp(2rem,4vw,3.35rem);font-weight:500;letter-spacing:.28em;color:var(--ink);white-space:nowrap}
.hero-wordmark-sub{display:flex;align-items:center;gap:12px;margin-top:14px;font-size:.78rem;font-weight:700;letter-spacing:.28em;color:var(--red);white-space:nowrap}
.hero-wordmark-sub i{display:block;width:34px;height:2px;background:var(--red)}
.hero-copy>.eyebrow{display:block}
@media(max-width:600px){
  .hero-wordmark{margin:15px 0 28px}
  .hero-wordmark-main{font-size:1.75rem;letter-spacing:.22em}
  .hero-wordmark-sub{font-size:.66rem;letter-spacing:.2em;gap:8px}
  .hero-wordmark-sub i{width:20px}
}

/* V1.6: cleaner hero brand lockup */
.hero-wordmark{
  width:min(420px,100%);
  margin:0 0 42px;
  align-items:stretch;
}
.hero-wordmark-main{
  display:block;
  width:100%;
  font-size:clamp(2.2rem,4.25vw,3.45rem);
  font-weight:500;
  letter-spacing:.30em;
  text-align:center;
  padding-left:.30em;
}
.hero-wordmark-sub{
  width:100%;
  justify-content:center;
  gap:14px;
  margin-top:15px;
  font-size:.78rem;
  letter-spacing:.27em;
  padding-left:.27em;
}
.hero-wordmark-sub i{flex:1;max-width:42px}
@media(max-width:600px){
  .hero-wordmark{width:min(330px,100%);margin:0 0 32px}
  .hero-wordmark-main{font-size:1.9rem;letter-spacing:.25em;padding-left:.25em}
  .hero-wordmark-sub{font-size:.65rem;letter-spacing:.19em;padding-left:.19em;gap:9px}
  .hero-wordmark-sub i{max-width:26px}
}

/* V1.7: interactive academy metrics and instructor recruitment */
.top-stat.is-changing{animation:metricSwap .42s cubic-bezier(.2,.8,.2,1)}
@keyframes metricSwap{0%{opacity:.35;transform:translateY(7px)}100%{opacity:1;transform:none}}
.team-section{padding-top:40px}
.team-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center;background:#171a1f;color:#fff;border-radius:38px;padding:58px;overflow:hidden;position:relative}
.team-panel:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:rgba(215,25,32,.15);right:-150px;top:-180px;filter:blur(2px)}
.team-copy,.team-benefits{position:relative;z-index:1}
.team-copy .lead{color:#b8c0ca;margin:24px 0 30px}
.team-benefits{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.team-benefits article{background:#22262d;border:1px solid #30353e;border-radius:20px;padding:22px;min-height:132px}
.team-benefits strong{display:block;font-size:1.02rem;margin-bottom:7px}
.team-benefits span{display:block;color:#aeb6c1;font-size:.86rem;line-height:1.5}
@media(max-width:900px){.team-panel{grid-template-columns:1fr;padding:42px;gap:34px}}
@media(max-width:600px){.team-section{padding-top:20px}.team-panel{padding:32px 24px;border-radius:28px}.team-benefits{grid-template-columns:1fr}.compact-tabs .tab{flex:0 0 auto}}

/* V1.8: photographic hero with image left and copy right */
.hero-grid-image-left{grid-template-columns:1.08fr .92fr;gap:64px}
.hero-photo{min-height:560px;border-radius:38px;overflow:visible}
.hero-photo>img{width:100%;height:560px;display:block;object-fit:cover;object-position:51% center;border-radius:38px;box-shadow:var(--shadow)}
.hero-grid-image-left .hero-copy{padding-left:8px}
.hero-grid-image-left .fs1{right:-22px;top:54px}
.hero-grid-image-left .fs2{left:-22px;bottom:52px}
@media(max-width:900px){
  .hero-grid-image-left{grid-template-columns:1fr;gap:42px}
  .hero-grid-image-left .hero-copy{order:1;padding-left:0}
  .hero-grid-image-left .hero-photo{order:2;min-height:470px}
  .hero-photo>img{height:470px}
}
@media(max-width:600px){
  .hero-grid-image-left{gap:32px}
  .hero-grid-image-left .hero-photo{min-height:350px}
  .hero-photo>img{height:350px;border-radius:26px;object-position:55% center}
  .hero-grid-image-left .fs1{right:8px;top:18px}
  .hero-grid-image-left .fs2{left:8px;bottom:18px}
}


/* V1.9: cinematic full-bleed hero inspired by the approved concept */
@media (min-width:901px){
  .hero{
    min-height:650px;
    display:block;
    background:#fff;
    overflow:hidden;
  }
  .hero-grid-image-left{
    width:100%;
    min-height:650px;
    display:grid;
    grid-template-columns:minmax(0,58%) minmax(420px,42%);
    gap:0;
    padding:0;
    align-items:stretch;
  }
  .hero-grid-image-left .hero-photo{
    min-height:650px;
    height:650px;
    border-radius:0;
    overflow:hidden;
    position:relative;
  }
  .hero-grid-image-left .hero-photo::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
      linear-gradient(90deg,transparent 0%,transparent 67%,rgba(255,255,255,.28) 77%,rgba(255,255,255,.88) 91%,#fff 100%),
      linear-gradient(0deg,rgba(255,255,255,.96) 0%,transparent 18%,transparent 100%);
    z-index:1;
  }
  .hero-photo>img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:50% 48%;
    border-radius:0;
    box-shadow:none;
    transform:scale(1.005);
  }
  .hero-grid-image-left .hero-copy{
    padding:68px clamp(40px,5vw,90px) 62px clamp(26px,3vw,54px);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    position:relative;
    z-index:2;
    background:radial-gradient(circle at 18% 18%,rgba(215,25,32,.07),transparent 36%),#fff;
  }
  .hero-grid-image-left .hero-copy::before{
    content:"";
    position:absolute;
    left:-80px;
    top:0;
    bottom:0;
    width:100px;
    background:linear-gradient(90deg,transparent,#fff 78%);
    pointer-events:none;
  }
  .hero-wordmark{
    width:min(500px,100%);
    margin:0 0 34px;
  }
  .hero-wordmark-main{
    font-size:clamp(2.45rem,3.45vw,4.1rem);
  }
  .hero-copy h1{
    font-size:clamp(4.3rem,6.1vw,7.3rem);
    max-width:720px;
  }
  .hero-copy .lead{
    font-size:1.15rem;
    max-width:590px;
    margin:24px 0 30px;
  }
  .hero-grid-image-left .floating-stat{
    z-index:3;
    background:rgba(18,22,28,.88);
    color:#fff;
    border:1px solid rgba(255,255,255,.13);
    backdrop-filter:blur(14px);
    box-shadow:0 18px 45px rgba(0,0,0,.22);
    min-width:210px;
    border-radius:18px;
  }
  .hero-grid-image-left .floating-stat span{color:#d5dae1}
  .hero-grid-image-left .fs1{left:64px;right:auto;top:auto;bottom:48px}
  .hero-grid-image-left .fs2{left:294px;bottom:48px}
  .hero-note{display:flex;gap:10px;align-items:center}
  .hero-note span{color:var(--red);font-weight:900}
}

@media (min-width:901px) and (max-width:1180px){
  .hero-grid-image-left{grid-template-columns:54% 46%}
  .hero-grid-image-left .hero-copy{padding-right:34px;padding-left:28px}
  .hero-copy h1{font-size:clamp(3.7rem,6vw,5.6rem)}
  .hero-grid-image-left .fs2{left:270px}
}

@media(max-width:900px){
  .hero-grid-image-left{width:min(1160px,calc(100% - 40px));margin:auto}
  .hero-photo{overflow:hidden;border-radius:30px}
  .hero-photo::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(0deg,rgba(255,255,255,.38),transparent 35%);
    pointer-events:none;
    z-index:1;
  }
  .hero-grid-image-left .floating-stat{z-index:2}
}

/* V2.0: softer editorial hero blend */
@media (min-width:901px){
  .hero-grid-image-left{
    grid-template-columns:minmax(0,62%) minmax(420px,38%);
  }
  .hero-grid-image-left .hero-photo{
    overflow:visible;
    z-index:1;
  }
  .hero-grid-image-left .hero-photo::after{
    display:none;
  }
  .hero-photo>img{
    width:112%;
    max-width:none;
    object-position:48% 48%;
    transform:scale(1.035);
    transform-origin:left center;
    -webkit-mask-image:linear-gradient(90deg,#000 0%,#000 57%,rgba(0,0,0,.98) 63%,rgba(0,0,0,.88) 69%,rgba(0,0,0,.65) 76%,rgba(0,0,0,.34) 84%,rgba(0,0,0,.10) 92%,transparent 100%);
    mask-image:linear-gradient(90deg,#000 0%,#000 57%,rgba(0,0,0,.98) 63%,rgba(0,0,0,.88) 69%,rgba(0,0,0,.65) 76%,rgba(0,0,0,.34) 84%,rgba(0,0,0,.10) 92%,transparent 100%);
  }
  .hero-grid-image-left .hero-copy{
    margin-left:-95px;
    padding-left:110px;
    z-index:2;
    background:radial-gradient(circle at 34% 18%,rgba(215,25,32,.07),transparent 38%),#fff;
  }
  .hero-grid-image-left .hero-copy::before{
    display:none;
  }
  .hero-grid-image-left .floating-stat{
    animation:heroCardIn .72s .28s both cubic-bezier(.2,.8,.2,1);
  }
  .hero-copy>*{
    animation:heroCopyIn .72s both cubic-bezier(.2,.8,.2,1);
  }
  .hero-copy>.hero-wordmark{animation-delay:.08s}
  .hero-copy>h1{animation-delay:.14s}
  .hero-copy>.lead{animation-delay:.20s}
  .hero-copy>.hero-actions{animation-delay:.26s}
  .hero-copy>.hero-note{animation-delay:.32s}
}
@keyframes heroCopyIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@keyframes heroCardIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}

@media (min-width:901px) and (max-width:1180px){
  .hero-grid-image-left{grid-template-columns:58% 42%}
  .hero-photo>img{width:116%}
  .hero-grid-image-left .hero-copy{margin-left:-70px;padding-left:85px}
}

@media (prefers-reduced-motion:reduce){
  .hero-copy>*,.hero-grid-image-left .floating-stat{animation:none!important}
}

/* V2.1: seamless oversized editorial hero */
@media (min-width:901px){
  .hero{
    position:relative;
    background:
      radial-gradient(circle at 78% 18%,rgba(215,25,32,.075),transparent 34%),
      #fff;
  }
  .hero-grid-image-left{
    grid-template-columns:minmax(0,60%) minmax(430px,40%);
    overflow:visible;
  }
  .hero-grid-image-left .hero-photo{
    overflow:visible;
    z-index:1;
  }
  .hero-photo>img{
    width:126%;
    height:100%;
    max-width:none;
    object-position:45% 42%;
    transform:scale(1.07);
    transform-origin:left 43%;
    -webkit-mask-image:linear-gradient(90deg,
      #000 0%,
      #000 53%,
      rgba(0,0,0,.99) 59%,
      rgba(0,0,0,.94) 65%,
      rgba(0,0,0,.82) 71%,
      rgba(0,0,0,.64) 77%,
      rgba(0,0,0,.43) 83%,
      rgba(0,0,0,.23) 89%,
      rgba(0,0,0,.08) 95%,
      transparent 100%);
    mask-image:linear-gradient(90deg,
      #000 0%,
      #000 53%,
      rgba(0,0,0,.99) 59%,
      rgba(0,0,0,.94) 65%,
      rgba(0,0,0,.82) 71%,
      rgba(0,0,0,.64) 77%,
      rgba(0,0,0,.43) 83%,
      rgba(0,0,0,.23) 89%,
      rgba(0,0,0,.08) 95%,
      transparent 100%);
  }
  .hero-grid-image-left .hero-copy{
    margin-left:-150px;
    padding-left:190px;
    padding-right:clamp(48px,6vw,110px);
    background:transparent;
    transform:translateX(28px);
    z-index:2;
  }
  .hero-grid-image-left .fs1,
  .hero-grid-image-left .fs2{
    bottom:82px;
  }
  .hero-grid-image-left .fs1{left:66px}
  .hero-grid-image-left .fs2{left:302px}
}

@media (min-width:901px) and (max-width:1180px){
  .hero-grid-image-left{grid-template-columns:59% 41%}
  .hero-photo>img{width:130%;object-position:46% 42%}
  .hero-grid-image-left .hero-copy{
    margin-left:-125px;
    padding-left:150px;
    padding-right:38px;
    transform:translateX(12px);
  }
  .hero-grid-image-left .fs2{left:286px}
}

/* V2.2: final hero alignment and readability polish */
@media (min-width:901px){
  .hero-grid-image-left .hero-copy{
    transform:translateX(68px);
  }
  .hero-copy .lead{
    color:#374151;
  }
  .hero-note{
    color:#4b5563;
  }
}

@media (min-width:901px) and (max-width:1180px){
  .hero-grid-image-left .hero-copy{
    transform:translateX(52px);
  }
}

/* V2.3: centre the complete hero message beneath the Compass lockup */
@media (min-width:901px){
  .hero-grid-image-left .hero-copy{
    align-items:center;
    text-align:center;
  }
  .hero-copy h1{
    width:min(560px,100%);
    max-width:560px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }
  .hero-copy .lead{
    width:min(590px,100%);
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }
  .hero-actions{
    width:100%;
    justify-content:center;
  }
  .hero-note{
    width:100%;
    justify-content:center;
    text-align:center;
  }
}


/* V2.4: clearer footer brand mark */
.footer-logo{
  width:220px;
  height:auto;
  display:block;
  margin:0 0 26px;
}
.footer-grid>div:first-child p{
  max-width:390px;
  margin-top:0;
}
@media(max-width:600px){
  .footer-logo{width:190px;margin-bottom:22px}
}


/* V2.4.3: final footer spacing and alignment */
footer{
  padding:42px 0 58px;
}
.footer-grid{
  grid-template-columns:1.15fr .72fr .88fr;
  column-gap:32px;
  align-items:start;
}
.footer-logo{
  width:220px;
  margin:0 0 16px;
}
.footer-grid>div:first-child .footer-tagline{
  margin:0 0 8px;
  color:#c4c9d1;
  font-size:.94rem;
  line-height:1.4;
}
.footer-grid>div:first-child .footer-description{
  max-width:390px;
  margin:0;
  line-height:1.55;
}
.footer-grid h3{
  margin:0 0 5px;
}
.footer-links{
  gap:5px;
}
.footer-links a{
  width:max-content;
  transition:color .2s ease,transform .2s ease;
}
.footer-links a:hover{
  color:#fff;
  transform:translateX(3px);
}
.copyright{
  margin-top:22px;
  padding-top:16px;
}
.whatsapp{
  bottom:40px;
}
@media(max-width:900px){
  .footer-grid{grid-template-columns:1.2fr 1fr;row-gap:34px}
}
@media(max-width:600px){
  footer{padding:38px 0 44px}
  .footer-grid{grid-template-columns:1fr;row-gap:30px}
  .footer-logo{width:190px;margin-bottom:14px}
  .copyright{margin-top:24px}
  .whatsapp{bottom:24px}
}


/* V2.4.4: compact footer */
footer{
  padding:30px 0 24px;
}
.footer-grid{
  grid-template-columns:1.15fr .72fr .88fr;
  column-gap:38px;
  align-items:start;
}
.footer-logo{
  width:180px;
  margin:0;
}
.footer-grid h3{
  margin:0 0 4px;
  font-size:1.05rem;
}
.footer-grid p,
.footer-grid a{
  font-size:.88rem;
  line-height:1.45;
}
.footer-links{
  gap:3px;
}
.copyright{
  margin-top:18px;
  padding-top:13px;
  font-size:.78rem;
}
.whatsapp{
  bottom:24px;
}
@media(max-width:900px){
  .footer-grid{grid-template-columns:1fr 1fr 1fr;column-gap:24px;row-gap:22px}
}
@media(max-width:600px){
  footer{padding:28px 0 22px}
  .footer-grid{grid-template-columns:1fr;row-gap:22px}
  .footer-logo{width:170px;margin:0}
  .copyright{margin-top:18px;padding-top:12px}
  .whatsapp{bottom:18px}
}
