:root {
  --brand-bg: #1a1139;
  --brand-bg-deep: #0b0820;
  --brand-panel: rgba(14, 12, 42, 0.72);
  --brand-panel-strong: rgba(20, 16, 58, 0.88);
  --brand-line: rgba(255, 255, 255, 0.12);
  --brand-line-strong: rgba(255, 255, 255, 0.2);
  --brand-magenta: #ff24dd;
  --brand-violet: #8d43f1;
  --brand-purple: #8324f6;
  --brand-cyan: #42b9fb;
  --text-primary: #f4f7ff;
  --text-secondary: rgba(244, 247, 255, 0.8);
  --text-muted: rgba(244, 247, 255, 0.58);
  --shadow-soft: 0 22px 80px rgba(6, 8, 20, 0.45);
  --shadow-strong: 0 30px 120px rgba(0, 0, 0, 0.45);
  --radius-large: 32px;
  --radius-medium: 24px;
  --radius-small: 16px;
  --content-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-primary);
  background:
    radial-gradient(circle at 15% 20%, rgba(66, 185, 251, 0.12), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(255, 36, 221, 0.18), transparent 24%),
    radial-gradient(circle at 50% 120%, rgba(141, 67, 241, 0.24), transparent 40%),
    linear-gradient(180deg, #080716 0%, var(--brand-bg) 34%, #0d0c28 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 92%);
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.72;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Sora", "Inter", system-ui, sans-serif;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(3.3rem, 7vw, 6rem);
  line-height: 0.94;
}

h2 {
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.02;
}

h3 {
  font-size: 1.3rem;
  line-height: 1.2;
}

.page-shell {
  width: min(calc(100% - 40px), var(--content-width));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 20px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.brand-logo {
  width: clamp(142px, 18vw, 204px);
  height: auto;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, var(--brand-magenta), var(--brand-purple));
  box-shadow: 0 14px 40px rgba(255, 36, 221, 0.28);
  color: #fef5ff;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(255, 36, 221, 0.36);
  filter: brightness(1.04);
}

.button:focus-visible,
.social-link:focus-visible,
.footer-links a:focus-visible,
.brand:focus-visible {
  outline: 2px solid var(--brand-cyan);
  outline-offset: 4px;
}

.button-small {
  min-height: 46px;
  padding: 0 22px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-secondary);
  font-size: 0.95rem;
  font-weight: 600;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}
.social-link > img{
    width:24px;
    margin-left:5px;
}
.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(66, 185, 251, 0.45);
  background: rgba(66, 185, 251, 0.1);
  color: var(--text-primary);
}

.section {
  padding: 56px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 600px);
  align-items: center;
  gap: 20px;
  padding: 52px 0 72px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--brand-cyan);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, rgba(66, 185, 251, 0), rgba(66, 185, 251, 1));
}

.lead {
  max-width: 58ch;
  margin-top: 22px;
  font-size: 1.08rem;
}

.hero-actions {
  margin-top: 34px;
}

.hero-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
}

.hero-tags li {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.hero-visual {
  position: relative;
  min-height: 640px;
}

.visual-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(60px);
  opacity: 0.7;
}

.visual-glow-cyan {
  width: 220px;
  height: 220px;
  background: rgba(66, 185, 251, 0.26);
  top: 90px;
  left: 10px;
}

.visual-glow-magenta {
  width: 280px;
  height: 280px;
  background: rgba(255, 36, 221, 0.22);
  right: -10px;
  bottom: 120px;
}

.hero-device-frame {
  position: absolute;
  right: 0px;
  top: 20px;
  width: min(100%, 580px);
  padding: 10px;
  border-radius: 42px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(24px);
}

.hero-device-frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.hero-mockup {
  width: 100%;
  border-radius: 28px;
}

.floating-card {
  position: absolute;
  display: flex;
  gap: 14px;
  width: min(280px, 76%);
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(13, 10, 39, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.floating-card strong,
.data-panel strong {
  display: block;
  font-size: 0.97rem;
  margin-bottom: 6px;
}

.floating-card span,
.panel-note {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}
@media (max-width: 720px) {
  .floating-card span{
    display: none;
  }
  .floating-card strong{
    margin:0;
  }
  .floating-card > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero-tags {
    display:none;
  }
    .cta-panel{
        display: flex;
        flex-direction: column;
    }
}

.floating-card-top {
  top: 50px;
  left: -40px;
}

.floating-card-bottom {
  right: 30px;
  bottom:60px;
}

.floating-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading p {
  margin-top: 18px;
}

.section-heading-centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading-centered .eyebrow {
  justify-content: center;
}

.triad-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.data-panel,
.cta-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-large);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.feature-card {
  min-height: 260px;
  padding: 28px;
}

.feature-card::after,
.cta-panel::after,
.data-panel::after {
  content: "";
  position: absolute;
  inset: auto -40px -70px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 36, 221, 0.18), transparent 68%);
  pointer-events: none;
}

.feature-kicker {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--brand-cyan);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.feature-card p {
  margin-top: 14px;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
  align-items: center;
  gap: 34px;
}

.feature-band-reverse {
  grid-template-columns: minmax(340px, 460px) minmax(0, 1fr);
}

.feature-band-reverse .feature-copy {
  order: 2;
}

.feature-band-reverse .feature-visual {
  order: 1;
}

.feature-copy p {
  margin-top: 18px;
  max-width: 56ch;
}

.feature-visual {
  width: 100%;
}

.data-panel {
  min-height: 320px;
  padding: 28px;
}

.data-panel-header,
.metric-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.scan-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 12px;
  margin: 28px 0 20px;
}

.scan-box {
  min-height: 78px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(66, 185, 251, 0.18), rgba(141, 67, 241, 0.14)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.scan-box-large {
  grid-row: span 2;
  min-height: 168px;
}

.metric-bar {
  height: 12px;
  margin: 12px 0 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.metric-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brand-magenta), var(--brand-purple));
}

.metric-bar-cyan span {
  background: linear-gradient(90deg, var(--brand-cyan), var(--brand-violet));
}

.meta-orbit {
  position: relative;
  height: 210px;
  margin: 10px 0 20px;
}

.meta-orbit::before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.18);
}

.meta-node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 88px;
  padding: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-primary);
  font-weight: 700;
}

.meta-node-main {
  top: 58px;
  left: calc(50% - 52px);
  min-width: 104px;
  min-height: 104px;
  background: linear-gradient(135deg, rgba(255, 36, 221, 0.28), rgba(141, 67, 241, 0.24));
}

.meta-node-a {
  top: 0;
  left: 56px;
}

.meta-node-b {
  top: 18px;
  right: 18px;
}

.meta-node-c {
  bottom: 6px;
  left: 106px;
}

.collection-stack,
.share-layout,
.expansion-grid {
  display: grid;
  gap: 12px;
  margin: 18px 0 20px;
}

.collection-card,
.share-card,
.expansion-grid span {
  min-height: 70px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-secondary);
  display: flex;
  align-items: center;
}

.collection-card:nth-child(2),
.share-card-primary,
.expansion-grid span:nth-child(2),
.expansion-grid span:nth-child(4) {
  background: linear-gradient(135deg, rgba(255, 36, 221, 0.18), rgba(141, 67, 241, 0.12));
}

.share-layout {
  grid-template-columns: 1.1fr 0.9fr;
}

.share-card:first-child {
  grid-row: span 2;
  min-height: 152px;
}

.expansion-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  margin-top: 18px;
}

.cta-copy {
  max-width: 720px;
}

.cta-copy p {
  margin-top: 16px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 26px;
  align-items: center;
  padding: 32px 0 48px;
}

.footer-brand-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.brand-footer .brand-logo {
  width: clamp(148px, 18vw, 196px);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.footer-links a {
  color: var(--text-secondary);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text-primary);
}

.footer-note {
  grid-column: 1 / -1;
  color: var(--text-muted);
  font-size: 0.94rem;
}

.legal-main {
  padding: 32px 0 72px;
}

.legal-hero {
  max-width: 760px;
}

.legal-hero p {
  margin-top: 18px;
}

.legal-note {
  display: inline-flex;
  margin-top: 24px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-secondary);
  font-size: 0.94rem;
}

.legal-article {
  max-width: 860px;
  margin-top: 34px;
  padding: 36px;
  border-radius: var(--radius-large);
  background: var(--brand-panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.legal-article h2 {
  margin-top: 30px;
  font-size: clamp(1.5rem, 2.1vw, 2rem);
}

.legal-article p + p {
  margin-top: 14px;
}

.legal-article h2 + p {
  margin-top: 14px;
}

.legal-article a {
  color: var(--brand-cyan);
}

.site-footer-legal {
  grid-template-columns: 1fr;
}

@media (max-width: 1080px) {
  .hero,
  .feature-band,
  .feature-band-reverse {
    grid-template-columns: 1fr;
  }

  .feature-band-reverse .feature-copy,
  .feature-band-reverse .feature-visual {
    order: initial;
  }

  .hero-visual {
    min-height: 540px;
    max-width: 560px;
    margin: 0 auto;
    width:100%;
  }

  .hero-device-frame {
    right: 50%;
    transform: translateX(50%);
  }

  .floating-card-top {
    left: 16px;
  }

  .floating-card-bottom {
    right: 16px;
  }

  .triad-grid {
    grid-template-columns: 1fr;
  }

  .cta-panel,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(calc(100% - 28px), var(--content-width));
  }

  .site-header {
    padding-top: 18px;
  }

  .header-actions {
    gap: 10px;
  }

  .brand-logo {
    width: 132px;
  }

  .button,
  .button-small {
    min-height: 48px;
    padding: 0 20px;
  }

  .social-link {
    min-height: 44px;
    padding: 0 14px;
    font-size: 0.88rem;
  }

  .section {
    padding: 42px 0;
  }

  .hero {
    gap: 28px;
    padding: 36px 0 40px;
  }

  .hero-visual {
    min-height: 450px;
    width:100%;
    max-width: 100%;;
  }

  .hero-device-frame {
    width: calc(100% + 80px);
    max-width: calc(100% + 80px);
    padding: 0;
    right: 0;
    transform: none;
    border-radius: 0;
    margin: 0 -40px;
    position: static;
    background:none;
    backdrop-filter: blur(2px);
  }
  .hero-device-frame::before{
    border:none;
  }
  .hero-device-frame .hero-device-frame,
  .hero-device-frame .hero-mockup{
    border-radius: 0;
  }
  .section.section-intro{
    padding-top:0;
  }

  .floating-card {
    display: none;
  }

  .feature-card,
  .data-panel,
  .cta-panel,
  .legal-article {
    border-radius: 24px;
    padding: 22px;
  }

  .share-layout,
  .expansion-grid,
  .scan-grid {
    grid-template-columns: 1fr;
  }

  .scan-box-large,
  .share-card:first-child {
    grid-row: auto;
    min-height: 94px;
  }

  .meta-orbit {
    height: 260px;
  }

  .meta-node-main {
    left: calc(50% - 48px);
    min-width: 96px;
    min-height: 96px;
  }

  .meta-node-a {
    left: 10px;
  }

  .meta-node-b {
    right: 10px;
  }

  .meta-node-c {
    left: calc(50% - 44px);
    bottom: 0;
  }

  .legal-note {
    border-radius: 20px;
  }
}