/* ============================================================
   GLUCORE™ — glucore-en.us — style.css
   Theme     : Deep Slate Navy (#232C42) + Mint Green (#3FB88F) + Warm Gold (#D9A441) + Ivory
   Font      : Plus Jakarta Sans (clean modern trustworthy sans — never used before)
   Prefix    : gce-
   Animation : .steady-in / .steadied (new)
   Hero      : Full-width centered
   ============================================================ */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  --nv:   #232C42; /* deep slate navy */
  --nv2:  #1B2233;
  --nv3:  #2C3654;
  --mt:   #3FB88F; /* mint green */
  --mt2:  #2F9A75;
  --mtp:  #E6F5EF; /* pale mint */
  --gd:   #D9A441; /* warm gold */
  --gdp:  #FBF1DE; /* pale gold */
  --wh:   #FFFFFF;
  --iv:   #FAF8F3; /* ivory */
  --of:   #FCFAF6;
  --ink:  #14182A; /* near-black navy */
  --mu:   #555F70; /* muted slate-grey */
  --bd:   #E0DDD0; /* warm-tinted border */
  --bd2:  #D2CDB8;
  --r: 8px; --pill: 50px
}

.gce-w{max-width:1180px;margin:0 auto;padding:0 20px}
html{scroll-behavior:smooth}
body{font-family:'Plus Jakarta Sans',system-ui,-apple-system,sans-serif;font-size:17px;color:var(--ink);background:var(--wh);overflow-x:hidden;line-height:1.72;font-weight:400}
b,strong{font-weight:700}
h1,h2,h3,h4{font-weight:700}

/* ── TICKER ── */
.gce-ticker{background:var(--nv);color:rgba(255,255,255,.7);text-align:center;padding:8px 20px;display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap;font-size:.78rem;font-weight:500;letter-spacing:.2px}

/* ── NAV ── */
nav{position:sticky;top:0;z-index:100;background:var(--ink);height:64px;transition:box-shadow .3s}
.gce-nav-row{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}
.gce-logo{font-size:1.2rem;font-weight:800;color:var(--wh);text-decoration:none;flex-shrink:0}
.gce-nav{display:flex;align-items:center;gap:14px;list-style:none}
.gce-nav a{color:rgba(255,255,255,.65);text-decoration:none;font-size:.83rem;font-weight:500;transition:color .2s;white-space:nowrap}
.gce-nav a:hover{color:var(--mt)}
.gce-nav-cta{background:var(--mt)!important;color:var(--wh)!important;padding:9px 20px;border-radius:var(--pill);font-weight:700!important;font-size:.82rem!important;transition:background .2s,transform .15s!important}
.gce-nav-cta:hover{background:var(--mt2)!important;transform:translateY(-1px)}
.gce-burger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}
.gce-burger span{width:24px;height:2px;background:var(--mt);display:block;border-radius:2px}
.gce-drawer{display:none;flex-direction:column;background:var(--nv2);border-bottom:2px solid rgba(63,184,143,.3);padding:20px;gap:12px;position:absolute;top:64px;left:0;right:0;z-index:99;box-shadow:0 8px 20px rgba(20,24,42,.5)}
.gce-drawer.open{display:flex}
.gce-drawer a{color:rgba(255,255,255,.65);text-decoration:none;font-size:1rem;font-weight:500;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.1)}
.gce-drawer a:hover{color:var(--mt)}
.gce-drawer-cta{background:var(--mt);color:var(--wh)!important;text-align:center;padding:13px;border-radius:var(--pill);font-weight:700;margin-top:6px;border-bottom:none!important}

/* ── BUTTONS ── */
.gce-btn{display:inline-block;background:var(--mt);color:var(--wh);font-weight:700;font-size:.95rem;padding:13px 30px;border-radius:var(--pill);text-decoration:none;transition:background .2s,transform .15s;box-shadow:0 3px 14px rgba(63,184,143,.35)}
.gce-btn:hover{background:var(--mt2);transform:translateY(-2px);box-shadow:0 5px 20px rgba(63,184,143,.45)}
.gce-btn-lg{font-size:1rem;padding:15px 34px}
.gce-btn-xl{font-size:1.05rem;padding:15px 40px}

/* ── BARS ── */
.gce-bar{background:linear-gradient(135deg,var(--ink) 0%,var(--nv) 100%);padding:46px 20px 38px;text-align:center}
.gce-bar h2,.gce-bar h3{font-size:1.85rem;font-weight:700;color:var(--wh);line-height:1.22;margin-bottom:8px}
.gce-bar p{font-size:.94rem;color:rgba(255,255,255,.55);margin-top:6px}
.gce-bar-mt{background:linear-gradient(135deg,var(--nv3) 0%,var(--ink) 100%)}
.gce-bar-dark{background:linear-gradient(135deg,#0A0D17 0%,var(--ink) 100%)}

/* ── HERO — centered ── */
.gce-hero{background:linear-gradient(170deg,var(--iv) 0%,var(--mtp) 55%,var(--wh) 100%);padding:64px 0;position:relative;overflow:hidden}
.gce-hero-overlay{position:absolute;inset:0;background-image:radial-gradient(circle at 16% 16%,rgba(63,184,143,.1) 0%,transparent 50%),radial-gradient(circle at 84% 84%,rgba(217,164,65,.1) 0%,transparent 50%);pointer-events:none}
.gce-hero-body{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}

.gce-hero-label{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:1.4px;color:var(--mt2);margin-bottom:16px;background:rgba(63,184,143,.12);border:1px solid rgba(63,184,143,.3);padding:6px 20px;border-radius:var(--pill)}
.gce-quick-def{background:var(--wh);border:1px solid var(--bd);border-top:3px solid var(--mt);border-radius:var(--r);padding:14px 18px;margin-bottom:20px;font-size:.9rem;line-height:1.68;color:var(--mu);max-width:780px;width:100%;text-align:left;box-shadow:0 2px 10px rgba(63,184,143,.1)}

.gce-hero-body h1{font-size:2rem;font-weight:800;line-height:1.18;color:var(--ink);max-width:840px;margin-bottom:16px}
.gce-hero-sub{font-size:1rem;line-height:1.8;color:var(--mu);max-width:720px;margin-bottom:22px}

.gce-hero-products a img{max-width:380px;width:100%;height:auto;filter:drop-shadow(0 16px 36px rgba(20,24,42,.18));transition:transform .4s;border-radius:var(--r);margin-bottom:22px}
.gce-hero-products a:hover img{transform:scale(1.03)}

.gce-hero-3cols{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:780px;width:100%;margin-bottom:22px}
.gce-h3c{background:var(--wh);border:1px solid var(--bd);border-radius:var(--r);border-top:3px solid var(--mt);padding:16px 14px;text-align:center}
.gce-h3c-ico{font-size:1.6rem;display:block;margin-bottom:8px}
.gce-h3c strong{display:block;font-size:.86rem;font-weight:700;color:var(--ink);margin-bottom:4px}
.gce-h3c p{font-size:.76rem;line-height:1.5;color:var(--mu)}

.gce-hero-price{display:flex;align-items:flex-end;gap:8px;margin-bottom:22px;background:var(--mtp);border:1px solid var(--bd2);border-radius:var(--r);padding:12px 20px;flex-wrap:wrap;justify-content:center}
.gce-hp-from{font-size:.88rem;color:var(--mu);padding-bottom:2px}
.gce-hp-amt{font-size:2rem;font-weight:800;color:var(--mt2);line-height:1}
.gce-hp-per{font-size:.88rem;color:var(--mu);padding-bottom:2px}
.gce-hp-ship{font-size:.8rem;font-weight:700;color:var(--mt2);background:var(--iv);border:1px solid var(--bd2);padding:4px 12px;border-radius:var(--pill);margin-left:6px}

.gce-hero-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 18px;margin-top:14px}
.gce-hero-trust span{font-size:.82rem;font-weight:500;color:var(--mu)}

/* ── PRICE ZONE ── */
.gce-price-zone{background:var(--ink);padding:40px 20px;text-align:center}
.gce-price-zone a{display:inline-block}
.gce-price-zone a img{max-width:960px;width:100%;height:auto;border-radius:var(--r);transition:transform .3s;box-shadow:0 4px 24px rgba(0,0,0,.55)}
.gce-price-zone a:hover img{transform:scale(1.01)}

/* ── DAILY RHYTHM SECTION ── */
.gce-rhythm-section{background:var(--of);padding:60px 0}
.gce-rhythm-intro{max-width:800px;margin:0 auto 28px;text-align:center}
.gce-rhythm-intro p{font-size:1rem;line-height:1.85;color:var(--mu)}
.gce-rhythm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:26px}
.gce-rh-card{background:var(--wh);border:1px solid var(--bd);border-radius:var(--r);border-top:3px solid var(--gd);padding:24px 20px;transition:box-shadow .3s}
.gce-rh-card:hover{box-shadow:0 4px 16px rgba(217,164,65,.14)}
.gce-rh-ico{font-size:1.9rem;display:block;margin-bottom:10px}
.gce-rh-card h3{font-size:.98rem;font-weight:700;color:var(--ink);margin-bottom:8px}
.gce-rh-card p{font-size:.87rem;line-height:1.72;color:var(--mu)}
.gce-rhythm-cta{text-align:center;background:var(--mtp);border:1px solid var(--bd2);border-radius:var(--r);border-top:4px solid var(--mt);padding:20px;font-size:1rem;font-weight:600;color:var(--ink)}

/* ── ABOUT ── */
.gce-about{background:var(--wh);padding:60px 0}
.gce-about-grid{display:grid;grid-template-columns:1fr 380px;align-items:center;gap:52px}
.gce-about-copy p{font-size:1rem;line-height:1.82;color:var(--mu);margin-bottom:14px}
.gce-about-img img{max-width:100%;filter:drop-shadow(0 10px 28px rgba(63,184,143,.16));border-radius:var(--r)}

/* ── INGREDIENTS — icon-list horizontal rows ── */
.gce-ing-section{background:var(--mtp);padding:60px 0}
.gce-ing-intro{max-width:780px;margin:0 auto 28px;text-align:center}
.gce-ing-intro p{font-size:1rem;line-height:1.8;color:var(--mu)}
.gce-ing-list{max-width:760px;margin:0 auto;background:var(--wh);border:1px solid var(--bd2);border-radius:var(--r);overflow:hidden}
.gce-ing-row{display:flex;align-items:flex-start;gap:18px;padding:20px 24px;border-bottom:1px solid var(--bd)}
.gce-ing-row:last-child{border-bottom:none}
.gce-ing-ico{font-size:1.6rem;flex-shrink:0;width:42px;height:42px;background:var(--mtp);border-radius:50%;display:flex;align-items:center;justify-content:center}
.gce-ing-body h3{font-size:1rem;font-weight:700;color:var(--ink);margin-bottom:6px}
.gce-ing-body p{font-size:.87rem;line-height:1.7;color:var(--mu)}

/* ── REVIEWS — 3-col simple cards ── */
.gce-reviews{background:var(--of);padding:60px 0}
.gce-rv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gce-rv-card{background:var(--wh);border:1px solid var(--bd);border-radius:var(--r);padding:24px 22px;transition:box-shadow .3s}
.gce-rv-card:hover{box-shadow:0 4px 14px rgba(63,184,143,.1)}
.gce-rv-top{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.gce-rv-photo{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--mt);flex-shrink:0}
.gce-rv-stars{font-size:.85rem;color:var(--gd);letter-spacing:2px;display:block;margin-top:2px}
.gce-rv-text{font-size:.9rem;line-height:1.74;color:var(--mu);font-style:italic}
.gce-rv-name{font-weight:700;color:var(--ink);font-size:.88rem;line-height:1.3}

/* ── GUARANTEE ── */
.gce-guar{background:var(--wh);padding:60px 0}
.gce-guar-grid{display:grid;grid-template-columns:230px 1fr;align-items:center;gap:48px}
.gce-gg-img img{max-width:100%;filter:drop-shadow(0 4px 14px rgba(63,184,143,.12))}
.gce-gg-text h3{font-size:1.25rem;font-weight:700;color:var(--ink);margin-bottom:14px;line-height:1.3}
.gce-gg-text p{font-size:1rem;line-height:1.8;color:var(--mu);margin-bottom:12px}

/* ── FAQ ── */
.gce-faq{background:var(--mtp);padding:60px 0}
.gce-faq-list{display:flex;flex-direction:column;gap:10px}
.gce-fq-item{background:var(--wh);border:1px solid var(--bd2);border-radius:var(--r);overflow:hidden;transition:border-color .2s}
.gce-fq-item.open{border-color:var(--mt)}
.gce-fq-btn{width:100%;background:none;border:none;text-align:left;padding:17px 20px;font-family:'Plus Jakarta Sans',sans-serif;font-size:.94rem;font-weight:600;color:var(--ink);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;transition:background .2s;line-height:1.4}
.gce-fq-btn:hover{background:var(--mtp)}
.gce-fq-item.open .gce-fq-btn{background:var(--mtp);color:var(--mt2)}
.gce-fq-ico{font-size:.88rem;color:var(--mt);flex-shrink:0;transition:transform .3s}
.gce-fq-item.open .gce-fq-ico{transform:rotate(180deg)}
.gce-fq-body{display:none;padding:14px 20px 18px;font-size:.92rem;line-height:1.78;color:var(--mu);border-top:1px solid var(--bd)}
.gce-fq-item.open .gce-fq-body{display:block}

/* ── FINAL CTA ── */
.gce-cta{background:linear-gradient(150deg,var(--ink) 0%,var(--nv) 60%,#2C6552 100%);padding:64px 0;text-align:center}
.gce-cta-inner{display:flex;flex-direction:column;align-items:center}
.gce-cta h2{font-size:1.85rem;font-weight:800;color:var(--wh);margin-bottom:10px;line-height:1.22;max-width:760px}
.gce-cta-lead{font-size:.97rem;color:rgba(255,255,255,.68);margin-bottom:22px;max-width:700px;line-height:1.75}
.gce-cta-perks{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 16px;margin-bottom:28px;max-width:700px}
.gce-cta-perks span{font-size:.86rem;font-weight:500;color:rgba(255,255,255,.8)}

/* ── FOOTER ── */
footer{background:#0A0D17;padding:44px 20px 24px}
.gce-ft-top{text-align:center;margin-bottom:16px}
.gce-ft-brand{font-size:1.4rem;font-weight:800;color:var(--mt);margin-bottom:4px}
.gce-ft-tag{font-size:.82rem;color:rgba(255,255,255,.28)}
.gce-ft-nav-lbl{text-align:center;font-size:.7rem;font-weight:700;color:var(--mt);text-transform:uppercase;letter-spacing:1.5px;margin:16px 0 10px}
.gce-ft-nav{display:flex;flex-wrap:wrap;justify-content:center;background:rgba(255,255,255,.05);border-radius:var(--r);padding:14px 16px;margin-bottom:24px;gap:4px;border:1px solid rgba(255,255,255,.08)}
.gce-ft-nav a{color:rgba(255,255,255,.55);text-decoration:none;font-size:.86rem;font-weight:500;padding:5px 14px;border-right:1px solid rgba(255,255,255,.1);transition:color .2s,background .2s,border-radius .2s;white-space:nowrap}
.gce-ft-nav a:last-child{border-right:none}
.gce-ft-nav a:hover{color:#0A0D17;background:var(--mt);border-radius:20px;border-right:1px solid transparent}
.gce-ft-legal{max-width:1000px;margin:0 auto;border-top:1px solid rgba(255,255,255,.07);padding-top:20px}
.gce-ft-disc{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:var(--r);padding:16px 20px;margin-bottom:16px}
.gce-ft-disc strong{font-size:.82rem;color:var(--mt);display:block;margin-bottom:8px}
.gce-ft-disc p{font-size:.77rem;line-height:1.7;color:rgba(255,255,255,.3);margin-bottom:8px}
.gce-ft-disc p:last-child{margin-bottom:0}
.gce-ft-links{text-align:center;margin-bottom:14px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px}
.gce-ft-links a{color:rgba(255,255,255,.5);text-decoration:none;font-size:.82rem;font-weight:500;transition:color .2s}
.gce-ft-links a:hover{color:var(--mt);text-decoration:underline}
.gce-ft-links span{color:rgba(255,255,255,.15)}
.gce-ft-copy{text-align:center;font-size:.78rem;color:rgba(255,255,255,.2)}
.gce-ft-copy a{color:rgba(255,255,255,.35);text-decoration:none}
.gce-ft-copy a:hover{color:var(--mt)}

/* ── STEADY-IN — new animation ── */
.steady-in{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}
.steady-in.steadied{opacity:1;transform:translateY(0)}

/* ── RESPONSIVE ── */
@media(max-width:1040px){
  .gce-hero-3cols{grid-template-columns:1fr}
  .gce-rhythm-grid{grid-template-columns:1fr}
  .gce-about-grid{grid-template-columns:1fr}
  .gce-about-img img{max-width:280px;margin:0 auto;display:block}
  .gce-rv-grid{grid-template-columns:1fr}
  .gce-guar-grid{grid-template-columns:1fr;text-align:center}
}
@media(max-width:700px){
  nav{padding:0}
  .gce-w.gce-nav-row{padding:0 16px}
  .gce-nav{display:none}
  .gce-burger{display:flex}
  .gce-hero{padding:44px 0}
  .gce-hero-body h1{font-size:1.5rem}
  .gce-bar{padding:36px 16px 28px}
  .gce-bar h2,.gce-bar h3{font-size:1.5rem}
  .gce-rhythm-section,.gce-about,.gce-ing-section,
  .gce-reviews,.gce-guar,.gce-faq{padding:44px 0}
  .gce-price-zone{padding:24px 16px}
  .gce-cta{padding:48px 16px}
  .gce-cta h2{font-size:1.5rem}
  .gce-ticker{gap:10px;font-size:.74rem}
  footer{padding:36px 16px 20px}
  .gce-ft-nav a{border-right:none;padding:5px 10px}
}