:root {
  --navy: #172554;
  --navy-deep: #101a3b;
  --blue: #3157d5;
  --blue-light: #dce5ff;
  --ink: #172033;
  --muted: #667085;
  --line: #e4e8f1;
  --canvas: #f7f8fc;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid rgba(49,87,213,.35); outline-offset: 4px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 30; border-bottom: 1px solid rgba(255,255,255,.14); }
.navbar { width: min(1180px, calc(100% - 40px)); min-height: 76px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; color: var(--white); text-decoration: none; font-size: 20px; font-weight: 800; letter-spacing: -.4px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--navy); background: var(--white); border-radius: 10px; }
.brand-mark svg { width: 20px; fill: currentColor; }
.nav-links { display: flex; gap: 34px; }
.nav-links a { color: rgba(255,255,255,.72); text-decoration: none; font-size: 13px; font-weight: 600; transition: color .2s ease; }
.nav-links a:hover { color: var(--white); }
.nav-cta { justify-self: end; padding: 10px 15px; color: var(--white); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 10px; text-decoration: none; font-size: 12px; font-weight: 700; transition: background .2s ease; }
.nav-cta:hover { background: rgba(255,255,255,.18); }

.hero { position: relative; min-height: 780px; overflow: hidden; color: var(--white); background: var(--navy-deep); }
.hero-backdrop { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,22,55,.97) 0%, rgba(18,34,81,.92) 47%, rgba(18,32,69,.43) 100%), url("/assets/hero.jpg") center 42% / cover no-repeat; }
.hero-backdrop::after { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, #000, transparent 70%); }
.hero-inner { position: relative; z-index: 1; width: min(1180px, calc(100% - 40px)); min-height: 780px; margin: auto; padding-top: 76px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); align-items: center; gap: 90px; }
.hero-content { padding: 64px 0 50px; }
.eyebrow { margin: 0 0 19px; display: flex; align-items: center; gap: 9px; color: #b9c8ff; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 2px; display: block; background: currentColor; }
.eyebrow.dark { color: var(--blue); }
.eyebrow.light { color: #b9c8ff; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(48px, 5.8vw, 78px); line-height: .98; letter-spacing: -4.2px; }
.hero h1 em { color: #9db3ff; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-copy { max-width: 610px; margin: 27px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.75; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 27px; }
.primary-button, .light-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 21px; color: var(--white); background: var(--blue); border-radius: 12px; box-shadow: 0 10px 30px rgba(33,61,159,.32); text-decoration: none; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.primary-button:hover, .light-button:hover { transform: translateY(-2px); background: #284bc3; }
.primary-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.text-link { color: rgba(255,255,255,.82); text-decoration: none; font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 5px; color: #9db3ff; }
.hero-proof { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px 22px; color: rgba(255,255,255,.55); font-size: 11px; }
.hero-proof span { display: flex; align-items: center; gap: 6px; }
.hero-proof i { width: 16px; height: 16px; display: grid; place-items: center; color: var(--navy); background: #9db3ff; border-radius: 50%; font-size: 9px; font-style: normal; font-weight: 900; }

.product-visual { position: relative; height: 640px; display: grid; place-items: center; align-self: end; }
.phone-frame { position: relative; z-index: 2; width: 286px; padding: 11px; overflow: hidden; background: #0a1023; border: 2px solid rgba(255,255,255,.22); border-radius: 40px; box-shadow: 0 40px 90px rgba(0,0,0,.5), inset 0 0 0 1px rgba(255,255,255,.12); transform: rotate(2.2deg); }
.phone-frame img { width: 100%; height: auto; display: block; border-radius: 29px; }
.phone-speaker { position: absolute; z-index: 3; top: 19px; left: 50%; width: 72px; height: 17px; background: #0a1023; border-radius: 20px; transform: translateX(-50%); }
.phone-shadow { position: absolute; z-index: 0; bottom: 6%; width: 340px; height: 85px; background: rgba(0,0,0,.45); border-radius: 50%; filter: blur(28px); }
.floating-card { position: absolute; z-index: 4; min-width: 200px; display: flex; align-items: center; gap: 11px; padding: 13px 15px; color: var(--ink); background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.8); border-radius: 14px; box-shadow: 0 18px 45px rgba(8,15,40,.28); backdrop-filter: blur(10px); }
.floating-card span { display: grid; gap: 3px; }
.floating-card small { color: var(--muted); font-size: 9px; }
.floating-card strong { font-size: 11px; }
.floating-icon { width: 31px; height: 31px; display: grid !important; place-items: center; color: #087a55; background: #dcfae6; border-radius: 9px; font-weight: 900; }
.booking-card { left: -20px; top: 155px; }
.inventory-card { right: -28px; bottom: 130px; }
.inventory-bars { width: 32px; height: 32px; display: flex !important; align-items: end; justify-content: center; gap: 3px; padding: 7px; background: #e9edff; border-radius: 9px; }
.inventory-bars i { width: 4px; background: var(--blue); border-radius: 2px; }
.inventory-bars i:nth-child(1) { height: 8px; }.inventory-bars i:nth-child(2) { height: 16px; }.inventory-bars i:nth-child(3) { height: 12px; }

.features-section { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 110px 0 120px; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 100px; margin-bottom: 52px; }
.section-heading h2, .workflow-copy h2, .final-cta h2 { margin: 0; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.06; letter-spacing: -2.8px; }
.section-heading > p { max-width: 470px; margin: 0 0 7px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.feature-card { position: relative; min-height: 300px; padding: 31px 27px; background: var(--white); border-right: 1px solid var(--line); }
.feature-card:last-child { border-right: 0; }
.feature-card.featured { color: var(--white); background: var(--navy); }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--blue); background: #eef2ff; border-radius: 13px; }
.featured .feature-icon { color: var(--white); background: rgba(255,255,255,.12); }
.feature-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.feature-number { position: absolute; top: 34px; right: 27px; color: #c6ccda; font-size: 11px; font-weight: 700; }
.featured .feature-number { color: rgba(255,255,255,.4); }
.feature-card h3 { margin: 66px 0 12px; font-size: 17px; letter-spacing: -.3px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.featured p { color: rgba(255,255,255,.62); }

.workflow-section { min-height: 560px; display: grid; grid-template-columns: 1.05fr .95fr; color: var(--white); background: var(--navy); }
.workflow-copy { padding: 92px max(50px, calc((100vw - 1180px) / 2)); padding-right: 80px; background: linear-gradient(135deg, var(--navy), #223878); }
.workflow-copy > p:not(.eyebrow) { max-width: 550px; margin: 24px 0 30px; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.8; }
.light-button { color: var(--navy); background: var(--white); box-shadow: none; }
.light-button:hover { color: var(--white); }
.workflow-steps { margin: 0; padding: 80px max(50px, calc((100vw - 1180px) / 2)) 80px 80px; display: grid; align-content: center; gap: 0; list-style: none; }
.workflow-steps li { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding-bottom: 45px; }
.workflow-steps li:last-child { padding-bottom: 0; }
.workflow-steps li:not(:last-child)::after { content: ""; position: absolute; left: 20px; top: 42px; bottom: 0; width: 1px; background: rgba(255,255,255,.16); }
.workflow-steps li > span { position: relative; z-index: 1; width: 42px; height: 42px; display: grid; place-items: center; color: #b9c8ff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; font-size: 12px; font-weight: 800; }
.workflow-steps strong { display: block; margin: 2px 0 8px; font-size: 15px; }
.workflow-steps p { margin: 0; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.6; }

.final-cta { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 100px 0; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.final-cta .primary-button { min-width: 165px; }
.footer { width: min(1180px, calc(100% - 40px)); min-height: 110px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; border-top: 1px solid var(--line); }
.footer .brand { color: var(--navy); }
.footer .brand-mark { color: var(--white); background: var(--navy); }
.footer p { color: #98a2b3; font-size: 11px; }
.footer > a:last-child { justify-self: end; color: var(--muted); text-decoration: none; font-size: 12px; }

@media (max-width: 1000px) {
  .hero-inner { grid-template-columns: 1fr 360px; gap: 30px; }
  .hero h1 { font-size: clamp(48px, 7vw, 66px); }
  .product-visual { transform: scale(.88); transform-origin: bottom right; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card { border-bottom: 1px solid var(--line); }
  .feature-card:nth-child(2) { border-right: 0; }
  .feature-card:nth-child(n+3) { border-bottom: 0; }
  .workflow-copy { padding-left: 40px; padding-right: 50px; }
  .workflow-steps { padding-left: 50px; padding-right: 40px; }
}

@media (max-width: 760px) {
  .navbar, .hero-inner, .features-section, .final-cta, .footer { width: min(100% - 30px, 1180px); }
  .navbar { min-height: 68px; grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .brand { font-size: 18px; }
  .brand-mark { width: 31px; height: 31px; }
  .nav-cta { padding: 9px 12px; }
  .hero { min-height: 0; }
  .hero-backdrop { background: linear-gradient(180deg, rgba(12,22,55,.97) 0%, rgba(18,34,81,.94) 55%, rgba(18,32,69,.68) 100%), url("/assets/hero.jpg") center / cover no-repeat; }
  .hero-inner { min-height: 0; padding-top: 68px; display: block; }
  .hero-content { padding: 72px 0 26px; }
  .hero h1 { font-size: clamp(42px, 13vw, 60px); letter-spacing: -2.5px; }
  .hero-copy { font-size: 14px; line-height: 1.7; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { gap: 10px 16px; }
  .product-visual { width: 100%; height: 515px; transform: none; }
  .phone-frame { width: 218px; border-radius: 33px; transform: rotate(1.5deg); }
  .phone-frame img { border-radius: 23px; }
  .phone-speaker { top: 16px; width: 58px; height: 14px; }
  .floating-card { min-width: 166px; padding: 10px; }
  .booking-card { left: 0; top: 90px; }
  .inventory-card { right: 0; bottom: 100px; }
  .features-section { padding: 78px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 23px; margin-bottom: 34px; }
  .section-heading h2, .workflow-copy h2, .final-cta h2 { font-size: 39px; letter-spacing: -1.8px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 245px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .feature-card:last-child { border-bottom: 0 !important; }
  .feature-card h3 { margin-top: 45px; }
  .workflow-section { grid-template-columns: 1fr; }
  .workflow-copy { padding: 72px 20px 55px; }
  .workflow-steps { padding: 55px 20px 72px; }
  .final-cta { padding: 75px 0; align-items: flex-start; flex-direction: column; }
  .footer { padding: 28px 0; grid-template-columns: 1fr auto; }
  .footer p { display: none; }
}

@media (max-width: 390px) {
  .nav-cta span { display: none; }
  .floating-card { min-width: 148px; }
  .floating-card strong { font-size: 9px; }
  .booking-card { left: -4px; }
  .inventory-card { right: -4px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
