@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Source+Serif+4:ital,wght@0,500;0,600;1,500&display=swap');

:root {
  --midnight: #0b2033;
  --deep: #102c43;
  --petrol: #087f8c;
  --aqua: #67c7c2;
  --gold: #d6a63b;
  --sand: #f3eee6;
  --ivory: #fafcfb;
  --ink: #17232d;
  --slate: #5f7180;
  --line: rgba(11,32,51,.12);
  --white: #fff;
  --success: #2d8a6e;
  --shadow: 0 28px 80px rgba(11,32,51,.14);
  --soft-shadow: 0 14px 45px rgba(11,32,51,.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font: 400 16px/1.65 "Manrope", "Segoe UI", sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: white; color: var(--midnight); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; color: white; transition: .25s ease; }
.site-header.scrolled { position: fixed; background: rgba(11,32,51,.93); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; text-decoration: none; letter-spacing: .12em; font-weight: 800; }
.brand-symbol { position: relative; width: 36px; height: 36px; display: inline-block; overflow: hidden; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.brand-symbol::before { content: ""; position: absolute; left: 9px; bottom: 8px; width: 9px; height: 20px; border-left: 3px solid var(--aqua); border-bottom: 3px solid var(--aqua); }
.brand-symbol::after { content: ""; position: absolute; left: 17px; top: -7px; width: 25px; height: 25px; border-radius: 50%; background: radial-gradient(circle, rgba(214,166,59,.95) 0 7%, rgba(214,166,59,.24) 38%, transparent 68%); }
.brand-symbol.mini { width: 30px; height: 30px; }
.brand-symbol.mini::before { left: 7px; bottom: 6px; width: 7px; height: 17px; }
.brand-symbol.mini::after { left: 14px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.main-nav a { color: rgba(255,255,255,.72); text-decoration: none; font-size: .82rem; font-weight: 700; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--aqua); }
.menu-toggle { display: none; color: white; border: 1px solid rgba(255,255,255,.2); background: transparent; border-radius: 999px; padding: 8px 13px; }

.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(103,199,194,.48); outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 17px; font-size: .78rem; }
.button-aqua { color: var(--midnight); background: var(--aqua); box-shadow: 0 12px 30px rgba(103,199,194,.16); }
.button-ghost { color: white; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { color: var(--aqua); font-weight: 800; text-decoration: none; }
.text-link span { margin-left: 8px; }

.hero { position: relative; isolation: isolate; overflow: hidden; min-height: 780px; display: grid; align-items: center; color: white; background: linear-gradient(118deg, rgba(11,32,51,.99) 5%, rgba(11,32,51,.94) 57%, rgba(8,127,140,.67) 125%), var(--midnight); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 170px; background: linear-gradient(to top, rgba(5,18,30,.35), transparent); }
.wash { position: absolute; z-index: -1; border-radius: 50% 44% 57% 43% / 39% 58% 42% 61%; mix-blend-mode: screen; filter: blur(2px); pointer-events: none; }
.wash-a { width: 560px; height: 500px; right: -120px; top: -130px; background: radial-gradient(circle at 35% 45%, rgba(103,199,194,.46), transparent 59%), radial-gradient(circle at 65% 66%, rgba(8,127,140,.48), transparent 65%); animation: float 13s ease-in-out infinite alternate; }
.wash-b { width: 480px; height: 390px; right: 25%; bottom: -245px; background: radial-gradient(circle at 50% 35%, rgba(214,166,59,.42), transparent 68%); animation: float 16s -5s ease-in-out infinite alternate; }
.wash-c { width: 480px; height: 420px; right: -100px; top: -190px; background: radial-gradient(circle, rgba(103,199,194,.42), transparent 67%); }
@keyframes float { from { transform: translate3d(0,0,0) rotate(-7deg); } to { transform: translate3d(24px,16px,0) rotate(2deg) scale(1.04); } }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding: 142px 0 92px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--aqua); font-size: .76rem; line-height: 1.3; letter-spacing: .15em; text-transform: uppercase; font-weight: 800; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--petrol); }
h1,h2,h3,p,blockquote { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(3rem,5.6vw,5.5rem); line-height: .98; letter-spacing: -.06em; }
h1 em { color: var(--aqua); font: 500 italic 1em/1.04 "Source Serif 4", Georgia, serif; letter-spacing: -.045em; }
.hero-lead { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.74); font-size: 1.1rem; }
.trust-row { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px 22px; color: rgba(255,255,255,.64); font-size: .78rem; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--aqua); }

.product-preview { position: relative; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; overflow: hidden; background: rgba(250,252,251,.98); color: var(--ink); box-shadow: 0 40px 100px rgba(0,0,0,.31); transform: rotate(1.2deg); }
.product-preview::before { content: ""; position: absolute; inset: auto -50px -70px auto; width: 230px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(103,199,194,.25), transparent 68%); }
.preview-bar { min-height: 66px; padding: 15px 19px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: white; }
.cabinet-brand { display: flex; align-items: center; gap: 10px; font-size: .85rem; }
.cabinet-brand span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: var(--aqua); background: var(--midnight); font-size: .67rem; font-weight: 800; }
.preview-bar small { color: var(--slate); font-size: .65rem; font-weight: 700; }
.preview-body { display: grid; grid-template-columns: 130px 1fr; min-height: 380px; }
.preview-body aside { padding: 23px 13px; display: flex; flex-direction: column; gap: 7px; border-right: 1px solid var(--line); background: #f0f7f6; }
.preview-body aside span, .preview-body aside b { padding: 9px; border-radius: 9px; font-size: .65rem; }
.preview-body aside b { color: var(--petrol); background: white; box-shadow: 0 5px 14px rgba(11,32,51,.06); }
.preview-body aside span { color: #6d7d88; }
.preview-main { padding: 25px 22px; }
.preview-heading { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 19px; }
.preview-heading strong { display: block; font-size: 1rem; }
.preview-heading small { color: var(--slate); font-size: .68rem; }
.status { display: inline-flex; align-items: center; align-self: start; gap: 6px; padding: 6px 9px; border-radius: 999px; font-size: .63rem; font-weight: 800; }
.status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.status-ok { color: var(--success); background: rgba(45,138,110,.11); }
.preview-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.preview-kpis article { padding: 13px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.preview-kpis small, .preview-kpis strong, .preview-kpis i { display: block; }
.preview-kpis small { margin-bottom: 7px; color: var(--slate); font-size: .59rem; }
.preview-kpis strong { font-size: .93rem; }
.preview-kpis i { margin-top: 2px; color: var(--success); font-size: .58rem; font-style: normal; }
.preview-flow { margin-top: 12px; padding: 16px; border-radius: 15px; background: linear-gradient(135deg, rgba(8,127,140,.1), rgba(103,199,194,.04)); }
.preview-flow > div { display: flex; justify-content: space-between; gap: 12px; font-size: .68rem; }
.preview-flow > div span { color: var(--petrol); font-weight: 800; }
.preview-flow ol { margin: 14px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); list-style: none; }
.preview-flow li { position: relative; padding-top: 14px; color: var(--slate); font-size: .55rem; font-weight: 700; }
.preview-flow li::before { content: ""; position: absolute; top: 2px; left: 0; right: 0; height: 3px; background: rgba(8,127,140,.18); }
.preview-flow li::after { content: ""; position: absolute; top: -1px; left: 0; width: 9px; height: 9px; border: 2px solid var(--petrol); border-radius: 50%; background: white; }
.preview-flow li.done::before, .preview-flow li.done::after { background: var(--petrol); }
.prototype-label { position: absolute; right: 13px; bottom: 10px; color: var(--slate); font-size: .55rem; font-weight: 700; }

.section { padding: 108px 0; }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading h2, .platform-copy h2, .founder-copy h2, .contact h2 { margin-bottom: 18px; color: var(--midnight); font-size: clamp(2.25rem,4.2vw,4rem); line-height: 1.04; letter-spacing: -.05em; }
.section-heading > p:last-child, .split-heading > p, .platform-copy > p, .founder-lead { color: var(--slate); font-size: 1.03rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: end; }
.split-heading p { margin-bottom: 5px; }

.market { background: linear-gradient(180deg, var(--ivory), #f6faf9); }
.pressure-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.pressure-card { padding: 31px; border-top: 1px solid var(--line); }
.pressure-card > span { display: block; margin-bottom: 56px; color: var(--petrol); font-size: .76rem; font-weight: 800; }
.pressure-card h3 { margin-bottom: 10px; color: var(--midnight); font-size: 1.2rem; }
.pressure-card p { color: var(--slate); font-size: .9rem; }
.market-quote { max-width: 930px; margin: 70px 0 0 auto; color: var(--midnight); font: 500 clamp(1.75rem,3.5vw,3.1rem)/1.14 "Source Serif 4", Georgia, serif; letter-spacing: -.025em; }

.platform { overflow: hidden; color: white; background: var(--midnight); }
.platform-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.platform-copy h2 { color: white; }
.platform-copy > p { color: rgba(255,255,255,.68); }
.check-list { margin: 30px 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.84); font-weight: 600; }
.check-list li::before { content: "✓"; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--midnight); background: var(--aqua); font-size: .72rem; font-weight: 900; }
.identity-stack { position: relative; min-height: 460px; }
.identity-card { position: absolute; width: min(460px, 87%); padding: 34px; border-radius: 28px; box-shadow: var(--shadow); }
.identity-card small { display: block; margin-bottom: 28px; color: var(--slate); font-size: .69rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.identity-card p { margin: 26px 0 0; color: var(--slate); }
.client-card { top: 0; left: 0; z-index: 2; color: var(--ink); background: white; transform: rotate(-2deg); }
.engine-card { right: 0; bottom: 0; color: white; border: 1px solid rgba(255,255,255,.2); background: linear-gradient(145deg, rgba(8,127,140,.96), rgba(16,44,67,.98)); transform: rotate(2deg); }
.engine-card small, .engine-card p { color: rgba(255,255,255,.7); }
.horizon-logo, .lumen-lockup { display: flex; align-items: center; gap: 14px; font-size: 1.2rem; }
.horizon-logo span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--aqua); background: var(--midnight); font-size: .82rem; font-weight: 800; }
.lumen-lockup { letter-spacing: .1em; }

.services { background: var(--sand); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.service-card { min-height: 250px; padding: 27px; display: flex; flex-direction: column; border: 1px solid rgba(11,32,51,.08); border-radius: 22px; background: rgba(255,255,255,.7); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); background: white; box-shadow: var(--soft-shadow); }
.service-icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: auto; border-radius: 14px; color: var(--petrol); background: rgba(103,199,194,.16); font-size: .71rem; font-weight: 800; }
.service-card h3 { margin: 34px 0 8px; color: var(--midnight); font-size: 1.04rem; }
.service-card p { margin: 0; color: var(--slate); font-size: .84rem; }

.journeys { color: white; background: linear-gradient(145deg, var(--midnight), var(--deep)); }
.journeys .section-heading h2 { color: white; }
.journeys .split-heading > p { color: rgba(255,255,255,.67); }
.journey-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.journey-card { min-height: 330px; padding: 32px; display: flex; flex-direction: column; color: white; border: 1px solid rgba(255,255,255,.14); border-radius: 26px; background: rgba(255,255,255,.045); text-decoration: none; transition: transform .25s ease, border-color .25s ease; }
.journey-card:hover { transform: translateY(-6px); border-color: var(--aqua); }
.journey-card.featured { color: var(--midnight); border-color: transparent; background: var(--aqua); }
.journey-number { margin-bottom: auto; color: var(--aqua); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.journey-card.featured .journey-number { color: var(--petrol); }
.journey-card h3 { margin: 60px 0 11px; font-size: 1.35rem; }
.journey-card p { color: rgba(255,255,255,.65); font-size: .88rem; }
.journey-card.featured p { color: rgba(11,32,51,.7); }
.journey-card b { margin-top: 20px; font-size: .78rem; }

.roadmap { background: var(--ivory); }
.roadmap-line { position: relative; display: grid; grid-template-columns: repeat(6,1fr); gap: 0; }
.roadmap-line::before { content: ""; position: absolute; top: 30px; left: 3%; right: 3%; height: 2px; background: linear-gradient(to right, var(--petrol), var(--aqua), var(--gold)); }
.roadmap-step { position: relative; padding: 67px 18px 0; }
.roadmap-step::before { content: ""; position: absolute; top: 21px; left: 18px; width: 17px; height: 17px; border: 5px solid var(--ivory); border-radius: 50%; background: var(--petrol); box-shadow: 0 0 0 2px var(--petrol); }
.roadmap-step.future::before { background: var(--gold); box-shadow: 0 0 0 2px var(--gold); }
.roadmap-step span { display: block; min-height: 36px; color: var(--petrol); font-size: .67rem; font-weight: 800; }
.roadmap-step h3 { min-height: 48px; margin: 13px 0 10px; color: var(--midnight); font-size: .96rem; }
.roadmap-step p { min-height: 110px; color: var(--slate); font-size: .77rem; }
.roadmap-step b { color: var(--petrol); font-size: .68rem; }
.roadmap-step.future b { color: #976e13; }
.roadmap-note { max-width: 820px; margin: 58px 0 0; padding-left: 18px; border-left: 3px solid var(--gold); color: var(--slate); font-size: .8rem; }

.founder { color: white; background: var(--petrol); }
.founder-grid { display: grid; grid-template-columns: .34fr 1fr; gap: 80px; align-items: center; }
.founder-mark { width: min(260px,100%); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--midnight); background: radial-gradient(circle at 42% 35%, rgba(255,255,255,.7), rgba(103,199,194,.6) 32%, rgba(11,32,51,.2) 66%), var(--aqua); font: 800 clamp(3rem,7vw,6rem)/1 "Manrope", sans-serif; letter-spacing: -.08em; box-shadow: 0 25px 60px rgba(11,32,51,.2); }
.founder-copy h2 { color: white; }
.founder-copy .eyebrow { color: var(--midnight); }
.founder-lead { color: rgba(255,255,255,.77); font: 500 clamp(1.2rem,2.1vw,1.75rem)/1.48 "Source Serif 4", Georgia, serif; }
.founder-name { margin-top: 30px; display: flex; flex-direction: column; }
.founder-name strong { font-size: 1.05rem; }
.founder-name span { color: rgba(255,255,255,.63); font-size: .8rem; }
.contact-inline { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 12px 28px; }
.contact-inline a { color: white; text-decoration: none; font-size: .82rem; font-weight: 700; }

.contact { position: relative; isolation: isolate; overflow: hidden; color: white; background: var(--midnight); }
.contact-grid { display: grid; grid-template-columns: 1fr .45fr; gap: 70px; align-items: center; }
.contact h2 { max-width: 820px; color: white; }
.contact-actions { display: flex; flex-direction: column; gap: 12px; }
.text-phone { margin-top: 8px; color: white; text-align: center; text-decoration: none; font-weight: 800; letter-spacing: .04em; }
footer { padding: 30px 0; color: var(--slate); background: #071724; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-inner p { margin: 0; font-size: .72rem; }
.footer-brand { font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .header-cta { display: none; }
  .hero-grid, .platform-grid, .founder-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 65px; }
  .product-preview { max-width: 720px; }
  .identity-stack { max-width: 680px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .roadmap-line { grid-template-columns: repeat(3,1fr); gap: 30px 0; }
  .roadmap-line::before { display: none; }
  .roadmap-step { padding-top: 48px; }
  .roadmap-step::before { top: 13px; }
  .founder-mark { width: 190px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 26px,1180px); }
  .header-inner { min-height: 68px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: fixed; inset: 68px 0 auto; padding: 28px; display: none; flex-direction: column; align-items: flex-start; background: rgba(11,32,51,.98); }
  .main-nav.open { display: flex; }
  .hero { min-height: auto; }
  .hero-grid { padding: 124px 0 75px; }
  .section { padding: 78px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 16px; }
  .pressure-grid, .journey-grid { grid-template-columns: 1fr; }
  .pressure-card > span { margin-bottom: 25px; }
  .preview-body { grid-template-columns: 1fr; }
  .preview-body aside { display: none; }
  .preview-kpis { grid-template-columns: 1fr; }
  .identity-stack { min-height: 560px; }
  .identity-card { width: 92%; }
  .service-grid { grid-template-columns: 1fr; }
  .roadmap-line { grid-template-columns: 1fr; }
  .roadmap-step p, .roadmap-step h3, .roadmap-step span { min-height: 0; }
  .roadmap-step { padding: 0 0 28px 47px; }
  .roadmap-step::before { top: 5px; left: 7px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .button-row .button, .contact-actions .button { width: 100%; }
}

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