/* =====================================================
   GoCreate Health Landing
   Nota: CSS isolado para WordPress / Jupiter / Jupiter X
   Última organização: Diogo Vieira
===================================================== */

/* =====================================================
   1. FONTES E VARIÁVEIS
===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root{
  --gch-navy:#061A3A;
  --gch-navy-2:#08245A;
  --gch-blue:#0968E8;
  --gch-blue-2:#12A8FF;
  --gch-aqua:#6EE7F5;
  --gch-lime:#B8F200;
  --gch-white:#fff;
  --gch-mist:#F5FAFF;
  --gch-line:#DCEBFA;
  --gch-text:#071A35;
  --gch-muted:#5E728B;
  --gch-shadow:0 24px 70px rgba(5,31,78,.13);
}

/* =====================================================
   2. BASE / RESET DA LANDING
===================================================== */

.gch-landing,
.gch-landing *{
  box-sizing:border-box;
}

.gch-landing{
  color:var(--gch-text);
  background:linear-gradient(180deg,#fff 0%,#F6FBFF 42%,#fff 100%);
  font-family:'Plus Jakarta Sans',sans-serif;
  overflow:visible;
}

.gch-landing a{
  color:inherit;
  text-decoration:none;
}

.gch-container{
  width:min(1220px,calc(100% - 56px));
  margin:0 auto;
}

.gch-section{
  padding:40px 0;
}

.mk-go-top{
    width:50px;
    height:50px;
    border-radius:50%;
    background:linear-gradient(135deg,var(--gch-navy),var(--gch-navy-2) 54%,#004A83);
}

.mk-go-top svg {
    position: absolute;
    top: 15px;
    left: 17px;
    
}

/* =====================================================
   3. BOTÕES
===================================================== */

.gch-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:0 24px;
  border-radius:8px;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-weight:800;
  font-size:14px;
  border:1px solid transparent;
  transition:.25s ease;
  line-height:1;
}

.gch-btn:hover{
  transform:translateY(-1px);
}

.gch-btn-primary{
  background:var(--gch-blue);
  color:#fff!important;
  box-shadow:0 16px 34px rgba(9,104,232,.24);
}

.gch-btn-secondary{
  border-color:rgba(9,104,232,.35);
  color:var(--gch-blue)!important;
  background:#fff;
}

.gch-btn-lime{
  background:var(--gch-lime);
  color:#081C3A!important;
}

/* =====================================================
   4. HEADER / NAVEGAÇÃO
===================================================== */

.gch-site-nav{
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  padding:0 56px;
  background:rgba(255,255,255,.9);
  border-bottom:1px solid rgba(9,104,232,.08);
  backdrop-filter:blur(18px);
  position:sticky;
  top:0;
  z-index:100;
}

.admin-bar .gch-site-nav{
  top:32px;
}

.gch-brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  letter-spacing:-.04em;
  flex:0 0 auto;
}

.gch-brand-mark{
  width:42px;
  height:42px;
  object-fit:contain;
  display:block;
}

.gch-brand-text{
  font-size:24px;
  color:var(--gch-navy);
}

.gch-brand-text span{
  color:var(--gch-blue);
  font-weight:500;
}

.gch-main-nav{
  display:flex;
  gap:34px;
  font-size:14px;
  font-weight:700;
  color:#102A52;
}

#gch-mobile-menu-toggle{
  display:none;
}

@media(min-width:721px){
  #gch-mobile-menu{
    display:none!important;
  }
}

/* =====================================================
   5. HERO
   Nota: Foi removido CSS antigo do médico desenhado em CSS.
   O visual atual usa assets/img/hero-healthcare.webp como background.
===================================================== */

.gch-hero{
  position:relative;
  overflow:visible;
  background:#ffffff;
  padding-top:48px;
  padding-bottom:0;
  min-height:680px;
}

.gch-hero-grid{
  display:grid;
  grid-template-columns:1fr;
  align-items:center;
  min-height:680px;
  position:relative;
  z-index:2;
}

.gch-hero-copy{
  position:relative;
  z-index:3;
}

.gch-eyebrow{
  font-family:'Plus Jakarta Sans',sans-serif;
  margin:0 0 14px !important;
  color:var(--gch-blue);
  font-size:12px !important;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:900;
}

.gch-hero h1,
.gch-section-title h2,
.gch-framework-panel h2,
.gch-audit-copy h2,
.gch-footer-cta h2{
  margin:0;
  letter-spacing:-.055em;
  line-height:.98;
}

.gch-hero h1{
  font-size:clamp(34px,4vw,48px);
  max-width:700px;
  color:var(--gch-navy);
  text-transform:none!important;
}

.gch-hero h1 span{
  color:var(--gch-blue);
}

.gch-lead{
  font-size:20px;
  line-height:1.55;
  color:#24415F;
  max-width:650px;
  margin:26px 0 0;
}

.gch-actions{
  display:flex;
  gap:18px;
  margin:36px 0 0;
  flex-wrap:wrap;
}

.gch-micro-proof{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin:28px 0 0;
  max-width:560px;
  font-weight:700;
  color:#18385B;
}

.gch-micro-icon{
  width:26px;
  height:26px;
  border-radius:50%;
  background:#E7F4FF;
  color:var(--gch-blue);
  display:grid;
  place-items:center;
  flex:0 0 26px;
}

.gch-hero-visual{
  position:absolute;
  inset:0;
  width:100%;
  height:90%;
  background-image:url("../img/hero-healthcare.webp");
  background-repeat:no-repeat;
  background-position:50% 10%;
  background-size:110%;
  pointer-events:none;50
  z-index:1;
  border-radius:24px;
}

/* =====================================================
   6. ESTATÍSTICAS
===================================================== */

.gch-stats-strip{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  padding:30px 28px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--gch-navy),var(--gch-navy-2) 54%,#004A83);
  box-shadow:var(--gch-shadow);
  color:#fff;
  margin-top:-10px;
  margin-bottom:30px;
}

.gch-stat{
  position:relative;
  min-height:96px;
  display:grid;
  place-items:center;
  text-align:center;
  gap:10px;
  padding:0 22px;
}

.gch-stat:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  width:1px;
  height:90px;
  background:rgba(255,255,255,.18);
}

.gch-stat-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#BFE8FF;
}

.gch-stat-icon svg{
  width:46px;
  height:46px;
  stroke:#fff;
  stroke-width:1;
  stroke-linecap:round;
  stroke-linejoin:round;
  fill:none;
  display:block;
}

.gch-stat strong{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:32px;
  font-weight:500;
  line-height:1;
  color:#fff;
}

.gch-stat span:last-child{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:13px;
  line-height:1.35;
  color:#fff;
  font-weight:400;
  max-width:160px;
}

/* =====================================================
   7. TRUST / PROBLEM CARDS
===================================================== */

.gch-trust-section{
  padding-top:40px;
}

.gch-section-title{
  max-width:760px;
  margin-bottom:42px;
}

.gch-section-title.centered{
  text-align:center;
  margin-inline:auto;
}

.gch-section-title h2{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:clamp(28px,3vw,44px);
  font-weight:700;
  line-height:1.1;
  letter-spacing:-0.03em;
  text-transform:none;
  color:var(--gch-navy);
}

.gch-section-title p{
  font-family:'Plus Jakarta Sans',sans-serif; 
  font-size:24px;
  line-height:1.5;
  color:var(--gch-blue);
  font-weight:800;
  margin:14px 0 0;
}

.gch-problem-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  max-width:1220px;
  margin-inline:auto;
  margin-top: -20px;
}

.gch-info-card,
.gch-service-card{
  background:#fff;
  border:1px solid var(--gch-line);
  border-radius:18px;
  box-shadow:0 18px 50px rgba(13,44,94,.08);
}

.gch-info-card{
  padding:30px;
}

.gch-line-icon,
.gch-service-icon{
  width:46px;
  height:46px;
  color:var(--gch-blue);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
}

.gch-line-icon svg,
.gch-service-icon svg{
  width:46px;
  height:46px;
  stroke:currentColor;
  stroke-width:1;
  stroke-linecap:round;
  stroke-linejoin:round;
  fill:none;
  display:block;
}

.gch-info-card h3,
.gch-service-card h3{
  font-size:21px;
  letter-spacing:-.025em;
  margin:0 0 12px;
  color:var(--gch-navy);
}

.gch-info-card p,
.gch-service-card p{
  margin:0;
  color:#526B86;
  line-height:1.55;
  font-size:15px;
}

/* =====================================================
   8. SISTEMA DE CONFIANÇA / FRAMEWORK
===================================================== */

.gch-framework-section{
  margin-top:-20px;
  padding-bottom:38px;
}

.gch-framework-panel{
  position:relative;
  overflow:hidden;
  color:#fff;
  border-radius:20px;
  padding:38px 44px 44px;
  background:linear-gradient(135deg,var(--gch-navy),var(--gch-navy-2) 54%,#004A83);
  box-shadow:var(--gch-shadow);
}

.gch-framework-panel h2{
  font-family:'Plus Jakarta Sans',sans-serif;
  text-align:center;
  font-size:clamp(30px,3vw,35px);
  font-weight:700;
  line-height:1.1;
  letter-spacing:-0.03em;
  text-transform:none;
  color:#fff;
  margin-bottom:36px;
}

.gch-framework-line{
  position:absolute;
  left:120px;
  right:120px;
  top:155px;
  height:1px;
  background:linear-gradient(90deg,transparent,#5FDFFF,transparent);
  opacity:.35;
  z-index:1;
}

.gch-pillar-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:28px;
  text-align:center;
  z-index:2;
}

.gch-pillar-grid article span{
  width:82px;
  height:82px;
  margin:0 auto 20px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.25);
  display:grid;
  place-items:center;
  color:#fff;
  background:#0A2B5C;
}

.gch-pillar-grid article span svg{
  width:42px;
  height:42px;
  stroke:currentColor;
  stroke-width:1;
  stroke-linecap:round;
  stroke-linejoin:round;
  fill:none;
  display:block;
}

.gch-pillar-grid h3{
  font-family:'Plus Jakarta Sans',sans-serif;
  margin:0 0 10px;
  font-size:22px;
  font-weight:700;
  text-transform:none;
  color:#fff;
}

.gch-pillar-grid p{
  font-family:'Plus Jakarta Sans',sans-serif;
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:15px;
  line-height:1.55;
}

/* =====================================================
   9. SERVIÇOS
===================================================== */

.gch-services-section{
  padding-top:42px;
}

.gch-services-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}

.gch-service-card{
  padding:26px;
}

.gch-service-card a{
  display:inline-block;
  margin-top:22px;
  color:var(--gch-blue);
  font-weight:900;
}

/* =====================================================
   10. PROJETOS
===================================================== */

.gch-work-link-mobile{
  display:none;
}

.gch-work-section{
  padding-top:20px;
}

.gch-work-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:26px;
}

.gch-work-head h2{
  font-family:'Plus Jakarta Sans',sans-serif;    
  font-size:40px;
  letter-spacing:-.04em;
  margin:0;
  text-transform:none;
  color:var(--gch-navy);
}

.gch-work-head a{
  font-family:'Plus Jakarta Sans',sans-serif;        
  font-weight:900;
  color:var(--gch-blue);
}

.gch-work-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1fr;
  gap:18px;
}

.gch-work-card{
  position:relative;
  min-height:170px;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 18px 48px rgba(5,28,70,.12);
}

.gch-work-thumb{
  font-family:'Plus Jakarta Sans',sans-serif;    
  height:100%;
  padding:28px;
  color:#fff;
  font-size:31px;
  font-weight:900;
  line-height:.98;
  letter-spacing:-.04em;
}

.gch-work-card span{
  position:absolute;
  left:10px;
  bottom:10px;
  background:rgba(20,35,60,.85);
  color:#fff;
  padding:4px 10px;
  border-radius:6px;
  font-size:11px;
  font-weight:600;
  font-family:'Plus Jakarta Sans',sans-serif;
  backdrop-filter:blur(4px);
}
.gch-work-blue{
  background:radial-gradient(circle at 80% 30%,#00B7FF,#061A3A 56%);
}

.gch-work-clinic{
  background:linear-gradient(135deg,#EAF4FF,#B9D8EA);
}

.gch-work-clinic .gch-work-thumb,
.gch-work-branding .gch-work-thumb,
.gch-work-tech .gch-work-thumb{
  color:#0C2B4D;
}

.gch-work-branding{
  background:linear-gradient(135deg,#F2FAFF,#0C6DDC);
}

.gch-work-tech{
  background:linear-gradient(135deg,#fff,#CFEFFF);
}

.gch-work-tech .gch-work-thumb{
  color:#0968E8;
}

/* =====================================================
   11. AUDIT
===================================================== */

.gch-audit-section{
  padding-top:38px;
}

.gch-audit-panel{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr 520px 250px;
  gap:32px;
  align-items:center;
  border-radius:20px;
  padding:42px;
  background:linear-gradient(135deg,#06397F,#0968E8 58%,#42CFFF);
  box-shadow:var(--gch-shadow);
  color:#fff;
}

.gch-audit-copy h2{
  font-family:'Plus Jakarta Sans',sans-serif;
  text-transform:none;
  color:#fff;
  font-size:40px;
  max-width:520px;
  margin-bottom:20px;
}

.gch-audit-copy p{
  font-family:'Plus Jakarta Sans',sans-serif;    
  font-size:17px;
  line-height:1.55;
  color:rgba(255,255,255,.82);
}

.gch-lime{
  color:#b8f200!important;
}

.gch-audit-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin:26px 0 0;
  padding:0;
  list-style:none;
}

.gch-audit-list li{
  font-family:'Plus Jakarta Sans',sans-serif;    
  font-size:13px;
  font-weight:500;
  color:rgba(255,255,255,.85);
}

.gch-audit-list li:before{
  content:"✓";
  color:var(--gch-lime);
  font-size:18px;
  font-weight:900;
  margin-right:10px;
}

.gch-audit-form{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  background:#fff;
  color:var(--gch-navy);
  padding:24px;
  border-radius:14px;
  box-shadow:0 22px 60px rgba(0,0,0,.16);
}

.gch-audit-form label{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:12px;
  font-weight:900;
  color:#334F70;
}

.gch-audit-form input,
.gch-audit-form select{
  font-family:'Plus Jakarta Sans',sans-serif;
  width:100%;
  min-height:42px;
  margin-top:6px;
  padding:0 12px;
  border:1px solid #D4E3F2;
  border-radius:6px;
  color:#173653;
  background:#fff;
  font:inherit;
}

.gch-audit-form .gch-full{
  grid-column:1/-1;
}

.gch-audit-form small{
  font-family:'Plus Jakarta Sans',sans-serif;
  text-align:center;
  color:#5A6F85;
}

.gch-audit-visual{
  position:relative;
  z-index:2;
  height:100%;
  min-height:420px;
  align-self:stretch;
  overflow:visible;
}

.gch-audit-visual img{
  position:absolute;
  right:-60px;
  bottom:-50px;
  height:105%;
  width:auto;
  max-width:none;
  object-fit:contain;
  display:block;
}


/* =====================================================
   12. PROCESSO
===================================================== */

.gch-process-section{
  padding-top:44px;
}

.gch-process-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:24px;
  text-align:center;
}

.gch-process-grid:before{
  content:"";
  position:absolute;
  left:9%;
  right:9%;
  top:25px;
  border-top:3px dotted #A7D4FF;
}

.gch-process-grid article{
  position:relative;
  z-index:2;
  font-family:'Plus Jakarta Sans',sans-serif;
}

.gch-process-grid span{
  width:50px;
  height:50px;
  border-radius:50%;
  background:var(--gch-blue);
  color:#fff;
  display:grid;
  place-items:center;
  margin:0 auto 18px;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:15px;
  font-weight:800;
  line-height:1;
}

.gch-process-grid h3{
  margin:0 0 10px;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:22px;
  font-weight:700;
  line-height:1.15;
  letter-spacing:-0.03em;
  text-transform:none;
  color:var(--gch-navy);
}

.gch-process-grid p{
  max-width:185px;
  margin:0 auto;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:14px;
  font-weight:400;
  line-height:1.45;
  color:#55708C;
}

/* =====================================================
   13. FOOTER
===================================================== */

.gch-footer-cta{
  padding:34px 0;
  background:transparent;
}

.gch-footer-cta .gch-container{
  width:min(1220px,calc(100% - 56px));
  margin:0 auto;
  padding:34px 40px;
  background:linear-gradient(135deg,var(--gch-navy),var(--gch-navy-2) 54%,#004A83);
  border-radius:20px;
  box-sizing:border-box;
}

.gch-footer-cta-grid{
  display:grid;
  grid-template-columns:1.3fr .9fr auto;
  align-items:center;
  gap:36px;
}

.gch-footer-cta h2{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:36px;
  line-height:1.05;
  color:#fff;
  text-transform:none;
  margin:0;
}

.gch-footer-cta p{
  font-family:'Plus Jakarta Sans',sans-serif;
  color:rgba(255,255,255,.76);
  line-height:1.5;
  margin:0;
}

.gch-footer-cta .gch-btn{
  white-space:nowrap;
}

.gch-mini-footer{
  background:#fff;
  padding:42px 0 28px;
}

.gch-footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1.2fr 1.2fr;
  gap:42px;
  align-items:start;
}

.gch-footer-grid p{
  color:#5D738A;
  line-height:1.5;
  max-width:290px;
  margin-top:16px;
}

.gch-footer-grid h4{
  margin:0 0 16px;
  color:var(--gch-navy);
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:14px;
  font-weight:800;
}

.gch-footer-grid a,
.gch-footer-grid span{
  display:block;
  color:#516A84;
  margin:9px 0;
  font-size:14px;
  font-family:'Plus Jakarta Sans',sans-serif;
}

.gch-socials{
  display:flex;
  gap:10px;
  margin-top:16px;
}

.gch-socials a{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid #D7E9FF;
  background:#fff;
  color:var(--gch-blue);
  display:grid;
  place-items:center;
  margin:0;
  transition:.2s ease;
}

.gch-socials a svg{
  width:30px;
  height:30px;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  fill:none;
}

.gch-socials a:hover{
  background:var(--gch-blue);
  color:#fff;
}

.gch-mini-footer .gch-brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  letter-spacing:-.04em;
  flex:0 0 auto;
  text-decoration:none;
}

.gch-mini-footer .gch-brand-mark{
  width:42px;
  height:42px;
  object-fit:contain;
  display:block;
}

.gch-mini-footer .gch-brand-text{
  font-size:24px;
  color:var(--gch-navy);
  white-space:nowrap;
}

.gch-mini-footer .gch-brand-text span{
  color:var(--gch-blue);
  font-weight:500;
  white-space:nowrap;
  display:inline;
  font-size:24px;
}

/* =====================================================
   14. TABLET
===================================================== */

@media(max-width:1100px){
  .gch-main-nav{
    display:none;
  }

  .gch-audit-panel,
  .gch-footer-cta-grid{
    grid-template-columns:1fr;
  }

  .gch-stats-strip,
  .gch-problem-grid,
  .gch-services-grid,
  .gch-pillar-grid,
  .gch-work-grid,
  .gch-process-grid,
  .gch-footer-grid{
    grid-template-columns:1fr 1fr;
  }

  .gch-audit-visual{
    display:none;
  }
}

@media(max-width:782px){
  .admin-bar .gch-site-nav{
    top:46px;
  }
}

/* =====================================================
   15. MOBILE
===================================================== */

@media(max-width:720px){

  .gch-container{
    width:100%;
    max-width:100%;
    padding-left:8px;
    padding-right:8px;
  }

  .gch-site-nav{
    padding:0 20px;
    z-index:1000003;
  }

  .gch-brand-text{
    font-size:18px;
  }

  .gch-site-nav .gch-btn{
    display:none;
  }

  #gch-mobile-menu-toggle{
    display:flex;
    width:28px;
    height:22px;
    flex-direction:column;
    justify-content:center;
    gap:7px;
    cursor:pointer;
    position:relative;
    z-index:1000004;
  }

  #gch-mobile-menu-toggle span{
    height:2px;
    width:100%;
    background:var(--gch-navy);
    display:block;
    transition:.3s ease;
    transform-origin:center;
  }

  #gch-mobile-menu-toggle.active span:first-child{
    transform:translateY(4.5px) rotate(45deg);
  }

  #gch-mobile-menu-toggle.active span:last-child{
    transform:translateY(-4.5px) rotate(-45deg);
  }

  #gch-mobile-menu{
    position:fixed;
    inset:0;
    background:rgba(245,250,255,.92);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
    z-index:999999;
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:.35s ease;
  }

  #gch-mobile-menu.active{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  #gch-mobile-menu nav{
    display:flex;
    flex-direction:column;
    gap:14px;
    text-align:center;
    padding:32px;
  }

  #gch-mobile-menu nav a{
    color:var(--gch-navy);
    font-size:28px;
    line-height:1.15;
    text-decoration:none;
    font-weight:800;
    letter-spacing:-.03em;
  }

  #gch-mobile-menu .gch-mobile-menu-cta{
    margin-top:18px;
    background:var(--gch-lime);
    color:var(--gch-navy);
    padding:15px 34px;
    border-radius:8px;
    font-size:18px;
    font-weight:900;
  }

  .gch-hero{
    padding-top:10px;
  }

  .gch-hero-grid{
    display:flex;
    flex-direction:column;
    min-height:auto;
    padding-top:0;
    padding-bottom:40px;
  }

  .gch-hero-visual{
    position:relative;
    order:-1;
    top:auto;
    left:auto;
    width:100%;
    height:360px;
    margin-bottom:40px;
    background-position:84% center;
    background-size:280% auto;
    background-repeat:no-repeat;
  }

  .gch-hero-copy{
    width:100%;
  }

  .gch-hero h1{
    font-size:38px;
    line-height:1.04;
  }

  .gch-lead{
    font-size:18px;
  }

  .gch-actions{
    flex-direction:column;
  }

  .gch-actions .gch-btn{
    width:100%;
  }

  .gch-stats-strip,
  .gch-problem-grid,
  .gch-services-grid,
  .gch-pillar-grid,
  .gch-work-grid,
  .gch-process-grid,
  .gch-footer-grid{
    grid-template-columns:1fr;
  }

 .gch-stats-grid{
    grid-template-columns:1fr;
    gap:0;
    padding:42px 28px;
  }

  .gch-stat{
    position:relative;
    padding:10px 0;
    text-align:center;
    border-left:none !important;
    border-right:none !important;
  }

  .gch-stat::before,
  .gch-stat::after{
    display:none !important;
  }

  .gch-stat + .gch-stat{
    margin-top:30px;
    padding-top:48px;
  }

  .gch-stat + .gch-stat::before{
    content:"" !important;
    display:block !important;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width:72%;
    height:1px;
    background:rgba(255,255,255,.35);
  }

  .gch-stat-icon{
    margin:0 auto 16px;
  }

  .gch-stat strong{
    display:block;
    font-size:42px;
    line-height:1;
    margin-bottom:12px;
  }

  .gch-stat span,
  .gch-stat p{
    display:block;
    max-width:230px;
    margin:0 auto;
    line-height:1.35;
  }
  
  .gch-stat span{
      font-size: 14px !important;
  }
  
  .gch-section-title h2 {
      font-size:35px;
  }
  
  .gch-section-title p {
      font-size:18px;
  }


  .gch-framework-panel h2 {
    margin-bottom: 60px;
  }

  .gch-pillar-grid {
    gap: 60px;
  }


 .gch-work-head a{
    display:none;
  }

  .gch-work-link-mobile,
.gch-work-link-mobile:visited,
.gch-work-link-mobile:hover,
.gch-work-link-mobile:focus,
.gch-work-link-mobile:active{
    display:inline-block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--gch-blue);
    margin-top:24px;
    font-weight:600;
  }


  .gch-work-card span {
    position: absolute;
    left: 25px;
  }

  .gch-audit-panel{
    grid-template-columns:1fr;
    margin-top:-10px;
    padding:32px 20px;
    overflow:hidden;
  }

  .gch-audit-copy h2{
    font-size:34px;
    line-height:1.02;
  }

  .gch-audit-list{
    grid-template-columns:1fr;
    gap:10px;
  }

  .gch-audit-form{
    grid-template-columns:1fr;
    padding:20px;
  }
  
  
  .gch-process-grid article::before,
  .gch-process-grid article::after,
  .gch-process-grid::before,
  .gch-process-grid::after{
    display:none !important;
  }
  
  .gch-process-grid{
    gap:40px;
  }
  
  .gch-process-grid span {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
  
  .gch-process-grid h3 {
    font-size: 26px;
  }    

  .gch-footer-cta .gch-container{
    width:calc(100% - 18px);
    padding:34px 28px;
  }

  .gch-footer-cta h2{
    font-size:32px;
    line-height:1.05;
  }

  .gch-footer-cta p{
    font-size:16px;
    line-height:1.45;
  }

  .gch-footer-cta .gch-btn{
    width:80%;
    justify-content:center;
    white-space:nowrap;
  }

  .gch-legal{
    flex-direction:column;
  }
  
}
