:root {
  --sky: #dcefff;
  --sky-soft: #eaf6ff;
  --warm-white: #fafaf7;
  --cream: #fffdf8;
  --text: #24313a;
  --muted: #68747b;
  --green: #8fae8a;
  --green-deep: #5e775d;
  --green-soft: #eef5ee;
  --gold: #c6a45d;
  --gold-soft: #f4e6c4;
  --rose: #c96362;
  --rose-soft: #fff0ef;
  --line: rgba(93, 118, 124, 0.16);
  --shadow: 0 24px 70px rgba(87, 116, 129, 0.15);
  --soft-shadow: 0 14px 38px rgba(87, 116, 129, 0.09);
  --card-shadow: 0 22px 54px rgba(105, 132, 144, 0.12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.7), rgba(255,255,255,0) 30%),
    linear-gradient(180deg, var(--sky) 0%, var(--sky-soft) 20%, var(--warm-white) 46%, #fff 100%);
  font-family: var(--sans);
  line-height: 1.7;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(3.1rem, 9vw, 6.8rem);
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.25rem, 5.9vw, 4.5rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
}

.hero-copy,
.section p,
.faq-list p,
.feature-item p,
.check-list.sophisticated p {
  color: var(--muted);
  font-size: 1.02rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px clamp(20px, 5vw, 64px);
  background: rgba(250, 250, 247, 0.64);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--serif);
  font-size: clamp(0.95rem, 2vw, 1.15rem);
}

.brand-logo {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, border-color 220ms ease;
}

.header-cta {
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(198, 164, 93, 0.42);
  color: var(--green-deep);
  font-size: 0.88rem;
  background: rgba(255, 255, 255, 0.6);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.primary-button {
  color: #fff;
  background: linear-gradient(135deg, var(--green-deep), #789676);
  box-shadow: 0 14px 34px rgba(94, 119, 93, 0.25);
}

.primary-button:hover {
  box-shadow: 0 18px 42px rgba(94, 119, 93, 0.3);
}

.ghost-button,
.secondary-button,
.soft-buy-button {
  color: var(--green-deep);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(198, 164, 93, 0.28);
  box-shadow: 0 14px 32px rgba(105, 132, 144, 0.09);
}

.soft-buy-button {
  margin-top: 8px;
}

.microcopy {
  margin: 14px 0 0;
  color: #768288;
  font-size: 0.92rem;
}

.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(74px, 9vw, 128px) 0;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  align-items: center;
  min-height: 100vh;
  padding-top: 120px;
}

.hero-content {
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green-deep);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-subtitle {
  max-width: 600px;
  margin-bottom: 18px;
  color: #40515a;
  font-size: clamp(1.18rem, 2.7vw, 1.66rem);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-visual {
  position: relative;
  justify-self: center;
  width: min(440px, 88vw);
}

.hero-visual > img:first-of-type {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  filter: drop-shadow(0 40px 60px rgba(61, 88, 102, 0.24));
}

.book-aura {
  position: absolute;
  inset: 10% -10% 0;
  z-index: 1;
  border-radius: 48%;
  background: radial-gradient(circle, rgba(255,255,255,0.92), rgba(220,239,255,0) 70%);
  filter: blur(4px);
}

.hero-visual,
.guide-visual,
.learning-visual,
.product-mockup {
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-card,
.device-frame {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-butterfly {
  position: absolute;
  top: 2%;
  right: -10%;
  z-index: 3;
  width: clamp(120px, 18vw, 170px);
  opacity: 0.96;
  filter: drop-shadow(0 16px 28px rgba(135, 150, 158, 0.18));
  animation: float 6s ease-in-out infinite;
}

.narrow {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.closing-line {
  color: var(--green-deep) !important;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3.8vw, 2.35rem) !important;
  line-height: 1.2;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading.left {
  margin-inline: 0;
  text-align: left;
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.soft-card,
.bonus-card,
.offer-card,
.device-frame,
.faq-list details,
.illustration-card,
.feature-item,
.check-list.sophisticated article {
  border: 1px solid rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.7);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(14px);
}

.soft-card,
.bonus-card,
.device-frame,
.feature-item,
.check-list.sophisticated article,
.illustration-card,
.hover-lift {
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.hover-lift:hover,
.soft-card:hover,
.feature-item:hover,
.check-list.sophisticated article:hover,
.illustration-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--card-shadow);
  border-color: rgba(198,164,93,0.28);
}

.soft-card {
  min-height: 118px;
  padding: 22px 20px;
  border-radius: 24px;
  color: #40515a;
  font-weight: 650;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.card-icon,
.bonus-icon,
.feature-badge,
.list-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.card-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--rose-soft);
  color: var(--rose);
  box-shadow: inset 0 0 0 1px rgba(201,99,98,0.14);
  font-size: 0.92rem;
}


.symptom-card {
  min-height: 210px;
  padding: 16px 18px 18px;
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: center;
  gap: 16px;
  background: linear-gradient(160deg, rgba(255,255,255,0.86), rgba(255,255,255,0.68));
}

.symptom-media {
  width: 88px;
  height: 88px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(243,248,252,0.88));
  box-shadow: inset 0 0 0 1px rgba(201, 99, 98, 0.10), 0 10px 24px rgba(169, 184, 194, 0.12);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.symptom-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.symptom-text h3 {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.08rem;
  line-height: 1.35;
  color: #40515a;
  font-weight: 800;
}

.symptoms-grid {
  gap: 20px;
}

.section-note {
  max-width: 760px;
  margin: 36px auto 0;
  text-align: center;
}

.center-cta {
  margin-top: 26px;
  text-align: center;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: center;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 0;
}

.pill-list span,
.guide-panel span {
  padding: 14px 18px;
  border-radius: 999px;
  color: var(--green-deep);
  background: rgba(234, 246, 255, 0.74);
  box-shadow: inset 0 0 0 1px rgba(151, 183, 207, 0.3);
  font-weight: 700;
}

.disclaimer {
  display: inline-block;
  margin-top: 22px;
  padding: 12px 16px;
  border: 1px solid rgba(198, 164, 93, 0.28);
  border-radius: 999px;
  color: #7a6a45 !important;
  background: rgba(255, 250, 237, 0.72);
  font-size: 0.92rem !important;
}

.guide-visual,
.learning-visual {
  justify-self: center;
}

.illustration-card {
  padding: 18px;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(234,246,255,0.72));
}

.illustration-card.light {
  width: min(460px, 100%);
}

.illustration-card img {
  border-radius: 24px;
}

.photo-card {
  padding: 16px;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255,255,255,0.94), rgba(234,246,255,0.76));
  border: 1px solid rgba(255,255,255,0.92);
  box-shadow: var(--soft-shadow);
}

.photo-card img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 20px 46px rgba(103, 128, 140, 0.14);
}

.guide-photo-card {
  width: min(500px, 100%);
}

.content-photo-card {
  width: min(500px, 100%);
}

.content-photo-card img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center;
}

.learning-visual {
  position: relative;
}

.section-butterfly {
  position: absolute;
  right: -34px;
  top: -34px;
  width: clamp(120px, 18vw, 170px);
  opacity: 0.96;
  pointer-events: none;
  filter: drop-shadow(0 18px 32px rgba(120, 137, 145, 0.16));
  animation: float 6.5s ease-in-out infinite;
}

.learning,
.bonuses,
.faq {
  width: min(1020px, calc(100% - 40px));
}

.learning-section {
  gap: 56px;
}

.feature-list {
  display: grid;
  gap: 16px;
}

.feature-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 24px;
}

.feature-badge,
.list-mark {
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(198,164,93,0.18), rgba(220,239,255,0.9));
  color: var(--green-deep);
  border: 1px solid rgba(198,164,93,0.24);
  font-weight: 700;
  font-size: 0.9rem;
}

.feature-item h3,
.check-list.sophisticated strong {
  margin: 0 0 2px;
  color: #32434c;
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
}

.feature-item p,
.check-list.sophisticated p {
  margin: 0;
  font-size: 0.96rem;
}

.premium {
  position: relative;
}

.product-mockup {
  position: relative;
  justify-self: center;
}

.device-frame {
  width: min(390px, 86vw);
  padding: 18px;
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(234, 246, 255, 0.62));
}

.device-frame img {
  max-height: 560px;
  margin: 0 auto;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.floating-flower {
  position: absolute;
  bottom: -30px;
  left: -38px;
  width: clamp(120px, 18vw, 170px);
  opacity: 0.96;
  filter: drop-shadow(0 18px 32px rgba(106, 125, 132, 0.16));
  animation: float 6s ease-in-out infinite;
}

.bonus-card {
  min-height: 256px;
  padding: 24px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bonus-thumb {
  width: 94px;
  height: 94px;
  margin-bottom: 18px;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(255,255,255,0.97), rgba(244,248,252,0.92));
  border: 1px solid rgba(198,164,93,0.14);
  box-shadow: 0 16px 34px rgba(108, 128, 138, 0.10);
}

.bonus-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bonus-card h3 {
  color: var(--green-deep);
  margin-bottom: 10px;
  font-size: clamp(1.18rem, 2.2vw, 1.38rem);
}

.bonus-card p {
  margin: 0;
  max-width: 92%;
}

.check-list.sophisticated {
  display: grid;
  gap: 16px;
}

.check-list.sophisticated article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 20px 22px;
  border-radius: 24px;
}

.illustration-inline {
  width: min(360px, 100%);
  margin-top: 28px;
}

.tea-photo-card {
  width: min(360px, 100%);
  margin-top: 28px;
}

.tea-photo-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
}

.offer {
  width: min(860px, calc(100% - 40px));
  text-align: center;
}

.offer-card {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 7vw, 72px);
  border-radius: 38px;
}

.offer-card::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(220,239,255,0.95), rgba(220,239,255,0));
}

.price {
  display: grid;
  gap: 2px;
  justify-items: center;
  margin: 12px 0 18px;
}

.price span {
  color: #8d979d;
  font-size: 1.15rem;
  text-decoration: line-through;
}

.price strong {
  color: var(--green-deep);
  font-family: var(--serif);
  font-size: clamp(3.2rem, 12vw, 5.8rem);
  font-weight: 400;
  line-height: 1;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  border-radius: 22px;
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  padding: 22px 24px;
  color: #34454d;
  font-weight: 750;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--gold);
  font-size: 1.4rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0;
  padding: 0 24px 24px;
}

.site-footer {
  padding: 44px 20px 132px;
  text-align: center;
  color: #7a858a;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.footer-brand img {
  width: 44px;
  height: 44px;
}

.site-footer p {
  margin: 0;
  color: var(--green-deep);
  font-family: var(--serif);
  font-size: 1.35rem;
}

.floating-cta-wrap {
  position: fixed;
  z-index: 40;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: calc(100vw - 40px);
}

.floating-cta-note {
  margin: 0;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--green-deep);
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(198, 164, 93, 0.18);
  box-shadow: 0 10px 28px rgba(104, 127, 137, 0.12);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  backdrop-filter: blur(14px);
}

.floating-mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 28px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--green-deep), #789676);
  box-shadow: 0 18px 38px rgba(94, 119, 93, 0.3);
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.floating-cta-wrap:hover {
  transform: translateX(-50%) translateY(-2px);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 760ms ease, transform 760ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 120ms;
}

@keyframes float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(2deg);
  }
  50% {
    transform: translate3d(8px, -12px, 0) rotate(-4deg);
  }
}

@media (min-width: 680px) {
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .hero {
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.8fr);
    gap: 68px;
  }

  .hero-visual {
    justify-self: end;
  }

  .split-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 70px;
  }

  .symptoms-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .learning-section {
    grid-template-columns: 0.86fr 1.14fr;
  }
}

@media (max-width: 860px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand span:last-child {
    max-width: 168px;
    line-height: 1.1;
  }

  .section,
  .learning,
  .bonuses,
  .faq,
  .offer {
    width: min(100% - 28px, 1120px);
  }

  .hero {
    min-height: unset;
  }

  .button {
    width: 100%;
    text-align: center;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-butterfly {
    right: 0;
  }

  .floating-flower {
    left: auto;
    right: -16px;
    bottom: -22px;
    width: 120px;
  }

  .section-butterfly {
    right: -10px;
    top: -18px;
    width: 110px;
  }

  .content-photo-card img {
    height: 480px;
  }

  .tea-photo-card img {
    height: 250px;
  }

  .floating-cta-wrap {
    left: 14px;
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    width: auto;
    max-width: none;
    transform: none;
  }

  .floating-cta-wrap:hover {
    transform: translateY(-2px);
  }

  .floating-cta-note {
    width: 100%;
    white-space: normal;
    font-size: 0.76rem;
    line-height: 1.35;
    padding: 7px 12px;
  }

  .floating-mobile-cta {
    width: 100%;
    padding: 16px 20px;
    white-space: normal;
  }

  .site-footer {
    padding-bottom: 150px;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 2.9rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .header-cta {
    min-height: 38px;
    padding: 9px 13px;
    font-size: 0.8rem;
  }

  .soft-card,
  .bonus-card,
  .feature-item,
  .check-list.sophisticated article,
  .offer-card {
    border-radius: 22px;
  }

  .bonus-card {
    min-height: unset;
    padding: 20px;
  }

  .bonus-thumb {
    width: 84px;
    height: 84px;
    margin-bottom: 14px;
    border-radius: 18px;
  }

  .bonus-card h3 {
    font-size: 1.14rem;
  }

  .bonus-card p {
    max-width: 100%;
  }

  .symptom-card {
    min-height: unset;
    grid-template-columns: 80px 1fr;
    padding: 14px 16px;
  }

  .symptom-media {
    width: 80px;
    height: 80px;
    border-radius: 22px;
  }

  .symptom-text h3 {
    font-size: 1rem;
  }

  .feature-item,
  .check-list.sophisticated article {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (min-width: 861px) {
  .floating-mobile-cta {
    min-width: 320px;
  }
}


/* Ajustes finais de mobile sem alterar a qualidade das imagens */
@media (max-width: 560px) {
  .section {
    padding: 60px 0;
  }

  .site-header {
    gap: 10px;
  }

  .brand-logo {
    width: 30px;
    height: 30px;
  }

  .brand span:last-child {
    max-width: 140px;
    font-size: 0.9rem;
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 1.08;
  }

  .hero-subtitle {
    font-size: 1.04rem;
  }

  .hero-copy,
  .section p,
  .faq-list p,
  .feature-item p,
  .check-list.sophisticated p {
    font-size: 0.96rem;
  }

  .symptom-card {
    grid-template-columns: 72px 1fr;
    gap: 14px;
  }

  .symptom-media {
    width: 72px;
    height: 72px;
  }

  .bonus-thumb {
    width: 74px;
    height: 74px;
  }

  .device-frame {
    padding: 14px;
    border-radius: 28px;
  }

  .content-photo-card img {
    height: 400px;
  }

  .guide-photo-card img {
    min-height: 240px;
    object-fit: cover;
  }

  .offer-card {
    padding: 34px 20px;
  }

  .price strong {
    font-size: 3.5rem;
  }
}
