:root {
  --bg: #07090b;
  --bg-2: #10151a;
  --panel: rgba(18, 25, 28, 0.78);
  --panel-solid: #141b1e;
  --text: #f7f4ed;
  --muted: #aaa69f;
  --soft: rgba(247, 244, 237, 0.74);
  --line: rgba(255, 255, 255, 0.13);
  --teal: #0f766e;
  --emerald: #22c7a8;
  --copper: #d6a15e;
  --silver: #d7dde1;
  --ink: #080b0c;
  --radius: 8px;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 14%, rgba(34, 199, 168, 0.19), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(214, 161, 94, 0.16), transparent 30%),
    linear-gradient(135deg, var(--bg), #11171a 48%, #08090b 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 9, 11, 0.84);
  backdrop-filter: blur(20px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.35rem;
  font-weight: 950;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: white;
  background: linear-gradient(135deg, var(--teal), var(--emerald) 56%, var(--copper));
  box-shadow: 0 16px 42px rgba(34, 199, 168, 0.24);
}

.navlinks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}

.navlinks a {
  padding: 9px 10px;
  border-radius: var(--radius);
  color: rgba(247, 244, 237, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
}

.navlinks a:hover,
.navlinks a.active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.09);
}

.download-link {
  color: white !important;
  background: linear-gradient(135deg, var(--teal), var(--emerald)) !important;
  box-shadow: 0 14px 34px rgba(34, 199, 168, 0.2);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 76px);
  border-bottom: 1px solid var(--line);
}

#editraField,
.hero-shine {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#editraField {
  opacity: 0.72;
}

.hero-shine {
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 9, 11, 0.94), rgba(7, 9, 11, 0.54) 48%, rgba(7, 9, 11, 0.92)),
    linear-gradient(to bottom, transparent 72%, rgba(7, 9, 11, 0.94));
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - 76px);
  margin: 0 auto;
  padding: 88px 0 76px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 42px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--copper);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 950;
}

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

h1 {
  font-size: clamp(3.5rem, 9vw, 8.4rem);
  font-weight: 950;
  background: linear-gradient(135deg, #fff, #dffaf3 36%, var(--copper));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.subtitle,
.lead {
  color: var(--soft);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.subtitle {
  max-width: 720px;
  margin: 24px 0 0;
}

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

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 950;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  border-color: rgba(34, 199, 168, 0.5);
}

.button.primary {
  color: white;
  background: linear-gradient(135deg, var(--teal), var(--emerald));
  box-shadow: 0 20px 48px rgba(15, 118, 110, 0.3);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.07);
}

.device-panel {
  justify-self: end;
  width: min(430px, 100%);
  padding: 1px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,255,255,0.28), rgba(34,199,168,0.35), rgba(214,161,94,0.22));
  box-shadow: var(--shadow);
}

.device-shell {
  min-height: 600px;
  border-radius: var(--radius);
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), transparent 24%),
    rgba(11, 15, 17, 0.94);
  border: 1px solid rgba(255,255,255,0.12);
}

.mini-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.mini-top span:last-child {
  color: var(--emerald);
}

.mock-title {
  margin-top: 24px;
  font-size: 1.9rem;
  font-weight: 950;
}

.media-window {
  position: relative;
  margin-top: 20px;
  min-height: 286px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(140deg, rgba(247,244,237,0.9), rgba(34,199,168,0.34)),
    linear-gradient(30deg, #283034, #15191d);
}

.media-window::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(150deg, transparent 40%, rgba(7, 9, 11, 0.48) 41%),
    linear-gradient(20deg, rgba(214,161,94,0.24), transparent 48%);
}

.play-core {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 76px;
  height: 76px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(15, 118, 110, 0.92);
  box-shadow: 0 0 46px rgba(34, 199, 168, 0.42);
}

.play-core::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 24px;
  border-left: 22px solid white;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.image-frame {
  position: absolute;
  z-index: 1;
  left: 28px;
  right: 28px;
  bottom: 28px;
  height: 82px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(8, 11, 12, 0.62);
}

.filter-panel {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.06);
}

.range {
  height: 3px;
  margin: 18px 0;
  background: rgba(255,255,255,0.12);
}

.range span {
  display: block;
  width: 62%;
  height: 3px;
  background: linear-gradient(90deg, var(--emerald), var(--copper));
}

.chips,
.tool-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.chips span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.chips .selected {
  color: white;
  border-color: transparent;
  background: var(--teal);
}

.tool-row {
  justify-content: center;
  margin-top: 18px;
}

.tool-row span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid var(--line);
}

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

.section-title {
  max-width: 920px;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 950;
}

.lead {
  max-width: 900px;
  margin: 22px 0 0;
}

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

.feature-card,
.legal-card,
.support-card,
.process-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 20px 60px rgba(0,0,0,0.24);
}

.feature-card {
  padding: 24px;
}

.feature-number {
  color: var(--copper);
  font-weight: 950;
}

.feature-card h3 {
  margin-top: 34px;
  font-size: 1.35rem;
}

.feature-card p,
.legal-card p {
  color: var(--soft);
}

.showcase {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
}

.split {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 28px;
  align-items: center;
}

.process-panel {
  padding: 16px;
}

.process-panel div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.process-panel div:last-child {
  border-bottom: 0;
}

.process-panel strong {
  color: var(--emerald);
}

.process-panel span {
  color: var(--soft);
}

.page-hero {
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 20% 0%, rgba(34,199,168,0.18), transparent 28%),
    radial-gradient(circle at 82% 8%, rgba(214,161,94,0.14), transparent 32%);
}

.page-hero h1 {
  font-size: clamp(3rem, 7vw, 6rem);
}

.legal-wrap {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 58px 0 88px;
}

.legal-card {
  padding: clamp(24px, 5vw, 52px);
}

.legal-card h2 {
  margin-top: 34px;
  font-size: 1.45rem;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.callout {
  margin: 28px 0;
  padding: 18px;
  border-left: 4px solid var(--emerald);
  background: rgba(34,199,168,0.09);
  color: var(--soft);
}

.email-link,
.support-card a {
  color: var(--emerald);
  font-weight: 900;
}

.support-hero {
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
}

.support-card {
  max-width: 640px;
  margin-top: 34px;
  padding: 24px;
}

.support-card span {
  display: block;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 950;
}

.support-card a {
  display: inline-block;
  margin-top: 8px;
  font-size: clamp(1.35rem, 4vw, 2.4rem);
}

.footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .navlinks {
    justify-content: flex-start;
  }

  .hero-inner,
  .split {
    grid-template-columns: 1fr;
  }

  .device-panel {
    justify-self: stretch;
  }

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

@media (max-width: 620px) {
  .navlinks a {
    font-size: 0.82rem;
    padding: 8px;
  }

  .hero-inner,
  .section {
    padding: 58px 0;
  }

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

  .device-shell {
    min-height: 520px;
    padding: 18px;
  }

  .media-window {
    min-height: 230px;
  }

  .process-panel div {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .support-card a {
    word-break: break-word;
  }
}
