:root {
  --navy: #090d18;
  --night: #172033;
  --petrol: #34455d;
  --slate: #79808c;
  --ice: #fbfcfd;
  --silver: #cbcbce;
  --yellow: #f5c84c;
  --yellow-deep: #e9b928;
  --electric: #00aaf4;
  --electric-deep: #008fdb;
  --ink: #121827;
  --muted: #5f6774;
  --line: rgba(121, 128, 140, .24);
  --shadow: 0 24px 70px rgba(9, 13, 24, .14);
  --radius: 28px;
  --container: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ice);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  opacity: .35;
  pointer-events: none;
  background-image: linear-gradient(rgba(52,69,93,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(52,69,93,.05) 1px, transparent 1px);
  background-size: 48px 48px;
}
a { color: inherit; }
img { display: block; width: 100%; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; background: var(--yellow); color: var(--navy); font-weight: 800; border-radius: 12px; }
.skip-link:focus { top: 16px; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 104px 0; position: relative; }
.section-tight { padding: 72px 0; }
.section-dark { color: var(--ice); background: var(--navy); }
.section-night { color: var(--ice); background: var(--night); }
.section-soft { background: #f0f3f7; }
.eyebrow { margin: 0 0 14px; color: var(--petrol); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.section-dark .eyebrow, .section-night .eyebrow, .hero .eyebrow { color: var(--yellow); }
h1, h2, h3 { margin: 0; color: inherit; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.25rem, 7.8vw, 6.7rem); }
h2 { font-size: clamp(2.25rem, 4.8vw, 4.4rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); }
p { margin: 0; }
.lead { max-width: 730px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.section-dark .lead, .section-night .lead, .hero .lead { color: rgba(251,252,253,.76); }
.section-heading { display: grid; gap: 20px; margin-bottom: 52px; }
.section-heading.center { justify-items: center; text-align: center; margin-inline: auto; }
.accent { color: var(--yellow); }
.marker { position: relative; white-space: nowrap; }
.marker::after { content: ""; position: absolute; height: .14em; left: 0; right: 0; bottom: -.05em; background: var(--yellow); transform: rotate(-1.5deg); border-radius: 999px; }
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stack { display: grid; gap: 24px; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; padding: 13px 22px; font-weight: 850; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--navy); background: var(--electric); box-shadow: 0 14px 34px rgba(0,170,244,.24); }
.btn-primary:hover { background: #31c1ff; }
.btn-secondary { color: var(--ice); border-color: rgba(251,252,253,.32); background: rgba(251,252,253,.08); }
.btn-light { color: var(--navy); background: var(--ice); }
.btn-ghost { color: var(--navy); border-color: var(--line); background: transparent; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--petrol); font-weight: 850; text-decoration: none; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.site-header { position: sticky; top: 0; z-index: 100; color: var(--ice); background: rgba(9,13,24,.92); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(16px); }
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ice); text-decoration: none; font-weight: 900; letter-spacing: -.02em; }
.brand-mark { width: 38px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 11px; color: var(--navy); background: var(--yellow); font-weight: 950; line-height: 1; }
.brand-logo { width: 42px; height: 48px; object-fit: contain; flex: 0 0 auto; }
.brand-text { font-size: 1.08rem; }
.brand-text small { display: block; color: var(--silver); font-size: .62rem; font-weight: 750; letter-spacing: .15em; line-height: 1.1; text-transform: uppercase; }
.nav-menu { display: flex; align-items: center; gap: 24px; }
.nav-menu > a:not(.btn) { color: rgba(251,252,253,.74); font-size: .93rem; font-weight: 700; text-decoration: none; }
.nav-menu > a:hover, .nav-menu > a[aria-current="page"] { color: var(--yellow); }
.menu-button { display: none; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; color: var(--ice); background: transparent; font-size: 1.45rem; cursor: pointer; }

.hero { min-height: calc(100svh - 78px); display: grid; align-items: center; overflow: hidden; color: var(--ice); background: linear-gradient(105deg, #03060b 0%, #060b13 54%, #081828 100%); }
.hero::before { content: ""; position: absolute; width: min(70vw, 820px); aspect-ratio: 1; right: -20%; top: -20%; border: 1px solid rgba(245,200,76,.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(245,200,76,.025), 0 0 0 160px rgba(245,200,76,.02); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; padding: 92px 0; }
.hero-copy { display: grid; gap: 28px; }
.hero h1 { max-width: 760px; font-size: clamp(3.5rem, 5.1vw, 4.8rem); }
.hero-visual { position: relative; min-height: 610px; }
.hero-photo-wrap { position: absolute; inset: -2% -8% -8% 0; overflow: hidden; clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%); filter: drop-shadow(-28px 0 42px rgba(0,0,0,.55)); }
.hero-photo-wrap::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(3,6,11,.65), transparent 38%), linear-gradient(0deg, rgba(3,6,11,.4), transparent 45%); }
.hero-photo { height: 100%; object-fit: cover; object-position: 52% 44%; }
.hero-stripe { position: absolute; z-index: 3; width: 74%; height: 14px; right: -9%; bottom: 12%; background: var(--electric); transform: rotate(-12deg); box-shadow: 0 28px 0 rgba(0,170,244,.45), 0 56px 0 rgba(0,170,244,.18); clip-path: polygon(4% 0,100% 0,95% 100%,0 70%); }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; z-index: 4; border: 2px solid rgba(0,170,244,.8); transform: rotate(32deg); }
.hero-visual::before { width: 260px; height: 520px; right: -80px; top: -40px; }
.hero-visual::after { width: 120px; height: 560px; right: 20px; top: 40px; border-color: rgba(0,170,244,.26); }
.pulse { display: inline-flex; align-items: center; gap: 9px; color: rgba(251,252,253,.78); font-weight: 700; }
.pulse::before { content: ""; width: 10px; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 7px rgba(245,200,76,.13); }

.feature-strip { margin-top: -40px; position: relative; z-index: 4; }
.feature-grid { display: grid; grid-template-columns: repeat(5, 1fr); padding: 14px; border: 1px solid var(--line); border-radius: 26px; background: rgba(251,252,253,.98); box-shadow: var(--shadow); }
.feature { min-height: 120px; display: grid; align-content: center; gap: 8px; padding: 20px; border-right: 1px solid var(--line); }
.feature:last-child { border-right: 0; }
.feature-icon { color: var(--yellow-deep); font-size: 1.35rem; }
.feature strong { font-size: .98rem; }
.feature small { color: var(--muted); }

.pain-card, .method-card, .info-card, .price-card, .level-card, .process-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.pain-card { min-height: 205px; display: grid; align-content: space-between; padding: 28px; }
.pain-card .number { color: var(--silver); font-size: 2.4rem; font-weight: 950; letter-spacing: -.06em; }
.pain-card p { font-size: 1.12rem; font-weight: 750; }
.method-grid { counter-reset: method; }
.method-card { counter-increment: method; position: relative; overflow: hidden; padding: 30px; color: var(--ice); background: var(--night); }
.method-card::before { content: "0" counter(method); display: block; margin-bottom: 60px; color: var(--yellow); font-size: .8rem; font-weight: 950; letter-spacing: .12em; }
.method-card p { margin-top: 14px; color: rgba(251,252,253,.68); }
.method-card::after { content: ""; position: absolute; width: 120px; height: 4px; right: -36px; bottom: 24px; background: var(--yellow); transform: rotate(-38deg); }
.week-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; }
.week-main { padding: 42px; border-radius: var(--radius); color: var(--ice); background: var(--night); }
.week-main h3 { font-size: 2rem; }
.week-list { display: grid; gap: 14px; margin-top: 28px; }
.week-item { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; }
.week-item span { width: 46px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--yellow); font-weight: 900; }
.week-side { display: grid; gap: 20px; }
.info-card { padding: 28px; }
.info-card p { margin-top: 10px; color: var(--muted); }

.path-card { min-height: 470px; position: relative; display: grid; align-content: end; overflow: hidden; padding: 34px; border-radius: 34px; color: var(--ice); isolation: isolate; }
.path-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; z-index: -2; transition: transform .5s ease; }
.path-card:hover img { transform: scale(1.04); }
.path-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(9,13,24,.05) 15%, rgba(9,13,24,.95) 96%); }
.path-card p { margin: 12px 0 22px; color: rgba(251,252,253,.75); }
.path-card .text-link { color: var(--yellow); }

.journey { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; position: relative; }
.journey::before { content: ""; position: absolute; left: 9%; right: 9%; top: 34px; height: 2px; background: linear-gradient(90deg, var(--yellow), var(--petrol)); }
.journey-step { position: relative; padding-top: 74px; }
.journey-step::before { content: attr(data-level); position: absolute; top: 0; left: 0; width: 68px; aspect-ratio: 1; display: grid; place-items: center; border: 6px solid var(--ice); border-radius: 50%; color: var(--navy); background: var(--yellow); font-weight: 950; box-shadow: 0 8px 22px rgba(9,13,24,.14); }
.journey-step p { margin-top: 9px; color: var(--muted); }
.tech-panel { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 520px; overflow: hidden; border-radius: 36px; background: var(--night); color: var(--ice); }
.tech-visual { display: grid; place-items: center; padding: 40px; background: radial-gradient(circle at center, rgba(245,200,76,.28), transparent 54%), var(--navy); }
.phone-mockup { width: 245px; min-height: 420px; padding: 20px; border: 8px solid #0c1019; border-radius: 40px; background: var(--ice); color: var(--ink); box-shadow: 0 36px 80px rgba(0,0,0,.35); transform: rotate(-4deg); }
.phone-mockup small { color: var(--muted); }
.phone-bar { height: 10px; width: 80px; margin: 0 auto 30px; border-radius: 99px; background: var(--navy); }
.chat { margin-top: 18px; padding: 12px; border-radius: 14px; background: #eef1f5; font-size: .86rem; }
.chat.accent { margin-left: 20px; color: var(--navy); background: #ffe28b; }
.tech-copy { display: grid; align-content: center; gap: 22px; padding: 56px; }
.tech-copy p { color: rgba(251,252,253,.72); }
.check-list { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }
.check-list li::before { content: "✓"; flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--yellow); font-size: .8rem; font-weight: 950; }

.test-banner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 52px; border-radius: 34px; color: var(--ice); background: linear-gradient(125deg, var(--petrol), var(--navy)); box-shadow: var(--shadow); }
.test-banner p { max-width: 660px; margin-top: 14px; color: rgba(251,252,253,.73); }
.prices { align-items: stretch; }
.price-card { display: grid; padding: 38px; }
.price-card.featured { color: var(--ice); background: var(--night); border-color: var(--night); box-shadow: var(--shadow); }
.price-tag { display: inline-flex; width: max-content; margin-bottom: 26px; padding: 6px 12px; border-radius: 999px; color: var(--navy); background: var(--yellow); font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.old-price { margin-top: 28px; color: var(--slate); text-decoration: line-through; }
.current-price { margin: 2px 0 20px; font-size: 3.6rem; font-weight: 950; line-height: 1; letter-spacing: -.06em; }
.current-price small { font-size: .95rem; font-weight: 700; letter-spacing: 0; }
.price-card .check-list { margin: 28px 0; }
.price-card .btn { align-self: end; }
.benefits-bar { margin-top: 28px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }

.founder { display: grid; grid-template-columns: .85fr 1.15fr; gap: 52px; align-items: center; }
.founder-photo { min-height: 540px; display: grid; place-items: center; overflow: hidden; border-radius: 34px; color: var(--ice); background: linear-gradient(145deg, var(--petrol), var(--navy)); }
.founder-photo img { height: 100%; min-height: 540px; object-fit: cover; }
.founder-placeholder { display: grid; gap: 12px; justify-items: center; padding: 40px; text-align: center; }
.founder-placeholder .brand-mark { width: 80px; font-size: 2rem; }
.founder-copy { display: grid; gap: 22px; }
.founder-copy p { color: var(--muted); }
.founder-meta { display: flex; gap: 14px; flex-wrap: wrap; }
.pill { padding: 8px 13px; border-radius: 999px; color: var(--petrol); background: #e9edf2; font-size: .82rem; font-weight: 800; }

.faq { max-width: 900px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 24px 48px 24px 0; font-size: 1.06rem; font-weight: 820; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; top: 20px; color: var(--petrol); font-size: 1.6rem; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 48px 24px 0; color: var(--muted); }
.final-cta { position: relative; overflow: hidden; padding: 72px; border-radius: 42px; color: var(--ice); background: var(--navy); }
.final-cta::after { content: ""; position: absolute; width: 420px; aspect-ratio: 1; right: -140px; top: -170px; border: 55px solid rgba(245,200,76,.13); border-radius: 50%; }
.final-cta > * { position: relative; z-index: 1; }
.final-cta p { max-width: 650px; margin: 18px 0 28px; color: rgba(251,252,253,.72); }

.page-hero { position: relative; min-height: 580px; display: grid; align-items: end; overflow: hidden; color: var(--ice); background: var(--navy); }
.page-hero img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,13,24,.97) 0%, rgba(9,13,24,.72) 52%, rgba(9,13,24,.18) 100%); }
.page-hero-copy { position: relative; z-index: 1; max-width: 760px; display: grid; gap: 22px; padding: 110px 0 74px; }
.page-hero h1 { font-size: clamp(3.1rem, 7vw, 6rem); }
.program-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border-radius: 22px; background: var(--line); }
.program-stat { padding: 26px; background: #fff; }
.program-stat strong { display: block; font-size: 1.45rem; }
.program-stat span { color: var(--muted); font-size: .9rem; }
.level-grid { display: grid; gap: 34px; }
.level-card { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; }
.level-card:nth-child(even) { grid-template-columns: 1.1fr .9fr; }
.level-card:nth-child(even) .level-image { order: 2; }
.level-image img { height: 100%; min-height: 390px; object-fit: cover; }
.level-copy { display: grid; align-content: center; gap: 16px; padding: 48px; }
.level-label { width: max-content; padding: 6px 12px; border-radius: 999px; color: var(--navy); background: var(--yellow); font-weight: 950; }
.level-copy p { color: var(--muted); }
.two-col-copy { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.rich-copy { display: grid; gap: 18px; }
.rich-copy p { color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.process-card { padding: 26px; }
.process-card span { display: grid; width: 44px; aspect-ratio: 1; place-items: center; margin-bottom: 32px; border-radius: 50%; color: var(--navy); background: var(--yellow); font-weight: 950; }
.process-card p { margin-top: 10px; color: var(--muted); font-size: .92rem; }
.legal { max-width: 860px; }
.legal h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.legal h2 { margin-top: 48px; font-size: 1.8rem; }
.legal h3 { margin-top: 30px; font-size: 1.2rem; }
.legal p, .legal li { color: var(--muted); }
.legal ul { display: grid; gap: 10px; padding-left: 22px; }
.legal .updated { margin-top: 18px; color: var(--slate); font-size: .9rem; }

.site-footer { color: var(--ice); background: #060910; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1fr; gap: 40px; padding: 72px 0 48px; }
.footer-grid h3 { margin-bottom: 18px; font-size: .88rem; letter-spacing: .09em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { color: rgba(251,252,253,.62); }
.footer-grid a { display: block; margin: 8px 0; text-decoration: none; }
.footer-grid a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.1); color: rgba(251,252,253,.5); font-size: .82rem; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 90; width: 58px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 14px 34px rgba(0,0,0,.25); text-decoration: none; font-size: 1.45rem; transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 1020px) {
  .nav-menu { position: fixed; left: 20px; right: 20px; top: 88px; display: none; padding: 22px; align-items: stretch; flex-direction: column; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: var(--night); box-shadow: var(--shadow); }
  .nav-menu.is-open { display: flex; }
  .nav-menu .btn { width: 100%; }
  .menu-button { display: grid; place-items: center; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .feature { border-bottom: 1px solid var(--line); }
  .feature:nth-child(3) { border-right: 0; }
  .feature:nth-child(n+4) { border-bottom: 0; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .week-grid, .tech-panel, .founder, .two-col-copy { grid-template-columns: 1fr; }
  .journey { grid-template-columns: repeat(2, 1fr); }
  .journey::before { display: none; }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  :root { --container: min(100% - 28px, 1160px); --radius: 22px; }
  .section { padding: 76px 0; }
  .section-tight { padding: 54px 0; }
  .brand-text { font-size: .98rem; }
  .site-header .btn { min-height: 46px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 74px 0 100px; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .button-row .btn { width: 100%; }
  .feature-strip { margin-top: -34px; }
  .feature-grid { grid-template-columns: 1fr; padding: 10px; }
  .feature { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .feature:last-child { border-bottom: 0 !important; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .week-main, .tech-copy, .test-banner, .final-cta { padding: 32px 24px; }
  .path-card { min-height: 420px; }
  .journey { grid-template-columns: 1fr; }
  .tech-visual { padding: 42px 20px; }
  .phone-mockup { width: 220px; min-height: 385px; }
  .test-banner { grid-template-columns: 1fr; }
  .current-price { font-size: 3rem; }
  .founder-photo, .founder-photo img { min-height: 400px; }
  .page-hero { min-height: 520px; }
  .page-hero::after { background: linear-gradient(0deg, rgba(9,13,24,.98), rgba(9,13,24,.35)); }
  .program-stats { grid-template-columns: repeat(2, 1fr); }
  .level-card, .level-card:nth-child(even) { grid-template-columns: 1fr; }
  .level-card:nth-child(even) .level-image { order: 0; }
  .level-image img { min-height: 270px; }
  .level-copy { padding: 30px 24px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; }
  .process-card span { margin: 0; }
  .process-card p { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; }
}

/* ===== Rockway final review adjustments · 2026-08-12 ===== */
:root {
  --display-font: "Arial Narrow", "Franklin Gothic Condensed", "Roboto Condensed", Impact, sans-serif;
}

h1, h2, h3,
.brand-text,
.btn,
.nav-menu > a,
.price-tag,
.level-label {
  font-family: var(--display-font);
}

h1, h2 {
  font-weight: 900;
  letter-spacing: -.015em;
}

h3 {
  font-weight: 850;
  letter-spacing: 0;
}

.brand {
  gap: 14px;
}

.brand-logo {
  width: 52px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .22));
}

.brand-text {
  font-size: 1.26rem;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-text small {
  margin-top: 5px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .57rem;
  letter-spacing: .16em;
}

.nav-shell {
  min-height: 82px;
}

.nav-menu > a:not(.btn) {
  font-size: 1rem;
  letter-spacing: .02em;
}

.hero {
  min-height: calc(100svh - 82px);
  background: #03060b;
}

.hero::before {
  display: none;
}

.hero-grid {
  grid-template-columns: 1.03fr .97fr;
  gap: 34px;
  padding: 72px 0 68px;
}

.hero-copy {
  gap: 24px;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(4.15rem, 6.35vw, 6.35rem);
  line-height: .94;
}

.hero-underline {
  position: relative;
  display: inline-block;
  color: inherit;
}

.hero-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 2%;
  bottom: -.11em;
  height: .08em;
  border-radius: 999px;
  background: var(--electric);
  transform: rotate(-1.5deg);
  box-shadow: 0 .06em 0 rgba(0,170,244,.28);
}

.hero-visual {
  min-height: 650px;
}

.hero-photo-wrap {
  inset: -3% -11% -8% -2%;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
  filter: drop-shadow(-20px 0 34px rgba(0,0,0,.48));
}

.hero-photo-wrap::before {
  background: linear-gradient(90deg, rgba(3,6,11,.56) 0%, rgba(3,6,11,.12) 24%, transparent 43%);
}

.hero-photo {
  object-position: 51% 43%;
}

.hero-stripe,
.hero-visual::before,
.hero-visual::after {
  display: none !important;
}

.btn {
  border-radius: 3px;
  font-size: 1.02rem;
  letter-spacing: .01em;
}

.page-hero {
  min-height: 470px;
}

.page-hero::after {
  background: linear-gradient(90deg, rgba(9,13,24,.96) 0%, rgba(9,13,24,.68) 51%, rgba(9,13,24,.12) 100%);
}

.page-hero-copy {
  max-width: 780px;
  gap: 16px;
  padding: 62px 0 48px;
}

.page-hero h1 {
  max-width: 760px;
  font-size: clamp(3.35rem, 5.55vw, 5rem);
  line-height: .96;
}

.page-hero .lead {
  max-width: 690px;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
}

.founder-title {
  font-size: clamp(2.25rem, 4.25vw, 3.8rem);
  white-space: nowrap;
}

@media (max-width: 1020px) {
  .hero {
    min-height: auto;
  }
  .hero-grid {
    padding: 80px 0 96px;
  }
  .hero h1 {
    max-width: 800px;
    font-size: clamp(4rem, 9.5vw, 6rem);
  }
  .page-hero {
    min-height: 440px;
  }
  .page-hero-copy {
    padding: 58px 0 46px;
  }
}

@media (max-width: 720px) {
  .brand-logo {
    width: 45px;
    height: 50px;
  }
  .brand-text {
    font-size: 1.04rem;
  }
  .hero-grid {
    padding: 64px 0 88px;
  }
  .hero h1 {
    font-size: clamp(3.15rem, 15vw, 4.75rem);
    line-height: .96;
  }
  .page-hero {
    min-height: 420px;
  }
  .page-hero-copy {
    gap: 14px;
    padding: 48px 0 40px;
  }
  .page-hero h1 {
    font-size: clamp(3rem, 13.5vw, 4.15rem);
  }
  .founder-title {
    white-space: normal;
  }
}
