:root {
  --ink: #171211;
  --muted: #75686a;
  --rose: #f5dce7;
  --rose-strong: #a54763;
  --pearl: #fff9fb;
  --cream: #f8f0e8;
  --gold: #b08a42;
  --stone: #d9d4cf;
  --line: rgba(23, 18, 17, .13);
  --shadow: 0 24px 70px rgba(56, 35, 38, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fffafd 0%, #f8edf1 34%, #fff9f6 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .38;
  background-image: linear-gradient(rgba(176, 138, 66, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(176, 138, 66, .08) 1px, transparent 1px);
  background-size: 56px 56px;
}

a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
strong { color: var(--ink); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(255, 249, 251, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand { display: flex; align-items: center; font-weight: 800; }
.brand img { width: 138px; height: auto; object-fit: contain; }

nav { display: none; gap: 22px; color: var(--muted); font-size: 14px; }
.header-cta { display: none; color: var(--rose-strong); font-weight: 850; }

.hero, .section {
  width: min(1220px, calc(100% - 36px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 68px);
  display: grid;
  align-items: center;
  gap: 34px;
  padding: 46px 0 58px;
}

.section { padding: 74px 0; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--rose-strong);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 900;
}
.hero-logo {
  width: min(250px, 70vw);
  height: auto;
  margin: 0 0 26px;
  object-fit: contain;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}
h1 { font-size: clamp(43px, 8vw, 88px); line-height: .96; margin-bottom: 22px; max-width: 780px; }
h2 { font-size: clamp(32px, 5vw, 58px); line-height: 1.02; margin-bottom: 18px; }
h3 { font-size: 19px; margin-bottom: 10px; }
p, li { color: var(--muted); font-size: 17px; line-height: 1.72; }
.lead { max-width: 660px; font-size: 19px; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.primary { color: white; background: var(--ink); box-shadow: 0 16px 34px rgba(23, 18, 17, .22); }
.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.7); }
.text-link { color: var(--rose-strong); font-weight: 900; border-bottom: 1px solid currentColor; }

.hero-proof, .pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.hero-proof span, .pill-row span {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.hero-media {
  position: relative;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.55);
  box-shadow: var(--shadow);
}
.hero-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; border-radius: 7px; }
.media-badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255, 249, 251, .92);
  color: var(--ink);
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(23,18,17,.13);
}

.worry, .split, .form-section, .natural, .fit, .maintenance, .story, .question {
  display: grid;
  gap: 34px;
  align-items: center;
}
.copy-stack p:last-child { margin-bottom: 0; }
.principle-card, .quote-card, .qual-form, .result-card, .price-grid article, .testimonial-grid article, details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.66);
  box-shadow: 0 14px 44px rgba(56, 35, 38, .08);
}
.principle-card, .quote-card, .testimonial-grid article { padding: 28px; }
.principle-card h3, .quote-card p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.12;
  color: var(--ink);
}
.quote-card span { color: var(--rose-strong); font-weight: 900; }

.section-head { max-width: 820px; margin-bottom: 30px; }
.feature-grid, .results-grid, .evolution-grid, .price-grid, .testimonial-grid, .timeline {
  display: grid;
  gap: 16px;
}
.feature-grid article {
  padding: 24px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.5), rgba(255,255,255,.14));
}
.feature-grid span, .timeline span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--gold);
  font-weight: 950;
}
.benefits-band {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100vw - 1220px) / 2));
  padding-right: max(18px, calc((100vw - 1220px) / 2));
  background: var(--ink);
}
.benefits-band h2, .benefits-band .eyebrow { color: white; }
.benefits-band .pill-row span { color: #fff6f1; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); }

.result-card { overflow: hidden; }
.result-card h3, .result-card p { padding: 0 20px; }
.result-card h3 { margin-top: 20px; }
.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
}
figure { position: relative; margin: 0; background: #eee; }
figure img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
figcaption {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  font-size: 12px;
  font-weight: 950;
}
.center-cta { display: flex; justify-content: center; margin-top: 28px; }

.evolution-grid article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}
.evolution-grid img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.evolution-grid .case-03 img:first-child { object-position: center 18%; }
.evolution-grid .case-03 img:nth-child(2) { object-position: center 16%; }
.evolution-grid h3 { grid-column: 1 / -1; padding: 18px; margin: 0; }

.form-section {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100vw - 1220px) / 2));
  padding-right: max(18px, calc((100vw - 1220px) / 2));
  background: #fff;
}
.steps { padding: 0; margin: 24px 0 0; list-style: none; display: grid; gap: 14px; }
.steps li { padding-left: 0; }
.steps span { display: block; color: var(--muted); }
.qual-form { display: grid; gap: 14px; padding: 24px; }
label { display: grid; gap: 8px; color: var(--ink); font-weight: 850; }
input, select {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  background: #fffdfd;
  color: var(--ink);
  font: inherit;
}
input:focus, select:focus { outline: 3px solid rgba(165, 71, 99, .18); border-color: var(--rose-strong); }
.form-status { min-height: 24px; margin: 0; font-size: 14px; }

.timeline article {
  padding: 24px;
  border-top: 1px solid var(--line);
}
.natural-media img, .story-media img, .maintenance video, .testimonial-grid video {
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.natural-media img { aspect-ratio: 4 / 5; object-fit: cover; }
.story-media img { aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
.maintenance video, .testimonial-grid video { background: #111; }
.big-line {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.24;
}

.check-list, .x-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.check-list li, .x-list li { position: relative; padding-left: 32px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 950; }
.x-list li::before { content: "×"; position: absolute; left: 0; color: var(--rose-strong); font-weight: 950; }

.investment {
  text-align: center;
  max-width: 940px;
}
.investment h2 strong { display: block; margin-top: 8px; font-size: clamp(58px, 10vw, 118px); color: var(--rose-strong); }
.price-grid { margin: 28px 0; text-align: left; }
.price-grid article { padding: 24px; }
.price-grid span { display: block; color: var(--muted); font-weight: 850; }
.price-grid strong { display: block; margin: 8px 0; font-size: 34px; }

.story blockquote {
  margin: 22px 0 0;
  padding-left: 18px;
  border-left: 4px solid var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.28;
}
.sublogo-inline {
  width: 86px;
  height: auto;
  margin-bottom: 18px;
}
.studio-logo {
  width: 128px;
  height: auto;
  margin: 0 auto 18px;
}
.studio, .final-cta {
  text-align: center;
  max-width: 900px;
}
.final-cta .hero-actions { justify-content: center; }
.fine-print { margin-top: 22px; font-size: 14px; font-weight: 850; color: var(--rose-strong); }

details { padding: 22px 24px; margin-bottom: 12px; box-shadow: none; }
summary { cursor: pointer; font-size: 18px; font-weight: 950; }
details p { margin: 14px 0 0; }

.float-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: none;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  padding: 0;
  overflow: visible;
  background: #25d366;
  box-shadow: 0 14px 34px rgba(31,143,95,.35);
}
.float-whatsapp img {
  width: 38px;
  height: 38px;
  max-width: 38px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.mobile-sticky {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 45;
}
.mobile-sticky a {
  display: grid;
  gap: 2px;
  padding: 12px 16px;
  border-radius: 999px;
  color: white;
  background: var(--ink);
  box-shadow: 0 16px 34px rgba(23,18,17,.26);
  text-align: center;
}
.mobile-sticky span { color: rgba(255,255,255,.72); font-size: 12px; }

@media (min-width: 760px) {
  nav, .header-cta { display: flex; }
  .hero, .worry, .split, .form-section, .natural, .fit, .maintenance, .story, .question { grid-template-columns: 1fr 1fr; }
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-grid article { grid-column: 1 / -1; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .results-grid, .evolution-grid { grid-template-columns: repeat(3, 1fr); }
  .price-grid { grid-template-columns: 1fr 1fr; }
  .timeline { grid-template-columns: repeat(5, 1fr); }
  .mobile-sticky { display: none; }
  .float-whatsapp { display: grid; }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 16px; }
  .brand strong { font-size: 14px; }
  .hero-actions .btn, .center-cta .btn { width: 100%; }
  .hero { padding-top: 28px; padding-bottom: 36px; }
  .section { padding: 56px 0; }
  .feature-grid article, .timeline article { padding-left: 0; padding-right: 0; }
  .qual-form { padding: 18px; }
  body { padding-bottom: 78px; }
}
