@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&display=swap");

:root {
  color-scheme: dark;
  --black: #020201;
  --ink: #080604;
  --panel: #100d08;
  --gold: #efb500;
  --gold-soft: #f4d982;
  --cream: #f6ead6;
  --muted: #a9956d;
  --red: #d81822;
  --line: rgba(244, 217, 130, 0.18);
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.44);
  font-family: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 76% 10%, rgba(239, 181, 0, 0.16), transparent 28rem),
    radial-gradient(circle at 14% 80%, rgba(216, 24, 34, 0.13), transparent 24rem),
    linear-gradient(180deg, var(--black), var(--ink) 50%, var(--panel));
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 2, 1, 0.93), rgba(2, 2, 1, 0.64)),
    url("https://suzanoexpress.com.br/lovable-uploads/7b88e8cb-6fcf-4d13-8a0a-23b84ca1feb9.png")
      center / cover no-repeat;
  opacity: 0.28;
  content: "";
}

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

.page {
  overflow: hidden;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 0.96fr) minmax(330px, 0.74fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  padding: clamp(2.5rem, 6vw, 5.5rem) 0;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--gold);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
.cta,
.price,
.badge {
  font-family: Montserrat, Arial, sans-serif;
  letter-spacing: 0;
}

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

h1 {
  max-width: 10.5ch;
  margin-bottom: 1.1rem;
  color: var(--cream);
  font-size: clamp(3.4rem, 9vw, 7.2rem);
  font-weight: 900;
  line-height: 0.84;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 620px;
}

.lead {
  max-width: 36rem;
  margin-bottom: 1.35rem;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.45;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.8rem;
}

.chips span {
  display: inline-grid;
  min-height: 36px;
  place-items: center;
  padding: 0 0.86rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-soft);
  background: rgba(16, 13, 8, 0.72);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.cta {
  display: inline-grid;
  min-height: 58px;
  place-items: center;
  border-radius: 999px;
  padding: 0 1.65rem;
  color: #120904;
  background: linear-gradient(135deg, var(--red), var(--gold));
  box-shadow:
    0 18px 54px rgba(239, 181, 0, 0.24),
    0 18px 54px rgba(216, 24, 34, 0.22);
  font-size: 0.94rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.microcopy {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.offer-panel {
  padding: clamp(1.25rem, 3vw, 1.65rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 18%, rgba(239, 181, 0, 0.13), transparent 18rem),
    rgba(16, 13, 8, 0.86);
  box-shadow: var(--shadow);
}

.badge {
  display: inline-grid;
  min-height: 38px;
  place-items: center;
  margin-bottom: 1.2rem;
  padding: 0 0.85rem;
  border-radius: 999px;
  color: var(--cream);
  background: rgba(216, 24, 34, 0.9);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-name {
  margin: 0 0 0.55rem;
  color: var(--gold);
  font-size: clamp(1.55rem, 4vw, 2.15rem);
  font-weight: 900;
  line-height: 1;
}

.offer-panel p {
  color: var(--muted);
  line-height: 1.5;
}

.price-box {
  margin: 1.3rem 0;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(2, 2, 1, 0.46);
}

.old-price {
  margin-bottom: 0.3rem;
  color: var(--muted);
  font-size: 1rem;
}

.old-price s {
  color: var(--cream);
}

.price {
  display: block;
  color: var(--cream);
  font-size: clamp(3.1rem, 8vw, 5.2rem);
  font-weight: 900;
  line-height: 0.9;
}

.save {
  margin: 0.7rem 0 0;
  color: var(--gold-soft);
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 800;
}

.offer-panel .cta {
  width: 100%;
}

.content-band {
  padding: clamp(3.5rem, 7vw, 5rem) 0;
  border-top: 1px solid var(--line);
}

.section-title {
  max-width: 780px;
  margin-bottom: 2rem;
}

.section-title h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.section-title p {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.55;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.benefit {
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(16, 13, 8, 0.74);
}

.benefit strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--gold);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

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

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(300px, 0.55fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.portrait {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.quote {
  color: var(--gold);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-style: italic;
  line-height: 1.2;
}

.guarantee {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.6rem, 4vw, 2.4rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 16%, rgba(239, 181, 0, 0.14), transparent 20rem),
    linear-gradient(135deg, rgba(16, 13, 8, 0.94), rgba(2, 2, 1, 0.72));
  box-shadow: var(--shadow);
}

.guarantee-copy h2 {
  max-width: 760px;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 5vw, 4.15rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.guarantee-copy p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0.9rem;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.58;
}

.guarantee-copy p:last-child {
  margin-bottom: 0;
}

.guarantee-seal {
  display: grid;
  justify-items: center;
  padding: 1.25rem;
  border: 1px solid rgba(239, 181, 0, 0.24);
  border-radius: 8px;
  background: rgba(2, 2, 1, 0.42);
  text-align: center;
}

.guarantee-seal img {
  width: min(150px, 48vw);
  height: auto;
  margin-bottom: 1rem;
}

.guarantee-seal h3 {
  margin-bottom: 0.55rem;
  color: var(--gold);
  font-size: clamp(1rem, 2.4vw, 1.25rem);
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
}

.guarantee-seal p {
  margin-bottom: 0;
  color: var(--gold-soft);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
}

.faq-section .section-title {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 0.85rem;
  max-width: 920px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(16, 13, 8, 0.74);
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  display: block;
  min-height: 64px;
  padding: 1.15rem 3.4rem 1.15rem 1.25rem;
  color: var(--cream);
  cursor: pointer;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

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

.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(239, 181, 0, 0.34);
  border-radius: 50%;
  color: var(--gold);
  content: "+";
  display: grid;
  place-items: center;
  transform: translateY(-50%);
}

.faq-item[open] summary {
  color: var(--gold);
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0;
  padding: 0 1.25rem 1.25rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.58;
}

.final-offer {
  display: grid;
  gap: 1.2rem;
  justify-items: center;
  padding: clamp(2rem, 5vw, 3rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(239, 181, 0, 0.16), transparent 24rem),
    rgba(16, 13, 8, 0.86);
  text-align: center;
}

.final-offer h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: clamp(2rem, 6vw, 4.8rem);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.final-offer p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.55;
}

.site-footer {
  padding: clamp(3.5rem, 7vw, 4.5rem) 0;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 80% 10%, rgba(239, 181, 0, 0.08), transparent 28rem),
    var(--panel);
}

.footer-inner {
  display: grid;
  gap: 2rem;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.footer-inner p {
  max-width: 920px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.footer-inner strong,
.footer-brand h2,
.footer-bottom strong {
  color: var(--gold);
  font-family: Montserrat, Arial, sans-serif;
}

.footer-brand {
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.footer-brand h2 {
  margin: 0;
  font-size: clamp(1.55rem, 4vw, 2rem);
  font-weight: 900;
}

.footer-brand nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-brand a,
.footer-bottom a {
  color: var(--muted);
}

.footer-bottom {
  display: grid;
  gap: 0.8rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.footer-bottom p:first-child {
  color: var(--cream);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(1rem, 2vw, 1.16rem);
  font-weight: 800;
}

@media (max-width: 900px) {
  .hero,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 2rem;
  }

  .hero-copy,
  .section-title,
  .guarantee-copy,
  .final-offer {
    text-align: center;
  }

  h1 {
    max-width: 9.5ch;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(3.1rem, 15vw, 5.2rem);
  }

  .lead,
  .section-title p {
    margin-right: auto;
    margin-left: auto;
  }

  .chips,
  .cta-row {
    justify-content: center;
  }

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

  .guarantee {
    grid-template-columns: 1fr;
  }

  .guarantee-copy p:not(.eyebrow) {
    margin-right: auto;
    margin-left: auto;
  }

  .portrait {
    max-width: 430px;
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  .section {
    width: min(100% - 28px, 1180px);
  }

  .hero {
    gap: 1.4rem;
  }

  .cta-row,
  .cta {
    width: 100%;
  }

  .price {
    font-size: clamp(2.9rem, 18vw, 4.3rem);
  }
}
