:root {
  --bg-main: #070208;
  --bg-soft: #130812;
  --bg-dark: #0a0408;
  --bg-card: #1c0f1a;
  --bg-card-soft: #221020;
  --accent: #d8436a;
  --accent-strong: #ff6c7f;
  --accent-soft: rgba(216, 67, 106, 0.25);
  --gold: #f4c8a2;
  --gold-soft: rgba(244, 200, 162, 0.3);
  --text-main: #f7f2fb;
  --text-muted: #b9a9c6;
  --border-soft: #3a2237;
  --radius-lg: 18px;
  --radius-xl: 26px;
  --radius-pill: 999px;
  --max-width: 1120px;
  --transition: 0.2s ease-in-out;
  --font-main: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-main);
  background: radial-gradient(circle at top, #3a1224 0, #070208 44%, #030104 100%);
  color: var(--text-main);
  -webkit-font-smoothing: antialiased;
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.4rem;
}

/* HERO */

.hero-me {
  padding: 3.7rem 0 3.3rem;
  background: radial-gradient(circle at top left, #44162b, #070208 60%);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.1fr);
  gap: 2.4rem;
  align-items: center;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.95rem;
  border-radius: var(--radius-pill);
  border: 1px solid var(--gold-soft);
  background: rgba(12, 3, 11, 0.7);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero-left h1 {
  font-size: clamp(2.1rem, 3vw, 2.6rem);
  line-height: 1.2;
  margin: 0.3rem 0 0.4rem;
}

.hero-highlight {
  display: block;
  color: var(--gold);
}

.hero-sub {
  color: var(--text-muted);
  max-width: 520px;
  margin: 0.75rem 0 1.1rem;
}

.hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 1.4rem;
}

.hero-bullets li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.6rem;
  font-size: 0.93rem;
  color: var(--text-muted);
}

.hero-bullets li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0.15rem;
  font-size: 0.7rem;
  color: var(--gold);
}

.hero-note {
  margin-top: 0.6rem;
  font-size: 0.86rem;
  color: var(--text-muted);
}

/* Right side */

.hero-right {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

/* Capa premium Me Encantas */

.ebook-me {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: radial-gradient(circle at top left, #3b1224, #1a0714 55%, #060208 100%);
  border: 1px solid rgba(244, 200, 162, 0.55);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.9);
  margin-bottom: 1.4rem;
}

.ebook-me::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(
    from 210deg,
    rgba(244, 200, 162, 0.5),
    transparent 20%,
    transparent 55%,
    rgba(216, 67, 106, 0.45),
    transparent 85%,
    rgba(244, 200, 162, 0.7)
  );
  opacity: 0.28;
  mix-blend-mode: screen;
  pointer-events: none;
}

.ebook-me-top,
.ebook-me-body,
.ebook-me-footer {
  position: relative;
  z-index: 1;
}

.ebook-me-top {
  padding: 0.7rem 1rem 0.2rem;
}

.ebook-me-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 200, 162, 0.7);
  background: rgba(6, 2, 10, 0.85);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f4c8a2;
}

.ebook-me-body {
  padding: 1.3rem 1.1rem 1rem;
}

.ebook-me-title {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffe7d2;
  margin: 0 0 0.25rem;
}

.ebook-me-subtitle {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: none;
  color: #f7d0ea;
  margin: 0 0 0.7rem;
}

.ebook-me-text {
  font-size: 0.86rem;
  color: var(--text-muted);
  max-width: 260px;
}

.ebook-me-footer {
  padding: 0.8rem 1.1rem 1.1rem;
  border-top: 1px solid rgba(244, 200, 162, 0.35);
  background: linear-gradient(
    to right,
    rgba(6, 2, 10, 0.95),
    rgba(6, 2, 10, 0.7)
  );
}

.ebook-me-tagline {
  display: inline-flex;
  font-size: 0.78rem;
  color: #f4c8a2;
  opacity: 0.9;
}

/* Foto casal */

.hero-photo {
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  border: 1px solid var(--border-soft);
  background: #12030c;
  height: 230px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.85);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.7rem 1rem 0.9rem;
  background: linear-gradient(to top, rgba(6, 1, 6, 0.9), transparent);
  font-size: 0.85rem;
  color: var(--gold);
}

/* Botão */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.9rem;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 0.96rem;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: var(--transition);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #fff;
  box-shadow: 0 16px 40px rgba(216, 67, 106, 0.75);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(216, 67, 106, 0.9);
}

/* Sections */

.section {
  padding: 3.3rem 0;
}

.section-soft {
  background: radial-gradient(circle at top, #1e0c19, #070208 55%);
}

.section-dark {
  background: radial-gradient(circle at top, #0d050c, #040104 60%);
}

.section-header {
  margin-bottom: 1.6rem;
}

.section-header.center {
  text-align: center;
}

.section-header h2 {
  margin: 0 0 0.3rem;
  font-size: 1.6rem;
}

.section-sub {
  margin: 0;
  max-width: 640px;
  color: var(--text-muted);
}

/* Grid */

.grid {
  display: grid;
  gap: 1.6rem;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.middle-align {
  align-items: center;
}

/* Cards */

.card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 1.2rem 1.1rem;
  border: 1px solid var(--border-soft);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.6);
}

.card p {
  color: var(--text-muted);
  font-size: 0.93rem;
}

/* List check */

.list-check {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.4rem;
}

.list-check li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.7rem;
  color: var(--text-muted);
  font-size: 0.94rem;
}

.list-check li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 0.8rem;
  color: var(--gold);
}

/* Box discreto */

.discreet-box {
  border-radius: var(--radius-lg);
  border: 1px dashed var(--gold-soft);
  padding: 1rem 0.9rem;
  background: rgba(6, 1, 6, 0.85);
  font-size: 0.9rem;
}

/* Imagem premium (silhueta) */

.image-column {
  display: flex;
  justify-content: flex-end;
}

.premium-image-frame {
  position: relative;
  width: 100%;
  max-width: 330px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border-soft);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.9);
}

.premium-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.premium-image-gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at bottom, rgba(7, 1, 7, 0.88), transparent 60%);
  mix-blend-mode: soft-light;
}

/* Testemunhos */

.testimonial {
  background: radial-gradient(circle at top, #2a1021, #150610);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.05rem;
  border: 1px solid var(--border-soft);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7);
  position: relative;
  overflow: hidden;
}

.testimonial::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 4rem;
  color: rgba(244, 200, 162, 0.12);
}

.testimonial-text {
  font-size: 0.93rem;
}

.testimonial-author {
  margin-top: 0.7rem;
  font-size: 0.84rem;
  color: var(--text-muted);
}

/* Steps */

.step {
  background: var(--bg-card-soft);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.05rem;
  border: 1px solid var(--border-soft);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.7);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--gold);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

/* CTA */

.cta-center {
  margin-top: 2.1rem;
  text-align: center;
}

/* FAQ */

.faq-item {
  background: var(--bg-card-soft);
  border-radius: var(--radius-lg);
  padding: 1.1rem 1.05rem;
  border: 1px solid var(--border-soft);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.65);
}

.faq-item p {
  color: var(--text-muted);
  font-size: 0.93rem;
}

.guarantee-box {
  margin-top: 2rem;
  padding: 1.3rem 1.1rem;
  border-radius: var(--radius-lg);
  border: 1px dashed var(--gold-soft);
  background: rgba(5, 1, 6, 0.9);
  font-size: 0.93rem;
}

/* Footer */

.footer {
  padding: 2rem 0 2.2rem;
  background: #040104;
  border-top: 1px solid #1c0d18;
}

.footer-inner {
  text-align: center;
}

.footer-text {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0 0 0.4rem;
}

.footer-links {
  font-size: 0.8rem;
  color: #8e7e97;
}

/* Responsivo */

@media (max-width: 960px) {
  .hero-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-right {
    max-width: 360px;
    margin: 1.5rem auto 0;
  }

  .image-column {
    justify-content: center;
  }

  .premium-image-frame {
    max-width: 290px;
  }
}

@media (max-width: 720px) {
  .grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-me {
    padding-top: 3rem;
  }

  .btn {
    width: 100%;
  }
}
