
:root{color-scheme:light}
    html{scroll-behavior:smooth;background:var(--ggs-cream,#f6f1e7)}
    html,body{margin:0;padding:0;width:100%;max-width:100%}
    body{overflow-x:clip;background:var(--ggs-cream,#f6f1e7)}

    #ggs-site{
      --navy:var(--ggs-navy,#0b2b3f);
      --navy-2:#12384f;
      --navy-3:#1e4b61;
      --cream:var(--ggs-cream,#f6f1e7);
      --cream-2:#eee7d9;
      --cream-3:#e6dece;
      --white:#fffdf8;
      --gold:var(--ggs-gold,#f4b61f);
      --gold-2:#ffd46a;
      --gold-soft:#fff0bd;
      --sky:var(--ggs-sky,#dfeef2);
      --ink:#102c3c;
      --muted:#64717a;
      --line:rgba(11,43,63,.15);
      --line-dark:rgba(255,255,255,.14);
      --shadow:0 24px 70px rgba(14,44,60,.12);
      --shadow-soft:0 14px 42px rgba(14,44,60,.09);
      --radius-lg:30px;
      --radius-md:22px;
      --radius-sm:15px;
      width:100%;
      max-width:100%;
      overflow-x:clip;
      background:var(--cream);
      color:var(--ink);
      font-family:'DM Sans',Arial,sans-serif;
      line-height:1.55;
      -webkit-font-smoothing:antialiased;
      isolation:isolate;
    }
    #ggs-site *{box-sizing:border-box}
    #ggs-site a{color:inherit;text-decoration:none}
    #ggs-site button,#ggs-site input,#ggs-site textarea,#ggs-site select{font:inherit}
    #ggs-site img,#ggs-site video,#ggs-site iframe{display:block;max-width:100%}
    #ggs-site h1,#ggs-site h2,#ggs-site h3,#ggs-site h4,#ggs-site p{margin:0}
    #ggs-site [id]{scroll-margin-top:104px}
    #ggs-site .ggs-shell{width:min(1220px,calc(100% - 48px));margin-inline:auto;min-width:0}
    #ggs-site .ggs-section{position:relative;padding:118px 0}
    #ggs-site .ggs-eyebrow{display:inline-flex;align-items:center;gap:10px;font:800 11px/1 'Manrope',sans-serif;letter-spacing:.13em;text-transform:uppercase;color:var(--navy)}
    #ggs-site .ggs-eyebrow:before{content:"";width:20px;height:3px;border-radius:10px;background:var(--gold)}
    #ggs-site .ggs-eyebrow-light{color:var(--white)}
    #ggs-site .ggs-title-xl{font:800 clamp(50px,6.1vw,88px)/.93 'Manrope',sans-serif;letter-spacing:-.065em;text-wrap:balance;color:var(--navy)}
    #ggs-site .ggs-title-lg{font:800 clamp(39px,5.2vw,72px)/.98 'Manrope',sans-serif;letter-spacing:-.052em;text-wrap:balance;color:var(--navy)}
    #ggs-site .ggs-title-md{font:800 clamp(31px,4vw,52px)/1.02 'Manrope',sans-serif;letter-spacing:-.045em;text-wrap:balance;color:var(--navy)}
    #ggs-site .ggs-copy{font-size:clamp(16px,1.5vw,19px);line-height:1.72;color:var(--muted);max-width:720px}
    #ggs-site .ggs-highlight{display:inline;box-decoration-break:clone;-webkit-box-decoration-break:clone;background:linear-gradient(180deg,transparent 59%,var(--gold-2) 59%);padding:0 .04em}
    #ggs-site .ggs-btn{min-height:54px;padding:0 23px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font:800 13px/1 'Manrope',sans-serif;border:1px solid transparent;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease}
    #ggs-site .ggs-btn:hover{transform:translateY(-3px)}
    #ggs-site .ggs-btn-primary{background:var(--gold);color:var(--navy);box-shadow:0 12px 30px rgba(244,182,31,.26)}
    #ggs-site .ggs-btn-primary:hover{box-shadow:0 18px 38px rgba(244,182,31,.36)}
    #ggs-site .ggs-btn-dark{background:var(--navy);color:#fff;box-shadow:0 14px 34px rgba(11,43,63,.2)}
    #ggs-site .ggs-btn-outline{border-color:var(--line);background:rgba(255,253,248,.64);color:var(--navy)}
    #ggs-site .ggs-btn-outline:hover{background:#fff;border-color:rgba(11,43,63,.28)}
    #ggs-site .ggs-arrow{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:8px;background:rgba(11,43,63,.1);font-size:13px;transition:transform .25s ease}
    #ggs-site .ggs-btn:hover .ggs-arrow{transform:translate(2px,-2px)}
    #ggs-site .ggs-btn-dark .ggs-arrow{background:var(--gold);color:var(--navy)}

    /* Header */
    #ggs-site .ggs-header{position:sticky;top:0;z-index:1000;padding:14px 0;transition:padding .3s ease}
    #ggs-site .ggs-header:before{content:"";position:absolute;inset:0;background:rgba(246,241,231,.86);backdrop-filter:blur(18px);border-bottom:1px solid transparent;opacity:0;transition:.3s ease;pointer-events:none}
    #ggs-site .ggs-header.ggs-scrolled:before{opacity:1;border-color:rgba(11,43,63,.08)}
    #ggs-site .ggs-nav{height:68px;display:flex;align-items:center;justify-content:space-between;gap:26px;padding:0 10px 0 17px;border:1px solid rgba(11,43,63,.13);border-radius:18px;background:rgba(255,253,248,.93);box-shadow:0 10px 30px rgba(11,43,63,.06);position:relative}
    #ggs-site .ggs-logo{display:inline-flex;align-items:center;gap:11px;min-width:max-content}
    #ggs-site .ggs-logo-mark{width:39px;height:39px;border-radius:12px;background:var(--navy);display:grid;place-items:center;position:relative;overflow:hidden;color:var(--gold)}
    #ggs-site .ggs-logo-mark:after{content:"";position:absolute;width:19px;height:19px;border:3px solid var(--gold);border-left-color:transparent;border-radius:7px;transform:rotate(-14deg)}
    #ggs-site .ggs-logo-mark span{position:relative;z-index:2;font:800 10px/1 'Manrope',sans-serif;color:#fff}
    #ggs-site .ggs-logo-text{font:800 16px/1 'Manrope',sans-serif;letter-spacing:-.035em;color:var(--navy)}
    #ggs-site .ggs-logo-text small{display:block;margin-top:4px;font:700 8.5px/1.2 'DM Sans',sans-serif;letter-spacing:.16em;text-transform:uppercase;color:#7b858b}
    #ggs-site .ggs-menu{display:flex;align-items:center;gap:27px;font:700 12.5px/1 'Manrope',sans-serif;color:#294455}
    #ggs-site .ggs-menu a{position:relative;padding:9px 0}
    #ggs-site .ggs-menu a:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:2px;border-radius:20px;background:var(--gold);transition:right .25s ease}
    #ggs-site .ggs-menu a:hover:after,#ggs-site .ggs-menu a[aria-current="true"]:after{right:0}
    #ggs-site .ggs-nav-actions{display:flex;align-items:center;gap:9px}
    #ggs-site .ggs-mobile-toggle{display:none;width:46px;height:46px;border:0;border-radius:12px;background:var(--navy);color:#fff;cursor:pointer;place-items:center}
    #ggs-site .ggs-mobile-toggle span,#ggs-site .ggs-mobile-toggle:before,#ggs-site .ggs-mobile-toggle:after{content:"";display:block;width:19px;height:2px;border-radius:10px;background:currentColor;transition:.25s ease}
    #ggs-site .ggs-mobile-toggle span{margin:4px 0}
    #ggs-site .ggs-mobile-toggle.ggs-open span{opacity:0}
    #ggs-site .ggs-mobile-toggle.ggs-open:before{transform:translateY(6px) rotate(45deg)}
    #ggs-site .ggs-mobile-toggle.ggs-open:after{transform:translateY(-6px) rotate(-45deg)}

    /* Hero */
    #ggs-site .ggs-hero{position:relative;padding:72px 0 86px;overflow:hidden}
    #ggs-site .ggs-hero:before{content:"";position:absolute;width:620px;height:620px;border-radius:50%;right:-280px;top:-240px;background:rgba(244,182,31,.14);filter:blur(4px);pointer-events:none}
    #ggs-site .ggs-hero:after{content:"";position:absolute;width:440px;height:440px;border-radius:50%;left:-260px;bottom:-220px;background:rgba(18,56,79,.08);pointer-events:none}
    #ggs-site .ggs-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(450px,.98fr);gap:70px;align-items:center;position:relative}
    #ggs-site .ggs-hero-copy{min-width:0}
    #ggs-site .ggs-hero .ggs-eyebrow{margin-bottom:24px}
    #ggs-site .ggs-hero-lead{font-size:clamp(17px,1.55vw,20px);line-height:1.72;color:#596a74;max-width:670px;margin:28px 0}
    #ggs-site .ggs-hero-actions{display:flex;flex-wrap:wrap;gap:10px}
    #ggs-site .ggs-hero-proof{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:26px;padding-top:24px;border-top:1px solid var(--line);font-size:12px;color:#5d6d76}
    #ggs-site .ggs-hero-proof span{display:flex;align-items:center;gap:7px}
    #ggs-site .ggs-hero-proof span:before{content:"✓";display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--gold-soft);color:var(--navy);font-weight:900;font-size:10px}

    /* Hero illustration */
    #ggs-site .ggs-system-art{min-height:560px;position:relative;display:grid;place-items:center}
    #ggs-site .ggs-art-shadow{position:absolute;width:78%;height:18%;bottom:3%;border-radius:50%;background:rgba(11,43,63,.12);filter:blur(24px)}
    #ggs-site .ggs-art-board{position:relative;width:min(520px,92%);aspect-ratio:1/.84;border-radius:32px;background:var(--white);border:2px solid var(--navy);box-shadow:24px 26px 0 rgba(11,43,63,.08),0 26px 80px rgba(11,43,63,.12);transform:rotate(-2deg);padding:18px;overflow:hidden}
    #ggs-site .ggs-art-bar{height:50px;border-radius:15px;background:var(--navy);display:flex;align-items:center;justify-content:space-between;padding:0 14px;color:#fff}
    #ggs-site .ggs-art-dots{display:flex;gap:6px}.ggs-art-dots i{width:7px;height:7px;border-radius:50%;background:var(--gold)}
    #ggs-site .ggs-art-title{font:800 11px/1 'Manrope',sans-serif;letter-spacing:.06em}
    #ggs-site .ggs-art-body{display:grid;grid-template-columns:.64fr 1.36fr;gap:12px;height:calc(100% - 63px);margin-top:13px}
    #ggs-site .ggs-art-side{border-radius:17px;background:var(--navy);padding:13px;display:grid;align-content:start;gap:8px}
    #ggs-site .ggs-art-side span{height:28px;border-radius:8px;background:rgba(255,255,255,.08)}
    #ggs-site .ggs-art-side span:first-child{background:var(--gold)}
    #ggs-site .ggs-art-main{display:grid;grid-template-rows:auto 1fr;gap:11px;min-width:0}
    #ggs-site .ggs-art-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
    #ggs-site .ggs-art-metric{min-width:0;border:1px solid var(--line);background:#fff;border-radius:13px;padding:11px}
    #ggs-site .ggs-art-metric small{display:block;font-size:8px;color:#758087;text-transform:uppercase;letter-spacing:.06em}
    #ggs-site .ggs-art-metric strong{display:block;margin-top:6px;font:800 17px/1 'Manrope',sans-serif;color:var(--navy)}
    #ggs-site .ggs-art-workflow{border:1px solid var(--line);border-radius:17px;background:#fbf8f1;padding:14px;display:flex;flex-direction:column;justify-content:center;gap:10px}
    #ggs-site .ggs-art-node{display:grid;grid-template-columns:34px 1fr auto;gap:9px;align-items:center;padding:9px;border:1px solid rgba(11,43,63,.1);border-radius:11px;background:#fff}
    #ggs-site .ggs-art-node b{width:34px;height:34px;border-radius:9px;background:var(--gold);display:grid;place-items:center;font-size:10px;color:var(--navy)}
    #ggs-site .ggs-art-node:nth-child(2) b{background:var(--sky)}
    #ggs-site .ggs-art-node:nth-child(3) b{background:var(--navy);color:#fff}
    #ggs-site .ggs-art-node strong{font:800 10px/1.2 'Manrope',sans-serif;color:var(--navy)}
    #ggs-site .ggs-art-node span{font-size:8px;color:#738089}
    #ggs-site .ggs-art-node i{width:8px;height:8px;border-radius:50%;background:#49a879;box-shadow:0 0 0 4px rgba(73,168,121,.12)}
    #ggs-site .ggs-float-tag{position:absolute;padding:12px 15px;border:2px solid var(--navy);border-radius:14px;background:var(--gold);color:var(--navy);box-shadow:8px 8px 0 rgba(11,43,63,.12);font:800 11px/1.2 'Manrope',sans-serif;z-index:3;animation:ggsFloat 5s ease-in-out infinite}
    #ggs-site .ggs-float-tag.ggs-tag-one{left:-2%;top:11%;transform:rotate(-5deg)}
    #ggs-site .ggs-float-tag.ggs-tag-two{right:-1%;bottom:14%;background:var(--white);animation-delay:-2.4s;transform:rotate(4deg)}

    /* Utility strip */
    #ggs-site .ggs-trust-strip{position:relative;padding:0 0 26px}
    #ggs-site .ggs-trust-box{display:grid;grid-template-columns:repeat(4,1fr);background:var(--navy);border-radius:22px;overflow:hidden;box-shadow:var(--shadow-soft)}
    #ggs-site .ggs-trust-item{padding:22px 24px;color:#fff;border-right:1px solid rgba(255,255,255,.12)}
    #ggs-site .ggs-trust-item:last-child{border:0}
    #ggs-site .ggs-trust-item strong{display:block;font:800 17px/1.1 'Manrope',sans-serif;color:var(--gold-2)}
    #ggs-site .ggs-trust-item span{display:block;margin-top:7px;font-size:11px;color:#c8d0d4;line-height:1.5}

    /* Approach */
    #ggs-site .ggs-approach{background:var(--white)}
    #ggs-site .ggs-approach-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:74px;align-items:start}
    #ggs-site .ggs-approach-copy .ggs-title-lg{margin:20px 0 24px}
    #ggs-site .ggs-approach-link{display:inline-flex;align-items:center;gap:9px;margin-top:27px;font:800 13px/1 'Manrope',sans-serif;color:var(--navy);border-bottom:2px solid var(--gold);padding-bottom:5px}
    #ggs-site .ggs-stack-list{display:grid;gap:12px}
    #ggs-site .ggs-stack-card{display:grid;grid-template-columns:58px 1fr auto;gap:18px;align-items:center;padding:21px;border:1px solid var(--line);border-radius:18px;background:var(--cream);transition:transform .3s ease,box-shadow .3s ease,background .3s ease}
    #ggs-site .ggs-stack-card:hover{transform:translateX(7px);box-shadow:var(--shadow-soft);background:#fff}
    #ggs-site .ggs-stack-icon{width:58px;height:58px;border:2px solid var(--navy);border-radius:15px;background:var(--gold);display:grid;place-items:center;font:800 13px/1 'Manrope',sans-serif;color:var(--navy)}
    #ggs-site .ggs-stack-card:nth-child(2) .ggs-stack-icon{background:var(--sky)}
    #ggs-site .ggs-stack-card:nth-child(3) .ggs-stack-icon{background:#fff}
    #ggs-site .ggs-stack-card:nth-child(4) .ggs-stack-icon{background:var(--navy);color:#fff}
    #ggs-site .ggs-stack-card h3{font:800 18px/1.15 'Manrope',sans-serif;color:var(--navy)}
    #ggs-site .ggs-stack-card p{font-size:12.5px;color:var(--muted);margin-top:6px}
    #ggs-site .ggs-stack-card .ggs-stack-arrow{font-size:20px;color:var(--navy)}

    /* Services */
    #ggs-site .ggs-services{background:var(--cream)}
    #ggs-site .ggs-section-head{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:end;margin-bottom:52px}
    #ggs-site .ggs-section-head .ggs-title-lg{margin-top:17px}
    #ggs-site .ggs-section-head .ggs-copy{justify-self:end}
    #ggs-site .ggs-service-layout{display:grid;grid-template-columns:1.12fr .88fr;gap:16px;align-items:stretch}
    #ggs-site .ggs-service-featured{min-height:520px;border-radius:var(--radius-lg);background:var(--navy);color:#fff;padding:38px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow)}
    #ggs-site .ggs-service-featured:before{content:"";position:absolute;width:400px;height:400px;border-radius:50%;right:-220px;top:-220px;background:rgba(244,182,31,.18)}
    #ggs-site .ggs-service-featured:after{content:"";position:absolute;width:250px;height:250px;border:1px solid rgba(255,255,255,.15);border-radius:50%;right:-80px;bottom:-90px;box-shadow:0 0 0 45px rgba(255,255,255,.03),0 0 0 90px rgba(255,255,255,.02)}
    #ggs-site .ggs-service-index{font:800 11px/1 'Manrope',sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-2);position:relative}
    #ggs-site .ggs-service-featured h3{font:800 clamp(34px,4.7vw,62px)/.98 'Manrope',sans-serif;letter-spacing:-.05em;max-width:650px;position:relative}
    #ggs-site .ggs-service-featured p{max-width:620px;color:#c8d2d7;font-size:15px;line-height:1.7;margin-top:19px;position:relative}
    #ggs-site .ggs-service-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px;position:relative}
    #ggs-site .ggs-service-tags span{padding:8px 10px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(255,255,255,.055);font-size:10px;color:#e3e8ea}
    #ggs-site .ggs-service-side{display:grid;grid-template-columns:1fr 1fr;gap:16px}
    #ggs-site .ggs-service-card{min-height:250px;padding:26px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
    #ggs-site .ggs-service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-soft);border-color:rgba(11,43,63,.26)}
    #ggs-site .ggs-service-card:nth-child(2){background:var(--gold-soft)}
    #ggs-site .ggs-service-card:nth-child(3){background:var(--sky)}
    #ggs-site .ggs-service-card:nth-child(4){background:var(--white)}
    #ggs-site .ggs-card-top{display:flex;justify-content:space-between;gap:16px;align-items:center}
    #ggs-site .ggs-mini-icon{width:42px;height:42px;border:2px solid var(--navy);border-radius:12px;display:grid;place-items:center;background:var(--gold);font:800 11px/1 'Manrope',sans-serif;color:var(--navy)}
    #ggs-site .ggs-service-card:nth-child(3) .ggs-mini-icon,#ggs-site .ggs-service-card:nth-child(4) .ggs-mini-icon{background:#fff}
    #ggs-site .ggs-service-card h3{font:800 23px/1.06 'Manrope',sans-serif;letter-spacing:-.035em;color:var(--navy);margin-top:34px}
    #ggs-site .ggs-service-card p{font-size:12.5px;color:var(--muted);margin-top:10px;line-height:1.6}

    /* How it works */
    #ggs-site .ggs-process{background:var(--white)}
    #ggs-site .ggs-process-intro{max-width:860px;margin-bottom:54px}
    #ggs-site .ggs-process-intro .ggs-title-lg{margin:18px 0 20px}
    #ggs-site .ggs-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;position:relative}
    #ggs-site .ggs-process-grid:before{content:"";position:absolute;left:11%;right:11%;top:48px;height:2px;background:linear-gradient(90deg,var(--gold),var(--navy),var(--gold));opacity:.28}
    #ggs-site .ggs-process-card{min-height:405px;border:1px solid var(--line);border-radius:26px;background:var(--cream);padding:28px;position:relative;overflow:hidden;display:flex;flex-direction:column}
    #ggs-site .ggs-process-step{width:58px;height:58px;border:2px solid var(--navy);border-radius:17px;background:var(--white);display:grid;place-items:center;font:800 14px/1 'Manrope',sans-serif;color:var(--navy);position:relative;z-index:2}
    #ggs-site .ggs-process-card:nth-child(2) .ggs-process-step{background:var(--gold)}
    #ggs-site .ggs-process-card:nth-child(3) .ggs-process-step{background:var(--navy);color:#fff}
    #ggs-site .ggs-process-card h3{font:800 30px/1.03 'Manrope',sans-serif;letter-spacing:-.04em;color:var(--navy);margin:84px 0 13px}
    #ggs-site .ggs-process-card p{font-size:14px;color:var(--muted);max-width:330px}
    #ggs-site .ggs-process-meta{margin-top:auto;padding-top:26px;border-top:1px solid var(--line);font:700 10px/1.4 'Manrope',sans-serif;text-transform:uppercase;letter-spacing:.08em;color:#718089}

    /* Unified mechanism */
    #ggs-site .ggs-unified{background:var(--navy);color:#fff;overflow:hidden}
    #ggs-site .ggs-unified:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;right:-300px;top:-300px;background:rgba(244,182,31,.14)}
    #ggs-site .ggs-unified-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:70px;align-items:center;position:relative}
    #ggs-site .ggs-unified .ggs-title-lg{color:#fff;margin:18px 0 22px}
    #ggs-site .ggs-unified .ggs-copy{color:#bdc9cf}
    #ggs-site .ggs-unified-stat{display:flex;align-items:flex-end;gap:18px;margin-top:32px;padding-top:26px;border-top:1px solid rgba(255,255,255,.13)}
    #ggs-site .ggs-unified-stat strong{font:800 clamp(48px,6vw,78px)/.82 'Manrope',sans-serif;letter-spacing:-.07em;color:var(--gold-2)}
    #ggs-site .ggs-unified-stat span{max-width:220px;font-size:12px;color:#c7d1d5;line-height:1.45}
    #ggs-site .ggs-channel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}
    #ggs-site .ggs-channel{min-height:145px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.055);padding:18px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,background .3s ease}
    #ggs-site .ggs-channel:hover{transform:translateY(-5px);background:rgba(255,255,255,.09)}
    #ggs-site .ggs-channel:nth-child(2),#ggs-site .ggs-channel:nth-child(5){background:rgba(244,182,31,.12)}
    #ggs-site .ggs-channel b{width:34px;height:34px;border-radius:10px;background:var(--gold);color:var(--navy);display:grid;place-items:center;font:800 10px/1 'Manrope',sans-serif}
    #ggs-site .ggs-channel strong{font:800 16px/1.1 'Manrope',sans-serif;color:#fff}
    #ggs-site .ggs-channel span{font-size:10px;color:#afbec5;margin-top:5px;display:block}

    /* Build scope */
    #ggs-site .ggs-scope{background:var(--cream)}
    #ggs-site .ggs-scope-head{text-align:center;max-width:880px;margin:0 auto 52px}
    #ggs-site .ggs-scope-head .ggs-eyebrow{justify-content:center}
    #ggs-site .ggs-scope-head .ggs-title-lg{margin:18px 0 20px}
    #ggs-site .ggs-scope-head .ggs-copy{margin-inline:auto}
    #ggs-site .ggs-scope-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:15px}
    #ggs-site .ggs-scope-card{border:1px solid var(--line);border-radius:22px;background:var(--white);padding:27px;min-height:235px;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}
    #ggs-site .ggs-scope-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-soft)}
    #ggs-site .ggs-scope-card:nth-child(1){grid-column:span 7;background:var(--gold-soft)}
    #ggs-site .ggs-scope-card:nth-child(2){grid-column:span 5}
    #ggs-site .ggs-scope-card:nth-child(3){grid-column:span 4}
    #ggs-site .ggs-scope-card:nth-child(4){grid-column:span 4;background:var(--sky)}
    #ggs-site .ggs-scope-card:nth-child(5){grid-column:span 4;background:var(--navy);color:#fff;border-color:transparent}
    #ggs-site .ggs-scope-card small{font:800 10px/1 'Manrope',sans-serif;letter-spacing:.1em;text-transform:uppercase;color:#6f7c83}
    #ggs-site .ggs-scope-card:nth-child(5) small{color:#afbdc4}
    #ggs-site .ggs-scope-card h3{font:800 clamp(23px,2.6vw,36px)/1.02 'Manrope',sans-serif;letter-spacing:-.04em;color:var(--navy);margin:50px 0 11px;max-width:490px}
    #ggs-site .ggs-scope-card:nth-child(5) h3{color:#fff}
    #ggs-site .ggs-scope-card p{font-size:12.5px;color:var(--muted);max-width:520px;line-height:1.6}
    #ggs-site .ggs-scope-card:nth-child(5) p{color:#bec9ce}

    /* Testimonials */
    #ggs-site .ggs-testimonials{background:var(--white)}
    #ggs-site .ggs-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
    #ggs-site .ggs-testimonial{border:1px solid var(--line);border-radius:22px;background:var(--cream);padding:10px;transition:transform .3s ease,box-shadow .3s ease}
    #ggs-site .ggs-testimonial:hover{transform:translateY(-6px);box-shadow:var(--shadow-soft)}
    #ggs-site .ggs-video-thumb{width:100%;border:0;padding:0;aspect-ratio:16/10;border-radius:15px;overflow:hidden;position:relative;background:var(--navy);cursor:pointer}
    #ggs-site .ggs-video-thumb img,#ggs-site .ggs-video-thumb video{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.03);transition:transform .4s ease,filter .4s ease}
    #ggs-site .ggs-testimonial:hover .ggs-video-thumb img,#ggs-site .ggs-testimonial:hover .ggs-video-thumb video{transform:scale(1.035);filter:saturate(.9) contrast(1.03)}
    #ggs-site .ggs-video-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(11,43,63,.45))}
    #ggs-site .ggs-play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);z-index:2;width:54px;height:54px;border-radius:15px;background:var(--gold);border:2px solid var(--navy);display:grid;place-items:center;box-shadow:7px 7px 0 rgba(11,43,63,.18)}
    #ggs-site .ggs-play:after{content:"";margin-left:4px;border-left:12px solid var(--navy);border-top:7px solid transparent;border-bottom:7px solid transparent}
    #ggs-site .ggs-testimonial-body{padding:19px 13px 14px}
    #ggs-site .ggs-testimonial-body p{font-size:13px;color:var(--muted);min-height:64px}
    #ggs-site .ggs-author{margin-top:18px;padding-top:14px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:12px;align-items:center}
    #ggs-site .ggs-author strong{font:800 15px/1 'Manrope',sans-serif;color:var(--navy)}
    #ggs-site .ggs-author small{display:block;font-size:9.5px;color:#7a858c;margin-top:5px}
    #ggs-site .ggs-author-index{width:34px;height:34px;border-radius:10px;background:var(--navy);color:var(--gold);display:grid;place-items:center;font:800 9px/1 'Manrope',sans-serif}

    /* FAQ */
    #ggs-site .ggs-faq{background:var(--cream-2)}
    #ggs-site .ggs-faq-grid{display:grid;grid-template-columns:.76fr 1.24fr;gap:68px;align-items:start}
    #ggs-site .ggs-faq-intro{position:sticky;top:128px}
    #ggs-site .ggs-faq-intro .ggs-title-md{margin:18px 0 20px}
    #ggs-site .ggs-faq-list{display:grid;gap:9px}
    #ggs-site .ggs-faq-item{border:1px solid var(--line);border-radius:16px;background:var(--white);overflow:hidden}
    #ggs-site .ggs-faq-q{width:100%;border:0;background:transparent;padding:20px 21px;display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left;color:var(--navy);font:800 16px/1.25 'Manrope',sans-serif;cursor:pointer}
    #ggs-site .ggs-faq-q span:last-child{width:32px;height:32px;flex:0 0 32px;border-radius:9px;background:var(--cream);display:grid;place-items:center;font-size:19px;transition:transform .25s ease,background .25s ease}
    #ggs-site .ggs-faq-item.ggs-active .ggs-faq-q span:last-child{transform:rotate(45deg);background:var(--gold)}
    #ggs-site .ggs-faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s ease}
    #ggs-site .ggs-faq-a>div{overflow:hidden}
    #ggs-site .ggs-faq-a p{padding:0 21px 21px;color:var(--muted);font-size:13.5px;line-height:1.65}
    #ggs-site .ggs-faq-item.ggs-active .ggs-faq-a{grid-template-rows:1fr}

    /* Booking */
    #ggs-site .ggs-contact{position:relative;background:var(--navy);padding:108px 0 0;overflow:hidden;color:#fff}
    #ggs-site .ggs-contact:before{content:"";position:absolute;width:620px;height:620px;border-radius:50%;right:-310px;top:-300px;background:rgba(244,182,31,.16)}
    #ggs-site .ggs-contact-head{text-align:center;max-width:1000px;margin:0 auto 42px;position:relative}
    #ggs-site .ggs-contact-head .ggs-eyebrow{justify-content:center}
    #ggs-site .ggs-contact-head h2{font:800 clamp(42px,6vw,78px)/.97 'Manrope',sans-serif;letter-spacing:-.06em;color:#fff;margin:18px 0}
    #ggs-site .ggs-contact-head p{max-width:720px;margin-inline:auto;color:#c1cdd2;font-size:15px;line-height:1.7}
    #ggs-site .ggs-contact-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:19px}
    #ggs-site .ggs-contact-trust span{padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055);font-size:10px;color:#d8e0e3}
    #ggs-site .ggs-contact-trust span:before{content:"✓";margin-right:6px;color:var(--gold-2);font-weight:900}
    #ggs-site .ggs-booking-action{display:flex;flex-direction:column;align-items:center;gap:13px;position:relative}
    #ggs-site .ggs-booking-action small{color:#b9c7cd;font-size:11px}

    /* Footer */
    #ggs-site .ggs-footer{padding:68px 0 26px;background:var(--navy);color:#fff;position:relative}
    #ggs-site .ggs-footer-top{display:grid;grid-template-columns:1.2fr .7fr .8fr .9fr;gap:36px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.12)}
    #ggs-site .ggs-footer .ggs-logo-text{color:#fff}
    #ggs-site .ggs-footer .ggs-logo-text small{color:#9fb0b9}
    #ggs-site .ggs-footer-brand p{max-width:330px;margin-top:17px;color:#9fb0b9;font-size:12.5px}
    #ggs-site .ggs-footer h3{font:800 10px/1 'Manrope',sans-serif;text-transform:uppercase;letter-spacing:.13em;color:var(--gold-2);margin-bottom:18px}
    #ggs-site .ggs-footer-links{display:grid;gap:10px;color:#bcc7cc;font-size:12.5px}
    #ggs-site .ggs-footer-links a:hover{color:var(--gold-2)}
    #ggs-site .ggs-footer-status{display:flex;align-items:center;gap:7px;color:#cdd6da}
    #ggs-site .ggs-footer-status:before{content:"";width:7px;height:7px;border-radius:50%;background:#74d39c;box-shadow:0 0 0 5px rgba(116,211,156,.1)}
    #ggs-site .ggs-footer-bottom{padding-top:22px;display:flex;justify-content:space-between;gap:24px;color:#7f969f;font-size:10.5px}

    /* Modal */
    #ggs-site .ggs-modal{position:fixed;inset:0;z-index:10000;background:rgba(5,20,29,.9);backdrop-filter:blur(16px);display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;transition:.28s ease}
    #ggs-site .ggs-modal.ggs-open{opacity:1;visibility:visible}
    #ggs-site .ggs-modal-inner{width:min(950px,100%);position:relative;transform:scale(.96);transition:.28s ease}
    #ggs-site .ggs-modal.ggs-open .ggs-modal-inner{transform:scale(1)}
    #ggs-site .ggs-modal-media{aspect-ratio:16/9;border:2px solid rgba(255,255,255,.12);border-radius:20px;overflow:hidden;background:#000;box-shadow:0 32px 90px rgba(0,0,0,.45)}
    #ggs-site .ggs-modal-media iframe,#ggs-site .ggs-modal-media video{width:100%;height:100%;border:0;object-fit:contain}
    #ggs-site .ggs-modal-inner.ggs-modal-portrait{width:min(470px,100%)}
    #ggs-site .ggs-modal-inner.ggs-modal-portrait .ggs-modal-media{aspect-ratio:9/16;max-height:86vh}
    #ggs-site .ggs-modal-inner.ggs-modal-landscape{width:min(950px,100%)}
    #ggs-site .ggs-modal-close{position:absolute;right:12px;top:12px;z-index:5;width:44px;height:44px;border:1px solid rgba(255,255,255,.28);border-radius:12px;background:rgba(5,20,29,.82);color:#fff;cursor:pointer;font-size:25px;line-height:1;display:grid;place-items:center;box-shadow:0 8px 26px rgba(0,0,0,.28);transition:transform .2s ease,background .2s ease}
    #ggs-site .ggs-modal-close:hover{transform:scale(1.05);background:rgba(5,20,29,.96)}
    body.ggs-modal-open{overscroll-behavior:none}


    @media(max-width:560px){
      #ggs-site .ggs-modal{padding:14px}
      #ggs-site .ggs-modal-inner.ggs-modal-portrait{width:min(390px,100%)}
      #ggs-site .ggs-modal-inner.ggs-modal-portrait .ggs-modal-media{max-height:88vh}
      #ggs-site .ggs-modal-close{right:9px;top:9px;width:42px;height:42px}
    }

    /* Motion */
    #ggs-site .ggs-reveal{opacity:1;transform:none;transition:opacity .7s ease,transform .7s cubic-bezier(.2,.75,.25,1)}
    #ggs-site.ggs-js .ggs-reveal{opacity:0;transform:translateY(28px)}
    #ggs-site.ggs-js .ggs-reveal.ggs-visible{opacity:1;transform:none}
    #ggs-site .ggs-delay-1{transition-delay:.08s}
    #ggs-site .ggs-delay-2{transition-delay:.16s}
    #ggs-site .ggs-delay-3{transition-delay:.24s}
    @keyframes ggsFloat{0%,100%{translate:0 0}50%{translate:0 -12px}}

    /* Focus */
    #ggs-site a:focus-visible,#ggs-site button:focus-visible,#ggs-site iframe:focus-visible{outline:3px solid var(--gold);outline-offset:4px}

    /* Large laptop */
    @media(max-width:1180px){
      #ggs-site .ggs-shell{width:min(1120px,calc(100% - 36px))}
      #ggs-site .ggs-menu{gap:18px}
      #ggs-site .ggs-hero-grid{gap:44px;grid-template-columns:minmax(0,1fr) minmax(410px,.92fr)}
      #ggs-site .ggs-approach-grid,#ggs-site .ggs-unified-grid{gap:48px}
      #ggs-site .ggs-service-featured{padding:32px}
      #ggs-site .ggs-service-side{grid-template-columns:1fr}
      #ggs-site .ggs-service-card{min-height:205px}
    }

    /* Tablet */
    @media(max-width:900px){
      #ggs-site .ggs-section{padding:90px 0}
      #ggs-site .ggs-nav .ggs-btn{display:none}
      #ggs-site .ggs-mobile-toggle{display:grid}
      #ggs-site .ggs-menu{position:absolute;left:0;right:0;top:79px;display:grid;gap:2px;padding:12px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 22px 55px rgba(11,43,63,.15);opacity:0;visibility:hidden;transform:translateY(-10px);transition:.25s ease;max-height:calc(100vh - 100px);overflow-y:auto}
      #ggs-site .ggs-menu.ggs-open{opacity:1;visibility:visible;transform:none}
      #ggs-site .ggs-menu a{padding:14px 12px;border-radius:10px}
      #ggs-site .ggs-menu a:hover{background:var(--cream)}
      #ggs-site .ggs-menu a:after{display:none}
      #ggs-site .ggs-hero{padding:50px 0 70px}
      #ggs-site .ggs-hero-grid{grid-template-columns:1fr;gap:48px}
      #ggs-site .ggs-hero-copy{max-width:790px}
      #ggs-site .ggs-system-art{min-height:520px;width:min(720px,100%);margin-inline:auto}
      #ggs-site .ggs-trust-box{grid-template-columns:1fr 1fr}
      #ggs-site .ggs-trust-item:nth-child(2){border-right:0}
      #ggs-site .ggs-trust-item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}
      #ggs-site .ggs-approach-grid,#ggs-site .ggs-section-head,#ggs-site .ggs-service-layout,#ggs-site .ggs-unified-grid,#ggs-site .ggs-faq-grid{grid-template-columns:1fr;gap:40px}
      #ggs-site .ggs-section-head .ggs-copy{justify-self:start}
      #ggs-site .ggs-service-side{grid-template-columns:1fr 1fr}
      #ggs-site .ggs-process-grid{grid-template-columns:1fr}
      #ggs-site .ggs-process-grid:before{display:none}
      #ggs-site .ggs-process-card{min-height:290px}
      #ggs-site .ggs-process-card h3{margin-top:58px}
      #ggs-site .ggs-channel-grid{grid-template-columns:repeat(3,1fr)}
      #ggs-site .ggs-scope-card:nth-child(n){grid-column:span 6}
      #ggs-site .ggs-scope-card:nth-child(5){grid-column:1/-1}
      #ggs-site .ggs-testimonial-grid{grid-template-columns:repeat(2,1fr)}
      #ggs-site .ggs-faq-intro{position:relative;top:auto}
      #ggs-site .ggs-footer-top{grid-template-columns:1.2fr 1fr 1fr}
      #ggs-site .ggs-footer-top> :last-child{grid-column:2/4}
    }

    /* Mobile */
    @media(max-width:620px){
      #ggs-site .ggs-shell{width:calc(100% - 24px)}
      #ggs-site .ggs-section{padding:72px 0}
      #ggs-site .ggs-header{padding:9px 0}
      #ggs-site .ggs-nav{height:61px;padding-left:11px;border-radius:14px}
      #ggs-site .ggs-logo-mark{width:36px;height:36px}
      #ggs-site .ggs-logo-text{font-size:14px}
      #ggs-site .ggs-logo-text small{display:none}
      #ggs-site .ggs-hero{padding:38px 0 58px}
      #ggs-site .ggs-title-xl{font-size:clamp(44px,14vw,63px);line-height:.94}
      #ggs-site .ggs-title-lg{font-size:clamp(37px,11vw,50px)}
      #ggs-site .ggs-title-md{font-size:36px}
      #ggs-site .ggs-hero-lead{font-size:16px;margin:23px 0}
      #ggs-site .ggs-hero-actions{display:grid}
      #ggs-site .ggs-hero-actions .ggs-btn{width:100%}
      #ggs-site .ggs-hero-proof{display:grid;gap:10px}
      #ggs-site .ggs-system-art{min-height:380px}
      #ggs-site .ggs-art-board{width:96%;padding:11px;border-radius:23px;box-shadow:12px 14px 0 rgba(11,43,63,.08),0 20px 55px rgba(11,43,63,.12)}
      #ggs-site .ggs-art-bar{height:42px;border-radius:12px}
      #ggs-site .ggs-art-body{grid-template-columns:.53fr 1.47fr;gap:7px;margin-top:8px;height:calc(100% - 50px)}
      #ggs-site .ggs-art-side{padding:8px;border-radius:12px;gap:5px}
      #ggs-site .ggs-art-side span{height:19px}
      #ggs-site .ggs-art-main{gap:6px}
      #ggs-site .ggs-art-metrics{gap:5px}
      #ggs-site .ggs-art-metric{padding:7px;border-radius:9px}
      #ggs-site .ggs-art-metric small{font-size:5.5px}
      #ggs-site .ggs-art-metric strong{font-size:12px}
      #ggs-site .ggs-art-workflow{padding:7px;border-radius:11px;gap:6px}
      #ggs-site .ggs-art-node{grid-template-columns:25px 1fr auto;padding:5px;gap:5px;border-radius:8px}
      #ggs-site .ggs-art-node b{width:25px;height:25px;border-radius:7px;font-size:7px}
      #ggs-site .ggs-art-node strong{font-size:7px}
      #ggs-site .ggs-art-node span{font-size:5.5px}
      #ggs-site .ggs-float-tag{padding:8px 9px;font-size:8px;border-width:1.5px;box-shadow:5px 5px 0 rgba(11,43,63,.12)}
      #ggs-site .ggs-float-tag.ggs-tag-one{left:0;top:2%}
      #ggs-site .ggs-float-tag.ggs-tag-two{right:0;bottom:5%}
      #ggs-site .ggs-trust-box{grid-template-columns:1fr}
      #ggs-site .ggs-trust-item{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important;padding:17px 18px}
      #ggs-site .ggs-trust-item:last-child{border-bottom:0!important}
      #ggs-site .ggs-stack-card{grid-template-columns:48px 1fr;gap:13px;padding:17px}
      #ggs-site .ggs-stack-icon{width:48px;height:48px}
      #ggs-site .ggs-stack-arrow{display:none}
      #ggs-site .ggs-section-head{margin-bottom:37px}
      #ggs-site .ggs-service-featured{min-height:430px;padding:25px}
      #ggs-site .ggs-service-side{grid-template-columns:1fr}
      #ggs-site .ggs-service-card{min-height:225px;padding:22px}
      #ggs-site .ggs-process-card{min-height:280px;padding:23px}
      #ggs-site .ggs-channel-grid{grid-template-columns:1fr 1fr}
      #ggs-site .ggs-channel{min-height:125px}
      #ggs-site .ggs-unified-stat{align-items:flex-start;flex-direction:column}
      #ggs-site .ggs-scope-card:nth-child(n){grid-column:1/-1;min-height:220px;padding:23px}
      #ggs-site .ggs-testimonial-grid{grid-template-columns:1fr}
      #ggs-site .ggs-testimonial-body p{min-height:0}
      #ggs-site .ggs-faq-q{font-size:14px;padding:18px}
      #ggs-site .ggs-faq-a p{padding:0 18px 18px}
      #ggs-site .ggs-contact{padding-top:72px}
      #ggs-site .ggs-contact-head h2{font-size:clamp(38px,11vw,51px)}
      #ggs-site .ggs-contact-trust{display:grid;grid-template-columns:1fr}
      #ggs-site .ggs-contact-trust span{text-align:left}
      #ggs-site .ggs-booking-action .ggs-btn{width:100%}
      #ggs-site .ggs-footer-top{grid-template-columns:1fr}
      #ggs-site .ggs-footer-top>*{grid-column:1!important}
      #ggs-site .ggs-footer-bottom{flex-direction:column;gap:8px}
    }

    @media(max-width:400px){
      #ggs-site .ggs-shell{width:calc(100% - 18px)}
      #ggs-site .ggs-channel-grid{grid-template-columns:1fr}
      #ggs-site .ggs-system-art{min-height:345px}
      #ggs-site .ggs-art-title{font-size:8px}
    }

    @media(prefers-reduced-motion:reduce){
      html{scroll-behavior:auto}
      #ggs-site *,#ggs-site *:before,#ggs-site *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
      #ggs-site .ggs-reveal{opacity:1!important;transform:none!important}
    }
  

/* Theme integration: original home page preserved; global header/footer are isolated outside this scope. */

/* Updated multi-page Services section — the rest of the original Home page is intentionally unchanged. */
#ggs-site .ggs-services-v2{overflow:hidden}
#ggs-site .ggs-svc-grid-v2{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}
#ggs-site .ggs-svc-card-v2{grid-column:span 4;min-height:345px;padding:28px;border:1px solid var(--line);border-radius:24px;background:var(--white);display:flex;flex-direction:column;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
#ggs-site .ggs-svc-card-v2:nth-child(3n+2){background:var(--gold-soft)}
#ggs-site .ggs-svc-card-v2:nth-child(3n){background:var(--sky)}
#ggs-site .ggs-svc-card-v2:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:rgba(11,43,63,.28)}
#ggs-site .ggs-svc-featured-v2{grid-column:span 8;min-height:420px;background:var(--navy)!important;color:#fff;border-color:transparent}
#ggs-site .ggs-svc-featured-v2:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-180px;top:-190px;background:rgba(244,182,31,.17)}
#ggs-site .ggs-svc-top-v2{display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative}
#ggs-site .ggs-svc-icon-v2{width:48px;height:48px;border:2px solid var(--navy);border-radius:14px;background:var(--gold);display:grid;place-items:center;color:var(--navy);font:800 11px/1 'Manrope',sans-serif}
#ggs-site .ggs-svc-featured-v2 .ggs-svc-icon-v2{border-color:var(--gold);background:var(--gold);color:var(--navy)}
#ggs-site .ggs-svc-no-v2{font:800 10px/1 'Manrope',sans-serif;letter-spacing:.12em;color:#80909a}
#ggs-site .ggs-svc-featured-v2 .ggs-svc-no-v2{color:var(--gold-2)}
#ggs-site .ggs-svc-content-v2{margin-top:auto;padding-top:55px;position:relative}
#ggs-site .ggs-svc-content-v2 small{display:block;margin-bottom:12px;font:800 9px/1 'Manrope',sans-serif;text-transform:uppercase;letter-spacing:.12em;color:#7b858b}
#ggs-site .ggs-svc-featured-v2 .ggs-svc-content-v2 small{color:var(--gold-2)}
#ggs-site .ggs-svc-content-v2 h3{font:800 27px/1.05 'Manrope',sans-serif;letter-spacing:-.04em;color:var(--navy);max-width:520px}
#ggs-site .ggs-svc-featured-v2 .ggs-svc-content-v2 h3{font-size:clamp(32px,3.6vw,52px);color:#fff;max-width:650px}
#ggs-site .ggs-svc-content-v2 p{margin-top:12px;color:var(--muted);font-size:12.5px;line-height:1.68;max-width:560px}
#ggs-site .ggs-svc-featured-v2 .ggs-svc-content-v2 p{color:#c7d2d7;font-size:14px;max-width:700px}
#ggs-site .ggs-svc-link-v2{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:24px;padding-top:19px;border-top:1px solid var(--line);font:800 11px/1 'Manrope',sans-serif;color:var(--navy);position:relative}
#ggs-site .ggs-svc-featured-v2 .ggs-svc-link-v2{border-top-color:rgba(255,255,255,.14);color:#fff}
#ggs-site .ggs-svc-link-v2 b{width:28px;height:28px;border-radius:9px;background:var(--gold);display:grid;place-items:center;color:var(--navy);transition:transform .25s ease}
#ggs-site .ggs-svc-card-v2:hover .ggs-svc-link-v2 b{transform:translate(2px,-2px)}
#ggs-site .ggs-svc-footer-v2{margin-top:24px;padding:22px 24px;border:1px solid var(--line);border-radius:20px;background:rgba(255,253,248,.78);display:flex;align-items:center;justify-content:space-between;gap:20px}
#ggs-site .ggs-svc-footer-v2 p{font:700 14px/1.5 'DM Sans',sans-serif;color:var(--navy)}
@media(max-width:980px){#ggs-site .ggs-svc-card-v2,#ggs-site .ggs-svc-featured-v2{grid-column:span 6}}
@media(max-width:620px){#ggs-site .ggs-svc-card-v2,#ggs-site .ggs-svc-featured-v2{grid-column:1/-1;min-height:300px;padding:23px}#ggs-site .ggs-svc-featured-v2{min-height:370px}#ggs-site .ggs-svc-footer-v2{align-items:flex-start;flex-direction:column}#ggs-site .ggs-svc-footer-v2 .ggs-btn{width:100%}}

/* =========================================================
   Final home-page polish — preserve layout, remove dead space
   ========================================================= */
#ggs-site .ggs-section{padding:96px 0}
#ggs-site .ggs-hero{padding:56px 0 70px}
#ggs-site .ggs-hero-grid{gap:58px}
#ggs-site .ggs-system-art{min-height:510px}
#ggs-site .ggs-section-head{margin-bottom:40px}
#ggs-site .ggs-process-intro{margin-bottom:42px}
#ggs-site .ggs-process-card{min-height:360px;padding:26px}
#ggs-site .ggs-process-card h3{margin-top:58px}
#ggs-site .ggs-scope-head{margin-bottom:40px}
#ggs-site .ggs-scope-card{min-height:220px;padding:25px}
#ggs-site .ggs-scope-card h3{margin-top:36px}
#ggs-site .ggs-contact{padding-top:88px}
#ggs-site .ggs-contact-head{margin-bottom:34px}

/* 10 services: 2-card hero row, 4-card row, 4-card row — never a lone desktop card. */
#ggs-site .ggs-svc-grid-v2{gap:14px}
#ggs-site .ggs-svc-card-v2{grid-column:span 4;min-height:320px;padding:25px}
#ggs-site .ggs-svc-featured-v2{grid-column:span 8;min-height:390px}
#ggs-site .ggs-svc-card-v2:nth-child(n+3){grid-column:span 3}
#ggs-site .ggs-svc-content-v2{padding-top:42px}
#ggs-site .ggs-svc-footer-v2{margin-top:18px;padding:18px 20px}

/* Keep balanced multi-card rows on tablet instead of 2+2+1 layouts. */
@media(max-width:1100px) and (min-width:761px){
  #ggs-site .ggs-scope-card:nth-child(1){grid-column:span 7}
  #ggs-site .ggs-scope-card:nth-child(2){grid-column:span 5}
  #ggs-site .ggs-scope-card:nth-child(3),#ggs-site .ggs-scope-card:nth-child(4),#ggs-site .ggs-scope-card:nth-child(5){grid-column:span 4}
  #ggs-site .ggs-testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:980px) and (min-width:761px){
  #ggs-site .ggs-svc-card-v2{grid-column:span 4}
  #ggs-site .ggs-svc-featured-v2{grid-column:span 8}
  #ggs-site .ggs-svc-card-v2:nth-child(n+3){grid-column:span 3}
}
@media(max-width:760px){
  #ggs-site .ggs-section{padding:68px 0}
  #ggs-site .ggs-hero{padding:44px 0 58px}
  #ggs-site .ggs-system-art{min-height:430px}
  #ggs-site .ggs-channel-grid{grid-template-columns:1fr}
  #ggs-site .ggs-testimonial-grid{grid-template-columns:1fr}
  #ggs-site .ggs-scope-card:nth-child(n){grid-column:1/-1}
  #ggs-site .ggs-svc-card-v2,#ggs-site .ggs-svc-featured-v2,#ggs-site .ggs-svc-card-v2:nth-child(n+3){grid-column:1/-1;min-height:285px;padding:22px}
  #ggs-site .ggs-svc-featured-v2{min-height:340px}
  #ggs-site .ggs-svc-content-v2{padding-top:34px}
  #ggs-site .ggs-contact{padding-top:64px}
}

/* Go-live contrast guard: WordPress global heading colors must not override dark cards. */
#ggs-site .ggs-service-featured h3{color:#fff}



/* =========================================================
   v3.4.1 — Homepage hero GHL form
   Replaces the former right-side performance/automation card.
   ========================================================= */
#ggs-site .ggs-hero-grid{grid-template-columns:minmax(0,1.03fr) minmax(430px,.97fr);gap:56px;align-items:start}
#ggs-site .ggs-hero-copy{padding-top:42px}
#ggs-site .ggs-hero-form-wrap{position:relative;min-width:0;width:100%;align-self:start;z-index:2}
#ggs-site .ggs-hero-form-wrap:before{content:"";position:absolute;inset:24px -18px -20px 28px;border-radius:30px;background:rgba(11,43,63,.08);pointer-events:none}
#ggs-site .ggs-hero-form-card{position:relative;overflow:hidden;border:1px solid rgba(11,43,63,.16);border-radius:28px;background:#fff;box-shadow:0 26px 70px rgba(11,43,63,.15);transform:translateZ(0)}
#ggs-site .ggs-hero-form-head{padding:24px 26px 18px;background:var(--navy);color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}
#ggs-site .ggs-hero-form-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;font:800 9px/1 'Manrope',sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-2)}
#ggs-site .ggs-hero-form-kicker:before{content:"";width:16px;height:2px;border-radius:10px;background:var(--gold)}
#ggs-site .ggs-hero-form-head h2{font:800 clamp(24px,2.4vw,34px)/1.05 'Manrope',sans-serif;letter-spacing:-.04em;color:#fff}
#ggs-site .ggs-hero-form-head p{margin-top:8px;font-size:12.5px;line-height:1.5;color:#c7d2d7;max-width:500px}
#ggs-site .ggs-hero-form-embed{position:relative;min-height:680px;background:#fff}
#ggs-site .ggs-hero-form-embed iframe{display:block!important;width:100%!important;min-height:680px;border:0!important;background:#fff!important;border-radius:0!important}
#ggs-site .ggs-hero-form-foot{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid rgba(11,43,63,.1);background:var(--cream);font:700 10px/1.3 'DM Sans',sans-serif;color:#60717a;text-align:center}
#ggs-site .ggs-hero-form-foot span{padding:13px 8px;border-right:1px solid rgba(11,43,63,.1)}
#ggs-site .ggs-hero-form-foot span:last-child{border-right:0}
#ggs-site .ggs-hero-form-foot span:before{content:"✓";margin-right:5px;color:var(--navy);font-weight:900}
@media(max-width:1180px){#ggs-site .ggs-hero-grid{grid-template-columns:minmax(0,1fr) minmax(410px,.94fr);gap:40px}#ggs-site .ggs-hero-copy{padding-top:30px}}
@media(max-width:900px){#ggs-site .ggs-hero-grid{grid-template-columns:1fr;gap:38px}#ggs-site .ggs-hero-copy{padding-top:0}#ggs-site .ggs-hero-form-wrap{width:min(720px,100%);margin-inline:auto}#ggs-site .ggs-hero-form-wrap:before{inset:18px -10px -14px 18px}}
@media(max-width:620px){#ggs-site .ggs-hero-form-card{border-radius:20px}#ggs-site .ggs-hero-form-head{padding:20px 18px 15px}#ggs-site .ggs-hero-form-head h2{font-size:26px}#ggs-site .ggs-hero-form-head p{font-size:12px}#ggs-site .ggs-hero-form-embed,#ggs-site .ggs-hero-form-embed iframe{min-height:740px}#ggs-site .ggs-hero-form-foot{grid-template-columns:1fr}#ggs-site .ggs-hero-form-foot span{border-right:0;border-bottom:1px solid rgba(11,43,63,.08)}#ggs-site .ggs-hero-form-foot span:last-child{border-bottom:0}}
@media(max-width:400px){#ggs-site .ggs-hero-form-embed,#ggs-site .ggs-hero-form-embed iframe{min-height:780px}}
