:root {
  color-scheme: light;
  --bg: #f6f8fb;
  --surface: #ffffff;
  --surface-soft: #eef5f2;
  --ink: #10171f;
  --muted: #5c6976;
  --line: rgba(16, 23, 31, 0.12);
  --teal: #0c7a6b;
  --teal-dark: #07584f;
  --blue: #3157d5;
  --coral: #e75e4f;
  --gold: #c88724;
  --shadow: 0 22px 70px rgba(28, 42, 56, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--ink);
  margin: 0;
}

a {
  color: var(--teal-dark);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-header {
  align-items: center;
  background: rgba(246, 248, 251, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 16px 32px;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  border-radius: 9px;
  color: white;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  letter-spacing: 0;
  width: 34px;
}

nav {
  align-items: center;
  display: flex;
  gap: 20px;
}

nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.nav-cta {
  background: var(--ink);
  border-radius: 999px;
  color: white;
  padding: 8px 13px;
}

.nav-cta:hover {
  color: white;
}

.hero {
  isolation: isolate;
  min-height: 740px;
  overflow: hidden;
  position: relative;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(16, 23, 31, 0.82), rgba(16, 23, 31, 0.58) 40%, rgba(16, 23, 31, 0.12)),
    linear-gradient(135deg, #102027, #14453f 42%, #3050aa);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -2;
}

.hero::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  inset: 0;
  opacity: 0.34;
  position: absolute;
  z-index: -1;
}

.hero-copy {
  color: white;
  max-width: 720px;
  padding: 136px 32px 80px;
  position: relative;
  width: min(60vw, 760px);
  z-index: 2;
}

.eyebrow {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #7be0cf;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  font-size: clamp(56px, 9vw, 116px);
  line-height: 0.88;
  margin: 0;
  max-width: 760px;
}

.lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.5;
  margin: 28px 0 0;
  max-width: 650px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  border-radius: 8px;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-width: 154px;
  padding: 13px 18px;
}

.button.primary {
  background: var(--teal);
  color: white;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.14);
  color: white;
}

.proof-row {
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.proof-row span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 7px 11px;
}

.hero-scene {
  bottom: 42px;
  height: 560px;
  position: absolute;
  right: max(26px, 5vw);
  width: min(48vw, 620px);
}

.desktop-window {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  box-shadow: var(--shadow);
  height: 360px;
  overflow: hidden;
  position: absolute;
  right: 12px;
  top: 28px;
  width: 520px;
}

.window-bar {
  align-items: center;
  background: #eef2f6;
  border-bottom: 1px solid rgba(16, 23, 31, 0.08);
  display: flex;
  gap: 8px;
  padding: 13px 16px;
}

.window-bar span {
  border-radius: 999px;
  height: 11px;
  width: 11px;
}

.window-bar span:nth-child(1) { background: #ff5f57; }
.window-bar span:nth-child(2) { background: #ffbd2e; }
.window-bar span:nth-child(3) { background: #28c840; }

.window-bar strong {
  color: var(--muted);
  font-size: 13px;
  margin-left: 8px;
}

.document-lines {
  padding: 34px;
}

.line {
  background: #dbe3ea;
  border-radius: 999px;
  height: 12px;
  margin: 0 0 16px;
  width: 72%;
}

.line.wide {
  width: 92%;
}

.line.short {
  width: 44%;
}

.typed-text {
  background: #f9fbfb;
  border: 1px solid rgba(12, 122, 107, 0.18);
  border-radius: 12px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.55;
  margin-top: 30px;
  padding: 18px;
}

.cursor {
  background: var(--teal);
  display: inline-block;
  height: 1.1em;
  margin-right: 6px;
  transform: translateY(3px);
  width: 3px;
}

.menu-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 18px;
  bottom: 54px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  padding: 18px;
  position: absolute;
  right: 260px;
  width: 330px;
}

.menu-top {
  align-items: center;
  display: flex;
  gap: 12px;
}

.menu-top .icon {
  align-items: center;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  border-radius: 12px;
  color: white;
  display: flex;
  font-size: 24px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.menu-top strong,
.menu-top span {
  display: block;
}

.menu-top span {
  color: var(--muted);
  font-size: 13px;
  margin-top: 2px;
}

.permission {
  align-items: center;
  color: var(--muted);
  display: flex;
  gap: 8px;
  font-size: 14px;
  margin-top: 18px;
}

.permission span {
  background: #1fbf75;
  border-radius: 999px;
  height: 9px;
  width: 9px;
}

.mock-button {
  background: var(--teal);
  border: 0;
  border-radius: 8px;
  color: white;
  display: block;
  font: inherit;
  font-weight: 850;
  margin-top: 16px;
  padding: 13px 16px;
  width: 100%;
}

.quick-row {
  align-items: center;
  color: var(--muted);
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

kbd {
  background: rgba(16, 23, 31, 0.08);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  padding: 4px 7px;
}

.panel {
  background: rgba(12, 122, 107, 0.08);
  border-radius: 12px;
  margin-top: 18px;
  padding: 14px;
}

.panel label {
  display: block;
  font-size: 14px;
  font-weight: 850;
  margin-bottom: 10px;
}

.segments {
  background: rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, 1fr);
  padding: 4px;
}

.segments span {
  border-radius: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  padding: 8px 6px;
  text-align: center;
}

.segments .active {
  background: white;
  box-shadow: 0 1px 10px rgba(16, 23, 31, 0.12);
  color: var(--ink);
}

.status-chip {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  bottom: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  color: var(--teal-dark);
  font-weight: 850;
  padding: 10px 14px;
  position: absolute;
  right: 70px;
}

.trust-strip {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.86);
  display: grid;
  font-weight: 800;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.trust-strip span {
  background: rgba(255, 255, 255, 0.04);
  padding: 18px 24px;
  text-align: center;
}

.section {
  margin: 0 auto;
  max-width: 1160px;
  padding: 90px 32px;
}

.section-heading {
  margin: 0 auto 34px;
  max-width: 760px;
  text-align: center;
}

h2 {
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1;
  margin: 0;
}

h3 {
  font-size: 22px;
  margin: 0 0 10px;
}

.section p,
.document p,
.document li {
  color: var(--muted);
  line-height: 1.68;
}

.split-section {
  align-items: start;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 1fr) 430px;
}

.split-section p {
  font-size: 18px;
}

.problem-list {
  display: grid;
  gap: 12px;
}

.problem-list div {
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 5px solid var(--coral);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(28, 42, 56, 0.08);
  padding: 18px;
}

.problem-list strong,
.problem-list span {
  display: block;
}

.problem-list span {
  color: var(--muted);
  margin-top: 5px;
}

.workflow {
  background: var(--surface);
  border-radius: 28px;
  box-shadow: var(--shadow);
  margin-bottom: 40px;
  margin-top: 20px;
}

.steps {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.steps article,
.feature-grid article,
.use-case-layout article,
.pricing-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 14px 38px rgba(28, 42, 56, 0.08);
  padding: 22px;
}

.workflow .steps article {
  background: #f7faf9;
}

.step-number {
  align-items: center;
  background: var(--teal);
  border-radius: 999px;
  color: white;
  display: inline-flex;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  margin-bottom: 18px;
  width: 32px;
}

.feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.feature-icon {
  align-items: center;
  background: var(--surface-soft);
  border-radius: 10px;
  display: inline-flex;
  font-size: 23px;
  height: 44px;
  justify-content: center;
  margin-bottom: 18px;
  width: 44px;
}

.use-cases {
  background:
    linear-gradient(135deg, rgba(12, 122, 107, 0.12), rgba(49, 87, 213, 0.12));
  max-width: none;
}

.use-cases .section-heading,
.use-case-layout {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
}

.use-case-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.pricing-section {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) 380px;
}

.pricing-copy p {
  font-size: 18px;
}

.pricing-card {
  border-top: 6px solid var(--teal);
  padding: 28px;
}

.badge {
  background: rgba(200, 135, 36, 0.14);
  border-radius: 999px;
  color: #7c4d0b;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 18px;
  padding: 7px 10px;
}

.pricing-card h3 {
  font-size: 34px;
}

.faq {
  max-width: 900px;
}

details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-top: 12px;
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 850;
}

.final-cta {
  background:
    linear-gradient(135deg, rgba(16, 23, 31, 0.9), rgba(12, 122, 107, 0.92)),
    #10171f;
  color: white;
  margin: 30px auto 80px;
  max-width: 1120px;
  padding: 56px 32px;
  text-align: center;
}

.final-cta h2 {
  margin: 0 auto 28px;
  max-width: 720px;
}

.final-cta .button {
  background: white;
  color: var(--teal-dark);
}

.document {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  margin: 44px auto 72px;
  max-width: 820px;
  padding: 36px;
}

.document h1 {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1;
  margin: 0 0 20px;
}

.document h2 {
  font-size: 24px;
  margin-top: 32px;
}

footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1120px;
  padding: 24px 32px;
}

@media (max-width: 980px) {
  nav {
    gap: 12px;
  }

  .hero {
    min-height: 940px;
  }

  .hero-copy {
    padding-top: 96px;
    width: 100%;
  }

  .hero-scene {
    bottom: 40px;
    left: 24px;
    right: 24px;
    width: auto;
  }

  .desktop-window {
    right: 0;
    width: min(100%, 520px);
  }

  .menu-card {
    left: 0;
    right: auto;
  }

  .split-section,
  .pricing-section {
    grid-template-columns: 1fr;
  }

  .steps,
  .feature-grid,
  .use-case-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 20px;
  }

  nav {
    flex-wrap: wrap;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .hero-copy,
  .section,
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-copy {
    order: 1;
    padding-bottom: 28px;
    padding-top: 78px;
  }

  h1 {
    font-size: clamp(48px, 18vw, 78px);
  }

  .hero-scene {
    align-self: stretch;
    bottom: auto;
    height: 520px;
    left: auto;
    margin: 0 16px 36px;
    order: 2;
    position: relative;
    right: auto;
    width: auto;
  }

  .desktop-window {
    left: 0;
    right: auto;
    top: 0;
    height: 330px;
    width: 100%;
  }

  .menu-card {
    bottom: 52px;
    left: 0;
    right: auto;
    width: min(100%, 330px);
  }

  .status-chip {
    bottom: 6px;
    left: 0;
    right: auto;
  }

  .trust-strip,
  .steps,
  .feature-grid,
  .use-case-layout {
    grid-template-columns: 1fr;
  }

  footer {
    flex-direction: column;
    gap: 10px;
  }
}
