:root {
  --bg: #050816;
  --bg-soft: #0a1022;
  --bg-section: #08101d;
  --text: #f6f8ff;
  --muted: #b3bfd8;
  --muted-soft: #97a4bf;
  --cyan: #1fe5ff;
  --red: #ff1c36;
  --green: #1fcf6b;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255, 28, 54, 0.18), transparent 24rem),
    radial-gradient(circle at right center, rgba(31, 229, 255, 0.14), transparent 30rem),
    linear-gradient(180deg, #050816 0%, #040712 100%);
}

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

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

.page-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: 0.35;
  mask-image: radial-gradient(circle at center, black, transparent 85%);
}

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(180deg, rgba(5, 8, 22, 0.9), rgba(5, 8, 22, 0.55));
  backdrop-filter: blur(18px);
}

.header-row,
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-row {
  padding: 20px 0;
}

.brand img,
.footer-logo {
  width: 164px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-weight: 600;
}

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

.header-cta,
.button-primary,
.button-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.header-cta:hover,
.button-primary:hover,
.button-ghost:hover {
  transform: translateY(-2px);
}

.header-cta {
  min-height: 46px;
  padding: 0 20px;
  background: #fff;
  color: #050816;
}

.hero {
  padding: 72px 0 44px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 56px;
  align-items: center;
}

.hero-kicker,
.section-tag {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.statement-copy h2,
.showcase-panel h2,
.devices-head h2,
.steps-head h2,
.final-cta-box h2 {
  margin: 18px 0 0;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(3.2rem, 7vw, 6.2rem);
}

.hero-lead,
.statement-copy p,
.showcase-panel p,
.devices-head p,
.final-cta-box p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  line-height: 1.82;
}

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

.button-primary,
.button-ghost {
  min-height: 56px;
  padding: 0 26px;
}

.button-primary {
  background: linear-gradient(135deg, var(--green), #28e07a);
  color: #fafffc;
  box-shadow: 0 18px 36px rgba(31, 207, 107, 0.28);
}

.button-ghost {
  background: rgba(255,255,255,0.08);
  color: #fff;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 28px;
  color: var(--muted-soft);
  font-weight: 700;
}

.hero-notes span {
  position: relative;
  padding-left: 16px;
}

.hero-notes span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(31, 229, 255, 0.55);
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  box-shadow: var(--shadow);
}

.hero-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(31, 229, 255, 0.16), transparent 16rem),
    linear-gradient(180deg, rgba(4, 7, 18, 0.12), rgba(4, 7, 18, 0.64));
}

.hero-logo {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(84%, 470px);
  transform: translate(-50%, -50%);
  z-index: 1;
  filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.28));
}

.hero-float {
  position: absolute;
  z-index: 2;
  max-width: 240px;
  padding: 0;
}

.hero-float strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
}

.hero-float span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.6;
}

.hero-float-top {
  top: 22px;
  right: 8px;
}

.hero-float-bottom {
  left: 8px;
  bottom: 22px;
}

.proof {
  padding: 12px 0 30px;
}

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

.proof-grid div {
  padding: 26px 0;
}

.proof-grid strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
}

.proof-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.proof-grid div:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,0.08);
  padding-right: 26px;
}

.statement,
.showcase,
.devices,
.steps,
.final-cta {
  padding: 78px 0;
}

.statement {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), transparent);
}

.statement-grid,
.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: start;
}

.statement-list,
.showcase-list {
  display: grid;
  gap: 30px;
}

.statement-list article,
.showcase-item,
.steps-grid article {
  padding-top: 6px;
}

.statement-list article:not(:last-child),
.showcase-item:not(:last-child),
.steps-grid article:not(:last-child) {
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.statement-list h3,
.showcase-item h3,
.steps-grid h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.16rem;
}

.statement-list p,
.showcase-item p,
.steps-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.78;
}

.showcase {
  background: linear-gradient(180deg, rgba(31, 229, 255, 0.05), transparent 30%);
}

.showcase-panel {
  padding-right: 24px;
}

.showcase-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
}

.showcase-item > span,
.steps-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 28, 54, 0.22), rgba(31, 229, 255, 0.18));
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
}

.devices {
  background: var(--bg-section);
}

.devices-head {
  max-width: 760px;
}

.device-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.device-row span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
  color: #fff;
  font-weight: 700;
}

.steps-head {
  max-width: 720px;
}

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

.final-cta {
  padding-top: 36px;
  padding-bottom: 96px;
}

.final-cta-box {
  padding: 48px 52px;
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(255, 28, 54, 0.18), rgba(31, 229, 255, 0.12)),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  box-shadow: var(--shadow);
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  margin-top: 28px;
}

.cta-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.site-footer {
  padding: 0 0 42px;
}

.footer-copy {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--muted);
  font-weight: 600;
}

@media (max-width: 1100px) {
  .site-nav {
    display: none;
  }

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

  .hero h1 {
    max-width: 100%;
  }

  .hero-visual {
    min-height: 460px;
  }

  .proof-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid div:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding-right: 0;
    padding-bottom: 22px;
  }
}

@media (max-width: 740px) {
  .header-row,
  .footer-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-cta,
  .button-primary,
  .button-ghost {
    width: 100%;
  }

  .hero {
    padding-top: 34px;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .hero-visual {
    min-height: 340px;
  }

  .hero-float {
    max-width: 180px;
  }

  .hero-float-top {
    top: 12px;
    right: 12px;
  }

  .hero-float-bottom {
    left: 12px;
    bottom: 12px;
  }

  .showcase-item {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .final-cta-box {
    padding: 34px 24px;
  }
}
