/* =========================================================
   GLUCO6 PRESELL - STYLE.CSS COMPLETO RESTAURADO + POTES AJUSTADOS
========================================================= */

:root {
  --teal-dark: #064d4a;
  --teal: #08786f;
  --teal-light: #10a79b;
  --teal-soft: #e8f7f4;

  --gold: #f5c94a;
  --gold-light: #ffe17a;
  --gold-dark: #ad7a00;

  --cream: #fff8df;
  --soft-bg: #f4f7f6;

  --red: #e64141;
  --blue: #1675b8;

  --text: #17202a;
  --muted: #53616a;
  --border: #d9e7e4;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.narrow {
  max-width: 860px;
}

/* TOPBAR */

.topbar {
  background: linear-gradient(90deg, #053b38 0%, #08786f 62%, #0a9b8f 100%);
  color: var(--white);
  padding: 14px 0;
  border-bottom: 4px solid var(--gold);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.20);
  position: sticky;
  top: 0;
  z-index: 50;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}

.brand-text {
  display: inline-flex;
  align-items: center;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  color: var(--white);
  letter-spacing: -0.5px;
}

.brand-text span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  width: 32px;
  height: 32px;
  background: var(--white);
  color: var(--teal);
  border: 3px solid var(--gold);
  border-radius: 50%;
  font-size: 18px;
}

.topnav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.topnav a {
  color: var(--white);
  font-weight: 900;
  font-size: 16px;
}

.topnav a:hover {
  color: var(--gold-light);
}

.top-link {
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: #102825;
  font-weight: 900;
  padding: 12px 22px;
  border-radius: 8px;
  box-shadow: 0 4px 0 var(--gold-dark);
  text-transform: uppercase;
}

/* HERO */

.hero {
  background:
    radial-gradient(circle at top right, rgba(245, 201, 74, 0.24), transparent 34%),
    radial-gradient(circle at bottom left, rgba(16, 167, 155, 0.30), transparent 40%),
    linear-gradient(135deg, #043330 0%, #08786f 55%, #0ca094 100%);
  color: var(--white);
  padding: 62px 0 56px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 44px;
  align-items: center;
}

.label {
  display: inline-block;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: #102825;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 18px;
}

.hero h1 {
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1.02;
  margin: 0 0 24px;
  color: var(--white);
  letter-spacing: -1.4px;
}

.hero p {
  font-size: 19px;
  line-height: 1.65;
  margin: 0 0 18px;
  max-width: 660px;
  color: #eefdfa;
}

.hero-list {
  padding-left: 22px;
  margin: 24px 0 30px;
}

.hero-list li {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
}

.hero-media {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-media img {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 24px;
  border: 7px solid rgba(245, 201, 74, 0.45);
  box-shadow: 0 26px 65px rgba(0, 0, 0, 0.38);
  background: var(--white);
}

.small-note {
  font-size: 13px !important;
  line-height: 1.45 !important;
  opacity: 0.92;
  margin-top: 18px !important;
}

/* BUTTONS */

.btn-primary,
.btn-center {
  display: inline-block;
  padding: 16px 28px;
  border-radius: 10px;
  font-weight: 900;
  text-align: center;
  transition: 0.2s ease;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: #102825;
  box-shadow: 0 6px 0 var(--gold-dark), 0 12px 22px rgba(0, 0, 0, 0.14);
}

.btn-primary:hover,
.btn-center:hover {
  transform: translateY(-2px);
}

.btn-center {
  display: block;
  width: fit-content;
  margin: 30px auto 0;
}

.big {
  font-size: 20px;
  padding: 18px 36px;
}

/* SEÇÕES */

.content-section {
  padding: 62px 0;
}

.teal-soft {
  background:
    radial-gradient(circle at top, rgba(16, 167, 155, 0.10), transparent 40%),
    var(--soft-bg);
}

.content-section h2 {
  font-size: clamp(30px, 4vw, 43px);
  line-height: 1.15;
  text-align: center;
  margin: 0 0 24px;
  color: var(--teal-dark);
}

.content-section h3 {
  color: var(--teal-dark);
  margin-top: 0;
}

.content-section p {
  font-size: 18px;
  color: var(--muted);
}

.center-text {
  text-align: center;
}

.summary-box {
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(6, 77, 74, 0.08);
  margin-top: 30px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.section-image,
.wide-image {
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(6, 77, 74, 0.12);
  background: var(--white);
}

.section-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-image {
  object-fit: contain;
  padding: 22px;
  border: 2px solid rgba(245, 201, 74, 0.50);
}

.wide-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin: 26px 0;
}

.image-link {
  display: block;
  transition: 0.2s ease;
}

.image-link:hover {
  transform: translateY(-3px);
}

/* PAIN */

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.pain-card {
  background: var(--teal-soft);
  padding: 24px;
  border-radius: 16px;
  border-top: 6px solid var(--teal);
  box-shadow: 0 8px 22px rgba(6, 77, 74, 0.07);
}

/* PROS CONS */

.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 26px;
}

.card {
  border-radius: 18px;
  padding: 28px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(6, 77, 74, 0.08);
}

.pros {
  border-top: 7px solid var(--teal);
}

.cons {
  border-top: 7px solid var(--red);
}

/* WARNING */

.warning-section {
  background:
    radial-gradient(circle at top right, rgba(245, 201, 74, 0.32), transparent 34%),
    var(--cream);
}

.warning-section h2 {
  text-align: left;
}

/* TESTIMONIALS */

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 30px;
}

.testimonial {
  background: var(--white);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(6, 77, 74, 0.08);
}

.testimonial-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 18px;
}

.testimonial-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* INGREDIENTS */

.ingredients-visual {
  width: 100%;
  max-width: 720px;
  margin: 26px auto 34px;
  padding: 16px;
  border-radius: 22px;
  background: var(--white);
  border: 1px solid var(--border);
}

.ingredients-visual img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
}

.ingredient-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 28px;
}

.ingredient {
  background: var(--white);
  padding: 24px;
  border-radius: 16px;
  border-left: 6px solid var(--teal);
  box-shadow: 0 8px 22px rgba(6, 77, 74, 0.07);
}

/* BENEFITS */

.benefit-card {
  background: var(--soft-bg);
  border-left: 7px solid var(--teal);
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 18px;
}

/* QUALITY */

.quality-section {
  background: var(--soft-bg);
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 30px 0;
}

.quality-item {
  background: var(--white);
  color: var(--teal-dark);
  font-weight: 900;
  text-align: center;
  border-radius: 16px;
  padding: 18px 14px;
  border: 1px solid var(--border);
}

/* GUARANTEE */

.guarantee-section {
  background:
    radial-gradient(circle at top left, rgba(245, 201, 74, 0.25), transparent 35%),
    linear-gradient(135deg, #043330, #08786f, #0ca094);
  color: var(--white);
}

.guarantee-section h2 {
  color: var(--white);
  text-align: left;
}

.guarantee-section p {
  color: #eefdfa;
}

.guarantee-image {
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
}

/* PRICING AJUSTADO */

.price-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #043330 0%, #08786f 26%, #f4f4f4 26%, #f4f4f4 100%);
}

.pricing-container {
  width: min(1080px, 94%);
  position: relative;
  z-index: 1;
}

.price-section h2 {
  color: #ffffff;
}

.price-intro {
  max-width: 820px;
  margin: 0 auto 24px;
  color: #eefdfa !important;
}

.review-pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1.06fr 1fr;
  gap: 16px;
  align-items: stretch;
  margin-top: 26px;
}

.review-package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 2px solid #08786f;
  border-radius: 8px;
  padding: 0 18px 18px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(6, 77, 74, 0.12);
  overflow: hidden;
  min-height: 620px;
}

.package-header {
  width: calc(100% + 36px);
  margin: 0 -18px 22px;
  padding: 18px 10px 14px;
  background: #08786f;
  color: #ffffff;
  text-align: center;
}

.package-header h3 {
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  margin: 0 0 8px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.package-header p {
  color: #ffffff;
  font-size: 21px;
  line-height: 1;
  margin: 0;
  font-weight: 900;
  font-style: italic;
}

.featured-package {
  background: linear-gradient(180deg, #fff9dc 0%, #fffef0 52%, #ffffff 100%);
  border: 3px solid #064d4a;
  border-top-color: #f5c94a;
  transform: translateY(-12px);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.20),
    0 0 0 4px rgba(245, 201, 74, 0.22);
}

.featured-header {
  background: #064d4a;
}

.popular-ribbon {
  width: calc(100% + 36px);
  margin: -22px -18px 16px;
  padding: 8px 10px;
  background: #10a79b;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.package-image-box,
.featured-image {
  width: 100%;
  margin: 8px auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  overflow: visible;
}

.package-image-box img,
.featured-image img {
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 9px 10px rgba(0, 0, 0, 0.18));
}

.package-two .package-image-box {
  height: 205px;
}

.package-two .package-image-box img {
  max-width: 76%;
  max-height: 198px;
}

.package-three .package-image-box {
  height: 205px;
}

.package-three .package-image-box img {
  max-width: 82%;
  max-height: 198px;
}

.package-six .featured-image {
  height: 240px;
  margin-bottom: 8px;
}

.package-six .featured-image img {
  max-width: 94%;
  max-height: 235px;
}

.package-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  margin: 4px 0 14px;
}

.package-price strong {
  font-size: 70px;
  line-height: 0.82;
  color: #08786f;
  letter-spacing: -3px;
}

.featured-price strong {
  font-size: 76px;
}

.package-price span {
  color: #8c989f;
  font-size: 15px;
  line-height: 1.05;
  font-weight: 900;
  margin-bottom: 5px;
  text-align: left;
  text-transform: lowercase;
}

.old-price {
  position: relative;
  color: #9aa3aa !important;
  font-size: 27px !important;
  margin-right: 4px;
  margin-bottom: 12px !important;
}

.old-price::after {
  content: "";
  position: absolute;
  left: -4px;
  top: 50%;
  width: calc(100% + 8px);
  height: 3px;
  background: #e64141;
  transform: rotate(-10deg);
}

.shipping-text {
  color: #30383d !important;
  font-size: 15px !important;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.official-badges {
  list-style: none;
  padding: 0;
  margin: 2px auto 16px;
  width: min(250px, 100%);
}

.official-badges li {
  position: relative;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  padding: 8px 12px 8px 34px;
  border-radius: 999px;
  margin-bottom: 7px;
  text-align: left;
}

.official-badges li::before {
  content: "✓";
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.badge-teal {
  background: #08786f;
}

.badge-blue {
  background: #1675b8;
}

.badge-gold {
  background: #e9a321;
}

.package-btn {
  display: block;
  width: 100%;
  padding: 15px 18px;
  border-radius: 7px;
  background: linear-gradient(180deg, #ffe17a, #f5c94a);
  color: #102825;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 4px 0 #ad7a00, 0 10px 18px rgba(0, 0, 0, 0.12);
  transition: 0.2s ease;
  text-transform: uppercase;
  margin-top: auto;
  border: 1px solid rgba(173, 122, 0, 0.4);
}

.package-btn:hover {
  transform: translateY(-2px);
}

.total-text {
  color: #2d363b !important;
  font-size: 20px !important;
  font-weight: 900;
  margin: 16px 0 8px;
  text-transform: uppercase;
}

.payment-line {
  color: #7b878e;
  font-size: 11px;
  font-weight: 800;
  padding-top: 8px;
  border-top: 1px solid #e5ecea;
}

.pricing-note {
  max-width: 760px;
  margin: 24px auto 0;
  text-align: center;
  font-size: 14px !important;
  color: #69767d !important;
}

/* FAQ */

.faq-section details {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 14px;
}

.faq-section summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--teal-dark);
  font-size: 18px;
}

/* FINAL CTA */

.final-cta {
  background:
    radial-gradient(circle at top right, rgba(245, 201, 74, 0.22), transparent 35%),
    linear-gradient(135deg, #043330, #08786f, #0ca094);
  color: var(--white);
  padding: 68px 0;
  text-align: center;
}

.final-cta h2 {
  color: var(--white);
}

.final-cta p {
  color: #eefdfa;
  font-size: 19px;
}

/* FOOTER */

.footer {
  background: linear-gradient(90deg, #043330 0%, #08786f 62%, #0a9b8f 100%);
  color: #dcecea;
  padding: 36px 0;
  font-size: 13px;
  text-align: center;
  border-top: 4px solid var(--gold);
}

.footer p {
  margin: 0 0 12px;
  color: #dcecea;
  font-size: 13px;
}

/* RESPONSIVO */

@media (max-width: 980px) {
  .hero-grid,
  .two-col {
    grid-template-columns: 1fr;
  }

  .hero {
    text-align: center;
  }

  .hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-list {
    display: inline-block;
    text-align: left;
  }

  .pain-grid,
  .quality-grid {
    grid-template-columns: 1fr 1fr;
  }

  .review-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .review-package-card {
    min-height: auto;
  }

  .package-six {
    order: 1;
  }

  .package-three {
    order: 2;
  }

  .package-two {
    order: 3;
  }

  .featured-package {
    transform: none;
  }
}

@media (max-width: 760px) {
  .topbar-inner {
    flex-direction: column;
    text-align: center;
  }

  .topnav {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero h1 {
    font-size: 36px;
  }

  .content-section {
    padding: 46px 0;
  }

  .pros-cons,
  .testimonial-grid,
  .ingredient-list,
  .quality-grid,
  .pain-grid {
    grid-template-columns: 1fr;
  }

  .btn-primary,
  .btn-center {
    width: 100%;
  }

  .pricing-container {
    width: min(94%, 430px);
  }

  .package-header h3 {
    font-size: 30px;
  }

  .package-header p {
    font-size: 19px;
  }

  .package-price strong,
  .featured-price strong {
    font-size: 64px;
  }

  .package-btn {
    font-size: 22px;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 32px;
  }

  .package-header h3 {
    font-size: 28px;
  }

  .package-header p {
    font-size: 18px;
  }

  .package-price strong,
  .featured-price strong {
    font-size: 58px;
  }
}