/*
Theme Name: GuardianLight
Theme URI: https://guardianlight.ai
Author: Klyra AI
Description: AI-powered voice analytics for first responder wellness
Version: 2.0.0
Text Domain: guardianlight
*/

/* ══════════ RESET & BASE ══════════ */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:'Inter',sans-serif;color:#1A3328;background:#F7FAF5;line-height:1.6;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit;transition:color .3s}
button{border:none;background:none;cursor:pointer;font-family:inherit}
h1,h2,h3,h4,h5,h6{font-family:'Space Grotesk',sans-serif;font-weight:700;line-height:1.1;letter-spacing:-0.02em}

/* ══════════ UTILITIES ══════════ */
.gl-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}
.gl-container-narrow{max-width:64rem;margin:0 auto;padding:0 1.5rem}
.gl-text-center{text-align:center}
.gl-tag{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#1A3328;margin-bottom:1rem;display:block}
.gl-tag-gold{color:#D4A017}
.gl-tag-inline{display:inline-block;margin-bottom:.5rem}
.gl-accent-text{color:#4A6B5A}
.gl-gold-gradient-text{background:linear-gradient(135deg,#DAA520,#B8860B);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.gl-heading{font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#1A3328}
.gl-heading-white{color:#fff}
.gl-body-text{font-size:1.125rem;color:#4A6B5A;line-height:1.7;margin-bottom:2rem;max-width:40rem}
.gl-text-white-muted{color:rgba(255,255,255,.7)}
.gl-sources{font-size:.75rem;color:#6B8A7A;text-transform:uppercase;letter-spacing:.05em;margin-top:2.5rem}
.gl-section-header-center{text-align:center;margin-bottom:3rem}
.gl-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#B8860B;color:#fff;font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:1rem;border-radius:.75rem;box-shadow:0 4px 14px rgba(184,134,11,.3);transition:all .3s}
.gl-btn-primary:hover{background:#D4A017;transform:translateY(-1px);box-shadow:0 6px 20px rgba(184,134,11,.4)}
.gl-btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:rgba(255,255,255,.6);color:#1A3328;font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:1rem;border:1px solid rgba(197,213,188,.5);border-radius:.75rem;backdrop-filter:blur(8px);transition:all .3s}
.gl-btn-outline:hover{border-color:rgba(184,134,11,.4);background:rgba(255,255,255,.8)}

/* ══════════ SCROLL PROGRESS ══════════ */
.gl-scroll-progress{position:fixed;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#B8860B,#DAA520);z-index:9999;transform-origin:left;transform:scaleX(0)}

/* ══════════ NAV ══════════ */
.gl-nav{position:fixed;top:0;left:0;width:100%;z-index:50;background:transparent;transition:background .3s,box-shadow .3s,backdrop-filter .3s}
.gl-nav.scrolled{background:rgba(255,255,255,.9);backdrop-filter:blur(12px);box-shadow:0 1px 3px rgba(0,0,0,.06)}
.gl-nav-inner{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;height:4.5rem}
.gl-nav-logo{display:flex;align-items:center;gap:.75rem}
.gl-logo-img{width:44px;height:44px;object-fit:contain}
.gl-logo-text{font-family:'Space Grotesk',sans-serif;font-size:1.125rem;font-weight:600;letter-spacing:-.02em}
.gl-logo-guardian{color:#6B8A7A}
.gl-logo-light{color:#1A3328}
.gl-logo-ai{color:#B8860B;font-weight:400}
.gl-nav-links{display:flex;align-items:center;gap:1.5rem}
.gl-nav-link{font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:#1A3328;transition:color .3s}
.gl-nav-link:hover{color:#B8860B}
.gl-nav-cta{background:#B8860B;color:#fff !important;padding:.6rem 1.5rem;border-radius:.75rem;font-weight:600}
.gl-nav-cta:hover{background:#D4A017}
.gl-nav-toggle{display:none;flex-direction:column;gap:5px;width:28px;padding:4px 0}
.gl-nav-toggle span{display:block;height:2px;background:#1A3328;border-radius:2px;transition:all .3s}
.gl-nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.gl-nav-toggle.active span:nth-child(2){opacity:0}
.gl-nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* ══════════ HERO ══════════ */
.gl-hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden}
.gl-hero-bg{position:absolute;inset:0}
.gl-hero-bg-img{width:100%;height:100%;object-fit:cover;object-position:center 30%;transition:transform 12s ease-out}
.gl-hero-bg-img.loaded{transform:scale(1)}
.gl-hero-gradient-bottom{position:absolute;inset:0;background:linear-gradient(to top,#F7FAF5,rgba(247,250,245,.5) 50%,transparent)}
.gl-hero-gradient-left{position:absolute;inset:0;background:linear-gradient(to right,rgba(247,250,245,.85),rgba(247,250,245,.4) 50%,transparent)}
.gl-hero-inner{position:relative;z-index:10;width:100%;padding-bottom:6rem;padding-top:12rem}
.gl-hero-content{max-width:48rem}
.gl-hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border-radius:9999px;border:1px solid rgba(184,134,11,.3);background:rgba(255,255,255,.7);backdrop-filter:blur(8px);margin-bottom:2rem;font-size:.75rem;font-weight:500;color:#B8860B;text-transform:uppercase;letter-spacing:.2em;opacity:0;transform:translateY(20px)}
.gl-eyebrow-dot{width:8px;height:8px;border-radius:50%;background:#D4A017;animation:gl-pulse 2s infinite}
.gl-hero-h1-line{overflow:hidden;opacity:0;transform:translateY(20px)}
.gl-hero-heading{font-size:3.5rem;font-weight:700;letter-spacing:-.03em;line-height:.95;color:#1A3328;margin:0}
.gl-hero-sub{font-size:1.125rem;color:#4A6B5A;max-width:32rem;line-height:1.7;margin-bottom:2.5rem;margin-top:1.5rem;opacity:0;transform:translateY(20px)}
.gl-hero-ctas{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;opacity:0;transform:translateY(20px)}

/* ══════════ PARTNERS ══════════ */
.gl-partners{background:#EEF3EB;padding:3rem 0}
.gl-partners-wrap{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}
.gl-partners-label{font-size:.875rem;font-weight:500;color:#6B8A7A;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap}
.gl-partner-logos{display:flex;gap:1rem;flex-wrap:wrap;flex:1}
.gl-partner-card{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:rgba(255,255,255,.8);border:1px solid rgba(197,213,188,.4);border-radius:.75rem}
.gl-partner-card strong{display:block;font-size:.875rem;color:#1A3328}
.gl-partner-card span{display:block;font-size:.75rem;color:#6B8A7A}
.gl-partner-icon{width:36px;height:36px;border-radius:.5rem;background:rgba(26,51,40,.08);display:flex;align-items:center;justify-content:center;color:#1A3328;flex-shrink:0}

/* ══════════ CHALLENGE ══════════ */
.gl-challenge{position:relative;padding:7rem 0;overflow:hidden;background:#fff}
.gl-challenge-bg{position:absolute;top:0;right:0;width:66%;height:100%}
.gl-challenge-bg-img{width:100%;height:100%;object-fit:cover;object-position:center 25%}
.gl-challenge-bg-overlay{position:absolute;inset:0;background:linear-gradient(to right,#fff,rgba(255,255,255,.8) 40%,rgba(255,255,255,.2))}
.gl-challenge-inner{position:relative;z-index:10}
.gl-challenge-content{max-width:40rem}
.gl-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem 2rem;margin-top:3rem}
.gl-stat-item{position:relative;padding-left:1rem}
.gl-stat-border{position:absolute;left:0;top:0;width:2px;height:100%;border-radius:2px}
.gl-stat-border.gl-stat-gold{background:rgba(184,134,11,.6)}
.gl-stat-border.gl-stat-dark{background:rgba(26,51,40,.4)}
.gl-stat-value{font-family:'Space Grotesk',sans-serif;font-size:3rem;font-weight:700;line-height:1;margin-bottom:.25rem;display:inline}
.gl-stat-value.gl-stat-gold{color:#B8860B}
.gl-stat-value.gl-stat-dark{color:#1A3328}
.gl-stat-suffix{font-family:'Space Grotesk',sans-serif;font-size:1.5rem;font-weight:700;vertical-align:super}
.gl-stat-label{font-size:.875rem;color:#4A6B5A;line-height:1.4;margin-top:.25rem}

/* ══════════ HOW IT WORKS ══════════ */
.gl-hiw{background:#EEF3EB;padding:7rem 0;overflow:hidden}
.gl-hiw-sub{max-width:36rem;margin-bottom:4rem}
.gl-hiw-cards{display:flex;flex-direction:column;gap:2rem}
.gl-hiw-card{display:flex;border-radius:1.5rem;overflow:hidden;border:1px solid rgba(197,213,188,.4);background:rgba(255,255,255,.8);transition:border-color .5s,box-shadow .5s}
.gl-hiw-card:hover{border-color:rgba(184,134,11,.3);box-shadow:0 4px 20px rgba(0,0,0,.06)}
.gl-hiw-card-reverse{flex-direction:row-reverse}
.gl-hiw-card-image{width:50%;position:relative;overflow:hidden}
.gl-hiw-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.gl-hiw-card:hover .gl-hiw-card-image img{transform:scale(1.05)}
.gl-hiw-card-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(255,255,255,.6),transparent)}
.gl-hiw-badge{position:absolute;bottom:1.5rem;left:1.5rem;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.75rem;background:rgba(255,255,255,.8);border:1px solid rgba(197,213,188,.4);backdrop-filter:blur(8px);font-size:.75rem;font-weight:500;font-family:'JetBrains Mono',monospace}
.gl-hiw-badge-gold{color:#B8860B}
.gl-hiw-badge-green{color:#059669}
.gl-hiw-badge-green .gl-pulse-dot{background:#10B981}
.gl-pulse-dot{width:8px;height:8px;border-radius:50%;background:#10B981;animation:gl-pulse 2s infinite}
.gl-hiw-card-content{width:50%;display:flex;flex-direction:column;justify-content:center;padding:2.5rem 3.5rem}
.gl-hiw-card-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}
.gl-hiw-num{font-size:1.75rem;font-weight:700;font-family:'JetBrains Mono',monospace;color:rgba(184,134,11,.3)}
.gl-hiw-time{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#6B8A7A;padding:.25rem .75rem;border-radius:9999px;border:1px solid rgba(197,213,188,.4)}
.gl-hiw-title{font-size:2rem;font-weight:700;color:#1A3328;margin-bottom:.75rem}
.gl-hiw-desc{font-size:1.0625rem;color:#4A6B5A;line-height:1.7}

/* ══════════ SIGNAL CHECK ══════════ */
.gl-signal-check{margin-top:4rem;border-radius:1rem;background:linear-gradient(135deg,rgba(26,51,40,.08),rgba(184,134,11,.05),rgba(59,130,246,.08));border:1px solid rgba(26,51,40,.2);padding:2rem 3rem;box-shadow:0 4px 16px rgba(0,0,0,.04)}
.gl-signal-check-header{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}
.gl-signal-check-title{flex:1}
.gl-signal-heading{font-size:1.25rem;font-weight:700;font-family:'Space Grotesk',sans-serif;color:#1A3328}
.gl-signal-metrics{display:flex;gap:.75rem;flex-wrap:wrap}
.gl-metric-pill{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.75rem;background:#fff;border:1px solid rgba(26,51,40,.1);box-shadow:0 2px 8px rgba(0,0,0,.04);font-size:.875rem;font-weight:500;color:#1A3328}
.gl-metric-dot{width:12px;height:12px;border-radius:50%;animation:gl-pulse 2s infinite}
.gl-analyzer{background:rgba(255,255,255,.6);border:1px solid rgba(26,51,40,.1);border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}
.gl-bar-row{display:flex;align-items:center;gap:.75rem}
.gl-bar-label{font-size:.8rem;font-weight:500;color:#4A6B5A;width:4rem;flex-shrink:0}
.gl-bar-track{flex:1;height:10px;border-radius:9999px;background:#E4EDE0;overflow:hidden}
.gl-bar-fill{height:100%;border-radius:9999px;width:0;transition:width 1.2s cubic-bezier(.22,1,.36,1)}
.gl-bar-value{font-size:.8rem;font-weight:500;font-family:'JetBrains Mono',monospace;color:#6B8A7A;width:2.5rem;text-align:right;flex-shrink:0}

/* ══════════ PURPOSE ══════════ */
.gl-purpose{background:#F7FAF5;padding:7rem 0}
.gl-purpose-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}
.gl-purpose-col{}
.gl-purpose-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}
.gl-purpose-header h3{font-size:1.75rem;font-weight:700}
.gl-purpose-header-blue h3{color:#3B82F6}
.gl-purpose-header-green h3{color:#10B981}
.gl-purpose-icon{width:40px;height:40px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.gl-purpose-icon-blue{background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.2)}
.gl-purpose-icon-green{background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2)}
.gl-purpose-card{display:flex;gap:1.25rem;padding:1.5rem;border-radius:.75rem;background:rgba(255,255,255,.8);border:1px solid rgba(197,213,188,.3);margin-bottom:1rem;transition:border-color .3s,transform .3s}
.gl-purpose-card:hover{border-color:rgba(184,134,11,.3);transform:translateY(-2px)}
.gl-purpose-num{width:32px;height:32px;border-radius:.5rem;background:rgba(184,134,11,.1);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;font-family:'JetBrains Mono',monospace;color:#B8860B;flex-shrink:0;margin-top:.125rem}
.gl-purpose-card h4{font-size:1rem;font-weight:600;color:#1A3328;margin-bottom:.375rem;transition:color .3s}
.gl-purpose-card:hover h4{color:#B8860B}
.gl-purpose-card p{font-size:.875rem;color:#4A6B5A;line-height:1.6}
.gl-cred-pills{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;margin-top:4rem}
.gl-cred-pill{font-size:.875rem;color:#4A6B5A;padding:.5rem 1rem;border-radius:9999px;border:1px solid rgba(197,213,188,.4);background:rgba(255,255,255,.7);box-shadow:0 1px 3px rgba(0,0,0,.04);transition:border-color .3s,color .3s}
.gl-cred-pill:hover{border-color:rgba(184,134,11,.3);color:#B8860B}

/* ══════════ DIFFERENTIATOR ══════════ */
.gl-diff{background:linear-gradient(180deg,#1A3328,#0F1F17);padding:7rem 0;color:#fff}
.gl-diff .gl-body-text{max-width:40rem;margin:0 auto 3rem}
.gl-diff-table-wrap{overflow-x:auto;border-radius:1rem;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);backdrop-filter:blur(8px)}
.gl-diff-table{width:100%;font-size:.875rem;border-collapse:collapse}
.gl-diff-table thead th{padding:1.25rem 1rem;font-weight:500;color:rgba(255,255,255,.6);text-align:center;white-space:nowrap;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid rgba(255,255,255,.1)}
.gl-diff-table thead th:first-child{text-align:left;width:14rem}
.gl-diff-table tbody td{padding:1.25rem 1rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}
.gl-diff-name{text-align:left !important;font-weight:500;color:#fff;white-space:nowrap}
.gl-diff-brand{color:#D4A017 !important;font-weight:700 !important;font-size:1rem}
.gl-diff-pulse{display:inline-block;width:8px;height:8px;border-radius:50%;background:#D4A017;margin-right:.5rem;animation:gl-pulse 2s infinite}
.gl-diff-highlight{background:rgba(184,134,11,.15)}
.gl-diff-highlight:hover{background:rgba(184,134,11,.2)}
.gl-diff-table tbody tr:hover{background:rgba(255,255,255,.03)}
.gl-check{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:.875rem}
.gl-check-yes{background:rgba(16,185,129,.15);color:#10B981}
.gl-check-no{background:rgba(255,255,255,.05);color:#71717A}
.gl-check-gold{background:rgba(184,134,11,.25);color:#D4A017}

/* ══════════ MISSION / VISION ══════════ */
.gl-mv{background:linear-gradient(180deg,#fff,#F7FAF5);padding:7rem 0}
.gl-mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:4rem}
.gl-mv-card{padding:2.5rem 3rem;border-radius:1.5rem;position:relative;overflow:hidden}
.gl-mv-mission{background:linear-gradient(135deg,rgba(26,51,40,.1),rgba(26,51,40,.03));border:1px solid rgba(26,51,40,.2)}
.gl-mv-vision{background:linear-gradient(135deg,rgba(184,134,11,.1),rgba(184,134,11,.03));border:1px solid rgba(184,134,11,.2)}
.gl-mv-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#1A3328;margin-bottom:1.5rem;display:block}
.gl-mv-label-gold{color:#B8860B}
.gl-mv-text{font-size:1.5rem;font-weight:700;font-family:'Space Grotesk',sans-serif;line-height:1.3;color:#1A3328}

/* ══════════ VALUES ══════════ */
.gl-values-header{text-align:center;margin-bottom:2.5rem;margin-top:1rem}
.gl-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.gl-value-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.25rem;border-radius:1rem;border:1px solid rgba(197,213,188,.3);transition:transform .3s,border-color .3s;cursor:default}
.gl-value-card:hover{transform:translateY(-4px);border-color:rgba(184,134,11,.4)}
.gl-value-icon{width:56px;height:56px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.75rem}
.gl-value-card h4{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:#1A3328;transition:color .3s}
.gl-value-card:hover h4{color:#B8860B}
.gl-value-card p{font-size:.875rem;color:#4A6B5A;line-height:1.5}
.gl-value-green{background:linear-gradient(135deg,rgba(26,51,40,.08),rgba(16,185,129,.04))}
.gl-value-green .gl-value-icon{background:rgba(26,51,40,.1);border:1px solid rgba(26,51,40,.2)}
.gl-value-gold{background:linear-gradient(135deg,rgba(184,134,11,.08),rgba(212,160,23,.04))}
.gl-value-gold .gl-value-icon{background:rgba(184,134,11,.1);border:1px solid rgba(184,134,11,.2)}
.gl-value-blue{background:linear-gradient(135deg,rgba(59,130,246,.07),rgba(96,165,250,.04))}
.gl-value-blue .gl-value-icon{background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.2)}
.gl-value-purple{background:linear-gradient(135deg,rgba(139,92,246,.07),rgba(167,139,250,.04))}
.gl-value-purple .gl-value-icon{background:rgba(139,92,246,.1);border:1px solid rgba(139,92,246,.2)}

/* ══════════ ADVISORS ══════════ */
.gl-advisors{background:#F7FAF5;padding:7rem 0}
.gl-advisors-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;max-width:48rem;margin:0 auto 4rem}
.gl-flip-card{perspective:800px;min-height:360px;cursor:pointer}
.gl-flip-card-inner{position:relative;width:100%;height:100%;min-height:360px;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1)}
.gl-flip-card.flipped .gl-flip-card-inner{transform:rotateY(180deg)}
.gl-flip-front,.gl-flip-back{position:absolute;inset:0;backface-visibility:hidden;border-radius:1rem}
.gl-flip-front{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;background:linear-gradient(135deg,#fff,#EEF3EB);border:1px solid rgba(26,51,40,.15);box-shadow:0 2px 8px rgba(0,0,0,.04)}
.gl-flip-front h3{font-size:1.25rem;font-weight:700;color:#1A3328;margin-bottom:.25rem}
.gl-advisor-photo-wrap{width:96px;height:96px;border-radius:50%;overflow:hidden;border:2px solid rgba(184,134,11,.3);margin-bottom:1.25rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}
.gl-advisor-photo-wrap img{width:100%;height:100%;object-fit:cover}
.gl-advisor-role{font-size:.7rem;font-weight:600;font-family:'JetBrains Mono',monospace;color:#B8860B;text-transform:uppercase;letter-spacing:.1em}
.gl-advisor-org{font-size:.8rem;color:#4A6B5A;margin-top:.25rem}
.gl-flip-back{transform:rotateY(180deg);background:#1A3328;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem}
.gl-flip-back h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}
.gl-flip-back p{font-size:.875rem;color:rgba(255,255,255,.8);line-height:1.6}
.gl-advisory-coming{text-align:center;margin-top:2rem}
.gl-advisory-card{padding:3rem 4rem;border-radius:1.5rem;border:1px solid rgba(197,213,188,.3);background:rgba(255,255,255,.7);margin-top:1rem}
.gl-advisory-icon{width:64px;height:64px;border-radius:1rem;background:rgba(26,51,40,.1);border:1px solid rgba(26,51,40,.2);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#1A3328}
.gl-advisory-card h3{font-size:1.75rem;font-weight:700;color:#1A3328;margin-bottom:1rem}
.gl-advisory-card p{font-size:1.0625rem;color:#4A6B5A;line-height:1.7;max-width:32rem;margin:0 auto}

/* ══════════ CTA ══════════ */
.gl-cta{background:linear-gradient(180deg,#1A3328,#0F1F17);padding:7rem 0;color:#fff}
.gl-cta-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:3rem 0}
.gl-cta-step{display:flex;flex-direction:column;align-items:center;padding:1.75rem;border-radius:1rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(8px);transition:transform .3s,border-color .3s}
.gl-cta-step:hover{transform:translateY(-4px);border-color:rgba(184,134,11,.3)}
.gl-cta-step-num{width:48px;height:48px;border-radius:50%;background:rgba(184,134,11,.2);border:1px solid rgba(184,134,11,.4);display:flex;align-items:center;justify-content:center;color:#D4A017;font-weight:700;font-family:'Space Grotesk',sans-serif;margin-bottom:1rem}
.gl-cta-step h4{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.25rem}
.gl-cta-step p{font-size:.8rem;color:rgba(255,255,255,.6)}
.gl-cta-form-wrap{max-width:32rem;margin:0 auto}
.gl-cta-form{display:flex;gap:.75rem}
.gl-cta-form input[type="email"]{flex:1;padding:1rem 1.25rem;border-radius:.75rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:.875rem;outline:none;transition:border-color .3s}
.gl-cta-form input[type="email"]::placeholder{color:rgba(255,255,255,.4)}
.gl-cta-form input[type="email"]:focus{border-color:rgba(184,134,11,.5)}
.gl-cta-note{font-size:.8rem;color:rgba(255,255,255,.5);margin-top:.75rem}

/* ══════════ FOOTER ══════════ */
.gl-footer{background:#F7FAF5;border-top:1px solid rgba(26,51,40,.1);padding:4rem 0 2rem}
.gl-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2rem}
.gl-footer-logo-wrap{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}
.gl-footer-logo{width:44px;height:44px;object-fit:contain}
.gl-footer-tagline{font-size:.875rem;color:#4A6B5A;line-height:1.6}
.gl-footer-col h4{font-size:.8rem;font-weight:700;font-family:'Space Grotesk',sans-serif;text-transform:uppercase;letter-spacing:.1em;color:#1A3328;margin-bottom:1rem}
.gl-footer-col a{display:block;font-size:.875rem;color:#4A6B5A;padding:.25rem 0;transition:color .3s}
.gl-footer-col a:hover{color:#B8860B}
.gl-compliance-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;border:1px solid rgba(26,51,40,.1);background:rgba(255,255,255,.8);margin-bottom:.5rem;font-size:.8rem;font-weight:500;color:#1A3328}
.gl-footer-partners{padding:1.5rem 0;border-top:1px solid rgba(26,51,40,.1);text-align:center;font-size:.8rem;color:#4A6B5A;margin-bottom:1rem}
.gl-footer-bottom{padding-top:1.5rem;border-top:1px solid rgba(26,51,40,.1);display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:#6B8A7A}
.gl-footer-links{display:flex;gap:1.5rem}
.gl-footer-links a{color:#6B8A7A;transition:color .3s}
.gl-footer-links a:hover{color:#B8860B}

/* ══════════ PAGE TEMPLATE ══════════ */
.gl-page{padding:8rem 0 4rem;min-height:60vh}
.gl-page-content{max-width:48rem;margin:0 auto;padding:0 1.5rem}
.gl-page-title{font-size:2.5rem;margin-bottom:2rem;color:#1A3328}
.gl-page-body{font-size:1.0625rem;line-height:1.8;color:#4A6B5A}
.gl-page-body h2{font-size:1.75rem;margin:2rem 0 1rem;color:#1A3328}
.gl-page-body h3{font-size:1.375rem;margin:1.5rem 0 .75rem;color:#1A3328}
.gl-page-body p{margin-bottom:1.25rem}
.gl-page-body a{color:#B8860B;text-decoration:underline}
.gl-page-body ul,.gl-page-body ol{margin:1rem 0 1.5rem 1.5rem}
.gl-page-body li{margin-bottom:.5rem}
.gl-page-body img{border-radius:.75rem;margin:1.5rem 0}

/* ══════════ ANIMATIONS ══════════ */
@keyframes gl-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}
[data-reveal]{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}
[data-reveal="left"]{transform:translateX(-40px)}
[data-reveal="right"]{transform:translateX(40px)}
[data-reveal].revealed{opacity:1;transform:translate(0)}

/* ══════════ WORDPRESS ══════════ */
.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}
#wpadminbar~.gl-nav{top:32px}

/* ══════════ RESPONSIVE ══════════ */
@media(min-width:640px){
  .gl-hero-heading{font-size:4rem}
  .gl-stats-grid{grid-template-columns:repeat(3,1fr)}
}
@media(min-width:1024px){
  .gl-hero-heading{font-size:5.5rem}
  .gl-heading{font-size:3.25rem}
}
@media(max-width:1023px){
  .gl-hiw-card,.gl-hiw-card-reverse{flex-direction:column}
  .gl-hiw-card-image,.gl-hiw-card-content{width:100%}
  .gl-hiw-card-image{aspect-ratio:16/10}
  .gl-hiw-card-content{padding:2rem}
  .gl-purpose-grid{grid-template-columns:1fr}
  .gl-mv-grid{grid-template-columns:1fr}
  .gl-cta-steps{grid-template-columns:1fr}
}
@media(max-width:767px){
  .gl-nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1);border-top:1px solid rgba(197,213,188,.3)}
  .gl-nav-links.open{display:flex}
  .gl-nav-toggle{display:flex}
  .gl-nav-cta{text-align:center;width:100%}
  .gl-hero-heading{font-size:2.5rem}
  .gl-hero-ctas{flex-direction:column}
  .gl-hero-inner{padding-top:8rem;padding-bottom:3rem}
  .gl-challenge-bg{display:none}
  .gl-stats-grid{grid-template-columns:repeat(2,1fr)}
  .gl-partners-wrap{flex-direction:column;align-items:flex-start}
  .gl-partner-logos{flex-direction:column}
  .gl-values-grid{grid-template-columns:1fr}
  .gl-advisors-grid{grid-template-columns:1fr}
  .gl-flip-card{min-height:300px}
  .gl-flip-card-inner{min-height:300px}
  .gl-footer-grid{grid-template-columns:1fr}
  .gl-footer-bottom{flex-direction:column;gap:.75rem;text-align:center}
  .gl-signal-check-header{flex-direction:column}
  .gl-cta-form{flex-direction:column}
  .gl-diff-table{font-size:.75rem}
  .gl-diff-name{font-size:.75rem}
}
