/* ===================== TOKENS ===================== */
:root{
  --brand:#FAAA18;          /* company color (replaces all orange) */
  --brand-dark:#e2960b;
  --brand-soft:#fff4e0;
  --brand-tint:#fff9f0;
  --ink:#0e1b3a;            /* deep navy headings */
  --body:#4a5568;          /* body text */
  --muted:#7a8699;
  --line:#e9edf3;
  --bg:#ffffff;
  --bg-alt:#f7f9fc;
  --radius:16px;
  --shadow:0 18px 45px rgba(14,27,58,.08);
  --shadow-sm:0 8px 24px rgba(14,27,58,.06);
  --maxw:1200px;
}

/* Scoped to .new-home so these resets/element rules do NOT leak into the
   shared site header (custom-header / wt-mega menu). */
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
html,body{overflow-x:clip;max-width:100%}
.new-home *{box-sizing:border-box;margin:0;padding:0}
.new-home{
  font-family:'Inter',system-ui,-apple-system,sans-serif;
  color:var(--body);background:var(--bg);line-height:1.6;width:100%;
}
/* prevent flex/grid children from forcing overflow via min-content */
.trust-bar,.hero-actions,.testi-bar,.tabs,.gauge-wrap,.donut-wrap,.bar-list li,.svc-item,.video-features li,.audit-list li,.cs-row,.trend-item{min-width:0}
.trust-item,.svc-item div,.video-features div,.audit-list div,.cs-row div,.trend-item div{min-width:0}
.new-home h1,.new-home h2,.new-home h3,.new-home h4,.new-home .brand-mark{font-family:'Poppins',sans-serif;color:var(--ink);line-height:1.15}
.new-home img{max-width:100%;display:block}
.new-home a{text-decoration:none;color:inherit}
.home-container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 22px}
/* .home-container-fluid{width: 1400px;} */
.accent{color:var(--brand)}
.center{text-align:center}

/* ===================== BUTTONS ===================== */
.home-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-weight:600;font-size:15px;padding:14px 26px;border-radius:10px;
  cursor:pointer;border:1.5px solid transparent;transition:.2s ease;white-space:nowrap;
}
.home-btn-primary{background:var(--brand);color:#fff;box-shadow:0 10px 24px rgba(250,170,24,.35)}
.home-btn-primary:hover{background:var(--brand-dark);transform:translateY(-2px)}
.home-btn-outline{background:#fff;color:var(--ink);border-color:var(--line)}
.home-btn-outline:hover{border-color:var(--brand);color:var(--brand)}
.home-btn-sm{padding:5px 18px !important;font-size:14px}
.home-btn-block{width:100%}
.grey-background{background: linear-gradient(180deg, #fff 0%, var(--bg-alt) 100%);}

/* ===================== HEADER ===================== */
/* .site-header{
  position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);border-bottom:1px solid var(--line);
}
.header-inner{display:flex;align-items:center;gap:26px;height:72px}
.brand{display:flex;flex-direction:column;line-height:1;margin-right:auto}
.brand-mark{font-size:22px;font-weight:800;letter-spacing:.5px;color:var(--ink)}
.brand-mark b{color:var(--brand)}
.brand-sub{font-size:9px;letter-spacing:3px;color:var(--muted);font-weight:600}
.main-nav{display:flex;gap:26px}
.main-nav a{font-weight:500;color:var(--ink);font-size:15px;transition:.2s}
.main-nav a:hover{color:var(--brand)}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:6px}
.nav-toggle span{width:24px;height:2.5px;background:var(--ink);border-radius:2px;transition:.3s} */

/* ===================== HERO ===================== */
.hero{background: linear-gradient(180deg, #fff 0%, var(--bg-alt) 100%);padding:40px 0 30px;overflow:hidden;margin-top:70px}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;min-height:560px}
.hero-copy h1{font-size:clamp(28px,3.6vw,42px);font-weight:700}
.hero-copy h1 .accent{display:block;margin-top:6px}
.rule{display:block;width:70px;height:4px;background:var(--brand);border-radius:4px;margin:22px 0}
.hero-copy p{font-size:16px;max-width:585px;margin-bottom:28px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}

/* Circular animated stage */
.hero-visual{display:flex;justify-content:center;align-items:center}
.hero-stage{position:relative;width:min(460px,90vw);aspect-ratio:1/1}
.orbit-ring{
  position:absolute;inset:8%;border-radius:50%;
  border:2px dashed rgba(250,170,24,.45);
}
.orbit-dot{position:absolute;width:14px;height:14px;border-radius:50%}
.dot-1{background:var(--brand);top:6%;left:22%}
.dot-2{background:var(--ink);top:12%;right:16%}

.hero-photo{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:56%;aspect-ratio:1/1;border-radius:50%;
  background-color:var(--brand);
  background-image:url('../assets/hero-man.png');
  background-repeat:no-repeat;
  background-size:126% auto;
  background-position:50% 44%;
  box-shadow:0 20px 50px rgba(250,170,24,.35);
  z-index:1;
}
.hero-partners{
  margin:auto;
  width: 85%;
}
/* rotating carrier */
.orbit{position:absolute;inset:0;animation:spin 26s linear infinite;z-index:2}
/* 5 items spaced 72° apart on a circle (radius 44% of the stage), each centered
   on its point so all five sit at an equal distance and equal angle. */
.orbit-box{position:absolute;width:175px;transform:translate(-50%,-50%)}
.pos-1{left:50%;top:6%}
.pos-2{left:92%;top:36%}
.pos-3{left:76%;top:86%}
.pos-4{left:24%;top:86%}
.pos-5{left:8%;top:36%}
/* counter-rotate keeps cards upright */
.orbit-box-inner{
  background:#fff;border-radius:14px;padding:12px 14px;
  box-shadow:var(--shadow);display:flex;gap:10px;align-items:center;
  animation:spin-rev 26s linear infinite;border:1px solid var(--line);
}
.stat-icon{
  width:38px;height:38px;flex:none;border-radius:10px;display:grid;place-items:center;
  color:var(--brand);font-size:18px;
}
.stat-body{display:flex;flex-direction:column;line-height:1.2}
.stat-label{font-size:11px;color:#000000}
.stat-value{font-size:20px;font-weight:600;color:var(--brand);font-family:'Poppins'}
.stat-note{font-size:10px;color:#000000}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes spin-rev{to{transform:rotate(-360deg)}}
@media (prefers-reduced-motion:reduce){.orbit,.orbit-box-inner{animation:none}}

/* Trust bar */
.trust-bar{
  display:flex;flex-wrap:wrap;justify-content:space-evenly;gap:18px;
  margin-top:30px;margin-bottom:35px;padding:20px 26px;
}
.trust-item{font-size:14px;color:var(--body);display:flex;align-items:center;gap:8px}
.trust-divider{align-self:stretch;width:1px;min-height:44px;background:#d6d6d6;flex:0 0 auto}
.trust-item b{color:var(--ink);font-weight:700}
.trust-item img{height: 35px;}
.ti-ico{width:26px;height:26px;border-radius:50%;background:var(--brand-soft);color:var(--brand);font-weight:800;display:grid;place-items:center;font-size:14px}

/* ===================== SECTION SHELL ===================== */
.section{padding:32px 0}
.eyebrow{display:block;color:var(--brand);font-weight:700;letter-spacing:2px;font-size:13px;text-transform:uppercase;margin-bottom:12px}
.section-title{font-size:clamp(26px,3vw,38px);font-weight:700;margin-bottom:14px}
.section-sub{max-width:760px;margin:5px auto 40px;color:var(--body);font-size:16px}
.full-img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow-sm)}

/* Clients */
.clients-strip{box-shadow:none;background:#fff}

/* ===================== CARD GRIDS ===================== */
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.feature-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px 24px;transition:.25s}
.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:rgba(250,170,24,.4)}
.fc-ico{width:36px;height:36px;border-radius:14px;;display:grid;place-items:center;font-size:26px;margin-bottom:16px}
.feature-card h3{font-size:19px;margin-bottom:10px}
.feature-card p{font-size:14.5px}

.about-item{
    display:flex;align-items:center;gap:12px;
}

.cards-5{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-bottom:34px}
.mini-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px 16px;text-align:center;transition:.25s}
.mini-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm)}
.mc-ico{width:56px;height:56px;border-radius:50%;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;font-size:24px;margin:0 auto 14px}
.mini-card b{display:block;color:var(--ink);font-family:'Poppins';margin-bottom:8px}
.mini-card small{color:var(--muted);font-size:13px;display:block}

/* Content Cards Grid */
.content-cards-grid{
  display:flex;flex-direction:column;gap:15px;
}
.content-card{
  background:var(--bg-alt);padding:28px;border-radius:14px;transition:.3s;
  border:1px solid var(--line);display:flex;flex-direction:column;height:100%;
}
.content-card:hover{
  transform:translateY(-6px);
  box-shadow:0 12px 32px rgba(250,170,24,.15);
  border-color:var(--brand);
}
.cc-icon{
  font-size:30px;margin-bottom:16px;line-height:1;
}
.content-card h4{
  font-size:16px;color:var(--ink);margin:0 0 12px 0;font-weight:700;line-height:1;
}
.content-card p{
  font-size:12px;color:var(--muted);line-height:1.5;flex-grow:1;
}
.cc-list{
  list-style:none;margin:5px 0;
  flex-grow:1;display:flex;flex-direction:column;
}
.cc-list li{
  padding:6px 0;padding-left:24px;position:relative;font-size:12px;color:var(--ink);
  line-height:1;
}
.cc-list li:before{
  content:'✓';position:absolute;left:0;color:var(--brand);font-weight:700;font-size:13px;
}
.home-btn-link{
 display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    height: 31px;
    width: 100%;
    gap: 6px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    background-color: #FAAA18;
    font-weight: 600;
    margin-top: auto;
    /* padding-top: 12px; */
    transition: .2s;
}
.home-btn-link:hover{color:var(--ink);transform:translateX(3px)}

/* ===================== SERVICES TABS ===================== */
#services{background-color:#212529}
.tabs{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:8px;margin-bottom:26px;box-shadow:var(--shadow-sm)}
/* About-section tabs only — pull up so the bar overlaps the bottom of the
   hero. Unique class, so the shared .tabs class (also used in services) is
   left untouched. */
.tabs-hero-overlap{position:relative;z-index:5;margin-top:-70px;border: 1px solid #b5a68c78;margin-bottom:35px}
.tab{display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:1 1 auto;min-width:120px;padding:13px 10px;border:0;background:transparent;border-radius:10px;font-weight:600;font-size:14px;color:var(--ink);cursor:pointer;transition:.2s;font-family:'Inter';white-space:nowrap}
.tab:not(.active):hover{color:var(--brand);background:var(--brand-soft) !important}
.tab.active{background:var(--brand);color:#fff;box-shadow:0 8px 18px rgba(250,170,24,.35)}
.tab.active img{filter:brightness(0) invert(1)}
.tab img{width:25px;height:27px;object-fit:contain;display:block;flex-shrink:0}
.tab-emoji{font-size:20px;line-height:1;flex-shrink:0}
.tab-panel{display:none;animation:fade .35s ease}
.tab-panel.active{display:block}
.visibilty-section{ font-weight: 600; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 1px; padding: 30px;}
@keyframes fade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}

/* ---- Service dashboard panel ---- */
.svc-panel{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:22px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow-sm)}
.svc-eyebrow{display:block;color:var(--brand);font-weight:700;font-size:12px;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:12px}
.svc-pitch h3{font-size:23px;line-height:1.25;margin-bottom:14px}
.svc-pitch>p{font-size:14px;color:var(--body);margin-bottom:18px}
.svc-checks{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:22px; margin-top: 10px;}
.svc-checks li{position:relative;padding-left:28px;font-size:14px;color:var(--ink)}
.svc-checks li::before{content:"✓";position:absolute;left:0;top:-1px;width:20px;height:20px;border-radius:50%;background:var(--brand-soft);color:var(--brand);font-size:12px;font-weight:800;display:grid;place-items:center}

/* KPI tiles */
.kpi-row{display:grid;gap:10px;margin-bottom:14px}
.kpi-4{grid-template-columns:repeat(4,1fr)}
.kpi-5{grid-template-columns:repeat(4,1fr)}
.kpi{background:var(--bg-alt);border:1px solid var(--line);border-radius:10px;padding:12px 10px;text-align:left}
.kpi small{display:block;color:var(--muted);font-size:11px;margin-bottom:4px;line-height:1.2}
.kpi b{display:block;font-family:'Poppins';font-size:18px;color:var(--ink)}
.kpi i{font-style:normal;font-size:11px;font-weight:700}
.up{color:#16a34a}

/* chart card */
.chart-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;margin-bottom:14px}
.cc-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:10px}
.cc-head>span:first-child{font-family:'Poppins';font-weight:600;color:var(--ink);font-size:14px}
.cc-pill{background:var(--ink);color:#fff;font-size:11px;font-weight:700;padding:5px 10px;border-radius:20px;white-space:nowrap}
.cc-pill.up{background:var(--brand)}
.cc-sub{font-size:12px;color:var(--muted)}
.linechart{width:100%;height:150px;display:block}
.linechart .grid{stroke:var(--line);stroke-width:1}
.linechart .line{fill:none;stroke:var(--brand);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.linechart .pt{fill:var(--brand);stroke:#fff;stroke-width:2}
.cc-x{display:flex;justify-content:space-between;margin-top:8px;font-size:11px;color:var(--muted)}

/* gauge + bars */
.gauge-wrap{display:flex;gap:18px;align-items:center}
.gauge{position:relative;width:104px;height:104px;flex:none}
.gauge svg{width:100%;height:100%}
.gauge .g-track{fill:none;stroke:var(--line);stroke-width:10}
.gauge .g-val{fill:none;stroke:var(--brand);stroke-width:10;stroke-linecap:round;stroke-dasharray:326.7;stroke-dashoffset:49}
.gauge-num{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1}
.gauge-num b{font-family:'Poppins';font-size:26px;color:var(--ink)}
.gauge-num small{font-size:11px;color:var(--muted)}
.bar-list{list-style:none;flex:1;display:flex;flex-direction:column;gap:9px}
.bar-list li{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--ink)}
.bar-list li span:first-child{width:66px;flex:none}
.bar-list .bar{flex:1;height:7px;background:var(--line);border-radius:6px;overflow:hidden}
.bar-list .bar i{display:block;height:100%;background:var(--brand);border-radius:6px}
.bar-list li b{width:34px;text-align:right;font-family:'Poppins'}

/* donut */
.donut-wrap{display:flex;gap:20px;align-items:center}
.donut{position:relative;width:120px;height:120px;border-radius:50%;flex:none}
.donut span{position:absolute;inset:22%;background:#fff;border-radius:50%}
.donut-legend{list-style:none;flex:1;display:flex;flex-direction:column;gap:9px}
.donut-legend li{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ink)}
.donut-legend .dot{width:11px;height:11px;border-radius:3px;flex:none}
.donut-legend b{margin-left:auto;font-family:'Poppins'}

/* mini kpi grid inside a card */
.mini-kpis{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.mini-kpis>div{background:var(--bg-alt);border-radius:8px;padding:10px}
.mini-kpis small{display:block;color:var(--muted);font-size:11px}
.mini-kpis b{display:block;font-family:'Poppins';font-size:17px;color:var(--ink)}
.mini-kpis i{font-style:normal;font-size:11px;font-weight:700}

/* right service list */
.svc-list{display:flex;flex-direction:column;gap:10px}
.svc-item{height:96px;display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--bg-alt);border:1px solid var(--line);border-radius:10px;cursor:pointer;transition:.2s}
.svc-item:hover{background:var(--brand-soft);border-color:var(--brand);transform:translateX(3px)}
.si-ico{width: 60px;
    height: 60px;
    flex: none;
    border-radius: 9px;
    background: #faaa1821;
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
    font-size: 30px;}
.svc-item b{display:block;color:var(--ink);font-family:'Poppins';font-size:15px;line-height:1.25; font-weight: 500;}
.svc-item small{color:var(--muted);font-size:12px}
.si-arw{margin-left:auto;color:var(--brand);font-size:20px;font-weight:700}

/* ---- White Label panel: 2-column dashboard (balances the panel height) ---- */
[data-panel="whitelabel"] .svc-dash{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-content:start}
[data-panel="whitelabel"] .svc-dash>.kpi-row{grid-column:1 / -1;margin-bottom:0}
[data-panel="whitelabel"] .svc-dash>.chart-card{margin-bottom:0}
/* Give the White Label panel a wider dashboard so the 2×2 cards have room. */
[data-panel="whitelabel"] .svc-panel{grid-template-columns:1fr 2fr 1.1fr}

/* ---- White Label center section (KPI header + Operational / Financial columns) ---- */
.wl-center.svc-dash{display:block;grid-template-columns:none}
.wl-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}
.wl-kpi{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 12px;box-shadow:var(--shadow-sm)}
.wl-kpi-head{display:flex;align-items:center;gap:8px;margin-bottom:10px}
.wl-kpi-ico{flex:none;width:25px;height:25px;border-radius:50%;background:var(--brand-soft);display:grid;place-items:center;font-size:16px}
.wl-kpi small{font-weight:700;font-size:11px}
.wl-kpi b{display:block;font-family:'Poppins';font-size:15px;line-height:1.1;margin-bottom:4px}
.wl-kpi p{font-size:10px;color:var(--muted);line-height:1.4;margin:0}
.wl-cols{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.wl-col{background:var(--bg-alt);border:1px solid var(--line);border-radius:14px;padding:16px}
.wl-col-title{color:var(--brand);font-size:15px;text-align:center;margin-bottom:14px}
.wl-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.wl-item{background:#fff;border:1px solid var(--line);border-radius:10px;padding:12px 10px;text-align:center}
.wl-ico{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--brand-soft);font-size:14px;margin:0 auto 8px}
.wl-item small{display:block;color:var(--muted);font-size:10px;margin-bottom:4px;line-height:1.2}
.wl-item b{display:block;font-family:'Poppins';font-size:14px;color:var(--ink);line-height:1.2;margin-bottom:4px}
.wl-item p{font-size:10px;color:var(--muted);line-height:1.35;margin:0}
@media (max-width:1024px){
  .wl-cols{grid-template-columns:1fr}
}
@media (max-width:560px){
  .wl-kpis{grid-template-columns:repeat(2,1fr)}
  .wl-grid{grid-template-columns:repeat(2,1fr)}
}

/* ---- Service-list items that carry a bulleted sub-list ---- */
.svc-item--list{height:auto;align-items:flex-start}
.si-sublist{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:4px}
.si-sublist li{position:relative;padding-left:15px;font-size:12px;color:var(--muted);line-height:1.4}
.si-sublist li::before{content:"";position:absolute;left:0;top:6px;width:6px;height:6px;border-radius:50%;background:var(--brand)}

/* ===================== DIFFERENTIATOR ===================== */
.differentiator{background:#fff;border:1px solid var(--line);border-radius:24px;padding:44px;box-shadow:var(--shadow-sm)}
.pill{display:inline-block;background:var(--brand);color:#fff;font-weight:700;letter-spacing:1px;font-size:13px;padding:8px 18px;border-radius:30px;margin:0 auto 18px}
.differentiator .pill{display:table;margin:0 auto 18px}
.visibility-row{display:flex;align-items:flex-start;justify-content:center;gap:10px;flex-wrap:wrap;margin:34px 0}
.vis-node{display:flex;flex-direction:column;align-items:center;text-align:center;width:150px}
.vis-ico{width:70px;height:70px;border-radius:50%;background:var(--brand-tint);border:1px solid var(--line);display:grid;place-items:center;font-size:28px;color:var(--brand);font-weight:800;margin-bottom:12px}
.vis-node b{color:var(--ink);font-family:'Poppins';margin-bottom:4px}
.vis-node small{color:var(--muted);font-size:12.5px}
.vis-node img{
    border-radius: 70%;
    height: 60px;
    margin: 15px;
}
.vis-arrow{color:var(--brand);font-size:22px;font-weight:800;align-self:center;margin-top:18px}
.visibility-note{background:var(--brand-tint);border-radius:14px;padding:22px 26px;text-align:center;font-size:18px;font-weight:600;color:var(--ink);font-family:'Poppins'}

/* ===================== FRAMEWORK ===================== */
.framework-carousel{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:12px}
.framework-viewport{overflow:hidden}
.framework-track{display:flex;gap:14px;transition:transform .35s ease}
.fw-step{position:relative;flex:0 0 calc((100% - 28px) / 3);max-width:calc((100% - 20px) / 3);background:#fff;border:1px solid var(--line);border-radius:14px;padding:25px 10px 10px;text-align:center;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
.fw-num{position:absolute;
    top: -5px;
    left: 8%;
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    font-weight: 600;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-family: 'Poppins';}
.fw-ico{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-size:26px;margin:0 auto 14px}
.fw-step b{display:block;color:var(--ink);font-family:'Poppins';margin-bottom:8px;font-size:16px}
.fw-step small{color:var(--muted);font-size:12.5px;display:block;line-height:1.6}
.framework-nav{width:44px;height:44px;border:0;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:var(--shadow-sm)}
.framework-nav:hover{background:var(--brand-dark)}
.framework-nav:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}
.fw-banner{background:var(--brand-tint);border-radius:16px;padding:24px;text-align:center;font-family:'Poppins';font-weight:600;font-size:18px;color:var(--ink)}

/* ===================== AWARDS ===================== */
/* Awards & Certifications eyebrow with flanking lines */
.awards-eyebrow{display:flex;align-items:center;justify-content:center;gap:12px;color:#faaa18;font-weight:700;letter-spacing:2px;font-size:13px;text-transform:uppercase;margin-bottom:14px}
.awards-eyebrow::before,.awards-eyebrow::after{content:"";width:36px;height:2px;background:#faaa18}

.awards-carousel{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:34px}
.awards-viewport{overflow:hidden}
.awards{display:flex;gap:14px;transition:transform .35s ease}
.award-card{flex:0 0 calc((100% - 3 * 14px) / 4);max-width:calc((100% - 3 * 14px) / 4)}
.awards-nav{width:44px;height:44px;border:0;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:var(--shadow-sm);flex:0 0 auto}
.awards-nav:hover{background:var(--brand-dark)}
.awards-nav:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}
.award-card{display:flex;flex-direction:column;align-items:center;background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px 14px;text-align:center;transition:.2s}
.award-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm)}
.award-logo{display:flex;align-items:center;justify-content:center;width:91px;height:91px;margin-bottom:8px}
.award-logo img{max-width:100%;max-height:100%;object-fit:contain}
.award-card b{display:block;color:var(--ink);font-family:'Poppins';font-size:15px;font-weight:700;line-height:1.3}
.award-divider{display:block;width:26px;height:3px;border-radius:2px;background:#faaa18;margin:12px 0}
.award-card small{color:var(--muted);font-size:12px;line-height:1.6}
.accreditations{background:#fff;margin-top:4px}

/* ===================== VIDEO ===================== */
.video-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:34px;align-items:center}
.video-frame{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.video-frame img,.video-frame video{width:100%;display:block}
.video-features{list-style:none;display:flex;flex-direction:column;gap:22px}
.video-features li{display:flex;gap:16px}
.vf-ico{width:52px;height:52px;flex:none;border-radius:14px;background:var(--brand-soft);display:grid;place-items:center;font-size:22px}
.video-features b{display:block;color:var(--ink);font-family:'Poppins';margin-bottom:3px}
.video-features small{color:var(--muted);font-size:14px}

/* ===================== FAQ ===================== */
/* .faq-section{padding:72px 0}
.faq-shell{background:#fff;border:1px solid var(--line);border-radius:24px;padding:44px 32px;box-shadow:var(--shadow)}
.faq-controls{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:0 auto 24px;max-width:980px}
.faq-tab{padding:12px 16px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);font-weight:600;cursor:pointer;transition:.2s}
.faq-tab:hover,.faq-tab.active{background:var(--brand);color:#fff;border-color:var(--brand)}
.faq-main{display:grid;grid-template-columns:minmax(0, 38%) minmax(0, 62%);gap:20px;align-items:stretch}
.faq-media{border-radius:20px;overflow:hidden;box-shadow:var(--shadow-sm);min-height:420px;background:var(--bg-alt)}
.faq-media img{width:100%;height:100%;object-fit:cover;display:block}
.faq-panel{background:var(--bg-alt);border:1px solid var(--line);border-radius:20px;padding:20px}
.faq-list{display:flex;flex-direction:column;gap:12px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:.2s}
.faq-item.open{border-color:rgba(250,170,24,.5);box-shadow:var(--shadow-sm)}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;background:none;border:0;cursor:pointer;font-family:'Poppins';font-weight:600;font-size:15px;color:var(--ink);text-align:left}
.faq-ico{color:var(--brand);transition:.3s;font-size:16px}
.faq-item.open .faq-ico{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-a p{padding:0 18px 16px;color:var(--body);font-size:14px;line-height:1.7}

@media (max-width: 900px){
  .faq-main{grid-template-columns:1fr}
  .faq-media{min-height:260px}
  .faq-controls{justify-content:flex-start;overflow-x:auto;padding-bottom:4px}
} */

/* ===================== AUDIT ===================== */
.audit-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:start}
.audit-list{list-style:none;display:flex;flex-direction:column;gap:14px;margin-bottom:20px}
.audit-list li{display:flex;gap:14px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 18px}
.al-ico{width:44px;height:44px;flex:none;border-radius:10px;background:var(--brand-soft);display:grid;place-items:center;font-size:20px}
.audit-list b{display:block;color:var(--ink);font-family:'Poppins';margin-bottom:2px}
.audit-list small{color:var(--muted);font-size:13.5px}
.audit-worth{background:var(--brand-tint);border-radius:12px;padding:18px 20px;font-size:15px;color:var(--ink)}
.audit-form{background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px;box-shadow:var(--shadow)}
.audit-form h3{font-size:24px;margin-bottom:8px;font-weight:800}
.af-sub{color:var(--muted);font-size:14px;margin-bottom:22px}
.audit-form input,.audit-form select{
  width:100%;padding:15px 16px;border:1.5px solid var(--line);border-radius:10px;
  font-size:15px;margin-bottom:14px;font-family:'Inter';color:var(--ink);background:#fff;
}
.audit-form input:focus,.audit-form select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(250,170,24,.15)}
.af-note{text-align:center;color:var(--muted);font-size:13px;margin-top:12px}
.af-success{display:none;margin-top:14px;text-align:center;color:#1a8a4a;font-weight:600;background:#eafaf0;padding:12px;border-radius:10px}
.af-success.show{display:block}

/* ===================== FOOTER ===================== */
.site-footer{background:var(--ink);color:#c7d0e0;padding-top:56px}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:34px;padding-bottom:44px}
.footer-brand .brand-mark{color:#fff}
.footer-brand .brand-sub{color:#8494b3}
.footer-brand p{margin-top:14px;font-size:14px;color:#98a4bd;max-width:280px}
.footer-col h4{color:#fff;font-size:16px;margin-bottom:16px}
.footer-col a{display:block;color:#98a4bd;font-size:14px;margin-bottom:10px;transition:.2s}
.footer-col a:hover{color:var(--brand)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;font-size:13px;color:#8494b3;text-align:center}

/* ===================== CLIENT LOGOS ===================== */
.logo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.logo-chip{display:flex;align-items:center;justify-content:center;text-align:center;min-height:74px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:12px;font-family:'Poppins';font-weight:700;color:var(--ink);font-size:15px;transition:.2s}
.logo-chip:hover{border-color:var(--brand);color:var(--brand);transform:translateY(-4px);box-shadow:var(--shadow-sm)}

/* ===================== CASE STUDY ===================== */
.case-study{display:grid;grid-template-columns:1.15fr 1fr;gap:26px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px;box-shadow:var(--shadow-sm)}
.cs-tag{display:inline-block;width: 161px; background:#faaa18;color:#fff;font-weight:700;font-size:12px;letter-spacing:.5px;padding:7px 14px;border-radius:8px;margin-bottom:8px}
.cs-row{display:flex;gap:12px;align-items:flex-start;margin-bottom:14px}
.cs-ico{width:20px;height:20px;flex:none;border-radius:10px;background:var(--brand-soft);display:grid;place-items:center;font-size:18px}
.cs-row b{color:var(--ink);font-family:'Poppins';display:block}
.cs-row p{font-size:14px;color:var(--muted)}
.cs-stats{display:flex;gap:26px;margin:6px 0 18px}
.cs-stats b{display:block;font-family:'Poppins';font-size:26px;color:#0e9f6e}
.cs-stats small{color:var(--muted);font-size:12px}
.cs-table{width:100%;border-collapse:collapse;margin-bottom:16px;font-size:14px}
.cs-table th{background:#0e9f6e;color:#fff;text-align:left;padding:10px 14px;font-weight:600}
.cs-table th:last-child{text-align:right}
.cs-table td{padding:10px 14px;border-bottom:1px solid var(--line);color:var(--body)}
.cs-table td:last-child{text-align:right;font-weight:700;color:var(--ink)}
.cs-note{font-size:13px;color:var(--muted);margin-bottom:6px}
.cs-right img{width:100%;border-radius:14px;border:1px solid var(--line)}

/* ===================== TESTIMONIALS ===================== */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.testi-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;padding-bottom:22px;box-shadow:var(--shadow-sm);transition:.25s}
.testi-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.testi-video{position:relative;aspect-ratio:16/12;overflow:hidden}
.testi-video img{width:100%;height:100%;object-fit:cover}
.testi-video .play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,.9);color:var(--brand);display:grid;place-items:center;font-size:20px;padding-left:4px;box-shadow:0 6px 18px rgba(0,0,0,.25)}
.quote-mark{display:block;color:var(--brand);font-family:Georgia,serif;font-size:44px;line-height:0;padding:26px 22px 0;height:20px}
.testi-card p{padding:0 22px;font-size:14px;color:var(--body)}
.testi-rule{display:block;width:40px;height:3px;background:var(--brand);border-radius:3px;margin:16px 22px}
.testi-card b{display:block;padding:0 22px;color:var(--ink);font-family:'Poppins'}
.testi-card small{display:block;padding:0 22px;color:var(--muted);font-size:13px}
.testi-bar{display:flex;flex-wrap:wrap;align-items:center;gap:26px;background:var(--brand-tint);border-radius:16px;padding:24px 28px;margin-top:26px}
.tb-lead{display:flex;gap:14px;align-items:center;flex:1 1 320px}
.tb-ico{width:56px;height:56px;flex:none;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:24px}
.tb-lead b{color:var(--ink);font-family:'Poppins'}
.tb-lead small{color:var(--body);font-size:13px}
.tb-stat{text-align:center}
.tb-stat b{display:block;font-family:'Poppins';font-size:22px;color:var(--brand)}
.tb-stat small{color:var(--muted);font-size:12px}

/* ===================== TEAM ===================== */
.team-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-bottom:30px}
.team-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:.25s}
.team-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.team-card img{width:100%;aspect-ratio:1/1;object-fit:cover;object-position:top}
.tc-body{padding:16px 16px 20px}
.tc-body b{color:var(--brand);font-family:'Poppins';font-size:17px;display:block;margin-bottom:4px}
.tc-role{display:block;color:var(--ink);font-weight:600;font-size:13.5px;margin-bottom:10px;min-height:38px}
.tc-body p{color:var(--muted);font-size:13px}
.team-stats{display:grid;grid-template-columns:repeat(4,1fr);margin-top:38px;background:#fff;border:1px solid #eee;border-radius:14px;box-shadow:0 8px 26px rgba(0,0,0,.05);overflow:hidden}
.ts-item{position: relative;
    text-align: center;
    padding: 11px 10px;
    box-shadow: -1px 0 0 #eee, 0 -1px 0 #eee;}
.ts-item b{display: block;
    font-family: 'Poppins';
    font-size: 27px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--ink);
    letter-spacing: -.5px;}
.ts-item b::after{content:"";display:block;width:26px;height:3px;background:var(--brand);border-radius:3px;margin:12px auto 0}
.ts-item small{display: block;
    color: var(--muted);
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: .2px;
    margin-top: 3px;}

/* video play overlay */
.video-sound{position:absolute;bottom:16px;right:16px;width:48px;height:48px;border-radius:50%;background:rgba(20,20,20,.55);color:#fff;border:0;font-size:20px;line-height:1;cursor:pointer;display:grid;place-items:center;backdrop-filter:blur(4px);box-shadow:0 6px 18px rgba(0,0,0,.3);transition:.2s;z-index:2}
.video-sound:hover{background:var(--brand);transform:scale(1.08)}
.video-sound .vs-ico{grid-area:1/1}
.video-sound .vs-unmuted{display:none}
.video-frame.sound-on .video-sound .vs-muted{display:none}
.video-frame.sound-on .video-sound .vs-unmuted{display:block}

/* ===================== BLOG ===================== */
.blog-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:26px;align-items:start}
.blog-feature{display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-sm)}
.bf-media{position:relative}
.bf-media img{width:100%;height:100%;object-fit:cover;min-height:280px}
.bf-badge{position:absolute;top:14px;left:14px;background:var(--brand);color:#fff;font-weight:700;font-size:12px;padding:6px 12px;border-radius:8px}
.bf-body{padding:26px; padding-bottom: 77px;}
.bf-cat{color:var(--brand);font-weight:700;font-size:13px;letter-spacing:.5px}
.bf-body h3{font-size:21px;margin:10px 0 12px;line-height:1.25}
.bf-body p{font-size:14px;color:var(--muted);margin-bottom:16px}
.bf-meta{font-size:12.5px;color:var(--muted);margin-bottom:14px}
.bf-link{color:var(--brand);font-weight:700;font-size:14px}
.trending{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:var(--shadow-sm)}
.trending h4{font-size:18px;margin-bottom:16px}
.trend-item{display:flex;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}
.ti-thumb{width:46px;height:46px;flex:none;border-radius:10px;background:var(--brand-soft);display:grid;place-items:center;font-size:20px}
.trend-item b{display:block;color:var(--ink);font-family:'Poppins';font-size:14px;line-height:1.3;margin-bottom:4px}
.trend-item small{color:var(--muted);font-size:12px}

/* ===================== INDUSTRY CARDS & MODAL ===================== */
.industry-card{cursor:pointer;position:relative;overflow:hidden;border:1px solid var(--line);background:#fff;font:inherit;text-align:center;padding:22px 16px}
.industry-card::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(250,170,24,.1),rgba(250,170,24,0));opacity:0;transition:.3s}
.industry-card:hover,.industry-card.active{border-color:var(--brand);transform:translateY(-8px);box-shadow:var(--shadow-sm);background:var(--brand-soft) !important}
.industry-card:hover::after,.industry-card.active::after{opacity:1}
.industry-card:hover .mc-ico,.industry-card.active .mc-ico{transform:scale(1.12);color:var(--brand)}
.industry-case-study{margin-top:24px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:var(--shadow-sm)}
.industry-case-study__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}
.industry-case-study__header h3{font-size:22px;color:var(--ink);margin-top:8px}
.industry-case-study__nav{display:flex;gap:10px}
.industry-nav{width:40px;height:40px;border:0;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;cursor:pointer}
.industry-nav:disabled{opacity:.45;cursor:not-allowed}
.industry-case-study__viewport{overflow:hidden;border-radius:16px}
.industry-case-study__track{display:flex;gap:18px;transition:transform .35s ease;will-change:transform}
.industry-case{flex:0 0 100%;max-width:100%;background:var(--bg-alt);border:1px solid var(--line);border-radius:16px;padding:0;box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;min-height:320px}
.industry-case__media{background:var(--bg-alt);display:flex;align-items:center;justify-content:center;min-height:100%}
.industry-case__media img{width: 87%;
    height: 60%;
    object-fit: cover;
    display: block;}
.industry-case__content{padding:20px;display:flex;flex-direction:column;justify-content:center}
.industry-case__content h4{font-size:20px;color:var(--ink);margin:8px 0 12px}
.industry-case .cs-row{margin-bottom:5px}
.industry-case .cs-stats{display:flex;gap:12px;flex-wrap:wrap;margin:10px 0 14px}
.industry-case .cs-stats div{flex:1 1 90px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:5px 10px}
.industry-case .cs-stats b{display:block;font-size:18px;color:var(--brand)}
.industry-case .cs-stats small{color:var(--muted);font-size:12px}

/* Case Study Modal */
.cs-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center}
.cs-modal.active{display:flex}
.cs-modal-overlay{position:absolute;inset:0;background:rgba(14,27,58,.6);backdrop-filter:blur(4px)}
.cs-modal-content{position:relative;z-index:2;background:#fff;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.3);width:90vw;max-width:1100px;max-height:85vh;overflow-y:auto}
.cs-modal-body{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:48px}
.cs-modal-close{position:absolute;top:20px;right:20px;width:40px;height:40px;border:0;background:var(--line);color:var(--ink);font-size:24px;border-radius:50%;cursor:pointer;transition:.2s;z-index:3}
.cs-modal-close:hover{background:var(--brand);color:#fff}
.cs-modal-left{display:flex;flex-direction:column}
.cs-modal-right img{width:100%;height:100%;object-fit:cover;border-radius:16px}

/* Responsive modal */
@media (max-width:968px){
  .cs-modal-body{grid-template-columns:1fr;gap:30px;padding:32px}
  .cs-modal-content{width:95vw;max-height:90vh}
}

@media (max-width:600px){
  .cs-modal-body{padding:24px}
  .cs-modal-close{top:12px;right:12px}
}

/* ===================== RESPONSIVE ===================== */
@media (max-width:980px){
  .cards-3{grid-template-columns:repeat(2,1fr)}
  .cards-5{grid-template-columns:repeat(3,1fr)}
  .award-card{flex:0 0 calc((100% - 2 * 14px) / 3);max-width:calc((100% - 2 * 14px) / 3)}
  .industry-case{flex:0 0 100%;max-width:100%;grid-template-columns:1fr}
  .industry-case__media{min-height:220px}
  .video-grid,.audit-grid,.case-study,.blog-feature{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .logo-grid{grid-template-columns:repeat(4,1fr)}
  .testi-grid{grid-template-columns:1fr;max-width:520px;margin:0 auto}
  .svc-panel{grid-template-columns:1fr}
  .team-grid{grid-template-columns:repeat(3,1fr)}
  .team-stats{grid-template-columns:repeat(2,1fr);row-gap:22px}
  .bf-media img{min-height:220px}
}
@media (max-width:860px){
  .main-nav{
    position:fixed;top:72px;right:0;width:min(280px,80vw);height:calc(100vh - 72px);
    background:#fff;flex-direction:column;gap:0;padding:20px;
    box-shadow:-10px 0 40px rgba(0,0,0,.12);transform:translateX(100%);transition:.3s;border-left:1px solid var(--line);
  }
  .main-nav.open{transform:translateX(0)}
  .main-nav a{padding:14px 6px;border-bottom:1px solid var(--line)}
  .nav-toggle{display:flex}
  .header-cta{display:none}
  .hero-grid{grid-template-columns:1fr;text-align:center;gap:20px}
  .hero-copy{order:2}
  .hero-copy p{margin-left:auto;margin-right:auto}
  .rule{margin-left:auto;margin-right:auto}
  .hero-actions{justify-content:center}
  .hero-visual{order:1}
  .trust-bar{justify-content:center;gap:14px}
}
@media (max-width:560px){
  .section{padding:52px 0}
  .cards-3,.cards-5{grid-template-columns:1fr}
  .awards-carousel{grid-template-columns:1fr}
  .awards-nav{display:none}
  .awards{flex-wrap:wrap;transform:none !important}
  .award-card{flex:0 0 calc((100% - 14px) / 2);max-width:calc((100% - 14px) / 2)}
  .industry-case-study__header{flex-direction:column;align-items:flex-start}
  .industry-case{flex:0 0 100%;max-width:100%}
  .logo-grid{grid-template-columns:repeat(2,1fr)}
  .team-grid{grid-template-columns:repeat(2,1fr)}
  .cs-stats{gap:16px}
  .testi-bar{flex-direction:column;align-items:flex-start;gap:16px}
  .kpi-4,.kpi-5{grid-template-columns:repeat(2,1fr)}
  .gauge-wrap,.donut-wrap{flex-direction:column;text-align:center}
  .bar-list,.donut-legend{width:100%}
  .differentiator{padding:26px 18px}
  .visibility-row{flex-direction:column;align-items:center}
  .vis-arrow{transform:rotate(90deg);margin:0}
  .audit-form,.differentiator{padding:24px 18px}
  .footer-grid{grid-template-columns:1fr}
  .tab{min-width:auto;flex:1 1 45%}
  .hero-stage{width:min(360px,88vw)}
  .orbit-box{width:130px}
  .orbit-box-inner{padding:8px 10px}
  .stat-value{font-size:16px}
  .framework-carousel{grid-template-columns:1fr;gap:10px}
  .framework-nav{display:none}
  .framework-track{gap:12px}
  .fw-step{flex:0 0 100%;max-width:100%}
}

.section-testimonials-tag{
    display:block;
    text-align:center;
    color:#FAAA18;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:12px;
    font-size:14px;
}

.section-testimonials-title{
    text-align:center;
    font-size:52px;
    font-weight:800;
    color:#0d1630;
    line-height:1.15;
}

.section-testimonials-title span{
    color:#FAAA18;
}

.section-testimonials-subtitle{
    text-align:center;
    color:#667085;
    max-width:700px;
    margin:15px auto 50px;
    line-height:1.6;
}

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.testimonial-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:16px;
    padding:24px;
    box-shadow:0 5px 20px rgba(0,0,0,0.04);
    transition:0.3s;
}

.testimonial-card:hover{
    transform:translateY(-5px);
}

.client-info{
    display:flex;
    gap:15px;
    align-items:flex-start;
}

.client-info img{
    width:70px;
    object-fit:contain;
}

.client-info small{
    color:#FAAA18;
    font-weight:600;
}

.client-info h3{
    margin-top:5px;
    color:#101828;
    font-size:20px;
}

.client-info p{
    color:#667085;
    font-size:14px;
    margin-top:3px;
}

.quote-mark{
    color:#ff6b00;
    font-size:38px;
    margin:20px 0 10px;
}

.testimonial-text{
    color:#475467;
    line-height:1.8;
    font-size:15px;
    min-height:130px;
}

.author{
    display:flex;
    align-items:center;
    gap:12px;
    border-top:1px solid #eee;
    padding-top:18px;
}

.author img{
    width:52px;
    height:52px;
    border-radius:50%;
    object-fit:cover;
}

.author h4{
    font-size:15px;
    color:#101828;
}

.author span{
    font-size:13px;
    color:#667085;
}

@media(max-width:992px){
    .testimonial-grid{
        grid-template-columns:1fr;
    }

    .section-title{
        font-size:38px;
    }
}

.faq-section{
    width:100%;
    max-width:100%;
    padding:60px 0;
}

.faq-categories{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    justify-content:center;
    margin-bottom:30px;
}

.tab-home-btn{
    padding:15px 25px;
    border:1px solid #eee;
    background:#fff;
    border-radius:12px;
    cursor:pointer;
    font-weight:600;
    transition:.3s;
}

.tab-home-btn.active,
.tab-home-btn:hover{
    background:#ff6600;
}

.tab-home-btn.active{
    color:#fff;
}

.tab-home-btn:hover{
    color:#333;
}

/* .faq-item{
    border:1px solid #eee;
    margin-bottom:12px;
    border-radius:10px;
    overflow:hidden;
}

.faq-question{
    width:100%;
    text-align:left;
    padding:18px;
    border:none;
    background:#fff;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
}

.faq-answer{
    display:none;
    padding:18px;
    background:#fafafa;
    line-height:1.7;
}

.faq-item.active .faq-answer{
    display:block;
} */

 .faq-wrap{
    width:100%;
    max-width:100%;
    padding:56px 0 40px;
  }

  .faq-header,
  .cat-row,
  .faq-main,
  .cta-bar{
    width:min(100%, var(--maxw));
    margin-left:auto;
    margin-right:auto;
    padding-left:22px;
    padding-right:22px;
    box-sizing:border-box;
  }
 
  /* Header */
  .faq-header{ text-align:center; margin-bottom:36px; }
  /* .eyebrow{
    display:flex; align-items:center; justify-content:center; gap:14px;
    color:var(--orange); font-weight:700; font-size:13px; letter-spacing:2px;
    margin-bottom:14px;
  }
  .eyebrow::before, .eyebrow::after{
    content:""; width:34px; height:2px; background:var(--orange);
  } */
  .faq-title{
    font-size:clamp(28px,4vw,42px);
    color: black;
    font-weight:800;
    margin-bottom:10px;
  }
  .faq-sub{ color:var(--gray-text); font-size:15px; }
 
  /* Category buttons */
  .cat-row{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:18px;
    max-width:1300px;
    margin:0 auto 40px;
  }
  .cat-home-btn{
    all: unset;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 15px 12px;
    width: 111px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(27, 35, 64, 0.03);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  .cat-home-btn:not(.active):hover{
    transform:translateY(-3px);
    box-shadow:0 10px 20px rgba(250,170,24,0.18);
    background:#fde9c8 !important;
color:black !important;
  }
  .cat-home-btn.active{
    background:var(--brand);
    border-color:#faaa18;
    box-shadow:0 10px 24px rgba(244,99,42,0.18);
  }
  .cat-icon{
        width: 25px;
    height: 25px;
    border-radius:50%;
    background:none;
    display:flex; align-items:center; justify-content:center;
    color:#faaa18;
    transition:background .18s ease, transform .18s ease;

  }

  .cat-icon, .cat-home-btn:hover .cat-icon{
    background:none;
    color: #0000009e;
  }
  
  .cat-icon svg{ width:45px; height:45px; }
  .cat-label{
    font-size:13.5px;
    font-weight:700;
    color:var(--navy);
    line-height:1.3;
  }

 
  /* Main content */
  .faq-main{
    margin:0 auto;
    background:var(--white);
    border-radius:18px;
    padding:40px;
    display:grid;
    grid-template-columns:340px 1fr;
    gap:36px;
    box-shadow:0 4px 24px rgba(27,35,64,0.05);
  }
 
  .faq-left{ display:flex; flex-direction:column; }
  .questions-tag{
    display:inline-block;
    
    color:#faaa18;
    font-size:11px;
    font-weight:800;
    letter-spacing:1px;
    padding:5px 12px;
    border-radius:20px;
    margin-bottom:16px;
    width:fit-content;
  }
  .left-heading{
    font-size:26px;
    font-weight:800;
    color:var(--brand);
    line-height:1.3;
    margin-bottom:14px;
  }
  .left-divider{
    width:46px; height:3px; background:var(--orange);
    border-radius:2px; margin-bottom:16px;
  }
  .left-desc{
    color:var(--gray-text);
    font-size:14px;
    line-height:1.7;
    margin-bottom:28px;
  }
  .left-art{
    margin-top:auto;
    display:flex;
    justify-content:center;
    align-items:flex-end;
  }
  .left-art svg{ width:190px; height:auto; }
 
  /* Accordion */
  .faq-right{ display:flex; flex-direction:column; gap:12px; }
  .acc-item{
    border:1px solid var(--border);
    border-radius:12px;
    overflow:hidden;
    transition:border-color .2s ease;
  }
  .acc-item.open{
    border-color:#faaa18;
    background:#fde9c8 !important;
  }
  .acc-question:focus,
  .acc-item.open .acc-question{
    background:#fde9c8 !important;
    outline:none;
  }
  .acc-question{
    all:unset;
    color:var(--dark-gray);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    width:100%;
    padding:9px 20px;
    cursor:pointer;
    box-sizing:border-box;
  }
  .acc-question span.q-text{
    font-size:15px;
    font-weight:700;
    color:#111;
    transition:color .2s ease;
  }
  /* Hover: brand-yellow background with white text (not the theme's blue) */
  .new-home .acc-item:not(.open) .acc-question:hover{
    background:#faaa18 !important;
  }
  .new-home .acc-item:not(.open) .acc-question:hover,
  .new-home .acc-item:not(.open) .acc-question:hover .q-text{
    color:#fff !important;
  }
  /* Open: question stays black (not the theme's white) */
  .new-home .acc-item.open .acc-question,
  .new-home .acc-item.open .acc-question .q-text{
    color:#111 !important;
  }
  .chev{
    flex:0 0 auto;
    width:26px; height:26px;
    border-radius:50%;
    background:var(--orange-light);
    color:var(--orange);
    display:flex; align-items:center; justify-content:center;
    transition:transform .25s ease, background .2s ease, color .2s ease;
  }
  .acc-item.open .chev{
    background:var(--orange);
    color:#fff;
    transform:rotate(180deg);
  }
  .acc-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .3s ease, padding .3s ease;
    padding:0 20px;
  }
  .acc-item.open .acc-answer{
    max-height:260px;
    padding:0 20px 20px;
  }
  .acc-answer p{
    font-size:14px;
    color:var(--gray-text);
    line-height:1.75;
  }
  .acc-answer .hl{ color:var(--orange); font-weight:600; }
 
  /* Bottom CTA bar */
  .cta-bar{
    max-width:1150px;
    margin:32px auto 0;
    background:linear-gradient(90deg, var(--brand), #FBEFE9);
    border-radius:16px;
    padding:20px 30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:16px;
  }
  .cta-left{ display:flex; align-items:center; gap:14px; }
  .cta-icon{
    width:46px; height:46px; border-radius:50%;
    background:#fff; display:flex; align-items:center; justify-content:center;
    color:var(--orange);
  }
  .cta-icon svg{ width:22px; height:22px; }
  .cta-title{ font-weight:800; color:var(--navy); font-size:15px; }
  .cta-sub{ font-size:13px; color:var(--gray-text); }
  .cta-buttons{ display:flex; gap:14px; flex-wrap:wrap; }
  .home-btn{
    display:flex; align-items:center; gap:8px;
    padding:12px 22px;
    border-radius:10px;
    font-weight:700;
    font-size:14px;
    cursor:pointer;
    border:2px solid transparent;
    transition:transform .15s ease, opacity .15s ease;
  }
  .home-btn:hover{ background:#734d088c;
border: 2px solid #734d088c;

 }
  .home-btn-solid{ background: var(--brand-dark);
    width: 280px;
    color: #fff; }
  .home-btn-outline{ background:transparent; color:#000; border-color:#000; }
  .home-btn svg{ width:16px; height:16px; }
 
  @media (max-width:860px){
    .faq-main{ grid-template-columns:1fr; padding:26px; }
    .left-art{ display:none; }
    .cat-home-btn{ width:105px; padding:16px 8px; }
    .cta-bar{ flex-direction:column; align-items:flex-start; }
  }

  .framework-home-container{
    width: 50%;
    margin: 15px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgb(113 103 69 / 44%);
  }
  .framework-home-container h3{
    color: var(--brand-dark);
    padding: 20px 0px 5px 30px;
    font-size: 28px;
    margin-bottom: 5px;
  }
  .framework-home-container p{
    padding: 0px 30px;
    margin-bottom: 20px;
  }

  .right-heading{
 padding: 20px 0px 5px 30px;
  }

  .right-heading h3{
    color: var(--brand-dark);
  }

  .right-heading p{

  }

  .framework-right{
margin-left: 20px;
  }

  .framework-right-content img{
    height: 309px;
    max-width: 47%;

  }

  .framework-right-points{
    margin: 20px 0px 20px 40px;
  }

  .fw-point{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
  }

  .fw-point + .fw-point{
    border-top: 1px solid rgba(250, 170, 24, 0.18);
  }

  .fw-point-ico{
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    border-radius: 8px;
    background: rgba(250, 170, 24, 0.12);
    border: 1px solid rgba(250, 170, 24, 0.28);
  }

  .framework-right-points h4{
    color: #FAAA18;
    margin: 0 0 3px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
  }
  .framework-right-points p{
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
  }
  .prev{
position: relative;
left: 25px;
z-index: 5;
  }
  .next{
position: relative;
right: 22px;
z-index: 5;
  }

  .service-heading{
    color:white !important;
  }
  .service-sub-heading{
    color: white;
  }
  .previous{
    position: relative;
    left: -25px;
  }


/* ================= CLIENTS (minimal) ================= */
.trusted-section{
    padding:40px 0;
    background:var(--bg);
}

.trusted-head{
    text-align:center;
    margin-bottom:44px;
}

.trusted-head .tag{
    display:block;
    color:var(--brand);
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.trusted-head h2{
    font-size:clamp(22px,2.6vw,30px);
    font-weight:700;
    color:var(--ink);
    line-height:1.3;
}

.trusted-logos{
    
margin-bottom: 40px;
    height: 222px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* gap: 36px 37px; */
    align-items: center;
}

.logo-box{
display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid #8080800f;
    height: 145px;
}

.logo-box img{
    max-width:120px;
    max-height:100%;
    width:auto;
    object-fit:contain;
    
    opacity:.55;
    transition:filter .3s ease, opacity .3s ease;
}

.logo-box:hover img{
    filter:grayscale(0);
    opacity:1;
}

/* Responsive */
@media(max-width:900px){
    .trusted-logos{grid-template-columns:repeat(4,1fr)}
}

@media(max-width:560px){
    .trusted-section{padding:50px 0}
    .trusted-logos{grid-template-columns:repeat(3,1fr);gap:28px 18px}
    .logo-box{height:44px}
}

/* 1. Force the parent home-container to handle the columns flexibly */
.ast-plain-home-container #primary {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}

/* 2. Prevent the yellow card column from breaking out of bounds */
.elementor-column.elementor-col-33, 
.elementor-column[data-element_type="column"] {
    position: relative !important;
    min-width: 320px !important;
    max-width: 100% !important;
    flex: 1 !important;
}

/* 3. Ensure the left content takes up the remaining space */
.elementor-column.elementor-col-66 {
    flex: 2 !important;
    min-width: 350px !important;
}

/* ============================================================================
   RESPONSIVE — TABLET + MOBILE (desktop layout above is left untouched)
   Everything here lives inside max-width media queries and is scoped to the
   .new-home homepage, so the desktop design never changes.
   ============================================================================ */

/* -------------------------------------------------------------------------
   TABLET  (≤ 991px)
------------------------------------------------------------------------- */
@media (max-width:991px){
  .new-home .section{padding:56px 0}
  .new-home .home-container{padding:0 20px}

  /* Hero uses a full-bleed .home-container-fluid with no padding — add gutters
     and stack the two columns so the copy sits under the animated stage. */
  .new-home .hero{margin-top:60px;padding:30px 0 24px}
  .new-home .hero-grid{grid-template-columns:1fr;gap:24px;text-align:center;min-height:0;padding:0 20px}
  .new-home .hero-visual{order:1}
  .new-home .hero-copy{order:2}
  .new-home .hero-copy p{margin-left:auto;margin-right:auto}
  .new-home .rule{margin-left:auto;margin-right:auto}
  .new-home .hero-actions{justify-content:center}
  .new-home .hero-partners{width:100%;padding:0 20px}
  .new-home .trust-bar{justify-content:center;gap:14px 22px}

  /* Standard card grids scale down a step */
  .new-home .cards-3{grid-template-columns:repeat(2,1fr)}
  .new-home .cards-5{grid-template-columns:repeat(3,1fr)}
  .new-home .award-card{flex:0 0 calc((100% - 2 * 14px) / 3);max-width:calc((100% - 2 * 14px) / 3)}
  .new-home .team-grid{grid-template-columns:repeat(3,1fr)}
  .new-home .logo-grid{grid-template-columns:repeat(4,1fr)}
  .new-home .testi-grid,
  .new-home .testimonial-grid{grid-template-columns:1fr;max-width:560px;margin-left:auto;margin-right:auto}
  .new-home .video-grid,
  .new-home .audit-grid,
  .new-home .case-study,
  .new-home .blog-feature{grid-template-columns:1fr}
  .new-home .footer-grid{grid-template-columns:1fr 1fr}
  .new-home .svc-panel{grid-template-columns:1fr}

  /* Services dashboard: keep the White Label 2×2 readable when stacked */
  .new-home [data-panel="whitelabel"] .svc-panel{grid-template-columns:1fr}

  /* Framework section (inline display:flex in the markup) — stack the two
     halves and the funnel row. !important is required to beat inline styles. */
  .new-home .framework-main{flex-direction:column !important;}
  .new-home .framework-home-container{width:100% !important;margin-bottom:24px}
  .new-home .framework-right{width:100% !important;margin-left:0 !important}
  .new-home .framework-right-content{flex-direction:column !important;align-items:flex-start !important}
  .new-home .framework-right-content img{max-width:70% !important;height:auto !important;margin:0 auto 16px}
  .new-home .framework-right-points{margin:0 !important}
  .new-home .framework-home-container h3,
  .new-home .framework-home-container p,
  .new-home .right-heading{padding-left:0;padding-right:0}

  /* Differentiator visibility flow wraps instead of forcing one wide row */
  .new-home .visibility-row{gap:18px}
}

/* -------------------------------------------------------------------------
   LARGE PHONE  (≤ 768px)
------------------------------------------------------------------------- */
@media (max-width:768px){
  .new-home .section{padding:48px 0}
  .new-home .section-sub{margin-bottom:30px;font-size:15px}

  .new-home .cards-3,
  .new-home .cards-5{grid-template-columns:repeat(2,1fr)}
  .new-home .award-card{flex:0 0 calc((100% - 14px) / 2);max-width:calc((100% - 14px) / 2)}
  .new-home .team-grid{grid-template-columns:repeat(2,1fr)}
  .new-home .team-stats{grid-template-columns:repeat(2,1fr);row-gap:18px}
  .new-home .logo-grid{grid-template-columns:repeat(3,1fr)}
  .new-home .footer-grid{grid-template-columns:1fr 1fr}

  /* Trust bar → two per row, centered */
  .new-home .trust-bar{padding:18px 18px}
  .new-home .trust-item{flex:1 1 42%;justify-content:center}

  /* Framework funnel image a touch larger now that it's alone */
  .new-home .framework-right-content img{max-width:60% !important}

  /* FAQ solid CTA button shouldn't exceed the phone width */
  .new-home .home-btn-solid{width:100% !important;max-width:320px}
}

/* -------------------------------------------------------------------------
   PHONE  (≤ 560px)
------------------------------------------------------------------------- */
@media (max-width:560px){
  .new-home .section{padding:40px 0}
  .new-home .home-container{padding:0 16px}
  .new-home .hero-grid,
  .new-home .hero-partners{padding:0 16px}

  .new-home .cards-3,
  .new-home .cards-5,
  .new-home .team-grid{grid-template-columns:1fr}
  .new-home .awards-carousel{grid-template-columns:1fr}
  .new-home .awards-nav{display:none}
  .new-home .awards{flex-wrap:wrap;transform:none !important}
  .new-home .award-card{flex:0 0 calc((100% - 14px) / 2);max-width:calc((100% - 14px) / 2)}
  .new-home .logo-grid{grid-template-columns:repeat(2,1fr)}
  .new-home .footer-grid{grid-template-columns:1fr}

  /* Trust bar stacks one per row */
  .new-home .trust-item{flex:1 1 100%}

  /* Service panel internals */
  .new-home .kpi-4,
  .new-home .kpi-5{grid-template-columns:repeat(2,1fr)}
  .new-home .gauge-wrap,
  .new-home .donut-wrap{flex-direction:column;text-align:center}
  .new-home .bar-list,
  .new-home .donut-legend{width:100%}
  .new-home .tab{min-width:auto;flex:1 1 45%}

  /* Testimonials strip + case-study numbers stack */
  .new-home .testi-bar{flex-direction:column;align-items:flex-start;gap:16px}
  .new-home .cs-stats{gap:16px;flex-wrap:wrap}

  /* Differentiator + audit padding */
  .new-home .differentiator{padding:24px 16px}
  .new-home .audit-form{padding:24px 18px}
  .new-home .visibility-row{flex-direction:column;align-items:center}
  .new-home .vis-arrow{transform:rotate(90deg);margin:0}

  /* Framework carousel: one full-width step */
  .new-home .framework-carousel{grid-template-columns:1fr;gap:10px}
  .new-home .framework-nav{display:none}
  .new-home .fw-step{flex:0 0 100%;max-width:100%}
  .new-home .framework-right-content img{max-width:80% !important}

  /* Hero animated stage shrinks so the orbit cards don't overflow */
  .new-home .hero-stage{width:min(320px,86vw)}
  .new-home .orbit-box{width:120px}
  .new-home .orbit-box-inner{padding:8px 10px}
  .new-home .stat-value{font-size:15px}
  .new-home .stat-label,
  .new-home .stat-note{font-size:10px}

  .new-home .section-testimonials-title{font-size:34px}
}
.wt-mega-group-title{
margin-bottom: 15px !important;
}
