:root {
  --black: #090b0d;
  --charcoal: #15191d;
  --panel: #20262b;
  --steel: #9da7ad;
  --text: #f4f7ef;
  --muted: #c2c9c1;
  --green: #28ff2f;
  --green-dark: #0c8e1b;
  --yellow: #f3e600;
  --orange: #ff6d12;
  --blue: #1d7dff;
  --line: rgba(244, 247, 239, 0.16);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  --display-font: "Arial Black", "Franklin Gothic Heavy", "Segoe UI Black", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 8%, rgba(40, 255, 47, 0.22), transparent 28rem),
    radial-gradient(circle at 88% 24%, rgba(243, 230, 0, 0.12), transparent 22rem),
    linear-gradient(135deg, #070809 0%, #15191d 48%, #08120a 100%);
  font-family: "Segoe UI", Tahoma, sans-serif;
  letter-spacing: 0;
  line-height: 1.55;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

p,
li,
dd,
dt,
small,
span {
  font-family: "Segoe UI", Tahoma, sans-serif;
  letter-spacing: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  background: rgba(9, 11, 13, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  place-items: center;
  color: var(--black);
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  border-radius: 0.35rem;
  box-shadow: 0 0 26px rgba(40, 255, 47, 0.45);
  font-family: var(--display-font);
  font-size: 2rem;
  transform: skew(-8deg);
}

.brand strong {
  display: block;
  font-size: 1.05rem;
  font-family: var(--display-font);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.6rem);
  color: var(--muted);
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav a {
  text-decoration: none;
}

.nav a:hover {
  color: var(--green);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(19rem, 0.75fr);
  gap: clamp(2rem, 6vw, 5rem);
  min-height: 80vh;
  padding: clamp(5rem, 9vw, 8rem) clamp(1rem, 4vw, 4rem);
  align-items: center;
  overflow: hidden;
}

.hero-copy {
  max-width: 68rem;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--green);
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 11ch;
  margin-bottom: 1.3rem;
  font-size: clamp(3.6rem, 7.6vw, 7rem);
  line-height: 0.86;
  font-family: var(--display-font);
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0.04em 0.04em 0 rgba(40, 255, 47, 0.22);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.15rem, 4.4vw, 4.25rem);
  line-height: 1;
  font-family: var(--display-font);
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 0.7rem;
  color: var(--text);
  font-size: clamp(1.35rem, 2.1vw, 2.15rem);
  line-height: 1.04;
  font-family: var(--display-font);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

h1,
h2,
h3,
.steps strong,
.brand strong {
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
  hyphens: manual;
}

.lead {
  max-width: 46rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.35rem;
  border: 1px solid var(--green);
  color: var(--text);
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  transform: skew(-8deg);
}

.button.primary {
  color: var(--black);
  background: var(--green);
  box-shadow: 0 16px 42px rgba(40, 255, 47, 0.24);
}

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

.hero-panel,
.store-card,
.product-card,
.payment-list > div,
.policy-section article,
.contact-card,
.legal-note {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(32, 38, 43, 0.92), rgba(10, 12, 14, 0.92));
  box-shadow: var(--shadow);
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: manual;
}

.hero-panel {
  position: relative;
  padding: 1.4rem;
  border-radius: 0.5rem;
}

.hero-panel h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.02;
}

.hero-panel::after {
  position: absolute;
  right: -2rem;
  bottom: 2rem;
  width: 8rem;
  height: 1.15rem;
  background: var(--green);
  box-shadow: -2.2rem 2.1rem 0 var(--yellow);
  content: "";
  transform: rotate(-24deg);
}

.panel-kicker,
.number {
  color: var(--yellow);
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1.4rem;
}

.mini-grid a {
  padding: 0.55rem;
  color: var(--green);
  background: rgba(40, 255, 47, 0.08);
  border: 1px solid rgba(40, 255, 47, 0.25);
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.mini-grid a:hover,
.mini-grid a:focus-visible {
  color: var(--black);
  background: var(--green);
  border-color: var(--green);
}

.channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 clamp(1rem, 4vw, 4rem) clamp(4rem, 7vw, 6rem);
  scroll-margin-top: 5.5rem;
}

.store-card {
  position: relative;
  min-height: 24rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  overflow: hidden;
}

.store-card::before {
  position: absolute;
  inset: auto -8rem -7rem auto;
  width: 18rem;
  height: 18rem;
  border: 2rem solid rgba(40, 255, 47, 0.12);
  border-radius: 50%;
  content: "";
}

.materials-card {
  background:
    linear-gradient(rgba(9, 11, 13, 0.62), rgba(9, 11, 13, 0.92)),
    repeating-linear-gradient(135deg, rgba(244, 247, 239, 0.14) 0 10px, transparent 10px 24px),
    linear-gradient(145deg, #1b1f24, #050606);
}

.parts-card {
  background:
    radial-gradient(circle at 76% 22%, rgba(40, 255, 47, 0.28), transparent 12rem),
    linear-gradient(145deg, #202428, #050606);
}

.store-card p {
  max-width: 34rem;
  color: var(--muted);
}

.store-card h2 {
  max-width: 13ch;
  font-size: clamp(2.15rem, 4.2vw, 4.15rem);
  line-height: 1;
}

.store-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  color: var(--green);
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.instagram-icon {
  display: inline-grid;
  width: 1.25rem;
  height: 1.25rem;
  place-items: center;
  color: currentColor;
}

.instagram-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.section,
.process-section,
.payment-section,
.policy-section,
.contact-section {
  padding: clamp(4rem, 7vw, 6rem) clamp(1rem, 4vw, 4rem);
  scroll-margin-top: 5.5rem;
}

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

.section-heading p,
.process-section p,
.payment-section p,
.policy-section p,
.contact-section p,
.hero-panel p,
.product-card p {
  color: var(--muted);
}

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

.product-card {
  min-height: 18rem;
  padding: 1.2rem;
  border-radius: 0.45rem;
  scroll-margin-top: 6rem;
}

.product-card h3 {
  max-width: 15ch;
  font-size: clamp(1.45rem, 1.85vw, 2rem);
  line-height: 1.05;
}

.product-card:nth-child(3n + 2) {
  border-top: 0.35rem solid var(--green);
}

.product-card:nth-child(3n) {
  border-top: 0.35rem solid var(--yellow);
}

.product-card:nth-child(4),
.product-card:nth-child(5),
.product-card:nth-child(6) {
  background: linear-gradient(145deg, rgba(19, 25, 21, 0.96), rgba(5, 7, 6, 0.96));
}

.catalog-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(40, 255, 47, 0.08), transparent 28rem),
    rgba(9, 11, 13, 0.72);
}

.catalog-next h3 {
  max-width: none;
  font-size: clamp(1.55rem, 2.5vw, 2.5rem);
}

.catalog-next p:not(.eyebrow) {
  max-width: 48rem;
  margin-bottom: 0;
  color: var(--muted);
}

.catalog-next .button {
  flex: 0 0 auto;
}

.process-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
  background:
    linear-gradient(rgba(9, 11, 13, 0.72), rgba(9, 11, 13, 0.94)),
    linear-gradient(90deg, rgba(40, 255, 47, 0.2), transparent 48%),
    var(--black);
}

.process-section h2 {
  max-width: 15ch;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1.02;
}

.steps {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  padding: 1rem;
  border-left: 0.35rem solid var(--green);
  background: rgba(244, 247, 239, 0.07);
  color: var(--muted);
  font-family: "Segoe UI", Tahoma, sans-serif;
}

.steps strong {
  display: block;
  color: var(--text);
  font-family: var(--display-font);
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  line-height: 1.16;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.payment-section {
  background: rgba(255, 255, 255, 0.03);
}

.payment-section .section-heading h2,
.contact-section h2 {
  max-width: 22ch;
  font-size: clamp(1.95rem, 2.6vw, 2.85rem);
  line-height: 1.03;
}

.payment-list,
.policy-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.payment-list > div,
.policy-section article {
  padding: 1.2rem;
}

.payment-list h3 {
  color: var(--green);
}

.legal-note {
  margin-top: 1rem;
  padding: 1rem;
  color: var(--muted);
  font-family: "Segoe UI", Tahoma, sans-serif;
}

.legal-note strong {
  color: var(--text);
}

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

.policy-section h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.65rem);
  line-height: 1.08;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.8fr);
  gap: clamp(2rem, 6vw, 4rem);
  align-items: center;
}

.contact-card {
  display: grid;
  gap: 0.55rem;
  padding: 1.35rem;
  border-top: 0.45rem solid var(--green);
  font-style: normal;
}

.contact-card strong {
  font-size: 1.3rem;
  text-transform: uppercase;
}

.contact-card span {
  color: var(--muted);
}

.map-link {
  display: inline-flex;
  margin-left: 0.35rem;
  color: var(--green);
  font-weight: 800;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem clamp(1rem, 4vw, 4rem);
  color: rgba(244, 247, 239, 0.74);
  background: var(--black);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 1100px) {
  .process-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-card {
    margin-top: 2rem;
  }

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

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

  .payment-list > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  main,
  section,
  .site-header,
  .site-footer {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .site-header,
  .hero,
  .process-section,
  .contact-section,
  .site-footer {
    display: block;
  }

  .site-header {
    padding: 0.85rem 1rem;
  }

  .nav {
    margin-top: 1rem;
    flex-wrap: wrap;
    gap: 0.45rem 0.7rem;
    overflow-x: visible;
    padding-bottom: 0.3rem;
    font-size: 0.72rem;
    line-height: 1.2;
  }

  .hero {
    min-height: auto;
    padding-top: 4.5rem;
  }

  .hero-copy,
  .hero-panel,
  .store-card,
  .product-card,
  .contact-card {
    width: 100%;
    max-width: calc(100vw - 2rem);
  }

  .lead,
  .hero-panel p,
  .store-card p,
  .section-heading p,
  .process-section p,
  .payment-section p,
  .policy-section p,
  .contact-section p {
    max-width: calc(100vw - 2rem);
  }

  .hero-panel,
  .contact-card {
    margin-top: 2rem;
  }

  .channels,
  .product-grid,
  .payment-list,
  .policy-section {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.85rem, 13.5vw, 3.5rem);
    line-height: 0.88;
    letter-spacing: 0;
    overflow-wrap: normal;
  }

  h2 {
    font-size: clamp(1.85rem, 8.5vw, 2.65rem);
    line-height: 1;
    letter-spacing: 0;
    overflow-wrap: normal;
  }

  h3 {
    font-size: clamp(1.45rem, 7vw, 2.15rem);
    line-height: 1.04;
  }

  .lead {
    max-width: 100%;
  }

  .button {
    transform: none;
  }

  .hero-panel::after {
    right: -1rem;
    bottom: -0.25rem;
    width: 5.5rem;
  }

  .catalog-next {
    display: grid;
    align-items: start;
  }

  .product-card {
    min-height: auto;
  }
}

@media (max-width: 480px) {
  .brand {
    gap: 0.6rem;
  }

  .brand-mark {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.65rem;
  }

  .brand strong {
    max-width: 25ch;
    font-size: 0.78rem;
    line-height: 1.15;
  }

  .brand small {
    font-size: 0.7rem;
  }

  .lead,
  .hero-panel p,
  .store-card p,
  .section-heading p,
  .process-section p,
  .payment-section p,
  .policy-section p,
  .contact-section p {
    max-width: 31ch;
  }

  h1 {
    font-size: clamp(2.05rem, 10vw, 2.35rem);
    line-height: 0.96;
    letter-spacing: 0.01em;
  }

  h2 {
    font-size: clamp(1.8rem, 8vw, 2.35rem);
  }

  .hero-panel h2 {
    max-width: 12ch;
  }
}
