:root {
  --navy: #071337;
  --navy-2: #0b1c4c;
  --blue: #165dff;
  --cyan: #19c7df;
  --ink: #10172a;
  --muted: #59647a;
  --line: #dce4f0;
  --soft: #f4f7fb;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(7,19,55,.13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; padding: 10px 14px; color: white; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: white; }
.nav-wrap { height: 110px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; font-weight: 800; letter-spacing: .14em; }
.site-header .brand { transform: translateY(20px); }
.site-header .brand img { width: 150px; height: auto; border-radius: 0; object-fit: contain; }
nav { display: flex; gap: 28px; align-items: center; }
nav a { text-decoration: none; font-size: .92rem; font-weight: 650; color: rgba(255,255,255,.82); }
nav a:hover { color: white; }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; }
.hero { min-height: 0; padding: 116px 0 18px; color: white; background: radial-gradient(circle at 74% 22%, rgba(22,93,255,.28), transparent 34%), linear-gradient(135deg, #06102d 0%, #091943 57%, #0b2d64 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(48px, 8vw, 110px); align-items: start; }
.hero-copy { align-self: start; margin-top: 24px; }
.hero-visual { margin-top: 37px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .76rem; line-height: 1.2; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #6ce6f2; }
h1,h2,h3,p { text-wrap: pretty; }
h1 { margin: 0; max-width: 760px; font-size: clamp(3rem, 6.6vw, 6.2rem); line-height: .96; letter-spacing: -.055em; font-weight: 760; }
h1 span { color: #72e8f5; }
.lead { max-width: 700px; margin: 28px 0 14px; font-size: clamp(1.2rem, 2vw, 1.48rem); line-height: 1.45; font-weight: 600; color: rgba(255,255,255,.96); }
.hero-detail { max-width: 690px; color: rgba(255,255,255,.72); font-size: 1.02rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 13px 22px; border: 0; border-radius: 999px; text-decoration: none; font: inherit; font-weight: 760; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--cyan); color: #031332; box-shadow: 0 12px 34px rgba(25,199,223,.28); }
.button.secondary { border: 1px solid rgba(255,255,255,.34); color: white; }
.human-line { display: flex; align-items: center; gap: 10px; margin-top: 25px; color: rgba(255,255,255,.72); font-size: .9rem; }
.human-line span { width: 7px; height: 7px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 0 5px rgba(25,199,223,.14); }
.photo-frame { position: relative; max-width: 359px; margin-left: auto; }
.photo-frame::before { content: ""; position: absolute; inset: -16px 22px 58px -18px; border: 1px solid rgba(114,232,245,.36); border-radius: 34px; }
.photo-crop { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 28px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; }
.photo-caption { position: relative; margin: 6px 2px 0; text-align: right; }
.photo-caption strong { display: block; color: white; font-size: 1rem; line-height: 1.4; font-weight: 700; }
.photo-caption span { display: block; margin-top: 1px; color: #8beaf3; font-size: .8rem; line-height: 1.4; font-weight: 500; font-style: italic; letter-spacing: .02em; }
.section { padding: 110px 0; }
.problem { background: white; }
.problem-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 100px; align-items: start; }
.section-heading h2, .control h2, .final-cta h2 { margin: 0; font-size: clamp(2.35rem, 4.7vw, 4.5rem); line-height: 1.05; letter-spacing: -.045em; }
.problem-copy { font-size: 1.08rem; color: var(--muted); }
.problem-copy p:first-child { margin-top: 0; }
.key-message { margin-top: 34px; padding: 24px 26px; color: var(--navy); background: var(--soft); border-left: 4px solid var(--cyan); font-size: 1.13rem; border-radius: 0 14px 14px 0; }
.handover { background: var(--soft); overflow: hidden; }
.handover-title { text-align: center; }
.handover-title h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.1; letter-spacing: -.04em; }
.statement { margin: 8px 0 46px; color: var(--blue); font-size: clamp(2.1rem, 5vw, 4.4rem); line-height: 1; font-weight: 800; letter-spacing: -.045em; }
.chaos-order { display: grid; grid-template-columns: 1fr 170px 1fr; align-items: center; gap: 32px; min-height: 390px; }
.messy-stack { position: relative; height: 330px; }
.paper { position: absolute; min-width: 210px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 14px 35px rgba(7,19,55,.12); }
.paper span,.paper small { display: block; color: var(--muted); font-size: .76rem; }
.paper b { display: block; margin: 7px 0 3px; color: var(--navy); }
.card-business { top: 26px; left: 6%; transform: rotate(-7deg); }
.note { top: 138px; left: 33%; background: #fff7be; transform: rotate(6deg); }
.phone { top: 34px; right: 1%; width: 126px; min-width: 126px; padding-top: 40px; color: white; background: var(--navy); transform: rotate(4deg); }
.phone small { color: rgba(255,255,255,.65); }
.phone b { color: white; }
.phone-notch { position: absolute; top: 12px; left: 50%; width: 44px; height: 6px; background: #38425e; border-radius: 9px; transform: translateX(-50%); }
.sheet { bottom: 18px; left: 5%; width: 250px; transform: rotate(2deg); }
.sheet::after { content: ""; display: block; height: 50px; margin-top: 10px; opacity: .7; background: repeating-linear-gradient(#dfe6f1 0 1px, transparent 1px 12px), repeating-linear-gradient(90deg,#dfe6f1 0 1px, transparent 1px 72px); }
.process-mark { display: flex; flex-direction: column; align-items: center; gap: 12px; color: var(--blue); font-size: .82rem; font-weight: 750; text-align: center; }
.process-mark::before,.process-mark::after { content: ""; width: 100%; height: 1px; background: linear-gradient(90deg,transparent,var(--blue)); }
.process-mark::after { background: linear-gradient(90deg,var(--blue),transparent); }
.mira-dot { display: grid; place-items: center; width: 66px; height: 66px; color: white; background: var(--blue); border-radius: 20px; font-size: 1.6rem; box-shadow: 0 12px 28px rgba(22,93,255,.25); }
.ordered-card { padding: 28px; background: white; border: 1px solid #ccd8eb; border-radius: 22px; box-shadow: var(--shadow); }
.ordered-card > p { margin-top: 0; color: var(--navy); font-size: 1.1rem; font-weight: 800; }
.ordered-card div { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 15px 0; border-top: 1px solid var(--line); }
.ordered-card span { color: var(--muted); font-size: .69rem; letter-spacing: .09em; }
.ordered-card strong { color: var(--navy); font-size: .9rem; }
.section-note { margin: 32px 0 0; text-align: center; color: var(--muted); font-size: 1.06rem; }
.narrow { max-width: 780px; }
.narrow > p:last-child { color: var(--muted); font-size: 1.08rem; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 58px 0 0; padding: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.steps li { display: flex; gap: 16px; min-height: 228px; padding: 30px 26px; background: white; }
.steps li > span { color: var(--blue); font-weight: 800; font-size: .8rem; }
.steps h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.15rem; line-height: 1.25; }
.steps p { margin: 0; color: var(--muted); font-size: .93rem; }
.human-ai { color: white; background: var(--navy); }
.human-grid { display: grid; grid-template-columns: .88fr 1fr; gap: 100px; align-items: start; }
.human-quote h2 { margin: 0; font-size: clamp(3rem, 5.4vw, 5.2rem); line-height: 1; letter-spacing: -.05em; }
.human-quote h2 span { color: var(--cyan); }
.human-copy { color: rgba(255,255,255,.72); font-size: 1.06rem; }
.human-copy .large { margin-top: 0; color: white; font-size: 1.22rem; }
blockquote { margin: 34px 0 0; padding: 26px 0 0; border-top: 1px solid rgba(255,255,255,.2); color: white; font-size: 1.18rem; }
.control-grid { display: grid; grid-template-columns: 1fr; gap: 46px; }
.control-copy { max-width: 880px; }
.control-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.control-copy .control-proof { margin: 24px 0 0; padding-left: 20px; border-left: 3px solid var(--cyan); color: var(--navy); font-size: 1.12rem; }
.platform-visual { display: block; width: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; box-shadow: none; }
.platform-visual img { display: block; width: 100%; height: auto; }
.dashboard-shell { overflow: hidden; background: #f7f9fc; border: 1px solid #d9e2ef; border-radius: 20px; box-shadow: var(--shadow); }
.dash-top { display: flex; align-items: center; gap: 12px; padding: 16px 20px; color: var(--navy); background: white; border-bottom: 1px solid var(--line); font-size: .87rem; }
.mini-logo { display: grid; place-items: center; width: 28px; height: 28px; color: white; background: var(--blue); border-radius: 8px; font-weight: 800; }
.status { margin-left: auto; padding: 5px 9px; color: #075a62; background: #d7f7f6; border-radius: 999px; font-size: .7rem; }
.dash-body { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; padding: 20px; }
.metric,.dash-list { padding: 17px; background: white; border: 1px solid #e1e7f0; border-radius: 12px; }
.metric span,.dash-list > span { display: block; color: var(--muted); font-size: .72rem; }
.metric strong { display: block; margin: 8px 0 14px; color: var(--navy); font-size: .86rem; }
.metric i { display: block; width: 100%; height: 6px; background: #e8edf5; border-radius: 6px; }
.metric i::after { content: ""; display: block; width: var(--w); height: 100%; background: var(--blue); border-radius: inherit; }
.dash-list { grid-column: 1/-1; }
.dash-list p { margin: 9px 0 0; color: var(--muted); font-size: .78rem; }
.dash-list b { color: #068176; }
.dash-list em { color: var(--blue); font-style: normal; }
.concept-note { margin: 0; padding: 0 20px 16px; color: #7a8496; font-size: .65rem; text-align: right; }
.comparison { background: var(--soft); }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 52px; }
.compare-card { padding: 32px; border-radius: 22px; }
.compare-card.without { background: white; border: 1px solid var(--line); }
.compare-card.with { color: white; background: linear-gradient(145deg,var(--navy),#103a7b); box-shadow: var(--shadow); }
.compare-label { margin: 0 0 24px; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.with .compare-label { color: var(--cyan); }
.compare-card ul { list-style: none; margin: 0; padding: 0; }
.compare-card li { position: relative; padding: 12px 10px 12px 34px; border-top: 1px solid var(--line); }
.with li { border-color: rgba(255,255,255,.15); }
.compare-card li::before { content: "↓"; position: absolute; left: 5px; color: #93a0b5; }
.compare-card li:first-child::before { content: "●"; font-size: .56rem; top: 18px; }
.with li::before { color: var(--cyan); }
.final-cta { padding: 120px 0; color: white; text-align: center; background: radial-gradient(circle at 50% 0,rgba(25,199,223,.18),transparent 42%),var(--navy); }
.final-inner { max-width: 870px; }
.cta-lead { margin: 26px 0 6px; font-size: 1.27rem; font-weight: 700; }
.final-inner > p:not(.eyebrow):not(.cta-status) { color: rgba(255,255,255,.72); }
.closing { display: block; margin: 34px 0 28px; color: var(--cyan); font-size: clamp(1.8rem,3.4vw,3rem); }
.button.white { color: var(--navy); background: white; box-shadow: 0 18px 44px rgba(0,0,0,.2); }
.cta-status { min-height: 24px; margin-top: 16px; color: rgba(255,255,255,.72); font-size: .85rem; }
footer { color: white; background: #040b20; }
.footer-inner { min-height: 130px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; }
.footer-inner p { margin: 0; color: rgba(255,255,255,.55); font-size: .78rem; }
.footer-inner p:last-child { text-align: right; }
.footer-brand img { width: 38px; height: 38px; border-radius: 10px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { padding-top: 116px; }
  .hero-grid,.problem-grid,.human-grid,.control-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-copy { margin-top: 0; }
  .hero-visual { order: -1; margin-top: 0; }
  .photo-frame { max-width: 330px; margin: 0 auto; }
  .photo-crop { aspect-ratio: 1.05; }
  .photo-frame img { object-position: 50% 28%; }
  .photo-note { right: -18px; }
  .chaos-order { grid-template-columns: 1fr; }
  .process-mark { flex-direction: row; }
  .process-mark::before,.process-mark::after { flex: 1; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li { min-height: 190px; }
  .dash-body { grid-template-columns: 1fr; }
  .dash-list { grid-column: auto; }
  .footer-inner { grid-template-columns: 1fr; padding: 34px 0; text-align: center; }
  .footer-brand { margin: auto; }
  .footer-inner p:last-child { text-align: center; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px,1160px); }
  .nav-wrap { height: 92px; }
  .site-header .brand { transform: translateY(12px); }
  .site-header .brand img { width: 122px; height: auto; border-radius: 0; }
  .nav-cta { padding: 8px 13px; }
  .hero { min-height: auto; padding: 110px 0 44px; }
  h1 { font-size: clamp(2.8rem,13vw,4.4rem); }
  .hero-copy { text-align: left; }
  .hero-visual { order: initial; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .photo-frame { width: calc(100% - 16px); }
  .photo-caption { margin-top: 6px; padding-right: 2px; }
  .section { padding: 78px 0; }
  .problem-grid { gap: 32px; }
  .messy-stack { height: 390px; }
  .card-business { left: 0; }
  .phone { right: 0; }
  .note { top: 156px; left: 16%; }
  .sheet { bottom: 10px; left: 2%; }
  .ordered-card div { grid-template-columns: 1fr; gap: 3px; }
  .steps,.compare-grid { grid-template-columns: 1fr; }
  .steps li { min-height: auto; }
  .control-grid,.human-grid { gap: 44px; }
  .dashboard-shell { margin-inline: -5px; }
  .compare-grid { gap: 16px; }
}
