:root {
  --cream: #f4ecdd;
  --paper: #fffaf0;
  --ink: #101010;
  --red: #f12b1d;
  --yellow: #ffd600;
  --muted: #68635a;
  --line: #1a1a1a;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  min-height: 72px;
  border-bottom: 2px solid rgba(16, 16, 16, .55);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand { display: flex; align-items: baseline; gap: 14px; }
.brand strong { font-size: 18px; letter-spacing: -.03em; }
.brand span, .site-header nav a:first-child { font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.site-header nav { display: flex; align-items: center; gap: 22px; }
.header-cta { background: var(--yellow); border: 2px solid var(--ink); padding: 12px 16px; box-shadow: 3px 3px 0 var(--ink); transition: transform .15s ease, box-shadow .15s ease; }
.header-cta:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }

.hero { display: grid; grid-template-columns: 1.08fr .92fr; gap: 58px; padding-block: 48px 56px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-block; padding: 7px 11px 6px; color: white; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.eyebrow.red { background: var(--red); }
.hero h1, .section-title, .formula-strip h2 {
  margin: 16px 0 18px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: .01em;
  line-height: .97;
  font-weight: 900;
}
.hero h1 { font-size: clamp(54px, 5.25vw, 78px); }
.hero h1 > span { display: block; white-space: nowrap; }
.hero h1 mark { background: linear-gradient(transparent 68%, var(--yellow) 0); color: inherit; }
.hero-lead { max-width: 650px; margin: 0 0 24px; font-size: 17px; line-height: 1.5; color: #423f39; }
.hero-list { padding: 0; margin: 0 0 26px; list-style: none; display: grid; gap: 10px; font-size: 14px; font-weight: 800; }
.hero-list li { display: flex; align-items: center; gap: 10px; }
.check-icon { width: 19px; height: 19px; flex: 0 0 19px; display: inline-grid; place-items: center; background: var(--yellow); border: 2px solid var(--ink); border-radius: 50%; font-size: 12px; }
.hero-action { display: flex; align-items: center; gap: 22px; }
.cta-button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 58px; background: var(--yellow); border: 2px solid var(--ink); padding: 0 20px; box-shadow: 4px 5px 0 var(--ink); font-size: 13px; font-weight: 950; text-transform: uppercase; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.cta-button:hover { background: #ffe43d; transform: translate(2px, 2px); box-shadow: 2px 3px 0 var(--ink); }
.cta-button:focus-visible, .header-cta:focus-visible { outline: 4px solid var(--red); outline-offset: 3px; }
.price-note { display: grid; }
.price-note strong { font-size: 25px; letter-spacing: -.04em; }
.price-note span { font-size: 9px; font-weight: 800; text-transform: uppercase; }

.hero-visual { min-height: 520px; position: relative; border-top: 10px solid var(--ink); margin-top: 10px; }
.transformation-labels { position: absolute; top: -35px; left: -18px; right: -10px; z-index: 8; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.transformation-label { padding: 8px 11px 7px; border: 2px solid var(--ink); font-size: 10px; font-weight: 950; line-height: 1; text-transform: uppercase; box-shadow: 3px 3px 0 var(--ink); }
.from-label { background: var(--red); color: white; transform: rotate(-4deg); }
.to-label { background: var(--yellow); color: var(--ink); transform: rotate(3deg); }
.transformation-arrow { flex: 0 0 auto; color: var(--red); font-size: 32px; font-weight: 950; line-height: 1; text-shadow: 2px 2px 0 var(--ink); }
.hero-art { position: absolute; inset: 2% 0 14%; width: 100%; height: 84%; object-fit: contain; mix-blend-mode: multiply; }
.visual-stage { position: absolute; inset: 0 0 100px; overflow: hidden; background: radial-gradient(circle at 57% 44%, rgba(255,214,0,.8) 0 3%, transparent 4%), linear-gradient(135deg, rgba(255,255,255,.55), transparent 45%); }
.plain-product { position: absolute; left: 4%; bottom: 24%; width: 33%; height: 46%; }
.plain-box { position: absolute; bottom: 0; display: block; background: #d9c5a4; border: 2px solid var(--ink); box-shadow: inset -20px -12px 0 rgba(0,0,0,.05); }
.plain-box.small { width: 52%; height: 44%; left: 0; }
.plain-box.tall { width: 60%; height: 77%; right: 0; }
.magnifier { position: absolute; left: 37%; top: 25%; width: 128px; height: 128px; border: 9px solid var(--ink); background: rgba(244,236,221,.68); border-radius: 50%; z-index: 3; transform: rotate(-8deg); }
.magnifier::after { content: ""; position: absolute; width: 90px; height: 12px; background: var(--ink); right: -72px; bottom: -27px; transform: rotate(55deg); transform-origin: left center; }
.chart-bars { position: absolute; inset: 28px 24px; display: flex; align-items: end; gap: 7px; border-bottom: 5px solid var(--ink); }
.chart-bars i { flex: 1; background: var(--red); border: 2px solid var(--ink); }
.chart-bars i:nth-child(1) { height: 28%; }.chart-bars i:nth-child(2) { height: 55%; }.chart-bars i:nth-child(3) { height: 88%; }
.red-arrow { position: absolute; left: 51%; top: 41%; z-index: 5; color: var(--red); font-size: 82px; text-shadow: 3px 3px 0 var(--ink); }
.offer-machine { position: absolute; right: 5%; top: 16%; width: 37%; height: 56%; background: var(--ink); border: 4px solid var(--ink); transform: rotate(-8deg); box-shadow: 12px 13px 0 rgba(0,0,0,.12); }
.offer-machine::before { content: ""; position: absolute; inset: 12% 10% 23%; border: 5px solid var(--yellow); background: #282828; }
.screen-line { position: absolute; z-index: 2; left: 21%; right: 21%; top: 23%; height: 10px; background: var(--red); }
.gift { position: absolute; z-index: 2; left: 31%; top: 34%; width: 42%; aspect-ratio: 1; display: grid; place-items: center; background: var(--yellow); border: 4px solid var(--ink); font-size: 62px; }
.machine-base { position: absolute; left: 14%; right: 14%; bottom: 7%; height: 12%; background: var(--yellow); border: 4px solid var(--ink); }
.ad-cards { position: absolute; bottom: 3%; left: 10%; right: 4%; z-index: 7; display: flex; justify-content: center; align-items: end; gap: 12px; }
.ad-card { width: 43%; min-height: 126px; border: 3px solid var(--ink); padding: 14px; box-shadow: 5px 6px 0 var(--ink); transform: rotate(-5deg); }
.ad-card:nth-child(2) { transform: rotate(4deg) translateY(8px); }
.ad-card span { display: block; margin-bottom: 12px; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.ad-card b { font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: 20px; line-height: 1; text-transform: uppercase; }
.card-red { background: var(--paper); }.card-red span { color: var(--red); }.card-yellow { background: var(--yellow); }

.formula-strip { background: var(--ink); color: white; }
.formula-strip .container { min-height: 164px; display: flex; align-items: center; position: relative; }
.formula-strip span:first-child { position: absolute; top: 28px; left: 0; color: var(--yellow); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.formula-strip h2 { font-size: clamp(28px, 3.45vw, 50px); margin: 28px 40px 0 0; }
.formula-strip h2 i { color: var(--yellow); font-style: normal; }
.round-arrow { margin-left: auto; margin-top: 26px; width: 72px; height: 72px; display: grid; place-items: center; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: 50px; font-weight: 900; }

.problem-section { padding-block: 76px 92px; }
.section-title { font-size: clamp(42px, 5.1vw, 70px); }
.section-intro { max-width: 790px; margin: 0 0 38px; color: #4d4942; font-size: 16px; line-height: 1.55; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.problem-card { min-height: 280px; border: 3px solid var(--ink); padding: 25px 24px; position: relative; box-shadow: 6px 6px 0 rgba(16,16,16,.12); }
.problem-card::after { content: ""; position: absolute; bottom: 20px; left: 24px; width: 72px; height: 7px; background: var(--red); }
.problem-card > span { color: var(--red); font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: 22px; text-transform: uppercase; }
.problem-card h3 { margin: 30px 0 20px; font-size: 25px; line-height: 1.08; text-transform: uppercase; }
.problem-card p { font-size: 15px; line-height: 1.45; }
.problem-card.yellow { background: var(--yellow); }.problem-card.yellow::after { background: var(--ink); }
.problem-card.black { background: var(--ink); color: white; }.problem-card.black > span { color: var(--yellow); }.problem-card.black p { color: #ccc; }.problem-card.black::after { background: var(--red); }

.comparison-section { background: var(--ink); color: white; padding-block: 76px 70px; }
.yellow-label { background: var(--yellow); color: var(--ink); }
.section-title.light { color: white; }
.section-intro.muted { color: #b8b3aa; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 45px; }
.comparison-card { min-height: 360px; position: relative; padding: 72px 32px 32px; border: 3px solid var(--ink); color: var(--ink); }
.comparison-card .card-kicker { position: absolute; inset: 0 0 auto; height: 45px; padding: 14px 20px 0; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.old-way { background: var(--paper); }.old-way .card-kicker { background: var(--red); color: white; }
.new-way { background: var(--yellow); }.new-way .card-kicker { background: var(--yellow); }
.comparison-card h3 { font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: 34px; line-height: 1.03; text-transform: uppercase; }
.comparison-card hr { border: 0; border-top: 2px dashed var(--ink); margin: 22px 0; }
.comparison-card p { font-size: 15px; line-height: 1.5; }
.result-icon { position: absolute; right: 25px; bottom: 24px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; border: 4px solid var(--ink); font-size: 38px; font-weight: 900; }
.result-icon.no { background: var(--red); color: white; }.result-icon.yes { background: var(--ink); color: var(--yellow); }
.comparison-footer { margin: 58px 0 0; color: var(--yellow); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.comparison-action { margin-top: 26px; display: flex; align-items: center; gap: 28px; }
.comparison-action > span { max-width: 390px; color: #d4cfc6; font-size: 12px; font-weight: 800; line-height: 1.45; text-transform: uppercase; }

.package-section { padding-block: 80px 92px; }
.package-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 44px; }
.package-card { min-height: 190px; display: grid; grid-template-columns: 94px 1fr; border: 3px solid var(--ink); box-shadow: 6px 6px 0 rgba(16,16,16,.12); }
.package-number { display: grid; place-items: start center; padding-top: 22px; font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: 38px; background: var(--red); color: white; }
.package-card > div { padding: 27px 26px; }
.package-card h3 { margin: 0 0 15px; font-size: 24px; line-height: 1; text-transform: uppercase; }
.package-card p { margin: 0; font-size: 15px; line-height: 1.45; }
.site-card, .creative-card { background: var(--yellow); }
.site-card .package-number, .test-card .package-number { background: var(--ink); color: var(--yellow); }
.offer-card, .test-card { background: var(--paper); }
.creative-card .package-number { background: var(--red); }

.timeline-section { background: var(--red); color: white; padding-block: 78px 82px; }
.timeline { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0; padding: 0; margin: 62px 0 54px; list-style: none; position: relative; }
.timeline::before { content: ""; position: absolute; left: 3%; right: 3%; top: 27px; height: 5px; background: var(--ink); }
.timeline li { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding-inline: 6px; }
.timeline b { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--ink); border: 3px solid var(--ink); font-size: 23px; }
.timeline strong { margin-top: 14px; font-size: 13px; text-transform: uppercase; }
.timeline span { margin-top: 7px; max-width: 120px; font-size: 10px; line-height: 1.3; }
.client-input { background: var(--ink); color: var(--yellow); padding: 25px 30px; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .03em; }

.risk-section { background: var(--ink); color: white; padding-block: 76px 80px; }
.risk-grid { display: grid; grid-template-columns: 1fr; gap: 42px; }
.risk-section .section-title mark { color: var(--yellow); background: none; }
.risk-section p { max-width: 870px; margin: 0; color: #cbc6bd; font-size: 16px; line-height: 1.6; }
.credit-note { display: flex; justify-content: space-between; align-items: center; gap: 32px; background: var(--yellow); color: var(--ink); padding: 25px 28px; border: 3px solid var(--ink); box-shadow: 6px 6px 0 var(--red); }
.credit-note strong { max-width: 620px; font-size: 18px; line-height: 1.3; text-transform: uppercase; }
.credit-note span { max-width: 390px; font-size: 12px; font-weight: 700; line-height: 1.45; }

.final-section { padding-block: 84px 90px; }
.final-grid { display: grid; grid-template-columns: 1fr 390px; gap: 72px; align-items: center; }
.final-section p { max-width: 650px; font-size: 16px; line-height: 1.6; }
.final-price-card { background: var(--yellow); border: 3px solid var(--ink); box-shadow: 8px 9px 0 var(--ink); padding: 30px; display: grid; }
.final-price-card > span { font-size: 16px; font-weight: 900; text-transform: uppercase; }
.final-price-card > strong { margin: 14px 0 3px; font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: 54px; line-height: 1; }
.final-price-card > small { margin-bottom: 28px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.final-price-card .cta-button { background: var(--ink); color: var(--yellow); box-shadow: none; }
.final-price-card .cta-button:hover { background: #292929; }

.site-footer { background: var(--ink); color: white; padding-block: 28px; }
.site-footer .container { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.site-footer .brand span { color: var(--yellow); }
.site-footer > .container > a { font-size: 11px; font-weight: 900; text-transform: uppercase; }
.mobile-whatsapp { display: none; }

@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 500px; max-width: 650px; width: 100%; margin-inline: auto; }
  .formula-strip h2 { white-space: normal; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 230px; }
  .timeline { grid-template-columns: repeat(4, 1fr); row-gap: 34px; }
  .timeline::before { display: none; }
  .final-grid { grid-template-columns: 1fr; }
  .final-price-card { max-width: 500px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 62px; }
  .brand span, .site-header nav a:first-child { display: none; }
  .brand strong { font-size: 15px; }
  .header-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 10px 9px; font-size: 8px; }
  .hero { padding-block: 30px 38px; gap: 36px; }
  .hero h1 { font-size: clamp(38px, 12.5vw, 58px); }
  .hero-lead { font-size: 15px; }
  .hero-action { align-items: stretch; flex-direction: column; gap: 14px; }
  .cta-button { width: 100%; }
  .price-note { grid-template-columns: auto 1fr; align-items: center; gap: 10px; }
  .price-note span { max-width: 70px; }
  .hero-visual { min-height: 410px; }
  .transformation-labels { top: -31px; left: -4px; right: -4px; gap: 5px; }
  .transformation-label { padding: 6px 7px 5px; font-size: 8px; box-shadow: 2px 2px 0 var(--ink); }
  .transformation-arrow { font-size: 21px; text-shadow: 1px 1px 0 var(--ink); }
  .magnifier { width: 92px; height: 92px; border-width: 6px; }
  .red-arrow { font-size: 56px; }
  .gift { font-size: 42px; }
  .ad-card { min-height: 105px; padding: 10px; }
  .ad-card b { font-size: 15px; }
  .formula-strip .container { min-height: 142px; }
  .formula-strip h2 { font-size: 29px; margin-right: 56px; }
  .round-arrow { width: 50px; height: 50px; font-size: 34px; }
  .section-title { font-size: 43px; }
  .problem-section, .comparison-section { padding-block: 58px; }
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison-card { min-height: 320px; }
  .comparison-action { align-items: stretch; flex-direction: column; gap: 16px; }
  .comparison-action > span { max-width: none; }
  .package-section { padding-block: 58px; }
  .package-grid { grid-template-columns: 1fr; gap: 20px; }
  .package-card { grid-template-columns: 70px 1fr; min-height: 170px; }
  .package-card > div { padding: 23px 18px; }
  .timeline-section { padding-block: 58px 72px; }
  .timeline { grid-template-columns: 1fr; gap: 20px; margin-block: 40px; }
  .timeline li { display: grid; grid-template-columns: 54px 95px 1fr; align-items: center; gap: 11px; text-align: left; padding: 0; }
  .timeline b { width: 54px; height: 54px; }
  .timeline strong, .timeline span { margin: 0; max-width: none; }
  .timeline span { font-size: 11px; }
  .client-input { padding: 21px; line-height: 1.5; }
  .credit-note { align-items: flex-start; flex-direction: column; }
  .final-section { padding-block: 58px 88px; }
  .final-price-card { padding: 24px; }
  .final-price-card > strong { font-size: 47px; }
  .site-footer { padding-bottom: 88px; }
  .site-footer .container { align-items: flex-start; flex-direction: column; }
  .mobile-whatsapp { display: block; position: fixed; z-index: 50; left: 12px; right: 12px; bottom: 12px; padding: 17px 16px; background: var(--yellow); border: 3px solid var(--ink); box-shadow: 4px 5px 0 var(--ink); text-align: center; font-size: 12px; font-weight: 950; text-transform: uppercase; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
