:root {
  --navy: #020617;
  --blue: #2563eb;
  --cyan: #22d3ee;
  --mint: #34d399;
  --surface: #0f172a;
  --raised: #111827;
  --border: #1e293b;
  --text: #f8fafc;
  --muted: #94a3b8;
  --soft: #cbd5e1;
  --danger: #fb7185;
  --max: 1180px;
  --pad: clamp(20px, 4vw, 56px);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  background: var(--navy);
  color: var(--text);
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.nav-toggle:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
  box-shadow: 0 0 0 0.25rem rgba(34, 211, 238, 0.22);
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 100;
  background: var(--cyan);
  color: var(--navy);
  padding: 10px 14px;
  font-weight: 800;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  z-index: 20;
  min-height: 76px;
  padding: 16px var(--pad);
  border-bottom: 1px solid rgba(30, 41, 59, 0.95);
  background: rgba(2, 6, 23, 0.92);
  backdrop-filter: blur(14px);
}

.site-header-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 0;
}

.site-header[data-scrolled="true"] {
  border-bottom-color: rgba(34, 211, 238, 0.35);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border: 1px solid rgba(34, 211, 238, 0.28);
}

.brand .brand-logo {
  width: clamp(180px, 18vw, 220px);
  height: auto;
  border: 0;
}

.site-nav {
  justify-content: flex-end;
}

.site-nav .navbar-nav {
  gap: 8px;
}

.site-nav a,
.nav-toggle,
.button {
  max-width: 100%;
  min-width: 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--soft);
  border-radius: 6px;
  padding: 10px 15px;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  border-color: rgba(34, 211, 238, 0.65);
  color: var(--cyan);
}

.site-nav .nav-cta,
.button-primary {
  border-color: var(--cyan);
  background: var(--cyan);
  color: var(--navy);
}

.button-primary:hover {
  background: var(--mint);
  border-color: var(--mint);
}

.button-secondary:hover,
.button:hover {
  border-color: var(--cyan);
  color: var(--cyan);
}

.nav-toggle {
  cursor: pointer;
}

.section {
  border-bottom: 1px solid var(--border);
  overflow-x: hidden;
}

.section-inner {
  width: min(100%, var(--max));
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 112px) var(--pad);
}

.hero .section-inner {
  padding-top: clamp(72px, 10vw, 132px);
}

.hero .hero-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(36px, 5vw, 64px);
}
.page-hero .section-inner {
  padding-top: 92px;
  padding-bottom: 92px;
}

.page-hero .eyebrow {
  font-size: 17px;
  margin-bottom: 22px;
}

.page-hero h1 {
  max-width: 680px;
  font-size: 48px;
  line-height: 1.12;
}

.page-hero .split > p {
  max-width: 590px;
  color: #dbeafe;
  font-size: 20px;
  line-height: 1.65;
}

.hero-grid,
.feature-split,
.split,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.feature-split.reverse {
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
}

.product-section .feature-split {
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: clamp(36px, 5vw, 60px);
}

.product-section .feature-split.reverse {
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
}

.feature-split.reverse > :first-child {
  order: 2;
}
.hero-grid > *,
.feature-split > *,
.split > *,
.contact-grid > *,
.cta-inner > *,
.site-footer-inner > *,
.card-grid > * {
  min-width: 0;
}

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

h1,
h2,
h3 {
  overflow-wrap: anywhere;
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 880px;
  font-size: 58px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 21px;
}

p {
  overflow-wrap: anywhere;
  color: var(--soft);
  margin: 16px 0 0;
}

.hero-lede {
  max-width: 760px;
  color: #dbeafe;
  font-size: 20px;
}

.button-row,
.hero-links,
.cta-actions,
.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-links a,
.contact-links a {
  color: var(--cyan);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.dark-band {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(2, 6, 23, 0.96));
}

.section-heading {
  max-width: 780px;
  margin-bottom: 32px;
}

.card-grid {
  display: grid;
  gap: 16px;
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card,
.use-case-card,
.pricing-card,
.contact-panel {
  border: 1px solid var(--border);
  background: rgba(15, 23, 42, 0.76);
  border-radius: 8px;
  padding: 24px;
}

.feature-card h3,
.use-case-card h3,
.pricing-card h3,
.contact-panel h2 {
  color: #ffffff;
}

.feature-card p,
.use-case-card p {
  color: var(--muted);
}

.screenshot-placeholder {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(34, 211, 238, 0.45);
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(34, 211, 238, 0.08) 1px, transparent 1px),
    rgba(15, 23, 42, 0.8);
  background-size: 28px 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(8, 145, 178, 0.08);
}

.screenshot-placeholder[data-ratio="16:9"] {
  aspect-ratio: 16 / 9;
}

.screenshot-placeholder[data-ratio="9:16"] {
  aspect-ratio: 9 / 16;
}

.screenshot-placeholder[data-ratio="4:3"] {
  aspect-ratio: 4 / 3;
}

.product-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.product-media-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  border: 0;
  border-radius: inherit;
  padding: 0;
  background: transparent;
  color: var(--cyan);
  cursor: zoom-in;
}

.product-media-trigger:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: -4px;
}

.product-media-enlarge-icon {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(34, 211, 238, 0.65);
  border-radius: 50%;
  background: rgba(2, 6, 23, 0.9);
  box-shadow: 0 8px 24px rgba(2, 6, 23, 0.38);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.product-media-enlarge-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.product-media-trigger:hover .product-media-enlarge-icon,
.product-media-trigger:focus-visible .product-media-enlarge-icon {
  border-color: var(--mint);
  background: rgba(15, 23, 42, 0.98);
  color: var(--mint);
  transform: scale(1.06);
}

.lightbox-open {
  overflow: hidden;
}

.image-lightbox {
  width: min(94vw, 1440px);
  max-width: none;
  max-height: 94vh;
  overflow: visible;
  margin: auto;
  border: 1px solid rgba(34, 211, 238, 0.55);
  border-radius: 10px;
  padding: 0;
  background: rgba(2, 6, 23, 0.98);
  color: var(--text);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.72);
}

.image-lightbox::backdrop {
  background: rgba(2, 6, 23, 0.88);
  backdrop-filter: blur(8px);
}

.image-lightbox-inner {
  position: relative;
  display: grid;
  max-height: 94vh;
  place-items: center;
  gap: 12px;
  padding: clamp(18px, 3vw, 32px);
}

.image-lightbox-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(88vh - 72px);
  border-radius: 6px;
  object-fit: contain;
}

.image-lightbox-caption {
  margin: 0;
  color: var(--soft);
  font-size: 14px;
  text-align: center;
}

.image-lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(34, 211, 238, 0.65);
  border-radius: 50%;
  padding: 0;
  background: rgba(2, 6, 23, 0.94);
  color: var(--cyan);
  cursor: pointer;
}

.image-lightbox-close:hover,
.image-lightbox-close:focus-visible {
  border-color: var(--mint);
  color: var(--mint);
}

.image-lightbox-close svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.product-media-landscape img {
  aspect-ratio: 4 / 3;
}

.product-media-portrait {
  width: 100%;
  max-width: 360px;
  justify-self: center;
}

.product-media-portrait img {
  aspect-ratio: 9 / 16;
}

.screenshot-placeholder div {
  width: min(82%, 460px);
  max-width: 100%;
  border: 1px solid var(--border);
  background: rgba(2, 6, 23, 0.88);
  padding: 20px;
  text-align: left;
}

.screenshot-placeholder span {
  display: block;
  overflow-wrap: anywhere;
  color: var(--soft);
  font-weight: 800;
}

.screenshot-placeholder strong {
  color: var(--mint);
  font-size: 14px;
}

.mobile-shot {
  max-width: 360px;
  justify-self: center;
  width: 100%;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  border-left: 3px solid var(--mint);
  color: var(--soft);
  padding-left: 12px;
}

.module-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.module-list span {
  max-width: 100%;
  overflow-wrap: anywhere;
  border: 1px solid rgba(34, 211, 238, 0.35);
  color: var(--soft);
  padding: 8px 10px;
}
.modules-section .section-inner {
  padding-top: 82px;
  padding-bottom: 82px;
  align-items: start;
}

.modules-section .eyebrow {
  color: var(--cyan);
  font-size: 17px;
  margin-bottom: 22px;
}

.modules-section h2 {
  max-width: 680px;
  font-size: 48px;
  line-height: 1.12;
}

.modules-section p {
  max-width: 560px;
  color: #dbeafe;
  font-size: 18px;
  line-height: 1.62;
}

.modules-section .module-list {
  align-content: start;
  padding-top: 3px;
}

.modules-section .module-list span {
  border-color: rgba(34, 211, 238, 0.5);
  background: rgba(15, 23, 42, 0.62);
  border-radius: 6px;
  padding: 10px 12px;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
  border-top: 1px solid var(--border);
  padding-top: 18px;
}

.price-row span {
  color: var(--mint);
  font-size: 22px;
  font-weight: 900;
}

.price-row small {
  color: var(--muted);
}

.price-row-muted span {
  color: var(--soft);
  font-size: 16px;
}

.pricing-card ul {
  display: grid;
  gap: 8px;
  margin: 22px 0;
  padding-left: 18px;
  color: var(--soft);
}

.pricing-card-featured {
  border-color: var(--cyan);
}

.cta-section {
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.3), rgba(34, 211, 238, 0.08));
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.cta-inner p {
  max-width: 760px;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form-wrap {
  min-width: 0;
}

.form-status {
  margin-bottom: 20px;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 14px 16px;
  color: var(--soft);
  background: rgba(15, 23, 42, 0.86);
}

.form-status-success {
  border-color: rgba(52, 211, 153, 0.65);
  color: var(--mint);
}

.form-status-error {
  border-color: rgba(251, 113, 133, 0.65);
  color: #fecdd3;
}

.form-status-warning {
  border-color: rgba(34, 211, 238, 0.55);
  color: var(--cyan);
}

.form-status:focus {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

.form-instructions,
.form-help {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.form-error {
  margin: -8px 0 0;
  color: #fecdd3;
  font-size: 0.84rem;
  font-weight: 800;
}

.contact-form [aria-invalid="true"] {
  border-color: #fb7185;
  box-shadow: inset 4px 0 0 #fb7185;
}

.field-optional {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
}

.recaptcha-field {
  width: 100%;
  min-height: 78px;
  overflow: hidden;
}

.recaptcha-field .g-recaptcha {
  transform-origin: left top;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--soft);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  background: rgba(2, 6, 23, 0.9);
  color: var(--text);
  border-radius: 6px;
  padding: 13px 14px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
  border-color: var(--cyan);
  outline: 3px solid var(--cyan);
  outline-offset: 2px;
}

.site-footer {
  border-top: 1px solid var(--border);
  background: #000000;
}

.site-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 42px var(--pad);
}

.site-footer-inner > div,
.footer-nav {
  width: min(100%, 560px);
}

.footer-nav {
  display: grid;
  gap: 10px;
  justify-self: end;
}

.site-footer a {
  color: var(--soft);
}

.site-footer a:hover {
  color: var(--cyan);
}

.brand-footer {
  margin-bottom: 12px;
}

.brand-footer .footer-logo {
  width: clamp(220px, 24vw, 280px);
  height: auto;
  border: 0;
}

@media (max-width: 1000px) {
  .card-grid.three,
  .card-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-grid,
  .feature-split,
  .feature-split.reverse,
  .split,
  .contact-grid,
  .cta-inner,
  .site-footer-inner {
    grid-template-columns: 1fr;
  }

  .hero .hero-grid,
  .product-section .feature-split,
  .product-section .feature-split.reverse {
    grid-template-columns: 1fr;
  }

  .feature-split.reverse > :first-child {
    order: 0;
  }

  .product-media-landscape {
    width: 100%;
  }

  .hero .product-media-portrait {
    max-width: 340px;
  }

  .footer-nav {
    justify-self: start;
  }
}

@media (max-width: 991.98px) {
  .site-header {
    align-items: stretch;
  }

  .site-header-inner {
    align-items: flex-start;
  }

  .site-nav {
    width: 100%;
    margin-top: 12px;
  }

  .site-nav .navbar-nav {
    align-items: stretch !important;
  }

  .site-nav a {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .hero .product-media-portrait {
    max-width: 100%;
    aspect-ratio: 4 / 3;
  }

  .hero .product-media-portrait img {
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
  }

  .card-grid.three,
  .card-grid.four {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 36px;
  }

  .page-hero h1 {
    font-size: 34px;
  }

  .page-hero .split > p {
    font-size: 18px;
  }

  .modules-section .section-inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .modules-section h2 {
    font-size: 34px;
  }

  .modules-section p {
    font-size: 17px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-lede {
    font-size: 18px;
  }

  .section-inner {
    padding-block: 56px;
  }

  .site-header {
    padding-inline: 14px;
  }

  .brand .brand-logo {
    width: 168px;
  }

  .recaptcha-field {
    min-height: 68px;
  }

  .recaptcha-field .g-recaptcha {
    transform: scale(0.88);
  }

  .screenshot-placeholder div {
    width: calc(100% - 32px);
    padding: 16px;
  }
}
