:root {
  --navy: #0b1220;
  --navy-soft: #17243a;
  --orange: #ff6b00;
  --orange-dark: #e65f00;
  --paper: #f7f8fa;
  --ink: #0f172a;
  --muted: #5c6979;
  --line: #e1e7ee;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.site-shell { min-height: 100vh; overflow: hidden; }
.site-shell::before { content: ''; position: absolute; inset: 0 0 auto; z-index: -1; height: 776px; background: var(--navy); }

.site-header {
  position: relative; z-index: 10; width: min(1180px, calc(100% - 40px)); height: 86px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(148, 163, 184, .16);
}
.brand { padding: 8px 11px; border-radius: 8px; background: #fff; }
.brand img { display: block; width: 168px; height: 46px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 30px; color: #cbd5e1; font-size: 14px; font-weight: 750; }
.main-nav a:hover { color: #fff; }
.main-nav .sign-in { padding: 11px 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 6px; color: #fff; }
.menu-button { display: none; border: 1px solid rgba(255,255,255,.28); border-radius: 6px; background: transparent; color: #fff; padding: 9px 13px; font-size: 13px; font-weight: 800; }

.hero {
  position: relative; width: min(1180px, calc(100% - 40px)); min-height: 690px; margin: 0 auto; padding: 100px 0 90px;
  display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr); gap: 78px; align-items: center; color: #f8fafc;
}
.hero::before { content: ''; position: absolute; z-index: -1; width: 480px; height: 480px; right: -230px; top: 10px; border: 100px solid rgba(255, 107, 0, .065); border-radius: 50%; }
.eyebrow, .kicker { margin: 0 0 20px; color: #ff8a3d; font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(50px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 900; }
.hero h1 span { display: block; color: var(--orange); }
.lede { max-width: 610px; margin: 26px 0 0; color: #b9c6d8; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 36px; }
.primary-cta { padding: 15px 22px; background: var(--orange); color: #fff; border-radius: 6px; font-size: 15px; font-weight: 900; box-shadow: 0 10px 30px rgba(255,107,0,.22); }
.primary-cta:hover { background: var(--orange-dark); transform: translateY(-1px); }
.text-link { color: #e2e8f0; font-size: 14px; font-weight: 800; }
.text-link span { color: var(--orange); margin-left: 5px; }
.proof { margin: 30px 0 0; color: #7f8ea3; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.proof span { color: var(--orange); padding: 0 7px; }

.product-shot { position: relative; z-index: 1; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; background: #fff; overflow: hidden; box-shadow: 0 35px 70px rgba(0,0,0,.42); color: var(--ink); }
.shot-bar { display: flex; align-items: center; gap: 14px; padding: 13px 17px; background: var(--navy-soft); color: #90a1b8; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; }
.shot-dots { color: #42536b; font-size: 8px; letter-spacing: 3px; }
.shot-body { padding: 22px; }
.shot-heading { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 14px; }
.shot-heading div { display: grid; gap: 4px; }
.shot-heading small { color: #64748b; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.shot-heading strong { font-size: 19px; }
.shot-heading > span { color: #15803d; background: #dcfce7; padding: 5px 8px; border-radius: 4px; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.service-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 0; border-top: 1px solid #e8edf3; }
.service-row div { display: grid; gap: 3px; }
.service-row strong { font-size: 13px; }
.service-row small { color: #8491a2; font-size: 10px; }
.service-row b { flex: 0 0 auto; padding: 5px 7px; border-radius: 4px; font-size: 9px; text-transform: uppercase; }
.service-row .overdue { background: var(--orange); color: #fff; }
.service-row .due { background: #ffeadb; color: #b84c00; }
.shortfall { margin-top: 14px; padding: 15px 17px; background: #f3f6f9; border-left: 3px solid var(--orange); }
.shortfall > div { display: flex; justify-content: space-between; gap: 16px; padding: 5px 0; color: #526174; font-size: 11px; }
.shortfall .shortfall-title { padding: 0 0 8px; color: #b84c00; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.shortfall strong { color: var(--ink); text-transform: uppercase; font-size: 10px; }

.signal { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); min-height: 112px; margin: -30px auto 0; padding: 25px 34px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; background: #fff; border-radius: 10px; box-shadow: 0 15px 50px rgba(15, 23, 42, .12); }
.signal div { display: flex; align-items: center; gap: 13px; padding-left: 24px; border-left: 1px solid #e2e8f0; }
.signal div:first-child { padding-left: 0; border-left: 0; }
.signal strong { color: var(--orange); font-size: 34px; line-height: 1; }
.signal span { max-width: 135px; color: #526174; font-size: 10px; font-weight: 900; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.problem { padding: 130px 0 115px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.section-intro h2 { margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.045em; font-weight: 900; }
.section-intro > p:last-child { max-width: 680px; margin: 20px auto 0; color: #64748b; font-size: 17px; line-height: 1.65; }
.kicker { color: #d65a00; }
.problem-copy { padding-top: 32px; }
.problem-copy p { margin: 0 0 22px; color: #526174; font-size: 17px; line-height: 1.72; }
.problem-copy p:last-child { color: var(--ink); font-weight: 700; }
.section-intro.centered { max-width: 760px; margin: 0 auto; text-align: center; }

.features { padding: 115px 0 130px; border-top: 1px solid #e2e8f0; }
.feature-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { min-height: 315px; padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: 9px; box-shadow: 0 5px 20px rgba(15, 23, 42, .04); }
.feature.featured { grid-row: span 2; min-height: 648px; background: var(--ink); color: #fff; border-color: var(--ink); }
.feature-number { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 55px; border: 1px solid #d9e0e8; border-radius: 50%; color: var(--orange); font-size: 11px; font-weight: 900; }
.featured .feature-number { border-color: #3d4b60; }
.feature h3 { margin: 0; font-size: 25px; line-height: 1.15; letter-spacing: -.03em; }
.feature p { margin: 17px 0 0; color: #64748b; font-size: 15px; line-height: 1.68; }
.featured p { color: #a9b7ca; }
.mini-schedule { margin-top: 55px; padding: 14px 18px; background: #fff; border-radius: 6px; color: var(--ink); box-shadow: 0 22px 45px rgba(0,0,0,.2); }
.mini-schedule div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 0; border-top: 1px solid #e9edf2; font-size: 11px; }
.mini-schedule div:first-child { border-top: 0; }
.mini-schedule span { font-weight: 800; }
.mini-schedule b { padding: 4px 6px; border-radius: 3px; font-size: 8px; text-transform: uppercase; }
.mini-schedule .late { background: var(--orange); color: #fff; }
.mini-schedule .soon { background: #ffeadb; color: #b84c00; }
.mini-schedule .good { background: #dcfce7; color: #15803d; }

.workflow { background: #e8edf2; }
.workflow-inner { padding: 125px 0; display: grid; grid-template-columns: .86fr 1.14fr; gap: 110px; align-items: start; }
.workflow .section-intro > p:last-child { margin-left: 0; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 55px 1fr; gap: 24px; padding: 0 0 27px; margin-bottom: 27px; border-bottom: 1px solid #cbd5e1; }
.steps li:last-child { margin: 0; padding: 0; border: 0; }
.steps > li > span { padding-top: 5px; color: var(--orange); font-size: 13px; font-weight: 900; }
.steps h3 { margin: 0; font-size: 21px; }
.steps p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.difference { padding: 130px 0; display: grid; grid-template-columns: 1.25fr .75fr; gap: 22px; }
.difference-card { padding: 62px; background: #fff; border: 1px solid var(--line); border-radius: 9px; }
.difference-card h2 { max-width: 720px; margin: 0; font-size: clamp(35px, 4vw, 50px); line-height: 1.08; letter-spacing: -.045em; }
.difference-card > p:not(.kicker) { max-width: 720px; margin: 23px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.difference-card ul { margin: 34px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 28px; list-style: none; }
.difference-card li { position: relative; padding-left: 23px; color: #334155; font-size: 13px; font-weight: 800; line-height: 1.45; }
.difference-card li::before { content: '✓'; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.quote { padding: 48px 42px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--ink); color: #fff; border-radius: 9px; }
.quote > span { color: #ff8a3d; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.quote blockquote { margin: 25px 0 18px; font-size: 30px; line-height: 1.2; letter-spacing: -.035em; font-weight: 900; }
.quote p { margin: 0; color: #91a0b4; font-size: 14px; line-height: 1.6; }

.contact { background: var(--navy); color: #fff; }
.contact-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 125px 0; display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.contact-copy { padding-top: 35px; }
.contact-copy h2 { margin: 0; font-size: clamp(42px, 5vw, 62px); line-height: 1.03; letter-spacing: -.05em; }
.contact-copy > p:not(.kicker) { margin: 25px 0 0; color: #aab7c9; font-size: 17px; line-height: 1.7; }
.contact-promise { margin-top: 42px; padding: 20px 0 20px 22px; display: grid; gap: 5px; border-left: 3px solid var(--orange); }
.contact-promise strong { font-size: 15px; }
.contact-promise span { color: #8e9db1; font-size: 13px; }
.contact-form { padding: 38px; background: #fff; color: var(--ink); border-radius: 10px; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.form-heading h3 { margin: 0; font-size: 25px; }
.form-heading > span { color: #94a3b8; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 18px; }
.contact-form label > span { color: #334155; font-size: 11px; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; }
.contact-form label small { color: #94a3b8; font-size: 9px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #cbd5e1; border-radius: 5px; background: #fff; color: var(--ink); font-size: 14px; outline: none; }
.contact-form textarea { min-height: 105px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,107,0,.11); }
.contact-form button { width: 100%; padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 5px; background: var(--orange); color: #fff; font-size: 14px; font-weight: 900; cursor: pointer; }
.contact-form button:hover { background: var(--orange-dark); }
.contact-form button:focus-visible { outline: 3px solid #ffb37e; outline-offset: 3px; }
.form-status { margin: 15px 0 0; padding: 10px 12px; background: #dcfce7; color: #166534; border-radius: 5px; font-size: 12px; font-weight: 700; }
.form-note { margin: 16px 0 0; color: #94a3b8; font-size: 11px; text-align: center; }
.form-note a { color: #526174; font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }

.site-footer { width: min(1180px, calc(100% - 40px)); min-height: 190px; margin: 0 auto; padding: 40px 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; }
.site-footer .brand { display: inline-block; padding: 0; }
.site-footer .brand img { width: 160px; }
.site-footer > div:first-child > p { margin: 8px 0 0; color: #64748b; font-size: 12px; }
.footer-links { display: flex; gap: 24px; color: #475569; font-size: 12px; font-weight: 800; }
.footer-links a:hover { color: var(--orange); }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 24px; border-top: 1px solid #e2e8f0; color: #94a3b8; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 900px) {
  .site-shell::before { height: 1200px; }
  .hero { grid-template-columns: 1fr; gap: 55px; padding-top: 72px; }
  .product-shot { max-width: 620px; transform: none; }
  .signal { grid-template-columns: repeat(2, 1fr); }
  .signal div:nth-child(3) { border-left: 0; padding-left: 0; }
  .problem, .workflow-inner, .difference, .contact-inner { grid-template-columns: 1fr; gap: 55px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature.featured { grid-row: auto; min-height: 480px; grid-column: 1 / -1; }
  .mini-schedule { max-width: 520px; }
  .quote { min-height: 390px; }
  .contact-copy { padding-top: 0; }
}

@media (max-width: 700px) {
  .site-header { height: 72px; width: min(100% - 28px, 1180px); }
  .brand img { width: 130px; height: 36px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 64px; right: 0; width: min(270px, calc(100vw - 28px)); padding: 18px; display: none; align-items: stretch; flex-direction: column; gap: 4px; background: #fff; color: var(--ink); border-radius: 8px; box-shadow: 0 20px 50px rgba(0,0,0,.3); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 12px; }
  .main-nav a:hover { color: var(--orange); }
  .main-nav .sign-in { color: #fff; background: var(--navy); border: 0; }
  .hero { width: min(100% - 28px, 1180px); padding: 60px 0 70px; }
  .hero h1 { font-size: 48px; }
  .lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .proof { line-height: 1.8; }
  .proof span { padding: 0 3px; }
  .shot-body { padding: 16px; }
  .site-shell::before { height: 1130px; }
  .signal { width: min(100% - 28px, 1180px); padding: 22px; grid-template-columns: 1fr 1fr; }
  .signal div { display: grid; gap: 6px; padding-left: 14px; }
  .signal strong { font-size: 28px; }
  .signal span { font-size: 9px; }
  .section { width: min(100% - 28px, 1180px); }
  .problem, .features, .workflow-inner, .difference { padding-top: 85px; padding-bottom: 85px; }
  .problem { gap: 25px; }
  .problem-copy { padding-top: 0; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .feature.featured { grid-column: auto; min-height: 0; }
  .feature { min-height: 0; }
  .feature-number { margin-bottom: 38px; }
  .mini-schedule { margin-top: 40px; }
  .workflow-inner { gap: 50px; }
  .difference-card { padding: 36px 28px; }
  .difference-card ul { grid-template-columns: 1fr; }
  .quote { min-height: 340px; padding: 38px 30px; }
  .contact-inner { width: min(100% - 28px, 1180px); padding: 85px 0; gap: 50px; }
  .contact-form { padding: 28px 20px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .site-footer { width: min(100% - 28px, 1180px); grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; gap: 15px 22px; }
}

@media (prefers-reduced-motion: no-preference) {
  .primary-cta, .main-nav a, .contact-form button { transition: color .18s ease, background .18s ease, transform .18s ease; }
}

/* --- Product screenshots (hero + gallery) --- */
.product-shot > img { display: block; width: 100%; height: auto; }

.screens { background: var(--navy); color: #f8fafc; }
.screens-inner { padding: 120px 0 100px; }
.screens .section-intro.centered > p:last-child { color: #aab7c9; }
.screen-grid { margin-top: 62px; display: grid; grid-template-columns: 1fr 1fr; gap: 42px 26px; }
.screen-card { margin: 0; }
.screen-frame { border: 1px solid rgba(255, 255, 255, .15); border-radius: 13px; background: #fff; overflow: hidden; box-shadow: 0 25px 55px rgba(0, 0, 0, .38); }
.screen-frame img { display: block; width: 100%; height: auto; }
.screen-card figcaption { margin: 16px 4px 0; color: #8e9db1; font-size: 13px; line-height: 1.6; }
.screen-card figcaption strong { color: #e2e8f0; }
.screen-operator { margin-top: 95px; padding-top: 75px; border-top: 1px solid rgba(148, 163, 184, .16); display: grid; grid-template-columns: 1fr 320px; gap: 85px; align-items: center; }
.screen-operator-copy h3 { margin: 0; font-size: clamp(28px, 3vw, 38px); line-height: 1.1; letter-spacing: -.035em; font-weight: 900; }
.screen-operator-copy p:not(.kicker) { max-width: 560px; margin: 20px 0 0; color: #aab7c9; font-size: 16px; line-height: 1.7; }
.phone-frame { justify-self: center; width: 100%; max-width: 320px; padding: 11px; background: var(--navy-soft); border: 1px solid rgba(255, 255, 255, .18); border-radius: 36px; box-shadow: 0 30px 60px rgba(0, 0, 0, .45); }
.phone-frame img { display: block; width: 100%; height: auto; border-radius: 26px; }
.screens-note { margin: 80px 0 0; color: #5c6b81; font-size: 10px; font-weight: 800; text-align: center; text-transform: uppercase; letter-spacing: .12em; }

.js-zoom { cursor: zoom-in; }
.lightbox { max-width: min(1420px, 94vw); margin: auto; padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(4, 10, 20, .85); }
.lightbox img { display: block; max-width: 100%; max-height: 88vh; margin: 0 auto; border-radius: 10px; box-shadow: 0 40px 90px rgba(0, 0, 0, .6); cursor: zoom-out; }
.lightbox-close { position: absolute; top: -14px; right: -14px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--orange); color: #fff; font-size: 15px; font-weight: 900; cursor: pointer; box-shadow: 0 8px 22px rgba(0, 0, 0, .45); }
.lightbox-close:hover { background: var(--orange-dark); }

@media (max-width: 900px) {
  .screens-inner { padding: 90px 0 80px; }
  .screen-grid { grid-template-columns: 1fr; gap: 38px; }
  .screen-operator { margin-top: 70px; padding-top: 55px; grid-template-columns: 1fr; gap: 45px; }
  .phone-frame { max-width: 290px; }
}

@media (max-width: 700px) {
  .screen-grid { margin-top: 42px; }
  .lightbox-close { top: 8px; right: 8px; }
}
