:root{--red:#d60812;--black:#070707;--dark:#111;--grey:#f4f4f4;--text:#191919;--muted:#686868;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:26px;padding:14px 5vw;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);box-shadow:0 3px 24px rgba(0,0,0,.08)}.brand img{width:230px;display:block}.nav{display:flex;gap:22px;margin-left:auto;font-weight:700;font-size:14px}.nav a:hover{color:var(--red)}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 23px;font-weight:800}.nav-cta,.primary{background:var(--red);color:white;box-shadow:0 12px 34px rgba(214,8,18,.28)}.secondary{background:white;color:#111}.menu{display:none;margin-left:auto;background:none;border:0;font-size:28px}.hero{min-height:760px;position:relative;display:grid;place-items:center;overflow:hidden}.hero-media,.hero-overlay{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.65),rgba(0,0,0,.18))}.hero-content{position:relative;z-index:2;width:min(1180px,90vw);color:white;padding:90px 0}.eyebrow{letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:900}.red{color:var(--red)}h1{font-size:clamp(52px,8vw,104px);line-height:.92;margin:12px 0 20px;font-weight:900}h2{font-size:clamp(30px,4vw,54px);line-height:1.02;margin:0 0 18px;font-weight:900}h3{margin:0 0 10px;font-size:21px}.lead{font-size:clamp(20px,2.4vw,30px);max-width:850px;line-height:1.36;color:#f5f5f5}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:34px 0}.stats{display:flex;gap:18px;flex-wrap:wrap;margin-top:46px}.stats div{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:22px;padding:22px 28px;min-width:190px}.stats strong{display:block;font-size:34px}.stats span{color:#ddd}.section{padding:92px 5vw;max-width:1320px;margin:auto}.intro{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;font-size:22px;line-height:1.55}.section-head{max-width:850px;margin-bottom:42px}.section-head p{color:#555;font-size:18px;line-height:1.5}.split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.dark-card{background:#111;color:white;border-radius:34px;padding:60px;margin-top:80px}.dark-card p{color:#ddd;line-height:1.7}.dark-card img,.image-band img{border-radius:28px;width:100%;height:480px;object-fit:cover}.cards{display:grid;gap:22px}.six{grid-template-columns:repeat(3,1fr)}.cards article{padding:30px;border-radius:26px;background:#fff;box-shadow:0 10px 38px rgba(0,0,0,.08);border:1px solid #eee}.cards article span{color:var(--red);font-weight:900;display:block;margin-bottom:18px}.cards p,.program-list p{color:#555;line-height:1.55}.image-band{display:grid;grid-template-columns:1.15fr .85fr;gap:44px;align-items:center;background:#070707;color:#fff;padding:70px 5vw}.image-band p{color:#ddd;line-height:1.7}.black{background:#070707;color:white;max-width:none}.black .section-head,.black .cards{max-width:1320px;margin-left:auto;margin-right:auto}.consulting{grid-template-columns:repeat(3,1fr)}.consulting article{background:#151515;color:white;border-color:#2a2a2a}.consulting article p{color:#bbb}.logo-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.logo-grid img{width:100%;border-radius:18px;box-shadow:0 8px 24px rgba(0,0,0,.06)}.small-note{font-size:14px!important;color:#777!important}.program-list{columns:2;column-gap:50px;margin-top:36px}.three{grid-template-columns:repeat(3,1fr)}.testimonials{background:#f7f7f7;max-width:none}.testimonials>.section-head,.testimonials>.cards{max-width:1320px;margin-left:auto;margin-right:auto}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery img{width:100%;height:260px;object-fit:cover;border-radius:22px;box-shadow:0 8px 26px rgba(0,0,0,.12)}.book-demo{display:grid;grid-template-columns:.85fr 1.15fr;gap:52px;align-items:start}.book-demo form{display:grid;grid-template-columns:1fr 1fr;gap:16px;background:#111;padding:32px;border-radius:30px}.book-demo textarea,.book-demo select,.book-demo input{width:100%;padding:16px;border-radius:14px;border:1px solid #333;background:#fff;font:inherit}.book-demo textarea{grid-column:1/-1;min-height:130px}.book-demo button{border:0;cursor:pointer}.footer{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px;padding:52px 5vw;background:#070707;color:white}.footer img{max-width:260px;background:white;border-radius:12px;padding:5px}.footer p{color:#ccc}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:40;background:#25d366;color:white;border-radius:999px;padding:14px 18px;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.28)}@media(max-width:950px){.nav,.nav-cta{display:none}.menu{display:block}.nav.open{display:flex;position:absolute;left:0;right:0;top:78px;background:white;flex-direction:column;padding:25px 5vw}.brand img{width:190px}.intro,.split,.image-band,.book-demo,.footer{grid-template-columns:1fr}.six,.consulting,.three,.logo-grid{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr}.program-list{columns:1}.hero{min-height:680px}.book-demo form{grid-template-columns:1fr}}@media(max-width:560px){.six,.consulting,.three,.logo-grid,.gallery{grid-template-columns:1fr}.stats div{width:100%}.section{padding:70px 5vw}.hero-content{padding:60px 0}.gallery img{height:230px}}


.profile-downloads{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.facilitator-section{background:#090909;color:#fff;max-width:none}.facilitator-wrap{max-width:1320px;margin:auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:center}.facilitator-wrap img{width:100%;border-radius:28px;box-shadow:0 20px 50px rgba(0,0,0,.35)}.logo-wall-image{background:white;border-radius:28px;padding:24px;box-shadow:0 12px 34px rgba(0,0,0,.12)}.logo-wall-image img{width:100%;display:block}.download-card{background:#151515;border:1px solid #2a2a2a;border-radius:28px;padding:34px;margin-top:24px}.case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.case-card{background:#fff;border:1px solid #eee;border-radius:26px;padding:28px;box-shadow:0 10px 38px rgba(0,0,0,.08)}.case-card strong{color:var(--red)}@media(max-width:950px){.facilitator-wrap,.case-grid{grid-template-columns:1fr}}


/* Solution Offerings update */
.solution-hero{background:linear-gradient(135deg,#050505 0%,#121212 55%,#2b0003 100%);color:#fff;padding:110px 5vw 70px;text-align:center}.solution-hero h1{font-size:clamp(44px,6vw,82px);margin:10px 0 15px}.solution-hero p{max-width:880px;margin:0 auto;color:#e7e7e7;font-size:20px;line-height:1.55}.solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.solution-card{background:#fff;border:1px solid #ececec;border-radius:24px;overflow:hidden;box-shadow:0 14px 40px rgba(0,0,0,.1);display:flex;flex-direction:column}.solution-card img{width:100%;height:190px;object-fit:cover}.solution-card .num{position:absolute;background:var(--red);color:#fff;font-weight:900;padding:9px 12px;border-radius:0 0 12px 0}.solution-card-body{padding:22px;display:flex;flex-direction:column;gap:12px;flex:1}.solution-card-body p{color:#555;line-height:1.5}.learn-link{color:var(--red);font-weight:900}.brochure-section{background:#f7f7f7;max-width:none}.brochure-section .section-head,.brochure-grid{max-width:1320px;margin-left:auto;margin-right:auto}.brochure-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.brochure-tile{background:#fff;border-radius:22px;padding:20px;text-align:center;box-shadow:0 10px 32px rgba(0,0,0,.08);border:1px solid #eee}.brochure-tile img{height:210px;max-width:100%;object-fit:contain;border-radius:12px}.brochure-tile h3{font-size:18px;margin-top:14px}.solution-detail{display:grid;grid-template-columns:1fr .9fr;gap:48px;align-items:start}.solution-detail img{width:100%;border-radius:28px;box-shadow:0 20px 55px rgba(0,0,0,.18)}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px}.feature-list div{background:#fff;border:1px solid #eee;border-radius:18px;padding:18px;box-shadow:0 8px 24px rgba(0,0,0,.06)}.side-panel{background:#111;color:#fff;border-radius:28px;padding:32px;position:sticky;top:100px}.side-panel p{color:#ddd;line-height:1.55}.side-panel hr{border:0;border-top:1px solid #333;margin:24px 0}.cta-strip{background:#070707;color:#fff;display:flex;gap:30px;align-items:center;justify-content:space-between;padding:42px 5vw}.cta-strip p{color:#ddd}.active-nav{color:var(--red)!important}@media(max-width:1050px){.solution-grid,.brochure-grid{grid-template-columns:repeat(2,1fr)}.solution-detail{grid-template-columns:1fr}.side-panel{position:static}}@media(max-width:600px){.solution-grid,.brochure-grid,.feature-list{grid-template-columns:1fr}.cta-strip{flex-direction:column;text-align:center}.solution-card img{height:230px}}


/* V3 separate-page navigation + horizontal solution cards */
.page-hero{background:linear-gradient(135deg,#050505 0%,#111 58%,#2b0003 100%);color:#fff;padding:92px 5vw 62px;text-align:center}.page-hero h1{font-size:clamp(42px,5.5vw,76px);margin:10px 0 14px}.page-hero p{max-width:860px;margin:0 auto;color:#e7e7e7;font-size:20px;line-height:1.55}.solution-grid.horizontal{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:14px;max-width:1540px}.solution-grid.horizontal .solution-card{border-radius:18px}.solution-grid.horizontal .solution-card img{height:115px}.solution-grid.horizontal .solution-card-body{padding:16px;gap:9px}.solution-grid.horizontal .solution-card-body h3{font-size:15px;line-height:1.12}.solution-grid.horizontal .solution-card-body p{font-size:13px;line-height:1.35}.solution-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}.mini-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:9px 11px;font-weight:900;font-size:11px}.mini-btn.redbtn{background:var(--red);color:white}.mini-btn.outline{border:1px solid #ddd;color:var(--red);background:white}.footer .downloads a{color:#ccc}.home-teaser{padding:76px 5vw;max-width:1320px;margin:auto}.home-teaser .cards{grid-template-columns:repeat(3,1fr)}.nav a.active-nav{color:var(--red)}@media(max-width:1300px){.solution-grid.horizontal{grid-template-columns:repeat(4,1fr)}.solution-grid.horizontal .solution-card img{height:160px}.solution-grid.horizontal .solution-card-body h3{font-size:18px}.solution-grid.horizontal .solution-card-body p{font-size:14px}}@media(max-width:850px){.home-teaser .cards,.solution-grid.horizontal{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.home-teaser .cards,.solution-grid.horizontal{grid-template-columns:1fr}.solution-grid.horizontal .solution-card img{height:230px}}


/* Final refinement updates */
h1{font-size:clamp(42px,6.2vw,82px)}
.hero h1{font-size:clamp(46px,7vw,88px)}
.page-hero h1{font-size:clamp(36px,4.6vw,60px)}
.solution-hero h1{font-size:clamp(38px,5vw,64px)}
.solution-grid.horizontal{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;max-width:1320px;margin-left:auto;margin-right:auto}.solution-grid.horizontal .solution-card{border-radius:24px}.solution-grid.horizontal .solution-card img{height:185px}.solution-grid.horizontal .solution-card-body{padding:22px;gap:12px}.solution-grid.horizontal .solution-card-body h3{font-size:21px;line-height:1.2}.solution-grid.horizontal .solution-card-body p{font-size:15px;line-height:1.5}.solution-actions .mini-btn{padding:12px 18px;font-size:12px}.solution-actions .outline{display:none}.enquiry-form .primary{grid-column:1/-1}.book-demo form{border:1px solid #252525}@media(max-width:1050px){.solution-grid.horizontal{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.solution-grid.horizontal{grid-template-columns:1fr}.solution-grid.horizontal .solution-card img{height:230px}.hero h1{font-size:clamp(42px,14vw,64px)}}


/* Experience page and homepage downloads update */
.download-centre{background:#fff}.download-grid-nine{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1120px}.download-button{display:flex;align-items:center;justify-content:center;min-height:64px;padding:18px 20px;border-radius:18px;background:var(--red);color:#fff;font-weight:900;text-align:center;box-shadow:0 12px 28px rgba(214,8,18,.18);transition:transform .2s ease,box-shadow .2s ease}.download-button:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(214,8,18,.28)}@media(max-width:850px){.download-grid-nine{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.download-grid-nine{grid-template-columns:1fr}}


/* Solution offerings compact icon row update */
.solution-icon-row{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:14px;
  max-width:1480px;
  margin:0 auto;
  align-items:stretch;
}
.solution-icon-tile{
  background:#fff;
  border:1px solid #ececec;
  border-radius:22px;
  padding:22px 12px;
  text-align:center;
  box-shadow:0 12px 32px rgba(0,0,0,.08);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  min-height:230px;
}
.solution-icon{
  width:70px;
  height:70px;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--red);
  color:#fff;
  font-weight:900;
  font-size:22px;
  letter-spacing:.02em;
  box-shadow:0 12px 28px rgba(214,8,18,.22);
  margin-bottom:16px;
}
.solution-icon-tile h3{
  font-size:15px;
  line-height:1.16;
  margin:0 0 18px;
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.download-pill{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:11px 12px;
  background:var(--red);
  color:#fff;
  font-weight:900;
  font-size:11px;
  line-height:1.1;
  box-shadow:0 10px 22px rgba(214,8,18,.18);
}
.download-pill:hover{filter:brightness(.94)}
@media(max-width:1100px){.solution-icon-row{grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){.solution-icon-row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.solution-icon-row{grid-template-columns:1fr}.solution-icon-tile{min-height:190px}}


/* FINAL approved Solution Offerings brochure-cover row */
.solutions-banner{
  min-height:280px;
  color:#fff;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:64px 5vw;
  background:
    radial-gradient(circle at 86% 45%, rgba(214,8,18,.50), transparent 26%),
    linear-gradient(135deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.90) 46%, rgba(55,0,3,.92) 100%);
  border-bottom:1px solid #e4e4e4;
  position:relative;
  overflow:hidden;
}
.solutions-banner:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(120deg, transparent 0 70%, rgba(214,8,18,.55) 70% 73%, transparent 73%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.055) 0 1px, transparent 1px 42px);
  opacity:.65;
}
.solutions-banner-inner{position:relative;z-index:1;max-width:1050px}.solutions-banner h1{font-size:clamp(40px,4.4vw,64px);line-height:1;letter-spacing:.02em;text-transform:uppercase;margin:0;font-weight:900}.solutions-banner span{display:block;width:78px;height:4px;background:var(--red);margin:22px auto 25px}.solutions-banner p{font-size:clamp(18px,1.6vw,24px);line-height:1.55;color:#f2f2f2;margin:0}.solutions-overview-section{padding:52px 2.6vw 64px;background:#fff;text-align:center;border-bottom:4px solid var(--red)}.solutions-overview-head h2{text-transform:uppercase;font-size:clamp(28px,3vw,42px);line-height:1.05;margin:0 0 14px;color:#070707}.solutions-overview-head h2 span{color:var(--red)}.solutions-overview-head p{margin:0;color:#555;font-size:18px}.solutions-overview-head i{display:block;width:56px;height:3px;background:var(--red);margin:18px auto 38px}.brochure-cover-row{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:26px;max-width:1680px;margin:0 auto;align-items:start}.brochure-cover-tile{display:flex;flex-direction:column;align-items:center;gap:16px;padding:0 10px 10px;border-right:1px solid #ddd;transition:transform .2s ease,filter .2s ease}.brochure-cover-tile:last-child{border-right:0}.brochure-cover-tile:hover{transform:translateY(-5px)}.brochure-cover-tile img{width:100%;max-width:190px;aspect-ratio:209/295;object-fit:cover;border-radius:4px;box-shadow:0 10px 26px rgba(0,0,0,.18);border:1px solid #e5e5e5;background:#fff}.brochure-cover-tile h3{text-transform:uppercase;font-size:clamp(15px,1.2vw,22px);line-height:1.12;letter-spacing:.02em;margin:0;color:#090909;min-height:74px;display:flex;align-items:flex-start;justify-content:center;text-align:center}.brochure-cover-tile b{display:block;width:48px;height:3px;background:var(--red);margin-top:auto}@media(max-width:1250px){.brochure-cover-row{grid-template-columns:repeat(4,minmax(0,1fr));max-width:1000px}.brochure-cover-tile:nth-child(4){border-right:0}.brochure-cover-tile h3{min-height:60px}}@media(max-width:760px){.brochure-cover-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.brochure-cover-tile:nth-child(even){border-right:0}.brochure-cover-tile img{max-width:210px}.solutions-banner{min-height:250px}.solutions-overview-section{padding-left:5vw;padding-right:5vw}}@media(max-width:480px){.brochure-cover-row{grid-template-columns:1fr}.brochure-cover-tile{border-right:0;border-bottom:1px solid #eee;padding-bottom:28px}.brochure-cover-tile:last-child{border-bottom:0}.brochure-cover-tile img{max-width:230px}}
