:root{
  --forest:#0F3D34; --teal:#1E8C74; --teal-dk:#146B58; --sage:#5FAF97; --mint:#8FD4BC; --amber:#D99A3E;
  --paper:#FAFCFB; --ice:#EBF5F1; --line:#D9E9E2; --ink:#12211D; --slate:#3F5C53; --mute:#748C82;
}
*{box-sizing:border-box}
body{margin:0;font-family:'Source Sans 3',sans-serif;color:var(--ink);background:var(--paper);line-height:1.62}
h1,h2,h3,h4{font-family:'Lexend',sans-serif;line-height:1.2;margin:0 0 14px;color:var(--forest)}
h1{font-size:2.75rem;font-weight:700}
h2{font-size:2.1rem;font-weight:700}
h3{font-size:1.5rem;font-weight:600}
h4{font-size:1.12rem;font-weight:600}
p{margin:0 0 14px;color:var(--slate)}
a{color:var(--teal);text-decoration:none}
img{max-width:100%;height:auto;display:block}
.gcx-wrap{max-width:1180px;margin:0 auto;padding:0 24px}

.gcx-strip{background:var(--forest);color:#BFE0D4;font-size:.82rem;padding:8px 16px;display:flex;justify-content:center;gap:26px;flex-wrap:wrap;text-align:center}

.gcx-nav{background:var(--paper);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.gcx-nav .gcx-wrap{display:flex;align-items:center;justify-content:space-between;padding-top:15px;padding-bottom:15px}
.gcx-logo{font-family:'Lexend',sans-serif;font-size:1.5rem;font-weight:700;color:var(--forest);letter-spacing:-.01em}
.gcx-logo em{font-style:normal;color:var(--teal)}
.gcx-links{list-style:none;display:flex;gap:24px;align-items:center;margin:0;padding:0}
.gcx-links a:not(.gcx-btn){color:var(--ink);font-weight:600;font-size:.94rem}
.gcx-links a:not(.gcx-btn):hover{color:var(--teal)}
.gcx-links .gcx-btn{color:#fff;opacity:1}
.gcx-btn{background:var(--teal);color:#fff;font-weight:700;font-size:.95rem;padding:12px 26px;border:none;border-radius:10px;cursor:pointer;transition:transform .15s,background .15s}
.gcx-btn:hover{background:var(--teal-dk);transform:translateY(-1px)}
.gcx-btn-teal{background:var(--teal)}
.gcx-btn-full{display:block;text-align:center;width:100%}
.gcx-btn-ghost{border:2px solid var(--teal);color:var(--teal-dk);font-weight:700;font-size:.94rem;padding:10px 25px;border-radius:10px;display:inline-block}
.gcx-toggle{display:none;background:none;border:none;font-size:1.5rem;color:var(--forest);cursor:pointer}

.gcx-hero{padding:48px 0 56px;background:linear-gradient(165deg,var(--ice) 0%,var(--paper) 62%)}
.gcx-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:50px;align-items:center}
.gcx-pill{display:inline-flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 18px;font-size:.84rem;font-weight:700;color:var(--teal-dk)}
.gcx-hero em{color:var(--teal);font-style:normal}
.gcx-answer{background:#fff;border-left:4px solid var(--amber);border-radius:10px;padding:18px 22px;margin:18px 0;box-shadow:0 10px 30px rgba(15,61,52,.06)}
.gcx-answer .tag{font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--amber)}
.gcx-answer p.first{color:var(--ink);font-weight:500;margin-top:8px}
.gcx-facts{list-style:none;display:flex;flex-wrap:wrap;gap:10px;margin:16px 0;padding:0}
.gcx-facts li{background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 15px;font-size:.85rem;font-weight:600;color:var(--teal-dk)}
.gcx-check{list-style:none;margin:16px 0;padding:0}
.gcx-check li{padding-left:26px;position:relative;margin-bottom:9px;color:var(--ink)}
.gcx-check li::before{content:"\2713";position:absolute;left:0;color:var(--teal);font-weight:800}
.gcx-hero-btns{display:flex;gap:14px;margin:22px 0;flex-wrap:wrap}
.gcx-hero-trust{display:flex;gap:18px;font-size:.82rem;color:var(--mute);flex-wrap:wrap}
.gcx-hero-shot{position:relative}
.gcx-hero-shot>img{border-radius:16px}

.gcx-meter{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;margin-top:20px;box-shadow:0 12px 32px rgba(15,61,52,.07)}
.gcx-meter h4{font-size:1.05rem;margin-bottom:14px;text-align:center}
.gcx-meter-row{margin-bottom:12px}
.gcx-meter-row:last-child{margin-bottom:0}
.gcx-meter-top{display:flex;justify-content:space-between;font-size:.8rem;color:var(--slate);margin-bottom:5px;font-weight:600}
.gcx-meter-bar{height:11px;background:var(--ice);border-radius:6px;overflow:hidden}
.gcx-meter-fill{height:100%;width:0;background:linear-gradient(90deg,var(--sage),var(--teal));border-radius:6px;transition:width 1.3s cubic-bezier(.16,1,.3,1)}
.gcx-meter-note{font-size:.76rem;color:var(--mute);margin:12px 0 0}

.gcx-sec{padding:64px 0}
.gcx-sec-ice{background:var(--ice)}
.gcx-sec-dark{background:var(--forest);color:#BFE0D4}
.gcx-sec-dark h2,.gcx-sec-dark h3,.gcx-sec-dark h4{color:#fff}
.gcx-sec-dark .gcx-eyebrow{color:var(--mint)}
.gcx-sec-dark .gcx-head p{color:#A6CABE}
.gcx-head{max-width:730px;margin:0 auto 36px;text-align:center}
.gcx-eyebrow{font-size:.8rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--teal)}

.gcx-grid{display:grid;gap:22px}
.gcx-g2{grid-template-columns:repeat(2,minmax(0,1fr))}
.gcx-g3{grid-template-columns:repeat(3,minmax(0,1fr))}
.gcx-g4{grid-template-columns:repeat(4,minmax(0,1fr))}
.gcx-g5{grid-template-columns:repeat(5,minmax(0,1fr))}
@media(max-width:980px){.gcx-g4,.gcx-g5{grid-template-columns:repeat(2,minmax(0,1fr))}.gcx-g3{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.gcx-g4,.gcx-g3,.gcx-g2,.gcx-g5{grid-template-columns:minmax(0,1fr)}}

.gcx-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px}
.gcx-sec-dark .gcx-card{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.12)}
.gcx-sec-dark .gcx-card p{color:#A6CABE}
.gcx-card-badge{text-align:center}
.gcx-card-badge img{margin:0 auto 14px;max-width:92px;height:auto}
.gcx-idx{width:36px;height:36px;border-radius:10px;background:var(--ice);color:var(--teal-dk);display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:12px;font-family:'Lexend',sans-serif}
.gcx-idx-teal{background:var(--teal);color:#fff}

.gcx-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:46px;align-items:center}
@media(max-width:920px){.gcx-split{grid-template-columns:minmax(0,1fr);gap:28px}}
.gcx-split img{max-width:min(400px,100%);margin:0 auto;border-radius:14px}
.gcx-split-copy p{color:var(--slate)}
.gcx-sec-dark .gcx-split-copy p{color:#A6CABE}
.gcx-callout{background:var(--ice);border:1px solid var(--line);border-left:4px solid var(--amber);border-radius:10px;padding:16px 20px;font-size:.92rem;margin-top:16px;color:var(--slate)}
.gcx-mid{text-align:center}

.gcx-list{list-style:none;margin:0;padding:0;display:grid;gap:16px}
.gcx-list li{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 20px}
.gcx-list li b{display:block;color:var(--forest);margin-bottom:4px;font-family:'Lexend',sans-serif;font-size:1.05rem}

.gcx-rev-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.gcx-rev-head img{width:54px;height:54px;border-radius:50%;object-fit:cover}
.gcx-rev-name{font-weight:700;color:var(--forest);font-family:'Lexend',sans-serif}
.gcx-rev-sub{font-size:.78rem;color:var(--mute)}
.gcx-stars{color:var(--amber);margin-bottom:8px}

.gcx-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:start}
@media(max-width:920px){.gcx-plans{grid-template-columns:minmax(0,1fr)}}
.gcx-plan{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px;text-align:center;position:relative}
.gcx-plan.top{border:2px solid var(--teal);box-shadow:0 16px 40px rgba(30,140,116,.16)}
.gcx-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--teal);color:#fff;font-size:.75rem;font-weight:800;padding:6px 16px;border-radius:999px;white-space:nowrap}
.gcx-badge-amber{background:var(--amber)}
.gcx-plan-ttl{font-family:'Lexend',sans-serif;font-weight:700;font-size:1.28rem;margin-top:14px;color:var(--forest)}
.gcx-plan-sub{font-size:.85rem;color:var(--mute);margin-bottom:10px}
.gcx-plan-price{font-size:2.4rem;font-weight:700;color:var(--teal-dk);font-family:'Lexend',sans-serif}
.gcx-plan-price small{font-size:.9rem;font-weight:600;color:var(--mute)}
.gcx-plan-was{text-decoration:line-through;color:#9CB3AB;font-size:.85rem}
.gcx-plan-tot{font-weight:700;color:var(--forest);margin:4px 0}
.gcx-plan-ship{font-size:.82rem;color:var(--teal);font-weight:700;margin-bottom:12px}
.gcx-plan-ship.pay{color:var(--mute);font-weight:600}
.gcx-plan ul{list-style:none;padding:0;margin:0 0 16px;text-align:left}
.gcx-plan ul li{padding-left:22px;position:relative;font-size:.88rem;color:var(--slate);margin-bottom:6px}
.gcx-plan ul li::before{content:"\2713";position:absolute;left:0;color:var(--teal);font-weight:800}
.gcx-plan img.pk{max-width:190px;margin:0 auto 14px}
.gcx-plan img.cards{margin:12px auto 0;max-width:200px}
.gcx-flag{background:#FBEEDD;border:1px solid #EAD3AE;border-radius:10px;padding:14px 18px;font-size:.85rem;color:#6E4E22}

.gcx-guar{display:flex;gap:30px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:30px}
.gcx-guar img{max-width:130px}
@media(max-width:680px){.gcx-guar{flex-direction:column;text-align:center}}

.gcx-steps{display:grid;gap:16px}
.gcx-step{display:flex;gap:16px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 20px}
.gcx-step .n{width:34px;height:34px;flex:none;border-radius:10px;background:var(--forest);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-family:'Lexend',sans-serif}
.gcx-step h4{margin-bottom:4px;font-size:1.03rem}
.gcx-alert{background:#FBEBE4;border:1px solid #EFC9B6;border-radius:10px;padding:16px 20px;font-size:.88rem;color:#7A3E24}
.gcx-narrow{max-width:760px;margin:0 auto}

.gcx-faq-row{border-bottom:1px solid var(--line)}
.gcx-faq-btn{width:100%;text-align:left;background:none;border:none;padding:18px 0;font-size:1.08rem;font-weight:600;color:var(--forest);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:'Lexend',sans-serif}
.gcx-faq-btn::after{content:"+";font-size:1.4rem;color:var(--teal)}
.gcx-faq-btn[aria-expanded="true"]::after{content:"\2212"}
.gcx-faq-body{max-height:0;overflow:hidden;transition:max-height .3s ease}
.gcx-faq-body p{padding-bottom:16px}

.gcx-refs{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.gcx-refs li a{font-size:.9rem}

.gcx-rel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
@media(max-width:820px){.gcx-rel{grid-template-columns:minmax(0,1fr)}}
.gcx-rel a{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;display:block}
.gcx-rel a b{display:block;color:var(--forest);margin-bottom:4px;font-family:'Lexend',sans-serif;font-size:1.05rem}
.gcx-rel a span{font-size:.85rem;color:var(--mute)}

.gcx-bonus{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;text-align:center}
.gcx-bonus img{max-width:150px;margin:0 auto 14px;border-radius:6px;box-shadow:0 10px 24px rgba(15,61,52,.14)}
.gcx-bonus h4{font-size:1.0rem;margin-bottom:6px}
.gcx-bonus p{font-size:.86rem}

.gcx-final{background:linear-gradient(160deg,var(--teal),var(--forest));border-radius:20px;padding:50px;text-align:center;color:#fff}
.gcx-final h2{color:#fff}
.gcx-final img{max-width:230px;margin:16px auto}
.gcx-final .old{text-decoration:line-through;color:#9FCABC}
.gcx-final .new{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:16px;font-family:'Lexend',sans-serif}
.gcx-final .sm{font-size:.82rem;color:#BFE0D4}

.gcx-foot{background:#081F1A;color:#7B9C90;padding:50px 0 30px;font-size:.86rem}
.gcx-foot-nav,.gcx-foot-legal{list-style:none;display:flex;flex-wrap:wrap;gap:18px;padding:0;margin:0 0 18px}
.gcx-foot-nav a,.gcx-foot-legal a{color:#BFE0D4;font-weight:600}
.gcx-foot hr{border:none;border-top:1px solid rgba(255,255,255,.1);margin:20px 0}
.gcx-foot .cr{margin-top:18px;color:#59756B}
.gcx-foot u{text-decoration-color:#4A6D62}

.gcx-sticky{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);padding:12px 20px;display:none;justify-content:space-between;align-items:center;z-index:60;box-shadow:0 -6px 20px rgba(0,0,0,.07)}
.gcx-sticky .t small{display:block;color:var(--mute);font-size:.78rem}
@media(max-width:780px){.gcx-sticky{display:flex}}

@media(max-width:920px){
  .gcx-hero-grid{grid-template-columns:minmax(0,1fr);gap:26px}
  .gcx-hero-copy{display:contents}
  .gcx-links{display:none}
  .gcx-toggle{display:block}
  .gcx-hero-shot{order:1}
  .gcx-hero-title{order:2}
  .gcx-hero-rest{order:3}
  h1{font-size:2.05rem}
  .gcx-plan.top{transform:none}
  .gcx-nav.open .gcx-links{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--paper);padding:18px 24px;border-bottom:1px solid var(--line);gap:16px}
}
