:root {
  --ink: #17324d;
  --navy: #193f63;
  --blue: #c63d5a;
  --sky: #bfe5f2;
  --ice: #f2f9fc;
  --nude: #f1bd59;
  --cream: #fff;
  --white: #fff;
  --line: rgba(23, 50, 77, .14);
  --shadow: 0 30px 70px rgba(23, 50, 77, .15);
}

/* Final mobile correction: centered content, compact rhythm and reliable gestures. */
.checkout-fallback {
  display: block;
  margin-top: 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 640px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .container,
  .container-wide {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    padding-inline: 18px;
  }

  .site-header {
    left: 0;
    width: 100%;
    padding: 13px 15px;
    transform: none;
  }

  .brand,
  .brand > span:last-child,
  .hero-copy,
  .split-heading > *,
  .deliverables-grid > *,
  .authority-grid > *,
  .why-grid > *,
  .hard-truth-grid > *,
  .final-grid > * { min-width: 0; }

  .brand strong { font-size: 13px; line-height: 1.15; }
  .brand small { font-size: 7px; }

  .section,
  .section-soft,
  .section-dark { padding: 50px 0; }

  .hero { padding: 102px 0 48px; }
  .hero-grid { gap: 0; }
  .hero-copy { width: 100%; max-width: 100%; margin-inline: auto; text-align: center; }
  .hero-copy h1,
  .hero-lead,
  .hero blockquote { width: 100%; max-width: 100%; margin-inline: auto; }

  h1 {
    max-width: 100%;
    font-size: clamp(33px, 9.8vw, 42px);
    line-height: 1.06;
    overflow-wrap: break-word;
  }

  h2 { font-size: clamp(29px, 8.8vw, 38px); line-height: 1.08; }
  .eyebrow { margin-bottom: 12px; font-size: 10px; letter-spacing: .12em; }
  .hero-lead { font-size: 16px; }
  .mobile-home-visual { margin: 20px 0; }

  .hero blockquote {
    margin-block: 17px;
    padding: 15px;
    border-left: 0;
    border-radius: 10px;
    background: var(--ice);
  }

  .hero-notes { align-items: center; margin-top: 15px; }

  .button {
    min-height: 56px;
    padding: 0 18px;
    gap: 10px;
    text-align: center;
  }

  .truth-grid,
  .split-heading,
  .deliverables-grid,
  .authority-grid,
  .why-grid,
  .hard-truth-grid,
  .final-grid { gap: 24px; }

  .audience { padding-top: 46px; padding-bottom: 46px; }

  .split-heading > div:first-child,
  .analysis-intro,
  .deliverables-grid > div:first-child,
  .authority-copy,
  .why-copy,
  .hard-truth-grid > div:first-child,
  .final-copy,
  .faq-shell .section-intro { text-align: center; }

  .section-lead { margin: 0 auto 18px; font-size: 15px; }

  .check-list {
    display: grid;
    gap: 10px;
    border: 0;
  }

  .check-list div {
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(23, 50, 77, .08);
  }

  .check-list span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background: var(--blue);
    font-size: 0;
  }

  .check-list span::after {
    content: "✓";
    font-family: system-ui, sans-serif;
    font-size: 18px;
    font-weight: 800;
  }

  .check-list p { font-size: 14px; line-height: 1.45; }
  .analysis-intro { margin: 0 auto 20px; }
  .analysis-intro > p { font-size: 15px; }
  .analysis-grid { gap: 10px; border: 0; }

  .analysis-grid article {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    text-align: center;
  }

  .analysis-grid h3 { margin: 8px 0 3px; }

  .carousel-heading {
    gap: 8px;
    margin-bottom: 9px;
    text-align: center;
  }

  .carousel-heading p { margin: 9px 0 0; }

  .carousel-controls {
    align-self: stretch;
    justify-content: flex-end;
    width: 100%;
    margin-top: 0;
  }

  .carousel-controls::before {
    content: "Arraste para os lados";
    align-self: center;
    margin-right: auto;
    color: #6f7f8f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .section-dark .carousel-controls::before { color: var(--sky); }

  .carousel {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 14px 12px 18px;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    touch-action: auto;
    overscroll-behavior: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .carousel img {
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
  }

  .transformation-card,
  .photo-carousel figure { flex: 0 0 calc(100vw - 34px); max-width: calc(100vw - 34px); }
  .review-carousel figure { flex: 0 0 calc(100vw - 24px); max-width: calc(100vw - 24px); padding: 10px; }

  .transformation-strip,
  .reviews { padding-top: 50px; padding-bottom: 46px; }

  .deliverables { padding: 50px 0; }
  .deliverables-grid { gap: 22px; }

  .deliverables-list {
    padding: 0 14px;
    border: 1px solid rgba(191, 229, 242, .2);
    border-radius: 12px;
    background: rgba(255, 255, 255, .04);
  }

  .deliverables-list p {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 14px 0;
    font-size: 14px;
  }

  .deliverables-list span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(191, 229, 242, .12);
  }

  .authority { padding: 48px 0 26px; }
  .authority-grid { gap: 22px; }
  .authority-portrait { width: 100%; max-width: 360px; margin-inline: auto; }
  .authority-copy { margin-top: 0; }
  .authority-copy p { max-width: 100%; text-align: left; }
  .credentials { margin-top: 16px; text-align: left; }
  .credentials article { padding: 12px 0; }

  .authority-highlight {
    margin-top: 17px;
    padding: 16px;
    font-size: 18px;
    text-align: center;
  }

  .why-section { padding: 26px 0 48px; }
  .why-grid { gap: 22px; }
  .why-image img { min-height: 0; aspect-ratio: 4 / 3; }
  .why-copy p { font-size: 15px; text-align: left; }

  .why-copy > strong {
    margin-top: 17px;
    padding: 16px;
    border-radius: 10px;
    color: #fff;
    background: var(--blue);
    font-size: 20px;
    text-align: center;
  }

  .gallery { padding: 50px 0; }
  .hard-truth { padding: 48px 0; }
  .hard-truth-grid { gap: 17px; }

  .hard-truth-grid h2 {
    margin-bottom: 0;
    padding: 18px;
    border-radius: 12px;
    background: var(--ice);
  }

  .hard-truth-grid p { font-size: 15px; text-align: left; }

  .hard-truth-grid strong {
    display: block;
    margin-top: 14px;
    padding: 16px;
    border-radius: 10px;
    color: #fff;
    background: var(--blue);
    font-size: 20px;
    text-align: center;
  }

  .reviews .carousel-heading { margin-bottom: 7px; }
  .final-cta { padding: 56px 0; }
  .final-grid { gap: 26px; }
  .final-copy p { font-size: 15px; text-align: center; }
  .checkout-card { padding: 24px 18px; }
  .checkout-fallback { min-height: 44px; padding: 8px 0; }
  .faq { padding: 48px 0; }
  .faq-shell .section-intro { margin-bottom: 20px; }
  .faq-columns summary { padding: 16px 0; font-size: 17px; }
  .footer-grid { justify-items: center; text-align: center; }
  .footer-grid p { text-align: center; }
}

/* Keep these final refinements last so older responsive rules cannot override them. */
.impact-quote span,
.impact-quote strong { display: block; }
.impact-quote strong { margin-top: 5px; color: var(--blue); }
.analysis-grid span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  box-shadow: 0 8px 18px rgba(25,63,99,.18);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 850;
}
.analysis-grid h3 { margin-top: 12px; }

@media (max-width: 640px) {
  .mobile-home-visual { margin: 72px 0 20px; overflow: visible; }
  .mobile-home-visual .mobile-live-seal {
    position: absolute;
    z-index: 8;
    top: -58px;
    right: auto;
    bottom: auto;
    left: 50%;
    display: grid;
    width: 116px;
    height: 116px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.96);
    border-radius: 50%;
    color: #fff;
    background: radial-gradient(circle at 30% 24%, #d9687f 0, var(--blue) 44%, #9f2844 100%);
    box-shadow: 0 0 0 5px rgba(255,255,255,.82), 0 0 24px 10px rgba(255,246,232,.9), 0 16px 34px rgba(23,50,77,.24);
    font-size: inherit;
    transform: translateX(-50%) rotate(3deg);
  }
  .mobile-home-visual .mobile-live-seal::before { inset: 8px; border-color: rgba(255,255,255,.72); }
  .mobile-home-visual .mobile-live-seal strong { font-family: Arial, sans-serif; font-size: 14px; font-weight: 900; line-height: 1.12; letter-spacing: .045em; }
  .mobile-home-visual .mobile-consultation-photo { bottom: 18px; }

  .impact-quote { padding: 17px 14px; font-size: 18px; line-height: 1.3; text-align: center; }
  .impact-quote strong { margin-top: 7px; }

  .check-list { gap: 0; }
  .check-list div { border-radius: 0; border-bottom: 0; box-shadow: none; }
  .check-list div:first-child { border-radius: 12px 12px 0 0; }
  .check-list div:last-child { border-bottom: 1px solid var(--line); border-radius: 0 0 12px 12px; }

  .analysis-intro { margin-bottom: 14px; }
  .analysis-grid { gap: 0; }
  .analysis-grid article { border-radius: 0; border-bottom: 0; }
  .analysis-grid article:first-child { border-radius: 12px 12px 0 0; }
  .analysis-grid article:last-child { border-bottom: 1px solid var(--line); border-radius: 0 0 12px 12px; }
  .analysis-grid span { width: 36px; height: 36px; margin-inline: auto; color: #fff; background: var(--navy); }
  .analysis-grid h3 { margin: 9px 0 3px; }

  .hard-truth { padding-bottom: 27px; }
  .reviews { padding-top: 28px; }
}

/* Ajustes de acabamento — selo central, impacto e blocos compactos. */
.impact-quote span,
.impact-quote strong { display: block; }
.impact-quote strong { margin-top: 5px; color: var(--blue); }

.analysis-grid span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  box-shadow: 0 8px 18px rgba(25, 63, 99, .18);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 850;
}

.analysis-grid h3 { margin-top: 12px; }

@media (max-width: 640px) {
  .mobile-home-visual {
    margin: 72px 0 20px;
    overflow: visible;
  }

  .mobile-home-visual .mobile-live-seal {
    position: absolute;
    z-index: 8;
    top: -58px;
    right: auto;
    bottom: auto;
    left: 50%;
    display: grid;
    width: 116px;
    height: 116px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.96);
    border-radius: 50%;
    color: #fff;
    background: radial-gradient(circle at 30% 24%, #d9687f 0, var(--blue) 44%, #9f2844 100%);
    box-shadow: 0 0 0 5px rgba(255,255,255,.82), 0 0 24px 10px rgba(255,246,232,.9), 0 16px 34px rgba(23,50,77,.24);
    font-size: inherit;
    transform: translateX(-50%) rotate(3deg);
  }

  .mobile-home-visual .mobile-live-seal::before {
    inset: 8px;
    border-color: rgba(255,255,255,.72);
  }

  .mobile-home-visual .mobile-live-seal strong {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: .045em;
  }

  .mobile-home-visual .mobile-consultation-photo { bottom: 18px; }

  .impact-quote {
    padding: 17px 14px;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
  }

  .impact-quote strong { margin-top: 7px; }

  .check-list { gap: 0; }
  .check-list div {
    border-radius: 0;
    border-bottom: 0;
    box-shadow: none;
  }
  .check-list div:first-child { border-radius: 12px 12px 0 0; }
  .check-list div:last-child { border-bottom: 1px solid var(--line); border-radius: 0 0 12px 12px; }

  .analysis-intro { margin-bottom: 14px; }
  .analysis-grid { gap: 0; }
  .analysis-grid article {
    border-radius: 0;
    border-bottom: 0;
  }
  .analysis-grid article:first-child { border-radius: 12px 12px 0 0; }
  .analysis-grid article:last-child { border-bottom: 1px solid var(--line); border-radius: 0 0 12px 12px; }
  .analysis-grid span { width: 36px; height: 36px; margin-inline: auto; background: var(--navy); }
  .analysis-grid h3 { margin: 9px 0 3px; }

  .hard-truth { padding-bottom: 27px; }
  .reviews { padding-top: 28px; }
}

body[data-theme="cherry"] {
  --ink: #481b2a;
  --navy: #7b1f41;
  --blue: #c63d5a;
  --sky: #ffd877;
  --ice: #fff5f6;
  --nude: #f1b361;
  --cream: #fff;
  --line: rgba(93, 29, 51, .14);
  --shadow: 0 30px 70px rgba(93, 29, 51, .15);
}

body[data-theme="blue"] {
  --ink: #17324d;
  --navy: #193f63;
  --blue: #397ba5;
  --sky: #bfe5f2;
  --ice: #f2f9fc;
  --nude: #ead8c8;
  --cream: #fff;
  --line: rgba(23, 50, 77, .14);
  --shadow: 0 30px 70px rgba(23, 50, 77, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.container-wide { width: min(1380px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 118px 0; }
.section-soft { padding: 118px 0; background: var(--cream); }
.section-dark { padding: 118px 0; color: var(--white); background: var(--navy); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.eyebrow.light { color: var(--sky); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }
h1 { font-size: clamp(48px, 6vw, 80px); }
h2 { font-size: clamp(40px, 4.4vw, 62px); }
h1 em, h2 em { color: var(--blue); font-style: italic; }
.section-dark h2 em, .final-cta h2 em { color: var(--sky); }
.site-header { position: absolute; z-index: 20; top: 0; left: 50%; display: flex; align-items: center; justify-content: space-between; width: min(1160px, calc(100% - 48px)); padding: 24px 0; transform: translateX(-50%); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 47px; height: 39px; overflow: visible; fill: none; stroke: var(--blue); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.brand-body { stroke-width: 2.6; }
.brand-logo { display: grid !important; place-items: center; width: 48px; height: 42px; overflow: hidden; flex: 0 0 auto; }
.brand-logo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.38); mix-blend-mode: multiply; }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-family: Georgia, serif; font-size: 18px; font-weight: 600; }
.brand small { margin-top: 5px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.header-cta { padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--blue); font-size: 13px; font-weight: 700; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.theme-switcher { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.64); }
.theme-switcher button { padding: 6px 10px; border: 0; border-radius: 24px; color: var(--ink); background: transparent; cursor: pointer; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.theme-switcher button.active { color: #fff; background: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 58px; padding: 0 26px; border: 0; border-radius: 3px; font-weight: 750; transition: .25s ease; }
.button span { font-size: 22px; transition: transform .25s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(16, 36, 62, .16); }
.button:hover span { transform: translateX(5px); }
.button-primary { color: var(--white); background: var(--blue); }
.button-light { color: var(--navy); background: var(--white); }

.hero { position: relative; min-height: 850px; padding: 155px 0 105px; overflow: hidden; background: #fff; }
.hero::after { position: absolute; right: -8%; bottom: -35%; width: 550px; height: 550px; border: 1px solid rgba(30, 79, 122, .16); border-radius: 50%; content: ""; }
.hero-glow { position: absolute; top: -220px; right: 5%; width: 650px; height: 650px; border-radius: 50%; background: radial-gradient(circle, var(--ice), rgba(255,255,255,0) 69%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 72px; }
.live { padding: 8px 12px; border: 1px solid rgba(30,79,122,.22); border-radius: 40px; background: rgba(255,255,255,.55); }
.live i, .call-topbar i { width: 7px; height: 7px; border-radius: 50%; background: #f05757; box-shadow: 0 0 0 5px rgba(240,87,87,.12); animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(240,87,87,0); } }
.hero-copy h1 { max-width: 720px; }
.hero-lead { max-width: 650px; color: #694f57; font-size: 18px; }
.hero blockquote { margin: 34px 0; padding-left: 20px; border-left: 3px solid var(--nude); font-family: Georgia, serif; font-size: 21px; }
.hero-notes { display: flex; gap: 22px; margin-top: 22px; color: #73525e; font-size: 12px; }
.mobile-call-preview { display: none; }
.consultation-visual { position: relative; }
.live-seal { position: absolute; z-index: 5; top: -78px; right: 18px; display: grid; place-items: center; width: 132px; height: 132px; padding: 18px; border: 2px solid var(--blue); border-radius: 50%; color: var(--blue); background: #fff; box-shadow: 0 16px 38px rgba(23,50,77,.13); text-align: center; transform: rotate(4deg); }
.live-seal::before { position: absolute; inset: 6px; border: 1px dashed var(--blue); border-radius: 50%; content: ""; }
.live-seal span { position: relative; font-size: 7px; font-weight: 850; letter-spacing: .13em; }
.live-seal strong { position: relative; font-family: Georgia, serif; font-size: 17px; line-height: 1.02; }
.live-seal strong i { color: var(--nude); font-size: 12px; font-style: normal; }
.laptop { position: relative; padding: 13px 13px 0; border-radius: 21px 21px 6px 6px; background: #3b2028; box-shadow: 0 45px 80px rgba(91,28,48,.25); }
.camera { position: absolute; z-index: 2; top: 5px; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: #6e7d8c; transform: translateX(-50%); }
.screen { position: relative; min-height: 390px; padding: 16px; overflow: hidden; border-radius: 11px 11px 2px 2px; background: #f6e5d3; }
.call-topbar { display: flex; align-items: center; justify-content: space-between; height: 30px; color: #495e70; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.call-topbar span { display: flex; align-items: center; gap: 8px; }
.call-topbar b { color: #f05757; }
.call-grid { display: grid; grid-template-columns: 1.7fr .7fr; gap: 8px; height: 300px; }
.call-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 6px; background: #d6a279; }
.call-grid img { width: 100%; height: 100%; object-fit: cover; }
.speaker img { object-position: 50% 32%; }
.speaker img { filter: grayscale(1) sepia(.18) contrast(1.04); }
.session-photo { position: relative; margin: 0; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.session-photo > img { width: 100%; border-radius: 4px; }
.session-photo figcaption { position: absolute; left: 30px; bottom: 30px; display: flex; align-items: center; gap: 12px; padding: 12px 15px; color: var(--ink); background: rgba(255,255,255,.93); box-shadow: 0 12px 30px rgba(23,50,77,.14); backdrop-filter: blur(8px); }
.session-photo figcaption i { width: 9px; height: 9px; border-radius: 50%; background: #f05757; box-shadow: 0 0 0 6px rgba(240,87,87,.12); }
.session-photo figcaption span { display: grid; font-size: 10px; }
.session-photo figcaption strong { font-family: Georgia, serif; font-size: 15px; }
.call-grid figcaption { position: absolute; bottom: 8px; left: 8px; padding: 5px 8px; border-radius: 3px; color: #fff; background: rgba(9,27,46,.7); font-size: 8px; }
.call-side { display: grid; grid-template-rows: .8fr 1.2fr; gap: 8px; }
.client-card { display: grid; place-items: center; }
.client-avatar { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; color: #fff; background: var(--blue); font-family: Georgia, serif; font-size: 28px; }
.call-controls { display: flex; justify-content: center; gap: 8px; padding-top: 11px; }
.call-controls span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: #fff; background: #a86b59; font-size: 12px; }
.call-controls .hangup { background: #f05757; }
.laptop-base { position: absolute; bottom: -18px; left: -8%; width: 116%; height: 18px; border-radius: 2px 2px 30px 30px; background: linear-gradient(#cfd6dc, #909ca7); box-shadow: 0 12px 16px rgba(16,36,62,.18); }
.floating-card { position: absolute; right: -28px; bottom: -65px; display: flex; align-items: center; width: 230px; padding: 15px; border: 1px solid rgba(255,255,255,.8); border-radius: 7px; background: rgba(255,255,255,.93); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-card span { margin-right: 12px; color: var(--blue); font-family: Georgia, serif; font-size: 30px; }
.floating-card p { margin: 0; font-size: 12px; }

.truth-grid { display: grid; grid-template-columns: 80px 1.2fr .8fr; gap: 48px; align-items: start; }
.section-number { color: #7890a8; font-family: Georgia, serif; font-size: 50px; }
.truth-copy { padding-top: 46px; color: #f5dfe5; font-size: 17px; }
.truth-copy strong { display: block; margin-top: 28px; color: var(--white); font-family: Georgia, serif; font-size: 24px; }
.split-heading { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.check-list { border-top: 1px solid var(--line); }
.check-list div { display: grid; grid-template-columns: 58px 1fr; padding: 20px 4px; border-bottom: 1px solid var(--line); }
.check-list span { color: var(--blue); font-family: Georgia, serif; }
.check-list p { margin: 0; font-size: 15px; }
.section-intro { max-width: 720px; margin-bottom: 55px; }
.analysis-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.analysis-grid article { min-height: 190px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.42); }
.analysis-grid span { color: #7d95aa; font-family: Georgia, serif; font-size: 13px; }
.analysis-grid h3 { margin: 38px 0 4px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.analysis-grid p { margin: 0; color: #637184; font-size: 13px; }
.carousel-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.carousel-heading > div:first-child { max-width: 780px; }
.carousel-heading h2 { margin-bottom: 0; }
.carousel-heading p { max-width: 630px; margin-top: 20px; color: #637184; }
.carousel-controls { display: flex; gap: 8px; padding-bottom: 8px; }
.carousel-controls button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; cursor: pointer; transition: .2s; }
.carousel-controls button:hover { color: #fff; background: var(--blue); }
.light-controls button { color: #fff; border-color: rgba(255,255,255,.24); }
.carousel { display: flex; gap: 20px; padding-bottom: 18px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.carousel::-webkit-scrollbar { display: none; }
.transformation-card { flex: 0 0 min(410px, 82vw); margin: 0; overflow: hidden; border-radius: 4px; background: var(--white); box-shadow: 0 18px 45px rgba(16,36,62,.08); scroll-snap-align: start; }
.transformation-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.transformation-card figcaption { display: grid; gap: 4px; padding: 18px 20px 22px; }
.transformation-card figcaption span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.transformation-card figcaption strong { font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.deliverables-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.deliverables-list { border-top: 1px solid rgba(255,255,255,.18); }
.deliverables-list p { display: grid; grid-template-columns: 55px 1fr; margin: 0; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.18); color: #d2dbe4; }
.deliverables-list span { color: var(--sky); font-family: Georgia, serif; }
.authority-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 105px; align-items: center; }
.portrait { position: relative; max-width: 480px; }
.portrait::before { position: absolute; z-index: -1; top: -22px; left: -22px; width: 100%; height: 100%; border: 1px solid var(--nude); content: ""; }
.portrait img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center top; }
.portrait-caption { position: absolute; right: -45px; bottom: 28px; display: grid; width: 260px; padding: 18px; background: var(--white); box-shadow: var(--shadow); }
.portrait-caption strong { font-family: Georgia, serif; font-size: 22px; }
.portrait-caption span { margin-top: 5px; color: #647386; font-size: 11px; }
.authority-copy .large { margin: 30px 0; color: var(--blue); font-family: Georgia, serif; font-size: 25px; }
.authority-copy p:not(.large) { max-width: 650px; color: #765963; }
.credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin-top: 34px; border-top: 1px solid var(--line); }
.credentials article { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.credentials article > span { color: var(--blue); font-family: Georgia, serif; }
.credentials article div { display: grid; gap: 3px; }
.credentials strong { font-family: Georgia, serif; font-size: 15px; }
.credentials small { color: #775c61; font-size: 10px; line-height: 1.4; }
.objection-list { border-top: 1px solid var(--line); }
.objection-list details { border-bottom: 1px solid var(--line); }
.objection-list summary { display: flex; justify-content: space-between; padding: 25px 2px; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 23px; }
.objection-list summary::-webkit-details-marker { display: none; }
.objection-list summary span { color: var(--blue); font-family: system-ui; font-weight: 300; transition: transform .2s; }
.objection-list details[open] summary span { transform: rotate(45deg); }
.objection-list details p { max-width: 720px; padding: 0 0 28px; color: #58687b; }
.photo-carousel figure { position: relative; flex: 0 0 min(450px, 86vw); height: 560px; margin: 0; overflow: hidden; border-radius: 4px; scroll-snap-align: start; }
.photo-carousel img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.photo-carousel figure:hover img { transform: scale(1.025); }
.photo-carousel figcaption { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 16px; color: #fff; background: rgba(11,28,50,.72); backdrop-filter: blur(8px); font-family: Georgia, serif; }
.review-carousel figure { flex: 0 0 min(620px, 90vw); margin: 0; padding: 20px; border: 1px solid var(--line); background: #fff; scroll-snap-align: start; }
.review-carousel img { width: 100%; }
.not-for-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.not-for-list p { display: grid; grid-template-columns: 42px 1fr; align-items: center; margin: 0; padding: 22px 0; border-bottom: 1px solid var(--line); }
.not-for-list span { color: #b06b6b; font-family: Georgia, serif; font-size: 26px; }
.business-callout { margin-top: 80px; padding: 42px 48px; text-align: center; color: #fff; background: var(--blue); }
.business-callout p { margin: 0 0 6px; color: var(--sky); }
.business-callout strong { font-family: Georgia, serif; font-size: clamp(30px, 4vw, 48px); font-weight: 400; }
.final-cta { position: relative; padding: 125px 0; overflow: hidden; color: #fff; background: var(--navy); }
.final-shape { position: absolute; top: -240px; left: -180px; width: 600px; height: 600px; border: 1px solid rgba(205,230,242,.14); border-radius: 50%; }
.final-grid { position: relative; display: grid; grid-template-columns: 1.1fr .7fr; gap: 100px; align-items: center; }
.final-copy p { max-width: 650px; color: #bac7d5; font-size: 18px; }
.checkout-card { padding: 34px; color: var(--ink); background: #fff; box-shadow: 0 35px 80px rgba(0,0,0,.25); }
.checkout-label { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.price { display: grid; padding: 24px 0; border-bottom: 1px solid var(--line); }
.price small { color: #66778a; }
.price strong { font-family: Georgia, serif; font-size: 55px; font-weight: 400; line-height: 1.1; }
.checkout-card ul { display: grid; gap: 10px; padding: 0; margin: 24px 0; list-style: none; color: #4f6176; font-size: 13px; }
.payment-methods { display: flex; gap: 8px; margin-bottom: 18px; }
.payment-methods span { flex: 1; padding: 9px; border: 1px solid var(--line); text-align: center; color: var(--blue); font-size: 10px; font-weight: 750; }
.checkout-button { width: 100%; }
.secure { display: block; margin-top: 12px; text-align: center; color: #718093; font-size: 9px; }
.checkout-step-note { margin: 13px 0 0; color: #617287; font-size: 11px; line-height: 1.55; text-align: center; }
.pending-message { margin: 12px 0 0; color: #8b5f24; font-size: 11px; text-align: center; }
footer { padding: 32px 0; border-top: 1px solid var(--line); background: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; }
.footer-grid p { margin: 0; color: #637184; font-size: 12px; text-align: center; }
.footer-grid > a:last-child { color: var(--blue); font-size: 12px; font-weight: 700; }
.whatsapp { position: fixed; z-index: 30; right: 22px; bottom: 22px; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #25d366; box-shadow: 0 12px 30px rgba(0,0,0,.22); transition: .2s; }
.whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp svg { width: 31px; fill: white; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.hero .reveal { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero-grid, .truth-grid, .split-heading, .deliverables-grid, .authority-grid, .not-for-grid, .final-grid { grid-template-columns: minmax(0, 1fr); gap: 55px; }
  .hero { padding-top: 145px; }
  .truth-grid .section-number { display: none; }
  .truth-copy { padding-top: 0; }
  .analysis-grid { grid-template-columns: repeat(2, 1fr); }
  .consultation-visual { width: min(650px, 100%); margin-inline: auto; }
  .authority-grid { max-width: 760px; }
  .portrait { margin-inline: auto; }
  .final-grid { max-width: 760px; }
}

@media (max-width: 640px) {
  .container, .container-wide { width: min(100% - 30px, 1160px); }
  .section, .section-soft, .section-dark { padding: 82px 0; }
  .site-header { width: calc(100% - 30px); padding-top: 16px; }
  .header-cta { display: none; }
  .theme-switcher { display: none; }
  .brand strong { font-size: 16px; }
  .hero { min-height: auto; padding: 125px 0 90px; }
  h1 { width: 100%; max-width: 330px; font-size: 37px; white-space: normal; overflow-wrap: normal; }
  h2 { font-size: clamp(36px, 10vw, 48px); }
  .hero-lead { max-width: 330px; font-size: 15px; }
  .hero-copy { width: 330px; min-width: 0; max-width: calc(100vw - 48px); }
  .hero blockquote { max-width: 330px; font-size: 18px; }
  .mobile-call-preview { position: relative; display: block; width: 100%; max-width: 100%; height: auto; margin: 28px 0; padding: 7px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 20px 38px rgba(23,50,77,.14); }
  .mobile-session-photo { width: 100%; border-radius: 6px; }
  .mobile-call-preview figure, .mobile-call-preview > div { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 4px; background: #d6a279; }
  .mobile-call-preview figure img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; }
  .mobile-call-preview figcaption { position: absolute; bottom: 6px; left: 6px; padding: 3px 5px; color: #fff; background: rgba(9,27,46,.72); font-size: 7px; }
  .mobile-call-preview > div { display: grid; grid-template-rows: 1fr 1fr; }
  .mobile-call-preview > div img { width: 100%; height: 100%; object-fit: cover; }
  .mobile-client { display: grid; place-items: center; width: 44px; height: 44px; margin: 10px auto 0; border-radius: 50%; color: #fff; background: var(--blue); font-family: Georgia, serif; font-size: 22px; }
  .mobile-call-preview small { position: absolute; top: 57px; width: 100%; text-align: center; color: #fff; font-size: 7px; }
  .mobile-call-preview > b { position: absolute; top: 13px; right: 13px; display: flex; align-items: center; gap: 5px; padding: 4px 6px; border-radius: 20px; color: #f05757; background: #fff; font-size: 7px; letter-spacing: .08em; }
  .mobile-call-preview > b i { width: 5px; height: 5px; border-radius: 50%; background: #f05757; }
  .consultation-visual { display: none; }
  .live-seal { display: none; }
  .hero-notes { flex-direction: column; gap: 7px; }
  .button { width: 100%; }
  .screen { min-height: 305px; padding: 10px; }
  .call-grid { height: 220px; }
  .call-topbar { font-size: 7px; }
  .floating-card { right: 5px; bottom: -58px; }
  .analysis-grid { grid-template-columns: 1fr; }
  .analysis-grid article { min-height: 150px; }
  .carousel-heading { align-items: center; }
  .carousel-controls { flex: 0 0 auto; }
  .carousel-controls button { width: 40px; height: 40px; }
  .transformation-card { flex-basis: 86vw; }
  .portrait-caption { right: 8px; bottom: -30px; }
  .authority-copy { margin-top: 25px; }
  .credentials { grid-template-columns: 1fr; }
  .photo-carousel figure { height: 490px; }
  .business-callout { margin-top: 50px; padding: 32px 20px; }
  .final-cta { padding: 85px 0; }
  .checkout-card { padding: 26px 20px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: start; }
  .footer-grid p { text-align: left; }
  .whatsapp { right: 14px; bottom: 14px; width: 52px; height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Estrutura final da oferta */
.section-lead { max-width: 520px; color: #5d6d7e; font-size: 17px; }
.mobile-home-visual { display: none; }
.home-consultation { position: relative; min-height: 570px; }
.home-backdrop { width: 100%; height: 535px; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.home-consultation::after { position: absolute; inset: 22px -18px -18px 28px; z-index: -1; border: 1px solid var(--sky); border-radius: 8px; content: ""; }
.consult-device { position: absolute; right: 26px; bottom: -12px; width: 66%; padding: 10px; border: 8px solid #263b4e; border-radius: 15px; background: #fff; box-shadow: 0 22px 55px rgba(23,50,77,.25); }
.device-top { display: flex; align-items: center; gap: 7px; padding: 3px 3px 9px; color: #526476; font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.device-top i { width: 6px; height: 6px; border-radius: 50%; background: #f05757; }
.device-top b { margin-left: auto; color: var(--blue); }
.device-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; height: 160px; }
.device-panels figure { position: relative; margin: 0; overflow: hidden; border-radius: 4px; background: var(--ice); }
.device-panels img { width: 100%; height: 100%; object-fit: cover; }
.device-panels figure:first-child img { object-position: center 22%; }
.device-panels figcaption { position: absolute; right: 5px; bottom: 5px; left: 5px; padding: 4px 6px; color: #fff; background: rgba(23,50,77,.72); font-size: 7px; }
.hero-seal { top: -58px; right: -25px; color: #fff; border-color: #fff; background: var(--blue); }
.hero-seal::before { border-color: rgba(255,255,255,.72); }
.hero-seal strong i { color: var(--sky); }
.consultation-photo { position: absolute; right: auto; bottom: 20px; left: 50%; width: 82%; border: 7px solid rgba(255,255,255,.94); border-radius: 12px; box-shadow: 0 24px 52px rgba(23,50,77,.25); transform: translateX(-50%); transform-origin: center; }
.hero-seal { top: -36px; right: auto; left: 50%; width: 138px; height: 138px; padding: 22px; border: 1px solid rgba(255,255,255,.96); color: #fff; background: radial-gradient(circle at 30% 24%, #d9687f 0, var(--blue) 44%, #9f2844 100%); box-shadow: 0 0 0 5px rgba(255,255,255,.76), 0 0 26px 12px rgba(255,246,232,.92), 0 18px 38px rgba(23,50,77,.28); transform: translateX(-50%) rotate(3deg); }
.hero-seal::before { inset: 8px; border: 1px solid rgba(255,255,255,.7); box-shadow: inset 0 0 12px rgba(255,255,255,.32); }
.hero-seal strong { font-family: Arial, sans-serif; font-size: 16px; font-weight: 900; line-height: 1.12; letter-spacing: .045em; }
.analysis-intro { margin-bottom: 34px; }
.analysis-grid article { min-height: 0; padding: 19px 21px; }
.analysis-grid h3 { margin: 13px 0 4px; font-size: 20px; }
.analysis-grid p { line-height: 1.45; }
.deliverables-grid { gap: 66px; }
.deliverables-list p { grid-template-columns: 42px 1fr; padding: 16px 0; }
.authority-grid { gap: 72px; align-items: start; }
.authority-portrait { max-width: 470px; }
.authority-portrait img { aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; filter: saturate(.9) contrast(.97) brightness(1.025); }
.credentials { gap: 0 16px; margin-top: 22px; }
.credentials article { grid-template-columns: 27px 1fr; gap: 7px; padding: 11px 0; }
.credentials article > span { font-size: 12px; }
.credentials strong { font-size: 14px; }
.credentials small { font-size: 9px; line-height: 1.3; }
.authority-highlight { margin-top: 22px; padding: 19px 22px; border-left: 4px solid var(--blue); color: var(--ink); background: var(--ice); font-family: Georgia, serif; font-size: 21px; line-height: 1.35; }
.authority-highlight strong { color: var(--blue); }
.faq-shell .section-intro { max-width: 900px; margin-bottom: 38px; }
.faq-shell .section-intro p { max-width: 660px; }
.faq-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 36px; align-items: start; }
.faq-columns details { min-width: 0; border-top: 1px solid var(--line); border-bottom: 0; }
.faq-columns summary { gap: 18px; padding: 20px 2px; font-size: 18px; line-height: 1.25; }
.faq-columns details p { padding-bottom: 21px; font-size: 13px; line-height: 1.65; }
.analysis-intro { max-width: 900px; }
.analysis-intro > p { max-width: 780px; color: #586a7d; font-size: 17px; }
.analysis-question { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 20px; margin: 0 0 28px; padding: 24px 28px; color: #fff; background: var(--blue); }
.analysis-question span { font-family: Georgia, serif; font-size: 25px; }
.analysis-question p { margin: 0; }
.analysis-question strong { font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.portrait-clean { margin: 0; padding: 14px; border: 1px solid var(--nude); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.portrait-clean img { width: 100%; border-radius: 5px; }
.why-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 85px; }
.why-image { position: relative; }
.why-image img { width: 100%; min-height: 520px; object-fit: cover; border-radius: 6px; box-shadow: var(--shadow); }
.why-image span { position: absolute; right: 22px; bottom: 22px; left: 22px; padding: 15px; color: #fff; background: rgba(25,63,99,.84); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-align: center; text-transform: uppercase; backdrop-filter: blur(8px); }
.why-copy p { color: #56687a; }
.why-copy > strong { display: block; margin-top: 28px; color: var(--blue); font-family: Georgia, serif; font-size: 25px; }
.hard-truth { padding: 105px 0; }
.hard-truth-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; align-items: center; }
.hard-truth-grid p { color: #586a7d; font-size: 18px; }
.hard-truth-grid strong { color: var(--blue); font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 90px; align-items: start; }
.faq .section-intro { position: sticky; top: 35px; }
.final-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.final-badges span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 30px; color: var(--sky); font-size: 10px; }
.installment { display: grid; justify-items: center; padding: 25px 0 18px; text-align: center; }
.installment > small { color: #66778a; font-size: 12px; }
.installment strong { color: var(--blue); font-family: Georgia, serif; font-size: 62px; font-weight: 400; line-height: 1; }
.installment strong sup { font-family: system-ui; font-size: 14px; font-weight: 800; vertical-align: 23px; }
.installment strong small { font-size: 25px; }
.installment > span { margin-top: 6px; color: #718093; font-size: 10px; text-transform: uppercase; }
.pix-price { padding: 11px; border: 1px solid var(--line); color: var(--ink); background: var(--ice); text-align: center; font-weight: 800; }
.offer-note { margin: 18px 0 0; color: #586a7d; font-size: 12px; text-align: center; }

@media (max-width: 980px) {
  .home-consultation { width: min(680px, 100%); margin: 20px auto 0; }
  .why-grid, .hard-truth-grid, .faq-grid { grid-template-columns: minmax(0, 1fr); gap: 55px; }
  .faq .section-intro { position: static; }
  .analysis-question { grid-template-columns: 42px 1fr; }
  .analysis-question strong { grid-column: 2; }
  .authority-grid { gap: 48px; }
}

@media (max-width: 640px) {
  .container, .container-wide { width: calc(100% - 30px); max-width: calc(100% - 30px); }
  .hero-grid, .truth-grid, .split-heading, .deliverables-grid, .authority-grid, .why-grid, .hard-truth-grid, .faq-grid, .final-grid { width: 100%; min-width: 0; max-width: 100%; }
  .hero-grid > *, .truth-grid > *, .split-heading > *, .deliverables-grid > *, .authority-grid > *, .why-grid > *, .hard-truth-grid > *, .faq-grid > *, .final-grid > * { min-width: 0; max-width: 100%; }
  h2 { width: 100%; max-width: 100%; font-size: 34px; overflow-wrap: break-word; }
  .truth-copy, .authority-copy, .why-copy, .hard-truth-grid > div, .faq .section-intro { width: 100%; max-width: 100%; }
  .check-list { width: 100%; min-width: 0; }
  .check-list div { grid-template-columns: 34px minmax(0, 1fr); }
  .check-list p, .truth-copy p, .section-lead, .analysis-intro > p, .why-copy p, .hard-truth-grid p { max-width: 100%; overflow-wrap: break-word; }
  .mobile-home-visual { position: relative; display: block; margin: 28px 0; padding: 7px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 18px 40px rgba(23,50,77,.12); }
  .mobile-home-visual img { width: 100%; height: 230px; object-fit: cover; border-radius: 6px; }
  .mobile-home-visual span { position: absolute; right: 15px; bottom: 15px; left: 15px; padding: 9px; color: #fff; background: var(--blue); font-size: 9px; font-weight: 800; text-align: center; text-transform: uppercase; }
  .mobile-home-visual > img:first-child { height: 330px; object-fit: cover; }
  .mobile-home-visual .mobile-consultation-photo { position: absolute; right: auto; bottom: 48px; left: 50%; width: 82%; height: auto; border: 5px solid rgba(255,255,255,.94); border-radius: 8px; box-shadow: 0 16px 30px rgba(23,50,77,.25); object-fit: contain; transform: translateX(-50%); }
  .home-consultation { display: none; }
  .analysis-question { grid-template-columns: 1fr; gap: 8px; padding: 20px; }
  .analysis-question strong { grid-column: 1; }
  .why-image img { min-height: 380px; }
  .why-grid, .hard-truth-grid, .faq-grid { gap: 38px; }
  .analysis-grid { grid-template-columns: 1fr; }
  .analysis-grid article { padding: 18px; }
  .deliverables-grid { gap: 40px; }
  .authority-grid { gap: 38px; }
  .credentials { grid-template-columns: 1fr; }
  .faq-columns { grid-template-columns: 1fr; }
  .hard-truth { padding: 78px 0; }
  .installment strong { font-size: 52px; }
  .final-badges { gap: 6px; }

  /* Mobile: keep every section inside the viewport and make carousels clearly interactive. */
  .carousel-heading { flex-direction: column; align-items: stretch; gap: 14px; margin-bottom: 12px; }
  .carousel-heading > div:first-child { width: 100%; min-width: 0; }
  .carousel-controls { align-self: flex-end; gap: 7px; margin: 0; padding: 0; }
  .carousel-controls button { width: 44px; height: 44px; border-color: rgba(30,79,122,.35); background: #fff; box-shadow: 0 8px 20px rgba(23,50,77,.12); font-size: 19px; }
  .light-controls button { color: #fff; border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.08); box-shadow: 0 8px 20px rgba(0,0,0,.18); }
  .carousel { width: calc(100% - 15px); max-width: none; margin-left: 15px; padding: 0 15px 16px 0; overflow-x: auto; overflow-y: hidden; touch-action: pan-x; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
  .transformation-card, .photo-carousel figure, .review-carousel figure { flex-basis: calc(100vw - 46px); max-width: calc(100vw - 46px); }
  .photo-carousel figure { height: min(490px, 128vw); }
}

/* Mobile overrides must remain last in this file. */
@media (max-width: 640px) {
  html, body { width: 100%; max-width: 100%; overflow-x: hidden; }

  .container, .container-wide {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    padding-inline: 18px;
  }

  .site-header { left: 0; width: 100%; padding: 13px 15px; transform: none; }
  .brand, .brand > span:last-child, .hero-copy,
  .split-heading > *, .deliverables-grid > *, .authority-grid > *,
  .why-grid > *, .hard-truth-grid > *, .final-grid > * { min-width: 0; }
  .brand strong { font-size: 13px; line-height: 1.15; }
  .brand small { font-size: 7px; }

  .section, .section-soft, .section-dark { padding: 50px 0; }
  .hero { padding: 102px 0 48px; }
  .hero-grid { gap: 0; }
  .hero-copy { width: 100%; max-width: 100%; margin-inline: auto; text-align: center; }
  .hero-copy h1, .hero-lead, .hero blockquote { width: 100%; max-width: 100%; margin-inline: auto; }
  h1 { max-width: 100%; font-size: clamp(33px, 9.8vw, 42px); line-height: 1.06; overflow-wrap: break-word; }
  h2 { font-size: clamp(29px, 8.8vw, 38px); line-height: 1.08; }
  .eyebrow { margin-bottom: 12px; font-size: 10px; letter-spacing: .12em; }
  .hero-lead { font-size: 16px; }
  .mobile-home-visual { margin: 20px 0; }
  .hero blockquote { margin-block: 17px; padding: 15px; border-left: 0; border-radius: 10px; background: var(--ice); }
  .hero-notes { align-items: center; margin-top: 15px; }
  .button { min-height: 56px; padding: 0 18px; gap: 10px; text-align: center; }

  .truth-grid, .split-heading, .deliverables-grid, .authority-grid,
  .why-grid, .hard-truth-grid, .final-grid { gap: 24px; }
  .audience { padding-top: 46px; padding-bottom: 46px; }

  .split-heading > div:first-child, .analysis-intro,
  .deliverables-grid > div:first-child, .authority-copy, .why-copy,
  .hard-truth-grid > div:first-child, .final-copy,
  .faq-shell .section-intro { text-align: center; }

  .section-lead { margin: 0 auto 18px; font-size: 15px; }
  .check-list { display: grid; gap: 10px; border: 0; }
  .check-list div {
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(23, 50, 77, .08);
  }
  .check-list span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background: var(--blue);
    font-size: 0;
  }
  .check-list span::after { content: "✓"; font-family: system-ui, sans-serif; font-size: 18px; font-weight: 800; }
  .check-list p { font-size: 14px; line-height: 1.45; }

  .analysis-intro { margin: 0 auto 20px; }
  .analysis-intro > p { font-size: 15px; }
  .analysis-grid { gap: 10px; border: 0; }
  .analysis-grid article { padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; text-align: center; }
  .analysis-grid h3 { margin: 8px 0 3px; }

  .carousel-heading { gap: 8px; margin-bottom: 9px; text-align: center; }
  .carousel-heading p { margin: 9px 0 0; }
  .carousel-controls { align-self: stretch; justify-content: flex-end; width: 100%; margin-top: 0; }
  .carousel-controls::before {
    content: "Arraste para os lados";
    align-self: center;
    margin-right: auto;
    color: #6f7f8f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .section-dark .carousel-controls::before { color: var(--sky); }
  .carousel {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 14px 12px 18px;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    touch-action: auto;
    overscroll-behavior: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .carousel img { pointer-events: none; user-select: none; -webkit-user-drag: none; }
  .transformation-card, .photo-carousel figure { flex: 0 0 calc(100vw - 34px); max-width: calc(100vw - 34px); }
  .review-carousel figure { flex: 0 0 calc(100vw - 24px); max-width: calc(100vw - 24px); padding: 10px; }
  .transformation-strip, .reviews { padding-top: 50px; padding-bottom: 46px; }

  .deliverables { padding: 50px 0; }
  .deliverables-grid { gap: 22px; }
  .deliverables-list { padding: 0 14px; border: 1px solid rgba(191, 229, 242, .2); border-radius: 12px; background: rgba(255, 255, 255, .04); }
  .deliverables-list p { grid-template-columns: 36px minmax(0, 1fr); padding: 14px 0; font-size: 14px; }
  .deliverables-list span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(191, 229, 242, .12); }

  .authority { padding: 48px 0 26px; }
  .authority-grid { gap: 22px; }
  .authority-portrait { width: 100%; max-width: 360px; margin-inline: auto; }
  .authority-copy { margin-top: 0; }
  .authority-copy p { max-width: 100%; text-align: left; }
  .credentials { margin-top: 16px; text-align: left; }
  .credentials article { padding: 12px 0; }
  .authority-highlight { margin-top: 17px; padding: 16px; font-size: 18px; text-align: center; }

  .why-section { padding: 26px 0 48px; }
  .why-grid { gap: 22px; }
  .why-image img { min-height: 0; aspect-ratio: 4 / 3; }
  .why-copy p { font-size: 15px; text-align: left; }
  .why-copy > strong { margin-top: 17px; padding: 16px; border-radius: 10px; color: #fff; background: var(--blue); font-size: 20px; text-align: center; }

  .gallery { padding: 50px 0; }
  .hard-truth { padding: 48px 0; }
  .hard-truth-grid { gap: 17px; }
  .hard-truth-grid h2 { margin-bottom: 0; padding: 18px; border-radius: 12px; background: var(--ice); }
  .hard-truth-grid p { font-size: 15px; text-align: left; }
  .hard-truth-grid strong { display: block; margin-top: 14px; padding: 16px; border-radius: 10px; color: #fff; background: var(--blue); font-size: 20px; text-align: center; }

  .reviews .carousel-heading { margin-bottom: 7px; }
  .final-cta { padding: 56px 0; }
  .final-grid { gap: 26px; }
  .final-copy p { font-size: 15px; text-align: center; }
  .checkout-card { padding: 24px 18px; }
  .checkout-fallback { min-height: 44px; padding: 8px 0; }
  .faq { padding: 48px 0; }
  .faq-shell .section-intro { margin-bottom: 20px; }
  .faq-columns summary { padding: 16px 0; font-size: 17px; }
  .footer-grid { justify-items: center; text-align: center; }
  .footer-grid p { text-align: center; }
}
