:root {
  --bg: #f6f4ee;
  --surface: #fffaf0;
  --surface-strong: #ffffff;
  --ink: #111111;
  --muted: #62605a;
  --soft: #dfd9cc;
  --yellow: #f5cf47;
  --yellow-strong: #e9b900;
  --charcoal: #171717;
  --charcoal-2: #242424;
  --danger: #b42318;
  --success: #11743b;
  --radius: 24px;
  --radius-sm: 14px;
  --shadow: 0 24px 70px rgba(17, 17, 17, 0.13);
  --max: 1180px;
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: "Manrope", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body.bonus-modal-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(233, 185, 0, .75);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 200;
  transform: translateY(-140%);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  padding: 10px 16px;
  font-weight: 900;
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(246, 244, 238, .9);
  border-bottom: 1px solid rgba(17, 17, 17, .08);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}


.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 900;
}

.brand-logo {
  display: block;
  width: 160px;
  max-width: 42vw;
  height: auto;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--charcoal);
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.nav-links a:hover {
  color: var(--ink);
}

.header-cta,
.btn {
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  font-weight: 900;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.header-cta,
.btn-primary {
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 0 14px 30px rgba(233, 185, 0, .25);
}

.btn-secondary {
  background: #ffffff;
  color: var(--ink);
  border: 1px solid var(--soft);
}

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

.full {
  width: 100%;
}

.hero {
  padding: 72px 0 86px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .82fr);
  gap: 54px;
  align-items: center;
}

.eyebrow,
.section-label,
.form-label {
  margin: 0 0 16px;
  color: #8f6f00;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(29px, 4.2vw, 55px);
  line-height: .94;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.7;
}

.trust-note {
  max-width: 720px;
  margin-top: 24px;
  border: 1px solid var(--soft);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  padding: 16px 18px;
  color: var(--muted);
}

.trust-note strong {
  color: var(--ink);
}

.price-strip {
  width: fit-content;
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border: 1px solid var(--soft);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
}

.old-price {
  color: var(--muted);
  text-decoration: line-through;
}

.price-strip strong {
  font-size: 22px;
}

.tag {
  border-radius: 999px;
  background: var(--charcoal);
  color: #fff;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 900;
}

.hero-actions,
.hero-points {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.hero-points span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}

.hero-points span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--yellow);
}

.checkout-card,
.bonus-modal-panel,
.testimonial {
  border-radius: var(--radius);
  background: var(--surface-strong);
  box-shadow: var(--shadow);
}

.checkout-card {
  padding: 28px;
  border: 1px solid rgba(17, 17, 17, .08);
  scroll-margin-top: 100px;
}

.checkout-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.checkout-top h2 {
  margin: 0;
  font-size: 17px;
  line-height: 1.08;
}

.secure-chip {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #f2eddf;
  padding: 8px 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.checkout-form,
.bonus-lead-form {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--charcoal);
  font-size: 13px;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--soft);
  border-radius: var(--radius-sm);
  background: #fffdf8;
  color: var(--ink);
  outline: 0;
  padding: 0 15px;
}

input {
  min-height: 50px;
}

textarea {
  min-height: 112px;
  padding-top: 12px;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--yellow-strong);
  box-shadow: 0 0 0 4px rgba(245, 207, 71, .24);
}

.phone-field {
  display: flex;
  align-items: center;
  gap: 8px;
}

.phone-prefix {
  display: grid;
  min-height: 50px;
  place-items: center;
  border: 1px solid var(--soft);
  border-radius: var(--radius-sm);
  background: #f2eddf;
  padding: 0 14px;
  font-weight: 900;
}

.phone-field input {
  min-width: 0;
}

.coupon-applied {
  display: grid;
  gap: 4px;
  border-radius: 18px;
  background: var(--charcoal);
  color: #fff;
  padding: 16px;
}

.coupon-applied span,
.coupon-applied small {
  color: rgba(255, 255, 255, .68);
}

.coupon-applied strong {
  color: var(--yellow);
  font-size: 26px;
}

.form-message {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.form-message.is-error {
  color: var(--danger);
}

.form-message.is-success {
  color: var(--success);
}

.pix-result {
  margin-top: 4px;
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 16px;
  align-items: center;
  border: 1px solid var(--soft);
  border-radius: 18px;
  padding: 14px;
  background: #fffdf8;
}

.pix-result[hidden],
.coupon-applied[hidden] {
  display: none;
}

.pix-result img {
  width: 118px;
  aspect-ratio: 1;
  border-radius: 12px;
  border: 8px solid #fff;
  box-shadow: inset 0 0 0 1px var(--soft);
}

.pix-copy {
  min-width: 0;
}

.section {
  padding: 92px 0;
}

.section-content,
.proof-section {
  background: #ffffff;
}

.section-title {
  max-width: 820px;
  margin: 0;
  font-size: clamp(20px, 2.7vw, 35px);
  line-height: 1;
}

.section-desc {
  max-width: 730px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.service-card {
  min-height: 410px;
  border-radius: var(--radius);
  padding: 30px;
}

.service-card.dark {
  background: var(--charcoal);
  color: #fff;
}

.service-card.yellow {
  background: var(--yellow);
  color: var(--ink);
}

.card-kicker {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  font-weight: 900;
}

.yellow .card-kicker {
  background: rgba(17, 17, 17, .12);
}

.service-card h3 {
  margin: 28px 0 12px;
  font-size: 17px;
  line-height: 1.04;
}

.service-card p,
.service-card li {
  color: inherit;
  opacity: .78;
  line-height: 1.65;
}

.service-card ul {
  margin: 22px 0 0;
  padding-left: 18px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 60px;
}

.benefit-heading h2 {
  margin: 0;
  font-size: clamp(25px, 3.3vw, 43px);
  line-height: .98;
}

.benefit-list {
  display: grid;
  gap: 18px;
}

.benefit-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 16px;
  row-gap: 4px;
  border-bottom: 1px solid var(--soft);
  padding: 0 0 20px;
}

.benefit-list article span {
  grid-row: span 2;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--yellow);
}

.benefit-list strong {
  font-size: 20px;
}

.benefit-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.proof-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 24px;
  align-items: stretch;
}

.testimonial {
  padding: 34px;
}

.quote-mark {
  color: var(--yellow-strong);
  font-size: 88px;
  font-weight: 900;
  line-height: .7;
}

.testimonial p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.6;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--yellow);
}

.metrics div {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(17, 17, 17, .16);
  padding: 28px;
}

.metrics div:last-child {
  border-right: 0;
}

.metrics span {
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 900;
  line-height: .98;
}

.metrics p {
  margin: 12px 0 0;
  color: rgba(17, 17, 17, .68);
  font-weight: 900;
}

.faq-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 42px;
}

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

.faq-item {
  border: 1px solid var(--soft);
  border-radius: 18px;
  background: #fffdf8;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  text-align: left;
}

.accordion-icon {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  font-weight: 900;
}

.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .2s ease;
}

.faq-question[aria-expanded="true"] + .faq-panel {
  grid-template-rows: 1fr;
}

.faq-inner {
  overflow: hidden;
}

.faq-inner p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  line-height: 1.65;
}

.final-cta {
  padding: 74px 0;
  background: var(--charcoal);
  color: #fff;
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.final-cta h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(20px, 2.64vw, 36px);
  line-height: 1;
}

.final-cta p:not(.section-label) {
  color: rgba(255, 255, 255, .68);
}

.site-footer {
  padding: 48px 0;
  background: #0d0d0d;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 180px 220px;
  gap: 34px;
}

.footer-grid p,
.footer-grid a {
  color: rgba(255, 255, 255, .68);
}

.footer-grid a {
  display: block;
  margin-top: 10px;
}

.footer-grid h3 {
  margin: 0 0 12px;
  font-size: 15px;
}

.footer-brand {
  color: #fff;
}

.legal {
  max-width: 720px;
  font-size: 13px;
}

.bonus-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.bonus-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.bonus-modal[hidden] {
  display: none;
}

.bonus-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, .62);
  backdrop-filter: blur(8px);
}

.bonus-modal-panel {
  position: relative;
  width: min(100%, 500px);
  padding: 30px;
  transform: translateY(14px);
  transition: transform .18s ease;
}

.bonus-modal.is-open .bonus-modal-panel {
  transform: translateY(0);
}

.bonus-modal-panel h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.04;
}

.bonus-modal-panel > p {
  color: var(--muted);
}

.bonus-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #f2eddf;
  color: var(--ink);
  font-weight: 900;
}

.bonus-modal-actions {
  margin-top: 12px;
  text-align: center;
}

.bonus-skip {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 900;
}

@media (max-width: 940px) {
  .nav-links,
  .header-cta {
    display: none;
  }

  .hero-grid,
  .benefit-grid,
  .proof-grid,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cards-grid,
  .metrics {
    grid-template-columns: 1fr;
  }

  .metrics div {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid rgba(17, 17, 17, .16);
  }

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 26px, var(--max));
  }

  .hero {
    padding: 44px 0 58px;
  }

  h1 {
    font-size: 28px;
  }

  .hero-lead {
    font-size: 17px;
  }

  .price-strip,
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .btn,
  .header-cta {
    width: 100%;
  }

  .checkout-card,
  .bonus-modal-panel,
  .service-card,
  .testimonial {
    padding: 22px;
  }

  .pix-result {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
