/* ── GLOW · PREMIUM BIOTECH LANDING ── */
.glow-page { -webkit-text-size-adjust:100%; text-size-adjust:100%; }
.glow-page input,.glow-page select,.glow-page textarea{ font-size:16px; }

/* Botão catálogo completo (topo) */
.glow-catalog-cta { display:flex; justify-content:center; padding:14px 16px 4px; }
.glow-catalog-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:11px 22px; border-radius:999px; text-decoration:none;
  font-size:14px; font-weight:600; letter-spacing:-0.01em;
  color:#fff; background:linear-gradient(135deg,#27a9d7,#1e8fb8);
  box-shadow:0 6px 18px rgba(39,169,215,0.28);
  transition:transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.glow-catalog-btn:hover{ transform:translateY(-1px); filter:saturate(1.08); box-shadow:0 10px 24px rgba(39,169,215,0.34); }
.glow-catalog-btn:active{ transform:translateY(0); }
@media (max-width:420px){ .glow-catalog-btn{ font-size:13px; padding:10px 18px; } }

.glow-page {
  --ink: #0a1120;
  --ink-soft: #4a5568;
  --ink-mute: #8a94a6;
  --line: rgba(10, 17, 32, 0.08);
  --cu: #0f9b72;
  --cu-deep: #067a5b;
  --blue: #27a9d7;
  --surface: #ffffff;
  background:
    radial-gradient(1100px 600px at 82% -8%, rgba(39, 169, 215, 0.13), transparent 62%),
    radial-gradient(900px 520px at 8% 4%, rgba(15, 155, 114, 0.11), transparent 60%),
    linear-gradient(180deg, #fdfdfe 0%, #f7f9fb 100%);
  color: var(--ink);
  font-feature-settings: "ss01", "cv01";
  -webkit-font-smoothing: antialiased;
}
.glow-page * {
  letter-spacing: -0.011em;
}
.glow-wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 22px;
}

/* icons */
.gi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.gi svg {
  width: 1em;
  height: 1em;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.reveal.in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ── HERO ── */
.glow-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
}
.glow-hero::before {
  content: "";
  position: absolute;
  inset: -30% -10% auto -10%;
  height: 620px;
  background: radial-gradient(closest-side, rgba(15, 155, 114, 0.16), transparent 70%);
  filter: blur(30px);
  pointer-events: none;
}
.glow-hero-in {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 22px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 56px;
  align-items: center;
}
.glow-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid var(--line);
  color: var(--cu-deep);
  padding: 7px 15px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 22px;
  box-shadow: 0 1px 2px rgba(10, 17, 32, 0.04);
}
.glow-tag .gi {
  font-size: 14px;
}
.glow-hero h1 {
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.035em;
  margin-bottom: 20px;
  color: var(--ink);
}
.glow-hero h1 span {
  background: linear-gradient(100deg, var(--cu) 0%, var(--blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.glow-hero p.lead {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 540px;
  margin-bottom: 26px;
  font-weight: 400;
}
.glow-formula {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.glow-formula div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  box-shadow: 0 1px 2px rgba(10, 17, 32, 0.04);
}
.glow-formula .gi {
  font-size: 15px;
  color: var(--cu);
}
.glow-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.glow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: linear-gradient(180deg, #0f1b30, #0a1120);
  color: #fff;
  font-size: 14.5px;
  font-weight: 550;
  padding: 14px 24px;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s ease,
    filter 0.3s ease;
  box-shadow: 0 8px 22px -10px rgba(10, 17, 32, 0.55);
}
.glow-btn .gi {
  font-size: 17px;
}
.glow-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -14px rgba(10, 17, 32, 0.6);
}
.glow-btn.ghost {
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(14px) saturate(150%);
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: none;
}
.glow-btn.ghost:hover {
  background: #fff;
}
.glow-btn.accent {
  background: linear-gradient(140deg, var(--cu) 0%, var(--cu-deep) 100%);
  box-shadow: 0 10px 26px -12px rgba(15, 155, 114, 0.8);
}

.glow-hero-img {
  position: relative;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(22px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 28px;
  padding: 26px;
  text-align: center;
  box-shadow:
    0 34px 70px -34px rgba(10, 17, 32, 0.35),
    0 2px 6px rgba(10, 17, 32, 0.04);
}
.glow-hero-img img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(10, 17, 32, 0.14));
}
.glow-hero-price {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--ink);
}
.glow-hero-price .full {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.glow-hero-price .vista {
  display: block;
  color: var(--cu-deep);
  font-weight: 600;
  font-size: 15px;
  margin-top: 5px;
}
.glow-hero-price .parc {
  display: block;
  font-size: 12.5px;
  color: var(--ink-mute);
  margin-top: 5px;
}

/* ── SECTIONS ── */
.glow-sec {
  padding: 92px 0;
}
.glow-sec.alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.55));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.glow-sec h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
  letter-spacing: -0.032em;
  line-height: 1.12;
  color: var(--ink);
  margin-bottom: 14px;
  text-align: center;
}
.glow-sec .sub {
  text-align: center;
  color: var(--ink-soft);
  font-size: 16px;
  max-width: 720px;
  margin: 0 auto 48px;
  line-height: 1.7;
}
.glow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.glow-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px) saturate(150%);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 1px 2px rgba(10, 17, 32, 0.03);
  transition:
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.5s ease,
    border-color 0.4s ease;
}
.glow-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 155, 114, 0.25);
  box-shadow: 0 26px 50px -30px rgba(10, 17, 32, 0.35);
}
.glow-card h3 {
  font-size: 17.5px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 10px;
}
.glow-card p,
.glow-card li {
  font-size: 14.5px;
  line-height: 1.72;
  color: var(--ink-soft);
}
.glow-card ul {
  padding-left: 0;
  list-style: none;
  margin-top: 12px;
}
.glow-card li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 9px;
}
.glow-card li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--cu), var(--blue));
}
.glow-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  margin-bottom: 16px;
  color: var(--cu-deep);
  background: linear-gradient(150deg, rgba(15, 155, 114, 0.14), rgba(39, 169, 215, 0.12));
  border: 1px solid rgba(15, 155, 114, 0.16);
  font-size: 22px;
}

/* timeline */
.glow-time {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.glow-time .t {
  position: relative;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px) saturate(150%);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px 22px;
  overflow: hidden;
  transition:
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.5s ease;
}
.glow-time .t::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--cu), var(--blue));
}
.glow-time .t:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 50px -30px rgba(10, 17, 32, 0.35);
}
.glow-time .t span {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: var(--cu-deep);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.glow-time .t p {
  font-size: 14.3px;
  line-height: 1.7;
  color: var(--ink-soft);
}

/* comparativo */
.glow-vs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}
.vs-col {
  border-radius: 24px;
  padding: 32px 30px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px) saturate(150%);
}
.vs-col.win {
  border: 1px solid rgba(15, 155, 114, 0.35);
  background: linear-gradient(180deg, rgba(15, 155, 114, 0.07), rgba(255, 255, 255, 0.85) 55%);
  position: relative;
  box-shadow: 0 30px 60px -38px rgba(15, 155, 114, 0.6);
}
.vs-col.win::after {
  content: "RECOMENDADO";
  position: absolute;
  top: -12px;
  left: 30px;
  background: linear-gradient(140deg, var(--cu), var(--cu-deep));
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  padding: 6px 13px;
  border-radius: 999px;
  box-shadow: 0 8px 18px -8px rgba(15, 155, 114, 0.8);
}
.vs-col h3 {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 5px;
}
.vs-col .vs-sub {
  font-size: 13px;
  color: var(--ink-mute);
  margin-bottom: 18px;
}
.vs-col ul {
  list-style: none;
}
.vs-col li {
  font-size: 14.3px;
  line-height: 1.65;
  color: var(--ink-soft);
  padding: 12px 0 12px 30px;
  position: relative;
  border-bottom: 1px solid var(--line);
}
.vs-col li:last-child {
  border-bottom: none;
}
.vs-col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 11px;
}
.vs-col.win li::before {
  background-color: rgba(15, 155, 114, 0.13);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f9b72' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>");
}
.vs-col.lose li::before {
  background-color: rgba(180, 130, 40, 0.13);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b0822a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M12 8v5M12 16.5v.01'/></svg>");
}

/* produtos */
.glow-prods {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
  gap: 20px;
}
.gp {
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px) saturate(150%);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.5s ease,
    border-color 0.4s ease;
}
.gp:hover {
  transform: translateY(-5px);
  border-color: rgba(39, 169, 215, 0.3);
  box-shadow: 0 30px 60px -34px rgba(10, 17, 32, 0.4);
}
.gp.destaque {
  border: 1px solid rgba(39, 169, 215, 0.4);
  box-shadow: 0 26px 56px -34px rgba(39, 169, 215, 0.7);
}
.gp-img {
  background: linear-gradient(170deg, #f6f9fb, #eef3f7);
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.gp-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 20px rgba(10, 17, 32, 0.12));
}
.gp-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.gp-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(39, 169, 215, 0.1);
  color: #10769c;
  border: 1px solid rgba(39, 169, 215, 0.2);
}
.gp-badge .gi {
  font-size: 12px;
}
.gp-badge.po {
  background: rgba(15, 155, 114, 0.1);
  color: var(--cu-deep);
  border-color: rgba(15, 155, 114, 0.2);
}
.gp-nome {
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.35;
}
.gp-desc {
  font-size: 12.8px;
  color: var(--ink-mute);
  line-height: 1.6;
}
.gp-price {
  margin-top: auto;
  padding-top: 12px;
}
.gp-price .full {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.gp-price .vista {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--cu-deep);
  margin-top: 4px;
}
.gp-price .parc {
  display: block;
  font-size: 11.8px;
  color: var(--ink-mute);
  margin-top: 4px;
}
.gp .glow-btn {
  width: 100%;
  justify-content: center;
  margin-top: 14px;
  font-size: 14px;
  padding: 12px 16px;
}
.gp-trust {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 10.5px;
  color: var(--ink-mute);
  margin-top: 10px;
}
.gp-trust span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.gp-trust .gi {
  font-size: 12px;
  color: var(--cu);
}

/* CTA final */
.glow-cta-final {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, #ffe3f1 0%, #ffd6e8 55%, #ffc6de 100%);
  color: #2a1622;
  text-align: center;
  padding: 96px 22px;
}
.glow-cta-final::before {
  content: "";
  position: absolute;
  inset: auto -10% -60% -10%;
  height: 480px;
  background: radial-gradient(closest-side, rgba(255, 105, 180, 0.45), transparent 70%);
  filter: blur(40px);
}
.glow-cta-final > * {
  position: relative;
}
.glow-cta-final h2 {
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 600;
  letter-spacing: -0.032em;
  margin-bottom: 14px;
  color: #2a1622;
}
.glow-cta-final p {
  color: rgba(42, 22, 34, 0.7);
  font-size: 16px;
  max-width: 640px;
  margin: 0 auto 30px;
  line-height: 1.7;
}
.glow-cta-final .glow-btn {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 12px 30px -14px rgba(214, 51, 108, 0.5);
}
.glow-wpp-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 26px;
}
.glow-wpp-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #25d366 0%, #1ebe5d 100%);
  color: #fff;
  padding: 10px 22px 10px 10px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 24px -8px rgba(37, 211, 102, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  white-space: nowrap;
}
.glow-wpp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -8px rgba(37, 211, 102, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.glow-wpp-btn img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2.5px solid rgba(255, 255, 255, 0.95);
  flex-shrink: 0;
  background: #fff;
}
.glow-wpp-btn .gw-name {
  font-size: 15px;
  line-height: 1.15;
  display: block;
}
.glow-wpp-btn .gw-num {
  font-size: 12.5px;
  font-weight: 600;
  opacity: 0.92;
  display: block;
}
@media (max-width: 420px) {
  .glow-wpp-btn {
    padding: 9px 18px 9px 9px;
    gap: 10px;
  }
  .glow-wpp-btn img {
    width: 38px;
    height: 38px;
  }
  .glow-wpp-btn .gw-name {
    font-size: 14px;
  }
  .glow-wpp-btn .gw-num {
    font-size: 12px;
  }
}
.glow-note {
  font-size: 12.5px;
  color: var(--ink-mute);
  text-align: center;
  max-width: 860px;
  margin: 30px auto 0;
  line-height: 1.75;
}

/* ── rosa (onde aplicar) ── */
:root {
  --rose: #e84393;
  --rose-soft: #fd79a8;
  --rose-tint: rgba(232, 67, 147, 0.1);
  --rose-border: rgba(232, 67, 147, 0.22);
}

/* protocolo de uso — cards numerados */
.glow-protocol-card {
  position: relative;
  padding-top: 36px;
}
.glow-protocol-num {
  position: absolute;
  top: 20px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(140deg, var(--cu), var(--cu-deep));
  box-shadow: 0 6px 16px -8px rgba(15, 155, 114, 0.7);
}
.glow-ico-pink {
  color: var(--rose) !important;
  background: linear-gradient(150deg, rgba(232, 67, 147, 0.12), rgba(253, 121, 168, 0.08)) !important;
  border-color: var(--rose-border) !important;
}

/* botão expansível "Onde aplicar" */
.glow-apply-toggle-wrap {
  margin-top: 48px;
}
.glow-apply-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 18px 26px;
  border-radius: 18px;
  border: 1px solid var(--rose-border);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px) saturate(150%);
  color: var(--rose);
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition:
    background 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease,
    transform 0.3s ease;
  box-shadow: 0 4px 14px -8px rgba(232, 67, 147, 0.3);
}
.glow-apply-toggle:hover {
  background: #fff;
  border-color: var(--rose);
  box-shadow: 0 12px 28px -12px rgba(232, 67, 147, 0.45);
  transform: translateY(-1px);
}
.glow-apply-toggle-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: var(--rose-tint);
  border: 1px solid var(--rose-border);
  font-size: 17px;
}
.glow-apply-toggle-ico svg {
  width: 1em;
  height: 1em;
  stroke: var(--rose);
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.glow-apply-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-size: 18px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.glow-apply-chevron svg {
  width: 1em;
  height: 1em;
  stroke: var(--rose);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.glow-apply-toggle.is-open .glow-apply-chevron {
  transform: rotate(180deg);
}

/* painel expansível */
.glow-apply-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.5s ease,
    margin-top 0.4s ease;
}
.glow-apply-panel.is-open {
  max-height: 1400px;
  opacity: 1;
  margin-top: 20px;
}

/* grid lado a lado com ícones rosa */
.glow-apply-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-bottom: 10px;
}
.glow-apply-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px) saturate(150%);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  transition:
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.5s ease,
    border-color 0.4s ease;
}
.glow-apply-item:hover {
  transform: translateY(-3px);
  border-color: var(--rose-border);
  box-shadow: 0 22px 44px -30px rgba(232, 67, 147, 0.35);
}
.glow-apply-ico {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: var(--rose);
  background: linear-gradient(150deg, rgba(232, 67, 147, 0.12), rgba(253, 121, 168, 0.08));
  border: 1px solid var(--rose-border);
  font-size: 22px;
}
.glow-apply-item strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 4px;
}
.glow-apply-item p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0;
}

@media (max-width: 900px) {
  .glow-hero {
    padding: 56px 0 64px;
  }
  .glow-hero-in {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .glow-vs {
    grid-template-columns: 1fr;
  }
  .glow-sec {
    padding: 64px 0;
  }
  .glow-sec .sub {
    margin-bottom: 32px;
    font-size: 15px;
  }
  .glow-cta-final {
    padding: 68px 20px;
  }
}

/* ── VÍDEO TUTORIAL DE APLICAÇÃO ── */
.glow-video-box {
  max-width: 920px;
  margin: 56px auto 0;
  border-radius: 30px;
  padding: 18px;
  background: linear-gradient(150deg, rgba(232, 67, 147, 0.14), rgba(253, 121, 168, 0.08) 60%, rgba(255, 255, 255, 0.7));
  border: 1px solid var(--rose-border);
  box-shadow: 0 34px 64px -36px rgba(232, 67, 147, 0.45);
  backdrop-filter: blur(18px) saturate(150%);
}
.glow-video-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 6px 8px 16px;
}
.glow-video-ico {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(140deg, var(--rose), var(--rose-soft));
  box-shadow: 0 8px 20px -8px rgba(232, 67, 147, 0.7);
  font-size: 22px;
}
.glow-video-ico svg { width: 1em; height: 1em; fill: currentColor; stroke: none; }
.glow-video-head strong {
  display: block;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.glow-video-head span {
  display: block;
  font-size: 13.5px;
  color: var(--ink-soft);
  margin-top: 2px;
}
.glow-video-frame {
  position: relative;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  aspect-ratio: 9 / 16;
  max-height: 640px;
  border-radius: 22px;
  overflow: hidden;
  background: radial-gradient(120% 80% at 50% 0%, #3a0f29, #1a0612 75%);
  box-shadow: 0 20px 40px -22px rgba(20, 5, 12, 0.7);
}
.glow-video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}
.glow-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: none;
  cursor: pointer;
  color: #fff;
  background:
    radial-gradient(closest-side, rgba(232, 67, 147, 0.62), rgba(232, 67, 147, 0.32) 55%, rgba(18, 5, 12, 0.78));
  transition: background 0.4s ease;
}
.glow-video-play:hover {
  background:
    radial-gradient(closest-side, rgba(232, 67, 147, 0.78), rgba(232, 67, 147, 0.42) 55%, rgba(18, 5, 12, 0.82));
}
.glow-video-play-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: var(--rose);
  box-shadow: 0 12px 30px -10px rgba(232, 67, 147, 0.85);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.glow-video-play:hover .glow-video-play-ico { transform: scale(1.08); }
.glow-video-play-ico svg { width: 30px; height: 30px; fill: currentColor; stroke: none; margin-left: 4px; }
.glow-video-play-label {
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.32);
  padding: 8px 18px;
  border-radius: 999px;
}
.glow-video-frame.playing .glow-video-play { display: none; }
@media (max-width: 900px) {
  .glow-video-box { margin-top: 40px; padding: 14px; }
  .glow-video-frame { width: 100%; max-width: none; max-height: 72vh; }
}
@media (max-width: 480px) {
  .glow-video-box { padding: 12px; border-radius: 22px; }
  .glow-video-head { gap: 10px; padding: 4px 4px 12px; }
  .glow-video-ico { width: 40px; height: 40px; font-size: 19px; }
  .glow-video-head strong { font-size: 15.5px; }
  .glow-video-head span { font-size: 12.5px; }
  .glow-video-play-ico { width: 66px; height: 66px; }
  .glow-video-play-ico svg { width: 26px; height: 26px; }
  .glow-video-play-label { font-size: 13px; padding: 7px 15px; }
}

/* ── GLOW HEADER (logo centralizada + hambúrguer) ── */
.glow-page .header-inner{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:12px;
}
.glow-page .header-inner .logo{justify-self:center}
.header-spacer{width:40px}

/* hambúrguer */
.glow-burger{
  justify-self:start;
  display:inline-flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  width:40px;height:40px;
  padding:0;
  background:transparent;
  border:none;
  cursor:pointer;
}
.glow-burger span{display:block;width:24px;height:2.4px;margin:0 auto;border-radius:2px;background:var(--ink);transition:transform .25s,opacity .25s}
.glow-burger:hover span{background:var(--blue)}

/* overlay + drawer */
.glow-drawer-overlay{
  position:fixed;inset:0;
  background:rgba(10,17,32,.42);
  backdrop-filter:blur(2px);
  opacity:0;visibility:hidden;
  transition:opacity .28s,visibility .28s;
  z-index:200;
}
.glow-drawer-overlay.is-open{opacity:1;visibility:visible}
.glow-drawer{
  position:fixed;left:0;top:0;bottom:0;
  width:min(320px,84vw);
  background:#fff;
  box-shadow:8px 0 30px rgba(10,17,32,.18);
  transform:translateX(-100%);
  transition:transform .3s cubic-bezier(.16,1,.3,1);
  z-index:210;
  padding:20px 18px;
  display:flex;flex-direction:column;gap:14px;
}
.glow-drawer.is-open{transform:translateX(0)}
.glow-drawer-head{
  display:flex;align-items:center;justify-content:space-between;
  font-size:15px;font-weight:700;color:var(--ink);
  padding-bottom:12px;border-bottom:1px solid var(--line);
  margin-bottom:4px;
}
.glow-drawer-close{
  background:transparent;border:none;font-size:26px;line-height:1;
  color:var(--ink-mute);cursor:pointer;padding:2px 6px;border-radius:8px;
}
.glow-drawer-close:hover{color:var(--ink);background:#f1f5f9}

/* botões de WhatsApp no drawer */
.glow-drawer-wpp{
  display:flex;align-items:center;gap:12px;
  background:linear-gradient(135deg,#25d366,#1ebe5d);
  color:#fff;
  padding:12px 14px;
  border-radius:14px;
  text-decoration:none;
  box-shadow:0 3px 10px rgba(37,211,102,.22);
  transition:transform .15s,box-shadow .15s;
}
.glow-drawer-wpp:hover{transform:translateY(-1px);box-shadow:0 5px 14px rgba(37,211,102,.3)}
.glow-drawer-wpp img{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.9);flex-shrink:0;background:#fff}
.glow-drawer-wpp span{display:flex;flex-direction:column;line-height:1.25}
.glow-drawer-wpp strong{font-size:14.5px;font-weight:700}
.glow-drawer-wpp small{font-size:12px;opacity:.92}
.glow-drawer-wpp.oficial{background:linear-gradient(135deg,#0b1d3a,#163a6b);box-shadow:0 3px 10px rgba(11,29,58,.25)}
.glow-drawer-wpp.oficial:hover{box-shadow:0 5px 14px rgba(11,29,58,.35)}

/* ===== BOTÃO "POR QUE USAR COM EMAGRECEDORES" (azul, expansível) ===== */
.glow-why-wrap {
  margin-top: 26px;
}
.glow-why-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 16px 24px;
  border-radius: 14px;
  border: 1px solid rgba(39, 110, 226, 0.25);
  background: linear-gradient(180deg, #2f7bf0 0%, #1f5fd0 100%);
  color: #fff;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.35;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 6px 18px -8px rgba(39, 110, 226, 0.55);
  transition:
    transform 0.25s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}
.glow-why-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px -10px rgba(39, 110, 226, 0.6);
  background: linear-gradient(180deg, #3a86f8 0%, #2567da 100%);
}
.glow-why-toggle-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 15px;
}
.glow-why-toggle-ico svg {
  width: 1em;
  height: 1em;
  stroke: #fff;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.glow-why-toggle-text {
  flex: 1;
  text-align: center;
}
.glow-why-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 17px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.glow-why-chevron svg {
  width: 1em;
  height: 1em;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.glow-why-toggle.is-open .glow-why-chevron {
  transform: rotate(180deg);
}
.glow-why-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.5s ease,
    margin-top 0.4s ease;
}
.glow-why-panel.is-open {
  max-height: 1600px;
  opacity: 1;
  margin-top: 16px;
}
.glow-why-content {
  border: 1px solid rgba(39, 110, 226, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
  padding: 24px 22px;
  box-shadow: 0 10px 30px -16px rgba(39, 110, 226, 0.25);
}
.glow-why-content p {
  margin: 0 0 14px;
  font-size: 14.5px;
  line-height: 1.65;
  color: #334155;
}
.glow-why-content p strong {
  color: #1f5fd0;
}
.glow-why-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
  margin: 18px 0;
}
.glow-why-point {
  border: 1px solid rgba(39, 110, 226, 0.15);
  border-radius: 12px;
  background: #f5f9ff;
  padding: 14px 16px;
}
.glow-why-point strong {
  display: block;
  font-size: 13.5px;
  color: #1e3a8a;
  margin-bottom: 5px;
}
.glow-why-point span {
  font-size: 13px;
  line-height: 1.55;
  color: #475569;
}

/* ===== PROTOCOLO DE USO (rosa, mesmo estilo do botão "Onde aplicar") ===== */
#glowProtoPanel .glow-why-content {
  border: 1px solid var(--rose-border);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 30px -16px rgba(232, 67, 147, 0.28);
}
#glowProtoPanel .glow-why-content p {
  color: var(--ink-soft);
}
#glowProtoPanel .glow-why-content p strong {
  color: var(--rose);
}
#glowProtoPanel .glow-why-point {
  border: 1px solid var(--rose-border);
  background: rgba(253, 121, 168, 0.07);
}
#glowProtoPanel .glow-why-point strong {
  color: var(--rose);
}
#glowProtoPanel .glow-why-point span {
  color: var(--ink-soft);
}
.glow-why-honest {
  font-style: italic;
  color: #1e3a8a !important;
  border-left: 3px solid #2f7bf0;
  padding-left: 14px;
  margin-bottom: 0 !important;
}
.glow-why-video-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 18px auto 0;
  padding: 12px 22px;
  border-radius: 12px;
  background: linear-gradient(180deg, #2f7bf0 0%, #1f5fd0 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  box-shadow: 0 8px 22px -10px rgba(39, 110, 226, 0.55);
  transition:
    transform 0.25s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}
.glow-why-video-cta:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #3a86f8 0%, #2567da 100%);
  box-shadow: 0 12px 28px -12px rgba(39, 110, 226, 0.6);
}
.glow-why-video-cta-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}
.glow-why-video-cta-ico svg {
  width: 13px;
  height: 13px;
  fill: #fff;
}
@media (max-width: 640px) {
  .glow-why-toggle {
    padding: 14px 16px;
    font-size: 13.5px;
  }
  .glow-why-video-cta {
    padding: 11px 18px;
    font-size: 13px;
  }
}

/* Allies header — BPC-157 + TB-500 */
.glow-allies-head{display:flex;flex-direction:column;align-items:center;gap:.85rem;margin-bottom:1.4rem;text-align:center}
.glow-allies-icons{display:flex;align-items:center;justify-content:center;gap:.6rem;flex-wrap:wrap}
.glow-ally{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem 1rem;border-radius:999px;background:rgba(214,51,108,.08);border:1px solid rgba(214,51,108,.28);color:#b03270;font-weight:700;font-size:.92rem;letter-spacing:.01em}
.glow-ally-ic{font-size:1.15rem;line-height:1}
.glow-ally-plus{color:#d6336c;font-weight:800;font-size:1.1rem}
.glow-allies-title{font-size:clamp(1.25rem,5vw,1.7rem);line-height:1.25;font-weight:800;color:#1f2937;margin:0;letter-spacing:-.01em}
@media(max-width:520px){.glow-ally{font-size:.82rem;padding:.42rem .8rem}.glow-ally-plus{font-size:1rem}}
