:root {
  color-scheme: dark;
  --bg: #080a0e;
  --bg2: #0d1016;
  --panel: rgba(17, 22, 30, 0.82);
  --panelSolid: #11161e;
  --panel2: #151b25;
  --text: #f5f7fa;
  --muted: #a5adbb;
  --soft: #747d8c;
  --line: rgba(174, 184, 199, 0.18);
  --lineStrong: rgba(174, 184, 199, 0.32);
  --accent: #d7b56d;
  --accent2: #ece3c9;
  --ink: #050608;
  --font-heading: "Manrope", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-body: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(180deg, #10141b 0%, var(--bg) 38%, #06070a 100%);
  background-size: 80px 80px, auto;
  font-family: var(--font-body);
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  text-rendering: geometricPrecision;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 10%, rgba(215, 181, 109, .11), transparent 28%),
    radial-gradient(circle at 72% 4%, rgba(174, 184, 199, .08), transparent 22%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.siteHeader {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 92px;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(174, 184, 199, .13);
  background: rgba(8, 10, 14, .82);
  backdrop-filter: blur(18px);
}

.brand img {
  width: clamp(220px, 16vw, 270px);
  display: block;
  filter: saturate(.48) contrast(1.04);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: #cbd1dc;
  font-size: 14px;
  font-weight: 700;
}

.nav a {
  transition: color .18s ease;
}

.nav a:hover {
  color: #fff;
}

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

.languageSwitch {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
}

.langButton {
  height: 34px;
  min-width: 42px;
  border: 0;
  border-radius: 999px;
  color: #aeb8c7;
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.langButton.active {
  color: #080a0e;
  background: #e7ecf3;
}

.headerCta,
.primaryButton,
.secondaryButton,
.priceCard a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-family: var(--font-heading);
  font-weight: 800;
}

.headerCta,
.primaryButton {
  color: #080a0e;
  background: #e7ecf3;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}

.secondaryButton {
  color: #eef1f6;
  border: 1px solid var(--lineStrong);
  background: rgba(255, 255, 255, .04);
}

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(360px, .84fr) minmax(520px, 1.16fr);
  align-items: center;
  gap: clamp(36px, 6vw, 86px);
  padding: clamp(48px, 7vw, 92px) clamp(18px, 4vw, 56px) 56px;
  overflow: hidden;
}

.heroCopy {
  max-width: 720px;
}

.eyebrow,
.sectionLabel {
  margin: 0 0 14px;
  color: var(--soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(68px, 8.4vw, 122px);
  line-height: .9;
  letter-spacing: 0;
  white-space: nowrap;
  font-family: var(--font-heading);
  font-weight: 800;
}

.heroLead {
  max-width: 660px;
  margin: 28px 0 0;
  color: #c8ced8;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.48;
  font-weight: 450;
}

.heroButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.trustRow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.trustRow span,
.logoStrip span {
  border: 1px solid rgba(174, 184, 199, .17);
  border-radius: 999px;
  color: #c4cad4;
  background: rgba(255, 255, 255, .035);
  font-size: 12px;
  font-weight: 700;
}

.trustRow span {
  padding: 9px 12px;
}

.heroProduct {
  position: relative;
  min-height: 570px;
  display: grid;
  place-items: center;
}

.deviceWindow {
  position: relative;
  width: min(100%, 880px);
  border: 1px solid rgba(174, 184, 199, .28);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(19, 24, 32, .96), rgba(8, 10, 14, .98));
  box-shadow: 0 48px 110px rgba(0, 0, 0, .52), inset 0 1px 0 rgba(255,255,255,.04);
  overflow: hidden;
  transform: perspective(1100px) rotateY(-5deg) rotateX(2deg);
}

.windowTop {
  height: 48px;
  display: grid;
  grid-template-columns: 96px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(174, 184, 199, .14);
  background: rgba(5, 6, 8, .62);
}

.windowTop div {
  display: flex;
  gap: 8px;
}

.windowTop span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e36c6c;
}

.windowTop span:nth-child(2) {
  background: var(--accent);
}

.windowTop span:nth-child(3) {
  background: #9aa3b1;
}

.windowTop strong {
  color: #d9dee6;
  font-size: 12px;
  font-weight: 700;
}

.windowTop em {
  min-height: 28px;
  display: inline-grid;
  place-items: center;
  padding: 0 10px;
  border: 1px solid rgba(215, 181, 109, .38);
  border-radius: 999px;
  color: var(--accent2);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.windowBody {
  display: grid;
  grid-template-columns: 150px 1fr 140px;
  gap: 14px;
  padding: 16px;
}

.cuePanel,
.stagePreview,
.inspectorPanel {
  border: 1px solid rgba(174, 184, 199, .18);
  border-radius: 12px;
  background: rgba(6, 8, 12, .74);
}

.cuePanel {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 12px;
}

.miniBrand {
  height: 42px;
  border-radius: 9px;
  background: linear-gradient(180deg, #151b25, #0d1118);
  border: 1px solid rgba(174, 184, 199, .16);
}

.cueItem {
  min-height: 42px;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  border-radius: 8px;
  color: #c0c7d2;
  background: rgba(255,255,255,.04);
  font-size: 12px;
  font-weight: 700;
}

.cueItem b {
  color: var(--soft);
  font-size: 11px;
}

.cueItem.active {
  color: #fff;
  border: 1px solid rgba(215, 181, 109, .45);
  background: rgba(215, 181, 109, .1);
}

.timerBox {
  margin-top: 14px;
  color: var(--accent);
  font-size: 28px;
  font-family: var(--font-heading);
  font-weight: 800;
  text-align: center;
}

.stagePreview {
  padding: 14px;
}

.stageCanvas {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid rgba(174, 184, 199, .22);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 18%, rgba(215, 181, 109, .13), transparent 26%),
    #000;
}

.stageCanvas small {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.stageCanvas h2 {
  max-width: 480px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.9vw, 58px);
  line-height: .98;
  font-family: var(--font-heading);
  font-weight: 800;
}

.progressLine {
  width: 44%;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #737d8c, #e7ecf3, var(--accent));
}

.deckControls {
  display: grid;
  grid-template-columns: 1fr 1.18fr 1fr;
  gap: 10px;
  margin-top: 12px;
  color: #dce1e8;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.deckControls span,
.deckControls strong {
  min-height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255,255,255,.055);
}

.inspectorPanel {
  padding: 12px;
}

.inspectorPanel small {
  display: block;
  margin-bottom: 13px;
  color: #858e9d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.inspectorPanel div {
  height: 56px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: rgba(255,255,255,.045);
}

.phoneCard {
  position: absolute;
  right: 4%;
  bottom: 10px;
  width: 170px;
  min-height: 258px;
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(174, 184, 199, .22);
  border-radius: 28px;
  background: linear-gradient(180deg, #151b25, #07090d);
  box-shadow: 0 34px 90px rgba(0,0,0,.48);
  text-align: center;
}

.phoneCard span,
.phoneCard small {
  color: #8d96a6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}

.phoneCard strong {
  min-height: 76px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #080a0e;
  background: #e7ecf3;
  font-size: 25px;
  font-family: var(--font-heading);
  font-weight: 800;
}

.phoneCard small {
  color: var(--accent);
  font-size: 20px;
  letter-spacing: 0;
  font-family: var(--font-heading);
}

.logoStrip {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 34px) 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.logoStrip span {
  padding: 10px 16px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.section,
.workflowSection,
.showcaseSection,
.demoSection,
.useCases,
.contactSection,
.finalCta {
  max-width: 1180px;
  margin: 0 auto;
  padding: 88px clamp(18px, 4vw, 34px);
}

.twoCol,
.showcaseSection,
.contactSection,
.demoSection {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .74fr);
  gap: 48px;
  align-items: start;
}

.twoCol h2,
.showcaseSection h2,
.demoPanel h2,
.contactSection h2,
.useCases h2,
.finalCta h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  font-family: var(--font-heading);
  font-weight: 760;
}

.twoCol p,
.showcaseSection p,
.demoPanel p,
.contactSection p,
.finalCta p {
  margin: 0;
  color: #bac1cc;
  font-size: 18px;
  line-height: 1.62;
  font-weight: 450;
}

.featureGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.featureCard,
.priceCard,
.contactForm,
.demoPanel,
.demoVisual {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(22, 28, 38, .82), rgba(10, 13, 18, .9));
  box-shadow: 0 28px 80px rgba(0,0,0,.26);
}

.featureCard {
  min-height: 244px;
  padding: 24px;
}

.featureCard span,
.priceCard span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.featureCard h3,
.priceCard h3 {
  margin: 26px 0 12px;
  font-size: 23px;
  line-height: 1.1;
  font-family: var(--font-heading);
  font-weight: 760;
}

.featureCard p,
.priceCard p {
  margin: 0;
  color: #aeb6c2;
  line-height: 1.55;
}

.accentCard {
  border-color: rgba(215, 181, 109, .32);
  background:
    linear-gradient(135deg, rgba(215, 181, 109, .1), transparent 44%),
    linear-gradient(180deg, rgba(22, 28, 38, .88), rgba(10, 13, 18, .94));
}

.workflowSection {
  border-top: 1px solid rgba(174, 184, 199, .12);
}

.workflowGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.workflowGrid article {
  min-height: 214px;
  padding: 26px;
  border: 1px solid rgba(174, 184, 199, .18);
  border-radius: 12px;
  background: rgba(255,255,255,.032);
}

.workflowGrid span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.workflowGrid h3 {
  margin: 26px 0 10px;
  font-size: 34px;
  font-family: var(--font-heading);
  font-weight: 760;
}

.workflowGrid p {
  margin: 0;
  color: #aeb6c2;
  line-height: 1.55;
}

.statsGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-self: stretch;
}

.statsGrid div {
  min-height: 150px;
  display: grid;
  align-content: center;
  padding: 22px;
  border: 1px solid rgba(174, 184, 199, .18);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
}

.statsGrid strong {
  color: #fff;
  font-size: 34px;
  font-family: var(--font-heading);
  font-weight: 800;
}

.statsGrid span {
  color: #9099a8;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.demoSection {
  border-top: 1px solid rgba(174, 184, 199, .12);
  border-bottom: 1px solid rgba(174, 184, 199, .12);
}

.demoPanel {
  padding: clamp(26px, 4vw, 42px);
}

.finePrint {
  margin-top: 18px !important;
  color: #848d9c !important;
  font-size: 13px !important;
}

.demoVisual {
  min-height: 500px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 22px;
  border-radius: 32px;
  max-width: 300px;
  justify-self: center;
}

.demoVisual img {
  width: 180px;
  filter: saturate(.2);
}

.demoVisual div {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  border: 1px solid rgba(174, 184, 199, .2);
  border-radius: 10px;
  background: #000;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.demoVisual button {
  min-height: 72px;
  border: 0;
  border-radius: 14px;
  color: #080a0e;
  background: #e7ecf3;
  font-size: 27px;
  font-family: var(--font-heading);
  font-weight: 800;
}

.demoVisual strong {
  color: var(--accent);
  font-size: 36px;
  text-align: center;
  font-family: var(--font-heading);
  font-weight: 800;
}

.pricingGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.priceCard {
  position: relative;
  padding: 30px;
}

.priceCard.featured {
  border-color: rgba(215, 181, 109, .42);
  background:
    linear-gradient(135deg, rgba(215, 181, 109, .11), transparent 42%),
    linear-gradient(180deg, rgba(24, 30, 40, .94), rgba(9, 12, 17, .98));
}

.saveBadge {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(215, 181, 109, .38);
  border-radius: 999px;
  color: var(--accent2);
  background: rgba(215, 181, 109, .09);
  font-size: 11px;
  font-weight: 800;
}

.price {
  margin: 18px 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
  font-family: var(--font-heading);
  font-weight: 800;
}

.priceCard a {
  width: 100%;
  margin-top: 28px;
  color: #080a0e;
  background: #e7ecf3;
}

.useCases h2 {
  max-width: 860px;
}

.useCaseList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.useCaseList div {
  min-height: 82px;
  display: flex;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(174, 184, 199, .16);
  border-radius: 10px;
  background: rgba(255,255,255,.032);
  color: #dce0e7;
  font-weight: 700;
}

.contactSection {
  border-top: 1px solid rgba(174, 184, 199, .12);
}

.contactForm {
  display: grid;
  gap: 15px;
  padding: 22px;
}

.contactForm label {
  display: grid;
  gap: 8px;
}

.contactForm span {
  color: #cbd1dc;
  font-size: 13px;
  font-weight: 700;
}

.contactForm input,
.contactForm textarea {
  width: 100%;
  border: 1px solid rgba(174, 184, 199, .2);
  border-radius: 8px;
  color: #fff;
  background: rgba(5, 6, 8, .74);
  outline: none;
}

.contactForm input {
  height: 48px;
  padding: 0 14px;
}

.contactForm textarea {
  min-height: 118px;
  resize: vertical;
  padding: 13px 14px;
}

.formButton {
  width: 100%;
}

.finalCta {
  text-align: center;
  border-top: 1px solid rgba(174, 184, 199, .12);
}

.finalCta p {
  max-width: 720px;
  margin: 18px auto 0;
}

.finalCta .primaryButton {
  margin-top: 28px;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 4vw, 56px);
  border-top: 1px solid rgba(174, 184, 199, .12);
  color: #858e9d;
  font-size: 13px;
  font-weight: 650;
}

.footer img {
  width: 168px;
  filter: saturate(.2);
}

@media (max-width: 1020px) {
  .siteHeader {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .nav,
  .headerActions {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .heroProduct {
    min-height: auto;
  }

  .deviceWindow {
    transform: none;
  }

  .windowBody {
    grid-template-columns: 1fr;
  }

  .cuePanel,
  .inspectorPanel {
    display: none;
  }

  .twoCol,
  .showcaseSection,
  .contactSection,
  .demoSection {
    grid-template-columns: 1fr;
  }

  .featureGrid,
  .workflowGrid,
  .useCaseList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .brand img {
    width: 190px;
  }

  .nav {
    gap: 16px;
    font-size: 13px;
  }

  h1 {
    font-size: clamp(54px, 18vw, 82px);
  }

  .hero {
    padding-top: 36px;
  }

  .stageCanvas h2 {
    font-size: 30px;
  }

  .deckControls,
  .featureGrid,
  .workflowGrid,
  .statsGrid,
  .pricingGrid,
  .useCaseList {
    grid-template-columns: 1fr;
  }

  .phoneCard {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: 180px;
    margin-top: 16px;
  }

  .demoVisual {
    width: 100%;
    max-width: none;
    min-height: auto;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
