:root {
  --bg: #06120f;
  --bg-2: #0b1d17;
  --surface: rgba(15, 34, 28, 0.78);
  --surface-strong: #112821;
  --text: #f4fff0;
  --muted: #abc0b6;
  --lime: #c8ff3d;
  --mint: #55eda1;
  --green: #75ff70;
  --line: rgba(224, 255, 215, 0.16);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 14% 10%, rgba(200, 255, 61, 0.2), transparent 28rem),
    radial-gradient(circle at 82% 20%, rgba(85, 237, 161, 0.16), transparent 30rem),
    linear-gradient(135deg, #06120f 0%, #0a1512 44%, #020806 100%);
  color: var(--text);
  font-family: "Aptos", "Space Grotesk", "Manrope", "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

.site-header {
  align-items: center;
  backdrop-filter: blur(24px);
  background: rgba(6, 18, 15, 0.74);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  left: 0;
  margin: 0 auto;
  padding: 16px max(28px, calc((100vw - var(--max)) / 2));
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  font-weight: 900;
  gap: 12px;
  letter-spacing: -0.03em;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--lime), var(--mint));
  border-radius: 12px;
  color: #04110d;
  display: inline-flex;
  font-size: 13px;
  height: 38px;
  justify-content: center;
  letter-spacing: -0.05em;
  width: 38px;
}

.nav {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 14px;
  gap: 22px;
}

.nav a:hover,
.footer-links a:hover {
  color: var(--lime);
}

.header-cta,
.button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta {
  font-size: 15px;
}

.header-cta,
.button-primary {
  background: linear-gradient(135deg, var(--lime), var(--mint));
  box-shadow: 0 18px 44px rgba(85, 237, 161, 0.22);
  color: #06120f;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  color: var(--text);
}

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

.language-rail {
  align-items: stretch;
  background: rgba(8, 23, 18, 0.86);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.26);
  display: flex;
  flex-direction: column;
  gap: 7px;
  left: max(14px, calc((100vw - var(--max)) / 2 - 92px));
  padding: 10px;
  position: fixed;
  top: 150px;
  width: 86px;
  z-index: 16;
}

.language-rail span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.language-button {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  min-height: 34px;
  padding: 0 6px;
}

.language-button:hover,
.language-button.is-active {
  background: linear-gradient(135deg, var(--lime), var(--mint));
  color: #06120f;
}

.hero {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 0.98fr) minmax(380px, 0.9fr);
  margin: 0 auto;
  max-width: var(--max);
  min-height: 690px;
  padding: 58px 28px 58px;
  position: relative;
}

.hero::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  inset: 0 24px auto;
  height: 480px;
  mask-image: linear-gradient(to bottom, black, transparent);
  opacity: 0.55;
  pointer-events: none;
  position: absolute;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-copy {
  align-self: center;
  max-width: 650px;
}

.trust-line,
.section-heading p,
.section-label {
  color: var(--lime);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.14em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(42px, 5.8vw, 78px);
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin-bottom: 24px;
  max-width: 660px;
}

h2 {
  font-size: clamp(32px, 4.2vw, 56px);
  letter-spacing: -0.055em;
  line-height: 1.02;
  margin-bottom: 18px;
}

h3 {
  font-size: 23px;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin-bottom: 10px;
}

.hero-text {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.62;
  max-width: 590px;
}

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

.payment-strip {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 8px;
  max-width: 560px;
}

.payment-strip span {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 11px;
}

.hero-visual {
  align-self: center;
  justify-self: end;
  max-width: 540px;
  width: 100%;
}

.browser-frame {
  background:
    radial-gradient(circle at 72% 25%, rgba(200, 255, 61, 0.24), transparent 18rem),
    linear-gradient(145deg, rgba(25, 52, 43, 0.96), rgba(4, 14, 11, 0.96));
  border: 1px solid rgba(244, 255, 240, 0.18);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: none;
}

.browser-top {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 9px;
  padding: 16px 18px;
}

.browser-top span {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

.browser-top p {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  margin: 0 0 0 10px;
  padding: 7px 14px;
}

.browser-body {
  min-height: 430px;
  padding: 22px;
  position: relative;
}

.mini-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.mini-menu span {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  padding: 9px 11px;
}

.translation-grid {
  align-items: stretch;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr);
}

.source-card,
.result-card,
.arrow-card {
  border-radius: 24px;
}

.source-card,
.result-card {
  border: 1px solid var(--line);
  min-height: 176px;
  padding: 19px;
}

.source-card {
  background: rgba(255, 255, 255, 0.07);
}

.result-card {
  background: linear-gradient(135deg, rgba(200, 255, 61, 0.2), rgba(85, 237, 161, 0.17));
}

.source-card small,
.result-card small {
  color: var(--lime);
  display: block;
  font-weight: 900;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.source-card strong,
.result-card strong {
  display: block;
  line-height: 1.18;
}

.source-card p,
.result-card p {
  color: var(--muted);
  line-height: 1.42;
  margin: 10px 0 0;
}

.arrow-card {
  align-items: center;
  background: var(--lime);
  color: #06120f;
  display: flex;
  font-size: 25px;
  font-weight: 900;
  justify-content: center;
}

.floating-chip {
  backdrop-filter: blur(18px);
  background: rgba(6, 18, 15, 0.78);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  position: absolute;
}

.chip-one {
  left: 34px;
  padding: 10px 16px;
  top: 306px;
}

.chip-two {
  bottom: 38px;
  padding: 10px 16px;
  right: 28px;
}

.chip-three {
  background: var(--lime);
  color: #06120f;
  padding: 12px 17px;
  right: 38px;
  top: 82px;
}

.proof-band {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  color: var(--lime);
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(18px, 2.2vw, 30px);
  font-weight: 950;
  gap: 18px 34px;
  justify-content: center;
  letter-spacing: -0.06em;
  margin: 0 auto;
  max-width: var(--max);
  padding: 24px 28px;
}

.section {
  margin: 0 auto;
  max-width: var(--max);
  padding: 82px 28px;
}

.install-section {
  padding-bottom: 34px;
}

.install-card {
  align-items: center;
  background:
    radial-gradient(circle at 88% 28%, rgba(200, 255, 61, 0.22), transparent 20rem),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto;
  padding: clamp(26px, 5vw, 46px);
}

.install-card p:not(.section-label) {
  color: var(--muted);
  max-width: 680px;
}

.install-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 260px;
}

.install-note {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  grid-column: 1 / -1;
  margin: 2px 0 0;
  padding-top: 18px;
}

.section-heading {
  margin-bottom: 34px;
  max-width: 770px;
}

.feature-grid,
.pricing-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.feature-grid article,
.price-card,
.faq-list details,
.step {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.12);
}

.feature-grid article {
  min-height: 230px;
  padding: 28px;
}

.feature-grid p,
.split-section p,
.price-card li,
.faq-list p,
.site-footer p,
.pricing-note {
  color: var(--muted);
}

.feature-icon {
  align-items: center;
  background: rgba(200, 255, 61, 0.13);
  border: 1px solid rgba(200, 255, 61, 0.3);
  border-radius: 16px;
  color: var(--lime);
  display: inline-flex;
  font-weight: 950;
  height: 46px;
  justify-content: center;
  margin-bottom: 28px;
  width: 54px;
}

.split-section {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: 0.9fr 1.1fr;
}

.steps {
  display: grid;
  gap: 16px;
}

.step {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  padding: 22px;
}

.step span {
  align-items: center;
  background: linear-gradient(135deg, var(--lime), var(--mint));
  border-radius: 50%;
  color: #06120f;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 950;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.pricing-section {
  background:
    linear-gradient(135deg, rgba(200, 255, 61, 0.09), rgba(85, 237, 161, 0.05)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  margin-bottom: 52px;
}

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

.price-card {
  padding: 34px;
  position: relative;
}

.featured-price {
  background:
    radial-gradient(circle at 82% 20%, rgba(200, 255, 61, 0.2), transparent 18rem),
    var(--surface-strong);
}

.save-badge {
  background: var(--lime);
  border-radius: 999px;
  color: #06120f;
  font-size: 12px;
  font-weight: 950;
  padding: 8px 12px;
  position: absolute;
  right: 24px;
  top: 24px;
  text-transform: uppercase;
}

.price {
  color: var(--lime);
  font-size: clamp(44px, 7vw, 82px);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.95;
}

.price span {
  color: var(--muted);
  font-size: 18px;
  letter-spacing: -0.02em;
}

.price-card ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.price-card li::before {
  color: var(--lime);
  content: "✓";
  font-weight: 950;
  margin-right: 10px;
}

.price-card .button {
  width: 100%;
}

.pricing-note {
  margin: 24px 0 0;
  text-align: center;
}

.faq-section {
  padding-top: 40px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  padding: 22px 24px;
}

.faq-list summary {
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.faq-list p {
  margin: 16px 0 0;
  max-width: 780px;
}

.final-cta {
  background:
    radial-gradient(circle at 50% 0%, rgba(200, 255, 61, 0.25), transparent 22rem),
    linear-gradient(135deg, rgba(17, 40, 33, 0.95), rgba(6, 18, 15, 0.95));
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  margin: 20px auto 80px;
  max-width: var(--max);
  padding: 60px 24px;
  text-align: center;
}

.final-cta p {
  color: var(--muted);
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  padding: 32px 24px 46px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.legal-page {
  margin: 0 auto;
  max-width: 920px;
  padding: 76px 24px 100px;
}

.legal-page h1 {
  font-size: clamp(42px, 6vw, 74px);
}

.legal-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 5vw, 48px);
}

.legal-card h2 {
  font-size: 30px;
  margin-top: 36px;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
}

.legal-card a {
  color: var(--lime);
}

.modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.68);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 40;
}

.modal[hidden] {
  display: none;
}

.modal-card {
  background: #0c1f19;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  max-width: 520px;
  padding: 34px;
  position: relative;
}

.modal-close {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--text);
  cursor: pointer;
  font-size: 24px;
  height: 38px;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 38px;
}

code {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--lime);
  padding: 2px 7px;
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    overflow-x: auto;
    width: 100%;
  }

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

  .hero {
    min-height: auto;
    padding-top: 56px;
  }

  .hero-visual {
    max-width: 620px;
  }

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

  .install-card {
    grid-template-columns: 1fr;
  }

  .install-actions {
    min-width: 0;
  }

  .language-rail {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    flex-direction: row;
    gap: 8px;
    left: 0;
    overflow-x: auto;
    padding: 8px 16px;
    right: 0;
    top: auto;
    width: auto;
    bottom: 0;
  }

  .language-rail span {
    align-self: center;
    flex: 0 0 auto;
  }

  .language-button {
    flex: 0 0 auto;
    min-width: 76px;
  }
}

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

  .header-cta {
    display: none;
  }

  .hero {
    padding: 44px 16px;
  }

  .section {
    padding: 64px 16px;
  }

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

  .arrow-card {
    min-height: 48px;
  }

  .browser-body {
    min-height: 560px;
  }

  .floating-chip {
    position: static;
    display: inline-flex;
    margin: 10px 8px 0 0;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
