:root {
  --ink: #071a1d;
  --ink-soft: #16353a;
  --teal: #078b91;
  --teal-deep: #006c72;
  --aqua: #5ee1d6;
  --mint: #dff8f4;
  --paper: #f5f8f7;
  --white: #ffffff;
  --line: #d8e3e1;
  --muted: #607276;
  --shadow: 0 28px 70px rgba(5, 35, 39, .13);
  --display: "Manrope", system-ui, sans-serif;
  --body: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-header.compact { border-bottom: 1px solid var(--line); }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font: 800 1.08rem/1 var(--display);
  letter-spacing: -.02em;
  text-decoration: none;
}
.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--ink);
}
.brand-mark svg { width: 28px; height: 28px; fill: none; stroke: var(--aqua); stroke-width: 3.1; stroke-linecap: round; stroke-linejoin: round; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { color: #365055; font-weight: 600; font-size: .92rem; text-decoration: none; }
nav a:hover { color: var(--ink); }
nav .nav-cta { padding: 10px 17px; border: 1px solid var(--ink); border-radius: 9px; color: var(--ink); }

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 680px;
  margin: 38px auto 72px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}
.hero > *, .frame-body > *, .job-strip > * { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--teal-deep); font-weight: 800; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: currentColor; }
.hero h1, .section-heading h2, .pricing h2, .final-cta h2, .legal-heading h1 {
  margin: 20px 0;
  font-family: var(--display);
  font-weight: 800;
  line-height: .99;
  letter-spacing: -.055em;
}
.hero h1 { font-size: clamp(3.5rem, 6.5vw, 6rem); }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-lede { max-width: 580px; margin: 0; color: #4e6569; font-size: clamp(1.05rem, 1.6vw, 1.22rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 10px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); box-shadow: 0 12px 24px rgba(7, 26, 29, .17); }
.button-primary:hover { background: var(--teal-deep); box-shadow: 0 16px 30px rgba(0, 108, 114, .2); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.65); color: var(--ink); }
.hero-note { margin-top: 15px; color: #748487; font-size: .82rem; font-weight: 600; }

.product-frame { overflow: hidden; border: 1px solid #cad8d6; border-radius: 18px; background: #fff; box-shadow: var(--shadow); transform: rotate(.5deg); }
.frame-top { min-height: 58px; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; background: var(--ink); color: #fff; }
.mini-brand { display: flex; align-items: center; gap: 9px; font: 700 .88rem var(--display); }
.mini-mark { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 7px; background: var(--aqua); color: var(--ink); font-weight: 800; }
.frame-status { display: flex; align-items: center; gap: 7px; color: #c9ddda; font-size: .72rem; }
.frame-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 4px rgba(94,225,214,.12); }
.job-strip { padding: 17px 20px; display: grid; grid-template-columns: 1.55fr .55fr .65fr 1fr; gap: 12px; border-bottom: 1px solid var(--line); background: #fbfdfc; }
.job-strip div { padding-right: 10px; border-right: 1px solid var(--line); }
.job-strip div:last-child { border-right: 0; }
.job-strip small, .line-head small { display: block; color: #819194; font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.job-strip strong { display: block; margin-top: 3px; overflow: hidden; font-size: .84rem; text-overflow: ellipsis; white-space: nowrap; }
.job-strip .job-total strong { color: var(--teal-deep); font-size: 1rem; }
.frame-body { min-height: 360px; display: grid; grid-template-columns: 38% 62%; }
.room-list { padding: 17px 13px; border-right: 1px solid var(--line); background: #f5f8f7; }
.room { margin-bottom: 7px; padding: 12px; display: grid; grid-template-columns: 29px 1fr auto; align-items: center; gap: 9px; border: 1px solid transparent; border-radius: 10px; color: #53676b; }
.room.active { border-color: #b6ddda; background: #fff; color: var(--ink); box-shadow: 0 6px 18px rgba(7,26,29,.06); }
.room > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 7px; background: #e4ecea; color: #64777a; font-size: .67rem; font-weight: 800; }
.room.active > span { background: var(--mint); color: var(--teal-deep); }
.room strong, .room small { display: block; }
.room strong { font-size: .75rem; }
.room small { color: #8a989a; font-size: .62rem; }
.room b { font-size: .68rem; }
.line-items { padding: 20px; }
.line-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; }
.line-head h3 { margin: 2px 0 0; font: 800 1.15rem var(--display); }
.line-head button { padding: 8px 11px; border: 0; border-radius: 8px; background: var(--teal); color: #fff; font: 700 .68rem var(--body); }
.line-row { padding: 14px 0; display: flex; justify-content: space-between; gap: 10px; border-bottom: 1px solid #edf1f0; }
.line-row strong, .line-row small { display: block; }
.line-row strong { font-size: .76rem; }
.line-row small { margin-top: 3px; color: #829194; font-size: .65rem; }
.line-row b { font-size: .75rem; }
.room-subtotal { margin-top: 20px; padding: 13px 14px; display: flex; justify-content: space-between; border-radius: 9px; background: var(--ink); color: #fff; font-size: .73rem; }
.room-subtotal strong { color: var(--aqua); }

.proof-strip { width: min(1180px, calc(100% - 40px)); margin: 0 auto 110px; padding: 24px 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip div { padding: 0 24px; border-right: 1px solid var(--line); }
.proof-strip div:first-child { padding-left: 0; }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { font: 800 .9rem var(--display); }
.proof-strip span { margin-top: 3px; color: var(--muted); font-size: .78rem; }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading h2, .pricing h2, .final-cta h2 { font-size: clamp(2.5rem, 4.5vw, 4.25rem); }
.section-heading p, .split-heading > p { color: var(--muted); font-size: 1.06rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.steps article { padding: 30px 0; border-top: 2px solid var(--ink); }
.step-number { color: var(--teal); font: 800 .77rem var(--display); letter-spacing: .1em; }
.steps h3, .feature-card h3 { margin: 24px 0 10px; font: 800 1.3rem/1.2 var(--display); letter-spacing: -.025em; }
.steps p, .feature-card p { margin: 0; color: var(--muted); }

.features { padding-top: 60px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; }
.split-heading > p { margin-bottom: 24px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 290px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-start; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.feature-card h3 { margin-top: 38px; }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; background: var(--mint); color: var(--teal-deep); font: 800 1.1rem var(--display); }
.feature-large { grid-column: span 2; min-height: 410px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; position: relative; overflow: hidden; }
.feature-large .feature-icon { position: absolute; left: 30px; top: 30px; }
.feature-large > div:nth-child(2) { padding-top: 58px; }
.dark-card { background: var(--ink); color: #fff; border-color: var(--ink); }
.dark-card .feature-icon { background: rgba(94,225,214,.14); color: var(--aqua); }
.dark-card p { color: #b7cbca; }
.walkthrough-demo { align-self: end; padding: 17px; border: 1px solid #c9ddda; border-radius: 14px; background: #f7faf9; box-shadow: 0 15px 40px rgba(7,26,29,.09); }
.demo-header, .demo-footer, .demo-item { display: flex; align-items: center; justify-content: space-between; }
.demo-header { padding-bottom: 12px; color: var(--muted); font-size: .68rem; }
.demo-header b { color: var(--teal-deep); }
.demo-item { padding: 12px 0; border-top: 1px solid var(--line); font-size: .69rem; }
.demo-item strong, .demo-item small { display: block; }
.demo-item small { color: #849396; }
.demo-footer { margin: 11px -5px -5px; padding: 11px 12px; border-radius: 8px; background: var(--ink); color: #fff; font-size: .61rem; }
.demo-footer strong { color: var(--aqua); }

.pricing { width: 100%; max-width: none; margin-top: 90px; padding: 100px max(20px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: clamp(50px, 9vw, 130px); background: var(--ink); color: #fff; }
.eyebrow.light { color: var(--aqua); }
.pricing-copy > p { max-width: 620px; color: #b6c9c8; font-size: 1.05rem; }
.pricing-copy > a { display: inline-block; margin-top: 18px; color: var(--aqua); font-weight: 700; }
.price-card { padding: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: #102c30; box-shadow: 0 25px 60px rgba(0,0,0,.2); }
.price-label { color: var(--aqua); font-weight: 800; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.price { margin: 17px 0 6px; font: 800 4.7rem/1 var(--display); letter-spacing: -.06em; }
.price sup { font-size: 1.7rem; vertical-align: top; }
.price span { margin-left: 8px; color: #b6c9c8; font: 500 .95rem var(--body); letter-spacing: 0; }
.price-card > p { color: #b6c9c8; }
.price-card ul { margin: 25px 0 30px; padding: 23px 0; list-style: none; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.price-card li { margin: 9px 0; padding-left: 24px; position: relative; color: #e6efee; font-size: .9rem; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--aqua); font-weight: 800; }
.price-card .button-primary { background: var(--aqua); color: var(--ink); box-shadow: none; }
.full { width: 100%; }

.final-cta { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 120px 0; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.final-cta h2 { margin-bottom: 0; }
footer { padding: 42px max(20px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; border-top: 1px solid var(--line); background: #fff; }
footer p { margin: 0; color: var(--muted); font-size: .85rem; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: #4d6266; font-size: .82rem; font-weight: 600; text-decoration: none; }
.copyright { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid #eef2f1; color: #899698; font-size: .75rem; }

.legal-page { background: #fff; }
.legal-shell { width: min(960px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0 120px; display: grid; grid-template-columns: .58fr 1fr; gap: 85px; }
.legal-heading { position: sticky; top: 40px; align-self: start; }
.legal-heading h1 { font-size: clamp(2.8rem, 5vw, 4.5rem); }
.legal-heading > p { color: var(--muted); }
.legal-content { color: #41575b; }
.legal-content > p:first-child { margin-top: 0; color: var(--ink-soft); font-size: 1.15rem; }
.legal-content h2 { margin: 44px 0 10px; color: var(--ink); font: 800 1.25rem var(--display); letter-spacing: -.02em; }
.legal-content a { color: var(--teal-deep); font-weight: 700; }
.legal-content li { margin: 7px 0; }
.legal-footer { min-height: 80px; padding: 24px max(20px, calc((100vw - 960px)/2)); display: flex; justify-content: space-between; color: var(--muted); }
.legal-footer a { color: var(--ink); font-weight: 700; text-decoration: none; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; margin-top: 60px; }
  .hero-copy { max-width: 680px; }
  .product-frame { transform: none; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip div { padding: 18px 22px; }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .steps { grid-template-columns: 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 10px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-large { grid-column: span 2; }
  .pricing { grid-template-columns: 1fr; }
  .legal-shell { grid-template-columns: 1fr; gap: 28px; }
  .legal-heading { position: static; }
  footer { grid-template-columns: 1fr 1fr; }
  footer p { display: none; }
  .footer-links { justify-content: end; }
}

@media (max-width: 620px) {
  .site-header { width: min(100% - 28px, 1180px); min-height: 72px; }
  nav { gap: 10px; }
  nav .nav-cta { padding: 9px 12px; }
  .hero, .section, .proof-strip, .final-cta { width: min(100% - 28px, 1180px); }
  .hero { min-height: auto; margin-top: 45px; gap: 45px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .button { width: 100%; }
  .job-strip { grid-template-columns: 1fr 1fr; }
  .job-strip div:nth-child(2) { border-right: 0; }
  .frame-body { grid-template-columns: 1fr; }
  .room-list { border-right: 0; border-bottom: 1px solid var(--line); }
  .room:not(.active) { display: none; }
  .product-frame { border-radius: 14px; }
  .proof-strip { grid-template-columns: 1fr; margin-bottom: 65px; }
  .proof-strip div, .proof-strip div:first-child { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip div:last-child { border-bottom: 0; }
  .section { padding: 75px 0; }
  .section-heading { margin-bottom: 36px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-large { grid-column: auto; grid-template-columns: 1fr; }
  .feature-large .feature-icon { position: static; }
  .feature-large > div:nth-child(2) { padding-top: 0; }
  .pricing { margin-top: 30px; padding-top: 75px; padding-bottom: 75px; }
  .price-card { padding: 26px 22px; }
  .final-cta { padding: 85px 0; align-items: stretch; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .legal-shell { width: min(100% - 28px, 960px); padding-top: 60px; }
  .legal-footer { flex-wrap: wrap; gap: 16px; }
}

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