/*
Theme Name: Crown & Compass Global
Author: Crown & Compass Global
Description: Custom WordPress theme for Crown & Compass Global Business Operations website.
Version: 1.0
Text Domain: crown-and-compass-global
*/

:root{
  --navy: #10192b;
  --navy-2: #1b2740;
  --blue: #2f6fb0;
  --blue-dark: #234f80;
  --accent: #c8791f;
  --accent-dark: #a3630f;
  --ink: #232a35;
  --ink-soft: #4c5566;
  --paper: #ffffff;
  --line: #e2e5ea;
}

/* ==========================================
   CONTRACT BASICS MODAL
   ========================================== */








/* CLOSE BUTTON */






/* TAB BAR */










/* MODAL BODY */








/* INTRO TEXT */

.content-intro{
    margin:0 0 30px;

    font-size:18px;
    line-height:1.65;

    color:var(--ink);
}


/* CONTENT CARDS */

.topic-block{
    background:#f5f7fa;

    border:1px solid var(--line);
    border-left:4px solid var(--accent);

    border-radius:0 5px 5px 0;

    padding:22px 24px;

    margin-bottom:18px;
}

.topic-block h4{
    margin:0 0 10px;

    font-family:"Lora", serif;

    font-size:20px;
    font-weight:600;

    color:var(--navy);
}

.topic-block p{
    margin:0;

    font-size:16px;
    line-height:1.65;

    color:var(--ink-soft);
}


/* DRAFTING LIST */

.drafting-list{
    columns:2;
    column-gap:32px;

    list-style:none;

    margin:16px 0 0;
    padding:0;
}

.drafting-list li{
    position:relative;

    padding:6px 0 6px 18px;

    break-inside:avoid;

    font-size:15px;

    color:var(--ink-soft);
}

.drafting-list li::before{
    content:"–";

    position:absolute;
    left:0;

    color:var(--accent);
}


/* QUOTE */

.pull-quote{
    margin:30px 0 18px;

    padding:8px 0 8px 20px;

    border-left:3px solid var(--blue);

    font-family:"Lora", serif;
    font-style:italic;

    font-size:19px;
    line-height:1.55;

    color:var(--blue-dark);
}




/* MOBILE */

@media (max-width:700px){


    

    

    

    

    .drafting-list{
        columns:1;
    }


}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:"Assistant", sans-serif;
  color:var(--ink);
  background:var(--paper);
  -webkit-font-smoothing:antialiased;
}

h1,
h2,
h3{
  font-family:"Lora", serif;
  margin:0;
  color:var(--navy);
}

/* =========================
   NAVIGATION
   ========================= */

.navbar{
  background:var(--navy);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 48px;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-family:"Lora", serif;
  font-weight:600;
  letter-spacing:0.04em;
  font-size:18px;
}

.brand .mark{
  width:38px;
  height:38px;
  border:1.0px solid #fff;
  border-radius:55%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
}

.nav-links{
  display:flex;
  gap:34px;
  list-style:none;
  margin:0;
  padding:0;
  font-size:14.5px;
  font-weight:500;
}

.nav-links a{
  color:#fff;
  text-decoration:none;
  opacity:0.92;
}

.nav-links a:hover{
  opacity:1;
  text-decoration:underline;
}

.nav-links .active{
  border-bottom:2px solid var(--blue);
  padding-bottom:4px;
}

/* =========================
   HERO
   ========================= */













/* =========================
   DIAGNOSTIC / WHERE DO YOU NEED HELP
   ========================= */











/* Three HORIZONTAL rows */


/* Text left — button right */




/* Blue button */





/* MOBILE */


/* =========================
   BUSINESS OPERATIONS SERVICES
   Reference-style wider layout
   ========================= */






























/* TABLET */



/* MOBILE */


/* =========================
   PRIVACY / TRUST BAND
   Wider reference layout
   ========================= */

.trust-band{
  background:#fff;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:70px 24px 78px;
}

.trust-band-inner{
  max-width:1320px;
  margin:0 auto;
  text-align:center;
}

.trust-band-inner h2{
  font-size:36px;
  font-weight:600;
  line-height:1.2;
}

.trust-band-inner .rule{
  margin-left:auto;
  margin-right:auto;
  margin-bottom:38px;
}

.trust-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);

  gap:36px;

  margin-top:0;
  text-align:left;
}

.trust-item{
  background:#f5f7fa;
  border:1px solid var(--line);
  border-top:3px solid var(--accent);
  border-radius:4px;

  padding:32px 30px;

  min-height:245px;
}

.trust-label{
  display:block;
  font-family:"Lora", serif;
  font-weight:600;
  font-size:22px;
  color:var(--navy);
  margin-bottom:14px;
}

.trust-item p{
  font-size:18px;
  line-height:1.65;
  color:var(--ink-soft);
  margin:0;
}

@media (max-width:900px){


  .trust-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  .trust-item{
    min-height:auto;
  }

}

/* =========================
   STATISTICS BAND
   ========================= */

.stat-band{
    background: var(--navy);
    padding: 55px 24px;
}

.stat-band-inner{
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    align-items: stretch;
}

.stat{
    text-align: center;
    padding: 18px 42px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.stat:first-child{
  border-left:none;
}

.stat-num{
  display:block;

  font-family:"Lora", serif;
  font-weight:700;
  font-size:28px;
  line-height:1.2;

  color:#fff;

  margin:0 0 18px;
}

/* Little orange line under each headline */
.stat-num::after{
  content:"";
  display:block;

  width:46px;
  height:2px;

  background:var(--accent);

  margin:18px auto 0;
}

.stat-label{
  display:block;

  max-width:240px;

  font-size:14px;
  line-height:1.65;

  color:#b9c4d6;
}


/* TABLET */
@media (max-width:860px){


  .stat-band-inner{
    grid-template-columns:1fr 1fr;
  }

  .stat{
    min-height:240px;
    border-left:none;
    border-top:1px solid rgba(255,255,255,0.16);
  }

  .stat:nth-child(1),
.stat:nth-child(2){
    border-top:none;
  }

  .stat:nth-child(even){
    border-left:1px solid rgba(255,255,255,0.16);
  }

}


/* MOBILE */
@media (max-width:520px){


  .stat-band{
    padding:48px 20px;
  }

  .stat-band-inner{
    grid-template-columns:1fr;
  }

  .stat{
    min-height:auto;
    padding:34px 20px;
    border-left:none !important;
    border-top:1px solid rgba(255,255,255,0.16);
  }

  .stat:first-child{
    border-top:none;
  }

}

/* =========================
   FLOATING CONSULTATION CTA
   ========================= */

.floating-cta{
  position:fixed;
  top:50%;
  right:0;
  transform:translateY(-50%) rotate(180deg);
  writing-mode:vertical-rl;
  display:flex;
  align-items:center;
  gap:12px;
  background:var(--accent);
  color:#fff;
  text-decoration:none;
  font-family:"Montserrat",sans-serif;
  font-weight:700;
  font-size:18px;
  letter-spacing:0.04em;
  padding:34px 18px;
  border-radius:10px 0 0 10px;
  border:2px solid rgba(255,255,255,0.35);
  border-right:none;
  box-shadow:-6px 0 30px rgba(16,25,43,0.4);
  z-index:100;
  animation:
    pulse-cta 2.4s ease-in-out infinite,
    slide-in-cta 0.6s ease-out 0.3s both;
  transition:
    background 0.2s ease,
    padding-right 0.2s ease;
}

.floating-cta .cta-arrow{
  font-size:24px;
  line-height:1;
  transform:rotate(180deg);
}

.floating-cta:hover{
  background:var(--accent-dark);
  padding-right:30px;
  animation-play-state:paused;
}

@keyframes pulse-cta{

  0%,
  100%{
    box-shadow:
      -6px 0 30px rgba(16,25,43,0.4),
      0 0 0 0 rgba(200,121,31,0.6);
  }

  50%{
    box-shadow:
      -6px 0 30px rgba(16,25,43,0.4),
      0 0 0 14px rgba(200,121,31,0);
  }
}

@keyframes slide-in-cta{

  from{
    transform:
      translateY(-50%)
      translateX(100%)
      rotate(180deg);
  }

  to{
    transform:
      translateY(-50%)
      translateX(0)
      rotate(180deg);
  }
}

@media (max-width:720px){


  .floating-cta{
    font-size:16px;
    padding:28px 15px;
    gap:8px;
  }

  .floating-cta .cta-arrow{
    font-size:18px;
  }

}

/* =========================
   GLOBAL SITE FOOTER
   ========================= */

.site-footer{
  position:relative;
  background:#292929;
  color:#fff;
  overflow:hidden;
}

.footer-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(
      circle at 78% 45%,
      rgba(47,111,176,0.10),
      transparent 35%
    ),
    linear-gradient(
      90deg,
      rgba(0,0,0,0.05),
      rgba(0,0,0,0.30)
    );
  pointer-events:none;
}

.footer-inner{
  position:relative;
  z-index:1;

  max-width:1680px;
  margin:0 auto;
  padding:70px 60px 76px;

  display:grid;
  grid-template-columns:
    1.15fr
    0.9fr
    0.8fr
    1.55fr;

  gap:70px;
  align-items:start;
}


/* =========================
   FOOTER TYPOGRAPHY
   ========================= */

.footer-column{
  min-width:0;
}

.footer-column h3{
  color:#fff;
  font-family:"Montserrat",sans-serif;
  font-size:20px;
  font-weight:500;
  text-align:center;
  margin:0 0 14px;
}

.footer-rule{
  width:100%;
  height:2px;
  background:rgba(255,255,255,0.85);
  margin-bottom:28px;
}


/* =========================
   COMPANY / LOGO COLUMN
   ========================= */

.footer-logo-placeholder{
  width:220px;
  height:115px;

  display:flex;
  align-items:center;
  justify-content:center;

  margin:0 0 28px;

  border:1px dashed rgba(255,255,255,0.28);

  font-family:"Lora",serif;
  font-size:36px;
  font-weight:700;

  color:#6f86a3;
}

.footer-company > p{
  max-width:350px;
  margin:0;

  font-size:14px;
  line-height:1.55;

  color:#fff;
  text-align:justify;
}

.footer-socials{
  display:flex;
  gap:26px;
  margin-top:46px;
  justify-content:center;
  max-width:350px;
}

.footer-socials a{
  width:26px;
  height:26px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:#fff;
  color:#111;

  font-size:15px;
  font-weight:800;

  text-decoration:none;
  border-radius:2px;
}


/* =========================
   CONTACT COLUMN
   ========================= */

.footer-contact{
  font-size:15px;
  line-height:1.65;
  text-align:center;
}

.footer-contact p{
  margin:0 0 20px;
}

.footer-contact strong{
  font-weight:600;
}


/* =========================
   SERVICES COLUMN
   ========================= */

.footer-services{
  text-align:center;
}

.footer-services a{
  display:block;

  color:#fff;
  text-decoration:none;

  font-size:15px;

  margin:0 0 15px;
}

.footer-services a:hover{
  text-decoration:underline;
}


/* =========================
   NEWSLETTER
   ========================= */

.footer-newsletter h3{
  text-align:left;
  font-size:19px;
  line-height:1.35;
  margin-bottom:26px;
}

.newsletter-form{
  display:flex;
  width:100%;
  margin-bottom:20px;
}

.newsletter-form input{
  flex:1;
  min-width:0;

  background:transparent;

  border:none;
  border-bottom:1px solid rgba(255,255,255,0.65);

  color:#fff;

  font-family:"Montserrat",sans-serif;
  font-size:18px;

  padding:14px 14px;
  outline:none;
}

.newsletter-form input::placeholder{
  color:rgba(255,255,255,0.65);
}

.newsletter-form button{
  border:none;
  background:#3b5878;
  color:#fff;

  font-family:"Montserrat",sans-serif;
  font-size:14px;
  font-weight:600;

  padding:0 38px;

  cursor:pointer;
}

.newsletter-form button:hover{
  background:var(--blue);
}

.footer-copyright{
  text-align:center;

  font-size:15px;
  font-weight:500;

  margin:18px 0 0;

  color:#fff;
}


/* =========================
   FOOTER RESPONSIVE
   ========================= */

@media (max-width:1100px){


  .footer-inner{
    grid-template-columns:1fr 1fr;
    gap:55px;
    padding:60px 40px;
  }


}


@media (max-width:700px){


  .footer-inner{
    grid-template-columns:1fr;
    gap:48px;
    padding:50px 26px;
  }

  .footer-logo-placeholder{
    margin-left:auto;
    margin-right:auto;
  }

  .footer-company > p{
    max-width:none;
  }

  .footer-socials{
    max-width:none;
  }

  .newsletter-form{
    flex-direction:column;
    gap:14px;
  }

  .newsletter-form button{
    padding:15px 24px;
  }


}

/* ==================================================
   JLG GLOBAL TYPOGRAPHY SCALE
   Larger typography to match reference design
   ================================================== */


/* ---------- NAVIGATION ---------- */

.site-header,
.site-header a,
.main-navigation a{
  font-size:15px;
}


/* ---------- HERO ---------- */






/* ---------- SECTION HEADINGS ---------- */

.trust-band-inner h2{
  font-size:32px;
  line-height:1.2;
}


/* ---------- SECTION INTRO TEXT ---------- */

.services-intro{
  font-size:18px;
  line-height:1.6;
}


/* ---------- WHERE DO YOU NEED HELP ---------- */






/* ---------- SERVICE CARDS ---------- */










/* ---------- PRIVACY / TRUST SECTION ---------- */

.trust-label{
  font-size:20px;
}

.trust-item p{
  font-size:16px;
  line-height:1.65;
}


/* ---------- STATISTICS ---------- */

.stat-num{
  font-size:30px;
}

.stat-label{
  font-size:15px;
  line-height:1.6;
}


/* ---------- FLOATING CTA ---------- */

.floating-cta{
  font-size:19px;
}


/* ==================================================
   FOOTER TYPOGRAPHY
   ================================================== */

.footer-column h3{
  font-size:22px;
}

.footer-company > p{
  font-size:16px;
  line-height:1.65;
}

.footer-contact{
  font-size:16px;
  line-height:1.7;
}

.footer-services a{
  font-size:16px;
}

.footer-newsletter h3{
  font-size:21px;
  line-height:1.4;
}

.newsletter-form input{
  font-size:18px;
}

.newsletter-form button{
  font-size:15px;
}

.footer-copyright{
  font-size:16px;
}


/* ---------- MOBILE TYPOGRAPHY ---------- */

@media (max-width:700px){


  

  .trust-band-inner h2{
    font-size:27px;
  }

  .services-intro{
    font-size:16px;
  }


}

/* ==================================================
   JLG REFERENCE TYPOGRAPHY — FINAL SCALE
   Match original THG reference proportions
   ================================================== */


/* HEADER / NAV */

.site-header{
  min-height:64px;
}

.site-header a,
.main-nav a{
  font-size:16px;
  font-weight:600;
}


/* HEADER LOGO / JLG TEXT */

.site-branding,
.site-branding a{
  font-size:18px;
}


/* HERO EYEBROW */




/* HERO MAIN HEADLINE */




/* MAIN SECTION HEADINGS */

.trust-band-inner h2{
  font-size:36px;
  line-height:1.2;
}


/* LITTLE LINE UNDER SECTION HEADINGS */

.rule{
  margin-top:22px;
  margin-bottom:26px;
}


/* SECTION INTRO COPY */

.services-intro{
  font-size:22px;
  line-height:1.55;
}


/* ==================================================
   WHERE DO YOU NEED HELP
   ================================================== */








/* ==================================================
   SERVICE CARDS
   ================================================== */










/* ==================================================
   TRUST SECTION
   ================================================== */

.trust-label{
  font-size:22px;
}

.trust-item p{
  font-size:18px;
  line-height:1.65;
}


/* ==================================================
   STATS
   ================================================== */

.stat-num{
  font-size:32px;
}

.stat-label{
  font-size:17px;
  line-height:1.6;
}


/* ==================================================
   FLOATING CONSULTATION BUTTON
   ================================================== */

.floating-cta{
  font-size:21px;
}


/* ==================================================
   FOOTER — SCALE EVERYTHING UP TOO
   ================================================== */

.footer-column h3{
  font-size:24px;
}

.footer-company > p{
  font-size:17px;
  line-height:1.7;
}

.footer-contact{
  font-size:18px;
  line-height:1.7;
}

.footer-services a{
  font-size:18px;
}

.footer-newsletter h3{
  font-size:23px;
  line-height:1.4;
}

.newsletter-form input{
  font-size:20px;
}

.newsletter-form button{
  font-size:17px;
}

.footer-copyright{
  font-size:18px;
}


/* ==================================================
   MOBILE — DON'T LET DESKTOP SIZES GET RIDICULOUS
   ================================================== */

@media (max-width:800px){


  .site-header a,
.main-navigation a{
    font-size:20px;
  }

  

  

  .trust-band-inner h2{
    font-size:30px;
  }

  .services-intro{
    font-size:17px;
  }

  


}

/* Wider content proportions to match reference */











/* =========================
   SERVICES SECTION HEADER
   Match reference layout
   ========================= */







/* =========================
   HERO HEADLINE WIDTH / WRAPPING
   Match reference proportions
   ========================= */





/* More breathing room under hero headline */


/* Center the hero content vertically */


/* ==========================================
   HEADER / NAVIGATION — MATCH CCG REFERENCE
   ========================================== */

/* Make the whole header taller */
.site-header{
  min-height:64px;
}

/* Header inner container */
.site-header .header-inner{
  min-height:64px;
  padding-top:0;
  padding-bottom:0;
}

/* JLG circle */
.site-header .brand-mark{
  width:38px;
  height:38px;
  font-size:14px;
}

/* JLG text beside circle */
.site-header .brand-name{
  font-size:18px;
  font-weight:700;
}

/* Navigation links */
.site-header nav a{
  font-size:16px;
  font-weight:600;
}

/* More breathing room between nav links */
.site-header nav{
  gap:36px;
}

/* ==========================================
   FINAL HEADER / NAV SIZE
   Bigger navigation + no active blue line
   ========================================== */

/* Make header taller */
.site-header{
    min-height: 76px;
}

/* Navigation container */
.site-header nav{
    display: flex;
    align-items: center;
    gap: 42px;
}

/* ALL navigation links */
.site-header nav a{
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.2;
    padding: 26px 0 !important;
    color: #ffffff;
    text-decoration: none !important;
    border-bottom: none !important;
}

/* REMOVE blue line from current/active page */
.site-header nav a.active,
.site-header nav a.current,
.site-header nav .current-menu-item > a,
.site-header nav .current_page_item > a,
.site-header nav .current-menu-ancestor > a{
    border-bottom: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* Remove underline if it was created with ::after */
.site-header nav a::after,
.site-header nav a.active::after,
.site-header nav .current-menu-item > a::after,
.site-header nav .current_page_item > a::after{
    display: none !important;
    content: none !important;
}

/* Make JLG brand larger too */
.site-header .brand-mark{
    width: 40px;
    height: 40px;
    font-size: 14px;
}

.site-header .brand-name{
    font-size: 19px !important;
    font-weight: 700;
}

/* ==========================================
   FINAL NAVBAR OVERRIDE
   ========================================== */

.navbar{
    min-height: 76px;
    padding: 0 48px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* JLG brand area */
.brand{
    display: flex;
    align-items: center;
    gap: 14px;

    font-size: 20px !important;
    font-weight: 700;
}

/* Circle JLG mark */
.mark{
    width: 42px !important;
    height: 42px !important;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px !important;
}

/* Navigation container */
.nav-links{
    display: flex;
    align-items: center;

    gap: 42px !important;

    margin: 0;
    padding: 0;

    list-style: none;
}

/* ACTUAL navigation links */
.nav-links li a{
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.2;

    color: #ffffff;

    text-decoration: none !important;
    border-bottom: none !important;

    padding: 26px 0 !important;
}

/* Remove active blue underline */
.nav-links li.active a{
    border-bottom: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* In case underline was created with a pseudo-element */
.nav-links li.active a::after,
.nav-links li a::after{
    display: none !important;
    content: none !important;
}

/* ==========================================
   NAVIGATION FONT
   ========================================== */

.nav-links li a{
    font-family:"Montserrat", sans-serif !important;
    font-size:18px !important;
    font-weight:500 !important;
    letter-spacing:0;
}

/* ==========================================
   NAVIGATION HOVER UNDERLINE
   ========================================== */

.nav-links li a{
    position:relative;
}

.nav-links li a::after{
    content:"" !important;

    display:block !important;

    position:absolute;

    left:50%;
    bottom:17px;

    width:0;
    height:2px;

    background:var(--blue);

    transform:translateX(-50%);

    transition:width 0.22s ease;
}

/* Expand line on hover */
.nav-links li a:hover::after{
    width:70%;
}

/* ==========================================
   SECTION HEADING BLUE DIVIDERS
   ========================================== */

/* Where Do You Need Help? */
.help-section h2::after,
/* Privacy-First,
AI-Assisted,
Human-Approved */
.privacy-section h2::after{
    content: "";
    display: block;

    width: 70px;
    height: 3px;

    background: var(--blue);

    margin: 22px auto 0;
}

/* ==========================================
   BLUE SECTION DIVIDER LINES
   ========================================== */

.rule{
    width: 70px;
    height: 3px;
    background: var(--blue);
}

.rule.center{
    margin: 22px auto 26px;
}

/* ==========================================
   INFORMATION OPERATIONS HERO
   ========================================== */




/* Grid / dark overlay */












/* MOBILE */


/* ==========================================
   INFORMATION OPERATIONS
   DOES THIS SOUND FAMILIAR?
   ========================================== */

.familiar-band{
    background:#f5f7fa;

    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);

    padding:72px 24px;
}

.familiar-band-inner{
    max-width:1180px;
    margin:0 auto;

    text-align:center;
}

.familiar-band-inner h2{
    font-size:36px;
    font-weight:600;
    line-height:1.2;

    margin:0;
}

.familiar-band-inner .rule{
    width:70px;
    height:3px;

    background:var(--blue);

    margin:22px auto 38px;
}

.pain-list{
    list-style:none;

    margin:0;
    padding:0;

    display:grid;
    grid-template-columns:1fr 1fr;

    gap:20px 48px;

    text-align:left;
}

.pain-list li{
    position:relative;

    padding-left:24px;

    font-size:18px;
    line-height:1.55;

    color:var(--ink-soft);
}

.pain-list li::before{
    content:"";

    position:absolute;
    left:0;
    top:10px;

    width:9px;
    height:9px;

    background:var(--blue);

    border-radius:50%;
}


/* MOBILE */
@media (max-width:760px){


    .pain-list{
        grid-template-columns:1fr;
        gap:16px;
    }

    .familiar-band-inner h2{
        font-size:30px;
    }

    .pain-list li{
        font-size:17px;
    }


}

/* ==========================================
   INFORMATION OPERATIONS MAIN CONTENT
   ========================================== */




/* TWO-COLUMN LAYOUT */

.page-grid{
    max-width:1320px;
    margin:0 auto;

    padding:84px 32px 96px;

    display:grid;
    grid-template-columns:320px 1fr;

    gap:72px;

    align-items:start;
}


/* ==========================================
   SIDEBAR
   ========================================== */

.sidebar h4{
    margin:0 0 18px;

    font-family:"Lora", serif;

    font-size:23px;
    font-weight:600;

    color:var(--navy);
}


.side-list{
    list-style:none;

    margin:0;
    padding:0;

    background:var(--navy);

    border-radius:5px;

    overflow:visible;
}


.side-list li{
    position:relative;

    display:flex;
    align-items:stretch;

    border-bottom:1px solid rgba(255,255,255,0.12);
}


.side-list li:last-child{
    border-bottom:none;
}


.side-list a{
    flex:1;

    display:flex;
    align-items:center;

    min-height:62px;

    padding:16px 20px;

    color:#fff;

    text-decoration:none;

    font-size:17px;
    font-weight:500;

    transition:
        background 0.15s ease,
        padding-left 0.15s ease;
}


.side-list a:hover{
    background:var(--blue-dark);
    padding-left:26px;
}


/* INFO BUTTON */

.tip-toggle{
    flex:0 0 44px;

    border:none;
    border-left:1px solid rgba(255,255,255,0.14);

    background:transparent;

    color:rgba(255,255,255,0.8);

    font-family:"Lora",serif;
    font-style:italic;

    font-size:15px;

    cursor:pointer;
}


.tip-toggle:hover{
    background:var(--blue-dark);
    color:#fff;
}


/* TOOLTIP */

.side-tip{
    position:absolute;

    top:0;
    left:calc(100% + 16px);

    width:310px;

    padding:20px 22px;

    background:#fff;

    border:1px solid var(--line);
    border-left:4px solid var(--blue);

    border-radius:5px;

    box-shadow:0 12px 32px rgba(16,25,43,0.15);

    color:var(--ink-soft);

    font-size:15px;
    line-height:1.6;

    opacity:0;
    visibility:hidden;

    transform:translateX(-8px);

    transition:
        opacity 0.15s ease,
        transform 0.15s ease,
        visibility 0.15s;

    z-index:20;

    pointer-events:none;
}


.side-list li:hover .side-tip,
.side-list li.tip-open .side-tip{
    opacity:1;
    visibility:visible;

    transform:translateX(0);
}


/* ==========================================
   RIGHT-SIDE CONTENT
   ========================================== */

.main-content{
    min-width:0;
}


.eyebrow-label{
    margin-bottom:18px;

    color:var(--blue-dark);

    font-family:"Montserrat", sans-serif;

    font-size:15px;
    font-weight:700;

    letter-spacing:0.14em;

    text-transform:uppercase;
}


.main-content p.lead{
    margin:0;

    color:var(--ink);

    font-size:21px;
    line-height:1.7;
}


.how-jlg-heading{
    margin:64px 0 0;

    font-size:34px;
    font-weight:600;

    line-height:1.2;
}


.main-content > .rule{
    margin:22px 0 32px;
}


/* ==========================================
   ASSESS / ORGANIZE / GOVERN / SUSTAIN
   ========================================== */

.steps{
    display:grid;

    grid-template-columns:repeat(4, 1fr);

    gap:24px;
}


.step{
    min-height:210px;

    padding:28px 24px;

    background:#f5f7fa;

    border:1px solid var(--line);

    border-radius:5px;
}


.step-label{
    display:inline-block;

    margin-bottom:14px;

    font-family:"Lora", serif;

    font-size:21px;
    font-weight:600;

    color:var(--blue-dark);
}


.step p{
    margin:0;

    font-size:16px;
    line-height:1.6;

    color:var(--ink-soft);
}


/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width:1050px){


    .page-grid{
        grid-template-columns:1fr;
        gap:50px;
    }

    .steps{
        grid-template-columns:1fr 1fr;
    }

    .side-tip{
        position:static;

        width:auto;

        display:none;

        opacity:1;
        visibility:visible;

        transform:none;

        border:none;
        border-top:1px solid var(--line);

        box-shadow:none;

        pointer-events:auto;
    }

    .side-list li{
        flex-wrap:wrap;
    }

    .side-list li.tip-open .side-tip{
        display:block;
        width:100%;
    }

}


@media (max-width:650px){


    .page-grid{
        padding:60px 22px 72px;
    }

    .steps{
        grid-template-columns:1fr;
    }

    .main-content p.lead{
        font-size:18px;
    }

    .how-jlg-heading{
        font-size:30px;
    }


}

/* ==========================================
   INFORMATION OPERATIONS
   DOES THIS SOUND FAMILIAR?
   ========================================== */

.familiar-band{
    background:#f5f7fa;

    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);

    padding:72px 24px;
}

.familiar-band-inner{
    max-width:1180px;
    margin:0 auto;

    text-align:center;
}

.familiar-band-inner h2{
    font-size:36px;
    font-weight:600;
    line-height:1.2;

    margin:0;
}

.familiar-band-inner .rule{
    width:70px;
    height:3px;

    background:var(--blue);

    margin:22px auto 38px;
}

.pain-list{
    list-style:none;

    margin:0;
    padding:0;

    display:grid;
    grid-template-columns:1fr 1fr;

    gap:20px 48px;

    text-align:left;
}

.pain-list li{
    position:relative;

    padding-left:24px;

    font-size:18px;
    line-height:1.55;

    color:var(--ink-soft);
}

.pain-list li::before{
    content:"";

    position:absolute;
    left:0;
    top:10px;

    width:9px;
    height:9px;

    background:var(--blue);

    border-radius:50%;
}


/* MOBILE */
@media (max-width:760px){


    .pain-list{
        grid-template-columns:1fr;
        gap:16px;
    }

    .familiar-band-inner h2{
        font-size:30px;
    }

    .pain-list li{
        font-size:17px;
    }


}

/* ==========================================
   INFORMATION OPERATIONS
   MAIN CONTENT — FINAL SCALE / SPACING
   ========================================== */






/* SIDEBAR */








/* RIGHT SIDE EYEBROW */




/* INTRODUCTION */




/* HOW JLG HELPS */






/* FOUR CARDS */










/* TABLET / MOBILE */





/* ==========================================
   INFORMATION OPERATIONS
   ALIGNMENT / WIDTH POLISH
   ========================================== */











/* Give the whole section a little more vertical balance */


/* ==========================================
   INFORMATION OPERATIONS
   ALIGNMENT / WIDTH POLISH
   ========================================== */











/* Give the whole section a little more vertical balance */


/* ==========================================
   STATS BAND — CLEAN WIDE VERSION
   ========================================== */

.stat-band{
    background:var(--navy);
    padding:56px 24px;
}

.stat-band-inner{
    max-width:1500px;
    width:94%;
    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(4, 1fr);

    gap:0;
}

.stat{
    text-align:center;
    padding:0 42px;

    border-left:1px solid rgba(255,255,255,0.16);
}

.stat:first-child{
    border-left:none;
}

.stat-num{
    display:block;

    font-family:"Lora", serif;
    font-weight:700;
    font-size:30px;
    line-height:1.2;

    color:#fff;

    margin:0 0 14px;
}

.stat-num::after{
    content:"";
    display:block;

    width:42px;
    height:2px;

    background:var(--accent);

    margin:14px auto 0;
}

.stat-label{
    display:block;

    max-width:300px;
    margin:0 auto;

    font-size:16px;
    line-height:1.55;

    color:#b9c4d6;
}

/* ==========================================
   INFORMATION OPERATIONS
   FINAL REFERENCE LAYOUT
   ========================================== */






/* LEFT SIDEBAR */










/* RIGHT CONTENT */








/* HOW JLG HELPS */






/* FOUR PROCESS CARDS */










/* TABLET */




/* MOBILE */



/* ==========================================
   CONTRACT & COMMERCIAL OPERATIONS
   FAMILIAR SECTION - TEXT SIZE
   ========================================== */







/* ==========================================
   CONTRACT PAGE — SIDEBAR SECTION SPACING
   ========================================== */

.page-grid .sidebar h4{
    margin: 0 0 16px;
    line-height: 1.2;
}

/* Give the second sidebar heading breathing room */
.page-grid .sidebar .side-list + h4{
    margin-top: 32px;
    margin-bottom: 16px;
}

/* ==========================================
   CONTRACT PAGE — HOW JLG HELPS SPACING
   ========================================== */



/* ==========================================
   HOW JLG HELPS — TOP SPACING
   ========================================== */

.section-heading{
    margin-top: 48px;
    margin-bottom: 0;
}

/* ==========================================
   CONTRACT PAGE
   SERVICES INCLUDE / TYPICAL ENGAGEMENTS
   ========================================== */




/* HEADINGS */




/* LISTS */








/* BLUE CHECKMARK */




/* MOBILE */



/* ==========================================
   DIGITAL TRANSFORMATION READINESS
   FAMILIAR SECTION
   ========================================== */













/* ==========================================
   DIGITAL TRANSFORMATION READINESS
   FAMILIAR SECTION — MATCH REFERENCE
   ========================================== */






/* TOP INTRO — narrower so it wraps like reference */






/* HEADING */






/* TWO-COLUMN BULLETS */






/* MOBILE */



/* ==========================================
   DIGITAL READINESS — FONT SIZE BOOST
   ========================================== */

/* Intro sentence */


/* Main heading */


/* Bullet text */


/* ==========================================
   DIGITAL READINESS — SPREAD BULLETS OUT
   ========================================== */





/* DIGITAL READINESS — KEEP INTRO ON ONE LINE */





/* ==================================================
   JLG GLOBAL TYPOGRAPHY SYSTEM
   ================================================== */


/* ==========================================
   BODY / GENERAL COPY — ASSISTANT
   ========================================== */

body,
p,
li,
label,
input,
textarea,
select{
    font-family:"Assistant", sans-serif !important;
}


/* Body copy specifically */
.main-content p,
.pain-list li,
.trust-item p,
.step p,
.stat-label,
.side-tip,
.check-list li,
.topic-block p,
.content-intro{
    font-family:"Assistant", sans-serif !important;
}


/* ==========================================
   ALL HEADINGS — LORA
   ========================================== */

h1,
h2,
h3,
h4,
h5,
h6{
    font-family:"Lora", serif !important;
}


/* Small/card/sidebar headings */
.sidebar h4,
.trust-label,
.step-label,
.list-block h3,
.topic-block h4,
.stat-num{
    font-family:"Lora", serif !important;
}


/* Hero headings */



/* ==========================================
   HEADER / NAVIGATION — MONTSERRAT
   ========================================== */

.navbar,
.navbar a,
.nav-links,
.nav-links li,
.nav-links li a,
.brand,
.brand .mark{
    font-family:"Montserrat", sans-serif !important;
}


/* ==========================================
   FLOATING CONSULTATION CTA — MONTSERRAT
   ========================================== */

.floating-cta,
.floating-cta span,
.floating-cta .cta-arrow{
    font-family:"Montserrat", sans-serif !important;
}


/* ==========================================
   ENTIRE FOOTER — MONTSERRAT
   ========================================== */

.site-footer,
.site-footer *,
.footer-inner,
.footer-column,
.footer-column h3,
.footer-column p,
.footer-column a,
.footer-contact,
.footer-services a,
.footer-newsletter h3,
.newsletter-form input,
.newsletter-form button,
.footer-copyright{
    font-family:"Montserrat", sans-serif !important;
}

/* ==========================================
   DIGITAL READINESS — BRIDGE CALLOUT RESTORE
   ========================================== */



/* ==================================================
   JLG GLOBAL TYPOGRAPHY — SIZE ADJUSTMENT
   ================================================== */

/* BODY COPY — ASSISTANT */
body{
    font-size:20px;
}

p,
li{
    font-size:18px;
    line-height:1.6;
}


/* MAJOR PAGE HEADINGS */
h1{
    font-size:58px;
    line-height:1.12;
}

h2{
    font-size:36px;
    line-height:1.2;
}

h3{
    font-size:26px;
    line-height:1.25;
}

h4{
    font-size:21px;
    line-height:1.3;
}


/* SIDEBAR HEADINGS */
.sidebar h4{
    font-size:27px;
}


/* SIDEBAR ITEMS */
.side-list a{
    font-size:19px;
}


/* FOUR PROCESS CARDS */
.step-label{
    font-size:22px !important;
}

.step p{
    font-size:19px !important;
    line-height:1.5;
}


/* PRIVACY / TRUST CARDS */
.trust-label{
    font-size:22px !important;
}

.trust-item p{
    font-size:18px !important;
    line-height:1.65;
}


/* STATS BAND */
.stat-num{
    font-size:29px !important;
    line-height:1.15;
}

.stat-label{
    font-size:18px !important;
    line-height:1.55;
}


/* DOES THIS SOUND FAMILIAR */
.pain-list li{
    font-size:22px !important;
    line-height:1.55;
}


/* MAIN SERVICE PAGE COPY */
.main-content .lead,
.main-content > p{
    font-size:20px !important;
    line-height:1.55;
}


/* CALLOUT / BRIDGE STATEMENTS */
.bridge-statement{
    font-size:19px !important;
    line-height:1.65;
}

/* ==========================================
   PRIVACY / TRUST CARDS — LARGER TYPOGRAPHY
   ========================================== */

.trust-label{
    font-size:25px !important;
    line-height:1.3;
}

.trust-item p{
    font-size:20px !important;
    line-height:1.65;
}

/* ==========================================
   PRIVACY / TRUST CARDS — WIDER LAYOUT
   ========================================== */

.trust-band-inner{
    max-width:1600px;
    width:92%;
}

.trust-grid{
    width:100%;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:38px;
}

.trust-item{
    min-height:300px;
    padding:42px 40px;
}

.trust-label{
    font-size:25px !important;
    line-height:1.3;
}

.trust-item p{
    font-size:22px !important;
    line-height:1.65;

    /* lets the copy use more of the card width */
    max-width:none;
    width:100%;
}

/* ==========================================
   LANDING PAGE — LARGER SERVICE CARD COPY
   ========================================== */

/* Intro/tagline inside each service card */


/* Main description inside service cards */


/* Orange check-list items */



/* ==========================================
   WHERE DO YOU NEED HELP — LARGER COPY
   ========================================== */

/* Description on the left side of each row */


/* Blue destination buttons */


/* ==========================================
   LANDING PAGE — FINAL SUPPORTING TEXT SIZES
   ========================================== */

/* Not sure where to start?... */



/* Three focused service areas, one partner... */



/* BUSINESS OPERATIONS eyebrow */


/* ==========================================
   GLOBAL BLUE DIVIDER LINES — LONGER
   ========================================== */

.rule,
.familiar-band-inner .rule{
    width:90px !important;
}

/* ==========================================
   FINAL FLOATING CONSULTATION SIZE
   ========================================== */

.floating-cta{
    font-size:18px !important;
    padding:32px 16px !important;
    gap:9px !important;
}

.floating-cta .cta-arrow{
    font-size:20px !important;
}

.floating-cta:hover{
    padding-right:20px !important;
}

/* ==========================================
   FINAL STATS BAND HEIGHT + DIVIDERS
   ========================================== */

.stat-band{
    padding-top:36px !important;
    padding-bottom:36px !important;
}

.stat-band-inner{
    align-items:stretch !important;
}

.stat:not(:first-child){
    border-left:1px solid rgba(255,255,255,0.28) !important;
}

/* ==========================================
   SERVICE CARDS — TIGHTER VERTICAL SPACING
   ========================================== */

/* Reduce overall top/bottom padding inside cards */


/* Tighten heading → italic tagline */


/* Tighten tagline → description */


/* Tighten description → checklist */


/* Slightly tighten space between checklist items */


/* Keep button from having excessive space above it */


/* ==========================================
   FOOTER — NEWSLETTER SIZE REFINEMENT
   ========================================== */

/* Newsletter heading */
.footer-newsletter h3,
.footer-newsletter h4{
  font-size:21px !important;
  line-height:1.3 !important;
  margin-bottom:22px !important;
}

/* Email field */
.footer-newsletter input{
  font-size:18px !important;
  height:54px !important;
}

/* Subscribe button */
.footer-newsletter button,
.footer-newsletter .btn{
  font-size:18px !important;
  height:54px !important;
  padding:0 30px !important;
}

/* Copyright */
.footer-newsletter .copyright{
  font-size:16px !important;
  line-height:1.4 !important;
  margin-top:22px !important;
}

/* ==========================================
   FOOTER — CLEAN / COMPACT FINAL LAYOUT
   ========================================== */

/* Overall footer spacing */
.footer-inner{
    padding-top:38px !important;
    padding-bottom:38px !important;

    gap:48px !important;
}


/* Smaller logo block */
.footer-logo-placeholder{
    width:185px !important;
    height:88px !important;

    margin-bottom:20px !important;

    font-size:30px !important;
}


/* Company paragraph — biggest height saver */
.footer-company > p{
    max-width:320px !important;

    font-size:15px !important;
    line-height:1.55 !important;

    text-align:left !important;
}


/* Social icons closer to company copy */
.footer-socials{
    margin-top:24px !important;
}


/* Footer column headings */
.footer-column h3{
    font-size:20px !important;
    margin-bottom:10px !important;
}


/* Shorter lines under headings */
.footer-rule{
    margin-bottom:20px !important;
}


/* Contact information */
.footer-contact{
    font-size:16px !important;
    line-height:1.55 !important;
}

.footer-contact p{
    margin-bottom:14px !important;
}


/* What We Do links */
.footer-services a{
    font-size:16px !important;
    margin-bottom:10px !important;
}


/* Newsletter heading */
.footer-newsletter h3{
    font-size:19px !important;
    line-height:1.35 !important;
    margin-bottom:18px !important;
}


/* Newsletter row */
.newsletter-form{
    margin-bottom:14px !important;
}

.newsletter-form input{
    font-size:16px !important;
    padding:10px 12px !important;
}

.newsletter-form button{
    font-size:15px !important;
    padding:0 26px !important;
}


/* Copyright */
.footer-copyright{
    font-size:14px !important;
    line-height:1.4 !important;
    margin-top:14px !important;
}

/* ==================================================
   JLG FOOTER — REDESIGN
   ================================================== */

.site-footer{
    background:#0f1b2d;
    color:#ffffff;

    font-family:"Assistant", sans-serif;

    padding:0;
}


.footer-inner{
    width:92%;
    max-width:1500px;

    margin:0 auto;

    padding:42px 0 34px;

    display:grid;
    grid-template-columns:1.15fr 0.85fr 0.8fr 1.05fr;

    gap:54px;

    align-items:start;
}


/* ==========================================
   ALL FOOTER TYPOGRAPHY
   ========================================== */

.site-footer,
.site-footer p,
.site-footer a,
.site-footer input,
.site-footer button{
    font-family:"Assistant", sans-serif !important;
}


/* ==========================================
   COMPANY COLUMN
   ========================================== */

.footer-brand{
    margin:0 0 18px;

    font-family:"Lora", serif !important;

    font-size:21px;
    line-height:1.25;

    color:#ffffff;
}

.footer-brand span{
    color:#a9bdd6;
}


.footer-company p{
    margin:0;

    max-width:330px;

    font-size:15px;
    line-height:1.55;

    color:#ffffff;
}


.footer-socials{
    display:flex;

    gap:14px;

    margin-top:20px;
}


.footer-socials a{
    width:28px;
    height:28px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#ffffff;

    border:1px solid rgba(169,189,214,0.45);

    text-decoration:none;

    font-size:13px;
}


/* ==========================================
   SMALL COLUMN HEADERS
   ========================================== */

.footer-kicker{
    font-size:13px;
    font-weight:700;

    letter-spacing:0.16em;

    color:#a9bdd6;

    margin-bottom:12px;
}


.footer-rule{
    width:100%;
    height:1px;

    background:rgba(169,189,214,0.28);

    margin-bottom:18px;
}


/* ==========================================
   CONTACT
   ========================================== */

.footer-contact{
    font-size:15px;
    line-height:1.55;
}


.footer-contact p{
    margin:0 0 17px;
}


.footer-contact strong{
    font-size:13px;
    font-weight:700;
}


/* ==========================================
   WHAT WE DO
   ========================================== */

.footer-services a{
    display:block;

    color:#ffffff;

    text-decoration:none;

    font-size:15px;

    margin-bottom:12px;
}


.footer-services a:hover{
    color:#a9bdd6;
}


/* ==========================================
   NEWSLETTER
   ========================================== */

.footer-newsletter-copy{
    margin:0 0 16px;

    font-size:15px;
    line-height:1.5;
}


.newsletter-form{
    display:flex;

    width:100%;

    margin:0 0 18px;
}


.newsletter-form input{
    flex:1;

    min-width:0;

    background:transparent;

    border:none;
    border-bottom:1px solid rgba(169,189,214,0.35);

    color:#ffffff;

    font-size:15px;

    padding:10px 0;
}


.newsletter-form input::placeholder{
    color:#a9bdd6;
}


.newsletter-form button{
    background:transparent;

    color:#a9bdd6;

    border:1px solid #6f8caf;

    font-size:13px;
    font-weight:700;

    letter-spacing:0.06em;

    padding:10px 18px;

    cursor:pointer;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}


/* HOVER */
.newsletter-form button:hover{
    background:#6f8caf;
    color:#ffffff;
}


/* CLICK / PRESSED */
.newsletter-form button:active{
    background:#6f8caf;
    color:#ffffff;

    transform:translateY(1px);
}


/* ==========================================
   SECOND CONSULTATION CTA
   ========================================== */

.footer-consultation{
    display:inline-flex;

    align-items:center;
    gap:8px;

    padding-bottom:5px;

    color:#ffffff;

    text-decoration:none;

    border-bottom:1px solid #6f8caf;

    font-size:14px;
    font-weight:700;

    letter-spacing:0.04em;
}


.footer-consultation:hover{
    color:#a9bdd6;
}


.footer-consultation span{
    color:#a9bdd6;
}


/* ==========================================
   COPYRIGHT BOTTOM BAR
   ========================================== */

.footer-bottom{
    width:92%;
    max-width:1500px;

    margin:0 auto;

    padding:16px 0 18px;

    border-top:1px solid rgba(169,189,214,0.22);

    text-align:center;

    font-family:"Assistant", sans-serif;

    font-size:13px;

    color:#a9bdd6;
}


/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width:1000px){


    .footer-inner{
        grid-template-columns:1fr 1fr;
        gap:40px;
    }


}


@media (max-width:650px){


    .footer-inner{
        width:88%;

        grid-template-columns:1fr;

        padding:36px 0 26px;
    }

    .footer-bottom{
        width:88%;
    }

    .newsletter-form{
        flex-direction:column;
        gap:12px;
    }

    .newsletter-form button{
        align-self:flex-start;
    }


}

/* ==========================================
   NEWSLETTER EMAIL ROW — FINAL ALIGNMENT
   ========================================== */

.newsletter-form{
    display:flex;
    align-items:flex-end;

    width:100%;

    margin:0 0 18px;

    /* ONE continuous line under email + button */
    border-bottom:1px solid rgba(169,189,214,0.35);
}


/* EMAIL */
.newsletter-form input{
    flex:1;
    min-width:0;

    height:52px;

    padding:0 12px 8px 0;

    background:transparent;

    /* Remove input's individual underline */
    border:none !important;

    color:#ffffff;

    font-family:"Assistant", sans-serif !important;
    font-size:16px;

    outline:none;
}

.newsletter-form input::placeholder{
    color:#a9bdd6;
}


/* SUBSCRIBE BUTTON */
.newsletter-form button{
    height:40px;

    margin-left:0;
    margin-bottom:7px;

    padding:0 20px;

    background:transparent;

    border:1px solid #6f8caf;

    color:#a9bdd6;

    font-family:"Assistant", sans-serif !important;
    font-size:13px;
    font-weight:700;

    letter-spacing:0.08em;

    cursor:pointer;

    transition:
        background 0.2s ease,
        color 0.2s ease;
}


/* HOVER */
.newsletter-form button:hover{
    background:#6f8caf;
    color:#0f1b2d;
}


/* PRESSED */
.newsletter-form button:active{
    background:#6f8caf;
    color:#0f1b2d;
}

/* ==========================================
   FOOTER — FINAL TEXT + DIVIDER ALIGNMENT
   ========================================== */


/* JUSTIFY COMPANY BLURB */

.footer-company p{
    text-align:justify !important;
    text-align-last:left;

    line-height:1.55;
}


/* ==========================================
   MATCH ALL COLUMN HEADER DIVIDERS
   ========================================== */

/* Make these three columns use the full
   available width of their grid column */

.footer-contact,
.footer-services,
.footer-newsletter{
    width:100%;
}


/* Keep all three section labels consistent */

.footer-kicker{
    width:100%;

    margin:0 0 12px !important;

    padding:0 !important;

    text-align:left;
}


/* Make every divider line identical */

.footer-contact .footer-rule,
.footer-services .footer-rule,
.footer-newsletter .footer-rule{
    width:100% !important;

    height:1px;

    margin:0 0 24px !important;

    padding:0;

    background:rgba(169,189,214,0.28);
}

/* ==================================================
   FOOTER HEADINGS — CENTER + PERFECTLY ALIGNED RULES
   ================================================== */

/* The three footer section headings */
.footer-contact .footer-kicker,
.footer-services .footer-kicker,
.footer-newsletter .footer-kicker{
    text-align:center !important;

    margin:0 !important;
    padding:0 !important;

    /* identical heading area height */
    height:32px !important;

    display:flex !important;
    align-items:flex-start !important;
    justify-content:center !important;

    line-height:1.2 !important;
}


/* The three lines directly underneath */
.footer-contact .footer-rule,
.footer-services .footer-rule,
.footer-newsletter .footer-rule{
    width:100% !important;
    height:1px !important;

    margin:0 0 24px !important;
    padding:0 !important;

    background:rgba(169,189,214,0.28) !important;
}

/* ==========================================
   STATS BAND — SITEWIDE GRAY BACKGROUND
   ========================================== */

.stat-band{
    background:#6D6E70 !important;
}

/* ==================================================
   STATS BAND — BODY TEXT OFF-WHITE
   ================================================== */

.stat-band .stat{
    color:#e4e9f2 !important;
}

.stat-band .stat p,
.stat-band .stat span,
.stat-band .stat div{
    color:#e4e9f2 !important;
}

/* KEEP STAT HEADINGS PURE WHITE */
.stat-band .stat h2,
.stat-band .stat h3,
.stat-band .stat h4,
.stat-band .stat strong{
    color:#ffffff !important;
}

/* ==================================================
   STATS BAND — VERTICAL DIVIDERS
   ================================================== */

.stat-band .stat + .stat{
    border-left:1px solid rgba(228, 233, 242, 0.38) !important;
}

.floating-cta{
    bottom:auto;
}

/* ==================================================
   DIAGNOSTIC BUTTONS — JLG BLUE
   ================================================== */





/* =========================================================
   JLG BUSINESS OPERATIONS — HERO BACKGROUND IMAGE
   ========================================================= */



/* =========================================================
   SERVICE PAGE HEROES — MATCH LANDING PAGE
   ========================================================= */




/* Small uppercase service label */



/* Main hero headline */


/* =========================================================
   FAMILIAR SECTION — TYPOGRAPHY
   ========================================================= */

/* Section heading */
.familiar-band h2{
    font-size: 40px !important;
    line-height: 1.15 !important;
    font-family: "Lora", serif !important;
}

/* Bullet text */
.familiar-band .pain-list li{
    font-size: 20px !important;
    line-height: 1.6 !important;
}

/* Keep the bullet itself proportional */
.familiar-band .pain-list li::before{
    font-size: 21px !important;
}

/* =========================================================
   INFORMATION OPERATIONS — MAIN CONTENT PROPORTIONS
   ========================================================= */

/* Overall section width */



/* ==========================================
   SIDEBAR
   ========================================== */






/* Sidebar rows */





/* Info "i" column */



/* ==========================================
   MAIN CONTENT
   ========================================== */






/* How JLG Helps heading */



/* ==========================================
   FOUR HOW-JLG-HELPS CARDS
   ========================================== */









/* =========================================================
   INFORMATION OPERATIONS — SIDEBAR POPUPS
   ========================================================= */



/* =========================================================
   CONTRACT & COMMERCIAL OPERATIONS — FAMILIAR SECTION
   Match Information Operations sizing
========================================================= */





/* =========================================================
   CONTRACT & COMMERCIAL OPERATIONS — MAIN CONTENT SIZING
   Match Information Operations
========================================================= */


/* ==========================================
   SIDEBAR
========================================== */






/* Sidebar rows */





/* Info "i" column */



/* ==========================================
   MAIN CONTENT
========================================== */






/* How JLG Helps heading */



/* ==========================================
   FOUR HOW-JLG-HELPS CARDS
========================================== */










/* =========================================================
   CONTRACT & COMMERCIAL — SIDEBAR POPUPS
========================================================= */



/* =========================================================
   CONTRACT PAGE — SERVICES / TYPICAL ENGAGEMENTS
   ========================================================= */

/* Section headings */



/* Individual list items */



/* Checkmarks */


/* =========================================================
   CONTRACT BASICS MODAL — FINAL SIZING
   ALL FOUR TABS
   ========================================================= */


/* Overall modal box */



/* ==========================================
   TOP TAB BAR
   ========================================== */






/* ==========================================
   MODAL CONTENT AREA
   ========================================== */




/* Intro paragraph at top of each tab */



/* ==========================================
   INDIVIDUAL TOPIC BOXES
   ========================================== */




/* Agreement / Consideration / Clarity / etc. */



/* Topic descriptions */



/* Lists inside Harnessing Our Strengths */



/* Pull quote in Harnessing Our Strengths */



/* =========================================================
   DIGITAL TRANSFORMATION READINESS — FINAL SIZING
   Match Information Operations + Contract Operations
========================================================= */


/* =========================================================
   DOES THIS SOUND FAMILIAR
========================================================= */






/* =========================================================
   SIDEBAR
========================================================= */






/* Sidebar rows */





/* Info "i" column */



/* =========================================================
   MAIN CONTENT
========================================================= */




/* Main introduction paragraph */



/* =========================================================
   BRIDGE / GARBAGE-IN-GARBAGE-OUT CALLOUT
========================================================= */




/* =========================================================
   HOW JLG HELPS
========================================================= */




/* Four cards */





/* Assess / Clean / Prepare / Validate */



/* Card body text */



/* =========================================================
   DIGITAL READINESS — SIDEBAR POPUPS
========================================================= */



/* ==========================================
DIGITAL READINESS — BRIDGE STATEMENT
========================================== */




.footer-socials{
    display:flex;
    align-items:center;
    justify-content:center !important;
    gap:14px;
    margin-top:24px;

    width:100% !important;
}

.footer-socials a{
    width:36px;
    height:36px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#a9bdd6;
    border:1px solid rgba(169,189,214,0.35);
    border-radius:4px;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease;
}

.footer-socials svg{
    width:18px;
    height:18px;

    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

/* Filled logos */
.footer-socials a[aria-label="Bluesky"] svg,
.footer-socials a[aria-label="YouTube"] svg,
.footer-socials a[aria-label="LinkedIn"] svg{
    fill:currentColor;
    stroke:none;
}

.footer-socials a:hover{
    background:#364E69;
    border-color:#6f8caf;
    color:#ffffff;
    transform:translateY(-2px);
}

/* ==================================================
   FOOTER SOCIALS — CENTER UNDER COMPANY BLURB
   ================================================== */

.footer-company > p,
.footer-company .footer-socials{
    width:330px !important;
    max-width:100% !important;
}

.footer-company .footer-socials{
    justify-content:center !important;
}

/* =========================================================
   JLG HERO BACKGROUND COLOR — SITEWIDE
   ========================================================= */



/* =========================================================
   HERO OVERLAY — LIGHTER JLG BLUE, NO GRID
========================================================= */





/* =========================================================
   JLG FOOTER — FULL-WIDTH SKYLINE
   ========================================================= */

.site-footer{
    position:relative !important;
    overflow:hidden !important;

    /* Keep our finished footer navy */
    background:#0F1B2D !important;
}


/* Full-width skyline behind footer content */
.site-footer::after{
    content:"";

    position:absolute;
    left:0;
    right:0;
    bottom:-165px;

    width:100%;
    height:430px;

    background-image:url("assets/images/jlg-skyline.png");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:100% auto;

    opacity:0.08;

    pointer-events:none;
    z-index:0;
}


/* Keep all footer information ABOVE the skyline */
.footer-inner,
.footer-copyright{
    position:relative !important;
    z-index:2 !important;
}


/* Existing decorative overlay stays behind content too */
.footer-overlay{
    z-index:1 !important;
}

/* =========================================================
   HEADER — JLG LOGO
   ========================================================= */

.brand{
    display:flex !important;
    align-items:center !important;
    text-decoration:none !important;
}

.header-logo{
    display:block;
    width:190px;
    height:auto;

    /* compensates for transparent padding in source PNG */
    margin:-32px -18px -32px -28px;
}

/* =========================================================
   FOOTER — JLG LOGO ALIGNMENT
   ========================================================= */

.footer-logo-link{
    display:block !important;

    width:100% !important;
    max-width:100% !important;

    margin:0 0 20px 0 !important;
    padding:0 !important;

    text-align:center !important;
    text-decoration:none !important;
}

.footer-logo{
    display:block !important;

    width:115% !important;
    max-width:none !important;
    height:auto !important;

    margin-left:-8.5% !important;
    margin-right:-7.5% !important;

    transform:translateY(-86px);
}

.footer-column:first-child{
    text-align:center !important;
}

.footer-column:first-child > p{
    width:100% !important;
    max-width:330px !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

.footer-column:first-child .footer-socials{
    width:100% !important;
    max-width:330px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    justify-content:center !important;
}

/* =========================================================
   CONTRACT & COMMERCIAL OPERATIONS — HERO BACKGROUND IMAGE
   ========================================================= */




/* Dark overlay — matches Information Operations treatment */



/* Keep hero content above background overlay */


/* =========================================================
   DIGITAL TRANSFORMATION READINESS — HERO BACKGROUND
========================================================= */







/* =========================================================
   CCG BUSINESS OPERATIONS — HERO CONTENT / POSITION
   ========================================================= */




/* =========================
   BREADCRUMB
   ========================= */

.hero-breadcrumb{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;

    margin:0 0 15px;

    font-family:"Assistant", sans-serif !important;
    font-size:13px;
    font-weight:500;

    color:rgba(244,241,232,0.65);
}

.hero-breadcrumb a{
    color:rgba(244,241,232,0.78);
    text-decoration:none;

    transition:color .2s ease;
}

.hero-breadcrumb a:hover{
    color:#F0DEAE;
}


/* =========================
   BUSINESS OPERATIONS LABEL
   ========================= */




/* =========================
   HERO HEADLINE
   ========================= */




/* =========================
   HERO SUPPORTING COPY
   ========================= */




/* =========================
   HERO BUTTON ROW
   ========================= */




/* Shared button */



/* =========================
   GOLD PRIMARY BUTTON
   ========================= */






/* =========================
   SECONDARY OUTLINE BUTTON
   ========================= */






/* =========================
   MOBILE
   ========================= */



/* =========================================================
   CCG HERO BREADCRUMB — GOLD
   ========================================================= */

.hero-breadcrumb{
    margin:0 0 22px;

    font-family:"Assistant", sans-serif !important;
    font-size:13px;
    font-weight:600;
    letter-spacing:.01em;

    color:#D4A017;
}


/* Current page */
.hero-breadcrumb span{
    color:#D4A017;
}


/* HOME LINK */
.hero-breadcrumb a{
    color:#D4A017;
    text-decoration:none;

    transition:
        transform .25s ease,
        filter .25s ease;
}


/* RADIANT GOLD SHIMMER ON HOVER */
.hero-breadcrumb a:hover{
    background:linear-gradient(
        90deg,
        #D4A017 0%,
        #F0DEAE 35%,
        #FFFFFF 50%,
        #F0DEAE 65%,
        #D4A017 100%
    );

    background-size:220% auto;

    -webkit-background-clip:text;
    background-clip:text;

    -webkit-text-fill-color:transparent;

    animation:ccgBreadcrumbShine .8s ease forwards;

    filter:drop-shadow(0 0 5px rgba(212,160,23,.25));
}


@keyframes ccgBreadcrumbShine{
    from{
        background-position:100% center;
    }

    to{
        background-position:-100% center;
    }
}

/* =========================================================
   CCG FLOATING CONSULTATION TAB
   GOLD / CHAMPAGNE ANIMATED GRADIENT
   ========================================================= */

.floating-cta{
    position:fixed;
    top:50%;
    right:0;

    transform:translateY(-50%) rotate(180deg);

    writing-mode:vertical-rl;

    display:flex;
    align-items:center;
    gap:9px;

    padding:32px 16px !important;

    border-radius:10px 0 0 10px;

    border:1px solid rgba(240,222,174,0.75);
    border-right:none;

    background:
        linear-gradient(
            120deg,
            #F0DEAE 0%,
            #D4A017 42%,
            #E0C77F 68%,
            #554009 100%
        ) !important;

    background-size:240% 100% !important;
    background-position:0% 0% !important;

    color:#1D2952 !important;

    font-family:"Montserrat", sans-serif !important;
    font-size:18px !important;
    font-weight:700 !important;

    letter-spacing:0.05em;

    text-decoration:none;

    box-shadow:
        -5px 0 22px rgba(29,41,82,0.28),
        0 0 0 rgba(212,160,23,0);

    z-index:100;

    animation:
        slide-in-cta 0.6s ease-out 0.3s both;

    transition:
        background-position 0.75s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease,
        padding-right 0.3s ease,
        border-color 0.3s ease;
}


/* Arrow */
.floating-cta .cta-arrow{
    color:#1D2952 !important;

    font-size:20px !important;
    line-height:1;

    transform:rotate(180deg);
}


/* HOVER */
.floating-cta:hover{
    background-position:100% 0% !important;

    color:#1D2952 !important;

    border-color:#F0DEAE;

    padding-right:21px !important;

    box-shadow:
        -8px 0 28px rgba(29,41,82,0.34),
        0 0 22px rgba(212,160,23,0.28);

    animation-play-state:paused;
}


/* Optional soft shine sweep */
.floating-cta::after{
    content:"";

    position:absolute;
    inset:0;

    background:
        linear-gradient(
            115deg,
            transparent 25%,
            rgba(255,255,255,0.40) 45%,
            rgba(255,255,255,0.65) 50%,
            rgba(255,255,255,0.40) 55%,
            transparent 75%
        );

    background-size:250% 100%;
    background-position:120% 0;

    border-radius:10px 0 0 10px;

    pointer-events:none;

    opacity:0;

    transition:
        opacity 0.2s ease,
        background-position 0.85s ease;
}


.floating-cta:hover::after{
    opacity:1;
    background-position:-120% 0;
}


/* Keep the actual text above the shine layer */
.floating-cta > *{
    position:relative;
    z-index:2;
}

/* =========================================================
   CCG HERO — ROTATING GLOBE LAYER
   ========================================================= */




/* Actual 3D globe */



/* Make Globe.GL canvas fill our container */



/* Hero copy always stays above globe */



/* Dark veil so the globe never competes with the copy */



/* Responsive sizing */





/* =========================================================
   CCG HEADER — STEP 1
   TRANSPARENT LOGO + HAMBURGER
   ========================================================= */

.ccg-site-header{
    position:absolute;
    top:0;
    left:0;

    width:100%;

    z-index:250;

    background:transparent;

    border-bottom:1px solid rgba(212,160,23,.18);
}

.ccg-header-inner{
    width:100%;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:18px 30px;
}


/* Logo */

.ccg-header-logo{
    display:block;
    text-decoration:none;
}

.ccg-header-logo img{
    display:block;

    width:175px;
    max-height:58px;

    object-fit:contain;
    object-position:left center;
}


/* Hamburger */

.ccg-menu-toggle{
    width:42px;
    height:42px;

    display:flex;
    flex-direction:column;
    justify-content:center;

    gap:7px;

    padding:5px;

    border:0;
    background:transparent;

    cursor:pointer;
}

.ccg-menu-toggle span{
    display:block;

    width:100%;
    height:2px;

    background:#F4F1E8;

    transition:
        background .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}


/* GOLD HOVER */

.ccg-menu-toggle:hover span{
    background:#D4A017;

    box-shadow:
        0 0 5px rgba(212,160,23,.75),
        0 0 12px rgba(212,160,23,.45),
        0 0 20px rgba(240,222,174,.20);
}

.ccg-menu-toggle:hover span:nth-child(1){
    transform:translateX(-3px);
}

.ccg-menu-toggle:hover span:nth-child(2){
    transform:translateX(3px);
}

.ccg-menu-toggle:hover span:nth-child(3){
    transform:translateX(-3px);
}


/* WordPress admin bar */

.admin-bar .ccg-site-header{
    top:32px;
}

@media screen and (max-width:782px){


    .admin-bar .ccg-site-header{
        top:46px;
    }


}

/* =========================================================
   CCG HEADER — CLEANUP
   ========================================================= */

/* 1. REMOVE BOTTOM LINE */
.ccg-site-header{
    border-bottom:none !important;
}


/* 2. HAMBURGER — NO MOVEMENT, ONLY GOLD HOVER */
.ccg-menu-toggle span{
    transform:none !important;
}

.ccg-menu-toggle:hover span{
    background:#D4A017 !important;

    box-shadow:
        0 0 5px rgba(212,160,23,.75),
        0 0 12px rgba(212,160,23,.45),
        0 0 20px rgba(240,222,174,.20);

    transform:none !important;
}


/* Kill the staggered movement completely */
.ccg-menu-toggle:hover span:nth-child(1),
.ccg-menu-toggle:hover span:nth-child(2),
.ccg-menu-toggle:hover span:nth-child(3){
    transform:none !important;
}


/* 3. MAKE LOGO MUCH BIGGER */
.ccg-header-logo img{
    width:500px !important;
    max-width:none !important;
    max-height:95px !important;

    object-fit:contain;
    object-position:left center;
}


/* Give the larger logo enough vertical room */
.ccg-header-inner{
    padding:10px 28px !important;
    min-height:100px;
}

/* =========================================================
   CCG HEADER — FINAL POSITIONING OVERRIDE
   ========================================================= */

.ccg-site-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;

    background: transparent !important;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;

    z-index: 1000;
}

.ccg-header-inner{
    width: 100%;
    height: 100%;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    padding: 18px 32px 0 38px;
    box-sizing: border-box;
}


/* =========================================================
   LOGO
   ========================================================= */

.ccg-header-logo{
    display: block;
    width: 360px;
    height: auto;
    line-height: 0;
}

.ccg-header-logo img{
    display: block;

    width: 100% !important;
    height: auto !important;

    max-width: none !important;
    max-height: none !important;

    object-fit: contain;
}


/* =========================================================
   HAMBURGER
   ========================================================= */

.ccg-menu-toggle{
    position: relative;

    width: 42px;
    height: 32px;

    margin-top: 4px;
    padding: 0;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    cursor: pointer;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    transform: none !important;
}


/* Hamburger lines */

.ccg-menu-toggle span{
    display: block;

    width: 100%;
    height: 2px;

    background: #F4F1E8;

    border-radius: 0;

    transform: none !important;

    transition:
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}


/* =========================================================
   HAMBURGER HOVER — COLOR ONLY
   NO MOVEMENT
   ========================================================= */

.ccg-menu-toggle:hover{
    transform: none !important;
}

.ccg-menu-toggle:hover span{
    background: #D4A017;

    box-shadow:
        0 0 6px rgba(212, 160, 23, 0.65),
        0 0 12px rgba(224, 199, 127, 0.35);

    transform: none !important;
}

/* =========================================================
   CCG HEADER — SIZE REFINEMENT
   ========================================================= */

/* LOGO: smaller and tucked back into the corner */
.ccg-header-logo{
    width:220px !important;
}

.ccg-header-logo img{
    width:100% !important;
    height:auto !important;
    max-width:none !important;
    max-height:none !important;
}


/* HEADER POSITIONING */
.ccg-header-inner{
    width: 100%;
    height: 110px;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    padding: 0 40px !important;
    box-sizing: border-box;
}


/* HAMBURGER: smaller + tighter */
.ccg-menu-toggle{
    width: 32px !important;
    height: 24px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    cursor: pointer;
    transform: none !important;
}


/* All three lines exactly the same */
.ccg-menu-toggle span{
    width:32px !important;
    height:2px !important;

    margin:0 !important;

    background:#F4F1E8;

    transform:none !important;

    transition:
        background-color .25s ease,
        box-shadow .25s ease;
}


/* Hover = gold glow ONLY */
.ccg-menu-toggle:hover span{
    background:#D4A017 !important;

    box-shadow:
        0 0 5px rgba(212,160,23,.70),
        0 0 10px rgba(212,160,23,.35);

    transform:none !important;
}

/* Move only the logo farther left */
.ccg-header-logo{
    margin-left:-42px !important;
}

.ccg-header-logo{
    width: 150px !important;
    margin-left: -39px !important;
    margin-top: 15px !important;
}

/* =========================================
   CCG LOGO — GOLD GLOW HOVER
   ========================================= */

.ccg-header-logo img{
    transition:
        filter 0.4s ease,
        transform 0.4s ease;
}

.ccg-header-logo:hover img{
    filter:
        brightness(1.12)
        saturate(1.18)
        drop-shadow(0 0 5px rgba(224, 199, 127, 0.55))
        drop-shadow(0 0 12px rgba(212, 160, 23, 0.40))
        drop-shadow(0 0 22px rgba(240, 222, 174, 0.20));
}

/* =========================================
   CCG MENU — GOLD GLOW HOVER
   ========================================= */

.ccg-menu-toggle span{
    transition:
        background-color 0.4s ease,
        box-shadow 0.4s ease;
}

.ccg-menu-toggle:hover span{
    background-color: #D4A017;

    box-shadow:
        0 0 5px rgba(224, 199, 127, 0.55),
        0 0 12px rgba(212, 160, 23, 0.40),
        0 0 22px rgba(240, 222, 174, 0.20);
}

/* =========================================
   CCG GLOBE — LIGHT / GLOW TREATMENT
   ========================================= */



/* =========================================================
   BUSINESS OPERATIONS — DIAGNOSTIC SECTION
   CCG COLOR REFRESH
   ========================================================= */


/* SECTION BACKGROUND */




/* HEADING */




/* GOLD GRADIENT RULE */




/* INTRO TEXT */




/* =========================================================
   DIAGNOSTIC ROWS
   ========================================================= */




/* ROW TEXT */




/* =========================================================
   ROW HOVER
   Subtle lift — same visual language as our other cards
   ========================================================= */




/* =========================================================
   SERVICE BUTTONS
   ========================================================= */




/* =========================================================
   BUTTON HOVER — GOLD TEXT + GLOW
   ========================================================= */



/* =========================================
   DIAGNOSTIC BUTTONS — MIDNIGHT ROYAL
   ========================================= */



/* GOLD REFLECTION */



/* SWEEP THE REFLECTION ACROSS ON HOVER */



/* =========================================
   DIAGNOSTIC BUTTON — GOLD TEXT + ONE-WAY GLEAM
   ========================================= */




/* Gold light strip — stays hidden off left */



/* Hover state */



/* Run gleam ONLY forward */





/* =========================================================
   BUSINESS OPERATIONS — SERVICE CARDS
   CCG COLOR + HOVER REFRESH
   ========================================================= */


/* SECTION HEADING */




/* GOLD GRADIENT RULE */




/* SECTION SUBCOPY */




/* =========================================================
   SERVICE CARDS
   ========================================================= */




/* CARD HOVER */




/* CARD HEADINGS */




/* ITALIC SUBHEAD / TAGLINE */




/* BODY TEXT */




/* CHECKMARKS */




/* =========================================================
   SERVICE CARD BUTTONS
   EXACT SAME MIDNIGHT + GLEAM TREATMENT
   ========================================================= */




/* GLEAM STRIP */




/* HOVER */




/* ONE-WAY GLEAM */






/* =========================================================
   GLOBAL TRUST / VALUE CARDS
   Privacy-First, AI-Assisted, Human-Approved
   Reusable across all pages
   ========================================================= */

/* Section heading */
.trust-band h2,
.trust .section-head h2{
    color: #1D2952;
}


/* Gold gradient divider under heading */
.trust-band .rule,
.trust .rule-gold{
    background: linear-gradient(
        90deg,
        #F0DEAE 0%,
        #E0C77F 30%,
        #D4A017 65%,
        #8A650F 100%
    ) !important;

    border: none !important;
}


/* =========================================================
   CARD GRID
   ========================================================= */

.trust-item,
.trust-card{
    background: #F4F1E8 !important;

    border: 1px solid rgba(29, 41, 82, 0.08) !important;

    /* Gold strip across the top */
    border-top: 3px solid #D4A017 !important;

    border-radius: 6px;

    box-shadow:
        0 4px 16px rgba(29, 41, 82, 0.03);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Subtle card lift */
.trust-item:hover,
.trust-card:hover{
    transform: translateY(-3px);

    box-shadow:
        0 12px 28px rgba(29, 41, 82, 0.09);
}


/* =========================================================
   CARD HEADINGS
   ========================================================= */

.trust-label,
.trust-card h3{
    color: #1D2952 !important;

    font-family: "Lora", serif !important;
    font-weight: 600;
}


/* =========================================================
   CARD BODY COPY
   ========================================================= */

.trust-item p,
.trust-card p{
    color: #343F68 !important;
}

/* =========================================================
   GOLD GRADIENT TOP STRIP
   ========================================================= */

.trust-item,
.trust-card{
    position: relative;
    overflow: hidden;
}

.trust-item::before,
.trust-card::before{
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background: linear-gradient(
        90deg,
        #F0DEAE 0%,
        #E0C77F 24%,
        #D4A017 62%,
        #8A650F 100%
    );

    pointer-events: none;
}

.trust-item,
.trust-card{
    border-top-color: transparent !important;
}

/* =========================================================
   GLOBAL STATS / CREDIBILITY BAND
   Reusable across all pages
   ========================================================= */

.stat-band,
.stats-band{
    background: #343F68 !important;

    padding: 54px 32px 58px;

    color: #FFFFFF;
}


/* =========================================================
   GRID
   ========================================================= */

.stat-band-inner,
.stats-grid{
    max-width: 1240px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    align-items: start;

    text-align: center;
}


/* =========================================================
   EACH STAT
   ========================================================= */

.stat,
.stats-grid .stat{
    position: relative;

    padding: 0 34px;
}


/* Soft fading vertical separators */
.stat:not(:last-child)::after,
.stats-grid .stat:not(:last-child)::after{
    content: "";

    position: absolute;

    right: 0;
    top: 50%;

    width: .5px;
    height: 80%;

    transform: translateY(-50%);

    background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 6%,
    rgba(224, 199, 127, 0.06) 18%,
    rgba(244, 241, 232, 0.18) 42%,
    rgba(244, 241, 232, 0.22) 50%,
    rgba(244, 241, 232, 0.18) 58%,
    rgba(224, 199, 127, 0.06) 82%,
    transparent 94%,
    transparent 100%
);
}


/* =========================================================
   MAIN STAT NUMBER / HEADING
   ========================================================= */

.stat-num,
.stats-grid .stat h4{
    display: block;

    margin: 0;

    color: #F4F1E8 !important;

    font-family: "Lora", serif !important;
    font-size: 30px;
    font-weight: 600;

    line-height: 1.15;
}


/* =========================================================
   GOLD GRADIENT RULE
   ========================================================= */

.stat-num::after,
.stats-grid .stat .stat-rule{
    content: "";

    display: block;

    width: 38px;
    height: 2px;

    margin: 16px auto 16px;

    background: linear-gradient(
        90deg,
        #F0DEAE 0%,
        #E0C77F 30%,
        #D4A017 68%,
        #8A650F 100%
    );

    border: none;
}


/* =========================================================
   DESCRIPTION COPY
   ========================================================= */

.stat-label,
.stats-grid .stat p{
    display: block;

    color: #D3D4DE !important;

    font-family: "Assistant", sans-serif !important;
    font-size: 14px;

    line-height: 1.55;

    max-width: 265px;
    margin: 0 auto;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 980px){


    .stat-band-inner,
.stats-grid{
        grid-template-columns: repeat(2, 1fr);
        row-gap: 42px;
    }

    .stat:nth-child(2)::after,
.stats-grid .stat:nth-child(2)::after{
        display: none;
    }

}


@media (max-width: 620px){


    .stat-band-inner,
.stats-grid{
        grid-template-columns: 1fr;
    }

    .stat,
.stats-grid .stat{
        padding: 0 20px 32px;
    }

    .stat::after,
.stats-grid .stat::after{
        display: none !important;
    }

}

/* =========================================================
   FOOTER — GLOBAL TYPOGRAPHY
   ========================================================= */

/* All normal footer writing = Assistant */
.site-footer,
.site-footer p,
.site-footer a,
.site-footer input,
.site-footer button,
.site-footer span{
    font-family: "Assistant", sans-serif;
}

/* Keep existing heading fonts as-is */
.site-footer .footer-kicker{
    font-family: inherit;
}

.site-footer{
    position: relative;
    overflow: hidden;

    background: #1D2952 !important;

    /* Gives the skyline room to exist behind the content */
    padding-bottom: 0px;
}

.footer-skyline{
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 300px;

    z-index: 0;

    overflow: hidden;

    pointer-events: none;
}

.footer-skyline img{
    position: absolute;

    left: 50%;
    bottom: 0;

    transform: translateX(-50%);

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center bottom;

    display: block;
}

.footer-inner,
.footer-bottom{
    position: relative;
    z-index: 3;
}

/* =========================================================
   FOOTER — FINAL BACKGROUND RESET
   ========================================================= */

.site-footer{
    background: #1D2952 !important;
    background-image: none !important;

    position: relative;
    overflow: hidden;
}

/* =========================================================
   REMOVE OLD FOOTER SKYLINE
   ========================================================= */

.site-footer::before,
.site-footer::after{
    content: none !important;
    display: none !important;
    background: none !important;
    background-image: none !important;
}

/* =========================================================
   NEW CCG FOOTER SKYLINE
   ========================================================= */

.footer-skyline{
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 280px;

    z-index: 0;

    overflow: hidden;

    pointer-events: none;
}

.footer-skyline img{
    position: absolute;

    left: 50%;
    bottom: 0;

    transform: translateX(-50%);

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center bottom;

    display: block;
}

.footer-skyline{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 320px;

    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.footer-skyline img{
    position: absolute;
    left: 50%;
    bottom: -15px;

    transform: translateX(-50%);

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center bottom;

    display: block;

    opacity: 0.12;
}

.footer-skyline{
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0,0,0,0.18) 14%,
        rgba(0,0,0,0.58) 34%,
        black 58%,
        black 100%
    );

    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0,0,0,0.18) 14%,
        rgba(0,0,0,0.58) 34%,
        black 58%,
        black 100%
    );
}

/* =========================================================
   FOOTER — LOWER CONTENT INTO SKYLINE
   ========================================================= */

.footer-inner{
    position: relative;
    z-index: 2;

    padding-top: 90px;
    padding-bottom: 110px;
}


/* Move copyright lower too */
.footer-bottom{
    position: relative;
    z-index: 3;

    margin-top: 20px;
    padding-bottom: 34px;
}

/* =========================================
   FOOTER HEADINGS — GOLD
   ========================================= */

.footer-kicker{
    color: #F0DEAE !important;
}

/* =========================================
   FOOTER SUBSCRIBE BUTTON
   GOLD + ONE-WAY GLEAM
   ========================================= */

.footer-subscribe{
    position: relative;
    overflow: hidden;

    background: linear-gradient(
        120deg,
        #F0DEAE 0%,
        #D4A017 55%,
        #8A650F 100%
    ) !important;

    color: #1D2952 !important;

    border: none !important;

    box-shadow:
        0 4px 14px rgba(212, 160, 23, 0.25);

    isolation: isolate;

    transition:
        box-shadow 0.25s ease,
        transform 0.25s ease;
}


/* Gleam strip */
.footer-subscribe::before{
    content: "";

    position: absolute;
    top: -50%;
    left: -75%;

    width: 45%;
    height: 200%;

    opacity: 0;

    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,0.08) 20%,
        rgba(240,222,174,0.85) 45%,
        rgba(255,244,195,1) 52%,
        rgba(240,222,174,0.40) 68%,
        transparent 100%
    );

    transform: skewX(-20deg);

    pointer-events: none;
    z-index: 1;
}


/* Hover */
.footer-subscribe:hover{
    transform: translateY(-1px);

    box-shadow:
        0 0 6px rgba(240, 222, 174, 0.35),
        0 0 14px rgba(212, 160, 23, 0.28),
        0 8px 22px rgba(29, 41, 82, 0.18);
}


/* One-way gleam */
.footer-subscribe:hover::before{
    opacity: 1;
    animation: ccgFooterSubscribeGleam 0.75s ease-out 1;
}


@keyframes ccgFooterSubscribeGleam {
    0% {
        left: -75%;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        left: 135%;
        opacity: 0;
    }
}

.site-footer{
    position: relative;
    overflow: hidden;
    background: #1D2952 !important;

    /* tighten overall footer */
    padding-bottom: 0 !important;
}

.footer-inner{
    position: relative;
    z-index: 2;

    padding-top: 45px !important;
    padding-bottom: 70px !important;
}

.footer-skyline{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 260px;

    z-index: 0;
    overflow: hidden;
    pointer-events: none;

    opacity: 0.12;
}

.footer-skyline img{
    position: absolute;
    left: 50%;
    bottom: 0;

    transform: translateX(-50%);

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center bottom;

    display: block;
}

.footer-bottom{
    position: relative;
    z-index: 3;

    margin-top: -25px !important;
    padding-bottom: 22px !important;
}

/* =========================================================
   CCG FOOTER — FINAL MASTER OVERRIDE
   DO NOT ADD OLDER FOOTER RULES BELOW THIS BLOCK
   ========================================================= */


/* =========================================================
   FOOTER SHELL
   ========================================================= */

.site-footer{
    position:relative !important;
    overflow:hidden !important;

    width:100% !important;

    background:#1D2952 !important;
    background-image:none !important;

    color:#FFFFFF !important;

    padding:0 !important;
    margin:0 !important;
}


/* Kill old pseudo-element skylines permanently */
.site-footer::before,
.site-footer::after{
    content:none !important;
    display:none !important;
    background:none !important;
    background-image:none !important;
}


/* =========================================================
   FOUR-COLUMN FOOTER GRID
   ========================================================= */

.footer-inner{
    position:relative !important;
    z-index:3 !important;

    width:92% !important;
    max-width:1500px !important;

    margin:0 auto !important;

    display:grid !important;

    grid-template-columns:
        1.05fr
        1fr
        0.95fr
        1fr !important;

    gap:54px !important;

    align-items:start !important;

    /*
       IMPORTANT:
       Much tighter than before.
       Skyline will live BEHIND this content.
    */
    padding:42px 0 92px !important;
}


/* =========================================================
   COLUMN 1 — LARGE LOGO
   REMOVE LOGO FROM NORMAL GRID HEIGHT
   ========================================================= */

.footer-logo-column{
    position:relative !important;

    /*
       This is the actual amount of vertical space
       the logo column occupies in the grid.
       The image itself may visually extend beyond it.
    */
    min-height:310px !important;
}


/* Logo link is positioned independently */
.footer-logo-link{
    position:absolute !important;

    top:-80px !important;
    left:50% !important;

    transform:translateX(-50%) !important;

    display:block !important;

    width:125% !important;
    max-width:none !important;

    margin:0 !important;
    padding:0 !important;

    text-align:center !important;
    line-height:0 !important;
    text-decoration:none !important;
}


/* Actual logo */
.footer-logo{
    display:block !important;

    width:100% !important;
    max-width:none !important;
    height:auto !important;

    margin:0 !important;

    /*
       IMPORTANT:
       No translateY here anymore.
       Positioning happens on .footer-logo-link,
       so the giant image no longer creates giant footer height.
    */
    transform:none !important;
}


/* =========================================================
   COLUMN 2 — COMPANY
   ========================================================= */

.footer-company{
    position:relative !important;
    z-index:4 !important;

    align-self:start !important;
}


.footer-company-copy,
.footer-company > p{
    width:100% !important;
    max-width:330px !important;

    margin:0 0 10px !important;

    font-family:"Assistant", sans-serif !important;
    font-size:15px !important;
    line-height:1.55 !important;

    color:#FFFFFF !important;

    text-align:justify !important;
    text-align-last:left !important;
}


.footer-company-copy-secondary{
    margin-top:5px !important;
}


/* =========================================================
   SOCIAL ICONS
   ========================================================= */

.footer-socials{
    width:100% !important;
    max-width:330px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    gap:14px !important;

    margin:24px auto 0 !important;
}


.footer-socials a,
.footer-socials .social-coming-soon{
    width:36px !important;
    height:36px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    border:1px solid rgba(240,222,174,.22) !important;
    border-radius:4px !important;

    background:#FFFFFF !important;

    color:#A9BDD6 !important;

    transition:
        color .25s ease,
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease !important;
}


.footer-socials svg{
    width:18px !important;
    height:18px !important;
}


.footer-socials a:hover{
    color:#D4A017 !important;

    border-color:rgba(212,160,23,.65) !important;

    transform:translateY(-2px) !important;

    box-shadow:
        0 0 5px rgba(240,222,174,.25),
        0 0 12px rgba(212,160,23,.22) !important;
}


/* =========================================================
   COLUMN HEADINGS
   ========================================================= */

.footer-kicker{
    width:100% !important;

    height:auto !important;

    display:block !important;

    margin:0 0 16px !important;
    padding:0 !important;

    color:#F0DEAE !important;

    font-family:"Assistant", sans-serif !important;

    font-size:13px !important;
    font-weight:700 !important;

    line-height:1.2 !important;

    letter-spacing:.16em !important;

    text-align:center !important;
}


/* Gold/faint divider underneath */
.footer-rule{
    width:100% !important;
    height:1px !important;

    margin:0 0 24px !important;

    border:0 !important;

    background:linear-gradient(
        90deg,
        transparent 0%,
        rgba(224,199,127,.18) 12%,
        rgba(240,222,174,.38) 50%,
        rgba(224,199,127,.18) 88%,
        transparent 100%
    ) !important;
}


/* =========================================================
   WHAT WE DO
   ========================================================= */

.footer-services{
    position:relative !important;
    z-index:4 !important;

    text-align:center !important;
}


.footer-services a{
    display:block !important;

    margin:0 0 12px !important;

    color:#FFFFFF !important;

    font-family:"Assistant", sans-serif !important;
    font-size:15px !important;

    line-height:1.35 !important;

    text-decoration:none !important;

    transition:
        color .25s ease,
        text-shadow .25s ease !important;
}


.footer-services a:hover{
    color:#F0DEAE !important;

    text-decoration:none !important;

    text-shadow:
        0 0 8px rgba(212,160,23,.28) !important;
}


/* Current page */
.footer-services a.is-current{
    color:#D4A017 !important;

    font-weight:700 !important;

    text-shadow:
        0 0 7px rgba(212,160,23,.20) !important;
}


/* =========================================================
   THE COMPASS
   ========================================================= */

.footer-newsletter{
    position:relative !important;
    z-index:4 !important;
}


.footer-newsletter-copy{
    margin:0 0 16px !important;

    color:#FFFFFF !important;

    font-family:"Assistant", sans-serif !important;
    font-size:15px !important;
    line-height:1.5 !important;
}


/* Email + button row */
.newsletter-form{
    width:100% !important;

    display:flex !important;
    align-items:flex-end !important;

    margin:0 0 18px !important;

    border-bottom:1px solid rgba(240,222,174,.25) !important;
}


/* Email field */
.newsletter-form input{
    flex:1 !important;
    min-width:0 !important;

    height:54px !important;

    padding:0 12px 8px 12px !important;

    background:transparent !important;

    border:0 !important;
    outline:0 !important;

    color:#FFFFFF !important;

    font-family:"Assistant", sans-serif !important;
    font-size:16px !important;
}


.newsletter-form input::placeholder{
    color:#A9BDD6 !important;
}


/* =========================================================
   SUBSCRIBE — GOLD GLEAM
   ========================================================= */

.footer-subscribe,
.newsletter-form button{
    position:relative !important;

    overflow:hidden !important;

    height:54px !important;

    margin:0 !important;

    padding:0 30px !important;

    border:0 !important;

    background:linear-gradient(
        120deg,
        #F0DEAE 0%,
        #D4A017 55%,
        #8A650F 100%
    ) !important;

    color:#1D2952 !important;

    font-family:"Assistant", sans-serif !important;

    font-size:15px !important;
    font-weight:700 !important;

    letter-spacing:.08em !important;

    cursor:pointer !important;

    isolation:isolate !important;

    box-shadow:
        0 4px 14px rgba(212,160,23,.22) !important;

    transition:
        transform .25s ease,
        box-shadow .25s ease !important;
}


/* Gleam */
.footer-subscribe::before,
.newsletter-form button::before{
    content:"";

    position:absolute;

    top:-50%;
    left:-75%;

    width:45%;
    height:200%;

    opacity:0;

    background:linear-gradient(
        90deg,
        transparent 0%,
        rgba(240,222,174,.08) 20%,
        rgba(240,222,174,.80) 45%,
        rgba(255,244,195,1) 52%,
        rgba(240,222,174,.42) 68%,
        transparent 100%
    );

    transform:skewX(-20deg);

    pointer-events:none;

    z-index:1;
}


.footer-subscribe:hover,
.newsletter-form button:hover{
    transform:translateY(-1px) !important;

    color:#1D2952 !important;

    box-shadow:
        0 0 6px rgba(240,222,174,.35),
        0 0 14px rgba(212,160,23,.30),
        0 7px 20px rgba(19,27,53,.22) !important;
}


.footer-subscribe:hover::before,
.newsletter-form button:hover::before{
    opacity:1;

    animation:ccgFooterFinalGleam .75s ease-out 1;
}


@keyframes ccgFooterFinalGleam{

    0%{
        left:-75%;
        opacity:0;
    }

    10%{
        opacity:1;
    }

    90%{
        opacity:1;
    }

    100%{
        left:135%;
        opacity:0;
    }
}


/* =========================================================
   REQUEST CONSULTATION
   ========================================================= */

.footer-consultation{
    display:inline-flex !important;

    align-items:center !important;
    gap:8px !important;

    padding:0 0 5px !important;

    color:#FFFFFF !important;

    border-bottom:1px solid rgba(240,222,174,.45) !important;

    font-family:"Assistant", sans-serif !important;

    font-size:14px !important;
    font-weight:700 !important;

    line-height:1.3 !important;

    text-decoration:none !important;

    transition:
        color .25s ease,
        border-color .25s ease,
        text-shadow .25s ease !important;
}


.footer-consultation:hover{
    color:#F0DEAE !important;

    border-bottom-color:#D4A017 !important;

    text-shadow:
        0 0 8px rgba(212,160,23,.25) !important;
}


/* =========================================================
   SKYLINE
   THIS IS A BACKGROUND LAYER — NOT ITS OWN SECTION
   ========================================================= */

.footer-skyline{
    position:absolute !important;

    left:0 !important;
    right:0 !important;
    bottom:0 !important;

    width:100% !important;
    height:245px !important;

    overflow:hidden !important;

    z-index:1 !important;

    pointer-events:none !important;

    /*
       IMPORTANT:
       NO opacity here.
       Otherwise opacity gets multiplied by image opacity.
    */
    opacity:1 !important;

    -webkit-mask-image:linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0,0,0,.16) 14%,
        rgba(0,0,0,.55) 34%,
        #000 58%,
        #000 100%
    ) !important;

    mask-image:linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0,0,0,.16) 14%,
        rgba(0,0,0,.55) 34%,
        #000 58%,
        #000 100%
    ) !important;
}


.footer-skyline img{
    position:absolute !important;

    left:50% !important;
    bottom:-10px !important;

    transform:translateX(-50%) !important;

    display:block !important;

    width:100% !important;
    height:100% !important;

    object-fit:cover !important;
    object-position:center bottom !important;

    /*
       Your preferred subtle skyline strength.
       ONLY opacity declaration we need.
    */
    opacity:.12 !important;
}


/* =========================================================
   COPYRIGHT
   ========================================================= */

.footer-bottom{
    position:relative !important;
    z-index:4 !important;

    width:92% !important;
    max-width:1500px !important;

    margin:-36px auto 0 !important;

    padding:18px 0 20px !important;

    border-top:1px solid rgba(240,222,174,.15) !important;

    color:#A9BDD6 !important;

    font-family:"Assistant", sans-serif !important;

    font-size:13px !important;

    line-height:1.4 !important;

    text-align:center !important;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width:1000px){


    .footer-inner{
        grid-template-columns:1fr 1fr !important;

        gap:48px !important;

        padding-bottom:120px !important;
    }

    .footer-logo-column{
        min-height:300px !important;
    }

    .footer-logo-link{
        width:100% !important;
    }


}


@media (max-width:650px){


    .footer-inner{
        width:88% !important;

        grid-template-columns:1fr !important;

        gap:38px !important;

        padding:
            38px
            0
            130px !important;
    }

    .footer-logo-column{
        min-height:270px !important;
    }

    .footer-logo-link{
        top:-45px !important;

        width:115% !important;
    }

    .footer-company-copy,
.footer-company > p{
        max-width:none !important;
    }

    .footer-socials{
        max-width:none !important;
    }

    .newsletter-form{
        flex-direction:column !important;

        align-items:stretch !important;

        gap:8px !important;

        border-bottom:0 !important;
    }

    .newsletter-form input{
        border-bottom:
            1px solid
            rgba(240,222,174,.25) !important;
    }

    .footer-subscribe,
.newsletter-form button{
        width:100% !important;
    }

    .footer-skyline{
        height:220px !important;
    }

    .footer-bottom{
        width:88% !important;
    }


}

/* =========================================================
   CCG FULLSCREEN NAVIGATION — MASTER
   ========================================================= */

.ccg-nav-overlay{
    position:fixed;

    inset:0;

    width:100%;
    height:100vh;

    background:#1D2952;

    z-index:900;

    opacity:0;
    visibility:hidden;

    pointer-events:none;

    transition:
        opacity .35s ease,
        visibility .35s ease;
}


/* OPEN STATE */
.ccg-nav-overlay.is-open{
    opacity:1;
    visibility:visible;

    pointer-events:auto;
}


/* =========================================================
   INNER PANEL
   ========================================================= */

.ccg-nav-panel{
    width:min(1160px, 86%);

    min-height:100vh;

    margin:0 auto;

    padding:
        125px
        0
        42px;

    display:flex;
    flex-direction:column;
}


/* =========================================================
   NAVIGATION LINKS
   ========================================================= */

.ccg-overlay-nav{
    flex:1;

    display:flex;
    flex-direction:column;

    justify-content:center;

    gap:0;
}


.ccg-overlay-nav > a{
    position:relative;

    display:grid;

    grid-template-columns:
        38px
        minmax(0, 1fr);

    column-gap:18px;

    align-items:baseline;

    width:fit-content;
    max-width:100%;

    padding:14px 0;

    color:#F4F1E8;

    text-decoration:none;

    transition:
        color .25s ease,
        transform .25s ease;
}


/* LITTLE NUMBERS */
.ccg-nav-number{
    color:#D4A017;

    font-family:"Assistant", sans-serif !important;

    font-size:13px;
    font-weight:700;

    line-height:1;

    letter-spacing:.02em;
}


/* BIG PAGE NAME */
.ccg-nav-title{
    position:relative;

    color:inherit;

    font-family:"Lora", serif !important;

    font-size:46px;
    font-weight:600;

    line-height:1.08;

    transition:
        color .25s ease,
        text-shadow .25s ease;
}


/* =========================================================
   HOVER
   ========================================================= */

.ccg-overlay-nav > a:hover{
    color:#F0DEAE;

    transform:translateX(7px);
}


.ccg-overlay-nav > a:hover .ccg-nav-title{
    text-shadow:
        0 0 7px rgba(224,199,127,.24),
        0 0 16px rgba(212,160,23,.15);
}


/* GOLD UNDERSCORE / LIGHT TRAIL */

.ccg-nav-title::after{
    content:"";

    position:absolute;

    left:0;
    bottom:-6px;

    width:0;
    height:2px;

    background:linear-gradient(
        90deg,
        #F0DEAE 0%,
        #D4A017 60%,
        transparent 100%
    );

    transition:width .35s ease;
}


.ccg-overlay-nav > a:hover .ccg-nav-title::after{
    width:100%;
}


/* =========================================================
   ACTIVE PAGE
   ========================================================= */

.ccg-overlay-nav > a.is-current .ccg-nav-title{
    color:#F0DEAE;

    text-shadow:
        0 0 8px rgba(212,160,23,.18);
}


.ccg-overlay-nav > a.is-current .ccg-nav-title::after{
    width:100%;

    background:linear-gradient(
        90deg,
        #F0DEAE,
        #D4A017
    );
}


/* =========================================================
   MENU FOOTER
   ========================================================= */

.ccg-nav-footer{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:30px;

    padding-top:28px;

    border-top:1px solid rgba(240,222,174,.18);

    color:rgba(244,241,232,.55);

    font-family:"Assistant", sans-serif !important;

    font-size:13px;
}


/* CONSULTATION LINK */

.ccg-nav-consult{
    color:#1D2952 !important;

    padding:13px 20px;

    background:linear-gradient(
        120deg,
        #F0DEAE 0%,
        #D4A017 58%,
        #8A650F 100%
    );

    text-decoration:none;

    font-family:"Assistant", sans-serif !important;

    font-weight:700;

    border-radius:3px;

    box-shadow:
        0 5px 16px rgba(212,160,23,.18);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.ccg-nav-consult:hover{
    transform:translateY(-2px);

    box-shadow:
        0 0 7px rgba(240,222,174,.30),
        0 8px 22px rgba(212,160,23,.20);
}


/* =========================================================
   HAMBURGER ABOVE OVERLAY
   ========================================================= */

.ccg-site-header{
    z-index:1000 !important;
}


/* =========================================================
   HAMBURGER → X
   ========================================================= */

.ccg-menu-toggle span{
    transform-origin:center;
}


.ccg-menu-toggle.is-open span:nth-child(1){
    transform:
        translateY(11px)
        rotate(45deg) !important;

    background:#D4A017 !important;
}


.ccg-menu-toggle.is-open span:nth-child(2){
    opacity:0;
}


.ccg-menu-toggle.is-open span:nth-child(3){
    transform:
        translateY(-11px)
        rotate(-45deg) !important;

    background:#D4A017 !important;
}


.ccg-menu-toggle.is-open span{
    box-shadow:
        0 0 5px rgba(224,199,127,.55),
        0 0 12px rgba(212,160,23,.40);
}


/* =========================================================
   PREVENT PAGE SCROLL WHEN MENU IS OPEN
   ========================================================= */

body.ccg-menu-open{
    overflow:hidden;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width:800px){


    .ccg-nav-panel{
        width:86%;

        padding-top:110px;
    }

    .ccg-overlay-nav > a{
        grid-template-columns:28px 1fr;

        column-gap:12px;

        padding:11px 0;
    }

    .ccg-nav-number{
        font-size:11px;
    }

    .ccg-nav-title{
        font-size:31px;
    }

    .ccg-nav-footer{
        flex-direction:column;

        align-items:flex-start;
    }


}

/* =========================================================
   CCG FULLSCREEN NAV — FINAL POLISH
   ========================================================= */


/* =========================================================
   1. SMOOTH SLIDE-IN / SLIDE-OUT
   ========================================================= */

.ccg-nav-overlay{
    opacity:1 !important;

    visibility:hidden;
    pointer-events:none;

    /* Start off-screen to the RIGHT */
    transform:translateX(100%);

    transition:
        transform .58s cubic-bezier(.77, 0, .18, 1),
        visibility .58s !important;

    will-change:transform;
}


.ccg-nav-overlay.is-open{
    visibility:visible;
    pointer-events:auto;

    transform:translateX(0);
}


/* =========================================================
   2. SPREAD MENU ITEMS OUT MORE
   ========================================================= */

.ccg-overlay-nav{
    display:flex !important;
    flex-direction:column !important;

    justify-content:center !important;

    /* More vertical breathing room */
    gap:35px !important;
}


.ccg-overlay-nav > a{
    padding:10px 0 !important;
}


/* =========================================================
   3. NO AUTOMATIC CURRENT-PAGE HIGHLIGHT
   Footer keeps that behavior — menu does NOT.
   ========================================================= */

.ccg-overlay-nav > a.is-current{
    color:#F4F1E8 !important;
}


.ccg-overlay-nav > a.is-current .ccg-nav-title{
    color:#F4F1E8 !important;

    text-shadow:none !important;
}


/* Remove permanent underline from current page */
.ccg-overlay-nav > a.is-current .ccg-nav-title::after{
    width:0 !important;
}


/* But current page STILL gets the normal hover effect */
.ccg-overlay-nav > a.is-current:hover{
    color:#F0DEAE !important;
}


.ccg-overlay-nav > a.is-current:hover .ccg-nav-title{
    color:#F0DEAE !important;

    text-shadow:
        0 0 7px rgba(224,199,127,.24),
        0 0 16px rgba(212,160,23,.15) !important;
}


.ccg-overlay-nav > a.is-current:hover .ccg-nav-title::after{
    width:100% !important;

    background:linear-gradient(
        90deg,
        #F0DEAE 0%,
        #D4A017 65%,
        transparent 100%
    ) !important;
}


/* =========================================================
   4. REQUEST A CONSULTATION — GOLD GLEAM
   ========================================================= */

.ccg-nav-consult{
    position:relative;

    overflow:hidden;

    isolation:isolate;

    background:linear-gradient(
        120deg,
        #F0DEAE 0%,
        #D4A017 55%,
        #8A650F 100%
    ) !important;

    color:#1D2952 !important;

    border:1px solid rgba(240,222,174,.45);

    box-shadow:
        0 5px 16px rgba(212,160,23,.20);

    transition:
        transform .25s ease,
        box-shadow .25s ease !important;
}


/* Moving light strip */
.ccg-nav-consult::before{
    content:"";

    position:absolute;

    top:-50%;
    left:-75%;

    width:45%;
    height:200%;

    opacity:0;

    background:linear-gradient(
        90deg,
        transparent 0%,
        rgba(240,222,174,.08) 20%,
        rgba(240,222,174,.85) 45%,
        rgba(255,244,195,1) 52%,
        rgba(240,222,174,.42) 68%,
        transparent 100%
    );

    transform:skewX(-20deg);

    pointer-events:none;

    z-index:1;
}


/* Hover glow */
.ccg-nav-consult:hover{
    color:#1D2952 !important;

    transform:translateY(-2px);

    box-shadow:
        0 0 6px rgba(240,222,174,.35),
        0 0 15px rgba(212,160,23,.30),
        0 8px 22px rgba(19,27,53,.22) !important;
}


/* One-way gleam */
.ccg-nav-consult:hover::before{
    opacity:1;

    animation:
        ccgNavConsultGleam
        .75s
        ease-out
        1;
}


@keyframes ccgNavConsultGleam{

    0%{
        left:-75%;
        opacity:0;
    }

    10%{
        opacity:1;
    }

    90%{
        opacity:1;
    }

    100%{
        left:135%;
        opacity:0;
    }

}

/* =========================================================
   NAV — LOWER BOTTOM DIVIDER
   ========================================================= */

.ccg-nav-footer{
    margin-top:18px !important;
}





/* =========================================================
   INFORMATION OPERATIONS — HERO
   ========================================================= */




/* =========================================================
   BACKGROUND ARTWORK
   ========================================================= */







/* =========================================================
   LEGIBILITY OVERLAY
   ========================================================= */




/* =========================================================
   CONTENT
   ========================================================= */




/* =========================================================
   BREADCRUMB
   ========================================================= */




/* =========================================================
   INFO OPS BREADCRUMB — MATCH BUSINESS OPERATIONS
   ========================================================= */




/* EVERYTHING in breadcrumb stays gold */



/* Clickable breadcrumb pieces */



/* One-way gleam across the WORDS */






/* =========================================================
   EYEBROW
   ========================================================= */




/* =========================================================
   HEADLINE
   ========================================================= */




/* =========================================================
   BODY
   ========================================================= */




/* =========================================================
   BUTTON ROW
   ========================================================= */




/* =========================================================
   BUTTON BASE
   ========================================================= */




/* =========================================================
   PRIMARY — GOLD
   ========================================================= */




/* Gleam */












/* =========================================================
   SECONDARY — OUTLINE
   ========================================================= */







/* =========================================================
   RESPONSIVE
   ========================================================= */






/* =========================================================
   INFORMATION OPS HERO — SOFTEN BACKGROUND ARTWORK
   ========================================================= */




/* Darken/fade the artwork around edges + behind text */


/* =========================================================
   INFO OPS — ANIMATION LAYER FIX
   ========================================================= */

/* Static artwork at bottom */



/* Dark/legibility treatment above artwork */



/* THIS is the missing piece */


/* =========================================================
   INFO OPS — SHIFT COMPLETE PARTICLE SYSTEM UP
   ========================================================= */



/* =========================================================
   INFO OPS FLOW — RESPONSIVE CANVAS
   Prevents paths from being clipped on narrow screens
   ========================================================= */


/* HALF-SCREEN / SMALL DESKTOP */



/* Around your half-screen size */



/* TABLET */



/* MOBILE */


/* Actual hero writing/buttons remain above animation */


/* =========================================================
   INFO OPS — FLOW PARTICLES FOLLOWING PAINTED STREAMS
   ========================================================= */




/* =========================================================
   FINAL TIGHTENING — INFORMATION FLOW PATHS
   ========================================================= */

/* PATH A — UPPER OUTER */




/* PATH B — UPPER INNER */




/* PATH C — CENTER / PINCH */




/* PATH D — LOWER INNER */




/* PATH E — LOWER OUTER */




/* =========================================================
   MOTION
   ========================================================= */




/* =========================================================
   DIFFERENT SPEEDS / DELAYS
   ========================================================= */





























/* =========================================================
   INFORMATION OPERATIONS
   DOES THIS SOUND FAMILIAR?
   ========================================================= */






/* =========================================================
   SECTION HEADING
   ========================================================= */
















/* =========================================================
   CARD GRID
   ========================================================= */




/* =========================================================
   CARD
   ========================================================= */




/* GOLD STRIP */



/* =========================================================
   CARD HEADER
   ========================================================= */










/* Small fading line underneath category */



/* =========================================================
   PAIN POINTS
   ========================================================= */













/* =========================================================
   HOVER
   ========================================================= */




/* =========================================================
   SMOOTH HERO → SECTION SCROLL
   ========================================================= */

html{
    scroll-behavior:smooth;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */






/* =========================================================
   INFORMATION OPERATIONS — HOW WE WORK
   ========================================================= */







/* =========================================================
   HEADING
   ========================================================= */
















/* =========================================================
   PROCESS WRAPPER
   ========================================================= */




/* =========================================================
   CONNECTING LINE
   ========================================================= */




/* little moving gleam */






/* =========================================================
   INDIVIDUAL STEP
   ========================================================= */







/* =========================================================
   NUMBER NODE
   ========================================================= */










/* =========================================================
   TEXT
   ========================================================= */







/* =========================================================
   RESPONSIVE
   ========================================================= */






/* =========================================================
   INFORMATION OPERATIONS — GOLD SECTION DIVIDER
   ========================================================= */




/* Main soft gold line */



/* Very soft glow underneath */



/* Tiny traveling highlight */











/* =========================================================
   INFORMATION OPERATIONS — SERVICE EXPLORER
   ========================================================= */







/* =========================================================
   INTRO
   ========================================================= */
















/* =========================================================
   TWO-COLUMN EXPLORER
   ========================================================= */




/* =========================================================
   LEFT NAV
   ========================================================= */



















/* ACTIVE + HOVER */
















/* =========================================================
   RIGHT PANEL
   ========================================================= */













/* =========================================================
   PANEL HEADING
   ========================================================= */













/* =========================================================
   OUTCOMES
   ========================================================= */













/* =========================================================
   RESPONSIVE
   ========================================================= */






/* =========================================================
   INFORMATION OPERATIONS — RELATED SERVICES
   ========================================================= */







/* =========================================================
   HEADING
   ========================================================= */










/* =========================================================
   GRID
   ========================================================= */




/* =========================================================
   CARD
   ========================================================= */




/* Gold top accent */



/* =========================================================
   TEXT
   ========================================================= */













/* =========================================================
   HOVER
   ========================================================= */







/* subtle gleam across top accent */









/* =========================================================
   RESPONSIVE
   ========================================================= */






/* =========================================================
   INFO OPS SERVICE NAV — EVENLY FILL FULL HEIGHT
   ========================================================= */






/* =========================================================
   CONTRACT & COMMERCIAL OPERATIONS — HERO
   ========================================================= */




/* =========================================================
   BACKGROUND IMAGE
   ========================================================= */







/* =========================================================
   NAVY LEGIBILITY / EDGE BLENDING
   ========================================================= */




/* =========================================================
   HERO CONTENT
   ========================================================= */




/* =========================================================
   BREADCRUMB
   ========================================================= */










/* =========================================================
   HEADLINE
   ========================================================= */




/* =========================================================
   LEDE
   ========================================================= */




/* =========================================================
   BUTTON ROW
   ========================================================= */




/* =========================================================
   BUTTON BASE
   ========================================================= */




/* PRIMARY */



/* =========================================================
   CONTRACT HERO — PRIMARY BUTTON GLEAM
   ========================================================= */










/* SECONDARY */







/* =========================================================
   RESPONSIVE
   ========================================================= */






/* =========================================================
   CONTRACT HERO — CCG COLOR WASH + SOFT FADE
   ========================================================= */











/* =========================================================
   CONTRACT HERO — LIFECYCLE MOTION
   ========================================================= */




/* =========================================================
   TRAVELING GOLD PULSE
   ========================================================= */




/* LEFT:
   document → handshake → disappear into center
*/



/* RIGHT:
   emerge → admin → renewal → analytics
*/



/* =========================================================
   LEFT TRAVEL — EARLIER FADE
   ========================================================= */




/* =========================================================
   RIGHT TRAVEL
   ========================================================= */




/* =========================================================
   ICON HALOS
   ========================================================= */




/* Match these to the painted icons */











/* =========================================================
   SEQUENTIAL NODE BREATHING
   ========================================================= */















/* =========================================================
   CONTRACTS — DOES THIS SOUND FAMILIAR
   ========================================================= */







/* =========================================================
   HEADING
   ========================================================= */
















/* =========================================================
   TWO-COLUMN ISSUE GRID
   ========================================================= */




/* =========================================================
   ISSUE
   ========================================================= */




/* faint contract-register hover */



/* =========================================================
   NUMBER
   ========================================================= */




/* =========================================================
   COPY
   ========================================================= */







/* subtle gold accent appears on hover */






/* =========================================================
   RESPONSIVE
   ========================================================= */






/* =========================================================
   CONTRACT LIFECYCLE
   ========================================================= */







/* =========================================================
   HEADING
   ========================================================= */










/* =========================================================
   LIFECYCLE RAIL
   ========================================================= */




/* main line */



/* =========================================================
   STAGES
   ========================================================= */



















/* =========================================================
   RETURN / RENEWAL LOOP
   ========================================================= */










/* =========================================================
   RESPONSIVE
   ========================================================= */






/* =========================================================
   LIFECYCLE STAGE — ACTIVE SEQUENCE
   ========================================================= */








/* 01 */


/* 02 */


/* 03 */


/* 04 */













/* =========================================================
   RENEW • AMEND • RENEGOTIATE — AUTOMATIC GOLD GLEAM
   ========================================================= */












/* =========================================================
   CONTRACT & COMMERCIAL OPERATIONS — SERVICE NAVIGATOR
   ========================================================= */






/* =========================================================
   HEADING
   ========================================================= */












/* =========================================================
   SIX SERVICE TABS
   ========================================================= */






/* subtle navy variation */








/* NUMBER */




/* TITLE */




/* ARROW */






/* =========================================================
   ACTIVE SERVICE TAB
   ========================================================= */








/* =========================================================
   SERVICE DETAIL PANEL
   ========================================================= */











/* giant decorative number */

/* =========================================================
   SERVICE PANEL — DECORATIVE SYMBOL WATERMARK
   ========================================================= */




/* 01 — CONTRACT LIFECYCLE MANAGEMENT */



/* 02 — CONTRACT DRAFTING SUPPORT */



/* 03 — CONTRACT REVIEW & ANALYSIS */



/* 04 — CONTRACT ADMINISTRATION */



/* 05 — COMMERCIAL OPERATIONS SUPPORT */



/* 06 — CONTRACT ANALYTICS */



/* small number */




/* panel title */




/* description */




/* =========================================================
   THREE DETAIL ITEMS
   ========================================================= */












/* =========================================================
   CONTRACT BASICS — ELEVATED CARD LAUNCHER
   ========================================================= */




/* =========================================================
   HEADING
   ========================================================= */








/* =========================================================
   FOUR BASICS CARDS
   ========================================================= */







/* subtle shine layer */



/* arrow */



/* number */



/* =========================================================
   HOVER
   ========================================================= */








/* =========================================================
   RESPONSIVE
   ========================================================= */





/* =========================================================
   CONTRACT BASICS — CARD TEXT
   ========================================================= */






/* =========================================================
   CCG CONTRACT BASICS MODAL — FINAL REDESIGN
   ========================================================= */


/* =========================================================
   OVERLAY
   ========================================================= */




/* =========================================================
   MODAL SHELL
   ========================================================= */




/* =========================================================
   TOP NAVIGATION
   ========================================================= */




/* Individual tab */




/* Hover */




/* Active tab */




/* Gold active indicator */




/* =========================================================
   CLOSE BUTTON
   ========================================================= */







/* =========================================================
   BODY
   ========================================================= */




/* =========================================================
   PANEL CHANGE
   ========================================================= */







@keyframes ccgBasicsReveal{

    from{
        opacity:0;
        transform:translateY(7px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}


/* =========================================================
   INTRODUCTION
   ========================================================= */




/* =========================================================
   TOPIC CARDS
   ========================================================= */




/* Gold vertical accent */




/* Hover */




/* =========================================================
   TOPIC TITLES
   ========================================================= */




/* =========================================================
   TOPIC COPY
   ========================================================= */




/* =========================================================
   DRAFTING / DETAIL LISTS
   ========================================================= */










/* =========================================================
   PULL QUOTE
   ========================================================= */




/* =========================================================
   CLOSING TEXT
   ========================================================= */




/* =========================================================
   SCROLLBAR — SUBTLE CCG TREATMENT
   ========================================================= */













/* =========================================================
   MOBILE
   ========================================================= */



/* =========================================================
   CONTRACTS — CONVERGING GRADIENT DIVIDER
   ========================================================= */

.ccg-converge-divider{
    width:100%;
    max-width:930px;
    height:28px;

    /* MORE SPACE ABOVE + BELOW */
    margin:
        115px
        auto
        46px;

    display:flex;
    align-items:center;
    justify-content:center;

    overflow:visible;
}


/* =========================================================
   BASE NAVY LINES
   ========================================================= */

.ccg-converge-line{
    position:relative;

    flex:1;

    height:2px;

    overflow:hidden;

    background:#1D2952;
}


/* =========================================================
   GLEAM LAYER
   ========================================================= */

.ccg-converge-line::after{
    content:"";

    position:absolute;

    inset:0;

    opacity:0;

    background:
        linear-gradient(
            90deg,
            transparent 0%,
            transparent 30%,
            #8A650F 41%,
            #D4A017 46%,
            #F0DEAE 50%,
            #D4A017 54%,
            #8A650F 59%,
            transparent 70%,
            transparent 100%
        );

    background-size:220% 100%;

    pointer-events:none;
}


/* =========================================================
   LEFT SIDE
   outside → center
   ========================================================= */

.ccg-converge-divider.is-visible
.ccg-converge-left::after{

    animation:
        ccgDividerLeftGleam
        1.55s
        ease-out
        1
        forwards;
}


@keyframes ccgDividerLeftGleam{

    0%{
        opacity:0;
        background-position:110% 50%;
    }

    12%{
        opacity:1;
    }

    82%{
        opacity:1;
    }

    100%{
        opacity:0;
        background-position:-10% 50%;
    }

}


/* =========================================================
   RIGHT SIDE
   outside → center
   ========================================================= */

.ccg-converge-divider.is-visible
.ccg-converge-right::after{

    animation:
        ccgDividerRightGleam
        1.55s
        ease-out
        1
        forwards;
}


@keyframes ccgDividerRightGleam{

    0%{
        opacity:0;
        background-position:-10% 50%;
    }

    12%{
        opacity:1;
    }

    82%{
        opacity:1;
    }

    100%{
        opacity:0;
        background-position:110% 50%;
    }

}


/* =========================================================
   CENTER GOLD DIAMOND
   ========================================================= */

.ccg-converge-center{
    position:relative;

    width:9px;
    height:9px;

    flex:
        0
        0
        9px;

    margin:
        0
        11px;

    background:#D4A017;

    transform:
        rotate(45deg)
        scale(1);

    box-shadow:
        0 0 0 4px
        rgba(212,160,23,.08);
}


/* diamond reacts ONCE when gleams arrive */

.ccg-converge-divider.is-visible
.ccg-converge-center{

    animation:
        ccgDividerDiamond
        .52s
        ease-out
        1.08s
        1;
}


@keyframes ccgDividerDiamond{

    0%,
    100%{
        transform:
            rotate(45deg)
            scale(1);

        box-shadow:
            0 0 0 4px
            rgba(212,160,23,.08);
    }

    50%{
        transform:
            rotate(45deg)
            scale(1.28);

        background:#F0DEAE;

        box-shadow:
            0 0 8px
            rgba(212,160,23,.45),
            0 0 18px
            rgba(240,222,174,.25);
    }

}

/* =========================================================
   CONTRACT DIVIDER — SCROLL-ACTIVATED GLEAM
   ========================================================= */




/* animated gradient layer */



/* LEFT LINE:
   gleam travels from far left → diamond
*/



/* RIGHT LINE:
   gleam travels from far right → diamond
*/



@keyframes dividerGleamLeft{

    0%{
        background-position:100% 0;
        opacity:0;
    }

    12%{
        opacity:1;
    }

    80%{
        opacity:1;
    }

    100%{
        background-position:0% 0;
        opacity:0;
    }
}


@keyframes dividerGleamRight{

    0%{
        background-position:0% 0;
        opacity:0;
    }

    12%{
        opacity:1;
    }

    80%{
        opacity:1;
    }

    100%{
        background-position:100% 0;
        opacity:0;
    }
}



@keyframes dividerDiamondPulse{

    0%,
    100%{
        transform:rotate(45deg) scale(1);
        box-shadow:none;
    }

    50%{
        transform:rotate(45deg) scale(1.18);

        box-shadow:
            0 0 8px rgba(212,160,23,.45),
            0 0 16px rgba(240,222,174,.25);
    }
}

/* =========================================================
   CONTRACTS — ENGAGEMENT SCOPE
   ========================================================= */






/* =========================================================
   HEADING
   ========================================================= */












/* =========================================================
   SPLIT PANEL
   ========================================================= */




/* center divider */




/* =========================================================
   COLUMNS
   ========================================================= */










/* =========================================================
   LIST
   ========================================================= */








/* Gold/navy check */




/* subtle interaction */




/* =========================================================
   RESPONSIVE
   ========================================================= */





/* =========================================================
   CONTRACT SCOPE — MIDNIGHT PANEL
   ========================================================= */




/* =========================================================
   COLUMN HEADINGS
   ========================================================= */






/* =========================================================
   LIST TEXT
   ========================================================= */




/* Hover becomes brighter rather than navy */




/* =========================================================
   CHECKMARKS
   ========================================================= */




/* =========================================================
   CENTER DIVIDER
   ========================================================= */



/* =========================================================
   CONTRACTS — RELATED SERVICES TRANSITION
   ========================================================= */

.related-services-contracts{
    background:
        linear-gradient(
            180deg,
            #F7F8FB 0%,
            #FFFFFF 46%,
            #F4F1E8 100%
        );
}

.related-services-contracts .related-service-card{
    background:#FCFBF8;
}

/* =========================================================
   CONTRACTS — RELATED SERVICES BACKGROUND
   ========================================================= */



/* =========================================================
   CONTRACT LIFECYCLE — SOFT GRADIENT BACKGROUND
   ========================================================= */



/* =========================================================
   CONTRACT BASICS — FULL WIDTH GRADIENT BAND
   ========================================================= */





/* =========================================================
   CONTRACT DIVIDER — CENTER BETWEEN SECTIONS
   ========================================================= */

.ccg-converge-divider{
    width:min(1240px, calc(100% - 64px));

    margin:
        85px
        auto;

    position:relative;
}

/* =========================================================
   CONTRACT DIVIDER — TIGHT TRANSITION
   ========================================================= */

.ccg-converge-divider{
    width:min(1240px, calc(100% - 64px));

    margin:
        45px
        auto
        45px;

    position:relative;
}



/* =========================================================
   BUSINESS OPS — MATCH PRIMARY BUTTON ANIMATION
   ========================================================= */




/* gleam layer */



/* hover */



/* one clean pass */





/* =========================================================
   DIGITAL TRANSFORMATION READINESS — HERO UPGRADE
   ========================================================= */




/* EYEBROW */




/* MAIN HEADLINE */




/* SUPPORTING COPY */




/* BUTTON ROW */




/* =========================================================
   GOLD HERO BUTTON
   Same visual family as sibling Business Operations pages
   ========================================================= */







/* =========================================================
   OUTLINE BUTTON
   ========================================================= */







/* =========================================================
   SMOOTH ANCHOR MOVEMENT
   ========================================================= */

html{
    scroll-behavior:smooth;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */



/* =========================================================
   DIGITAL HERO — MATCH GOLD BUTTON ANIMATION
   ========================================================= */




/* moving shine */




/* hover */




/* shine sweeps across ON hover */



/* =========================================================
   DIGITAL HERO — CCG BRAND COLOR WASH
   MATCH INFO OPS + CONTRACTS
   ========================================================= */




/* Full branded overlay over the EXISTING hero artwork */



/* Keep all hero copy/buttons above the color wash */
/* =========================================================
   DIGITAL HERO — CCG BRAND COLOR WASH
   MATCH INFO OPS + CONTRACTS
   ========================================================= */




/* Full branded overlay over the EXISTING hero artwork */



/* Keep all hero copy/buttons above the color wash */


/* =========================================================
   DIGITAL HERO — SOFT EDGE VIGNETTE
   ========================================================= */



/* =========================================================
   DIGITAL HERO — NEW BACKGROUND ARTWORK
   ========================================================= */




/* IMAGE LAYER */






/* =========================================================
   CCG COLOR / LEGIBILITY OVERLAY
   ========================================================= */




/* HERO CONTENT ABOVE IMAGE */



/* ==========================================
   DIGITAL TRANSFORMATION HERO — IMAGE TUNING
   ========================================== */







/* =========================================================
   DIGITAL HERO — ACTUAL IMAGE ZOOM OUT
   ========================================================= */





/* =========================================================
   DIGITAL HERO — SHOW MORE OF BACKGROUND ARTWORK
   ========================================================= */



/* =========================================================
   DIGITAL HERO — SVG ROAD STREAMS
   ========================================================= */




/* SVG fills hero exactly */



/* =========================================================
   BASE PATH
   Invisible except for animated dash
   ========================================================= */




/* =========================================================
   THREE STREAM VARIATIONS
   ========================================================= */










/* =========================================================
   STREAM MOTION
   ========================================================= */



























/* =========================================================
   DIGITAL HERO — HALF-SCREEN / NARROW DESKTOP FIX
   DOES NOT AFFECT FULL SCREEN
   ========================================================= */





/* =========================================================
   DIGITAL TRANSFORMATION READINESS — READINESS CHECK
   ========================================================= */







/* =========================================================
   HEADING
   ========================================================= */



















/* =========================================================
   DIAGNOSTIC GRID
   ========================================================= */




/* =========================================================
   DIAGNOSTIC ITEM
   ========================================================= */




/* =========================================================
   NUMBER / CHECKPOINT
   ========================================================= */




/* =========================================================
   COPY
   ========================================================= */




/* =========================================================
   HOVER
   ========================================================= */







/* =========================================================
   CLOSING STATEMENT
   ========================================================= */










/* =========================================================
   RESPONSIVE
   ========================================================= */






/* =========================================================
   DIGITAL READINESS — LUXURY GOLD GLEAM
   ========================================================= */






/* =========================================================
   DIGITAL CAPABILITIES — SECTION
   ========================================================= */







/* =========================================================
   HEADING
   ========================================================= */
















/* =========================================================
   SELECTOR NAV
   ========================================================= */

























/* =========================================================
   READINESS PANEL
   ========================================================= */










/* =========================================================
   PANEL HEADING
   ========================================================= */
















/* =========================================================
   CURRENT → PREPARATION → READY
   ========================================================= */

























/* =========================================================
   RESPONSIVE
   ========================================================= */






/* =========================================================
   DIGITAL TRANSFORMATION — READINESS METHOD
   ========================================================= */




/* very soft blue atmosphere */






/* =========================================================
   HEADING
   ========================================================= */
















/* =========================================================
   PATHWAY
   ========================================================= */




/* =========================================================
   MUTED BASE TRACK
   ========================================================= */




/* =========================================================
   GOLD PROGRESS TRACK
   ========================================================= */




/* glowing leading edge */



/* =========================================================
   STAGES
   ========================================================= */




/* =========================================================
   MARKERS
   ========================================================= */







/* =========================================================
   STAGE LABEL
   ========================================================= */







/* =========================================================
   ACTIVE STAGE
   ========================================================= */










/* =========================================================
   ANIMATION
   ========================================================= */













/* =========================================================
   RESPONSIVE
   ========================================================= */






/* =========================================================
   BUSINESS OPERATIONS FAMILY — HERO BREADCRUMB
   ========================================================= */

.ccg-hero-breadcrumb{
    position:relative;

    display:flex;
    align-items:center;
    justify-content:center;

    gap:10px;

    width:max-content;
    max-width:100%;

    margin:
        0
        auto
        28px;

    font-family:"Assistant", sans-serif;

    font-size:13px;
    font-weight:700;

    line-height:1.3;

    opacity:0;

    transform:translateY(-8px);

    animation:
        ccgBreadcrumbEnter
        .8s
        ease
        .2s
        forwards;
}


.ccg-hero-breadcrumb a,
.ccg-breadcrumb-current{
    position:relative;

    color:#D4A017;

    text-decoration:none;

    transition:
        color .25s ease,
        text-shadow .25s ease;
}


.ccg-breadcrumb-divider{
    color:rgba(240,222,174,.62);
}


/* subtle polished hover */
.ccg-hero-breadcrumb a:hover{
    color:#F0DEAE;

    text-shadow:
        0 0 8px
        rgba(212,160,23,.28);
}


/* animated gold line enters underneath */
.ccg-hero-breadcrumb::after{
    content:"";

    position:absolute;

    left:50%;
    bottom:-9px;

    width:0;
    height:1px;

    transform:translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent 0%,
            #B6810D 24%,
            #D4A017 50%,
            #F0DEAE 76%,
            transparent 100%
        );

    animation:
        ccgBreadcrumbLine
        .9s
        ease
        .65s
        forwards;
}


@keyframes ccgBreadcrumbEnter{

    from{
        opacity:0;
        transform:translateY(-8px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}


@keyframes ccgBreadcrumbLine{

    from{
        width:0;
        opacity:0;
    }

    to{
        width:100%;
        opacity:1;
    }

}

/* =========================================================
   DIGITAL HERO — BREADCRUMB CLEAN OVERRIDE
   ========================================================= */




/* REMOVE THE LINE UNDERNEATH COMPLETELY */




/* DIVIDERS */




/* =========================================================
   GOLD TEXT + MOVING GLEAM
   ========================================================= */




/* =========================================================
   CLEAN SWEEP ACROSS THE WORDS
   ========================================================= */




/* KEEP HOVER QUIET */



/* =========================================================
   DIGITAL READINESS — RELATED SERVICES
   ========================================================= */




/* =========================================================
   THE COMPASS — FOOTER SUBSCRIPTION STATES
========================================================= */

/* invisible spam trap */
.ccg-compass-honeypot{
    position:absolute !important;

    left:-99999px !important;
    top:auto !important;

    width:1px !important;
    height:1px !important;

    overflow:hidden !important;

    opacity:0 !important;

    pointer-events:none !important;
}


/* status message */
.footer-newsletter-status{
    min-height:20px;

    margin:
        -7px
        0
        16px;

    font-family:"Assistant", sans-serif !important;
    font-size:13px !important;
    line-height:1.4 !important;

    color:#F4F1E8;
}


.footer-newsletter-status.is-success{
    color:#F0DEAE;
}


.footer-newsletter-status.is-error{
    color:#F4F1E8;
}


/* loading */
.footer-subscribe:disabled{
    cursor:wait;

    opacity:.72;

    transform:none !important;
}



/* =========================================================
   CCG HEADER — ALLOW HERO LINKS UNDER TRANSPARENT AREA
   ========================================================= */

/* Transparent header shell must not block the page underneath */
.ccg-site-header{
    pointer-events:none !important;
}


/* But the actual logo still needs to be clickable */
.ccg-header-logo{
    pointer-events:auto !important;
}


/* And the hamburger still needs to be clickable */
.ccg-menu-toggle{
    pointer-events:auto !important;
}



/* =========================================================
   FULLSCREEN NAV — FIT ALL 7 LINKS
   ========================================================= */

.ccg-overlay-nav{
    gap:22px !important;
}

.ccg-overlay-nav > a{
    padding:6px 0 !important;
}

.ccg-nav-title{
    font-size:42px !important;
}

/* =========================================================
   MOBILE FOOTER — FIX LOGO / TEXT OVERLAP
   ========================================================= */

@media (max-width:650px){


    .footer-logo-column{
        min-height:0 !important;
        height:auto !important;

        display:flex !important;
        justify-content:center !important;
        align-items:center !important;

        margin:0 0 10px !important;
    }

    .footer-logo-link{
        position:relative !important;

        top:auto !important;
        left:auto !important;

        transform:none !important;

        width:82% !important;
        max-width:360px !important;

        margin:0 auto !important;
    }

    .footer-logo{
        width:100% !important;
        height:auto !important;

        margin:0 !important;
        transform:none !important;
    }

    .footer-company{
        margin-top:0 !important;
    }


}


/* =========================================================
   CONTRACT HERO — MOBILE FULL ARTWORK BAND
   ========================================================= */



/* =========================================================
   DIGITAL HERO — MOBILE SHIFT IMAGE TO SHOW MORE BRIDGE
   ========================================================= */



/* =========================================================
   DIGITAL HERO — MOBILE ROAD STREAM ALIGNMENT
   ========================================================= */



/* =========================================================
   DIGITAL HERO — MOBILE ROAD STREAM
   Shift right + lean toward road
   ========================================================= */




/* =========================================================
   GLOBAL TRUST CARDS — MOBILE
   Stack Privacy / AI / Human cards vertically
   ========================================================= */

@media (max-width:650px){


    .trust-grid{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:22px !important;
        width:100% !important;
    }

    .trust-item,
.trust-card{
        width:100% !important;
        min-width:0 !important;
        min-height:auto !important;

        padding:30px 24px !important;
    }

    .trust-label,
.trust-card h3{
        font-size:23px !important;
        line-height:1.25 !important;
    }

    .trust-item p,
.trust-card p{
        font-size:17px !important;
        line-height:1.6 !important;
    }


}

/* =========================================================
   INFORMATION OPERATIONS — MOBILE SERVICE EXPLORER
   Restore full service navigation above active panel
   ========================================================= */



/* =========================================================
   CONTRACT SERVICES — MOBILE NAVIGATION
   Stack all six capability tabs vertically
   ========================================================= */





/* =========================================================
   BUSINESS OPERATIONS — STAT BAND SUBHEADINGS
   ========================================================= */

.stat-heading{
    display:block;

    margin-top:10px;
    margin-bottom:14px;

    font-family:"Assistant", sans-serif;
    font-size:15px;
    font-weight:700;
    line-height:1.25;

    text-transform:uppercase;
    letter-spacing:.08em;

    color:#F4F1E8;
}

/* =========================================================
   BUSINESS OPS — FOURTH STAT TITLE
   Give "Startups to Fortune 500 Experience at Scale" more room
   ========================================================= */

.stat:nth-child(4) .stat-num{
    font-size:28px !important;
    letter-spacing:-0.02em !important;
}

/* =========================================================
   BUSINESS OPERATIONS HERO — NEW TITLE
   ========================================================= */










/* MOBILE */


/* =========================================================
   CONTRACT HERO — TITLE TREATMENT
   ========================================================= */





/* =========================================================
   DIGITAL TRANSFORMATION READINESS — HERO TITLE
   ========================================================= */



/* =========================================================
   DIGITAL READINESS — ASSESSMENT FLOW LISTS
   ========================================================= */

   /* =========================================================
   MOBILE FULLSCREEN NAV — ALLOW FULL MENU TO SCROLL
   ========================================================= */

@media (max-width:800px){

    .ccg-nav-overlay{
        overflow-y:auto !important;
        overflow-x:hidden !important;

        height:100dvh !important;

        -webkit-overflow-scrolling:touch;
    }

    .ccg-nav-panel{
        min-height:100dvh !important;
        height:auto !important;

        padding-top:110px !important;
        padding-bottom:50px !important;
    }

    .ccg-overlay-nav{
        flex:none !important;

        justify-content:flex-start !important;

        padding-bottom:30px;
    }

}

/* =========================================================
   MOBILE NAV HEADER — SCROLLS WITH MENU
   ========================================================= */

.ccg-nav-mobile-header{
    display:none;
}


@media (max-width:800px){

    /* Hide the normal page header while menu is open */
    body.ccg-menu-open .ccg-site-header{
        visibility:hidden !important;
        pointer-events:none !important;
    }


    /* Header INSIDE scrolling menu */
    .ccg-nav-mobile-header{
        display:flex;

        align-items:center;
        justify-content:space-between;

        width:100%;

        flex:0 0 auto;

        margin:0 0 38px;

        padding:0;
    }


    /* Logo */
    .ccg-nav-mobile-logo{
        display:block;

        width:150px;

        line-height:0;

        text-decoration:none;
    }

    .ccg-nav-mobile-logo img{
        display:block;

        width:100%;
        height:auto;
    }


    /* Close X */
    .ccg-nav-mobile-close{
        position:relative;

        flex:0 0 32px;

        width:32px;
        height:32px;

        padding:0;

        border:0;
        background:transparent;

        cursor:pointer;
    }


    .ccg-nav-mobile-close span{
        position:absolute;

        left:0;
        top:15px;

        width:32px;
        height:2px;

        background:#D4A017;

        box-shadow:
            0 0 5px rgba(224,199,127,.55),
            0 0 12px rgba(212,160,23,.40);
    }


    .ccg-nav-mobile-close span:first-child{
        transform:rotate(45deg);
    }

    .ccg-nav-mobile-close span:last-child{
        transform:rotate(-45deg);
    }


    /* Since the logo is now INSIDE the panel,
       we no longer need the giant top blank area */
    .ccg-nav-panel{
        padding-top:28px !important;
    }

}

/* =========================================================
   SHARED — RELATED SERVICES
   Used by Information Operations, Contracts, and DTR
   ========================================================= */

.info-related-services{
    background:#FFFFFF;

    padding:
        78px
        32px
        92px;
}


.info-related-inner{
    width:min(1100px, 100%);

    margin:0 auto;
}


/* =========================================================
   HEADING
   ========================================================= */

.info-related-heading{
    text-align:center;

    margin-bottom:48px;
}


.info-related-heading h2{
    margin:0;

    font-family:"Lora", serif;

    font-size:clamp(34px, 4vw, 46px);

    font-weight:600;

    color:#1D2952;
}


.info-related-rule{
    width:110px;
    height:3px;

    margin:
        20px
        auto
        0;

    background:
        linear-gradient(
            90deg,
            transparent 0%,
            #E0C77F 22%,
            #D4A017 50%,
            #8A650F 78%,
            transparent 100%
        );
}


/* =========================================================
   GRID
   ========================================================= */

.info-related-grid{
    display:grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap:24px;
}


/* =========================================================
   CARD
   ========================================================= */

.info-related-card{
    position:relative;

    overflow:hidden;

    display:block;

    min-height:220px;

    padding:
        30px
        30px
        28px;

    background:#F4F1E8;

    border:
        1px solid
        rgba(29,41,82,.08);

    text-decoration:none;

    box-shadow:
        0 8px 24px rgba(29,41,82,.06);

    transition:
        transform .28s ease,
        box-shadow .28s ease,
        border-color .28s ease;
}


/* Gold top accent */
.info-related-card::before{
    content:"";

    position:absolute;

    top:0;
    left:0;
    right:0;

    height:4px;

    background:
        linear-gradient(
            90deg,
            #8A650F,
            #D4A017,
            #F0DEAE,
            #D4A017
        );
}


/* =========================================================
   TEXT
   ========================================================= */

.info-related-kicker{
    display:block;

    margin-bottom:13px;

    font-family:"Assistant", sans-serif;

    font-size:12px;
    font-weight:700;

    letter-spacing:.14em;

    text-transform:uppercase;

    color:#8A650F;
}


.info-related-card h3{
    margin:
        0
        0
        14px;

    font-family:"Lora", serif;

    font-size:20px;
    font-weight:600;

    color:#1D2952;
}


.info-related-card p{
    margin:
        0
        0
        26px;

    font-family:"Assistant", sans-serif;

    font-size:16px;

    line-height:1.6;

    color:#4A4A50;
}


.info-related-link{
    display:inline-flex;

    align-items:center;

    gap:6px;

    font-family:"Assistant", sans-serif;

    font-size:15px;
    font-weight:700;

    color:#1D2952;

    transition:
        color .22s ease,
        gap .22s ease;
}


/* =========================================================
   HOVER
   ========================================================= */

.info-related-card:hover{
    transform:translateY(-5px);

    border-color:
        rgba(212,160,23,.22);

    box-shadow:
        0 16px 36px rgba(29,41,82,.11);
}


.info-related-card:hover .info-related-link{
    color:#D4A017;

    gap:10px;
}


/* subtle gleam across top accent */
.info-related-card::after{
    content:"";

    position:absolute;

    top:0;
    left:-35%;

    width:28%;
    height:4px;

    opacity:0;

    background:
        linear-gradient(
            90deg,
            transparent,
            #F4F1E8,
            #F0DEAE,
            transparent
        );

    pointer-events:none;
}


.info-related-card:hover::after{
    opacity:1;

    animation:
        infoRelatedGleam
        .72s
        ease-out
        1;
}


@keyframes infoRelatedGleam{

    from{
        left:-35%;
    }

    to{
        left:115%;
    }

}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width:760px){

    .info-related-grid{
        grid-template-columns:1fr;
    }

}


@media (max-width:520px){

    .info-related-services{
        padding:
            62px
            20px
            72px;
    }

    .info-related-card{
        padding:
            28px
            24px
            26px;
    }

}