:root {
  --bg: #141837;
  --bg-soft: rgba(15, 20, 39, 0.72);
  --panel: rgba(12, 18, 34, 0.6);
  --panel-strong: rgba(10, 14, 28, 0.9);
  --border: rgba(255, 255, 255, 0.14);
  --text: #eef2ff;
  --muted: #a7b0c6;
  --primary: #7c8cff;
  --primary-2: #4fe3ff;
  --success: #86efac;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  --radius: 24px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  background:
    radial-gradient(circle at 20% 10%, rgba(93, 84, 255, 0.22), transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(79, 227, 255, 0.14), transparent 28%),
    linear-gradient(180deg, #031027 0%, #051738 50%, #07204e 100%);
  color: var(--text);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; }
.site-shell { overflow: clip; }

.announcement-bar {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  padding: 12px 16px; font-size: 14px; color: var(--muted);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(5, 8, 22, 0.85);
  backdrop-filter: blur(18px);
}
.announcement-pill {
  padding: 4px 8px; border-radius: 999px; background: rgba(124, 140, 255, 0.18);
  color: #c7d1ff; font-size: 11px; font-weight: 700; letter-spacing: .08em;
}
.announcement-bar a { color: white; }

.main-header {
  position: sticky; top: 0; z-index: 30;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(5, 8, 22, 0.62);
  backdrop-filter: blur(18px);
}
.nav-row {
  min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.brand {
  display: flex;
  align-items: center;
}
.brand-logo {
  height: 50px;   /* adjust as needed */
  width: auto;
  display: block;
}
.brand-text { font-size: 18px;margin-left: 10px;}
.desktop-nav, .nav-actions { display: flex; align-items: center; gap: 22px; }
.desktop-nav a { color: var(--muted); font-size: 15px; }
.desktop-nav a:hover, .showcase-card a:hover, .announcement-bar a:hover { color: white; }
.ghost-btn, .secondary-btn, .primary-btn {
  border-radius: 999px; padding: 14px 20px; font-weight: 600; display: inline-flex; align-items: center; justify-content: center;
}
.ghost-btn { border: 1px solid rgba(255,255,255,.1); color: #d7def2; }
.primary-btn {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #071120; box-shadow: 0 14px 36px rgba(79, 227, 255, 0.22);white-space: nowrap;flex-shrink: 0;  min-width: 150px;text-align: center;}

.primary-btn.small { padding: 12px 16px; }
.secondary-btn {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.03); color: white;
}
.menu-toggle {
  display: none; background: none; border: 1px solid rgba(255,255,255,.12); color: white;
  border-radius: 12px; width: 44px; height: 44px; font-size: 20px;
}
.mobile-nav {
  display: flex; flex-direction: column; gap: 14px; padding: 0 16px 16px; border-top: 1px solid rgba(255,255,255,.06);
}
.mobile-nav[hidden] { display: none !important; }
.mobile-nav a { color: var(--muted); }

.hero-section { padding: 72px 0 42px; }
.hero-grid {
  display: grid; grid-template-columns: 1.08fr .92fr; gap: 36px; align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 12px; margin-bottom: 20px;
  border-radius: 999px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.03);
  color: #cbd5ff; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
}
.hero-copy h1, .section-heading h2, .cta-card h2 {
  margin: 0; letter-spacing: -0.055em; line-height: .95;
}
.cta-card h9 {
  margin: 0; letter-spacing: -0.055em; line-height: .95;
}
.hero-copy h1 { font-size: clamp(3.2rem, 7vw, 6.2rem); max-width: 10.5ch; }
.hero-text, .section-heading p, .tab-copy p, .capability-card p, .showcase-card p, .faq-list p, .cta-card p, .footer-copy {
  color: rgba(255,255,255,.85); line-height: 1.5; font-size: 18px;
}
.hero-text { max-width: 640px; margin: 22px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 28px; }
.hero-metrics {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.headlinespacer {min-height:15px;}
.metric-card {
  padding: 18px; border-radius: 20px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08);
}
.metric-card strong { display: block; font-size: 26px; margin-bottom: 10px; }
.metric-card span { color: var(--muted); font-size: 14px; }

.metricdark-card {position:relative;padding: 18px; border-radius: 20px; background: var(--panel);border: 1px solid var(--border);backdrop-filter: blur(18px);}
.metricdark-card strong { display: block; font-size: 26px; margin-bottom: 10px; }
.metricdark-card span { color: var(--muted); font-size: 1.4em; }

.hero-visual {
  position: relative; min-height: 120px; padding: 28px;
  border-radius: 30px; border: 1px solid rgba(255,255,255,.08); background:
  linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow: var(--shadow);
}
.heroimage {border-radius: 10px; border: 1px solid rgba(255,255,255,.08);}
.glow {
  position: absolute; border-radius: 999px; filter: blur(20px); opacity: .9; pointer-events: none;
}
.glow-one {
  width: 320px; height: 320px; top: -40px; right: -40px; background: radial-gradient(circle, rgba(124,140,255,.42), transparent 64%);
}
.glow-two {
  width: 280px; height: 280px; bottom: 40px; left: -60px; background: radial-gradient(circle, rgba(79,227,255,.28), transparent 62%);
}
.code-card, .floating-panel, .capability-card, .showcase-card, .cta-card, .faq-list details, .feature-tabs, .main-footer {
  background: var(--panel);
  border: 1px solid var(--border);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}
.code-card {
  position: absolute; top: 44px; left: 32px; width: min(92%, 470px); border-radius: 24px; overflow: hidden;
}
.code-topbar {
  display: flex; gap: 8px; padding: 16px 18px; border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(255,255,255,.03);
}
.code-topbar span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.22); }
.code-content { padding: 22px; }
.code-label { color: #c7d1ff; font-size: 13px; margin-bottom: 12px; }
pre { margin: 0; overflow: auto; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 14px; color: #dde6ff; line-height: 1.6; }

.floating-panel {
  position: absolute; border-radius: 24px; padding: 20px;
}
.panel-a { right: 34px; top: 215px; width: 250px; }
.panel-b {
  left: 54px; bottom: 36px; width: 290px; display: flex; gap: 18px; align-items: end;
}
.panel-tag, .card-label {
  display: inline-block; margin-bottom: 10px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #c7d1ff;
}
.panel-a h3, .capability-card h3, .showcase-card h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -0.04em; }
.panel-a p, .panel-b p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.mini-chart { display: flex; align-items: end; gap: 8px; min-height: 102px; }
.mini-chart span {
  width: 18px; border-radius: 999px 999px 6px 6px; background: linear-gradient(180deg, var(--primary-2), var(--primary));
}
.panel-b strong { display: block; font-size: 36px; margin-bottom: 6px; }

.logo-strip { padding: 16px 0 30px; }
.logo-row {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; align-items: center;
}
.logo-row span {
  display: grid; place-items: center; min-height: 72px; border-radius: 18px; border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.025); color: rgba(255,255,255,.56); font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}

.feature-tabs-section, .capabilities-section, .showcase-section, .faq-section, .cta-section { padding: 72px 0; }
.section-heading { max-width: 840px; margin-bottom: 34px; }
.section-heading.centered { text-align: center; margin: 0 auto 34px; }
.section-heading h2, .cta-card h2 { font-size: clamp(2.2rem, 4vw, 4.2rem); }
.cta-card h9 { font-size: clamp(1.8rem, 4vw, 4.2rem); }
.faq-grid .section-heading h2 { line-height: 1.02; }
.feature-tabs { padding: 20px; border-radius: 28px; }
.tab-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
.tab-btn {
  border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.03); color: var(--muted);
  padding: 12px 16px; border-radius: 999px; cursor: pointer; font: inherit;
}
.tab-btn.active { color: white; border-color: rgba(79,227,255,.28); background: rgba(79,227,255,.08); }
.tab-panel {
  display: none; grid-template-columns: .95fr 1.05fr; gap: 24px; align-items: center;
}
.tab-panel.active { display: grid; }
.tab-copy ul {
  padding-left: 18px; color: #dbe4ff; line-height: 1.9;
}
.placeholder-art {
  min-height: 380px; border-radius: 24px; border: 1px solid rgba(255,255,255,.08); padding: 18px;
  background: linear-gradient(135deg, rgba(124,140,255,.18), rgba(79,227,255,.08));
}
.alt-art { background: linear-gradient(135deg, rgba(111, 82, 255, .14), rgba(255, 122, 201, .08)); }
.third-art { background: linear-gradient(135deg, rgba(79,227,255,.12), rgba(134,239,172,.08)); }
.fourth-art { background: linear-gradient(135deg, rgba(255,196,87,.1), rgba(124,140,255,.12)); }
.art-card {
  width: 100%; height: 100%; min-height: 340px; border-radius: 18px; border: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.14), transparent 30%),
    linear-gradient(135deg, rgba(9, 16, 32, .95), rgba(17, 27, 51, .92));
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.capability-card {
  border-radius: 26px; padding: 24px;
}
.capability-card.large { grid-column: span 1; }
.mock-screen {
  margin-top: 20px; min-height: 220px; border-radius: 18px; border: 1px solid rgba(255,255,255,.06);
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    linear-gradient(135deg, rgba(124,140,255,.16), rgba(79,227,255,.12));
}
.screen-wide { min-height: 300px; }
.mock-screen.alt { background: linear-gradient(135deg, rgba(255, 122, 201, .14), rgba(124,140,255,.12)); }
.mock-img {width: 100%;height: 100%;object-fit: cover;display: block;}

.insetsvg {position:relative;}
.insetsvg-img {position:absolute;top:7px;right:10px;height: 45px;}

.showcase-grid { display: grid; gap: 20px; }
.showcase-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.showcase-card {
  border-radius: 24px; overflow: hidden; padding: 18px;
}
.showcase-image {border-radius: 18px; margin-bottom: 18px; border: 1px solid rgba(255,255,255,.06);overflow: hidden;}
.showcase-img {width: 100%;height: auto;display: block;}
.image-one { background: linear-gradient(135deg, rgba(79,227,255,.18), rgba(124,140,255,.08)); }
.image-two { background: linear-gradient(135deg, rgba(255,196,87,.16), rgba(255,122,201,.08)); }
.image-three { background: linear-gradient(135deg, rgba(134,239,172,.16), rgba(79,227,255,.08)); }
.showcase-card a { color: #d9e0ff; font-weight: 600; }

.faq-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: start; }
.faq-list { display: grid; gap: 14px; }
.faq-list details { border-radius: 22px; padding: 18px 20px; }
.faq-list summary { cursor: pointer; font-weight: 600; }
.faq-list p { margin: 12px 0 0; }

.faq-list ul {
  margin: 12px 0 0;
  padding-left: 24px;
}
.faq-list li {
  color: rgba(255,255,255,.85);
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 6px;
}

.cta-card {
  display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 30px; padding: 32px;
}
.cta-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.main-footer {
  margin: 0 auto 34px;
  width: min(calc(100% - 32px), var(--container));
  border-radius: 30px;
  padding: 34px 42px 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(160px, 1.1fr) minmax(280px, 2.2fr) minmax(140px, 1fr) minmax(220px, 1.4fr);
  gap: 28px;
  align-items: start;
  text-align: center;
}

.footer-grid > div {
  min-width: 0;
}

.footer-grid > div:nth-child(2) p {
  margin: 6px auto 0;
  line-height: 1.25;
  max-width: 100%;
}

.footer-grid > div:nth-child(3),
.footer-grid > div:nth-child(4) {
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-brand { margin-bottom: 12px; }
.main-footer h4 { margin: 0 0 14px; }
.main-footer a { display: block; color: var(--muted); margin-bottom: 10px;line-height: 1.2;overflow-wrap: break-word; }
.main-footer a:hover { color: white; }

.form-success-message {
  margin-top: 20px;
  padding: 28px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  color: #fff;
}

.form-success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(135deg, #7c8cff, #54d6ff);
  color: #081a4b;
}

.form-success-message h3 {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.15;
}

.form-success-message p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.92;
}

@media (max-width: 1100px) {
  .hero-grid, .tab-panel, .capability-grid, .faq-grid, .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-visual { min-height: 200px; }
.showcase-cards {grid-template-columns: repeat(2, 1fr);}
  .logo-row { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
  }

  .footer-grid > div:nth-child(2),
  .footer-grid > div:nth-child(3),
  .footer-grid > div:nth-child(4) {
    margin-left: 0;
    padding-top: 0;
    min-width: 0;
  }

  .footer-grid > div:nth-child(2) p {
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 780px) {
  .desktop-nav, .ghost-btn, .primary-btn.small { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .announcement-bar { flex-wrap: wrap; text-align: center; }
  .hero-section { padding-top: 48px; }
  .hero-copy h1 { max-width: 100%; }
  .headlinespacer {min-height:1px;}
  .hero-metrics, .logo-row { grid-template-columns: 1fr; }
  .hero-visual { min-height: 200px; padding: 18px; }
  .showcase-cards {grid-template-columns: 1fr;}
  .code-card { left: 18px; top: 18px; width: calc(100% - 36px); }
  .panel-a { right: 18px; top: 270px; width: calc(100% - 36px); }
  .panel-b { left: 18px; bottom: 18px; width: calc(100% - 36px); }
  .cta-card { flex-direction: column; align-items: flex-start; }
}

body.modal-open {
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form-botcheck {
  display: none !important;
}


.modal-backdrop[hidden] {
  display: none !important;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(2, 7, 20, 0.72);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.modal-backdrop.is-visible {
  opacity: 1;
  visibility: visible;
}

.modal-dialog {
  position: relative;
  width: min(960px, 100%);
  padding:0px 0px 20px 0px;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(8, 20, 58, 0.98), rgba(9, 31, 78, 0.95));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
  transform: translateY(14px) scale(0.98);
  transition: transform 0.18s ease;
}

.modal-backdrop.is-visible .modal-dialog {
  transform: translateY(0) scale(1);
}

.modal-media {
  min-height: 100%;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01));
}

.modal-media-card {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.3);
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

.modal-media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.modal-content {
  padding: 36px 36px 32px;
}

.modal-kicker {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
  background: rgba(124, 140, 255, 0.18);
  color: #d9e2ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.modal-content h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.modal-content p {
  margin: 0 0 22px;
  color: rgba(255,255,255,.82);
  line-height: 1.6;
}

.modal-form {
  display: grid;
  gap: 14px;
}

.modal-form input,
.modal-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  color: #102040;
  font: inherit;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.modal-form textarea {
  min-height: 130px;
  resize: vertical;
}

.modal-form input::placeholder,
.modal-form textarea::placeholder {
  color: #67748a;
}

.modal-form input:focus,
.modal-form textarea:focus {
  border-color: rgba(79, 227, 255, 0.95);
  box-shadow: 0 0 0 4px rgba(79, 227, 255, 0.16);
}

.modal-submit-btn {
  justify-self: end;
  min-width: 150px;
  border: 0;
  border-radius: 999px;
  padding: 14px 24px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  color: #071120;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 14px 36px rgba(79, 227, 255, 0.22);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(5, 8, 22, 0.55);
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.modal-close:hover {
  background: rgba(255,255,255,.12);
}

@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
  }

  .footer-grid > div:nth-child(2),
  .footer-grid > div:nth-child(3),
  .footer-grid > div:nth-child(4) {
    margin-left: 0;
    padding-top: 0;
    min-width: 0;
  }

  .footer-grid > div:nth-child(2) p {
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 780px) {
  .modal-backdrop {
    padding: 16px;
  }

  .modal-dialog {
    grid-template-columns: 1fr;
    width: min(560px, 100%);
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    padding:0px 0px 50px 0px;
  }
 
  .modal-media {
    padding: 70px 50px 0;
  }

  .modal-content {
    padding: 22px 20px 24px;
  }

  .modal-submit-btn {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 640px) {
  .main-footer {
    padding: 28px 22px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-grid > div:nth-child(2) p {
    line-height: 1.35;
  }

  .main-footer a {
    margin-bottom: 8px;
  }

  .brand-logo {
    height: 44px;
    width: auto;
  }
}

