/* =========================================================
   Carretero Consulting Services — Design System
   Industrial premium: deep navy · machine amber · blueprint
   ========================================================= */
:root {
  --navy-950: #060b14;
  --navy-900: #0b1320;
  --navy-800: #101b2d;
  --navy-700: #17263d;
  --navy-600: #22385a;
  --amber-300: #ffd27a;
  --amber-400: #fbb534;
  --amber-500: #f09d0f;
  --amber-600: #d98c0a;
  --ink: #edf2f8;
  --muted: #9dafc6;
  --line: rgba(255, 255, 255, .09);
  --green: #33c48f;
  --red: #ea5f4b;
  --blue: #6fa8ff;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow: 0 30px 60px -20px rgba(0, 0, 0, .6);
  --ease: cubic-bezier(.2, .8, .2, 1);
  --font-display: "Archivo", "Arial Narrow", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, -apple-system, Segoe UI, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); font-size: 17px; line-height: 1.65; color: var(--ink); background: var(--navy-900); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-display); font-stretch: 110%; line-height: 1.08; margin: 0 0 .5em; font-weight: 800; letter-spacing: -.015em; }
h2 { font-size: clamp(2rem, 4.2vw, 3.2rem); }
h3 { font-size: 1.25rem; font-weight: 700; }
p { margin: 0 0 1em; }
em { font-style: italic; color: var(--amber-400); }
::selection { background: var(--amber-400); color: var(--navy-900); }
:focus-visible { outline: 2px solid var(--amber-400); outline-offset: 3px; border-radius: 6px; }
.container { width: min(1200px, 100% - 32px); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--amber-400); color: var(--navy-900); padding: 8px 14px; border-radius: 8px; z-index: 999; }
.skip-link:focus { left: 8px; }

/* Scroll progress & cursor glow */
.scroll-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 200; }
.scroll-progress span { display: block; height: 100%; transform-origin: left; transform: scaleX(0); background: linear-gradient(90deg, var(--amber-600), var(--amber-300)); }
.cursor-glow { position: fixed; width: 520px; height: 520px; border-radius: 50%; pointer-events: none; z-index: 0; left: 0; top: 0; background: radial-gradient(circle, rgba(251, 181, 52, .09), transparent 60%); transform: translate(-50%, -50%); opacity: 0; }
@media (hover: hover) { .cursor-glow { opacity: 1; } }

/* Ticker with hazard stripe edge */
.ticker { position: relative; z-index: 60; overflow: hidden; white-space: nowrap; background: var(--amber-400); color: var(--navy-950); font-size: 13.5px; font-weight: 800; }
.ticker::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: repeating-linear-gradient(-45deg, var(--navy-950) 0 10px, var(--amber-400) 10px 20px); opacity: .9; }
.ticker__track { display: inline-flex; gap: 48px; padding: 8px 0 12px; animation: marquee 42s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }

/* Header */
.header { position: sticky; top: 0; z-index: 100; transition: background .35s, box-shadow .35s; }
.header.is-scrolled { background: rgba(11, 19, 32, .82); backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%); box-shadow: 0 1px 0 var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__mark { width: 40px; height: 40px; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__text strong { font-family: var(--font-display); font-stretch: 125%; font-weight: 900; font-size: 1.25rem; letter-spacing: .04em; }
.brand__text small { font-size: .64rem; letter-spacing: .3em; text-transform: uppercase; color: var(--amber-400); margin-top: 5px; }
.nav__links { display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; font-size: 15px; font-weight: 600; }
.nav__links a { position: relative; color: var(--muted); transition: color .25s; }
.nav__links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--amber-400); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.nav__links a:hover, .nav__links a.is-active { color: #fff; }
.nav__links a:hover::after, .nav__links a.is-active::after { transform: scaleX(1); }
.nav__actions { display: flex; align-items: center; gap: 12px; }
.lang-toggle { display: inline-flex; background: rgba(255, 255, 255, .06); border: 1px solid var(--line); border-radius: 999px; padding: 3px; cursor: pointer; font: 700 12px var(--font-body); color: var(--muted); }
.lang-toggle span { padding: 5px 10px; border-radius: 999px; transition: .25s; }
.lang-toggle span.is-active { background: var(--amber-400); color: var(--navy-900); }
.burger { display: none; width: 44px; height: 44px; background: none; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; padding: 12px 10px; flex-direction: column; justify-content: space-between; }
.burger span { display: block; height: 2px; background: #fff; border-radius: 2px; transition: .3s var(--ease); }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Buttons */
.btn { --bx: 0px; --by: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 24px; border-radius: 12px; font: 800 15px var(--font-body); letter-spacing: .01em; border: 1px solid transparent; cursor: pointer; transition: transform .35s var(--ease), box-shadow .35s, background .3s, color .3s, border-color .3s; transform: translate(var(--bx), var(--by)); overflow: hidden; white-space: nowrap; }
.btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transition: transform .3s; }
.btn:hover svg { transform: translateX(4px); }
.btn--amber { background: linear-gradient(135deg, var(--amber-300), var(--amber-400) 45%, var(--amber-600)); color: var(--navy-950); box-shadow: 0 10px 30px -10px rgba(251, 181, 52, .7), inset 0 1px 0 rgba(255, 255, 255, .5); }
.btn--amber:hover { box-shadow: 0 16px 40px -10px rgba(251, 181, 52, .9), inset 0 1px 0 rgba(255, 255, 255, .5); }
.btn--ghost { border-color: rgba(255, 255, 255, .22); color: #fff; background: rgba(255, 255, 255, .03); }
.btn--ghost:hover { border-color: var(--amber-400); color: var(--amber-300); }
.btn--sm { padding: 10px 18px; font-size: 14px; }
.btn--lg { padding: 17px 28px; font-size: 16px; }
.btn--block { width: 100%; }
.shine::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, .55) 50%, transparent 70%); transform: translateX(-120%); animation: shine 3.8s ease-in-out infinite; }
@keyframes shine { 0%, 60% { transform: translateX(-120%); } 100% { transform: translateX(120%); } }
.link-btn { background: none; border: 0; color: var(--muted); font: 600 14px var(--font-body); cursor: pointer; text-decoration: underline; margin-top: 14px; }

/* Utilities */
.glass { background: linear-gradient(160deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02)); border: 1px solid rgba(255, 255, 255, .12); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 12.5px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--amber-400); margin-bottom: 18px; }
.kicker::before { content: ""; width: 22px; height: 6px; background: repeating-linear-gradient(-45deg, currentColor 0 3px, transparent 3px 6px); }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--amber-400); animation: pulse 2s infinite; box-shadow: 0 0 0 0 rgba(251, 181, 52, .7); flex: none; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); } 100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }
.fine { font-size: 12.5px; color: var(--muted); margin: 14px 0 0; opacity: .85; }
.badge { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: 999px; background: rgba(251, 181, 52, .12); color: var(--amber-300); border: 1px solid rgba(251, 181, 52, .3); white-space: nowrap; }
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); }
.reveal.is-in { opacity: 1; transform: none; }

/* Hero */
.hero { position: relative; min-height: calc(100vh - 110px); display: flex; align-items: center; padding: 60px 0 100px; overflow: hidden; isolation: isolate; }
.hero__grid-bg { position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(rgba(111, 168, 255, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(111, 168, 255, .07) 1px, transparent 1px), linear-gradient(rgba(111, 168, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(111, 168, 255, .035) 1px, transparent 1px); background-size: 120px 120px, 120px 120px, 24px 24px, 24px 24px; mask-image: radial-gradient(70% 70% at 70% 45%, #000 30%, transparent 80%); -webkit-mask-image: radial-gradient(70% 70% at 70% 45%, #000 30%, transparent 80%); animation: gridmove 30s linear infinite; }
@keyframes gridmove { to { background-position: 120px 120px, 120px 120px, 24px 24px, 24px 24px; } }
.hero__aurora { position: absolute; inset: -20% -10% auto; height: 120%; z-index: -3; background: radial-gradient(40% 50% at 12% 20%, rgba(34, 56, 90, .95), transparent 70%), radial-gradient(35% 40% at 85% 30%, rgba(251, 181, 52, .14), transparent 70%), radial-gradient(50% 50% at 50% 100%, rgba(23, 38, 61, .9), transparent 70%); filter: blur(10px); animation: aurora 18s ease-in-out infinite alternate; }
@keyframes aurora { to { transform: translate3d(0, -4%, 0) scale(1.08); } }
.hero__machine { position: absolute; z-index: -1; right: -4%; bottom: 2%; width: min(760px, 62vw); opacity: .5; fill: none; stroke: rgba(111, 168, 255, .55); stroke-width: 1.6; stroke-linejoin: round; }
.hero__machine .draw * { stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw 2.8s var(--ease) forwards; }
.hero__machine .boom * { animation-delay: .6s; }
.hero__machine .stick * { animation-delay: 1s; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.hero__machine .cyl { stroke: var(--amber-400); stroke-width: 3; }
.hero__machine .boom { transform-box: view-box; transform-origin: 305px 262px; animation: boom 7s ease-in-out 2.4s infinite; }
.hero__machine .stick { transform-box: view-box; transform-origin: 432px 128px; animation: stick 7s ease-in-out 2.4s infinite; }
@keyframes boom { 0%, 100% { transform: rotate(0); } 50% { transform: rotate(-9deg); } }
@keyframes stick { 0%, 100% { transform: rotate(0); } 50% { transform: rotate(16deg); } }
.hero__machine .dims path { stroke: rgba(251, 181, 52, .5); stroke-dasharray: 4 5; }
.hero__machine .dims text { fill: rgba(251, 181, 52, .75); stroke: none; font: 700 13px var(--font-body); letter-spacing: .1em; }
.hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.hero__title { font-size: clamp(2.4rem, 4.8vw, 3.9rem); font-stretch: 100%; line-height: 1.04; margin-bottom: 24px; font-weight: 900; }
.hero__title em { display: inline; background: linear-gradient(120deg, var(--amber-300), var(--amber-500)); -webkit-background-clip: text; background-clip: text; color: transparent; padding: 0 .14em 0 .04em; margin-left: -.04em; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.hero__sub { font-size: 1.14rem; color: var(--muted); max-width: 590px; }
.hero__sub strong { color: #fff; }
.hero__rotator { display: flex; align-items: center; gap: 10px; font-weight: 600; margin: 8px 0 30px; color: var(--muted); flex-wrap: wrap; }
.rotator { display: inline-block; padding: 4px 14px; border-radius: 8px; background: rgba(251, 181, 52, .1); border: 1px solid rgba(251, 181, 52, .3); color: var(--amber-300); min-width: 12ch; transition: opacity .35s, transform .35s; }
.rotator.is-out { opacity: 0; transform: translateY(-8px); }
.hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero__trust { display: flex; gap: 22px; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; font-size: 14px; color: var(--muted); }
.hero__trust li { display: flex; align-items: center; gap: 8px; }
.hero__trust svg { width: 18px; height: 18px; fill: none; stroke: var(--green); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.hero__visual { position: relative; perspective: 1000px; }
[data-tilt] { transform-style: preserve-3d; transition: transform .5s var(--ease); }
.dash { padding: 28px; }
.dash__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 18px; }
.dash__label { font-size: 12px; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); margin: 0; }
.dash__title { font-family: var(--font-display); font-weight: 800; font-size: 1.35rem; margin: 2px 0 0; }
.dash__rows { margin: 0 0 18px; display: grid; gap: 0; }
.dash__rows div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px dashed var(--line); font-size: 14.5px; }
.dash__rows dt { color: var(--muted); }
.dash__rows dd { margin: 0; font-weight: 800; font-variant-numeric: tabular-nums; }
.dash__bars { display: grid; gap: 12px; margin-bottom: 18px; }
.hbar { display: grid; grid-template-columns: 70px 1fr 64px; align-items: center; gap: 12px; font-size: 13px; color: var(--muted); }
.hbar b { color: #fff; text-align: right; font-variant-numeric: tabular-nums; }
.bar { height: 10px; background: rgba(255, 255, 255, .07); border-radius: 99px; overflow: hidden; }
.bar i { display: block; height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg, var(--amber-600), var(--amber-300)); transition: width 1.8s var(--ease) .4s; }
.bar--alt i { background: linear-gradient(90deg, #3b6fc0, var(--blue)); }
.is-in .bar i { width: var(--w); }
.dash__verdict { display: flex; gap: 12px; align-items: center; padding: 14px; border-radius: 14px; background: rgba(51, 196, 143, .1); border: 1px solid rgba(51, 196, 143, .3); }
.dash__verdict strong { display: block; font-size: 14.5px; }
.dash__verdict small { color: var(--muted); font-size: 12.5px; }
.verdict__ico { flex: none; width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; background: var(--green); color: var(--navy-950); font-weight: 900; }
.dash__note { font-size: 11px; color: var(--muted); opacity: .7; margin: 12px 0 0; }
.float-chip { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 14px; font-size: 13.5px; font-weight: 700; animation: float 6s ease-in-out infinite; }
.float-chip--a { top: -24px; left: -34px; }
.float-chip--b { bottom: -26px; right: -24px; animation-delay: -3s; }
.chip-ico { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; background: rgba(251, 181, 52, .18); color: var(--amber-300); font-weight: 900; }
@keyframes float { 50% { transform: translateY(-14px); } }
.scroll-cue { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid rgba(255, 255, 255, .3); border-radius: 20px; }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 4px; background: var(--amber-400); animation: cue 1.8s infinite; }
@keyframes cue { 70% { transform: translateY(14px); opacity: 0; } 100% { opacity: 0; } }

/* Equipment marquee */
.logos { padding: 40px 0; border-block: 1px solid var(--line); background: var(--navy-950); text-align: center; }
.logos__title { font-size: 14px; color: var(--muted); margin-bottom: 22px; padding-inline: 16px; }
.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee__track { display: inline-flex; gap: 20px; white-space: nowrap; animation: marquee 46s linear infinite; }
.marquee__track span { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-display); font-stretch: 115%; font-size: 1.2rem; font-weight: 700; color: rgba(237, 242, 248, .6); padding: 10px 20px; border: 1px solid var(--line); border-radius: 999px; }
.marquee__track span::before { content: ""; width: 8px; height: 8px; background: var(--amber-400); transform: rotate(45deg); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Sections */
.section { padding: clamp(80px, 11vw, 136px) 0; position: relative; }
.section__head { max-width: 780px; margin: 0 auto 56px; text-align: center; }
.section__head p:not(.kicker) { color: var(--muted); font-size: 1.1rem; }
.section__head--left { text-align: left; margin: 0; }

/* Problem */
.problem { background: linear-gradient(180deg, var(--navy-900), var(--navy-800)); }
.pains { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pain { padding: 28px; border-radius: var(--radius); background: rgba(255, 255, 255, .025); border: 1px solid var(--line); transition: border-color .3s, transform .4s var(--ease); }
.pain:hover { border-color: rgba(234, 95, 75, .45); transform: translateY(-4px); }
.pain__ico { display: inline-grid; place-items: center; min-width: 44px; height: 32px; border-radius: 8px; background: rgba(234, 95, 75, .14); color: var(--red); font: 800 13px var(--font-body); margin-bottom: 16px; }
.pain p { color: var(--muted); margin: 0; font-size: 15.5px; }

/* Services */
.services { background: var(--navy-900); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { --mx: 50%; --my: 50%; position: relative; display: flex; flex-direction: column; text-align: left; padding: 30px 28px; border-radius: var(--radius); background: rgba(255, 255, 255, .03); border: 1px solid var(--line); color: var(--ink); font: inherit; cursor: pointer; overflow: hidden; transition: border-color .4s, transform .5s var(--ease); }
.card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(320px circle at var(--mx) var(--my), rgba(251, 181, 52, .14), transparent 60%); opacity: 0; transition: opacity .3s; }
.card:hover { border-color: rgba(251, 181, 52, .4); }
.card:hover::before { opacity: 1; }
.card > * { position: relative; }
.card__top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
.card__ico { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(251, 181, 52, .22), rgba(251, 181, 52, .04)); border: 1px solid rgba(251, 181, 52, .3); }
.card__ico svg { width: 26px; height: 26px; fill: none; stroke: var(--amber-300); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card__num { font: 800 13px var(--font-body); color: var(--muted); letter-spacing: .1em; }
.card h3 { font-size: 1.3rem; }
.card__en { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--amber-400); margin: -4px 0 10px; }
.card p { color: var(--muted); font-size: 15px; margin: 0 0 18px; }
.card__foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 14px; }
.card__foot strong { color: var(--amber-300); }
.card__more { color: #fff; font-weight: 700; display: inline-flex; gap: 6px; align-items: center; transition: gap .3s; }
.card:hover .card__more { gap: 12px; }
.rate-note { text-align: center; color: var(--muted); margin: 36px 0 0; }
.rate-note strong { color: var(--amber-300); }

/* Ladder */
.ladder { background: radial-gradient(60% 50% at 50% 0%, rgba(251, 181, 52, .08), transparent 70%), var(--navy-800); }
.steps-ladder { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: end; position: relative; }
.rung { position: relative; padding: 30px 28px; border-radius: var(--radius); background: rgba(255, 255, 255, .03); border: 1px solid var(--line); border-top: 4px solid var(--amber-400); }
.rung:nth-child(1) { min-height: 260px; }
.rung:nth-child(2) { min-height: 300px; }
.rung:nth-child(3) { min-height: 340px; background: linear-gradient(170deg, rgba(251, 181, 52, .12), rgba(255, 255, 255, .02) 60%); }
.rung:not(:last-child)::after { content: "→"; position: absolute; right: -19px; top: 50%; z-index: 1; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--amber-400); color: var(--navy-950); font-weight: 900; }
.rung__n { font: 800 13px var(--font-body); color: var(--muted); letter-spacing: .15em; }
.rung__price { font-family: var(--font-display); font-stretch: 110%; font-weight: 900; font-size: 1.9rem; color: var(--amber-300); margin: 6px 0 10px; }
.rung p:last-child { color: var(--muted); margin: 0; font-size: 15px; }

/* Calculator */
.calc { background: var(--navy-900); }
.calc__box { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; padding: 36px; }
.calc__inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-content: start; }
.calc__inputs label { display: grid; gap: 6px; font-size: 13px; font-weight: 700; color: var(--muted); }
.calc__range { grid-column: 1 / -1; }
.calc__range > span { display: flex; justify-content: space-between; }
.calc__range strong { color: var(--amber-300); font-family: var(--font-display); font-size: 1.4rem; }
.calc__kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.kpi { padding: 16px; border-radius: 14px; background: rgba(255, 255, 255, .04); border: 1px solid var(--line); }
.kpi small { display: block; font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; font-weight: 700; }
.kpi strong { display: block; font-family: var(--font-display); font-stretch: 110%; font-size: 1.7rem; font-weight: 900; margin-top: 4px; font-variant-numeric: tabular-nums; }
.kpi span { font-size: 12px; color: var(--muted); }
.kpi--hl { border-color: rgba(251, 181, 52, .45); background: rgba(251, 181, 52, .08); }
.kpi--hl strong { color: var(--amber-300); }
.calc__chart { margin: 20px 0 8px; }
.calc__chart svg { width: 100%; height: auto; overflow: visible; }
.calc__chart .axis { stroke: rgba(255, 255, 255, .15); }
.calc__chart .grid { stroke: rgba(255, 255, 255, .06); stroke-dasharray: 3 5; }
.calc__chart .tick { fill: var(--muted); font: 600 11px var(--font-body); }
.calc__chart .own { fill: none; stroke: var(--amber-400); stroke-width: 3; }
.calc__chart .rent { fill: none; stroke: var(--blue); stroke-width: 3; }
.calc__chart .be { stroke: rgba(255, 255, 255, .5); stroke-dasharray: 4 4; }
.calc__chart .now { stroke: var(--green); stroke-width: 2; }
.calc__legend { display: flex; gap: 18px; font-size: 13px; color: var(--muted); margin-top: 6px; }
.lg::before { content: ""; display: inline-block; width: 18px; height: 3px; border-radius: 2px; margin-right: 8px; vertical-align: middle; }
.lg--own::before { background: var(--amber-400); }
.lg--rent::before { background: var(--blue); }
.calc__verdict { padding: 16px 18px; border-radius: 14px; margin: 14px 0 18px; font-weight: 600; background: rgba(255, 255, 255, .04); border: 1px solid var(--line); transition: background .3s, border-color .3s; }
.calc__verdict strong { color: #fff; }
.calc__verdict.is-buy { background: rgba(251, 181, 52, .09); border-color: rgba(251, 181, 52, .4); }
.calc__verdict.is-rent { background: rgba(111, 168, 255, .09); border-color: rgba(111, 168, 255, .4); }

input[type="range"] { width: 100%; -webkit-appearance: none; appearance: none; height: 8px; border-radius: 99px; background: linear-gradient(90deg, var(--amber-500) var(--p, 0%), rgba(255, 255, 255, .1) var(--p, 0%)); padding: 0; border: 0; }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 26px; height: 26px; border-radius: 50%; background: #fff; border: 5px solid var(--amber-500); cursor: grab; box-shadow: 0 4px 14px rgba(0, 0, 0, .4); }
input[type="range"]::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 5px solid var(--amber-500); cursor: grab; }

/* Plans */
.plans { background: radial-gradient(50% 50% at 50% 0%, rgba(251, 181, 52, .1), transparent 70%), var(--navy-800); }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; padding: 36px 30px; border-radius: var(--radius-lg); background: rgba(255, 255, 255, .03); border: 1px solid var(--line); transition: transform .5s var(--ease), border-color .4s; }
.plan:hover { transform: translateY(-8px); border-color: rgba(251, 181, 52, .35); }
.plan--pop { background: linear-gradient(170deg, rgba(251, 181, 52, .14), rgba(255, 255, 255, .02) 60%); border-color: rgba(251, 181, 52, .55); box-shadow: 0 30px 80px -30px rgba(251, 181, 52, .45); }
.plan__ribbon { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); padding: 6px 16px; border-radius: 99px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; background: var(--amber-400); color: var(--navy-900); white-space: nowrap; }
.plan__name { font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); font-weight: 800; margin-bottom: 4px; }
.plan__name span { display: block; font-family: var(--font-display); font-stretch: 110%; font-size: 1.6rem; letter-spacing: -.01em; text-transform: none; color: #fff; margin-top: 4px; }
.plan__price { font-family: var(--font-display); font-stretch: 110%; font-weight: 900; font-size: 3rem; line-height: 1; color: var(--amber-300); margin: 14px 0 12px; }
.plan__price small { font-size: 1rem; font-weight: 700; color: var(--muted); }
.plan__for { color: var(--muted); font-size: 15px; min-height: 48px; }
.plan ul { list-style: none; padding: 0; margin: 8px 0 28px; display: grid; gap: 12px; flex: 1; align-content: start; }
.plan li { display: flex; gap: 10px; font-size: 15px; }
.plan li::before { content: "✓"; color: var(--amber-400); font-weight: 800; }
.retainer { display: grid; grid-template-columns: 1.5fr 1fr; gap: 30px; align-items: center; padding: 34px 36px; margin-top: 30px; }
.retainer h3 { font-size: 1.6rem; }
.retainer p:not(.kicker) { color: var(--muted); margin: 0; }
.retainer__price { display: grid; gap: 6px; justify-items: end; text-align: right; }
.retainer__price strong { font-family: var(--font-display); font-stretch: 110%; font-weight: 900; font-size: 2rem; color: var(--amber-300); line-height: 1; }
.retainer__price span { color: var(--muted); font-size: 14px; margin-bottom: 8px; }

/* Recommender */
.quiz-section { background: radial-gradient(60% 60% at 80% 50%, rgba(251, 181, 52, .08), transparent 70%), var(--navy-900); }
.quiz-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.quiz-intro p:not(.kicker) { color: var(--muted); font-size: 1.1rem; }
.checklist { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 12px; align-items: center; font-weight: 600; }
.checklist li::before { content: "✓"; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: rgba(51, 196, 143, .15); color: var(--green); font-size: 13px; flex: none; }
.quiz { padding: 36px; min-height: 420px; display: flex; flex-direction: column; }
.quiz__progress { height: 6px; background: rgba(255, 255, 255, .08); border-radius: 99px; overflow: hidden; margin-bottom: 22px; }
.quiz__progress span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--amber-600), var(--amber-300)); transition: width .5s var(--ease); }
.quiz__step { font-size: 13px; color: var(--amber-400); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; }
.quiz__q { font-size: 1.5rem; margin-bottom: 22px; }
.quiz__opts { display: grid; gap: 10px; }
.quiz__opt { text-align: left; padding: 15px 18px; border-radius: 12px; border: 1px solid var(--line); background: rgba(255, 255, 255, .03); color: var(--ink); font: 600 15.5px var(--font-body); cursor: pointer; transition: .25s var(--ease); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.quiz__opt::after { content: "→"; color: var(--amber-400); opacity: 0; transform: translateX(-6px); transition: .25s; }
.quiz__opt:hover, .quiz__opt:focus-visible { border-color: var(--amber-400); background: rgba(251, 181, 52, .07); transform: translateX(4px); }
.quiz__opt:hover::after { opacity: 1; transform: none; }
.quiz__anim { animation: slideIn .45s var(--ease); }
@keyframes slideIn { from { opacity: 0; transform: translateX(24px); } }
.quiz__result { margin: auto 0; animation: slideIn .5s var(--ease); }
.quiz__result h3 { font-size: 1.8rem; margin-bottom: 6px; }
.quiz__price { font-family: var(--font-display); font-stretch: 110%; font-weight: 900; font-size: 1.6rem; color: var(--amber-300); margin-bottom: 12px; }
.quiz__result p#quizWhy { color: var(--muted); margin-bottom: 22px; }

/* Independence */
.indep { background: linear-gradient(180deg, var(--navy-800), var(--navy-900)); }
.indep__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.lead { color: var(--muted); font-size: 1.1rem; }
.seal-row { display: flex; align-items: center; gap: 22px; margin-top: 26px; }
.seal-row p { margin: 0; font-weight: 700; font-size: 1.1rem; }
.seal { width: 120px; height: 120px; flex: none; color: var(--amber-400); }
.seal svg { animation: spin 24s linear infinite; }
.seal text { fill: var(--amber-400); font: 800 8.6px var(--font-body); letter-spacing: .1em; }
@keyframes spin { to { transform: rotate(360deg); } }
.dodont { display: grid; gap: 18px; }
.dd { padding: 26px 28px; border-radius: var(--radius); border: 1px solid var(--line); background: rgba(255, 255, 255, .025); }
.dd h3 { font-size: 1.1rem; margin-bottom: 14px; }
.dd ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.dd li { display: flex; gap: 12px; font-size: 15px; }
.dd--do { border-color: rgba(51, 196, 143, .3); }
.dd--do li::before { content: "✓"; color: var(--green); font-weight: 900; }
.dd--dont { border-color: rgba(234, 95, 75, .25); }
.dd--dont li { color: var(--muted); }
.dd--dont li::before { content: "✕"; color: var(--red); font-weight: 900; }

/* Process timeline */
.method { background: var(--navy-800); overflow: hidden; }
.timeline { position: relative; max-width: 860px; margin: 0 auto; }
.timeline__line { position: absolute; left: 35px; top: 20px; bottom: 20px; width: 2px; background: var(--line); }
.timeline__line span { display: block; width: 100%; height: 100%; transform-origin: top; transform: scaleY(0); background: linear-gradient(var(--amber-300), var(--amber-600)); box-shadow: 0 0 20px var(--amber-500); }
.phase { display: grid; grid-template-columns: 72px 1fr; gap: 26px; margin-bottom: 26px; }
.phase:last-child { margin-bottom: 0; }
.phase__num { position: relative; z-index: 1; width: 72px; height: 72px; border-radius: 18px; display: grid; place-items: center; font-family: var(--font-display); font-stretch: 110%; font-size: 1.4rem; font-weight: 900; background: var(--navy-900); border: 2px solid var(--line); color: var(--muted); transition: .5s var(--ease); }
.phase.is-in .phase__num { border-color: var(--amber-400); color: var(--amber-300); box-shadow: 0 0 0 8px rgba(251, 181, 52, .07), 0 0 40px -6px rgba(251, 181, 52, .55); }
.phase__body { padding: 24px 28px; border-radius: var(--radius); background: rgba(255, 255, 255, .03); border: 1px solid var(--line); transition: border-color .4s, transform .4s var(--ease); }
.phase__body:hover { border-color: rgba(251, 181, 52, .4); transform: translateX(6px); }
.phase__body p { color: var(--muted); margin: 0; }

/* Audience */
.scenarios { background: var(--navy-900); }
.scn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.scn { display: flex; flex-direction: column; padding: 30px; border-radius: var(--radius); border: 1px solid var(--line); background: rgba(255, 255, 255, .02); position: relative; overflow: hidden; }
.scn::after { content: "“"; position: absolute; right: 18px; top: -26px; font-family: Georgia, serif; font-size: 9rem; color: rgba(251, 181, 52, .08); }
.scn__tag { display: inline-block; font-size: 12px; font-weight: 800; color: var(--amber-400); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.scn h3 { font-style: italic; font-size: 1.25rem; font-weight: 700; }
.scn p { color: var(--muted); font-size: 15px; }
.scn__link { margin-top: auto; font-weight: 800; color: var(--amber-300); }
.scn__link:hover { color: #fff; }

/* FAQ */
.faq { background: var(--navy-800); }
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.faq .section__head { position: sticky; top: 110px; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; cursor: pointer; padding: 22px 48px 22px 0; font-weight: 700; font-size: 1.06rem; position: relative; transition: color .25s; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); color: var(--amber-400); font-size: 20px; transition: transform .35s var(--ease), background .3s; }
.accordion details[open] summary { color: var(--amber-300); }
.accordion details[open] summary::after { transform: translateY(-50%) rotate(45deg); background: rgba(251, 181, 52, .12); }
.accordion details p { color: var(--muted); padding-right: 40px; animation: slideDown .4s var(--ease); }
@keyframes slideDown { from { opacity: 0; transform: translateY(-8px); } }

/* Contact */
.contact { background: radial-gradient(50% 60% at 20% 50%, rgba(34, 56, 90, .6), transparent 70%), var(--navy-900); }
.contact__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 60px; align-items: start; }
.contact__grid > *, .footer__grid > * { min-width: 0; }
.contact__copy > p:not(.kicker) { color: var(--muted); font-size: 1.1rem; }
.consult-card { padding: 22px 24px; border-radius: 18px; margin: 26px 0; border-color: rgba(251, 181, 52, .35); }
.consult-card__top { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 12px; }
.consult-card__price { font-family: var(--font-display); font-stretch: 110%; font-weight: 900; font-size: 1.8rem; color: var(--amber-300); }
.consult-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; color: var(--muted); font-size: 15px; }
.consult-card li::before { content: "✓ "; color: var(--amber-400); font-weight: 800; }
.contact__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.contact__list li { display: flex; gap: 14px; align-items: center; }
.contact__list li > span:first-child { flex: none; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(251, 181, 52, .1); color: var(--amber-300); }
.contact__list a, .footer a { overflow-wrap: anywhere; }
.contact__list a:hover { color: var(--amber-300); }
.form { padding: 34px; display: grid; gap: 18px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form label, .calc__inputs label { display: grid; gap: 8px; font-size: 13.5px; font-weight: 700; color: var(--muted); }
.form input, .form select, .form textarea, .modal__form input, .calc__inputs input[type="number"] { width: 100%; padding: 13px 15px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, .14); background: rgba(6, 11, 20, .6); color: var(--ink); font: 600 15.5px var(--font-body); transition: border-color .25s, box-shadow .25s; }
.form select option { background: var(--navy-900); }
.form input:focus, .form select:focus, .form textarea:focus, .modal__form input:focus, .calc__inputs input:focus { outline: none; border-color: var(--amber-400); box-shadow: 0 0 0 4px rgba(251, 181, 52, .15); }
.form .is-invalid { border-color: var(--red); box-shadow: 0 0 0 4px rgba(234, 95, 75, .15); }
.form .check { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; }
.form .check input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--amber-500); flex: none; }
.form__msg { margin: 0; font-weight: 700; min-height: 1.2em; }
.form__msg.ok { color: var(--green); }
.form__msg.err { color: var(--red); }

/* Footer */
.footer { background: var(--navy-950); padding: 70px 0 30px; border-top: 1px solid var(--line); }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer p { color: var(--muted); font-size: 15px; max-width: 420px; margin-top: 16px; }
.footer h4 { font-family: var(--font-body); font-size: 13px; letter-spacing: .15em; text-transform: uppercase; color: var(--amber-400); }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; color: var(--muted); }
.footer ul a:hover { color: #fff; }
.footer__legal { border-top: 1px solid var(--line); padding-top: 24px; }
.footer__legal p { max-width: none; font-size: 12.5px; opacity: .75; }

/* Drawer */
.drawer { position: fixed; inset: 0; z-index: 300; }
.drawer__backdrop { position: absolute; inset: 0; background: rgba(6, 11, 20, .7); backdrop-filter: blur(4px); animation: fade .3s; }
.drawer__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(560px, 100%); overflow-y: auto; padding: 44px 36px; background: linear-gradient(170deg, var(--navy-700), var(--navy-900) 60%); border-left: 1px solid rgba(251, 181, 52, .25); animation: slideLeft .45s var(--ease); display: flex; flex-direction: column; }
.drawer__panel h3 { font-size: 2rem; }
.drawer__intro { color: var(--muted); }
.svc { padding: 20px; border-radius: 14px; border: 1px solid var(--line); background: rgba(255, 255, 255, .03); margin-bottom: 14px; }
.svc__head { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; margin-bottom: 8px; }
.svc__head h4 { font-size: 1.05rem; margin: 0; font-stretch: 105%; }
.svc__price { flex: none; font-weight: 800; color: var(--amber-300); font-size: 14.5px; text-align: right; }
.svc p { color: var(--muted); font-size: 14.5px; margin: 0; }
.drawer__panel .btn { margin-top: 10px; }
@keyframes slideLeft { from { transform: translateX(100%); } }

/* WhatsApp, sticky CTA, modal */
.wa { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; background: #25d366; box-shadow: 0 12px 30px -8px rgba(37, 211, 102, .7); transition: transform .3s var(--ease); }
.wa::before { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25d366; animation: ripple 2.4s infinite; }
@keyframes ripple { to { transform: scale(1.6); opacity: 0; } }
.wa svg { width: 32px; height: 32px; fill: #fff; }
.wa:hover { transform: scale(1.08); }
.wa__tip { position: absolute; right: 72px; background: #fff; color: var(--navy-900); font-weight: 700; font-size: 14px; padding: 8px 14px; border-radius: 12px; white-space: nowrap; opacity: 0; transform: translateX(10px); transition: .3s var(--ease); pointer-events: none; }
.wa:hover .wa__tip, .wa.show-tip .wa__tip { opacity: 1; transform: none; }
.sticky-cta { position: fixed; left: 0; right: 88px; bottom: 0; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); z-index: 80; transform: translateY(120%); transition: transform .4s var(--ease); display: none; }
.sticky-cta.is-visible { transform: none; }
.modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 16px; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(6, 11, 20, .75); backdrop-filter: blur(6px); animation: fade .3s; }
.modal__card { position: relative; max-width: 480px; width: 100%; padding: 40px 34px; background: linear-gradient(160deg, var(--navy-700), var(--navy-900)); animation: pop .45s var(--ease); }
.modal__card h3 { font-size: 1.6rem; }
.modal__card p:not(.kicker) { color: var(--muted); }
.modal__close { position: absolute; top: 14px; right: 16px; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); background: none; color: #fff; font-size: 22px; cursor: pointer; }
.modal__form { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 8px; }
.modal__form input { flex: 1 1 200px; }
@keyframes fade { from { opacity: 0; } }
@keyframes pop { from { opacity: 0; transform: scale(.92) translateY(20px); } }

/* Responsive */
@media (max-width: 1080px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .calc__box { grid-template-columns: 1fr; }
}
@media (max-width: 960px) {
  .burger { display: flex; }
  .nav__actions > .btn { display: none; }
  .nav__links { position: fixed; inset: 110px 16px auto; flex-direction: column; gap: 0; padding: 12px; border-radius: 20px; background: rgba(11, 19, 32, .97); border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; transform: translateY(-10px); pointer-events: none; transition: .3s var(--ease); }
  .nav__links.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .nav__links a { display: block; padding: 14px 16px; font-size: 17px; color: #fff; }
  .nav__links a::after { display: none; }
  .hero { min-height: auto; padding-top: 40px; }
  .hero__machine { width: 110vw; right: -40%; bottom: auto; top: 6%; opacity: .25; }
  .hero__grid, .quiz-grid, .indep__grid, .contact__grid, .faq__grid { grid-template-columns: 1fr; gap: 50px; }
  .hero__visual { max-width: 460px; margin-inline: auto; width: 100%; }
  .pains { grid-template-columns: repeat(2, 1fr); }
  .plan-grid, .scn-grid, .steps-ladder { grid-template-columns: 1fr; }
  .plan-grid { max-width: 520px; margin-inline: auto; }
  .rung, .rung:nth-child(n) { min-height: 0; }
  .rung:not(:last-child)::after { content: "↓"; right: auto; left: 50%; top: auto; bottom: -29px; transform: translateX(-50%); }
  .retainer { grid-template-columns: 1fr; }
  .retainer__price { justify-items: start; text-align: left; }
  .faq .section__head { position: static; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid > div:first-child { grid-column: 1 / -1; }
  .sticky-cta { display: block; }
  .scroll-cue { display: none; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .ticker { font-size: 12px; }
  .brand__text strong { font-size: 1.05rem; }
  .brand__text small { font-size: .52rem; letter-spacing: .2em; }
  .brand__mark { width: 34px; height: 34px; }
  .nav { height: 66px; }
  .nav__links { inset: 104px 16px auto; }
  .cards, .pains, .calc__inputs, .form__row { grid-template-columns: 1fr; }
  .calc__kpis { grid-template-columns: 1fr 1fr; }
  .kpi--hl { grid-column: 1 / -1; }
  .float-chip--a { left: -6px; top: -28px; }
  .float-chip--b { right: -6px; bottom: -22px; }
  .dash, .quiz, .calc__box, .form, .retainer { padding: 24px 20px; }
  .phase { grid-template-columns: 52px 1fr; gap: 16px; }
  .phase__num { width: 52px; height: 52px; font-size: 1.05rem; border-radius: 14px; }
  .timeline__line { left: 25px; }
  .phase__body { padding: 20px; }
  .hero__ctas .btn { width: 100%; }
  .quiz__q { font-size: 1.3rem; }
  .seal-row { flex-direction: column; align-items: flex-start; }
  .drawer__panel { padding: 40px 20px 24px; }
  .wa { width: 54px; height: 54px; right: 16px; bottom: 16px; }
  .sticky-cta { right: 78px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
