:root {
  color: #edf3ff;
  background: #08111f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --bg: #08111f;
  --panel: #101b2d;
  --panel-strong: #142238;
  --ink: #f8fbff;
  --muted: #a9b7cf;
  --line: rgba(180, 198, 230, 0.18);
  --violet: #6554f4;
  --blue: #36a3ff;
  --green: #20e09d;
  --pink: #fb4a9d;
  --white-panel: #f5f8fd;
  --dark-text: #102033;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% -8%, rgba(54, 163, 255, 0.2), transparent 32rem),
    linear-gradient(180deg, #08111f 0%, #0b1424 48%, #f3f7fc 48%, #f3f7fc 100%);
}

a,
button {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 14px clamp(18px, 4vw, 56px);
  color: #eef4ff;
  background: rgba(8, 17, 31, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
.header-actions,
nav,
.hero-actions,
.trust-strip,
.privacy-points {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--violet), var(--blue));
  color: #fff;
  box-shadow: 0 12px 40px rgba(101, 84, 244, 0.34);
}

nav {
  justify-content: center;
  gap: clamp(12px, 2vw, 26px);
  color: #c5d2e8;
  font-size: 14px;
}

nav a:hover {
  color: #fff;
}

.header-actions {
  gap: 10px;
}

.lang-toggle,
.header-cta,
.primary-cta,
.secondary-cta {
  min-height: 42px;
  border-radius: 8px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 850;
}

.lang-toggle {
  width: 46px;
  color: #e7eeff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  cursor: pointer;
}

.header-cta,
.primary-cta {
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--violet), #4a7dff);
  box-shadow: 0 18px 52px rgba(101, 84, 244, 0.34);
}

.secondary-cta {
  padding: 0 18px;
  color: #dce8ff;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.16);
}

.section-band {
  position: relative;
  overflow: hidden;
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(42px, 7vw, 92px) clamp(20px, 5vw, 72px) 72px;
}

.hero::before,
.solutions::before,
.privacy::before {
  content: "";
  position: absolute;
  inset: auto -12% -45% -12%;
  height: 62%;
  background: radial-gradient(circle at 48% 0%, rgba(101, 84, 244, 0.24), transparent 36rem);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #82bdff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  max-width: 780px;
  font-size: clamp(46px, 7vw, 88px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 4.6vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  font-size: clamp(24px, 2.7vw, 36px);
  line-height: 1.07;
  letter-spacing: 0;
}

.hero-subtitle,
.section-intro p,
.demo-copy p,
.privacy-card p,
.final-cta p {
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.cta-proof,
.download-note {
  margin: 14px 0 0;
  color: #d4e2f9;
  font-size: 14px;
  font-weight: 760;
}

.trust-strip {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.trust-strip span,
.privacy-points span {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  padding: 8px 12px;
  color: #d4e2f9;
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
  font-weight: 750;
}

.context-stage {
  position: relative;
  min-height: 620px;
  perspective: 1200px;
}

.context-stage::before {
  content: "";
  position: absolute;
  inset: 9% 2% 0;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(54, 163, 255, 0.22), transparent 58%);
  filter: blur(6px);
}

.orbit-card,
.deck-core {
  position: absolute;
  border: 1px solid rgba(217, 229, 251, 0.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(20, 34, 56, 0.92), rgba(11, 19, 34, 0.88));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

.orbit-card {
  width: min(230px, 40vw);
  padding: 16px;
  display: grid;
  gap: 6px;
  animation: float 5s ease-in-out infinite;
}

.orbit-card span {
  width: 44px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--pink);
  font-size: 12px;
  font-weight: 900;
}

.orbit-card strong {
  font-size: 15px;
}

.orbit-card small {
  color: var(--muted);
}

.doc-card {
  top: 56px;
  left: 0;
}

.sheet-card {
  top: 130px;
  right: 0;
  animation-delay: -1.4s;
}

.sheet-card span {
  background: var(--green);
}

.audio-card {
  bottom: 68px;
  left: 34px;
  animation-delay: -2.8s;
}

.audio-card span {
  background: var(--blue);
}

.deck-core {
  inset: 170px 58px 106px 108px;
  padding: 26px;
  transform: rotateY(-9deg) rotateX(5deg);
}

.deck-core p {
  margin-bottom: 14px;
  font-weight: 900;
}

.deck-layers {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.deck-layers span {
  display: block;
  height: 42px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(101, 84, 244, 0.95), rgba(54, 163, 255, 0.88));
}

.deck-layers span:nth-child(2) {
  width: 86%;
  opacity: 0.8;
}

.deck-layers span:nth-child(3) {
  width: 68%;
  opacity: 0.64;
}

.deck-core pre {
  margin: 0;
  min-height: 164px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  padding: 16px;
  color: #dbeafe;
  background: #07101d;
  line-height: 1.45;
}

.demo-reel {
  position: absolute;
  right: 0;
  bottom: 16px;
  width: min(420px, 80%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(8, 17, 31, 0.78);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
}

.demo-reel div {
  min-height: 88px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
  color: #dfe9ff;
  background: rgba(255, 255, 255, 0.07);
}

.demo-reel strong {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #06101f;
  background: var(--green);
}

.demo-reel span {
  font-size: 13px;
  font-weight: 800;
}

.problem,
.product-demo,
.use-cases,
.proof-strip,
.before-after,
.product-showcase,
.final-cta {
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 72px);
}

.problem {
  color: var(--dark-text);
  background: #f3f7fc;
}

.proof-strip {
  color: var(--dark-text);
  background: #fff;
}

.product-showcase {
  color: var(--dark-text);
  background:
    radial-gradient(circle at 12% 0%, rgba(101, 84, 244, 0.12), transparent 22rem),
    #f3f7fc;
}

.showcase-copy {
  max-width: 840px;
  margin-bottom: 30px;
}

.showcase-copy p:not(.eyebrow) {
  color: #586880;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
}

.live-product-window {
  overflow: hidden;
  border: 1px solid #d6e1ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 34px 110px rgba(32, 48, 76, 0.2);
}

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

.proof-grid article {
  min-height: 190px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
  border: 1px solid #dce6f3;
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 8%, rgba(101, 84, 244, 0.09), transparent 9rem),
    #f7faff;
}

.proof-grid strong {
  color: #102033;
  font-size: 20px;
  line-height: 1.2;
}

.proof-grid span {
  color: #607089;
  line-height: 1.5;
}

.section-intro {
  max-width: 900px;
}

.problem .eyebrow,
.product-demo .eyebrow,
.use-cases .eyebrow,
.pricing .eyebrow,
.proof-strip .eyebrow,
.before-after .eyebrow,
.final-cta .eyebrow,
.support .eyebrow {
  color: #4b63db;
}

.problem p,
.product-demo p,
.use-cases p,
.pricing p,
.before-after p,
.final-cta p,
.support p {
  color: #586880;
}

.solutions,
.privacy,
.pricing {
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 72px);
}

.solution-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 640px);
  justify-content: center;
  gap: 20px;
  margin-top: 34px;
}

.solution-card {
  min-height: 620px;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(217, 229, 251, 0.14);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(19, 33, 55, 0.94), rgba(10, 19, 33, 0.94));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.24);
}

.solution-card p:not(.eyebrow),
.solution-card li {
  color: #b4c3dc;
  line-height: 1.55;
}

.solution-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.solution-visual {
  min-height: 220px;
  margin-bottom: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(101, 84, 244, 0.18), rgba(54, 163, 255, 0.08)),
    #091423;
  overflow: hidden;
}

.file-stack {
  position: relative;
  height: 150px;
}

.file-stack span {
  position: absolute;
  width: 136px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.file-stack span:nth-child(1) {
  left: 8%;
  top: 28px;
  background: rgba(251, 74, 157, 0.25);
}

.file-stack span:nth-child(2) {
  left: 30%;
  top: 62px;
  background: rgba(54, 163, 255, 0.22);
}

.file-stack span:nth-child(3) {
  right: 8%;
  top: 38px;
  background: rgba(32, 224, 157, 0.2);
}

.mini-output {
  margin: -4px 22px 22px;
  padding: 16px;
  border-radius: 8px;
  color: #dff6ff;
  background: #07101d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}

.product-demo {
  color: var(--dark-text);
  background: #f3f7fc;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.before-after {
  color: var(--dark-text);
  background: #ffffff;
}

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

.comparison-grid article {
  min-height: 390px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid #dce6f3;
  border-radius: 8px;
  background: #f7faff;
}

.comparison-grid article:last-child {
  color: #eef6ff;
  background:
    radial-gradient(circle at 82% 4%, rgba(32, 224, 157, 0.18), transparent 14rem),
    linear-gradient(145deg, #111d32, #17294a);
  border-color: rgba(126, 141, 255, 0.42);
}

.comparison-grid span {
  width: fit-content;
  border-radius: 999px;
  padding: 7px 11px;
  color: #4b63db;
  background: #e9efff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.comparison-grid article:last-child span {
  color: #06101f;
  background: var(--green);
}

.comparison-grid h3 {
  margin-bottom: 0;
}

.comparison-grid ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.comparison-grid li {
  color: #607089;
  line-height: 1.5;
}

.comparison-grid article:last-child li {
  color: #c9d8ef;
}

.privacy-card {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 10%, rgba(32, 224, 157, 0.16), transparent 18rem),
    linear-gradient(145deg, rgba(20, 34, 56, 0.96), rgba(9, 18, 31, 0.96));
}

.privacy-points {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.use-cases,
.pricing,
.final-cta,
.support {
  color: var(--dark-text);
  background: #f3f7fc;
}

.use-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.use-grid article,
.pricing-grid article {
  min-height: 160px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border: 1px solid #dce6f3;
  border-radius: 8px;
  background: #fff;
}

.use-grid span,
.pricing-grid p,
.pricing-grid span {
  color: #607089;
  line-height: 1.48;
}

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

.spotlight-card {
  padding: 26px;
  border: 1px solid #dce6f3;
  border-radius: 8px;
  background: #fff;
}

.spotlight-card h3 {
  font-size: clamp(20px, 2.2vw, 26px);
  margin-bottom: 12px;
}

.spotlight-card p {
  color: #586880;
  line-height: 1.55;
}

.spotlight-card ul {
  margin: 14px 0;
  padding-left: 20px;
  color: #31435f;
  line-height: 1.6;
}

.spotlight-card blockquote {
  margin: 16px 0 0;
  padding: 14px 16px;
  border-left: 3px solid #4b63db;
  border-radius: 4px;
  color: #31435f;
  background: #f3f7fc;
  font-style: italic;
}

.spotlight-proof {
  margin-top: 30px;
}

.spotlight-proof img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #d6e1ef;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(32, 48, 76, 0.16);
}

.spotlight-proof-caption {
  margin-top: 12px;
  color: #607089;
  font-size: 14px;
  text-align: center;
}

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

.pricing-grid article {
  min-height: 270px;
}

.pricing-grid strong {
  font-size: 28px;
}

.featured-plan {
  color: #fff;
  background:
    radial-gradient(circle at 80% 6%, rgba(32, 224, 157, 0.18), transparent 14rem),
    linear-gradient(145deg, #182849, #111b32) !important;
  border-color: #7e8dff !important;
  transform: translateY(-10px);
  box-shadow: 0 28px 80px rgba(74, 82, 209, 0.24);
}

.featured-plan p,
.featured-plan span {
  color: #c7d6ed;
}

.final-cta {
  display: grid;
  justify-items: center;
  text-align: center;
}

.final-cta p {
  max-width: 740px;
}

.final-cta .download-note {
  max-width: 740px;
  color: #4e6078;
}

.contact {
  justify-items: stretch;
  text-align: left;
}

.contact > * {
  width: min(100%, 860px);
  margin-inline: auto;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.contact-field {
  display: grid;
  gap: 8px;
  color: var(--dark-text);
  font-weight: 800;
}

.contact-field-full {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #cdd9ea;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--dark-text);
  font: inherit;
  box-sizing: border-box;
}

.contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-form .primary-cta {
  justify-self: start;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 28px clamp(20px, 5vw, 72px);
  color: #607089;
  background: #f3f7fc;
  border-top: 1px solid #dce6f3;
}

footer span:first-child {
  color: var(--dark-text);
  font-weight: 900;
}

footer a {
  color: #4b63db;
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

@keyframes float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }
  50% {
    transform: translate3d(0, -16px, 0) rotate(1deg);
  }
}

@keyframes wave {
  0%,
  100% {
    transform: scaleY(0.55);
  }
  50% {
    transform: scaleY(1);
  }
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

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

  .context-stage {
    min-height: 520px;
  }

  .solution-grid,
  .pricing-grid,
  .proof-grid,
  .comparison-grid,
  .faq-grid,
  .support-grid,
  .spotlight-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form .primary-cta {
    width: 100%;
    justify-self: stretch;
    text-align: center;
  }

  .featured-plan {
    transform: none;
  }

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

  .demo-reel {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 20px;
  }

}

@media (max-width: 680px) {
  .site-header {
    min-height: auto;
    padding: 12px 16px;
  }

  .brand span:last-child {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .context-stage {
    min-height: 560px;
  }

  .orbit-card {
    width: 190px;
  }

  .deck-core {
    inset: 190px 0 76px 0;
  }

  .doc-card {
    top: 28px;
  }

  .sheet-card {
    top: 96px;
  }

  .audio-card {
    left: 0;
    bottom: 126px;
  }

  .demo-reel {
    grid-template-columns: 1fr;
  }

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

  .faq-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }
}

.plan-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 850;
  color: #fff;
  background: linear-gradient(135deg, var(--violet), #4a7dff);
  box-shadow: 0 14px 34px rgba(101, 84, 244, 0.24);
}

.featured-plan .plan-cta-featured {
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 14px 34px rgba(32, 224, 157, 0.28);
  color: #071a14;
}

.pricing-note {
  margin-top: 18px;
  font-size: 13px;
  color: #607089;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.faq-grid article {
  padding: 22px;
  border: 1px solid #dce6f3;
  border-radius: 8px;
  background: #fff;
}

.faq-grid h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: var(--dark-text);
}

.faq-grid p {
  margin: 0;
  color: #607089;
  line-height: 1.55;
}

.faq-hash {
  margin-top: 10px;
  font-size: 12px;
  word-break: break-all;
}

.faq-hash code {
  background: #eef2fb;
  padding: 2px 6px;
  border-radius: 4px;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.support-grid article {
  padding: 22px;
  border: 1px solid #dce6f3;
  border-radius: 8px;
  background: #fff;
}

.support-grid h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: var(--dark-text);
}

.support-grid p {
  margin: 0;
  color: #607089;
  line-height: 1.55;
}

.support-grid a {
  color: inherit;
  text-decoration: underline;
}

.support-cta {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.link-button {
  color: var(--dark-text);
  text-decoration: underline;
  font-weight: 600;
}
