
:root {
  --navy: #08243b;
  --navy-2: #103955;
  --navy-3: #155173;
  --teal: #0aa7a0;
  --teal-2: #087a78;
  --gold: #c89435;
  --ink: #13293b;
  --muted: #607688;
  --line: #dbe8ef;
  --soft: #f4f8fa;
  --soft-2: #edf5f7;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(8,36,59,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.skip { position: absolute; left: -999px; top: 12px; background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 12px; }
.topbar { background: var(--navy); color: #cfe0ea; font-size: 13px; }
.topbar .wrap { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.95); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(8,36,59,.1); }
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--navy); font-weight: 900; letter-spacing: -.045em; font-size: 21px; }
.brand img { width: 46px; height: 46px; border-radius: 12px; object-fit: cover; box-shadow: 0 7px 16px rgba(8,36,59,.12); }
.navlinks { display: flex; align-items: center; gap: 25px; color: #334d60; font-size: 14px; font-weight: 760; }
.navlinks a:not(.nav-cta):hover { color: var(--teal-2); }
.nav-cta, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 12px; background: var(--navy); color: white; font-weight: 850; cursor: pointer; box-shadow: 0 12px 28px rgba(8,36,59,.18); }
.nav-cta { min-height: 44px; padding: 0 18px; }
.btn { min-height: 54px; padding: 0 24px; }
.btn:hover, .nav-cta:hover { transform: translateY(-1px); }
.btn.secondary { color: var(--navy); background: white; border: 1px solid #b9d1db; box-shadow: none; }
.btn.teal { background: linear-gradient(135deg, var(--teal), var(--teal-2)); }
.menu { display: none; border: 0; background: transparent; color: var(--navy); font-size: 28px; cursor: pointer; }
.hero { position: relative; overflow: hidden; padding: 74px 0 52px; background: radial-gradient(circle at 88% 6%, rgba(10,167,160,.14), transparent 27%), linear-gradient(180deg, #fff, #f6fafb); }
.hero:before { content: ""; position: absolute; inset: 0; opacity: .26; pointer-events: none; background-image: linear-gradient(rgba(8,36,59,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(8,36,59,.08) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, transparent, black 42%, black); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: 52px; align-items: center; }
h1, h2, h3 { margin: 0; color: var(--navy); letter-spacing: -.05em; line-height: 1.08; }
h1 { max-width: 720px; font-size: clamp(46px, 5vw, 72px); }
h1 em { color: var(--teal-2); font-style: normal; }
.lead { color: #4f6576; font-size: 19px; line-height: 1.67; max-width: 690px; }
.hero .lead { margin: 24px 0 0; }
.actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 30px; }
.micro-proof { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 16px; color: #516879; font-size: 14px; font-weight: 740; }
.micro-proof span:before { content: "✓"; margin-right: 7px; color: var(--teal-2); }
.hero-panel { border: 1px solid rgba(8,36,59,.12); border-radius: 28px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); overflow: hidden; }
.owner-hero { display: grid; grid-template-columns: 1fr 1fr; height: 260px; background: #eaf2f5; }
.owner-hero img { width: 100%; height: 260px; object-fit: cover; object-position: top center; }
.review-card { padding: 26px; }
.review-card h3 { font-size: 25px; margin-bottom: 9px; }
.review-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.review-meter { margin: 22px 0; display: grid; gap: 12px; }
.meter-row { display: grid; grid-template-columns: 142px 1fr; gap: 12px; align-items: center; font-size: 13px; font-weight: 790; color: #385064; }
.meter { height: 11px; border-radius: 99px; overflow: hidden; background: #deeaef; }
.meter span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal), #5edbd4); }
.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof { padding: 26px 22px; border-left: 1px solid var(--line); }
.proof:first-child { border-left: 0; padding-left: 0; }
.proof strong { display: block; color: var(--navy); font-size: 24px; font-weight: 920; line-height: 1; }
.proof span { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.section { padding: 88px 0; }
.section.alt { background: var(--soft); }
.section.dark { background: var(--navy); color: #d5e5ee; }
.section.dark h2, .section.dark h3 { color: white; }
.section.dark .section-head p, .section.dark p { color: #b7cbd6; }
.section-head { max-width: 760px; margin-bottom: 40px; }
.section-head h2 { font-size: clamp(34px, 4vw, 49px); }
.section-head p { margin: 14px 0 0; color: var(--muted); font-size: 18px; line-height: 1.62; }
.path-finder { display: grid; grid-template-columns: .88fr 1.12fr; gap: 32px; align-items: start; }
.choice-list { display: grid; gap: 12px; }
.choice { width: 100%; text-align: left; border: 1px solid var(--line); background: white; border-radius: 18px; padding: 18px; cursor: pointer; transition: .2s ease; }
.choice:hover, .choice.active { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(10,167,160,.11); }
.choice strong { display: block; color: var(--navy); font-size: 17px; }
.choice span { display: block; margin-top: 5px; color: var(--muted); line-height: 1.45; }
.path-result { min-height: 360px; border-radius: 26px; border: 1px solid var(--line); background: white; padding: 32px; box-shadow: 0 18px 48px rgba(8,36,59,.08); }
.path-result h3 { font-size: 34px; margin-bottom: 12px; }
.path-result p { color: var(--muted); line-height: 1.62; }
.checklist { margin: 20px 0 24px; padding: 0; display: grid; gap: 12px; }
.checklist li { list-style: none; color: #41586a; display: flex; gap: 10px; line-height: 1.45; }
.checklist li:before { content: "✓"; width: 22px; height: 22px; border-radius: 50%; background: #e4f6f4; color: var(--teal-2); display: inline-grid; place-items: center; flex: 0 0 auto; font-weight: 900; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; padding: 28px; min-height: 290px; display: flex; flex-direction: column; transition: .2s ease; }
.card:hover { transform: translateY(-5px); border-color: #abcbd6; box-shadow: 0 22px 54px rgba(8,36,59,.10); }
.card .kicker { color: var(--teal-2); font-size: 12px; font-weight: 920; letter-spacing: .12em; }
.card h3 { font-size: 25px; margin: 22px 0 12px; }
.card p { color: var(--muted); line-height: 1.56; margin: 0 0 22px; }
.card .learn { margin-top: auto; color: var(--navy); font-weight: 890; }
.visual-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 24px; align-items: stretch; }
.owner-feature, .terminal-feature, .dashboard-feature, .consult-feature { min-height: 420px; border: 1px solid var(--line); border-radius: 28px; background: white; overflow: hidden; box-shadow: 0 24px 60px rgba(8,36,59,.08); }
.owner-feature { position: relative; display: grid; grid-template-columns: 1fr 1fr; }
.owner-feature img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.caption-card { position: absolute; left: 26px; right: 26px; bottom: 26px; border-radius: 18px; padding: 20px; background: rgba(255,255,255,.93); backdrop-filter: blur(14px); box-shadow: 0 14px 34px rgba(8,36,59,.14); }
.caption-card h3 { font-size: 22px; margin-bottom: 5px; }
.caption-card p { margin: 0; color: var(--muted); line-height: 1.5; }
.terminal-feature { padding: 28px; display: grid; gap: 16px; }
.terminal-art { min-height: 150px; border-radius: 22px; background: linear-gradient(135deg, var(--navy), var(--navy-3)); position: relative; overflow: hidden; }
.terminal-art:before { content: ""; position: absolute; right: -44px; top: -46px; width: 180px; height: 180px; border-radius: 999px; background: rgba(10,167,160,.24); }
.terminal-art:after { content: ""; position: absolute; left: 26px; bottom: 26px; width: 145px; height: 18px; border-radius: 99px; background: rgba(255,255,255,.82); box-shadow: 0 -38px 0 rgba(255,255,255,.22), 0 -76px 0 rgba(255,255,255,.12); }
.visual-row { display: grid; grid-template-columns: 72px 1fr; gap: 15px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.device { width: 72px; height: 56px; border-radius: 14px; background: #14324b; position: relative; }
.device:before { content: ""; position: absolute; left: 12px; right: 12px; top: 12px; height: 9px; border-radius: 9px; background: #63ddd4; box-shadow: 0 18px 0 rgba(255,255,255,.32); }
.visual-row b { color: var(--navy); }
.visual-row p { margin: 4px 0 0; color: var(--muted); font-size: 14px; line-height: 1.4; }
.dashboard-feature { padding: 28px; }
.dashboard-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px; }
.dashboard-title { color: var(--navy); font-size: 20px; font-weight: 920; }
.pill { display: inline-flex; align-items: center; border-radius: 99px; background: #e4f6f4; color: var(--teal-2); padding: 7px 11px; font-size: 12px; font-weight: 920; }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 20px; }
.metric { border: 1px solid var(--line); border-radius: 16px; padding: 14px; }
.metric small { display: block; color: var(--muted); font-size: 12px; }
.metric strong { display: block; margin-top: 5px; color: var(--navy); font-size: 21px; }
.chart { height: 180px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(180deg, transparent 24%, rgba(8,36,59,.055) 25%, transparent 26%, transparent 49%, rgba(8,36,59,.055) 50%, transparent 51%, transparent 74%, rgba(8,36,59,.055) 75%, transparent 76%), #fff; position: relative; overflow: hidden; }
.chart svg { position: absolute; inset: 18px; width: calc(100% - 36px); height: calc(100% - 36px); }
.tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.tab { border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--navy); padding: 10px 14px; font-weight: 820; cursor: pointer; }
.tab.active { color: white; background: var(--navy); border-color: var(--navy); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.step { position: relative; padding-top: 62px; }
.step:before { position: absolute; top: 0; left: 0; color: #5de0d6; font-size: 42px; font-weight: 950; line-height: 1; }
.step:nth-child(1):before { content: "01"; }
.step:nth-child(2):before { content: "02"; }
.step:nth-child(3):before { content: "03"; }
.step h3 { color: inherit; font-size: 23px; margin-bottom: 10px; }
.step p { margin: 0; line-height: 1.6; }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.industry { border: 1px solid var(--line); border-radius: 18px; background: white; padding: 20px; min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; transition: .2s ease; }
.industry:hover, .industry.active { transform: translateY(-3px); border-color: var(--teal); box-shadow: 0 14px 34px rgba(8,36,59,.08); }
.industry b { color: var(--navy); font-size: 17px; }
.industry span { color: var(--muted); font-size: 13px; line-height: 1.4; }
.page-hero { padding: 74px 0; background: radial-gradient(circle at 86% 14%, rgba(10,167,160,.12), transparent 25%), linear-gradient(180deg, #fff, #f6fafb); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 880px; }
.two-col { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.8fr); gap: 42px; align-items: start; }
.form-card { border: 1px solid var(--line); border-radius: 24px; background: white; padding: 28px; box-shadow: 0 18px 46px rgba(8,36,59,.08); }
.form-card h3 { font-size: 26px; margin-bottom: 10px; }
.form { display: grid; gap: 12px; margin-top: 20px; }
.form input, .form select, .form textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; background: white; color: var(--ink); }
.form textarea { min-height: 120px; resize: vertical; }
.notice { display: none; margin-top: 14px; border-radius: 12px; padding: 14px; background: #e4f6f4; color: #096d68; font-weight: 780; line-height: 1.45; }
.timeline { display: grid; gap: 16px; counter-reset: item; }
.timeline li { list-style: none; position: relative; border: 1px solid var(--line); border-radius: 17px; background: white; padding: 22px 22px 22px 70px; color: #4f6576; line-height: 1.55; }
.timeline li:before { counter-increment: item; content: counter(item); position: absolute; left: 22px; top: 22px; width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; color: var(--teal-2); background: #e4f6f4; font-weight: 920; }
.compare-table { overflow: auto; border: 1px solid var(--line); border-radius: 22px; background: white; }
table { width: 100%; border-collapse: collapse; min-width: 650px; }
th, td { padding: 18px; border-bottom: 1px solid var(--line); text-align: left; }
th { color: var(--navy); background: #f7fbfc; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
td { color: #4f6576; }
.cta-band { padding: 34px 0 88px; }
.cta-box { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 34px; border-radius: 28px; padding: 54px; color: white; background: linear-gradient(135deg, var(--navy), #1d5675); }
.cta-box:after { content: ""; position: absolute; right: -120px; top: -120px; width: 320px; height: 320px; border-radius: 50%; background: rgba(10,167,160,.18); }
.cta-box h2 { color: white; font-size: clamp(31px, 3.2vw, 42px); }
.cta-box p { color: #c8dbe4; line-height: 1.55; }
.cta-box .btn { position: relative; z-index: 1; flex: 0 0 auto; }
.footer { border-top: 1px solid var(--line); background: #fff; padding: 38px 0 48px; color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3,.7fr); gap: 30px; }
.footer h4 { margin: 0 0 12px; color: var(--navy); }
.footer a { display: block; margin: 8px 0; color: var(--muted); }
.footer a:hover { color: var(--teal-2); }
.sticky-mobile { display: none; }
@media (prefers-reduced-motion: no-preference) { .fade-in { opacity: 0; transform: translateY(18px); transition: .6s ease; } .fade-in.visible { opacity: 1; transform: none; } }
@media (max-width: 960px) {
  .topbar { display: none; }
  .menu { display: block; }
  .navlinks { display: none; }
  .navlinks.open { position: absolute; display: grid; left: 0; right: 0; top: 76px; padding: 20px 24px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 16px 34px rgba(8,36,59,.12); }
  .hero-grid, .path-finder, .visual-grid, .two-col { grid-template-columns: 1fr; }
  .cards, .steps { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .sticky-mobile { position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 90; display: flex; opacity: 0; pointer-events: none; transform: translateY(18px); transition: .24s ease; } .sticky-mobile.show { opacity: 1; pointer-events: auto; transform: none; }
  .sticky-mobile .btn { width: 100%; }
}
@media (max-width: 600px) {
  .wrap { width: min(100% - 32px, 1180px); }
  .hero { padding-top: 52px; }
  h1 { font-size: 42px; }
  .lead { font-size: 17px; }
  .owner-hero { height: 190px; }
  .owner-hero img { height: 190px; }
  .proof-grid, .industry-grid, .metric-grid, .footer-grid { grid-template-columns: 1fr; }
  .proof { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .proof:first-child { border-top: 0; }
  .section { padding: 66px 0; }
  .owner-feature { grid-template-columns: 1fr; }
  .owner-feature img { height: 280px; }
  .caption-card { position: static; margin: 14px; }
  .cta-box { padding: 34px; flex-direction: column; align-items: flex-start; }
  .visual-row { grid-template-columns: 1fr; }
}

.form label { display: grid; gap: 7px; color: var(--navy); font-size: 13px; font-weight: 850; }
.form label span { padding-left: 2px; }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(10,167,160,.12); }
.hidden-field { display: none; }
.form-card-accent { position: relative; overflow: hidden; }
.form-card-accent:before { content: ""; position: absolute; right: -70px; top: -70px; width: 180px; height: 180px; border-radius: 999px; background: rgba(10,167,160,.12); }
.form-card-accent > * { position: relative; z-index: 1; }
.form-fineprint { margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.inline-link { color: var(--teal-2); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.media-card { margin-top: 28px; border: 1px solid var(--line); border-radius: 24px; background: white; overflow: hidden; box-shadow: 0 18px 44px rgba(8,36,59,.07); }
.media-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: var(--soft); }
.media-card div { padding: 18px; color: var(--muted); line-height: 1.5; }
.media-card strong { color: var(--navy); }
.image-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.image-card { border: 1px solid var(--line); border-radius: 26px; background: white; overflow: hidden; box-shadow: 0 22px 56px rgba(8,36,59,.08); transition: .2s ease; }
.image-card:hover { transform: translateY(-4px); box-shadow: 0 28px 70px rgba(8,36,59,.12); }
.image-card img, .scene-img { width: 100%; aspect-ratio: 16/10; object-fit: cover; background: var(--soft); }
.image-card div { padding: 24px; }
.image-card h3 { font-size: 24px; margin-bottom: 10px; }
.image-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.image-aside { align-content: start; }
.image-aside .scene-img { border-radius: 22px; box-shadow: 0 14px 34px rgba(8,36,59,.09); }
.scene-dashboard { display: grid; align-content: start; gap: 18px; }
.scene-dashboard .scene-img { border-radius: 22px; border: 1px solid var(--line); box-shadow: 0 14px 34px rgba(8,36,59,.08); }
.scene-dashboard .dashboard-head { margin-bottom: 4px; }
@media (max-width: 960px) { .image-card-grid { grid-template-columns: 1fr; } }
