:root {
  --teal: #123b43;
  --teal-2: #1e5960;
  --cream: #fff7e8;
  --paper: #fffdf8;
  --mustard: #f2c14e;
  --coral: #f36b3d;
  --coral-dark: #d94e26;
  --ink: #183238;
  --muted: #66797d;
  --line: #d8e1dd;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(18, 59, 67, 0.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 18px; line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.035em; line-height: 1.08; }
h1 { font-size: clamp(2.45rem, 8.4vw, 4.5rem); margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 6.8vw, 3.35rem); margin-bottom: 22px; }
h3 { font-size: 1.3rem; margin-bottom: 12px; }

.section-shell { width: min(1140px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0; }
.topbar { min-height: 40px; display: flex; gap: 10px; justify-content: center; align-items: center; padding: 8px 20px; background: var(--teal); color: var(--cream); font-weight: 800; font-size: 0.78rem; text-align: center; }
.eyebrow, .section-kicker { display: block; color: var(--teal-2); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.14em; line-height: 1.4; text-transform: uppercase; margin-bottom: 16px; }
.eyebrow.light { color: var(--mustard); }
.hero { display: grid; gap: 44px; align-items: center; min-height: calc(100vh - 40px); padding-top: 48px; }
.hero-copy { max-width: 630px; }
.hero-sub { color: var(--muted); font-size: 1.08rem; line-height: 1.6; margin-bottom: 26px; }
.price-row { display: flex; flex-direction: column; margin: 24px 0 18px; }
.price-label { color: var(--muted); font-size: 0.82rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.price-label del { color: var(--coral); text-decoration-thickness: 2px; }
.price-row strong { color: var(--teal); font-size: 3.2rem; line-height: 1; }
.price-row sup { font-size: 1.2rem; }
.cta { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; padding: 16px 24px; border-radius: 14px; background: var(--coral); color: white; font-weight: 900; text-decoration: none; text-align: center; border: 2px solid var(--coral); box-shadow: 0 10px 0 rgba(154, 54, 23, 0.16); transition: transform .15s ease, background .15s ease; }
.cta:hover { background: var(--coral-dark); border-color: var(--coral-dark); transform: translateY(-2px); }
.cta:active { transform: translateY(2px); box-shadow: 0 5px 0 rgba(154, 54, 23, 0.16); }
.cta:focus-visible, summary:focus-visible { outline: 4px solid var(--mustard); outline-offset: 4px; }
.microcopy { color: var(--muted); font-size: 0.76rem; font-weight: 700; margin: 14px 0 0; }
.image-frame { overflow: hidden; border-radius: var(--radius); background: #eef2ed; box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual { position: relative; max-width: 530px; margin: 0 auto; }
.hero-frame { aspect-ratio: 4 / 5; transform: rotate(1.5deg); border: 10px solid white; }
.floating-note { position: absolute; left: -10px; bottom: 24px; padding: 10px 16px; background: var(--mustard); color: var(--teal); border-radius: 12px; font-weight: 900; box-shadow: 0 10px 30px rgba(18,59,67,.18); transform: rotate(-4deg); }

.rumination { text-align: center; }
.rumination h2 { max-width: 840px; margin-left: auto; margin-right: auto; }
.rumination-grid { display: grid; gap: 14px; margin-top: 36px; text-align: left; }
.rumination-grid p { margin: 0; padding: 22px; border: 1px solid var(--line); border-left: 5px solid var(--mustard); border-radius: 16px; background: white; font-weight: 650; }

.offer { width: min(1200px, calc(100% - 24px)); }
.offer-card { display: grid; gap: 34px; padding: 30px; background: var(--teal); color: white; border-radius: 32px; box-shadow: var(--shadow); overflow: hidden; }
.offer-list, .plain-list, .fit ul, .final-offer ul { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 12px; }
.offer-list li, .plain-list li, .fit li, .final-offer li { display: flex; gap: 10px; align-items: flex-start; }
.check { flex: 0 0 auto; width: 24px; height: 24px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--mustard); color: var(--teal); font-weight: 1000; line-height: 1; }
.offer-price { display: flex; flex-direction: column; margin: 24px 0 18px; }
.offer-price span { color: #d6e6e4; font-size: 0.86rem; }
.offer-price del, .final-price del { color: #d6e6e4; font-size: 1.05rem; font-weight: 800; text-decoration-thickness: 2px; }
.offer-price strong { color: var(--mustard); font-size: 3rem; line-height: 1; }
.offer-image { aspect-ratio: 1; align-self: center; }
.light-text { color: #d6e6e4; }

.context, .deliverables, .steps, .value, .faq { text-align: center; }
.context h2, .deliverables h2, .steps h2, .value h2, .faq h2, .proof h2 { max-width: 850px; margin-left: auto; margin-right: auto; }
.card-grid { display: grid; gap: 18px; margin-top: 38px; text-align: left; }
.info-card { min-height: 220px; padding: 28px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(18,59,67,.06); }
.info-card > span:not(.item-icon) { display: inline-block; color: var(--coral); font-weight: 950; margin-bottom: 36px; }
.info-card p { margin: 0; color: var(--muted); }
.item-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 30px; border-radius: 14px; background: var(--cream); color: var(--teal); font-size: 1.55rem; font-weight: 900; }

.objection { display: grid; gap: 34px; align-items: center; }
.objection-copy > p:not(.section-kicker) { color: var(--muted); }
.comparison-card { display: grid; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.comparison-card > div { padding: 28px; display: grid; gap: 9px; }
.comparison-card > div:first-child { background: #f1f2ef; color: #6c7778; }
.comparison-card > div:last-child { background: var(--teal); color: white; }
.comparison-card span { font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.comparison-card strong { font-size: 1.3rem; }
.comparison-card small { opacity: .8; }

.proof { text-align: center; }
.proof-grid { display: grid; gap: 20px; max-width: 900px; margin: 36px auto 0; }
.proof figure { margin: 0; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(18,59,67,.07); }
.proof figure img { width: 100%; height: clamp(220px, 48vw, 360px); object-fit: cover; }
.proof figcaption { padding: 16px 18px; color: var(--muted); font-size: .82rem; font-weight: 750; }

.mid-cta { width: min(1060px, calc(100% - 24px)); padding: 38px; display: grid; gap: 24px; align-items: center; background: var(--teal); color: white; border-radius: 28px; }
.mid-cta h2 { margin-bottom: 0; font-size: clamp(1.8rem, 5vw, 2.8rem); }
.steps-list { max-width: 820px; margin: 40px auto 0; padding: 0; list-style: none; display: grid; gap: 16px; text-align: left; }
.steps-list li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.steps-list li > span { width: 54px; height: 54px; display: grid; place-items: center; background: var(--mustard); color: var(--teal); border-radius: 16px; font-weight: 950; font-size: 1.25rem; }
.steps-list h3, .steps-list p { margin-bottom: 5px; }
.steps-list p { color: var(--muted); }

.fit h2 { max-width: 760px; }
.fit-grid { display: grid; gap: 18px; margin-top: 34px; }
.fit article { padding: 28px; border-radius: var(--radius); background: var(--teal); color: white; }
.fit article > span { color: var(--mustard); font-size: .76rem; font-weight: 900; letter-spacing: .1em; }
.fit .not-for { background: white; color: var(--ink); border: 1px solid var(--line); }
.fit .not-for > span { color: var(--coral); }
.fit .not-for li { color: var(--muted); }
.authority, .guarantee { display: grid; gap: 28px; align-items: center; }
.authority-mark, .guarantee-badge { width: 120px; height: 120px; display: grid; place-items: center; border-radius: 28px; background: var(--mustard); color: var(--teal); font-size: 3rem; font-weight: 950; transform: rotate(-4deg); box-shadow: 0 14px 34px rgba(18,59,67,.12); }
.authority p:not(.section-kicker), .guarantee p:not(.section-kicker) { color: var(--muted); }

.value-card { max-width: 760px; margin: 38px auto 0; padding: 26px; background: white; border: 1px solid var(--line); border-radius: var(--radius); text-align: left; box-shadow: var(--shadow); }
.value-card ul { list-style: none; padding: 0; margin: 0; }
.value-card li { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.value-card li strong { flex: 0 0 auto; color: var(--teal); }
.value-total { display: flex; justify-content: space-between; gap: 20px; align-items: end; padding: 24px 0 12px; }
.value-prices { display: flex; flex-direction: column; align-items: flex-end; }
.value-prices del { color: var(--muted); font-weight: 800; text-decoration-thickness: 2px; }
.value-total strong { color: var(--teal); font-size: 2.8rem; line-height: 1; }
.value-card small { color: var(--muted); }
.guarantee { max-width: 980px; padding: 42px; background: var(--cream); border-radius: 28px; }
.guarantee-badge::after { content: "DIAS"; font-size: .68rem; letter-spacing: .08em; margin-left: 4px; }

.faq-list { max-width: 820px; margin: 34px auto 0; text-align: left; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 22px 0; color: var(--teal); font-weight: 850; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-size: 1.6rem; color: var(--coral); transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { color: var(--muted); padding: 0 34px 22px 0; }

.final-offer { width: min(1200px, calc(100% - 24px)); display: grid; gap: 34px; align-items: center; padding: 34px; background: var(--teal); color: white; border-radius: 32px; }
.final-image { aspect-ratio: 4 / 5; max-height: 560px; }
.final-price { display: flex; flex-direction: column; margin: 24px 0 18px; }
.final-price span { color: #d6e6e4; }
.final-price strong { color: var(--mustard); font-size: 3.2rem; line-height: 1; }
footer { padding: 54px 20px 110px; text-align: center; background: #0b2b31; color: #bfd2cf; font-size: .78rem; }
footer strong { color: white; font-size: 1rem; }
footer p { margin: 7px auto; max-width: 780px; }

.sticky-cta { position: fixed; z-index: 50; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 16px 50px rgba(18,59,67,.25); transform: translateY(calc(100% + 30px)); opacity: 0; pointer-events: none; transition: .25s ease; }
.sticky-cta.show { transform: translateY(0); opacity: 1; pointer-events: auto; }
.sticky-cta > div { display: flex; flex-direction: column; padding-left: 7px; }
.sticky-cta small { color: var(--muted); font-size: .62rem; }
.sticky-cta small del { text-decoration-thickness: 1.5px; }
.sticky-cta strong { color: var(--teal); font-size: 1.25rem; line-height: 1; }
.sticky-cta .cta { min-height: 50px; padding: 10px 15px; }

@media (min-width: 768px) {
  .section-shell { width: min(1140px, calc(100% - 72px)); padding: 92px 0; }
  .hero { grid-template-columns: 1.03fr .97fr; gap: 60px; padding-top: 62px; }
  .rumination-grid, .card-grid.three { grid-template-columns: repeat(3, 1fr); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-card { grid-template-columns: 1fr .9fr; padding: 48px; }
  .objection, .comparison-card { grid-template-columns: 1fr 1fr; }
  .mid-cta { grid-template-columns: 1fr auto; padding: 48px; }
  .fit-grid { grid-template-columns: 1fr 1fr; }
  .authority, .guarantee { grid-template-columns: 140px 1fr; }
  .final-offer { grid-template-columns: .85fr 1.15fr; padding: 52px; }
  .sticky-cta { display: none; }
  footer { padding-bottom: 54px; }
}

@media (min-width: 1024px) {
  body { font-size: 19px; }
  .section-shell { padding-top: 110px; padding-bottom: 110px; }
  .hero { min-height: 820px; }
  .cta { min-width: 340px; }
}

@media (max-width: 767px) {
  .topbar span:nth-child(2), .topbar span:nth-child(3) { display: none; }
  .cta { width: 100%; }
  .hero { min-height: auto; }
  .hero-visual { order: -1; width: 88%; }
  .hero-copy { text-align: center; }
  .price-row { align-items: center; }
  .offer-card { padding: 28px 22px; }
  .offer-image { order: -1; }
  .deliverable-card { min-height: 0; }
  .authority-mark, .guarantee-badge { width: 96px; height: 96px; }
  .guarantee { width: min(100% - 24px, 980px); padding: 30px 24px; }
  .value-total { align-items: flex-start; flex-direction: column; gap: 4px; }
  .value-prices { align-items: flex-start; }
}

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