:root {
  --ink: #151515;
  --paper: #f4f2ed;
  --white: #fff;
  --yellow: #f6c900;
  --yellow-bright: #ffd600;
  --muted: #6d6c67;
  --line: rgba(21, 21, 21, .16);
  --radius: 28px;
  --display: "Unbounded", sans-serif;
  --body: "Manrope", sans-serif;
  --page: min(1280px, calc(100vw - 112px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--yellow); color: var(--ink); }

.site-header {
  position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 78px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 max(34px, calc((100vw - 1440px) / 2)); color: var(--ink);
  transition: color .35s ease, background .35s ease, border-color .35s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { background: rgba(244, 242, 237, .86); border-color: rgba(21,21,21,.1); backdrop-filter: blur(16px); }
.site-header.on-dark { color: var(--white); }
.site-header.on-dark.scrolled { background: rgba(21, 21, 21, .82); border-color: rgba(255,255,255,.14); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; text-decoration: none; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--yellow); color: var(--ink); font-family: var(--display); font-size: 12px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a { position: relative; text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .11em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: currentColor; transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; padding: 13px 20px; border-radius: 999px; background: var(--yellow); color: var(--ink); text-decoration: none; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .1em; transition: transform .2s ease, background .2s ease; }
.header-cta:hover { transform: translateY(-2px); background: var(--yellow-bright); }

.progress { position: fixed; z-index: 90; top: 50%; right: 24px; transform: translateY(-50%); width: 28px; display: flex; flex-direction: column; align-items: center; gap: 10px; font-family: var(--display); font-size: 9px; color: var(--ink); transition: color .35s; }
.progress.on-dark { color: var(--white); }
.progress-line { display: block; position: relative; width: 2px; height: 96px; background: currentColor; opacity: .28; overflow: hidden; }
.progress-line i { position: absolute; top: 0; left: 0; width: 100%; height: 14%; background: var(--yellow); transform-origin: top; transition: height .3s ease; }
.progress-number { color: var(--yellow); }

.panel { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; padding: 116px 0 72px; }
.panel-inner { position: relative; z-index: 2; width: var(--page); margin: 0 auto; }
.hero, .proof, .contact { color: var(--white); background: var(--ink); }
.about, .system, .reviews { background: var(--paper); }
.income, .formats { background: var(--yellow); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--ink); }
.eyebrow.light > span { background: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; }
h1 { margin-bottom: 24px; font-size: clamp(50px, 6.25vw, 100px); line-height: .91; letter-spacing: -.055em; }
h1 span { color: var(--yellow); }
h2 { margin-bottom: 28px; font-size: clamp(34px, 4vw, 64px); line-height: 1.02; letter-spacing: -.045em; }
h2 em { color: transparent; -webkit-text-stroke: 1.5px var(--ink); font-style: normal; }
.hero h2 em, .proof h2 em, .contact h2 em { -webkit-text-stroke-color: var(--white); }

.hero { isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .08; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-shape { position: absolute; z-index: -1; background: #4d4a43; opacity: .8; }
.hero-shape-a { width: 56vw; height: 130vh; left: -26vw; top: -16vh; transform: rotate(-34deg); border-radius: 50%; }
.hero-shape-b { width: 72vw; height: 42vh; right: -32vw; bottom: 6vh; transform: rotate(-20deg); border-radius: 50%; background: #6a6143; }
.hero-grid { min-height: calc(100svh - 188px); display: grid; grid-template-columns: 5fr 5fr; grid-template-rows: 1fr auto; align-items: center; column-gap: 5vw; }
.hero-copy { position: relative; z-index: 3; align-self: center; }
.hero-lead { max-width: 590px; margin-bottom: 30px; font-size: clamp(15px, 1.35vw, 20px); line-height: 1.55; color: rgba(255,255,255,.7); }
.round-link { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.round-link svg { width: 44px; height: 44px; padding: 11px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform .25s, background .25s; }
.round-link:hover svg { transform: translateY(4px); background: var(--yellow); color: var(--ink); }
.hero-portrait { position: relative; align-self: end; height: min(76vh, 780px); overflow: hidden; border-radius: 48% 48% 8px 8px; background: #716f6a; }
.hero-portrait::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -100px 100px rgba(0,0,0,.35); pointer-events: none; }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.photo-note { position: absolute; z-index: 2; right: 20px; bottom: 22px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.26); border-radius: 12px; background: rgba(21,21,21,.58); backdrop-filter: blur(10px); text-align: right; font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.hero-facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: -38px 0 0; padding: 0; list-style: none; background: var(--paper); color: var(--ink); border-radius: 20px; overflow: hidden; z-index: 4; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.hero-facts li { min-height: 112px; display: flex; align-items: center; gap: 18px; padding: 24px 28px; }
.hero-facts li + li { border-left: 1px solid var(--line); }
.hero-facts strong { font-family: var(--display); font-size: clamp(20px, 2vw, 30px); color: var(--yellow); -webkit-text-stroke: 1px var(--ink); }
.hero-facts span { font-size: 11px; line-height: 1.45; font-weight: 700; text-transform: uppercase; }

.two-column { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(40px, 7vw, 110px); }
.portrait-card { position: relative; min-height: min(72vh, 720px); overflow: hidden; border-radius: var(--radius); background: #fff; }
.portrait-card::before { content: ""; position: absolute; z-index: 2; width: 160px; height: 160px; left: -70px; top: -70px; border: 30px solid var(--yellow); border-radius: 50%; }
.portrait-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.corner-label { position: absolute; z-index: 3; bottom: 18px; left: 18px; padding: 14px 18px; border-radius: 14px; background: var(--yellow); font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.section-copy { max-width: 700px; }
.body-large { max-width: 650px; color: var(--muted); font-size: clamp(16px, 1.45vw, 21px); line-height: 1.65; }
.big-stat { display: grid; grid-template-columns: auto auto 1fr; align-items: baseline; gap: 12px; margin: 38px 0 22px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.big-stat span { font-size: 12px; text-transform: uppercase; font-weight: 800; }
.big-stat strong { font-family: var(--display); font-size: clamp(34px, 4vw, 60px); letter-spacing: -.05em; }
.big-stat small { max-width: 150px; font-size: 10px; line-height: 1.4; text-transform: uppercase; }
.marker-note { display: inline; padding: 2px 4px; font-size: 13px; font-weight: 800; background: linear-gradient(transparent 35%, var(--yellow) 35%); }

.income { background-image: linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px); background-size: 80px 80px; }
.income-head { display: flex; justify-content: space-between; align-items: start; gap: 50px; }
.income-head .eyebrow { min-width: 190px; padding-top: 10px; }
.income-head h2 { width: 75%; }
.income-layout { display: grid; grid-template-columns: 1.12fr .88fr; gap: 20px; }
.income-media { display: grid; grid-template-rows: 1fr auto; gap: 10px; }
.income-photo { position: relative; min-height: 475px; margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--ink); }
.income-photo img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.income-photo figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 12px 14px; border-radius: 10px; background: rgba(21,21,21,.72); color: #fff; backdrop-filter: blur(10px); font-size: 10px; line-height: 1.45; text-transform: uppercase; letter-spacing: .07em; }
.income-table-card { position: relative; margin: 0; padding: 10px; overflow: hidden; border-radius: 18px; background: var(--ink); }
.income-table-card img { width: 100%; border-radius: 10px; }
.income-table-card figcaption { padding: 10px 5px 2px; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.income-cards { display: grid; gap: 10px; }
.income-cards article { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 5px 12px; align-content: center; padding: 20px 24px; border-radius: 18px; background: rgba(255,255,255,.65); }
.income-cards article span { grid-row: 1 / 3; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--ink); font-family: var(--display); font-size: 10px; }
.income-cards article strong { font-family: var(--display); font-size: 14px; line-height: 1.3; text-transform: uppercase; }
.income-cards article p { margin-bottom: 0; color: #5d573b; font-size: 12px; line-height: 1.45; }
.income-cards .dark-card { background: var(--ink); color: #fff; }
.income-cards .dark-card span { border-color: var(--yellow); color: var(--yellow); }
.income-cards .dark-card p { color: rgba(255,255,255,.6); }

.system-intro { display: flex; align-items: start; justify-content: space-between; gap: 40px; }
.system-intro .eyebrow { min-width: 240px; padding-top: 9px; }
.system-intro h2 { width: 70%; }
.system-grid { display: grid; grid-template-columns: 1fr 1fr 1.1fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.system-grid article { padding: 26px; min-height: 200px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.3); }
.system-grid article:nth-child(3) { grid-row: span 2; background: var(--yellow); }
.system-grid article b { font-family: var(--display); font-size: 11px; color: #9c9a92; }
.system-grid article:nth-child(3) b { color: var(--ink); }
.system-grid h3 { margin: 42px 0 10px; font-size: clamp(16px, 1.5vw, 22px); line-height: 1.2; }
.system-grid p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.system-grid article:nth-child(3) p { color: #5d573b; }
.system-grid .system-photo { position: relative; grid-column: 1 / 3; min-height: 260px; padding: 0; overflow: hidden; border: 0; }
.system-photo img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: center 64%; }
.system-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.72), transparent 65%); }
.system-photo span { position: absolute; z-index: 2; left: 28px; bottom: 24px; color: #fff; text-transform: uppercase; font-size: 12px; font-weight: 800; }
.system-photo strong { display: block; color: var(--yellow); font-family: var(--display); font-size: 34px; }

.proof { background: #171717; }
.proof::before { content: ""; position: absolute; width: 52vw; height: 52vw; right: -16vw; top: -28vw; border: 1px solid rgba(246,201,0,.25); border-radius: 50%; box-shadow: 0 0 0 50px rgba(246,201,0,.03), 0 0 0 100px rgba(246,201,0,.02); }
.proof-layout { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 9vw; }
.proof-copy > p:not(.eyebrow) { max-width: 610px; color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.65; }
.proof-stat { display: flex; align-items: center; gap: 22px; margin-top: 46px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); }
.proof-stat strong { color: var(--yellow); font-family: var(--display); font-size: clamp(28px, 4vw, 56px); letter-spacing: -.05em; }
.proof-stat span { max-width: 180px; font-size: 10px; line-height: 1.45; text-transform: uppercase; }
.phone-proof { justify-self: center; width: min(380px, 100%); min-height: 650px; padding: 26px 24px; border: 7px solid #303030; border-radius: 48px; background: #f5f5f3; color: var(--ink); box-shadow: 0 40px 80px rgba(0,0,0,.5); transform: rotate(3deg); }
.phone-top { display: flex; justify-content: space-between; padding: 0 10px; font-size: 11px; font-weight: 800; }
.phone-top i { width: 82px; height: 22px; margin-top: -16px; border-radius: 0 0 15px 15px; background: #222; }
.bank-head { display: flex; align-items: end; justify-content: space-between; margin-top: 64px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.bank-head span { font-family: var(--display); font-size: 24px; }
.bank-head small { color: var(--muted); text-transform: uppercase; font-size: 8px; letter-spacing: .1em; }
.bank-amount { margin: 34px 0; font-family: var(--display); font-size: 28px; color: #ba2530; text-transform: uppercase; }
.bank-bars { height: 160px; display: flex; align-items: end; gap: 9px; padding: 20px; border-radius: 16px; background: #fff; }
.bank-bars i { width: 100%; height: var(--h); border-radius: 3px 3px 0 0; background: var(--yellow); }
.replace-hint { margin-top: 30px; padding: 24px; border: 2px dashed #c9c8c3; border-radius: 16px; color: #8a8984; text-align: center; font-size: 11px; line-height: 1.6; text-transform: uppercase; }
.actual-result-card { position: relative; width: min(390px, 100%); min-height: 540px; margin: 0 auto; padding: 18px; overflow: hidden; border: 6px solid #303030; border-radius: 42px; background: #efcbc7; color: var(--ink); box-shadow: 0 40px 80px rgba(0,0,0,.5); transform: rotate(2deg); }
.actual-result-card::before { content: ""; position: absolute; z-index: 2; inset: 12px; border: 1px solid rgba(21,21,21,.12); border-radius: 28px; pointer-events: none; }
.actual-result-card img { width: 100%; height: 100%; position: absolute; inset: 0; padding: 52px 12px 126px; object-fit: contain; object-position: center; }
.actual-result-card figcaption { position: absolute; z-index: 3; left: 22px; right: 22px; bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 12px; padding: 18px; border-radius: 16px; background: rgba(21,21,21,.86); color: #fff; backdrop-filter: blur(12px); }
.actual-result-card figcaption strong { color: var(--yellow); font-family: var(--display); font-size: 18px; }
.actual-result-card figcaption span { font-size: 9px; font-weight: 800; text-transform: uppercase; }

.reviews-head { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.reviews-head > p { width: 34%; margin-bottom: 30px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.review-grid { display: grid; grid-template-columns: 1.15fr .85fr .9fr; gap: 12px; }
.review-card { min-height: 320px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.review-main { background: var(--yellow); border-color: var(--yellow); }
.avatar { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: #fff; font-family: var(--display); font-size: 9px; }
.stars { margin: auto 0 20px; color: #d5aa00; letter-spacing: .16em; font-size: 14px; }
.review-main .stars { color: var(--ink); }
.review-card blockquote { margin: 0 0 18px; font-family: var(--display); font-size: 15px; line-height: 1.5; text-transform: uppercase; }
.review-card small { color: var(--muted); text-transform: uppercase; font-size: 9px; letter-spacing: .08em; }
.review-main small { color: #544c27; }
.photo-review { position: relative; justify-content: end; overflow: hidden; color: #fff; border: 0; }
.photo-review img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-review::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 35%, rgba(0,0,0,.88)); }
.photo-review span { position: relative; z-index: 2; font-family: var(--display); text-transform: uppercase; font-size: 14px; line-height: 1.4; }
.message-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.message-grid figure { position: relative; min-height: 220px; margin: 0; display: flex; align-items: center; padding: 18px; overflow: hidden; border-radius: 20px; background: #111; }
.message-grid figure:last-child { grid-column: 1 / -1; min-height: 250px; }
.message-grid img { width: 100%; border-radius: 12px; box-shadow: 0 14px 30px rgba(0,0,0,.28); }
.message-grid figcaption { position: absolute; top: 12px; right: 12px; padding: 6px 10px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.formats::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 20%, rgba(255,255,255,.35), transparent 28%), radial-gradient(circle at 90% 80%, rgba(255,255,255,.2), transparent 24%); }
.formats-head { display: flex; align-items: start; justify-content: space-between; }
.formats-head h2 { width: 70%; }
.format-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.format-card { min-height: 390px; display: flex; flex-direction: column; padding: 34px; border-radius: 24px; background: rgba(255,255,255,.74); }
.format-card.dark { background: var(--ink); color: #fff; }
.format-number { align-self: end; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid currentColor; border-radius: 50%; font-family: var(--display); font-size: 10px; }
.format-label { margin: auto 0 12px; text-transform: uppercase; color: #796f3e; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.dark .format-label { color: var(--yellow); }
.format-card h3 { margin-bottom: 16px; font-size: clamp(24px, 2.8vw, 42px); }
.format-card > p:not(.format-label) { max-width: 560px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.format-card.dark > p:not(.format-label) { color: rgba(255,255,255,.55); }
.format-card a { display: flex; justify-content: space-between; margin-top: 20px; padding-top: 18px; border-top: 1px solid currentColor; text-decoration: none; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.format-card a span { color: var(--yellow); font-size: 16px; }

.contact { min-height: 100svh; isolation: isolate; }
.contact-photo { position: absolute; inset: 0 0 0 52%; }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.contact-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, #151515 0 50%, rgba(21,21,21,.92) 58%, rgba(21,21,21,.1) 100%); }
.contact-inner { display: flex; flex-direction: column; align-items: flex-start; }
.contact-inner h2 { max-width: 900px; }
.contact-lead { max-width: 610px; color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.65; }
.contact-lead strong { padding: 2px 7px; background: var(--yellow); color: var(--ink); }
.whatsapp-button { width: min(540px, 100%); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; margin-top: 28px; padding: 15px 20px; border-radius: 18px; background: var(--yellow); color: var(--ink); text-decoration: none; transition: transform .2s, background .2s; }
.whatsapp-button:hover { transform: translateY(-3px); background: var(--yellow-bright); }
.wa-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--ink); }
.wa-icon svg { width: 24px; fill: #fff; }
.whatsapp-button small, .whatsapp-button strong { display: block; }
.whatsapp-button small { margin-bottom: 3px; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.whatsapp-button strong { font-family: var(--display); font-size: 18px; text-transform: uppercase; }
.phone-link { margin: 22px 0 50px; color: #fff; font-family: var(--display); font-size: 17px; text-decoration: none; }
.contact footer { width: 100%; margin-top: auto; display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.contact footer a { text-decoration: none; }

.mobile-wa { display: none; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s cubic-bezier(.2,.65,.2,1), transform .75s cubic-bezier(.2,.65,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --page: calc(100vw - 64px); }
  .site-header { grid-template-columns: 1fr auto; padding: 0 28px; }
  .desktop-nav { display: none; }
  h2 { font-size: clamp(30px, 5vw, 50px); }
  .hero-grid { column-gap: 30px; }
  .hero-portrait { height: 64vh; }
  .two-column { gap: 40px; }
  .big-stat { grid-template-columns: auto 1fr; }
  .big-stat small { grid-column: 2; }
  .income-head, .system-intro, .formats-head { display: block; }
  .income-head h2, .system-intro h2, .formats-head h2 { width: 100%; }
  .system-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .system-grid article:nth-child(3) { grid-row: auto; }
  .system-grid .system-photo { grid-column: 2; grid-row: 1 / 3; }
  .proof-layout { gap: 5vw; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .photo-review { grid-column: 1 / -1; min-height: 250px; }
}

/* The project is intentionally presented as a vertical phone story on every device. */
@media (max-width: 9999px) {
  :root { --page: calc(100vw - 36px); --radius: 20px; }
  body { background: #090909; }
  main { width: min(100vw, 430px); margin: 0 auto; box-shadow: 0 0 90px rgba(0,0,0,.72); overflow: hidden; }
  .panel-inner { width: calc(100% - 36px); }
  .site-header { left: 50%; right: auto; width: min(100vw, 430px); height: 66px; padding: 0 18px; transform: translateX(-50%); }
  .site-header.scrolled { background: transparent; border-color: transparent; backdrop-filter: none; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name, .header-cta { display: none; }
  .progress { top: 76px; right: max(16px, calc((100vw - 430px) / 2 + 16px)); transform: none; gap: 7px; }
  .progress-line { height: 52px; }
  .progress-total { display: none; }
  .panel { min-height: 100svh; padding: 88px 0 54px; align-items: flex-start; }
  .eyebrow { margin-bottom: 16px; font-size: 8px; }
  h1 { font-size: clamp(43px, 13.8vw, 64px); line-height: .95; }
  h2 { margin-bottom: 20px; font-size: clamp(28px, 8vw, 40px); line-height: 1.04; }
  h2 em { -webkit-text-stroke-width: 1px; }

  .hero { min-height: 900px; padding-bottom: 18px; }
  .hero-grid { min-height: 794px; display: block; }
  .hero-copy { position: relative; z-index: 4; width: 94%; }
  .hero-lead { width: 76%; font-size: 13px; line-height: 1.5; }
  .round-link { display: none; }
  .hero-shape-a { width: 100vw; left: -60vw; }
  .hero-shape-b { width: 150vw; height: 55vh; right: -80vw; bottom: 12vh; }
  .hero-portrait { position: absolute; z-index: 2; right: -12%; bottom: 112px; width: 112%; height: 68%; border-radius: 50% 0 0 0; }
  .hero-portrait img { object-position: 52% top; }
  .photo-note { display: none; }
  .hero-facts { position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; grid-template-columns: repeat(3, 1fr); margin: 0; border-radius: 14px; background: rgba(244,242,237,.94); backdrop-filter: blur(12px); }
  .hero-facts li { min-height: 96px; display: block; padding: 14px 9px; }
  .hero-facts li + li { border-left: 1px solid var(--line); }
  .hero-facts strong { display: block; margin-bottom: 8px; font-size: 17px; }
  .hero-facts span { font-size: 7px; line-height: 1.35; }

  .two-column { display: flex; flex-direction: column-reverse; gap: 26px; }
  .section-copy { width: 100%; }
  .body-large { font-size: 14px; line-height: 1.55; }
  .big-stat { margin: 24px 0 18px; padding: 18px 0; gap: 8px; }
  .big-stat strong { font-size: 34px; }
  .big-stat small { font-size: 8px; }
  .marker-note { font-size: 11px; }
  .portrait-card { width: 100%; min-height: 430px; }
  .corner-label { font-size: 8px; }

  .income { padding-bottom: 28px; }
  .income-head h2 { font-size: clamp(27px, 7.4vw, 34px); line-height: 1.09; }
  .income-head h2 br { display: block; }
  .income-layout { grid-template-columns: 1fr; gap: 10px; }
  .income-media { gap: 8px; }
  .income-photo { min-height: 310px; }
  .income-photo figcaption { font-size: 8px; }
  .income-table-card { padding: 7px; border-radius: 15px; }
  .income-table-card figcaption { font-size: 7px; }
  .income-cards article { min-height: 116px; padding: 15px; grid-template-columns: 36px 1fr; }
  .income-cards article span { width: 34px; height: 34px; font-size: 8px; }
  .income-cards article strong { font-size: 11px; }
  .income-cards article p { font-size: 10px; }

  .system-grid { grid-template-columns: 1fr; gap: 8px; }
  .system-grid article, .system-grid article:nth-child(3) { min-height: 160px; padding: 20px; }
  .system-grid h3 { margin: 28px 0 8px; font-size: 15px; }
  .system-grid p { font-size: 11px; }
  .system-grid .system-photo { grid-column: auto; grid-row: auto; min-height: 230px; padding: 0; }

  .proof { padding-bottom: 50px; }
  .proof-layout { grid-template-columns: 1fr; gap: 40px; }
  .proof-copy > p:not(.eyebrow) { font-size: 13px; }
  .proof-stat { margin-top: 24px; }
  .proof-stat strong { font-size: 30px; }
  .proof-stat span { font-size: 8px; }
  .phone-proof { min-height: 520px; width: 88%; padding: 22px 18px; border-width: 5px; border-radius: 38px; transform: rotate(2deg); }
  .actual-result-card { min-height: 500px; width: 90%; border-width: 5px; border-radius: 36px; }
  .actual-result-card figcaption { left: 16px; right: 16px; bottom: 16px; padding: 14px; }
  .actual-result-card figcaption strong { font-size: 15px; }
  .bank-head { margin-top: 45px; }
  .bank-amount { font-size: 21px; }
  .bank-bars { height: 130px; }

  .reviews-head { display: block; }
  .reviews-head > p { width: 100%; margin-bottom: 24px; font-size: 11px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 250px; padding: 22px; }
  .review-card blockquote { font-size: 12px; }
  .photo-review { grid-column: auto; min-height: 310px; }
  .message-grid { grid-template-columns: 1fr; gap: 8px; }
  .message-grid figure, .message-grid figure:last-child { grid-column: auto; min-height: 180px; padding: 14px; }
  .message-grid figure:last-child { min-height: 230px; }

  .format-grid { grid-template-columns: 1fr; gap: 10px; }
  .format-card { min-height: 360px; padding: 24px; }
  .format-label { margin-top: auto; }
  .format-card h3 { font-size: 24px; }
  .format-card > p:not(.format-label) { font-size: 11px; }

  .contact { min-height: 860px; padding-bottom: 24px; }
  .contact-photo { inset: 42% 0 0; }
  .contact-photo img { object-position: 50% 22%; }
  .contact-overlay { background: linear-gradient(180deg, #151515 0 45%, rgba(21,21,21,.9) 62%, rgba(21,21,21,.35) 100%); }
  .contact-lead { font-size: 13px; line-height: 1.55; }
  .whatsapp-button { margin-top: 18px; padding: 12px 14px; }
  .wa-icon { width: 42px; height: 42px; }
  .whatsapp-button small { font-size: 7px; }
  .whatsapp-button strong { font-size: 15px; }
  .phone-link { margin: 18px 0 280px; font-size: 14px; }
  .contact footer { font-size: 7px; }
  .mobile-wa { position: fixed; z-index: 120; right: max(16px, calc((100vw - 430px) / 2 + 16px)); bottom: calc(16px + env(safe-area-inset-bottom)); display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: #25d366; box-shadow: 0 8px 28px rgba(0,0,0,.28); }
  .mobile-wa svg { width: 27px; fill: #fff; }
}

@media (max-width: 370px) {
  .hero { min-height: 820px; }
  .hero-grid { min-height: 714px; }
  h1 { font-size: 41px; }
  .hero-lead { width: 82%; }
  .big-stat strong { font-size: 29px; }
}

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