
  :root {
    --teal: #345C00; --teal-deep: #24400a; --ink: #1a2e0a; --accent: #B8E066;
    --paper: #F9FBF6; --line: #E1E9E8; --muted: #5B6B70; --warm: #345C00;
  }
  * { box-sizing: border-box; }
  body { margin: 0; font-family: 'Roboto', sans-serif; background: var(--paper); color: var(--ink); }
  h1, h2, h3 { font-family: 'Roboto', sans-serif; margin: 0; font-weight: 700; }
  p { line-height: 1.7; color: var(--muted); margin: 0; }
  a { text-decoration: none; color: inherit; }
  .wrap { max-width: 1160px; margin: 0 auto; padding: 0 28px; }
  header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; }
  header .wrap { display: flex; align-items: center; justify-content: space-between; padding: 14px 28px; }
  .brand { display: flex; align-items: center; }
  .brand img { height: 42px; width: auto; }
  nav { display: flex; gap: 30px; font-weight: 600; font-size: 14.5px; }
  .btn { background: var(--teal); color: #fff; padding: 11px 22px; border-radius: 999px; font-weight: 700; font-size: 14px; }
  .btn:hover { background: var(--teal-deep); }
  .hero {
    padding: 100px 0 110px; position: relative; color: #fff;
    background-image: url('../images/hero-pills.jpg');
    background-size: cover; background-position: center;
  }
  .hero::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(100deg, rgba(20,46,10,.92) 0%, rgba(20,46,10,.75) 45%, rgba(20,46,10,.35) 100%);
  }
  .hero .wrap { position: relative; z-index: 1; display: block; max-width: 720px; }
  .tag { color: var(--accent); font-weight: 700; font-size: 14px; display: block; margin-bottom: 14px; }
  .hero h1 { font-size: clamp(32px, 4vw, 48px); line-height: 1.15; margin-bottom: 18px; color: #fff; }
  .hero p { font-size: 16.5px; max-width: 46ch; margin-bottom: 30px; color: #E3EDD9; }
  .badges { display: flex; gap: 26px; margin-top: 34px; flex-wrap: wrap; }
  .badge b { color: #fff !important; }
  .badge span { color: #C9D8BC !important; }
  .badge { text-align: left; }
  .badge b { display: block; font-family: 'Manrope', sans-serif; font-size: 22px; color: var(--teal-deep); }
  .badge span { font-size: 13px; color: var(--muted); }
  .hero-visual { background: linear-gradient(160deg, var(--teal), var(--teal-deep)); border-radius: 24px; padding: 30px; position: relative; }
  .hero-visual img { width: 100%; border-radius: 16px; display: block; }
  section { padding: 80px 0; }
  .section-head { max-width: 600px; margin: 0 auto 48px; text-align: center; }
  .section-head h2 { font-size: clamp(24px, 3vw, 34px); }
  .grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 30px; }
  .card .icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(157,255,32,.15); color: var(--teal-deep); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
  .card h3 { font-size: 17px; margin-bottom: 10px; }
  .card p { font-size: 14.5px; }
  .areas { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .pill-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
  .pill { background: var(--paper); border: 1px solid var(--line); padding: 10px 20px; border-radius: 999px; font-size: 14px; font-weight: 600; color: var(--teal-deep); }
  .cta { background: var(--ink); color: #fff; text-align: center; }
  .cta h2 { color: #fff; font-size: clamp(24px, 3vw, 32px); }
  .cta p { color: #B9C2CE; max-width: 46ch; margin: 16px auto 28px; }
  footer { background: var(--ink); color: #B9C2CE; padding: 50px 0 0; font-size: 13.5px; }
  .footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 30px; padding-bottom: 30px; text-align: left; }
  .footer-grid h5 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .03em; margin: 0 0 16px; }
  .footer-grid p { color: #B9C2CE; font-size: 13px; margin-bottom: 10px; line-height: 1.6; }
  .footer-grid a { display: block; color: #B9C2CE; margin-bottom: 10px; }
  .footer-grid a:hover { color: var(--teal); }
  .footer-logo { height: 40px; width: auto; margin-bottom: 14px; display: block; }
  .about-card .social-row { display: flex; gap: 10px; margin-top: 16px; }
  .social-row a { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; margin: 0; }
  .social-row a:hover { background: var(--teal); color: var(--ink); }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; text-align: center;
    display: flex; flex-direction: column; align-items: center; gap: 10px;
  }
  @media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }
  @media (max-width: 850px) { .hero .wrap { grid-template-columns: 1fr; } .grid3 { grid-template-columns: 1fr; } nav { display: none; } }


/* Policy pages */
.policy-nav { display: flex; gap: 12px; justify-content: center; margin-bottom: 40px; flex-wrap: wrap; }
.policy-nav a { padding: 8px 18px; border-radius: 999px; border: 1px solid var(--line); font-size: 13.5px; font-weight: 600; }
.policy-nav a.active { background: var(--teal); color: #fff; border-color: var(--teal); }
.policy-content { max-width: 780px; margin: 0 auto; }
.policy-content h1 { font-size: 28px; margin-bottom: 20px; }
.policy-content h2 { font-size: 19px; margin: 28px 0 10px; color: var(--teal-deep); }
.policy-content h2:first-of-type { margin-top: 0; }
.policy-content p, .policy-content li { font-size: 14.5px; margin-bottom: 10px; }
.policy-content ul { padding-left: 20px; }

/* Therapeutic area detail cards (clickable chips) */
.pill { cursor: pointer; transition: background .2s, color .2s; }
.pill:hover { background: var(--teal); color: #fff; }
.area-detail-hero { background: var(--ink); color: #fff; padding: 60px 0; text-align: center; }
.area-detail-hero h1 { color: #fff; font-size: 30px; }
.composition-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.composition-card { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 18px 20px; }
.composition-card h4 { font-size: 15px; margin-bottom: 6px; color: var(--teal-deep); }
.composition-card p { font-size: 13px; margin: 0; }
@media (max-width: 700px) { .composition-grid { grid-template-columns: 1fr; } }

/* Sleek CTA banner (Athens-style) — full-width strip above footer, neon green */
.cta-banner { background: #B8E066; padding: 0; }
.cta-banner-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 28px; flex-wrap: wrap; gap: 16px;
}
.cta-banner h2 { font-size: 19px; color: #1a2e0a; margin: 0; }
.cta-banner-actions { display: flex; gap: 12px; }
.cta-banner-btn { padding: 10px 22px; border-radius: 999px; font-weight: 700; font-size: 13.5px; }
.cta-banner-btn.solid { background: #1a2e0a; color: #fff; }
.cta-banner-btn.solid:hover { background: #345C00; }
.cta-banner-btn.outline { border: 1.5px solid #1a2e0a; color: #1a2e0a; }
.cta-banner-btn.outline:hover { background: rgba(26,46,10,.08); }
@media (max-width: 600px) { .cta-banner-inner { flex-direction: column; align-items: flex-start; } }

/* Fix: .cta-band was never defined — caused overlap on About/service sub-pages */
.cta-band {
  background: var(--ink); color: #fff; border-radius: 16px;
  margin: 20px 15px 40px; padding: 34px 40px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px;
}
.cta-band h2 { color: var(--accent); font-size: 21px; margin: 0; }
.cta-band p { color: #cdece8; font-size: 13.5px; margin: 6px 0 0; }
.cta-band .btn { flex: none; }
@media (max-width: 600px) { .cta-band { flex-direction: column; align-items: flex-start; } }

/* WhatsApp + Chat floating buttons */
.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  width: 56px; height: 56px; border-radius: 50%; background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.25); transition: transform .2s;
}
.whatsapp-float:hover { transform: scale(1.08); }
.chat-float {
  position: fixed; bottom: 90px; right: 24px; z-index: 999;
  width: 56px; height: 56px; border-radius: 50%; background: var(--ink);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.25); transition: transform .2s; cursor: pointer; border: none;
}
.chat-float:hover { transform: scale(1.08); background: var(--teal-deep); }
.chat-box {
  position: fixed; bottom: 156px; right: 24px; z-index: 999;
  width: 300px; background: #fff; border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,.2);
  display: none; overflow: hidden; border: 1px solid var(--line);
}
.chat-box.open { display: block; }
.chat-box-header { background: var(--ink); color: #fff; padding: 14px 18px; font-weight: 700; font-size: 14px; }
.chat-box-body { padding: 18px; font-size: 13.5px; color: var(--muted); }
.chat-box-body a { color: var(--teal-deep); font-weight: 600; }
