html {
  min-width: 320px;
}

body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

body > div {
  max-width: 100vw;
}

img,
svg {
  max-width: 100%;
}

.mobile-hero-break {
  display: none;
}

a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}

.hero-section,
.pad-section,
footer {
  isolation: isolate;
}

.hero-section .hero-photo-col,
.luis-section .hero-photo-col {
  min-width: 0;
}

.hero-section .hero-badge-right {
  right: 0 !important;
  left: auto !important;
}

.hero-section .h1 > span {
  margin-right: .12em;
}

.test-grid > img {
  break-inside: avoid;
  margin-bottom: 24px;
  border: 1px solid rgba(155, 126, 103, .25);
  border-top: 3px solid #9B7E67;
  background: #1a1a1a;
  padding: 14px;
}

@media (max-width: 980px) {
  .container {
    width: 100%;
  }

  .hero-section {
    padding-bottom: 72px !important;
  }

  .hero-section .hero-grid {
    grid-template-columns: 1fr !important;
    display: grid !important;
    gap: 34px !important;
    margin-top: 44px !important;
  }

  .hero-section .hero-text-col {
    max-width: 680px;
    margin: 0 auto;
    min-width: 0;
    width: 100%;
    text-align: left;
  }

  .hero-section .hero-photo-col {
    order: initial !important;
    width: min(100%, 430px);
    height: clamp(360px, 86vw, 520px) !important;
    max-width: 430px !important;
    align-self: center !important;
    justify-self: center;
    margin: 0 auto !important;
  }

  .hero-section .portrait-cutout {
    background-position: center top !important;
    -webkit-mask-image: radial-gradient(ellipse 72% 82% at 50% 45%, #000 46%, rgba(0,0,0,.85) 67%, transparent 94%) !important;
    mask-image: radial-gradient(ellipse 72% 82% at 50% 45%, #000 46%, rgba(0,0,0,.85) 67%, transparent 94%) !important;
  }

  .luis-section .hero-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    margin-top: 0 !important;
  }

  .luis-section .hero-photo-col {
    order: 2 !important;
    width: min(100%, 390px);
    height: clamp(340px, 92vw, 470px) !important;
    max-width: 390px !important;
    margin: 8px auto 0 !important;
  }

  .luis-section .portrait-cutout {
    background-position: center top !important;
    -webkit-mask-image: radial-gradient(ellipse 72% 80% at 50% 44%, #000 48%, rgba(0,0,0,.86) 68%, transparent 94%) !important;
    mask-image: radial-gradient(ellipse 72% 80% at 50% 44%, #000 48%, rgba(0,0,0,.86) 68%, transparent 94%) !important;
  }

  .luis-section .luis-badge {
    top: 14px !important;
    right: 14px !important;
    max-width: 178px;
  }
}

@media (max-width: 680px) {
  .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .pad-section {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  .hero-section {
    padding-top: 20px !important;
    padding-bottom: 56px !important;
  }

  .hero-section > .container:first-of-type {
    align-items: center !important;
  }

  .hero-section .top-nav-tag,
  .hero-section > .container[style*="justify-content:space-between"] > div:last-child {
    display: none !important;
  }

  .hero-section .hero-grid {
    margin-top: 38px !important;
    gap: 28px !important;
  }

  .hero-section .hero-grid > div:first-child {
    min-width: 0;
    width: calc(100vw - 36px) !important;
    max-width: calc(100vw - 36px) !important;
    overflow: hidden;
  }

  .hero-section .hero-text-col,
  .hero-section .hero-text-col h1,
  .hero-section .hero-text-col p,
  .hero-section .hero-text-col p span,
  .hero-section .hero-text-col > .reveal {
    max-width: 100% !important;
  }

  .hero-section .hero-text-col p span {
    display: block;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero-section .hero-text-col > .reveal:first-child {
    justify-content: center;
    gap: 10px !important;
    margin-bottom: 20px !important;
    text-align: center;
  }

  .hero-section .hero-text-col > .reveal:first-child span:first-child,
  .hero-section .hero-text-col > .reveal:first-child span:last-child {
    width: 28px !important;
    flex: 0 0 28px;
  }

  .hero-section .hero-text-col > .reveal:first-child span:nth-child(2) {
    font-size: 10px !important;
    letter-spacing: .18em !important;
  }

  .hero-section .h1 {
    font-size: clamp(32px, 9.3vw, 38px) !important;
    line-height: 1.02 !important;
    margin-bottom: 22px !important;
    text-align: left;
  }

  .hero-section .hero-text-col p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-bottom: 28px !important;
  }

  .cta-btn,
  .cta-btn-hero,
  .cta-btn-final,
  .test-grid + .reveal .cta {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 64px;
    justify-content: center !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .hero-section .cta-btn-hero {
    font-size: clamp(17px, 4.7vw, 20px) !important;
    gap: 12px !important;
    padding: 22px 14px !important;
    letter-spacing: .1em !important;
  }

  .hero-section .cta-btn-hero .cta-arrow {
    font-size: 24px !important;
  }

  .mobile-hero-break {
    display: block;
  }

  .hero-section .cta-btn-hero + div,
  .offer-section .cta-btn + div {
    align-items: flex-start !important;
    line-height: 1.45 !important;
    text-align: left !important;
  }

  .hero-section .hero-photo-col {
    width: min(100%, 360px);
    height: clamp(330px, 96vw, 430px) !important;
  }

  .hero-section .hero-badge-right {
    top: 8px !important;
    right: 4px !important;
    left: auto !important;
    max-width: 210px !important;
    overflow: hidden;
    padding: 10px 12px !important;
    transform: scale(.88);
    transform-origin: top right;
  }

  .hero-section .hero-badge-right span:last-child {
    white-space: normal !important;
    line-height: 1.1 !important;
  }

  .hero-section .hero-badge-left {
    left: 4px !important;
    bottom: 8px !important;
    max-width: 178px;
    padding: 12px 14px !important;
  }

  .hero-section .marquee-strip {
    margin-top: 42px !important;
    padding: 18px 0 !important;
  }

  .marquee-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center;
    white-space: normal !important;
    gap: 11px !important;
    padding: 0 18px !important;
    text-align: center;
  }

  .pnv-text-bg {
    font-size: 68px !important;
    opacity: .72;
  }

  .h-section {
    font-size: clamp(28px, 8.8vw, 40px) !important;
    line-height: 1.08 !important;
  }

  .pain-grid {
    margin: 38px 0 30px !important;
    gap: 14px !important;
  }

  .calc-box {
    padding: 26px 20px !important;
  }

  .calc-box [style*="font-size:18px"] {
    font-size: 15px !important;
    line-height: 1.45 !important;
    align-items: flex-start !important;
  }

  .calc-big {
    font-size: clamp(52px, 18vw, 76px) !important;
  }

  .test-grid {
    column-count: 1 !important;
  }

  .test-grid > img,
  .test-card {
    margin-bottom: 16px !important;
  }

  .mod-card {
    grid-template-columns: auto 1fr !important;
    padding: 24px 20px !important;
  }

  .mod-card .mod-num {
    font-size: 48px !important;
  }

  .bonus-card,
  .bonus-card > div,
  .two-col > div {
    min-width: 0;
  }

  .checklist {
    padding: 24px 20px !important;
    gap: 13px !important;
  }

  .price-num {
    font-size: clamp(92px, 30vw, 132px) !important;
  }

  .offer-section .cta-btn {
    font-size: clamp(18px, 5.2vw, 22px) !important;
    padding: 24px 20px !important;
  }

  .offer-section [style*="Pagamento seguro"] {
    gap: 14px !important;
    letter-spacing: .12em !important;
  }

  .luis-section {
    padding-top: 64px !important;
  }

  .luis-section .hero-grid {
    gap: 28px !important;
  }

  .luis-section .hero-grid > div:last-child {
    text-align: left;
  }

  .luis-section h2 {
    font-size: clamp(42px, 13vw, 58px) !important;
    line-height: .98 !important;
  }

  .luis-section p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .luis-section .hero-grid > div:last-child > .reveal:last-child {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }

  .luis-section .hero-grid > div:last-child > .reveal:last-child > div {
    padding: 13px 14px !important;
    min-width: 0;
  }

  .luis-section .hero-grid > div:last-child > .reveal:last-child > div:last-child {
    grid-column: 1 / -1;
    max-width: 260px;
  }

  .luis-section .hero-photo-col {
    height: clamp(310px, 88vw, 390px) !important;
  }

  .luis-section .luis-badge {
    top: 10px !important;
    right: 10px !important;
    padding: 11px 13px !important;
  }

  .faq-item summary {
    align-items: flex-start !important;
  }

  footer .container {
    justify-content: center !important;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .hero-section .h1 {
    font-size: clamp(31px, 9vw, 36px) !important;
  }

  .hero-section .hero-photo-col {
    height: clamp(300px, 92vw, 380px) !important;
  }

  .hero-section .hero-badge-right {
    transform: scale(.78);
  }

  .hero-section .hero-badge-left {
    transform: scale(.9);
    transform-origin: bottom left;
  }

  .section-divider span:first-child,
  .section-divider span:last-child {
    flex-basis: 78px !important;
  }

  .calc-box {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .luis-section .hero-grid > div:last-child > .reveal:last-child {
    grid-template-columns: 1fr !important;
  }

  .luis-section .hero-grid > div:last-child > .reveal:last-child > div:last-child {
    max-width: none;
  }

  .luis-section .hero-photo-col {
    width: min(100%, 330px);
    height: clamp(285px, 86vw, 350px) !important;
  }

  .cta-btn-final {
    flex-direction: column !important;
    gap: 10px !important;
  }
}

@media (max-width: 360px) {
  .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .hero-section .h1 {
    font-size: 31px !important;
  }

  .hero-section .cta-btn-hero,
  .offer-section .cta-btn {
    font-size: 15px !important;
    letter-spacing: .08em !important;
  }

  .hero-section .hero-photo-col {
    height: 292px !important;
  }

  .luis-section .hero-photo-col {
    height: 278px !important;
  }
}
