/* Página de vendas Poporete: conteúdo, imagens e ofertas da marca. */
:root {
  --sales-red: #ef3b46;
  --sales-coral: #ef3b46;
  --sales-ink: #382425;
  --sales-muted: #796264;
  --sales-cream: #fff7f1;
}
body { background: #fff; }
[id] { scroll-margin-top: 152px; }
.campaign-promo { position: sticky; top: 0; z-index: 90; box-shadow: 0 2px 12px #4712140a; }
.campaign-promo-inner { min-height: 88px; padding-block: 7px; }
.campaign-hero-copy > p { background: #fff9f3; border-radius: 15px; padding: 17px 21px; color: var(--sales-ink); font-size: 17px; }
.campaign-hero-copy > p strong { color: #ef3b46; }
.campaign-hero-note { padding-left: 0; }
.sales-container { width: min(1160px, calc(100% - 48px)); margin: auto; }
.sales-section { padding: 82px 0; }
.sales-heading { text-align: center; max-width: 880px; margin: 0 auto 44px; }
.sales-eyebrow { display: block; font-size: 12px; font-weight: 700; letter-spacing: .14em; color: var(--sales-red); margin-bottom: 13px; text-transform: uppercase; }
.sales-heading h2,
.sales-story h2,
.sales-guarantee h2,
.sales-closing h2 { font-size: clamp(32px, 3.6vw, 46px); font-weight: 800; letter-spacing: -.035em; line-height: 1.12; color: var(--sales-ink); margin: 0 0 19px; }
.sales-heading h2 em { color: var(--sales-red); font-style: normal; }
.sales-heading > p { max-width: 680px; color: var(--sales-muted); font-size: 17px; line-height: 1.65; margin: auto; }
.sales-center { text-align: center; }
.sales-cta { display: inline-flex; align-items: center; justify-content: center; gap: 23px; background: #ffe768; border: 1px solid #f7d94e; color: #701625; border-radius: 999px; padding: 19px 31px; font-size: 16px; font-weight: 800; text-decoration: none; line-height: 1.25; transition: background .2s, transform .2s; min-height: 58px; }
.sales-cta > span { font-size: 23px; line-height: 1; }
.sales-cta:hover { background: #ffdd3d; transform: translateY(-2px); }
.sales-cta:focus-visible,
.sales-support-link:focus-visible,
.sales-fragrance select:focus-visible { outline: 3px solid #ef3b46; outline-offset: 5px; }
.sales-fineprint { font-size: 12px; color: var(--sales-muted); line-height: 1.65; max-width: 570px; margin: 18px auto 0; }

/* Quatro necessidades, seguidas de uma chamada de compra. */
.sales-needs { background: #fff; }
.sales-needs-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.sales-needs-grid figure { text-align: center; }
.sales-needs-grid img { display: block; width: 100%; height: 235px; object-fit: cover; border-radius: 26px; border-bottom: 9px solid var(--sales-coral); }
.sales-needs-grid figure:nth-child(2) img { object-position: center 38%; }
.sales-needs-grid figure:nth-child(3) img { object-position: center 35%; }
.sales-needs-grid figcaption { font-size: 18px; font-weight: 700; color: var(--sales-ink); padding-top: 15px; line-height: 1.3; }
.sales-image-note { text-align: center; color: var(--sales-muted); font-size: 11px; margin-top: 17px; }
.sales-invite { position: relative; display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 30px; overflow: hidden; background: linear-gradient(120deg, #ff1e56 0%, #ed1448 48%, #b8123c 100%); border-radius: 36px; padding: 55px 58px; text-align: left; max-width: 1160px; margin: 38px auto 0; color: #fff; box-shadow: 0 18px 50px #c61b3e14; }
.sales-invite-copy { position: relative; z-index: 2; min-width: 0; }
.sales-invite h3 { font-size: clamp(30px, 3vw, 39px); font-weight: 800; line-height: 1.2; letter-spacing: -.025em; }
.sales-invite h3 strong { color: #fff; font-weight: 800; }
.sales-invite p { max-width: 450px; font-size: 17px; line-height: 1.6; margin: 20px 0 25px; color: #fff4f0; }
.sales-invite .sales-cta { margin-top: 26px; }
.sales-invite small { display: table; margin-top: 16px; padding: 8px 13px; border: 1px solid #ffffff50; border-radius: 999px; background: #ffffff14; color: #fff; font-size: 11px; }
.sales-invite-visual { position: relative; display: grid; place-items: center; min-height: 355px; min-width: 0; }
.sales-invite-visual img { position: relative; z-index: 1; display: block; width: 100%; max-width: 350px; height: auto; transform: rotate(-8deg) scale(1.05); filter: drop-shadow(0 20px 30px #67042040); }
.sales-invite-rings { position: absolute; top: 50%; left: 50%; width: 520px; height: 520px; transform: translate(-50%, -50%); pointer-events: none; }
.sales-invite-rings span { position: absolute; top: 50%; left: 50%; border: 45px solid #ffffff1f; border-radius: 50%; transform: translate(-50%, -50%); }
.sales-invite-rings span:nth-child(1) { width: 520px; height: 520px; }
.sales-invite-rings span:nth-child(2) { width: 365px; height: 365px; border-color: #ffffff2e; }
.sales-invite-rings span:nth-child(3) { width: 215px; height: 215px; border-width: 34px; border-color: #ffffff26; }

.sales-demo { padding: 64px 0; }
.sales-demo-grid { display: grid; grid-template-columns: minmax(0, 470px) 320px; gap: 52px; align-items: center; justify-content: center; width: min(1160px, calc(100% - 48px)); }
.sales-demo-copy { text-align: left; max-width: none; margin: 0; }
.sales-demo-copy h2 { font-size: clamp(34px, 3.9vw, 50px); }
.sales-demo-copy > p { margin: 0; max-width: 470px; font-size: 19px; }
.sales-demo-frame { display: flex; justify-content: center; }
.sales-demo-frame video { display: block; width: min(100%, 360px); height: auto; aspect-ratio: 9 / 16; border-radius: 26px; background: #1b1024; box-shadow: 0 22px 50px #6704201f; }

/* Galeria e seletor de kits próximos ao início; ofertas completas continuam ao final. */
.quick-offer { padding: 22px 0 75px; background: #fff; }
.quick-offer .container { width: min(1160px, calc(100% - 48px)); max-width: none; padding: 0; }
.quick-offer .oferta-grid-container { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 48px; max-width: none; }
.quick-offer .gallery-sticky-column { max-width: none; top: 150px; }
.quick-offer .gallery-main-frame { max-width: none; }
.quick-offer .gallery-thumbs-row { max-width: none; }
.quick-offer input[type="radio"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.quick-offer .kit-card-label:focus-within,
.quick-offer .fragrance-option-label:focus-within { outline: 1px solid #ef3b46; outline-offset: 1px; }
.quick-offer .kit-badge.melhor-oferta { background: #177a4a; color: #fff; }
.quick-offer .kit-badge { right: 40px; }
.quick-offer .kit-card-label.active { background: #fff0f4; }
.quick-offer .btn-comprar-agora { font-size: 16px; }

/* Benefícios distribuídos ao redor do pote da própria marca. */
.sales-benefits { padding-top: 25px; }
.sales-benefits .sales-heading { margin-bottom: 30px; }
.sales-benefits-grid { display: grid; grid-template-columns: 1fr 1.3fr 1fr; gap: 26px; align-items: center; margin-bottom: 34px; }
.sales-benefit { position: relative; padding: 23px 0 23px 45px; }
.sales-benefit > span { position: absolute; left: 0; top: 24px; border: 1px solid #f3bcb7; background: #fff0e8; color: var(--sales-red); font-size: 12px; font-weight: 700; border-radius: 50%; width: 31px; height: 31px; display: grid; place-items: center; }
.sales-benefit h3 { font-size: 21px; color: var(--sales-red); line-height: 1.2; margin: 0 0 9px; font-weight: 700; }
.sales-benefit p { font-size: 14px; line-height: 1.6; color: var(--sales-muted); }
.sales-product-center { position: relative; min-height: 455px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.sales-product-halo { position: absolute; width: 100%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, #ffc9b7, #fff2e7 65%, #fff 70%); }
.sales-product-center img { width: 120%; max-width: 485px; height: auto; position: relative; z-index: 1; transform: rotate(-6deg); }
.sales-product-caption { position: relative; font-size: 13px; line-height: 1.5; letter-spacing: .12em; text-align: center; color: var(--sales-red); }
.sales-product-caption strong { font-size: 18px; }
.sales-facts { background: var(--sales-cream); padding: 54px 0; }
.sales-facts .sales-heading { margin-bottom: 30px; }
.sales-facts .sales-heading h2 { font-size: 32px; margin-bottom: 0; }
.sales-facts-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.sales-facts-grid > div { text-align: center; border-right: 1px solid #edcdc3; }
.sales-facts-grid > div:last-child { border-right: 0; }
.sales-facts-grid strong { display: block; font-size: 42px; font-weight: 800; color: var(--sales-red); letter-spacing: -.04em; }
.sales-facts-grid span { font-size: 14px; color: var(--sales-muted); }

/* Demonstrações e vídeos aproveitam os controles existentes. */
.sec-resultados-comparativo { background: #fff; padding-block: 80px; }
.comparativo-title, .instagram-title, .faq-title { color: var(--sales-ink); font-size: clamp(30px,3.3vw,42px); font-weight: 800; letter-spacing: -.035em; }
.comparativo-badge, .instagram-badge { color: var(--sales-red); background: #fff0e9; }
.comparativo-subtitle, .instagram-subtitle { color: var(--sales-muted); font-size: 16px; max-width: 650px; }
.before-after-card { box-shadow: none; border-radius: 24px; }
.ba-bottom-info { background: linear-gradient(transparent,#43161ee6); }
.sec-instagram-videos { background: var(--sales-cream); padding-block: 70px; }
.instagram-container { max-width: 1160px; }
.video-carousel-outer-wrapper { max-width: 1080px; }
.video-card-wrapper { flex-basis: 240px; width: 240px; }
.video-card-box { height: 380px; box-shadow: none; border: 1px solid #ebc3b9; }
.video-card-name { font-size: 15px; }

/* Explicação, fórmula e ritual. */
.sales-story-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.sales-story-photo { width: 100%; height: 555px; object-fit: cover; object-position: center 35%; border-radius: 30px; }
.sales-story h2 { font-size: clamp(31px,3.3vw,42px); }
.sales-story p, .sales-guarantee p { font-size: 16px; color: var(--sales-muted); line-height: 1.75; margin-bottom: 16px; }
.sales-checks { margin: 25px 0; }
.sales-checks li { padding: 7px 0 7px 27px; position: relative; font-size: 15px; color: var(--sales-ink); }
.sales-checks li::before { content: '✓'; color: var(--sales-red); font-weight: 800; position: absolute; left: 0; }
.sales-formula { background: #fff6f0; }
.sales-formula-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.sales-formula-image { position: relative; }
.sales-formula-image img { width: 100%; height: 540px; display: block; object-fit: cover; border-radius: 28px; }
.sales-formula-image > span { position: absolute; left: 22px; bottom: 22px; right: 22px; text-align: center; background: #fff3eadd; padding: 13px; border-radius: 99px; font-size: 12px; font-weight: 700; letter-spacing: .08em; color: #8f2430; }
.sales-ingredients-list article { display: flex; gap: 20px; padding: 25px 0; border-bottom: 1px solid #edcbc2; }
.sales-ingredients-list article > span { color: var(--sales-red); font-size: 18px; font-weight: 700; padding-top: 2px; }
.sales-ingredients-list h3 { color: var(--sales-red); font-size: 24px; line-height: 1.2; font-weight: 700; margin-bottom: 9px; }
.sales-ingredients-list p { font-size: 15px; line-height: 1.6; color: var(--sales-muted); }
.sales-ingredients-list .sales-fineprint { font-size: 11px; }
.sales-routine { padding-block: 70px; }
.sales-routine-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 38px; }
.sales-routine-grid article { text-align: center; }
.sales-routine-grid article > span { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 20px; background: #fff0e8; color: var(--sales-red); border-radius: 50%; font-size: 27px; font-weight: 700; }
.sales-routine-grid h3 { font-size: 22px; font-weight: 700; color: var(--sales-ink); margin-bottom: 9px; }
.sales-routine-grid p { font-size: 15px; line-height: 1.6; color: var(--sales-muted); max-width: 275px; margin: auto; }

/* Ofertas completas: imagem, preço, benefício e checkout de cada kit. */
.sales-offers { background: linear-gradient(115deg,#e42b40,#ff594f); padding-bottom: 60px; }
.sales-offer-strip { background: #ba132e; color: #fff; text-align: center; font-size: 17px; font-weight: 800; padding: 14px 20px; letter-spacing: .04em; margin-bottom: 54px; }
.sales-offers .sales-eyebrow { color: #fff4e5; }
.sales-offers h2 { color: #fff; font-size: clamp(34px,4vw,49px); }
.sales-offers h2 em { color: #ffeb72; }
.sales-offers .sales-heading > p { color: #fff8f3; }
.sales-offers-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; align-items: stretch; padding-top: 18px; }
.sales-kit { min-width: 0; position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; background: #fff; border: 3px solid #fff; border-radius: 24px; padding: 39px 22px 23px; color: var(--sales-ink); }
.sales-kit-ribbon { position: absolute; top: -18px; left: 20px; right: 20px; padding: 9px 7px; background: #fff0e8; border: 1px solid #efbeb6; border-radius: 8px; color: #bf2634; font-size: 11px; line-height: 1.2; font-weight: 800; letter-spacing: .04em; }
.sales-kit-featured { border-color: #ffeb72; box-shadow: 0 0 0 4px #ffeb7233; }
.sales-kit-featured .sales-kit-ribbon { color: #77162b; background: #ffeb72; border-color: #ffeb72; }
.sales-kit h3 { color: var(--sales-red); font-size: 22px; font-weight: 800; line-height: 1.2; margin: 0 0 8px; }
.sales-kit-amount { font-size: 13px; color: var(--sales-muted); }
.sales-kit-image { display: block; width: 100%; height: 220px; object-fit: contain; margin: 13px 0 9px; }
.sales-kit-discount { background: #fff0e7; color: #c02235; font-size: 11px; font-weight: 800; padding: 6px 13px; border-radius: 99px; margin: 3px 0 14px; }
.sales-kit-old { font-size: 13px; color: #8c7878; margin-bottom: 7px; }
.sales-kit-price { font-size: clamp(29px,2.9vw,39px); font-weight: 800; line-height: 1.1; letter-spacing: -.045em; color: var(--sales-red); white-space: nowrap; }
.sales-kit-price > span { display: block; font-size: 13px; font-weight: 500; letter-spacing: 0; color: var(--sales-muted); margin-bottom: 6px; }
.sales-kit-cash { font-size: 14px; margin: 10px 0 18px; }
.sales-kit-desc { font-size: 13px; line-height: 1.5; color: var(--sales-muted); min-height: 40px; max-width: 260px; }
.sales-kit-shipping { font-size: 12px; color: #986036; padding: 25px 0 22px; }
.sales-fragrance { width: 100%; text-align: left; margin: 16px 0 19px; }
.sales-fragrance label { display: block; font-size: 11px; font-weight: 600; color: var(--sales-muted); margin-bottom: 5px; }
.sales-fragrance select { width: 100%; border-radius: 9px; border: 1px solid #e1b8b1; padding: 11px 10px; font-size: 14px; font-weight: 600; color: #8c2331; background: #fff9f4; }
.sales-kit-checkout { width: 100%; margin-top: auto; padding: 16px 14px; font-size: 14px; gap: 14px; min-height: 54px; }
.sales-kit-secure { display: block; margin-top: 12px; font-size: 10px; color: #867074; }
.sales-offer-note { text-align: center; font-size: 12px; color: #fff7f3; margin: 28px auto 0; max-width: 650px; }

.sales-guarantee { background: #fff8ee; }
.sales-guarantee-grid { display: grid; grid-template-columns: 300px 1fr; gap: 75px; align-items: center; max-width: 940px; }
.sales-guarantee-seal { aspect-ratio: 1; border-radius: 50%; background: #ffe777; outline: 1px dashed #b7523e; outline-offset: -15px; border: 8px solid #fff0a5; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #a72a31; }
.sales-guarantee-seal > span { font-size: 9px; font-weight: 600; letter-spacing: .06em; }
.sales-guarantee-seal > span:first-child { font-size: 16px; font-weight: 800; }
.sales-guarantee-seal > strong { font-size: 90px; line-height: 1.08; font-weight: 800; letter-spacing: -.065em; }
.sales-guarantee-seal > b { font-size: 17px; margin-bottom: 12px; }
.sales-support-link { color: var(--sales-red); font-weight: 700; font-size: 15px; text-underline-offset: 5px; }
.sec-faq { background: #fff; padding-block: 75px; }
.faq-title { margin-bottom: 35px; }
.faq-list-container { grid-template-columns: 1fr; max-width: 860px; gap: 12px; }
.faq-card-item { border-color: #efcec5; border-radius: 12px; box-shadow: none; }
.faq-btn-question { padding: 20px 24px; font-size: 16px; color: var(--sales-ink); }
.faq-card-item.open { background: #fff8f3; border-color: #e7a398; }
.faq-answer-body { font-size: 14px; line-height: 1.7; color: var(--sales-muted); padding-inline: 24px; }
.sales-closing { background: linear-gradient(115deg,#e42b40,#ff594f); text-align: center; color: #fff; padding: 65px 0; }
.sales-closing .sales-container > span { display: block; font-size: 12px; letter-spacing: .12em; margin-bottom: 18px; }
.sales-closing h2 { color: #fff; }
.sales-closing .sales-cta { margin: 9px 0 20px; }
.sales-closing p { font-size: 12px; color: #fff3e9; }
.editorial-footer { background: #fff7f0; padding-top: 40px; }
.editorial-footer::before { display: none; }
.footer-watermark-text { color: #e8273e; opacity: .1; }

@media (max-width: 1050px) {
  .quick-offer .oferta-grid-container { gap: 30px; }
  .quick-offer .oferta-bullet-title { min-width: 105px; }
  .sales-invite { padding: 40px 32px; gap: 18px; }
  .sales-invite .sales-cta { font-size: 13px; padding-inline: 20px; gap: 12px; }
  .sales-benefits-grid { gap: 18px; grid-template-columns: 1fr 1fr 1fr; }
  .sales-benefit { padding-left: 0; padding-top: 14px; }
  .sales-benefit > span { position: static; margin-bottom: 10px; }
  .sales-product-center { min-height: 365px; }
  .sales-needs-grid { gap: 16px; }
  .sales-needs-grid img { height: 205px; }
  .sales-story-grid, .sales-formula-grid { gap: 40px; }
  .sales-kit { padding-inline: 15px; }
  .sales-kit h3 { font-size: 19px; min-height: 45px; }
  .sales-kit-image { height: 185px; }
  .sales-kit-price { font-size: 34px; }
  .sales-kit-checkout { font-size: 13px; gap: 8px; }
  .sales-guarantee-grid { grid-template-columns: 260px 1fr; gap: 48px; }
}

@media (max-width: 880px) {
  .sales-demo { padding: 48px 0; }
  .sales-demo-grid { grid-template-columns: 1fr; gap: 28px; }
  .sales-demo-copy { text-align: center; }
  .sales-demo-copy > p { margin-inline: auto; }
  .quick-offer .container { width: calc(100% - 36px); }
  .quick-offer .oferta-grid-container { grid-template-columns: minmax(0, 1fr); max-width: 520px; margin: auto; gap: 30px; }
  .quick-offer .gallery-main-frame, .quick-offer .gallery-thumbs-row { max-width: 100%; }
  .quick-offer .gallery-sticky-column { position: relative; top: auto; }
  .quick-offer { padding-bottom: 50px; }
}

@media (max-width: 760px) {
  [id] { scroll-margin-top: 125px; }
  .campaign-promo-inner { min-height: 78px; }
  .sales-container { width: calc(100% - 36px); }
  .sales-section { padding: 54px 0; }
  .sales-heading { margin-bottom: 30px; }
  .sales-heading h2, .sales-story h2, .sales-guarantee h2, .sales-closing h2 { font-size: 32px; }
  .sales-heading > p { font-size: 15px; line-height: 1.6; }
  .sales-eyebrow { font-size: 10px; letter-spacing: .1em; }
  .sales-cta { font-size: 14px; padding: 17px 22px; gap: 16px; min-height: 54px; max-width: 100%; }
  .sales-needs-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px 13px; }
  .sales-needs-grid img { height: auto; aspect-ratio: 1; border-radius: 19px; border-bottom-width: 6px; }
  .sales-needs-grid figcaption { font-size: 15px; padding-top: 10px; }
  .sales-image-note { font-size: 10px; }
  .sales-invite { grid-template-columns: 1fr; gap: 20px; margin-top: 26px; padding: 32px 24px 20px; border-radius: 26px; }
  .sales-invite h3 { font-size: 26px; }
  .sales-invite p { font-size: 14px; }
  .sales-invite small { font-size: 10px; }
  .sales-invite-visual { min-height: 275px; }
  .sales-invite-visual img { max-width: 270px; }
  .sales-invite-rings { width: 350px; height: 350px; }
  .sales-invite-rings span { border-width: 30px; }
  .sales-invite-rings span:nth-child(1) { width: 350px; height: 350px; }
  .sales-invite-rings span:nth-child(2) { width: 245px; height: 245px; }
  .sales-invite-rings span:nth-child(3) { width: 145px; height: 145px; border-width: 24px; }
  .sales-benefits { padding-top: 10px; }
  .sales-benefits-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .sales-product-center { grid-column: 1 / -1; grid-row: 1; min-height: 0; padding-bottom: 22px; }
  .sales-product-center img { width: min(320px,90%); }
  .sales-product-halo { width: 290px; max-width: 90%; }
  .sales-product-caption { font-size: 11px; }
  .sales-product-caption strong { font-size: 16px; }
  .sales-benefit { padding: 15px 4px; }
  .sales-benefit h3 { font-size: 19px; }
  .sales-benefit p { font-size: 13px; }
  .sales-benefits .sales-fineprint { font-size: 11px; padding-inline: 5px; }
  .sales-facts { padding: 40px 0; }
  .sales-facts .sales-heading h2 { font-size: 28px; }
  .sales-facts-grid { grid-template-columns: repeat(2,1fr); gap: 27px 15px; }
  .sales-facts-grid > div:nth-child(2) { border-right: 0; }
  .sales-facts-grid strong { font-size: 36px; }
  .sales-facts-grid span { font-size: 12px; }
  .sec-resultados-comparativo, .sec-instagram-videos { padding-block: 52px; }
  .comparativo-title, .instagram-title, .faq-title { font-size: 30px; }
  .comparativo-subtitle, .instagram-subtitle { font-size: 14px; }
  .comparativo-badge { font-size: 9px; }
  .video-card-wrapper { flex-basis: 240px; }
  .video-carousel-track { justify-content: flex-start; }
  .sales-story-grid, .sales-formula-grid { grid-template-columns: 1fr; gap: 30px; }
  .sales-story-photo { height: 420px; }
  .sales-story p { font-size: 15px; }
  .sales-story .sales-cta { width: 100%; }
  .sales-formula-image img { height: 410px; }
  .sales-ingredients-list article { padding: 20px 0; }
  .sales-ingredients-list h3 { font-size: 22px; }
  .sales-routine-grid { grid-template-columns: 1fr; gap: 28px; }
  .sales-routine-grid article { display: grid; grid-template-columns: 54px 1fr; text-align: left; gap: 0 17px; }
  .sales-routine-grid article > span { grid-row: 1 / 3; width: 50px; height: 50px; margin: 0; font-size: 23px; }
  .sales-routine-grid h3 { font-size: 21px; margin-bottom: 5px; }
  .sales-routine-grid p { font-size: 14px; margin: 0; max-width: none; }
  .sales-offer-strip { font-size: 13px; margin-bottom: 38px; }
  .sales-offers h2 { font-size: 34px; }
  .sales-offers-grid { grid-template-columns: 1fr; gap: 39px; max-width: 420px; margin: auto; }
  .sales-kit { padding: 34px 26px 24px; }
  .sales-kit h3 { min-height: 0; font-size: 25px; }
  .sales-kit-image { height: 245px; }
  .sales-kit-price { font-size: 44px; }
  .sales-kit-checkout { font-size: 15px; min-height: 56px; }
  .sales-kit-desc { min-height: 0; }
  .sales-kit-ribbon { font-size: 12px; }
  .sales-kit-shipping { padding: 20px 0; }
  .sales-guarantee-grid { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .sales-guarantee-seal { width: 235px; margin: auto; }
  .sales-guarantee-seal > strong { font-size: 78px; }
  .sales-guarantee-seal > b { font-size: 15px; }
  .sales-guarantee-seal > span { font-size: 8px; }
  .sales-guarantee p { font-size: 15px; }
  .sec-faq { padding-block: 52px; }
  .faq-btn-question { padding: 18px; font-size: 14px; }
  .faq-answer-body { padding-inline: 18px; font-size: 13px; }
  .sales-closing { padding: 48px 0; }
  .sales-closing .sales-container > span { font-size: 10px; }
  .sales-closing p { font-size: 10px; }
}

@media (max-width: 360px) {
  .sales-container { width: calc(100% - 28px); }
  .sales-heading h2, .sales-story h2, .sales-guarantee h2, .sales-closing h2 { font-size: 28px; }
  .sales-cta { font-size: 12px; padding-inline: 15px; gap: 10px; }
  .sales-invite { padding-inline: 16px; }
  .sales-invite h3 { font-size: 24px; }
  .sales-invite .sales-cta { font-size: 11px; padding-inline: 14px; }
  .sales-kit { padding-inline: 18px; }
  .sales-kit h3 { font-size: 22px; }
  .sales-kit-image { height: 215px; }
  .sales-kit-price { font-size: 39px; }
  .sales-kit-checkout { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .sales-cta { transition: none; }
  .sales-cta:hover { transform: none; }
}
