/* Go High Level Specialists — visual system v1.0 */
:root{
  --cae-bg:#fbfdfb;
  --cae-soft:#eff7f2;
  --cae-soft-2:#e4f3e9;
  --cae-ink:#07120f;
  --cae-ink-2:#0d1d18;
  --cae-text:#172720;
  --cae-muted:#63756d;
  --cae-line:#d8e5dc;
  --cae-line-strong:#bdd2c5;
  --cae-primary:#23df8f;
  --cae-primary-dark:#0ebd72;
  --cae-cyan:#62d9ff;
  --cae-mint:#8bf1bd;
  --cae-warm:#ffca65;
  --cae-danger:#ff786d;
  --cae-shadow:0 18px 55px rgba(7,35,26,.09);
  --cae-shadow-lg:0 34px 100px rgba(4,22,16,.22);
  --cae-radius:28px;
  --cae-radius-sm:18px;
  --cae-header:82px;
}
html{background:#07120f}
body{background:var(--cae-bg);color:var(--cae-text);font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.01em}
::selection{background:#23df8f;color:#05110d}
h1,h2,h3,h4,.cae-brand-copy strong{font-family:"Space Grotesk","DM Sans",sans-serif;letter-spacing:-.045em}
.cae-site{background:var(--cae-bg)}
.cae-kicker{color:#0ca664;letter-spacing:.16em;font-size:.72rem}
.cae-kicker i{box-shadow:0 0 0 6px rgba(35,223,143,.12)}
.cae-kicker--light{color:#8bf1bd}
.cae-section{padding:clamp(78px,8vw,124px) 0}
.cae-section--soft{background:linear-gradient(180deg,#f2f8f4 0%,#edf7f1 100%)}
.cae-section--ink{background:#07120f}
.cae-section-head:not(.cae-section-head--split){margin-left:auto;margin-right:auto;text-align:center}
.cae-section-head:not(.cae-section-head--split) p{margin-left:auto;margin-right:auto}
.cae-section-head h2,.cae-sticky-copy h2,.cae-form-head h2,.cae-booking-head h2{font-weight:650;color:#07120f;letter-spacing:-.055em}
.cae-section-head h2 span,.cae-sticky-copy h2 span,.cae-form-head h2 span,.cae-booking-head h2 span{color:#0aa664}
.cae-section--ink .cae-section-head h2,.cae-section--ink .cae-sticky-copy h2{color:#f7fff9}
.cae-section--ink .cae-section-head h2 span,.cae-section--ink .cae-sticky-copy h2 span{color:#23df8f}
.cae-section--ink .cae-section-head p,.cae-section--ink .cae-sticky-copy>p{color:#9eb4aa}

/* Header: dark control bar, not the light reference-theme header */
.cae-header{height:var(--cae-header);background:rgba(7,18,15,.94);border-bottom:1px solid rgba(139,241,189,.12);backdrop-filter:blur(18px);box-shadow:none}
.cae-header.is-scrolled{background:rgba(7,18,15,.985);box-shadow:0 14px 40px rgba(1,11,7,.18)}
.cae-brand{gap:12px}
.cae-brand-mark,.ghls-brand-mark{width:45px;height:45px;border-radius:14px;background:#23df8f;color:#07120f;box-shadow:0 0 0 1px rgba(255,255,255,.08),0 10px 28px rgba(35,223,143,.16)}
.cae-brand-mark i,.ghls-brand-mark i{width:31px;height:31px;border:1px solid rgba(7,18,15,.22);border-radius:50%;transform:none}
.cae-brand-mark b,.ghls-brand-mark b{font-size:.66rem;letter-spacing:-.055em;z-index:1}
.cae-brand-copy strong{color:#f7fff9;font-size:1rem;font-weight:700}
.cae-brand-copy small{color:#7fcfa7;font-size:.65rem;letter-spacing:.19em}
.cae-nav-link{color:#b8c9c0;border-radius:999px;padding:10px 13px;font-weight:600}
.cae-nav-link:hover,.cae-nav-link:focus-visible,.cae-nav-link[aria-current="page"],.cae-services-nav.is-current>.cae-nav-link{background:rgba(255,255,255,.07);color:#fff}
.cae-header-cta,.cae-mobile-book{background:#23df8f;color:#06110d;border-radius:999px;box-shadow:0 0 0 1px rgba(35,223,143,.2);font-weight:700}
.cae-header-cta:hover,.cae-mobile-book:hover{background:#7af4b7;transform:translateY(-1px)}
.cae-menu-toggle{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.04)}
.cae-menu-toggle span{background:#e8fff2}
.cae-mega{background:#0b1b15;border:1px solid rgba(139,241,189,.16);box-shadow:0 34px 90px rgba(0,0,0,.4);border-radius:26px}
.cae-mega:before{background:#0b1b15;border-color:rgba(139,241,189,.16)}
.cae-mega-head{border-bottom-color:rgba(255,255,255,.09)}
.cae-mega-head span,.cae-mega-all strong,.cae-mega-item strong{color:#f4fff8}
.cae-mega-head p,.cae-mega-all small,.cae-mega-item small{color:#8ca69a}
.cae-mega-all{background:linear-gradient(135deg,rgba(35,223,143,.14),rgba(98,217,255,.08));border-color:rgba(35,223,143,.22)}
.cae-mega-item:hover,.cae-mega-all:hover{background:rgba(255,255,255,.055)}
.cae-mega-num{background:rgba(35,223,143,.1);color:#6cf2b1}

/* Buttons */
.cae-button{min-height:52px;border-radius:999px;padding:13px 21px;font-weight:700;letter-spacing:-.015em}
.cae-button--primary{background:#23df8f;color:#06110d;border-color:#23df8f;box-shadow:0 12px 34px rgba(35,223,143,.18)}
.cae-button--primary:hover{background:#78f4b6;border-color:#78f4b6;transform:translateY(-2px)}
.cae-button--secondary{background:#fff;border:1px solid #bfd3c6;color:#0a1913}
.cae-button--secondary:hover{border-color:#0aa664;background:#f5fff8}
.cae-button--ghost-light{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.045);color:#f2fff7}
.cae-button--ghost-light:hover{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.35)}
.cae-button--white{background:#f8fff9;color:#07120f;border-color:#f8fff9}
.cae-button--white:hover{background:#23df8f;border-color:#23df8f}

/* Home hero */
.cae-hero--home.ghls-hero{position:relative;overflow:hidden;background:#07120f;padding:clamp(82px,8vw,126px) 0 clamp(82px,8vw,116px)}
.ghls-grid-bg{position:absolute;inset:0;opacity:.34;background-image:linear-gradient(rgba(139,241,189,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(139,241,189,.055) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.58) 65%,transparent 100%)}
.ghls-glow{position:absolute;border-radius:50%;filter:blur(18px);pointer-events:none}
.ghls-glow--a{width:540px;height:540px;right:-180px;top:-180px;background:radial-gradient(circle,rgba(35,223,143,.18),transparent 70%)}
.ghls-glow--b{width:420px;height:420px;left:34%;bottom:-250px;background:radial-gradient(circle,rgba(98,217,255,.12),transparent 68%)}
.cae-home-hero-grid{position:relative;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:clamp(46px,7vw,100px);align-items:center}
.cae-hero-copy{max-width:730px}
.cae-hero-copy h1{margin:0;color:#f8fff9;font-size:clamp(3.25rem,6.4vw,6.7rem);line-height:.91;font-weight:650;letter-spacing:-.075em}
.cae-hero-copy h1 span{color:#23df8f;text-shadow:0 0 44px rgba(35,223,143,.12)}
.cae-hero-lead{max-width:690px;margin:27px 0 0;color:#a9bdb2;font-size:clamp(1.05rem,1.45vw,1.24rem);line-height:1.65}
.cae-hero-copy .cae-actions{margin-top:30px}
.cae-hero-trust{margin-top:34px;padding-top:26px;border-top:1px solid rgba(255,255,255,.1);gap:20px}
.cae-hero-trust span{color:#91a99d;font-size:.78rem}
.cae-hero-trust b{color:#23df8f}
.ghls-command{position:relative;padding:18px;border:1px solid rgba(139,241,189,.16);border-radius:32px;background:linear-gradient(160deg,rgba(255,255,255,.075),rgba(255,255,255,.025));box-shadow:0 50px 130px rgba(0,0,0,.36);backdrop-filter:blur(10px)}
.ghls-command:before{content:"";position:absolute;inset:-1px;border-radius:32px;padding:1px;background:linear-gradient(135deg,rgba(35,223,143,.65),transparent 30%,transparent 70%,rgba(98,217,255,.28));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
.ghls-command-top{display:flex;align-items:center;justify-content:space-between;padding:8px 8px 16px;color:#879f94;font-size:.72rem;text-transform:uppercase;letter-spacing:.09em}
.ghls-command-top>div{display:flex;align-items:center;gap:9px;color:#effff5;font-size:.84rem;text-transform:none;letter-spacing:0}
.ghls-live-dot{width:8px;height:8px;border-radius:50%;background:#23df8f;box-shadow:0 0 0 6px rgba(35,223,143,.08),0 0 18px rgba(35,223,143,.55)}
.ghls-command-main{display:grid;grid-template-columns:.82fr 1.18fr;gap:12px}
.ghls-score,.ghls-mini-grid article{background:#0a1813;border:1px solid rgba(255,255,255,.07);border-radius:20px}
.ghls-score{padding:22px;display:flex;flex-direction:column;justify-content:center}
.ghls-score small{color:#789085;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}
.ghls-score strong{margin:10px 0;color:#f8fff9;font-family:"Space Grotesk",sans-serif;font-size:3rem;line-height:1}
.ghls-score strong span{font-size:1rem;color:#23df8f}
.ghls-score>div{height:7px;border-radius:999px;background:#14271f;overflow:hidden}
.ghls-score i{display:block;width:var(--score);height:100%;background:linear-gradient(90deg,#23df8f,#62d9ff);border-radius:inherit}
.ghls-mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.ghls-mini-grid article{padding:16px}
.ghls-mini-grid span,.ghls-mini-grid small{display:block;color:#71877c;font-size:.66rem}
.ghls-mini-grid b{display:block;margin:3px 0;color:#f3fff7;font-family:"Space Grotesk",sans-serif;font-size:1.55rem}
.ghls-mini-grid small{color:#23df8f}
.ghls-automation-map{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:12px;padding:14px 15px;border-radius:18px;background:linear-gradient(90deg,rgba(35,223,143,.1),rgba(98,217,255,.06));border:1px solid rgba(35,223,143,.12);color:#cce5d8;font-size:.68rem;font-weight:700}
.ghls-automation-map i{font-style:normal;color:#527065}
.ghls-system-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}
.ghls-system-tags span{padding:6px 9px;border:1px solid rgba(255,255,255,.08);border-radius:999px;color:#789085;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em}
.ghls-proof{background:#0a1914;border-color:rgba(255,255,255,.07)}
.ghls-proof .cae-proof-strip-inner{color:#8ca49a}
.ghls-proof .cae-proof-strip i{background:#23df8f;opacity:.45}

/* Specialist cards / audiences / role stack */
.ghls-specialist-section{background:#fff}
.ghls-specialist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ghls-specialist-grid article{position:relative;padding:32px;border:1px solid #dbe8df;border-radius:28px;background:linear-gradient(180deg,#fff,#f8fbf9);overflow:hidden}
.ghls-specialist-grid article:after{content:"";position:absolute;width:140px;height:140px;right:-70px;bottom:-70px;border-radius:50%;border:1px solid rgba(35,223,143,.22);box-shadow:0 0 0 22px rgba(35,223,143,.035),0 0 0 45px rgba(35,223,143,.022)}
.ghls-specialist-grid article>span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#07120f;color:#23df8f;font-size:.7rem;font-weight:800}
.ghls-specialist-grid h3{margin:42px 0 12px;color:#07120f;font-size:1.35rem}
.ghls-specialist-grid p{margin:0;color:#65766e;font-size:.92rem}
.ghls-audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ghls-audience-grid article{padding:34px;border-radius:30px;background:#07120f;color:#fff;min-height:320px;display:flex;flex-direction:column;box-shadow:var(--cae-shadow)}
.ghls-audience-grid article:nth-child(2){background:#0c3828}
.ghls-audience-grid article:nth-child(3){background:#e8f6ee;color:#07120f;border:1px solid #d0e4d7;box-shadow:none}
.ghls-audience-grid>article>span{align-self:flex-start;padding:7px 10px;border-radius:999px;background:rgba(35,223,143,.12);color:#73f1b4;font-size:.67rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.ghls-audience-grid article:nth-child(3)>span{color:#078951;background:rgba(10,166,100,.1)}
.ghls-audience-grid h3{margin:56px 0 13px;font-size:1.6rem;line-height:1.08}
.ghls-audience-grid p{margin:0;color:#9db1a7}
.ghls-audience-grid article:nth-child(3) p{color:#63756d}
.ghls-audience-grid a{margin-top:auto;padding-top:24px;color:#23df8f;font-weight:700;font-size:.84rem}
.ghls-audience-grid article:nth-child(3) a{color:#078951}
.ghls-role-stack{display:grid;gap:10px}
.ghls-role-stack>div{display:grid;grid-template-columns:50px 1fr auto;gap:16px;align-items:center;padding:20px 22px;border:1px solid #dce8e0;border-radius:18px;background:#fff}
.ghls-role-stack b{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#eaf8ef;color:#08965a;font-size:.72rem}
.ghls-role-stack span{font-family:"Space Grotesk",sans-serif;font-weight:700;color:#102018}
.ghls-role-stack small{color:#7a8a82;text-align:right}

/* Services */
.ghls-services-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.cae-service-card{min-height:320px;padding:28px;border:1px solid #d9e7de;border-radius:28px;background:#fff;box-shadow:0 2px 0 rgba(7,18,15,.02);overflow:hidden}
.cae-service-card:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#23df8f,#62d9ff);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.cae-service-card:hover{transform:translateY(-6px);border-color:#a9d7bb;box-shadow:0 24px 60px rgba(7,42,29,.11)}
.cae-service-card:hover:before{transform:scaleX(1)}
.cae-service-num{color:#739084}
.cae-service-label{background:#eaf8ef;color:#0a8f57;border:1px solid #d4eedf}
.cae-service-card h3{margin-top:42px;color:#07120f;font-size:1.27rem}
.cae-service-card p{color:#6a7b73}
.cae-service-card>a{color:#078d55}
.cae-service-card--white-label{background:#0b1b15;border-color:#16372a}
.cae-service-card--white-label h3{color:#f4fff8}
.cae-service-card--white-label p{color:#91a99e}
.cae-service-card--white-label .cae-service-num{color:#7b9e8d}
.cae-service-card--white-label .cae-service-label{background:rgba(35,223,143,.1);border-color:rgba(35,223,143,.15);color:#67efad}
.cae-service-card--white-label>a{color:#70efb1}

/* Dark process */
.ghls-process{background:#07120f;position:relative;overflow:hidden}
.ghls-process:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 0%,rgba(35,223,143,.12),transparent 30%),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:auto,50px 50px,50px 50px}
.ghls-process .cae-shell{position:relative}
.cae-process-grid article{background:#0d1f18;border:1px solid rgba(139,241,189,.11);border-radius:24px;padding:27px}
.cae-process-grid b{color:#23df8f}
.cae-process-grid h3{font-size:1.2rem}
.cae-process-grid p{color:#92a99e}
.cae-process-grid article:not(:last-child):after{background:#132c21;color:#4d8068;border:1px solid rgba(35,223,143,.08)}

/* Page and service hero redesign */
.cae-page-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#eaf7ef 0%,#f9fcfa 55%,#e7f7ef 100%);border-bottom:1px solid #d8e6dd;padding:clamp(86px,9vw,136px) 0}
.cae-page-hero:after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(10,166,100,.13);border-radius:50%;right:-170px;top:-210px;box-shadow:0 0 0 46px rgba(10,166,100,.025),0 0 0 94px rgba(10,166,100,.018)}
.cae-page-hero-grid{position:relative;z-index:1;gap:70px}
.cae-page-hero-copy h1{color:#07120f;font-size:clamp(3rem,5.4vw,5.8rem);line-height:.95;font-weight:650;letter-spacing:-.07em}
.cae-page-hero-copy h1 span{color:#079257}
.cae-page-hero-copy>p{color:#5f7269;font-size:1.08rem;line-height:1.7}
.cae-page-hero-copy--center{max-width:900px;margin-inline:auto;text-align:center}
.cae-page-hero-copy--center>p{margin-inline:auto}
.ghls-services-hero{background:#07120f}
.ghls-services-hero:after{border-color:rgba(35,223,143,.13);box-shadow:0 0 0 50px rgba(35,223,143,.025),0 0 0 105px rgba(35,223,143,.015)}
.ghls-services-hero .cae-page-hero-copy h1{color:#f8fff9}
.ghls-services-hero .cae-page-hero-copy h1 span{color:#23df8f}
.ghls-services-hero .cae-page-hero-copy>p{color:#9bb0a5}
.ghls-service-radar{position:relative;min-height:430px;border-radius:50%;border:1px solid rgba(35,223,143,.12);display:grid;place-items:center;background:radial-gradient(circle,rgba(35,223,143,.11),rgba(35,223,143,.02) 38%,transparent 39%)}
.ghls-service-radar:before,.ghls-service-radar:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(35,223,143,.1)}
.ghls-service-radar:before{width:68%;height:68%}.ghls-service-radar:after{width:36%;height:36%}
.ghls-radar-core{position:relative;z-index:2;display:grid;place-items:center;width:92px;height:92px;border-radius:28px;background:#23df8f;color:#07120f;font-family:"Space Grotesk",sans-serif;font-weight:800;font-size:1.35rem;box-shadow:0 20px 60px rgba(35,223,143,.2)}
.ghls-service-radar>span{position:absolute;z-index:2;left:50%;top:50%;transform:rotate(calc(var(--i)*45deg)) translateY(-185px) rotate(calc(var(--i)*-45deg)) translate(-50%,-50%);padding:8px 11px;border-radius:999px;background:#10261c;border:1px solid rgba(139,241,189,.12);color:#b6cdc1;font-size:.67rem;font-weight:700}
.cae-service-hero.ghls-service-hero{position:relative;overflow:hidden;background:#07120f;padding:clamp(82px,8vw,124px) 0}
.cae-service-hero.ghls-service-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(90deg,#000,transparent 68%)}
.cae-service-hero-grid{position:relative;gap:70px}
.ghls-service-hero .cae-page-hero-copy h1{color:#f6fff8}
.ghls-service-hero .cae-page-hero-copy h1 span{color:#23df8f}
.ghls-service-hero .cae-page-hero-copy>p{color:#9db2a7}
.ghls-service-hero .cae-back-link{color:#89aa9a}
.ghls-service-hero .cae-back-link:hover{color:#23df8f}
.cae-service-outcome{border-color:rgba(139,241,189,.13);background:rgba(255,255,255,.035)}
.cae-service-outcome span{color:#23df8f}
.cae-service-outcome strong{color:#d9eee3}
.ghls-service-visual{background:linear-gradient(160deg,#10261d,#091711);border:1px solid rgba(139,241,189,.14);border-radius:32px;box-shadow:0 40px 100px rgba(0,0,0,.3);color:#e9fff3}
.ghls-service-visual .cae-v-top{border-bottom-color:rgba(255,255,255,.08)}
.ghls-service-visual .cae-v-top strong{color:#effff6}
.ghls-service-visual .cae-v-top span{color:#23df8f;background:rgba(35,223,143,.08);border-color:rgba(35,223,143,.12)}
.ghls-service-visual .cae-v-board>div{background:#0a1913;border-color:rgba(255,255,255,.08)}
.ghls-service-visual .cae-v-board b{color:#dff7e9}
.ghls-service-visual .cae-v-board small{color:#779083}
.ghls-service-visual .cae-v-board i{background:#23df8f}

/* Custom service visuals */
.ghls-workflow-preview,.ghls-funnel-preview{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:34px 0 18px}
.ghls-workflow-preview span,.ghls-funnel-preview span{flex:1;padding:14px 10px;border-radius:14px;background:#0a1913;border:1px solid rgba(255,255,255,.08);text-align:center;color:#cde7d9;font-size:.73rem;font-weight:700}
.ghls-workflow-preview i,.ghls-funnel-preview i{font-style:normal;color:#3a6953}
.ghls-workflow-meta{display:flex;gap:8px;flex-wrap:wrap}
.ghls-workflow-meta b{padding:8px 10px;border-radius:999px;background:rgba(35,223,143,.08);color:#68eead;font-size:.64rem;font-weight:700}
.ghls-ai-chat{display:grid;gap:12px;margin-top:28px}
.ghls-ai-chat p{margin:0;max-width:86%;padding:13px 14px;border-radius:16px;background:#0a1913;border:1px solid rgba(255,255,255,.08)}
.ghls-ai-chat p:nth-child(2){margin-left:auto;background:rgba(35,223,143,.09);border-color:rgba(35,223,143,.14)}
.ghls-ai-chat b{display:block;margin-bottom:4px;color:#67efad;font-size:.65rem;text-transform:uppercase;letter-spacing:.08em}
.ghls-ai-chat span{font-size:.8rem;color:#d9eee4}
.ghls-ai-chat small{color:#6f8d7e}
.ghls-channel-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:32px 0 18px}
.ghls-channel-preview span{padding:30px 8px;border-radius:18px;background:#0a1913;border:1px solid rgba(255,255,255,.08);text-align:center;color:#d9eee4;font-weight:700}
.ghls-channel-preview span:nth-child(2){border-color:rgba(98,217,255,.22)}
.ghls-channel-preview span:nth-child(3){border-color:rgba(35,223,143,.22)}
.ghls-integration-hub{position:relative;min-height:245px;margin-top:20px;display:grid;place-items:center}
.ghls-integration-hub b{display:grid;place-items:center;width:92px;height:92px;border-radius:26px;background:#23df8f;color:#07120f;font-size:1.25rem;z-index:2}
.ghls-integration-hub span{position:absolute;padding:9px 11px;border-radius:999px;background:#0a1913;border:1px solid rgba(255,255,255,.08);color:#bfd7cb;font-size:.69rem}
.ghls-integration-hub span:nth-of-type(1){top:18px;left:12px}.ghls-integration-hub span:nth-of-type(2){top:18px;right:12px}.ghls-integration-hub span:nth-of-type(3){bottom:24px;left:18px}.ghls-integration-hub span:nth-of-type(4){bottom:24px;right:18px}
.ghls-visual-note{display:block;text-align:center;color:#729082;font-size:.68rem}
.ghls-health-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:28px}
.ghls-health-grid>div{padding:24px 18px;border-radius:18px;background:#0a1913;border:1px solid rgba(255,255,255,.08)}
.ghls-health-grid small{display:block;color:#6e877a}.ghls-health-grid b{display:block;margin-top:7px;color:#6ff0b2}
.ghls-wl-preview{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-top:44px}
.ghls-wl-preview>div{flex:1;padding:18px 8px;border-radius:16px;background:#0a1913;border:1px solid rgba(255,255,255,.08);text-align:center}.ghls-wl-preview b,.ghls-wl-preview span{display:block}.ghls-wl-preview b{color:#23df8f;font-size:.65rem}.ghls-wl-preview span{margin-top:5px;color:#d4eadf;font-size:.7rem}.ghls-wl-preview i{font-style:normal;color:#3a6550}

/* Reusable content cards */
.cae-deliverable{border:1px solid #d9e7de;border-radius:24px;background:#fff;padding:28px}
.cae-deliverable>span{color:#0a995c;background:#eaf8ef;border-radius:10px;padding:7px 8px}
.cae-deliverable h3{color:#07120f}
.cae-deliverable p{color:#687a72}
.cae-check-card{border-radius:28px;background:#07120f;border-color:#123427;box-shadow:var(--cae-shadow)}
.cae-check-card li{color:#b6ccc1}
.cae-check-card li:before{color:#23df8f}
.cae-faq{border-color:#d8e6dd;border-radius:18px;background:#fff}
.cae-faq[open]{border-color:#a9d6ba;box-shadow:0 18px 46px rgba(9,57,37,.07)}
.cae-faq summary{color:#102018}
.cae-faq summary span{color:#08955a;background:#eaf8ef}
.cae-related-service{border-color:#d9e6de;border-radius:22px;background:#fff}
.cae-related-service:hover{border-color:#9fd5b4;box-shadow:0 18px 50px rgba(7,42,28,.08)}
.cae-related-service>span{color:#078f56;background:#eaf8ef}
.cae-roadmap article,.cae-principles article{border-radius:24px;border-color:#d9e7de;background:#fff}
.cae-roadmap b,.cae-principles b{color:#09965a}
.cae-principles h3,.cae-roadmap h3{color:#07120f}
.cae-principles p,.cae-roadmap p{color:#65776f}
.cae-capability-row span{background:rgba(255,255,255,.045);border-color:rgba(139,241,189,.1);color:#b6c9bf}

/* About custom system */
.ghls-about-system{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.ghls-about-system>div{min-height:130px;padding:24px;border-radius:24px;background:#07120f;color:#fff;display:flex;flex-direction:column;justify-content:space-between}
.ghls-about-system>div:first-child{grid-row:span 2;min-height:271px;background:linear-gradient(160deg,#07120f,#0c3828)}
.ghls-about-system strong{font-family:"Space Grotesk",sans-serif;font-size:2.4rem;color:#23df8f}
.ghls-about-system>div:first-child strong{font-size:4.2rem}
.ghls-about-system span{color:#9eb3a8;font-size:.82rem}

/* Team */
.cae-team-group{padding-top:40px}
.cae-team-group-head{border-top:1px solid #d7e5dc;padding-top:30px}
.cae-team-group-head>span{background:#07120f;color:#23df8f;border-radius:12px}
.cae-team-group-head h2{color:#07120f}
.cae-team-card{border-radius:26px;border:1px solid #d8e5dc;background:#fff;overflow:hidden;box-shadow:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.cae-team-card:hover{transform:translateY(-5px);border-color:#a7d4b8;box-shadow:0 22px 52px rgba(7,42,28,.09)}
.cae-team-photo{background:#eaf5ee}
.cae-team-photo:after{background:linear-gradient(180deg,transparent 55%,rgba(7,18,15,.22))}
.cae-team-photo>span{background:#23df8f;color:#07120f;border-color:#23df8f}
.cae-team-copy h3{color:#07120f}
.cae-team-copy p{color:#6a7c73}
.cae-team-hero-stats>div{background:#07120f;border-color:#16382a;border-radius:20px}
.cae-team-hero-stats strong{color:#23df8f}.cae-team-hero-stats span{color:#98afa3}

/* Pricing */
.cae-pricing-grid{gap:20px}
.cae-price-card{border-radius:30px;border-color:#d7e6dc;background:#fff;box-shadow:0 16px 46px rgba(6,44,27,.06)}
.cae-price-card--featured{background:#07120f;border-color:#153528;transform:translateY(-12px);box-shadow:0 34px 80px rgba(5,30,20,.22)}
.cae-price-card--featured h2,.cae-price-card--featured h3{color:#f6fff8}
.cae-price-card--featured p,.cae-price-card--featured li{color:#a4baae}
.cae-price-card--featured .cae-price-label{color:#83a693}
.cae-price-card h2{color:#07120f}
.cae-price-badge{background:#23df8f;color:#07120f}
.cae-pricing-note{border-color:#d8e6dd;background:#f4f9f5;color:#65776f}

/* Contact / booking */
.cae-contact-aside,.cae-call-card{border-radius:30px;background:#07120f;border-color:#14382a;box-shadow:0 28px 70px rgba(5,30,20,.18)}
.cae-contact-aside h2,.cae-call-card h2{color:#f7fff9}
.cae-contact-aside p,.cae-call-card p,.cae-call-card li{color:#9fb5aa}
.cae-contact-email{color:#6ff0b2}
.cae-contact-points span{border-color:#d4e5da;background:rgba(255,255,255,.7)}
.cae-contact-points b{color:#079458}
.cae-embed-card,.cae-calendar-wrap{border-radius:30px;border-color:#d5e5db;background:#fff;box-shadow:0 22px 66px rgba(5,46,27,.08)}
.cae-contact-next ol li b{color:#07120f}.cae-contact-next ol li:before{background:#07120f;color:#23df8f}

/* Testimonials */
.cae-testimonial{border-radius:26px;border:1px solid #d8e6dd;background:#fff;overflow:hidden}
.cae-testimonial:hover{border-color:#a9d6ba;box-shadow:0 20px 50px rgba(7,42,28,.08)}
.cae-video-trigger{background:#07120f}
.cae-play{background:#23df8f;color:#07120f;box-shadow:0 12px 34px rgba(35,223,143,.3)}
.cae-video-label{background:rgba(7,18,15,.82);color:#dff8e8}
.cae-testimonial-copy strong{color:#07120f}.cae-testimonial-copy span{color:#08995b}.cae-testimonial-copy p{color:#687970}

/* Blog / article */
.cae-article-hero{background:#07120f}
.cae-article-head h1{color:#f7fff9}.cae-article-head p{color:#9cb1a6}.cae-post-meta{color:#769083}
.cae-blog-card,.cae-featured-post{border-radius:26px;border-color:#d8e6dd;background:#fff}
.cae-blog-card:hover,.cae-featured-post:hover{border-color:#a9d6ba;box-shadow:0 20px 50px rgba(7,42,28,.08)}
.cae-blog-card-copy h2,.cae-blog-card-copy h3{color:#07120f}
.cae-text-link{color:#078f56}
.ngw-smart-pagination__inner{border-color:#d7e5dc;background:#fff}
.ngw-smart-pagination__control:hover{background:#edf8f1}
.ngw-smart-pagination__icon{background:#e7f7ed;color:#078f56}
.ngw-smart-pagination__track i{background:linear-gradient(90deg,#23df8f,#62d9ff)}

/* CTA + footer */
.cae-section--cta{background:#f8fbf9;padding-top:64px}
.cae-cta-panel{position:relative;overflow:hidden;border-radius:34px;background:#0b291e;border:1px solid #164b35;padding:clamp(34px,5vw,62px);box-shadow:0 34px 90px rgba(4,30,19,.15)}
.cae-cta-panel:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-210px;top:-210px;border:1px solid rgba(35,223,143,.2);box-shadow:0 0 0 48px rgba(35,223,143,.03),0 0 0 96px rgba(35,223,143,.02)}
.cae-cta-panel>*{position:relative;z-index:1}
.cae-cta-panel h2{color:#f8fff9;letter-spacing:-.055em}
.cae-cta-panel p{color:#a2b9ad}
.cae-footer{background:#06100c;padding-top:82px}
.cae-footer-cta{border-bottom-color:rgba(255,255,255,.08)}
.cae-footer-cta h2{font-size:clamp(2.1rem,4vw,4rem);letter-spacing:-.06em}
.cae-footer-cta p{color:#8fa69b}
.cae-brand--footer .cae-brand-copy strong{color:#f7fff9}
.cae-brand--footer .cae-brand-copy small{color:#6fa68a}
.cae-footer-brand>p,.cae-footer-link,.cae-footer-links>span{color:#84998f}
.cae-footer-email{color:#66ecaa}
.cae-footer-column h3{color:#dff6e9}
.cae-footer-link:hover{color:#23df8f}
.cae-footer-bottom{border-top-color:rgba(255,255,255,.07);color:#62786d;align-items:flex-start}

/* Thank you */
.cae-thanks{background:radial-gradient(circle at 50% 0%,rgba(35,223,143,.1),transparent 42%),#f1f8f3}
.cae-thanks-card{border-radius:34px;border-color:#d5e5db;background:#fff;box-shadow:0 30px 90px rgba(6,47,28,.12)}
.cae-success-icon{background:#23df8f;color:#07120f}
.cae-thanks-card h1{color:#07120f}.cae-thanks-card h1 span{color:#079257}
.cae-thanks-steps>div{background:#eff8f2;border-color:#d9eadf}.cae-thanks-steps b{color:#08995b}

/* Responsive */
@media (max-width:1180px){
  .cae-header{height:72px}.cae-brand-copy strong{color:#f7fff9}.cae-menu{background:#091813;border-color:#1a382b;box-shadow:0 30px 90px rgba(0,0,0,.35)}.cae-nav-link{color:#c2d4ca}.cae-nav-link:hover{background:rgba(255,255,255,.06);color:#fff}.cae-mega{background:#0d2119;border-color:#1b3c2d}
  .cae-home-hero-grid{grid-template-columns:1fr;gap:52px}.cae-hero-copy{max-width:830px}.ghls-command{max-width:720px}.ghls-service-radar{max-width:560px;margin-inline:auto}
  .ghls-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ghls-specialist-grid,.ghls-audience-grid{grid-template-columns:repeat(2,1fr)}.ghls-audience-grid article:last-child{grid-column:1/-1}.ghls-role-stack>div{grid-template-columns:50px 1fr}.ghls-role-stack small{grid-column:2;text-align:left;margin-top:-10px}
}
@media (max-width:782px){
  body.admin-bar .cae-header{top:46px}.cae-hero--home.ghls-hero{padding-top:72px}.cae-hero-copy h1{font-size:clamp(3rem,12vw,4.6rem)}.cae-hero-trust{grid-template-columns:1fr}.ghls-command-main{grid-template-columns:1fr}.ghls-mini-grid{grid-template-columns:repeat(2,1fr)}
  .ghls-specialist-grid,.ghls-audience-grid{grid-template-columns:1fr}.ghls-audience-grid article:last-child{grid-column:auto}.ghls-services-grid{grid-template-columns:1fr}.ghls-service-radar{min-height:340px}.ghls-service-radar>span{transform:rotate(calc(var(--i)*45deg)) translateY(-142px) rotate(calc(var(--i)*-45deg)) translate(-50%,-50%)}
  .ghls-about-system{grid-template-columns:1fr}.ghls-about-system>div:first-child{grid-row:auto;min-height:180px}.cae-price-card--featured{transform:none}.ghls-role-stack>div{grid-template-columns:46px 1fr}.ghls-workflow-preview,.ghls-funnel-preview{flex-wrap:wrap}.ghls-workflow-preview span,.ghls-funnel-preview span{flex:1 1 40%}.ghls-workflow-preview i,.ghls-funnel-preview i{display:none}
  .cae-footer-bottom{flex-direction:column}.cae-section-head--split{grid-template-columns:1fr;gap:24px;text-align:left}.cae-section-head--split p{margin:0}.cae-page-hero{padding:72px 0}.cae-page-hero-copy h1{font-size:clamp(2.7rem,11vw,4.2rem)}
}
@media (max-width:520px){
  :root{--cae-shell:calc(100% - 24px)}.cae-brand-copy{display:flex}.cae-brand-copy strong{font-size:.82rem}.cae-brand-copy small{font-size:.54rem}.cae-brand-mark,.ghls-brand-mark{width:39px;height:39px}.cae-hero-copy h1{font-size:2.85rem}.cae-hero-lead{font-size:1rem}.ghls-command{padding:12px;border-radius:24px}.ghls-score{padding:18px}.ghls-mini-grid article{padding:13px}.ghls-automation-map{overflow-x:auto;justify-content:flex-start}.ghls-service-radar{min-height:300px}.ghls-service-radar>span{display:none}.cae-page-hero-copy h1{font-size:2.75rem}.ghls-channel-preview{grid-template-columns:1fr}.ghls-wl-preview{display:grid;grid-template-columns:1fr 1fr}.ghls-wl-preview i{display:none}.cae-cta-panel{border-radius:26px}.cae-footer{padding-top:64px}
}

/* ================================================================
   Premium Experience Layer — v1.1
   Keeps the existing brand palette while upgrading alignment,
   section depth, card hierarchy and motion across the whole theme.
   ================================================================ */

:root{
  --cae-premium-ease:cubic-bezier(.22,1,.36,1);
  --cae-premium-shadow:0 22px 60px rgba(7,35,26,.09),0 2px 10px rgba(7,35,26,.035);
  --cae-premium-shadow-hover:0 34px 82px rgba(7,35,26,.14),0 8px 24px rgba(7,35,26,.06);
}

/* Global section rhythm and alignment */
.cae-main>.cae-section{position:relative;isolation:isolate;overflow:clip}
.cae-main>.cae-section>.cae-shell{position:relative;z-index:2}
.cae-main>.cae-section:not(.cae-section--ink):not(.cae-section--cta):before{
  content:"";position:absolute;z-index:0;top:0;left:50%;width:min(1120px,82vw);height:1px;transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(10,166,100,.2),transparent)
}
.cae-section--soft{
  background:
    radial-gradient(circle at 8% 8%,rgba(35,223,143,.07),transparent 28%),
    radial-gradient(circle at 92% 92%,rgba(98,217,255,.055),transparent 26%),
    linear-gradient(180deg,#f2f8f4 0%,#edf7f1 100%)
}
.cae-section--ink{position:relative;background:#07120f}
.cae-section--ink:after{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.3;
  background-image:linear-gradient(rgba(139,241,189,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(139,241,189,.035) 1px,transparent 1px);
  background-size:58px 58px;mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent)
}

/* Consistent centered section headings on every page */
.cae-section-head,.cae-section-head--split{
  display:block;max-width:900px;margin:0 auto clamp(38px,5vw,58px);text-align:center
}
.cae-section-head--split>div{max-width:850px;margin-inline:auto}
.cae-section-head p,.cae-section-head--split p{
  max-width:700px;margin:16px auto 0!important;line-height:1.72
}
.cae-section-head h2{max-width:850px;margin-inline:auto}
.cae-kicker{justify-content:center}
.cae-section-head .cae-kicker:after,.cae-booking-head .cae-kicker:after,.cae-form-head .cae-kicker:after{
  content:"";width:26px;height:1px;margin-left:2px;background:currentColor;opacity:.38
}
.cae-sticky-copy .cae-kicker{justify-content:flex-start}
.cae-sticky-copy .cae-kicker:after{display:none}

/* Premium card treatment shared by core sections */
.cae-deliverable,.cae-principles article,.cae-roadmap article,.cae-service-card,.cae-price-card,
.cae-testimonial,.cae-blog-card,.cae-featured-post,.cae-contact-next,.cae-embed-card,.cae-calendar-wrap,
.ghls-specialist-grid article,.ghls-audience-grid article,.ghls-role-stack>div,.cae-related-service{
  box-shadow:var(--cae-premium-shadow);
  transition:transform .38s var(--cae-premium-ease),box-shadow .38s var(--cae-premium-ease),border-color .38s ease
}
@media (hover:hover) and (pointer:fine){
  .cae-deliverable:hover,.cae-principles article:hover,.cae-roadmap article:hover,.cae-service-card:hover,.cae-price-card:hover,
  .cae-testimonial:hover,.cae-blog-card:hover,.cae-featured-post:hover,.ghls-specialist-grid article:hover,
  .ghls-audience-grid article:hover,.ghls-role-stack>div:hover,.cae-related-service:hover{
    transform:translateY(-7px);box-shadow:var(--cae-premium-shadow-hover);border-color:#a8d6b9
  }
}

/* Add visual hierarchy to deliverables and content tiles */
.cae-deliverable,.cae-principles article,.cae-roadmap article{position:relative;overflow:hidden}
.cae-deliverable:after,.cae-principles article:after,.cae-roadmap article:after{
  content:"";position:absolute;right:-55px;bottom:-70px;width:150px;height:150px;border-radius:50%;pointer-events:none;
  background:radial-gradient(circle,rgba(35,223,143,.09),transparent 68%)
}
.cae-deliverable>span{display:inline-grid;place-items:center;min-width:40px;min-height:34px}

/* Process becomes a connected premium timeline */
.cae-process-grid{position:relative;gap:18px}
.cae-process-grid article{position:relative;overflow:hidden;padding:30px 27px;min-height:230px;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}
.cae-process-grid article:before{
  content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:linear-gradient(90deg,#23df8f,#62d9ff);opacity:.72
}
.cae-process-grid b{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;background:rgba(35,223,143,.09);border:1px solid rgba(35,223,143,.14)}
.cae-process-grid h3{margin-top:28px;font-size:1.23rem}

/* CTA: deeper premium framing without changing the palette */
.cae-cta-panel{
  isolation:isolate;border-radius:38px;box-shadow:0 40px 100px rgba(4,30,19,.2),inset 0 1px 0 rgba(255,255,255,.06)
}
.cae-cta-panel:before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;border-radius:inherit;
  background:linear-gradient(120deg,rgba(255,255,255,.055),transparent 32%,transparent 68%,rgba(35,223,143,.045))
}
.cae-cta-panel>*{position:relative;z-index:2}

/* Button micro-interaction */
.cae-button{position:relative;isolation:isolate;overflow:hidden;transition:transform .28s var(--cae-premium-ease),box-shadow .28s ease,background-color .28s ease,border-color .28s ease}
.cae-button:after{
  content:"";position:absolute;z-index:0;top:-80%;left:-45%;width:32%;height:260%;transform:rotate(18deg) translateX(-220%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.36),transparent);transition:transform .65s var(--cae-premium-ease);pointer-events:none
}
@media (hover:hover) and (pointer:fine){.cae-button:hover:after{transform:rotate(18deg) translateX(520%)}}

/* Page hero polish */
.cae-page-hero{background:linear-gradient(135deg,#eaf7ef 0%,#fbfdfb 52%,#e8f7ef 100%)}
.cae-page-hero-grid{align-items:center}
.cae-page-hero-copy>p{line-height:1.75}
.cae-page-hero-copy .cae-actions{margin-top:30px}

/* Team page: aligned, editorial and premium */
.cae-team-page .cae-team-hero{padding:clamp(78px,8vw,118px) 0}
.cae-team-page .cae-team-hero .cae-page-hero-grid{display:block;max-width:1040px;margin-inline:auto}
.cae-team-page .cae-team-hero .cae-page-hero-copy{max-width:940px;margin-inline:auto;text-align:center}
.cae-team-page .cae-team-hero .cae-page-hero-copy>p{max-width:760px;margin-inline:auto}
.cae-team-page .cae-team-hero .cae-actions{justify-content:center}
.cae-team-page .cae-team-hero-stats{max-width:760px;margin:44px auto 0;gap:14px}
.cae-team-page .cae-team-hero-stats>div{
  padding:24px 18px;border:1px solid rgba(35,223,143,.12);background:linear-gradient(160deg,#07120f,#0b2118);
  box-shadow:0 18px 44px rgba(4,30,19,.14),inset 0 1px 0 rgba(255,255,255,.035)
}
.cae-team-page .cae-team-hero-stats strong{font-size:2.15rem}
.cae-team-page .cae-team-group{
  position:relative;padding:clamp(28px,4vw,46px);border:1px solid #d8e5dc;border-radius:34px;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,251,248,.94));box-shadow:0 26px 70px rgba(7,35,26,.07)
}
.cae-team-page .cae-team-group+.cae-team-group{margin-top:34px}
.cae-team-page .cae-team-group-head{
  display:block;max-width:760px;margin:0 auto 32px;padding-top:0;border-top:0;text-align:center
}
.cae-team-page .cae-team-group-head>span{
  width:44px;height:44px;margin:0 auto 13px;border-radius:14px;box-shadow:0 10px 28px rgba(7,18,15,.12)
}
.cae-team-page .cae-team-group-head h2{font-size:clamp(1.9rem,3vw,3rem);letter-spacing:-.055em}
.cae-team-page .cae-team-group-head p{max-width:670px;margin:9px auto 0;line-height:1.68}
.cae-team-page .cae-team-grid{align-items:stretch}
.cae-team-page .cae-team-card{
  position:relative;height:100%;border-radius:24px;box-shadow:0 14px 34px rgba(7,35,26,.055)
}
.cae-team-page .cae-team-photo{aspect-ratio:4/4.65}
.cae-team-page .cae-team-photo img{transition:transform .7s var(--cae-premium-ease),filter .45s ease}
.cae-team-page .cae-team-photo:before{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,transparent 60%,rgba(7,18,15,.08))
}
.cae-team-page .cae-team-photo>span{z-index:2;right:12px;top:12px;min-width:34px;text-align:center;box-shadow:0 8px 24px rgba(7,18,15,.15)}
.cae-team-page .cae-team-copy{padding:18px 16px 20px;text-align:center}
.cae-team-page .cae-team-copy h3{font-size:1.02rem}
.cae-team-page .cae-team-copy p{margin-top:6px}
@media (hover:hover) and (pointer:fine){
  .cae-team-page .cae-team-card:hover{transform:translateY(-8px);box-shadow:0 30px 66px rgba(7,42,28,.13)}
  .cae-team-page .cae-team-card:hover .cae-team-photo img{transform:scale(1.045)}
}

/* Forms, FAQ and pricing feel more intentional */
.cae-faq{overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease,transform .3s var(--cae-premium-ease)}
.cae-faq summary{padding-top:22px;padding-bottom:22px}
.cae-faq[open]{transform:translateY(-2px)}
.cae-price-card{padding:34px}
.cae-contact-aside,.cae-call-card{box-shadow:0 32px 78px rgba(5,30,20,.2),inset 0 1px 0 rgba(255,255,255,.04)}

/* Motion enhancement: staggered reveals and ambient brand movement */
.cae-reveal{
  opacity:0;filter:blur(2px);transform:translate3d(0,22px,0) scale(.992);
  transition:opacity .72s var(--cae-premium-ease),transform .72s var(--cae-premium-ease),filter .72s ease;
  transition-delay:var(--cae-reveal-delay,0ms)
}
.cae-reveal.is-visible{opacity:1;filter:none;transform:none}
@keyframes cae-premium-pulse{0%,100%{box-shadow:0 0 0 6px rgba(35,223,143,.08),0 0 18px rgba(35,223,143,.45)}50%{box-shadow:0 0 0 10px rgba(35,223,143,.035),0 0 28px rgba(35,223,143,.72)}}
@keyframes cae-premium-drift-a{0%,100%{transform:translate3d(var(--cae-parallax-x,0px),var(--cae-parallax-y,0px),0) scale(1)}50%{transform:translate3d(calc(var(--cae-parallax-x,0px) + 12px),calc(var(--cae-parallax-y,0px) - 12px),0) scale(1.035)}}
@keyframes cae-premium-drift-b{0%,100%{transform:translate3d(var(--cae-parallax-x-rev,0px),var(--cae-parallax-y-rev,0px),0)}50%{transform:translate3d(calc(var(--cae-parallax-x-rev,0px) - 10px),calc(var(--cae-parallax-y-rev,0px) + 9px),0)}}
.ghls-live-dot,.cae-demo-dot{animation:cae-premium-pulse 2.8s ease-in-out infinite}
.ghls-glow--a{animation:cae-premium-drift-a 12s ease-in-out infinite}
.ghls-glow--b{animation:cae-premium-drift-b 14s ease-in-out infinite}

/* Responsive alignment refinements */
@media (max-width:1180px){
  .cae-section-head,.cae-section-head--split{max-width:820px}
  .cae-team-page .cae-team-grid--5{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:782px){
  .cae-section-head,.cae-section-head--split{margin-bottom:36px}
  .cae-section-head p,.cae-section-head--split p{margin-top:13px!important}
  .cae-team-page .cae-team-group{padding:24px 16px;border-radius:26px}
  .cae-team-page .cae-team-hero-stats{grid-template-columns:repeat(3,1fr);gap:8px}
  .cae-team-page .cae-team-hero-stats>div{padding:18px 10px}
  .cae-team-page .cae-team-hero-stats strong{font-size:1.7rem}
  .cae-team-page .cae-team-hero-stats span{font-size:.68rem}
}
@media (max-width:520px){
  .cae-section-head h2{font-size:clamp(2rem,10vw,2.75rem)}
  .cae-team-page .cae-team-hero-stats{grid-template-columns:1fr}
  .cae-team-page .cae-team-group{padding:22px 12px}
  .cae-team-page .cae-team-grid,.cae-team-page .cae-team-grid--3,.cae-team-page .cae-team-grid--5{grid-template-columns:1fr}
  .cae-team-page .cae-team-card{max-width:360px;width:100%;margin-inline:auto}
}
@media (prefers-reduced-motion:reduce){
  .cae-reveal{filter:none!important;transition:none!important}
  .ghls-live-dot,.cae-demo-dot,.ghls-glow--a,.ghls-glow--b{animation:none!important}
  .cae-button:after{display:none}
}
