/*
Theme Name: SOS Desapego
Theme URI: https://sos-desapego-renovo.renanzera201.chatgpt.site
Author: Renan Marques
Description: Landing page premium e mobile-first para o produto SOS Desapego.
Version: 1.0.4
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: sos-desapego
*/

:root {
  --ink: #2f1b14;
  --muted: #65564e;
  --paper: #fbf4ed;
  --paper-2: #f3e3d5;
  --paper-3: #f8eee5;
  --warm: #a34f36;
  --warm-2: #91432e;
  --line: #e8cfc0;
  --shadow: 0 18px 46px rgba(105, 54, 27, .08);
  --shadow-soft: 0 10px 25px rgba(113, 60, 35, .06);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
main { overflow: clip; }
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  margin: 0;
}
h1 {
  font-size: clamp(39px, 5vw, 69px);
  line-height: 1.01;
  letter-spacing: -2.9px;
}
h2 {
  max-width: 1060px;
  margin: 0 auto 38px;
  text-align: center;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.13;
  letter-spacing: -1.4px;
}
h3 { line-height: 1.2; }
em { color: var(--warm); font-style: normal; }
p { margin: 0; font-size: 16px; }
.container { width: min(calc(100% - 44px), 1100px); margin-inline: auto; }
.narrow { max-width: 930px; }
.section { position: relative; padding: 66px 0; overflow: visible; }

.sos-brand {
  width: 125px;
  margin: 0 auto 28px;
  color: #aa5b43;
  font-family: Georgia, serif;
  font-size: 43px;
  line-height: .9;
  letter-spacing: -2px;
  text-align: center;
}
.sos-brand span {
  display: block;
  margin-top: 8px;
  padding-top: 7px;
  border-top: 1px solid #d8af98;
  font-size: 18px;
  letter-spacing: -.7px;
}

.hero { padding: 30px 0 55px; background: var(--paper); text-align: center; }
.hero .sos-brand { margin-bottom: 28px; }
.hero__lead {
  max-width: 845px;
  margin: 24px auto 30px;
  color: #4e4038;
  font-size: 19px;
  line-height: 1.55;
}
.before-after {
  display: grid;
  grid-template-columns: 1fr 50px 1fr;
  align-items: start;
  gap: 18px;
  max-width: 880px;
  margin: 30px auto 0;
}
.before-after figure { min-width: 0; margin: 0; }
.before-after figcaption {
  margin-bottom: 10px;
  font-family: Georgia, serif;
  font-size: 14px;
  letter-spacing: 2.3px;
  text-align: center;
}
.before-after picture, .before-after img { width: 100%; }
.before-after img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  background: #f2e5d9;
  box-shadow: 0 10px 28px rgba(66, 39, 22, .07);
}
.section-arrow { align-self: center; margin-top: 28px; color: #b87a58; }

.pain { padding-bottom: 45px; background: var(--paper-2); }
.pain-scene {
  position: relative;
  max-width: 920px;
  aspect-ratio: 1.42 / 1;
  margin: 10px auto 0;
  isolation: isolate;
  overflow: hidden;
  border-radius: 20px;
}
.pain-scene > picture, .pain-scene img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.pain-scene img {
  object-fit: cover;
  object-position: 58% center;
  border-radius: 20px;
}
.pain-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(44, 21, 13, .28), transparent 48%);
}
.thoughts {
  position: absolute;
  left: 3%;
  top: 5%;
  bottom: 5%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  width: 39%;
}
.thoughts p {
  position: relative;
  padding: 18px 20px;
  border: 1px solid #b98262;
  border-radius: 17px;
  background: #fff8f0;
  box-shadow: 0 8px 20px rgba(28, 15, 9, .17);
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
}
.thoughts strong {
  display: inline;
  color: #994a31;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.12;
}
.thoughts p::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 45%;
  width: 14px;
  height: 14px;
  border-top: 1px solid #b98262;
  border-right: 1px solid #b98262;
  background: #fff8f0;
  transform: rotate(45deg);
}

.understanding {
  background: linear-gradient(180deg, var(--paper-2), var(--paper));
  text-align: center;
}
.understanding p { max-width: 780px; margin: 0 auto 32px; font-size: 18px; }
.understanding h3 { margin: 30px 0 18px; color: #8f4a33; font-size: 30px; }
.question {
  padding: 28px 45px;
  border: 1px solid #d6ac95;
  border-radius: 22px;
  background: #fff9f1;
  font-size: 20px;
  line-height: 1.5;
}
.answer {
  margin-top: 18px;
  padding: 23px;
  border: 1px solid #d4aa90;
  border-radius: 20px;
  background: #efd6c2;
  font: 34px/1.2 Georgia, serif;
}

.benefits {
  border-top: 1px solid #e8d4c4;
  border-bottom: 1px solid #e8d4c4;
  background: var(--paper-3);
}
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit {
  padding: 30px 24px;
  border: 1px solid #e7cbb6;
  border-radius: 20px;
  background: #fffaf4;
  box-shadow: var(--shadow-soft);
  text-align: center;
}
.benefit__icon { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 20px; color: #ab6045; }
.benefit h3 { margin-bottom: 14px; font-size: 26px; line-height: 1.08; }
.benefit p { color: var(--muted); line-height: 1.5; }

.receives, .how, .creator, .recap { background: var(--paper); }
.include-grid, .bonus-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.include-card {
  display: grid;
  grid-template-columns: 42% 58%;
  padding: 14px;
  border: 1px solid #e4cbbb;
  border-radius: 21px;
  background: #fff9f3;
  box-shadow: var(--shadow-soft);
}
.include-card:nth-child(even) { grid-template-columns: 58% 42%; }
.include-card:nth-child(even) .include-card__visual { grid-column: 2; grid-row: 1; }
.include-card:nth-child(even) .include-card__copy { grid-column: 1; grid-row: 1; }
.include-card__visual, .bonus-card__visual {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: #f7ecdf;
}
.include-card__visual img, .bonus-card__visual img { width: 100%; height: auto; object-fit: contain; }
.include-card__copy { align-self: center; padding: 20px 27px; }
.include-card h3 { margin-bottom: 15px; font-size: 30px; line-height: 1.12; }
.include-card p, .bonus-card__copy p { color: var(--muted); font-size: 17px; line-height: 1.5; }

.bonuses { background: #f0dfd0; }
.bonus-grid { gap: 24px; }
.bonus-grid article {
  display: grid;
  grid-template-columns: 46% 54%;
  padding: 15px;
  border: 1px solid #ddbea7;
  border-radius: 22px;
  background: #fff8f0;
}
.bonus-card__visual { min-height: 220px; }
.bonus-card__copy { align-self: center; padding: 24px 30px; }
.bonus-card__copy > span { color: #a04e34; font-size: 12px; letter-spacing: 2px; }
.bonus-card__copy h3 { margin: 8px 0 15px; font-size: 31px; }

.audience { background: #f0dfd0; }
.audience__grid {
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #e2c7b5;
  border-radius: 22px;
  background: #fffaf4;
}
.audience__photo { overflow: hidden; }
.audience__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.audience__list { display: grid; gap: 18px; padding: 28px; }
.audience__list p { display: flex; gap: 15px; color: #55463d; font-size: 16px; line-height: 1.45; }
.audience__list strong { color: #3b2a20; font-weight: 700; }
.check-dot { flex: 0 0 auto; color: #a66042; }

.eyebrow {
  margin: 0 0 18px;
  color: #9d563b;
  text-align: center;
  font-size: 13px;
  letter-spacing: 3px;
}
.recap { padding-top: 35px; }
.recap-list {
  padding: 20px 35px;
  border: 1px solid #ddbea8;
  border-radius: 22px;
  background: #fffaf4;
}
.recap-list > div {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid #e4cdbb;
  font: 22px/1.3 Georgia, serif;
}
.recap-list > div > span { flex: 1; }
.recap-list > div > s { color: #755346; white-space: nowrap; }
.recap-list > p { padding-top: 23px; text-align: center; font: 23px/1.3 Georgia, serif; }
.recap-list > p strong { display: block; color: #a45a3e; font-size: 62px; font-weight: 400; }

.offer, .final-offer { background: #eed8c5; color: var(--ink); }
.offer__grid {
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  align-items: center;
  gap: 26px;
  padding: 30px;
  border: 1px solid #fff8ed;
  border-radius: 28px;
  background: #f9ede1;
  box-shadow: 0 20px 50px rgba(107, 64, 40, .09);
}
.offer__visual { display: flex; flex-direction: column; gap: 6px; }
.offer__visual .sos-brand { margin: 0 auto 18px; }
.offer__visual img { width: 100%; height: auto; object-fit: contain; border-radius: 12px; }
.price-card {
  align-self: center;
  padding: 32px 24px;
  border: 1px solid #e3bda3;
  border-radius: 22px;
  background: #fff9f1;
  box-shadow: var(--shadow-soft);
  text-align: center;
}
.price-card h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7b7a1;
  color: #a04f34;
  font-size: 35px;
}
.price-card p { margin-bottom: 22px; color: #514138; font-size: 18px; line-height: 1.45; }
.price-card .old-price { margin: 0; font-size: 21px; }
.amount {
  margin: 5px 0 15px;
  color: #a64f34;
  font: 76px/1.2 Georgia, serif;
  letter-spacing: -4px;
  white-space: nowrap;
}
.amount span { font-size: 28px; letter-spacing: -1px; }
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100%, 580px);
  min-height: 62px;
  margin: 0 auto;
  padding: 17px 24px;
  border: 1px solid #ac694f;
  border-radius: 999px;
  background: linear-gradient(180deg, #bd7658, #98492f);
  box-shadow: 0 10px 20px rgba(116, 56, 24, .15), inset 0 1px 0 rgba(255, 212, 184, .42);
  color: #fff9f3;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
.cta:focus-visible { outline: 3px solid #593821; outline-offset: 2px; }
.cta .section-arrow { width: 22px; height: 22px; margin: 0; align-self: center; }
.trust { display: flex; justify-content: center; gap: 18px; margin-top: 25px; }
.trust span { display: flex; align-items: center; gap: 7px; text-align: left; font-size: 12px; line-height: 1.4; }
.trust svg { color: #ad6745; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps article {
  padding: 28px 24px;
  border: 1px solid #e3c4af;
  border-radius: 22px;
  background: #fff9f3;
  text-align: center;
}
.step-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 25px;
  border: 1px solid #d4a382;
  border-radius: 50%;
  background: #faeadb;
  color: #b06a4b;
}
.steps h3 { margin-bottom: 18px; font-size: 21px; }
.steps p { color: var(--muted); line-height: 1.6; }

.creator { padding-top: 15px; }
.creator-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid #d9bca5;
  border-radius: 25px;
  background: #fff7ed;
  box-shadow: var(--shadow);
}
.creator-grid img { width: 100%; height: auto; object-fit: contain; object-position: center; }
.creator-copy { padding: 45px; }
.creator-copy h2 { margin-bottom: 20px; color: #a45b3e; text-align: left; font-size: 70px; line-height: 1; }
.creator-copy h3 { margin-bottom: 25px; font-size: 28px; }
.creator-copy hr { width: 110px; margin: 0 0 25px; border: 0; border-top: 1px solid #af7655; }
.creator-copy p { margin-bottom: 20px; color: #514136; font-size: 18px; line-height: 1.55; }

.choices { background: #f7eadd; text-align: center; }
.choices-grid {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
.choices-grid article {
  align-self: stretch;
  padding: 32px;
  border-radius: 22px;
}
.choices-grid article:first-child {
  border: 1.5px solid #b94138;
  background: #f7d1cb;
  box-shadow: 0 14px 28px rgba(145, 43, 25, .07);
}
.choices-grid article:last-child {
  border: 1.5px solid #54853d;
  background: #d6e8cc;
  box-shadow: 0 14px 28px rgba(47, 91, 34, .07);
}
.choices-grid h3 { margin: 18px 0 20px; font-size: 28px; }
.choices-grid article:first-child h3, .choices-grid article:first-child svg { color: #a32922; }
.choices-grid article:last-child h3, .choices-grid article:last-child svg { color: #356027; }
.choices-grid article:first-child p { color: #5d2a24; }
.choices-grid article:last-child p { color: #294a24; }
.or { color: #9d674a; font: 26px Georgia, serif; }
.choices > .container > h3 { margin: 0 0 16px; color: #9c5136; font-size: 28px; }
.choices > .container > p { margin-bottom: 12px; font-size: 18px; }
.final-offer { padding-top: 45px; }

footer {
  padding: 60px 0 35px;
  background: #3c2116;
  color: #f9e7d6;
  text-align: center;
}
footer .sos-brand { width: 175px; margin-bottom: 35px; color: #f5d9be; font-size: 58px; }
footer .sos-brand span { border-color: #916d54; font-size: 25px; }
footer p { margin-bottom: 20px; color: #e5cbb7; font-size: 14px; line-height: 1.7; }
footer small { display: block; margin-top: 32px; color: #d0ad93; font-size: 12px; }

@media (max-width: 759px) {
  .container { width: calc(100% - 32px); }
  .section { padding: 42px 0; }
  .sos-brand { width: 92px; margin-bottom: 18px; font-size: 30px; }
  .sos-brand span { margin-top: 6px; padding-top: 5px; font-size: 15px; }
  .hero { min-height: 100svh; display: flex; align-items: center; padding: 12px 0 18px; }
  .hero .container { display: flex; flex-direction: column; justify-content: center; min-height: calc(100svh - 30px); }
  .hero .sos-brand { margin-bottom: 14px; }
  h1 { font-size: clamp(34px, 8.9vw, 48px); line-height: 1.02; letter-spacing: -1.4px; }
  h2 { margin-bottom: 26px; font-size: 31px; line-height: 1.13; letter-spacing: -1px; }
  .hero__lead { max-width: 350px; margin: 15px auto 16px; font-size: 15px; line-height: 1.42; }
  .before-after { grid-template-columns: minmax(0, 1fr) 16px minmax(0, 1fr); gap: 7px; width: min(100%, 460px); max-width: none; margin-top: 0; }
  .before-after figcaption { margin-bottom: 7px; font-size: 9.5px; letter-spacing: .9px; }
  .before-after img { height: clamp(275px, 39svh, 360px); aspect-ratio: auto; border-radius: 14px; object-position: center; }
  .section-arrow { width: 18px; height: 25px; margin-top: 18px; }
  .desktop-only { display: none; }
  .pain { padding-bottom: 35px; }
  .pain-scene { max-width: 440px; aspect-ratio: 1 / 1.52; border-radius: 14px; background: #1f120d; }
  .pain-scene > picture { left: 36%; right: auto; width: 64%; height: 100%; }
  .pain-scene img { border-radius: 14px; object-fit: cover; object-position: 58% center; }
  .pain-scene::after { background: linear-gradient(90deg, rgba(31, 18, 13, .72), rgba(31, 18, 13, .2) 43%, transparent 70%); }
  .thoughts { left: 3%; top: 5%; bottom: 5%; gap: 8px; width: 43%; }
  .thoughts p { min-height: 58px; padding: 9px 8px; border-radius: 12px; font-size: clamp(10.5px, 2.9vw, 12.5px); line-height: 1.18; }
  .thoughts strong { font-family: inherit; font-size: inherit; font-weight: 700; line-height: inherit; }
  .thoughts p::after { right: -6px; width: 10px; height: 10px; }
  .understanding { padding-top: 46px; }
  .understanding h2 { max-width: 340px; margin-bottom: 25px; font-size: clamp(34px, 9.3vw, 42px); line-height: 1.08; letter-spacing: -.7px; }
  .understanding p { max-width: 330px; margin-bottom: 30px; font-size: 18px; line-height: 1.56; }
  .understanding h3 { margin: 26px 0 18px; font-size: 31px; line-height: 1.12; }
  .question { padding: 22px 20px; border-radius: 17px; font-size: 17px; line-height: 1.55; }
  .answer { padding: 22px 16px; border-radius: 18px; font-size: 29px; line-height: 1.15; }
  .benefit-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .benefit { padding: 23px 14px; border-radius: 17px; }
  .benefit__icon { width: 35px; height: 35px; margin-bottom: 15px; }
  .benefit h3 { font-size: 23px; }
  .benefit p { font-size: 15px; line-height: 1.45; }
  .include-card, .include-card:nth-child(even), .bonus-grid article { display: flex; flex-direction: column; padding: 12px; border-radius: 20px; }
  .include-card:nth-child(even) .include-card__visual, .include-card:nth-child(even) .include-card__copy { grid-column: auto; grid-row: auto; }
  .include-card__copy, .bonus-card__copy { padding: 23px 10px 12px; }
  .include-card h3, .bonus-card__copy h3 { font-size: 28px; }
  .include-card p, .bonus-card__copy p { font-size: 16px; }
  .bonus-card__visual { min-height: 0; }
  .audience__grid { grid-template-columns: 1fr; }
  .audience__photo { height: 285px; }
  .audience__photo img { object-position: 58% center; }
  .audience__list { gap: 22px; padding: 23px 20px; }
  .audience__list p { font-size: 16px; }
  .recap-list { padding: 12px 18px; }
  .recap-list > div { gap: 10px; padding: 17px 0; font-size: 18px; }
  .recap-list > div > s { font-size: 16px; }
  .recap-list > p { font-size: 20px; }
  .recap-list > p strong { font-size: 53px; }
  .offer__grid { grid-template-columns: 1fr; gap: 20px; padding: 16px; border-radius: 23px; }
  .offer__visual .sos-brand { width: 120px; margin: 10px auto 15px; font-size: 37px; }
  .price-card { width: 100%; padding: 25px 17px; border-radius: 18px; }
  .price-card h3 { font-size: 31px; }
  .price-card p { font-size: 17px; }
  .amount { font-size: 72px; }
  .amount span { font-size: 27px; }
  .cta { min-height: 58px; padding-inline: 15px; font-size: 13px; }
  .trust { gap: 12px; }
  .trust span { font-size: 11px; }
  .steps { grid-template-columns: 1fr; gap: 15px; }
  .steps article { padding: 26px 22px; }
  .steps h3 { font-size: 23px; }
  .step-icon { margin-bottom: 20px; }
  .creator-grid { grid-template-columns: 1fr; }
  .creator-copy { padding: 30px 25px; }
  .creator-copy h2 { font-size: 53px; }
  .creator-copy h3 { font-size: 26px; }
  .creator-copy p { font-size: 16px; }
  .choices-grid { grid-template-columns: 1fr; gap: 17px; }
  .choices-grid article { padding: 28px; }
  .choices-grid p { font-size: 17px; }
  .choices > .container > h3 { font-size: 26px; }
  .choices > .container > p { font-size: 16px; }
  footer { padding: 45px 0 30px; }
}

@media (max-width: 359px) {
  .benefit-grid { grid-template-columns: 1fr; }
  .hero__lead { font-size: 14px; line-height: 1.38; }
  .before-after img { height: clamp(245px, 37svh, 320px); }
  .pain-scene { aspect-ratio: 1 / 1.65; }
  .pain-scene > picture { left: 38%; width: 62%; }
  .thoughts { top: 4%; bottom: 4%; width: 44%; }
  .thoughts p { min-height: 58px; padding: 8px 7px; font-size: 10px; }
  .understanding h2 { font-size: 33px; }
  .understanding p { font-size: 17px; }
  .answer { font-size: 26px; }
  .amount { font-size: 62px; }
  .trust { gap: 9px; }
  .trust span { font-size: 10px; }
  .cta { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
