:root {
  --ink: #f7fff8;
  --muted: #b7c7bf;
  --dim: #77887f;
  --void: #050806;
  --panel: #0b1511;
  --panel-2: #101b16;
  --line: rgba(118, 255, 169, 0.18);
  --green: #24f07a;
  --green-2: #0dbf62;
  --gold: #ffd15a;
  --ember: #ff6045;
  --shadow: rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(36, 240, 122, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(36, 240, 122, 0.035) 1px, transparent 1px),
    var(--void);
  background-size: 48px 48px;
  color: var(--ink);
  font-family: "Manrope", "Trebuchet MS", sans-serif;
  line-height: 1.6;
}

body.modal-open {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

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

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-link:focus {
  z-index: 1000;
  width: auto;
  height: auto;
  clip: auto;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  background: var(--gold);
  color: #111;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem 4vw;
  background: linear-gradient(180deg, rgba(5, 8, 6, 0.92), rgba(5, 8, 6, 0.58));
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.scrolled {
  background: rgba(5, 8, 6, 0.94);
  border-color: rgba(255, 255, 255, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  background: linear-gradient(135deg, var(--green), var(--gold));
  clip-path: polygon(50% 0, 100% 30%, 84% 100%, 16% 100%, 0 30%);
  color: #06120f;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  box-shadow: 0 0 28px rgba(36, 240, 122, 0.35);
}

.brand-copy {
  display: grid;
  line-height: 1.1;
}

.brand-copy strong {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.75rem;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
}

.site-nav a {
  padding: 0.6rem 0.8rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--green);
  background: rgba(36, 240, 122, 0.08);
}

.header-telegram,
.btn,
.modal-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.78rem 1.25rem;
  border: 0;
  color: #06120f;
  font-weight: 900;
  cursor: pointer;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 10px 100%, 0 50%);
  transition: transform 180ms ease, filter 180ms ease, background 180ms ease;
}

.header-telegram,
.btn-primary,
.modal-cta {
  background: linear-gradient(135deg, var(--green), var(--gold));
  box-shadow: 0 16px 34px rgba(36, 240, 122, 0.24);
}

.btn-ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
  outline: 1px solid rgba(255, 255, 255, 0.18);
}

.header-telegram:hover,
.btn:hover,
.modal-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.07);
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 1.2rem;
  height: 2px;
  margin: 0.25rem auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 9rem 4vw 4rem;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 26vh;
  background: linear-gradient(180deg, transparent, rgba(5, 8, 6, 0.96));
  z-index: -1;
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 8, 6, 0.94) 0%, rgba(5, 8, 6, 0.72) 38%, rgba(5, 8, 6, 0.24) 68%, rgba(5, 8, 6, 0.55) 100%),
    repeating-linear-gradient(130deg, rgba(36, 240, 122, 0.08) 0 1px, transparent 1px 36px);
}

.hero-content,
.page-hero-content,
.section-heading,
.footer-grid,
.footer-bottom,
.content-band,
.product-section,
.timeline-section,
.legal-section,
.guide-grid,
.contact-grid,
.store-preview,
.split-band {
  width: min(1180px, 92vw);
  margin-inline: auto;
}

.hero-content {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--green);
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Rajdhani", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

h1 {
  max-width: 12ch;
  font-size: 4.8rem;
  text-transform: uppercase;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
}

.hero-copy,
.page-hero p,
.split-copy p,
.prose p,
.feature-card p,
.product-card p,
.guide-card p,
.contact-card p,
.legal-panel p {
  color: var(--muted);
}

.hero-copy {
  color: #d9e7df;
  max-width: 620px;
  margin: 1.2rem 0 0;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.5rem;
}

.hero-stats span {
  display: grid;
  min-width: 9rem;
  padding: 0.9rem 1rem;
  background: rgba(6, 18, 15, 0.72);
  border: 1px solid var(--line);
}

.hero-stats strong {
  color: var(--gold);
  font-family: "Rajdhani", sans-serif;
  font-size: 1.55rem;
  line-height: 1;
}

.section {
  padding: 5rem 0;
  position: relative;
}

.angled {
  background:
    linear-gradient(176deg, rgba(10, 28, 22, 0.96) 0 78%, transparent 78%),
    linear-gradient(90deg, rgba(255, 209, 90, 0.05), rgba(36, 240, 122, 0.05));
}

.section-heading {
  margin-bottom: 2rem;
}

.section-heading h2,
.split-copy h2,
.prose h2 {
  max-width: 760px;
  font-size: 3rem;
  text-transform: uppercase;
}

.feature-grid,
.preview-grid,
.product-grid,
.trust-grid {
  display: grid;
  gap: 1rem;
}

.feature-grid {
  width: min(1180px, 92vw);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
}

.feature-card,
.mini-product,
.product-card,
.flow-panel,
.contact-card,
.guide-card,
.legal-panel,
.trust-grid div,
.timeline-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(19, 31, 26, 0.9), rgba(8, 14, 11, 0.9));
  box-shadow: 0 24px 60px var(--shadow);
}

.feature-card {
  min-height: 14rem;
  padding: 1.35rem;
}

.feature-number {
  color: var(--gold);
  font-family: "Rajdhani", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.feature-card h3,
.mini-product h3,
.product-card h2,
.guide-card h2,
.contact-card h2,
.timeline-item h2,
.legal-panel h2 {
  margin-top: 0.8rem;
  font-size: 1.75rem;
}

.store-preview {
  padding-top: 4rem;
}

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

.mini-product {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  min-height: 11rem;
  padding: 1.3rem;
}

.mini-product strong {
  color: var(--gold);
  font-family: "Rajdhani", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.product-badge {
  display: inline-flex;
  width: fit-content;
  padding: 0.35rem 0.65rem;
  background: rgba(36, 240, 122, 0.12);
  border: 1px solid var(--line);
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.center-action {
  width: min(1180px, 92vw);
  margin: 2rem auto 0;
  text-align: center;
}

.split-band {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  align-items: center;
  gap: 2rem;
  padding-top: 2rem;
}

.flow-panel {
  display: grid;
  gap: 0.7rem;
  padding: 1.2rem;
  background:
    linear-gradient(180deg, rgba(255, 209, 90, 0.12), rgba(36, 240, 122, 0.08)),
    var(--panel);
}

.flow-panel span {
  padding: 0.85rem 1rem;
  background: rgba(0, 0, 0, 0.26);
  border-left: 3px solid var(--green);
  color: var(--ink);
  font-weight: 800;
}

.page-hero {
  padding: 9rem 0 4rem;
  background:
    linear-gradient(90deg, rgba(5, 8, 6, 0.96), rgba(5, 8, 6, 0.74)),
    repeating-linear-gradient(120deg, rgba(36, 240, 122, 0.09) 0 1px, transparent 1px 34px),
    radial-gradient(circle at 80% 10%, rgba(255, 209, 90, 0.12), transparent 30%),
    #07110d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-hero h1 {
  max-width: 13ch;
  font-size: 4rem;
}

.page-hero p {
  max-width: 690px;
  margin: 1rem 0 0;
}

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

.product-card {
  display: grid;
  gap: 1.2rem;
  padding: 1.2rem;
  overflow: hidden;
  position: relative;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 3px solid var(--green);
  pointer-events: none;
}

.product-card:nth-child(5) {
  grid-column: 1 / -1;
}

.product-top p {
  margin-bottom: 0;
}

.spec-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0;
}

.spec-list div {
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.spec-list dt {
  color: var(--dim);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.spec-list dd {
  margin: 0.15rem 0 0;
  color: var(--ink);
  font-weight: 900;
}

.duration-picker {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.duration-option {
  min-height: 2.75rem;
  padding: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted);
  font-weight: 900;
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.duration-option.active,
.duration-option:hover {
  border-color: var(--green);
  background: rgba(36, 240, 122, 0.12);
  color: var(--ink);
}

.product-price {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.product-price span {
  color: var(--dim);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-price strong {
  color: var(--gold);
  font-family: "Rajdhani", sans-serif;
  font-size: 2.8rem;
  line-height: 0.9;
}

.purchase-button {
  width: 100%;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.2rem;
}

.timeline-item > span,
.contact-icon {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  background: var(--green);
  color: #07110d;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.content-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22rem;
  gap: 2rem;
  align-items: start;
}

.prose {
  max-width: 760px;
}

.prose p {
  font-size: 1.02rem;
}

.trust-grid {
  gap: 0.75rem;
}

.trust-grid div {
  padding: 1rem;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  color: var(--gold);
}

.trust-grid span {
  color: var(--muted);
  margin-top: 0.35rem;
}

.contact-grid,
.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

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

.contact-card,
.guide-card {
  padding: 1.25rem;
}

.guide-card a {
  display: inline-flex;
  margin-top: 0.75rem;
  color: var(--green);
  font-weight: 900;
}

.legal-panel {
  max-width: 900px;
  padding: 1.4rem;
}

.legal-panel section + section {
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer {
  padding: 4rem 4vw 2rem;
  background: #030604;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 2rem;
}

.footer-grid h2 {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}

.footer-grid p,
.footer-bottom {
  color: var(--dim);
}

.footer-grid a:not(.brand) {
  display: block;
  margin: 0.45rem 0;
  color: var(--muted);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.85rem;
}

.modal-shell {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1.1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.modal-shell.open {
  opacity: 1;
  visibility: visible;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 4, 3, 0.78);
  backdrop-filter: blur(12px);
}

.purchase-modal {
  position: relative;
  width: min(620px, 100%);
  max-height: min(780px, 92vh);
  overflow: auto;
  padding: 1.45rem;
  border: 1px solid rgba(36, 240, 122, 0.35);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(36, 240, 122, 0.13), transparent 35%),
    linear-gradient(180deg, rgba(18, 32, 26, 0.98), rgba(5, 8, 6, 0.98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.68);
  transform: translateY(16px) scale(0.98);
  transition: transform 180ms ease;
}

.modal-shell.open .purchase-modal {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.25);
  color: var(--ink);
  font-size: 1.5rem;
  cursor: pointer;
}

.modal-ribbon {
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.35rem 0.7rem;
  background: rgba(255, 209, 90, 0.14);
  border: 1px solid rgba(255, 209, 90, 0.28);
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.modal-icon {
  position: absolute;
  top: 1rem;
  right: 4rem;
  display: grid;
  width: 3.1rem;
  height: 3.1rem;
  place-items: center;
  background: linear-gradient(135deg, var(--green), var(--gold));
  clip-path: polygon(50% 0, 100% 30%, 84% 100%, 16% 100%, 0 30%);
}

.modal-icon span {
  width: 1.1rem;
  height: 1.1rem;
  background: #07110d;
  clip-path: polygon(0 45%, 100% 0, 72% 100%, 50% 62%, 26% 84%);
}

.purchase-modal h2 {
  max-width: 500px;
  font-size: 2.55rem;
  text-transform: uppercase;
}

.modal-summary {
  color: var(--muted);
}

.modal-summary strong {
  color: var(--gold);
}

.modal-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 1.2rem 0;
}

.modal-flow span {
  padding: 0.48rem 0.62rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.modal-flow b {
  width: 1.1rem;
  height: 2px;
  background: var(--green);
}

.modal-points {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 1.2rem;
  padding: 0;
  list-style: none;
}

.modal-points li {
  padding-left: 1.35rem;
  position: relative;
  color: var(--muted);
}

.modal-points li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  background: var(--green);
}

.modal-cta {
  width: 100%;
}

.modal-note {
  margin: 0.8rem 0 0;
  color: var(--dim);
  font-size: 0.85rem;
  text-align: center;
}

.floating-telegram {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 25;
  display: grid;
  width: 3.4rem;
  height: 3.4rem;
  place-items: center;
  background: var(--green);
  color: #06120f;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(36, 240, 122, 0.25);
  clip-path: polygon(50% 0, 100% 30%, 84% 100%, 16% 100%, 0 30%);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.hero-content.reveal,
.page-hero-content.reveal {
  opacity: 1;
  transform: none;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

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

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 4vw;
    left: 4vw;
    display: none;
    flex-direction: column;
    padding: 0.6rem;
    background: rgba(5, 8, 6, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .site-nav.open {
    display: flex;
  }

  .header-telegram {
    grid-column: 2;
  }

  h1 {
    font-size: 4rem;
  }

  .feature-grid,
  .preview-grid,
  .product-grid,
  .guide-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card:nth-child(5) {
    grid-column: auto;
  }

  .split-band,
  .content-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 0.75rem 1rem;
    gap: 0.7rem;
  }

  .brand-copy small,
  .header-telegram {
    display: none;
  }

  .brand-mark {
    width: 2.3rem;
    height: 2.3rem;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .hero {
    min-height: 88vh;
    padding: 7rem 1rem 3rem;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(5, 8, 6, 0.72) 0%, rgba(5, 8, 6, 0.92) 62%, rgba(5, 8, 6, 0.98) 100%),
      repeating-linear-gradient(130deg, rgba(36, 240, 122, 0.08) 0 1px, transparent 1px 30px);
  }

  h1,
  .page-hero h1 {
    max-width: 11ch;
    font-size: 3rem;
  }

  .section {
    padding: 3.5rem 0;
  }

  .section-heading h2,
  .split-copy h2,
  .prose h2 {
    font-size: 2.25rem;
  }

  .feature-grid,
  .preview-grid,
  .product-grid,
  .contact-grid,
  .guide-grid,
  .footer-grid,
  .spec-list {
    grid-template-columns: 1fr;
  }

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

  .product-price strong {
    font-size: 2.2rem;
  }

  .page-hero {
    padding: 7rem 0 3rem;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .purchase-modal {
    padding: 1rem;
  }

  .purchase-modal h2 {
    max-width: 11ch;
    font-size: 2.1rem;
  }

  .modal-icon {
    display: none;
  }
}
