* { box-sizing: border-box; }
:root {
  --navy: #07142f;
  --deep: #0b1f4d;
  --blue: #1268ff;
  --cyan: #16c7f5;
  --violet: #6847ff;
  --ink: #101828;
  --muted: #607086;
  --line: #dce7f5;
  --surface: #ffffff;
  --soft: #f6f9ff;
  --success: #087f5b;
  --danger: #b42318;
  --shadow: 0 24px 70px rgba(10, 32, 78, .14);
}
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #fbfdff; letter-spacing: 0; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; background: radial-gradient(circle at 18% 8%, rgba(22,199,245,.16), transparent 34%), radial-gradient(circle at 78% 12%, rgba(104,71,255,.14), transparent 30%), linear-gradient(180deg, #ffffff 0%, #f3f7ff 44%, #ffffff 100%); }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; height: auto; }
.skip-link { position: absolute; left: -999px; top: 10px; background: var(--navy); color: #fff; padding: 10px 12px; border-radius: 8px; z-index: 100; }
.skip-link:focus { left: 10px; }
:focus-visible { outline: 3px solid rgba(18,104,255,.35); outline-offset: 3px; }
.ac-header { position: sticky; top: 0; z-index: 40; min-height: 74px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 12px clamp(16px, 4vw, 48px); background: rgba(255,255,255,.86); border-bottom: 1px solid rgba(220,231,245,.9); backdrop-filter: blur(18px); box-shadow: 0 10px 34px rgba(12,31,77,.08); }
.ac-brand img { width: 196px; height: auto; display: block; }
.ac-nav { display: flex; align-items: center; justify-content: center; gap: 4px; flex-wrap: wrap; }
.ac-nav a { min-height: 38px; display: inline-flex; align-items: center; padding: 8px 10px; border-radius: 8px; color: #263c62; font-size: 14px; font-weight: 760; }
.ac-nav a:hover { background: #eef5ff; color: var(--blue); }
.header-cta, .primary-btn, .secondary-btn, .store-btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; font-weight: 850; text-align: center; border: 0; cursor: pointer; font: inherit; }
.header-cta, .primary-btn { color: #fff; padding: 12px 18px; background: linear-gradient(135deg, var(--blue), var(--violet)); box-shadow: 0 16px 34px rgba(18,104,255,.26); }
.secondary-btn { color: var(--deep); padding: 12px 18px; background: rgba(255,255,255,.82); border: 1px solid var(--line); box-shadow: 0 14px 34px rgba(8,24,58,.08); }
.primary-btn:hover, .secondary-btn:hover, .header-cta:hover, .store-btn:hover { transform: translateY(-1px); }
.store-btn.is-pulsing { box-shadow: 0 0 0 6px rgba(22,199,245,.18), 0 18px 36px rgba(7,20,47,.24); }
.menu-toggle { display: none; justify-self: end; min-height: 40px; border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 8px 12px; font-weight: 850; color: var(--deep); }
.section-pad, .hero-section { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.hero-section { min-height: calc(100vh - 74px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .86fr); gap: clamp(28px, 5vw, 70px); align-items: center; padding: 56px 0 36px; }
.hero-copy, .section-heading, .feature-card, .insight-card, .download-card, .demo-form { min-width: 0; }
.eyebrow { color: var(--blue); text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 900; margin: 0 0 12px; }
h1, h2, h3, p { letter-spacing: 0; }
h1 { color: var(--navy); font-size: clamp(42px, 7vw, 78px); line-height: .98; margin: 0 0 18px; max-width: 840px; overflow-wrap: break-word; }
h1 span, .hero-subtitle span { display: inline; }
h2 { color: var(--navy); font-size: clamp(30px, 5vw, 54px); line-height: 1.05; margin: 0 0 14px; }
h3 { color: var(--deep); font-size: 20px; line-height: 1.24; margin: 0 0 10px; }
p { color: var(--muted); font-size: 17px; line-height: 1.72; margin: 0 0 14px; }
.hero-subtitle { color: var(--deep); font-size: clamp(22px, 3vw, 32px); font-weight: 900; line-height: 1.2; }
.pain-line { color: #39506f; background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; box-shadow: 0 10px 26px rgba(8,24,58,.06); }
.tagline { display: inline-flex; align-items: center; min-height: 40px; padding: 9px 14px; border-radius: 999px; background: rgba(22,199,245,.12); color: #075985; font-weight: 900; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 22px; }
.store-btn { flex-direction: column; align-items: flex-start; gap: 2px; min-width: 156px; padding: 10px 15px; color: #fff; background: var(--navy); box-shadow: 0 18px 36px rgba(7,20,47,.24); }
.store-btn span { color: #c8d8ff; font-size: 12px; font-weight: 750; }
.store-btn strong { color: #fff; font-size: 16px; }
.store-btn.dark { background: linear-gradient(135deg, #07142f, #133675); }
.hero-visual { position: relative; min-height: 620px; }
.phone-stack { position: relative; min-height: 620px; }
.screenshot-stage { position: relative; min-height: 620px; }
.app-screenshot { display: block; width: 100%; height: auto; border-radius: 30px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.75); background: #fff; object-fit: cover; }
.hero-screenshot { position: absolute; right: 22px; top: 0; width: min(390px, 78%); transform: rotate(2deg); }
.secondary-screenshot { position: absolute; left: 0; top: 120px; width: min(270px, 50%); transform: rotate(-6deg); }
.phone { position: absolute; width: 310px; min-height: 610px; border: 10px solid #08142c; border-radius: 34px; background: #f7fbff; box-shadow: var(--shadow); overflow: hidden; }
.phone-main { right: 40px; top: 0; transform: rotate(2deg); }
.phone-side { left: 0; top: 90px; width: 230px; min-height: 470px; transform: rotate(-7deg); opacity: .96; }
.phone-top { width: 94px; height: 22px; margin: 0 auto; background: #08142c; border-radius: 0 0 16px 16px; }
.app-screen { padding: 22px; display: grid; gap: 16px; }
.app-head { display: grid; gap: 4px; padding: 16px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--violet)); border-radius: 18px; }
.app-head span, .score-card span, .score-card em { font-size: 12px; font-weight: 800; opacity: .86; font-style: normal; }
.app-head strong { font-size: 22px; line-height: 1.1; }
.score-card { padding: 18px; border: 1px solid #cce5ff; border-radius: 18px; background: #fff; box-shadow: 0 16px 34px rgba(18,104,255,.12); display: grid; gap: 6px; }
.score-card strong { color: var(--blue); font-size: 44px; line-height: 1; }
.mini-grid, .dashboard-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.mini-grid span, .dashboard-grid span, .app-screen.compact span { min-height: 54px; display: grid; place-items: center; border-radius: 14px; background: #edf6ff; color: #143b72; font-weight: 850; font-size: 13px; }
.task-row { display: grid; grid-template-columns: 12px minmax(0, 1fr); gap: 10px; align-items: center; padding: 12px; border-radius: 14px; background: #fff; border: 1px solid #e3edf9; color: #31476a; font-weight: 750; }
.task-row b { width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); }
.compact { padding: 18px; gap: 12px; }
.compact strong { color: var(--navy); font-size: 21px; margin-bottom: 4px; }
.section-pad { padding: 72px 0; }
.section-heading { max-width: 820px; margin: 0 auto 30px; text-align: center; }
.video-shell { position: relative; overflow: hidden; border-radius: 28px; background: #08142c; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.35); }
.video-shell video { width: 100%; aspect-ratio: 16 / 9; display: block; object-fit: contain; background: #08142c; }
.video-toggle { position: absolute; right: 18px; bottom: 18px; min-height: 42px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; padding: 8px 14px; background: rgba(7,20,47,.78); color: #fff; font-weight: 850; backdrop-filter: blur(10px); cursor: pointer; }
.problem-section, .billing-band, .timeline-band, .control-centre, .industries-section { border-radius: 32px; }
.problem-section { background: linear-gradient(135deg, #eff8ff, #f7f2ff); padding-left: 28px; padding-right: 28px; }
.flow-line, .pipeline, .status-strip, .report-strip, .customer-timeline { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.flow-line span, .pipeline span, .status-strip span, .report-strip span, .customer-timeline span, .industry-chip, .trust-grid span { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: #183a6c; font-weight: 850; box-shadow: 0 12px 28px rgba(12,31,77,.07); }
.flow-line span:not(:last-child)::after { content: "->"; margin-left: 12px; color: var(--blue); }
.feature-band { padding-top: 86px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.feature-grid.one { grid-template-columns: minmax(0, 1fr); max-width: 780px; margin: 26px auto 0; }
.feature-card, .insight-card, .download-card, .demo-form { position: relative; overflow: hidden; background: rgba(255,255,255,.88); border: 1px solid var(--line); border-radius: 18px; padding: 22px; box-shadow: 0 18px 48px rgba(11,31,77,.09); }
.feature-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--blue), var(--cyan), var(--violet)); }
.module-number { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 16px; border-radius: 12px; background: #edf5ff; color: var(--blue); font-weight: 950; }
.feature-card p { font-size: 15px; margin: 0; }
.billing-band { background: linear-gradient(180deg, #07142f, #102b62); padding-left: 28px; padding-right: 28px; }
.billing-band h2, .billing-band .eyebrow { color: #fff; }
.billing-band .section-heading p { color: #d7e7ff; }
.billing-band .feature-card { background: rgba(255,255,255,.95); }
.report-strip { margin: 16px 0 28px; }
.status-strip { margin-bottom: 16px; }
.timeline-band, .control-centre { background: #f7fbff; padding-left: 28px; padding-right: 28px; }
.customer-timeline { margin-bottom: 28px; }
.insights-section { width: 100%; max-width: none; padding-left: max(16px, calc((100vw - 1180px) / 2)); padding-right: max(16px, calc((100vw - 1180px) / 2)); background: linear-gradient(135deg, #061228, #12347a 54%, #412aa8); color: #fff; }
.insights-section h2, .insights-section h3, .insights-section .eyebrow { color: #fff; }
.insights-section p { color: #dbe8ff; }
.insight-showcase { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 28px; align-items: center; }
.insight-screenshot { max-width: 330px; margin: 0 auto; }
.insight-layout { display: grid; grid-template-columns: 1.25fr 1fr; gap: 18px; }
.insight-card { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.2); color: #fff; backdrop-filter: blur(14px); }
.insight-card span { color: #9deaff; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.insight-card strong { display: block; color: #fff; font-size: clamp(44px, 6vw, 78px); line-height: 1; margin: 12px 0; }
.hero-insight { grid-row: span 2; }
.dashboard-mock, .download-layout, .demo-section { display: grid; grid-template-columns: .92fr 1.08fr; gap: 28px; align-items: center; }
.dashboard-screenshot { width: min(360px, 100%); margin: 0 auto; }
.dashboard-phone { width: min(360px, 100%); margin: 0 auto; border: 10px solid #08142c; border-radius: 34px; background: #fff; padding-bottom: 22px; box-shadow: var(--shadow); }
.dashboard-grid { padding: 24px; }
.dashboard-grid span { min-height: 76px; }
.journey-list { counter-reset: step; display: grid; grid-template-columns: repeat(9, minmax(120px, 1fr)); gap: 12px; padding: 0; margin: 0; list-style: none; overflow-x: auto; }
.journey-list li { min-height: 150px; display: grid; align-content: start; gap: 14px; padding: 18px; border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 34px rgba(11,31,77,.08); }
.journey-list span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--blue), var(--violet)); font-weight: 950; }
.industry-grid, .trust-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.download-section { background: linear-gradient(135deg, #eef8ff, #f7f2ff); border-radius: 32px; padding-left: 28px; padding-right: 28px; }
.download-card { display: grid; gap: 14px; }
.app-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.app-preview-grid div { min-height: 116px; display: grid; place-items: center; border-radius: 20px; color: #fff; font-weight: 950; background: linear-gradient(135deg, var(--blue), var(--violet)); box-shadow: 0 18px 38px rgba(18,104,255,.22); }
.download-preview { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: start; }
.download-preview .app-screenshot { max-height: 560px; object-fit: cover; object-position: top; }
.trust-section { text-align: center; }
.demo-section { align-items: start; }
.demo-copy { position: sticky; top: 104px; }
.alert { border-radius: 12px; padding: 14px 16px; font-weight: 760; margin-top: 16px; }
.alert.success { background: #dff8ec; color: #075f45; border: 1px solid #a7ebcf; }
.alert.error { background: #fff0f0; color: var(--danger); border: 1px solid #ffcdcd; }
.demo-form { display: grid; gap: 16px; }
.field label { display: block; margin-bottom: 7px; color: #1f3152; font-weight: 850; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; border: 1px solid #cbd9ec; border-radius: 12px; padding: 11px 13px; background: #f8fbff; color: var(--ink); font: inherit; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); background: #fff; outline: 3px solid rgba(18,104,255,.16); }
.field-error { color: var(--danger); font-size: 13px; font-weight: 750; margin-top: 5px; }
.trap-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.more-details { border: 1px solid var(--line); border-radius: 14px; padding: 12px 14px; background: #fbfdff; }
.more-details summary { cursor: pointer; font-weight: 900; color: var(--blue); }
.details-grid { display: grid; gap: 14px; margin-top: 14px; }
.final-cta { text-align: center; padding-bottom: 94px; }
.final-cta .hero-actions { justify-content: center; }
.ac-footer { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 28px; padding: 40px clamp(16px, 4vw, 48px) 24px; background: var(--navy); color: #eef6ff; }
.ac-footer p { color: #c5d5ee; margin-bottom: 8px; }
.footer-product { color: #fff; font-size: 30px; line-height: 1.1; margin: 0 0 10px; }
.company-logo { width: 190px; height: auto; background: #fff; border-radius: 14px; padding: 10px; margin: 8px 0; }
.ac-footer nav { display: grid; gap: 10px; align-content: start; }
.ac-footer a { color: #eef6ff; font-weight: 800; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.18); padding-top: 18px; color: #c5d5ee; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 1080px) {
  .ac-header { grid-template-columns: auto auto; }
  .menu-toggle { display: inline-flex; align-items: center; }
  .ac-nav { grid-column: 1 / -1; display: none; justify-content: flex-start; }
  .ac-nav.is-open { display: flex; }
  .header-cta { display: none; }
  .hero-section, .dashboard-mock, .download-layout, .demo-section { grid-template-columns: 1fr; }
  .hero-visual, .phone-stack { min-height: 590px; }
  .phone-main { right: calc(50% - 240px); }
  .phone-side { left: calc(50% - 245px); }
  .feature-grid, .feature-grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .insight-showcase { grid-template-columns: 1fr; }
  .insight-layout { grid-template-columns: 1fr 1fr; }
  .demo-copy { position: static; }
}
@media (max-width: 680px) {
  .ac-header { min-height: 66px; padding: 10px 14px; }
  .ac-brand img { width: 150px; }
  .section-pad, .hero-section { width: calc(100% - 24px); max-width: 1180px; padding: 48px 0; }
  .hero-section { display: block; min-height: auto; padding-top: 32px; overflow: hidden; }
  .hero-copy { width: calc(100vw - 48px) !important; max-width: calc(100vw - 48px) !important; overflow: visible; }
  h1 { width: calc(100vw - 48px) !important; max-width: calc(100vw - 48px) !important; font-size: 30px; line-height: 1.12; white-space: normal; }
  h1 span, .hero-subtitle span { display: block; }
  h2 { font-size: clamp(29px, 10vw, 42px); }
  .hero-subtitle { font-size: 20px; line-height: 1.22; }
  .hero-copy p, .hero-copy .hero-subtitle, .hero-copy .pain-line, .hero-copy .tagline { width: calc(100vw - 48px) !important; max-width: calc(100vw - 48px) !important; white-space: normal; }
  p, .eyebrow, .hero-subtitle, .pain-line { max-width: 100%; overflow-wrap: anywhere; }
  p { font-size: 16px; line-height: 1.62; }
  .hero-actions > *, .store-btn { width: 100%; }
  .hero-visual, .phone-stack { min-height: 540px; }
  .screenshot-stage { min-height: 520px; }
  .hero-screenshot { right: -10px; width: 270px; }
  .secondary-screenshot { left: -12px; top: 152px; width: 178px; }
  .phone { width: 270px; min-height: 530px; border-width: 8px; }
  .phone-main { right: 0; }
  .phone-side { left: 0; width: 190px; min-height: 390px; top: 116px; }
  .app-screen { padding: 16px; }
  .score-card strong { font-size: 36px; }
  .feature-grid, .feature-grid.four, .feature-grid.two, .feature-grid.three, .insight-layout { grid-template-columns: 1fr; }
  .problem-section, .billing-band, .timeline-band, .control-centre, .download-section { padding-left: 16px; padding-right: 16px; border-radius: 22px; }
  .flow-line, .pipeline, .status-strip, .report-strip, .customer-timeline { justify-content: flex-start; }
  .flow-line span::after { display: none; }
  .app-preview-grid, .download-preview { grid-template-columns: 1fr 1fr; }
  .download-preview .app-screenshot { max-height: 460px; }
  .journey-list { grid-template-columns: 1fr; overflow: visible; }
  .journey-list li { min-height: auto; }
  .video-toggle { position: static; width: calc(100% - 24px); margin: 12px; }
  .ac-footer { grid-template-columns: 1fr; }
  .footer-bottom { grid-column: auto; }
}
