/* =========================================================
   AQUI PRA VOCÊ PETISTA — STYLE
   ========================================================= */

:root {
  --red: #79fd75;
  --red-dark: #9e0d16;
  --black: #0b0b0b;
  --white: #ffffff;
  --cream: #eae9fc;
  --gray: #69635e;
  --line: #ded7cf;
  --green: #13a05b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--cream);
  color: var(--black);
}

button,
a {
  font: inherit;
}

img {
  max-width: 100%;
}

.container {
  width: min(1160px, 92%);
  margin: 0 auto;
}

.topbar {
  background: var(--black);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .4px;
}

.topbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

.topbar strong {
  color: #f7e017;
}

.header {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
}

.brand a {
  display: flex;
  align-items: center;
}

.brand img {
  width: 70px;
  height: auto;
  display: flex;
  border-radius: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  font-size: 22px;
  font-weight: 1000;
  letter-spacing: -1px;
}

.brand span {
  color: var(--red);
}

.nav-cta {
  color: var(--white);
  background: var(--red);
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 1000;
}

.hero {
  overflow: hidden;
  padding: 70px 0 90px;
  background:
    radial-gradient(circle at 85% 30%, #ffffff 0, transparent 35%),
    var(--cream);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: center;
}

.eyebrow,
.section-kicker {
  display: inline-block;
  color: black;
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: 1.8px;
}

.hero h1 {
  font-size: clamp(48px, 6vw, 82px);
  line-height: .86;
  letter-spacing: -5px;
  margin: 18px 0 25px;
}

.hero h1 .linha-1 {
  color: #008011;
}

.hero h1 .linha-2 {
  color: #faf603;
}

.hero h1 .linha-3 {
  color: #000980;
}

.hero h1 span,
.section h2 span {
  color: var(--red);
}

.hero-text {
  max-width: 590px;
  color: #403b37;
  font-size: 19px;
  line-height: 1.5;
}

.hero-points {
  display: grid;
  gap: 9px;
  margin: 25px 0;
  font-weight: 800;
}

.hero-points b {
  color: var(--red);
  margin-right: 6px;
}

.main-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 26px;
  background: var(--red);
  color: var(--white);
  border-radius: 8px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 1000;
  box-shadow: 0 15px 35px #e3182538;
  transition: transform .2s, filter .2s;
}

.main-cta:hover,
.checkout-button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.07);
}

.microcopy {
  margin-top: 10px;
  color: var(--gray);
  font-size: 12px;
}

.product-stage {
  position: relative;
  max-width: 560px;
  margin: auto;
  padding: 18px;
}

.product-stage::before {
  content: "";
  position: absolute;
  inset: 8% 2% 2%;
  background: var(--red);
  transform: rotate(-4deg);
  z-index: 0;
}

.product-stage img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  box-shadow: 0 24px 60px #00000024;
}

.floating-tag {
  position: absolute;
  z-index: 2;
  background: var(--black);
  color: var(--white);
  padding: 12px 15px;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 1000;
  box-shadow: 0 10px 25px #0000002b;
}

.tag-top {
  top: 3%;
  right: -1%;
  transform: rotate(4deg);
}

.tag-bottom {
  bottom: 3%;
  left: -2%;
  transform: rotate(-4deg);
}

.section {
  padding: 85px 0;
}
.section-kicker {
  color: white
}

.dark-section {
  background: var(--black);
  color: var(--white);
}

.section h2 {
  margin: 12px 0;
  font-size: clamp(38px, 5vw, 65px);
  line-height: .95;
  letter-spacing: -3px;
}

.dark-sub {
  color: #c6c0ba;
}

.section-sub {
  max-width: 680px;
  font-size: 18px;
  line-height: 1.5;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.benefit {
  padding: 28px;
  border: 1px solid #ffffff1e;
  background: #ffffff08;
}

.benefit-number {
  color: var(--red);
  font-size: 38px;
  font-weight: 1000;
}

.benefit h3 {
  margin: 15px 0 8px;
  font-size: 18px;
}

.benefit p {
  color: #bcb6b0;
  line-height: 1.5;
  margin: 0;
}

.gallery-section {
  background: var(--white);
}

.color-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 40px;
}

.color-card {
  border: 3px solid transparent;
  padding: 0;
  background: #f3eee8;
  cursor: pointer;
  text-align: left;
  transition: transform .2s, border-color .2s;
}

.color-card:hover {
  transform: translateY(-3px);
}

.color-card.active {
  border-color: var(--red);
}

.color-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.color-card-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
}

.color-card-info strong {
  font-size: 18px;
}

.color-card-info span {
  color: var(--gray);
  font-size: 13px;
}

.purchase-section {
  background: var(--cream);
}

.purchase-grid {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 60px;
  align-items: center;
}

.selected-preview {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 520px;
  margin-top: 35px;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--line);
}

.selected-preview img {
  width: 110px;
  height: 110px;
  object-fit: cover;
}

.selected-preview small {
  display: block;
  color: var(--gray);
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.selected-preview strong {
  font-size: 18px;
}

.checkout-card {
  background: var(--black);
  color: var(--white);
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 25px 65px #00000024;
}

.offer-label {
  color: #ff4c57;
  font-weight: 1000;
  font-size: 13px;
  letter-spacing: 1.2px;
  margin-bottom: 25px;
}

.option-block {
  margin-bottom: 25px;
}

.option-block label {
  display: block;
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: 1px;
  color: #aaa;
  margin-bottom: 10px;
}

.option-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.option-row.sizes {
  grid-template-columns: repeat(4, 1fr);
}

.option {
  min-height: 48px;
  border: 1px solid #ffffff35;
  background: #ffffff0a;
  color: var(--white);
  cursor: pointer;
  font-weight: 1000;
  transition: .2s;
}

.option:hover {
  border-color: #fff;
}

.option.active {
  background: var(--red);
  border-color: var(--red);
}

.selection-box {
  border-top: 1px solid #ffffff22;
  border-bottom: 1px solid #ffffff22;
  padding: 17px 0;
  margin: 8px 0 22px;
}

.selection-box span {
  display: block;
  color: #999;
  font-size: 10px;
  font-weight: 900;
  margin-bottom: 6px;
}

.selection-box strong {
  font-size: 17px;
}

.price-area {
  margin-bottom: 22px;
}

.price-area small {
  color: #aaa;
  font-weight: 900;
}

.price {
  color: var(--white);
  font-size: 48px;
  line-height: 1;
  font-weight: 1000;
  margin: 7px 0;
}

.price-note {
  color: #aaa;
  font-size: 12px;
}

.checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  width: 100%;
  background: var(--red);
  color: var(--white);
  text-decoration: none;
  font-size: 18px;
  font-weight: 1000;
  border-radius: 8px;
  transition: transform .2s, filter .2s;
}

.checkout-note {
  margin: 12px 0 0;
  text-align: center;
  color: #999;
  font-size: 11px;
  line-height: 1.4;
}

.statement-section {
  background: var(--red);
  color: var(--white);
  padding: 42px 0;
}

.statement {
  text-align: center;
}

.statement span,
.statement strong {
  display: block;
}

.statement span {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
}

.statement strong {
  margin-top: 5px;
  font-size: clamp(30px, 5vw, 58px);
  letter-spacing: -2px;
}

.faq-section {
  background: var(--white);
}

.faq {
  max-width: 820px;
  margin: 35px auto 0;
}

details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}

summary {
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
}

details p {
  color: var(--gray);
  line-height: 1.5;
  margin: 12px 0 0;
}

footer {
  background: var(--black);
  color: #999;
  padding: 35px 0 60px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

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

  .hero {
    padding: 50px 0 65px;
  }

  .hero h1 {
    letter-spacing: -3px;
  }

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

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

  .purchase-grid {
    gap: 40px;
  }
}

@media (max-width: 560px) {
  .topbar-inner {
    flex-direction: column;
    gap: 3px;
    padding: 8px 0;
  }

  .nav {
    min-height: 62px;
  }

  .brand {
    font-size: 17px;
  }

  .nav-cta {
    padding: 10px 12px;
    font-size: 11px;
  }

  .hero h1 {
    font-size: 49px;
  }

  .section {
    padding: 60px 0;
  }
  .section-kicker

  .section h2 {
    font-size: 42px;
  }

  .checkout-card {
    padding: 22px;
  }

  .price {
    font-size: 42px;
  }

  .floating-tag {
    font-size: 9px;
    padding: 9px;
  }
}
