@charset "UTF-8";
:root {
  --bg: #030303;
  --bg2: #252525;
  --bg3: #252525;
  --primary: #bd0001;
  --accent: #ffffff;
  --line: #252525;
  --menu-bg: #252525;
  --red: #bd0001;
  --green: #f5f5f5;
  --yellow: #f5f5f5;
  --text: #f5f5f5;
  --muted: #969696;
  --card: #252525;
  --card-border: #252525;
  --input-bg: #030303;
}

.logo-lina {
  color: #fff;
}

.logo-dot {
  color: var(--primary);
}

.logo-nerd {
  color: #969696;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  overflow-x: hidden;
  cursor: none;
}

/* scanlines */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1000;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(189, 0, 1, 0.01) 2px,
    rgba(189, 0, 1, 0.01) 4px
  );
}

/* ── CURSOR ── */
.cursor {
  width: 12px;
  height: 12px;
  background: var(--primary);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition:
    width 0.2s,
    height 0.2s;
  box-shadow:
    0 0 14px var(--primary),
    0 0 28px rgba(189, 0, 1, 0.3);
  mix-blend-mode: screen;
}

.cursor-ring {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(189, 0, 1, 0.42);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition:
    left 0.12s ease-out,
    top 0.12s ease-out,
    width 0.3s,
    height 0.3s;
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding: 16px 48px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: #030303;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(189, 0, 1, 0.07);
}

.nav-logo,
.nav-links {
  position: relative;
  z-index: 2;
}

.nav-logo {
  font-family: "Orbitron", monospace;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 3px;
  text-decoration: none;
}

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
}

.nav-links a {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--primary);
  transition: width 0.3s;
}

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

.nav-links a:hover::after {
  width: 100%;
}

.nav-links a.active {
  color: var(--primary);
}

.nav-links a.active::after {
  width: 100%;
}

/* ── HERO ── */
.hero {
  min-height: calc(100vh - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 120px 48px 72px;
}

.hero::before {
  display: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 80% 60% at 50% 100%,
      rgba(3, 3, 3, 0.95),
      transparent 70%
    ),
    radial-gradient(
      ellipse 45% 32% at 15% 85%,
      rgba(189, 0, 1, 0.16),
      transparent 72%
    ),
    radial-gradient(
      ellipse 40% 30% at 85% 88%,
      rgba(150, 150, 150, 0.11),
      transparent 70%
    );
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(3, 3, 3, 0.2),
      rgba(3, 3, 3, 0.48) 72%,
      rgba(3, 3, 3, 0.86)
    ),
    radial-gradient(
      ellipse 80% 55% at 50% 0%,
      rgba(189, 0, 1, 0.06),
      transparent 60%
    ),
    url("../image/Linabg.png") center var(--hero-bg-y, top) / cover no-repeat,
    #030303;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(189, 0, 1, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(189, 0, 1, 0.032) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(
    ellipse 100% 100% at 50% 0%,
    black 10%,
    transparent 65%
  );
  opacity: 0.18;
}

.hero-banner {
  display: none;
}

#heroBannerImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.banner-ph {
  display: none;
}

.hero-content {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 5.5vw, 120px);
  bottom: clamp(90px, 12vh, 150px);
  width: min(42vw, 680px);
  text-align: left;
}

.hero-eye {
  font-family: "Share Tech Mono", monospace;
  font-size: 11px;
  letter-spacing: 4px;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 14px;
  opacity: 0;
  animation: fadeUp 0.8s 0.2s ease forwards;
}

.hero-title {
  font-family: "Orbitron", monospace;
  font-size: clamp(30px, 4vw, 58px);
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 0;
  opacity: 0;
  animation: fadeUp 0.8s 0.4s ease forwards;
}

.hero-title .solid {
  color: var(--text);
}

.hero-title .outline {
  color: transparent;
  -webkit-text-stroke: 1px var(--primary);
}

.hero-title .accent {
  color: var(--primary);
  text-shadow: 0 0 18px rgba(189, 0, 1, 0.45);
}

/* ── TICKER ── */
.ticker {
  border-top: 1px solid rgba(189, 0, 1, 0.12);
  border-bottom: 1px solid rgba(189, 0, 1, 0.12);
  background: linear-gradient(
    90deg,
    rgba(189, 0, 1, 0.055),
    rgba(189, 0, 1, 0.028),
    rgba(189, 0, 1, 0.055)
  );
  padding: 12px 48px;
  overflow: hidden;
  margin-top: -20px;
  position: relative;
  z-index: 20;
}

.ticker-in {
  display: flex;
  gap: 18px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: max-content;
  min-width: max-content;
  font-family: "Share Tech Mono", monospace;
  font-size: 11px;
  letter-spacing: 3px;
  color: var(--text);
  animation: tickerLeft 22s linear infinite;
  will-change: transform;
}

.ticker-in strong {
  font-weight: 900;
  color: var(--text);
  padding-left: 14px;
  position: relative;
}

.ticker-in strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background: var(--primary);
  transform: translateY(-50%);
}

/* ── SECTIONS ── */
section {
  padding: 80px 48px;
  position: relative;
}

.section-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 44px;
}

.section-title {
  font-family: "Orbitron", monospace;
  font-size: clamp(17px, 2.5vw, 23px);
  font-weight: 700;
  color: var(--text);
  padding-left: 16px;
  position: relative;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 80%;
  background: linear-gradient(180deg, var(--primary), var(--line));
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(189, 0, 1, 0.28);
}

.section-tag {
  font-family: "Share Tech Mono", monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--muted);
}

.section-tag::before {
  content: "// ";
  color: var(--primary);
}

/* ── FILTERS ── */
.cat-filters {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.catbtn {
  font-family: "Share Tech Mono", monospace;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  padding: 9px 18px;
  border: 1px solid #252525;
  background: var(--menu-bg);
  color: #fff;
  cursor: none;
  transition: all 0.2s;
  border-radius: 2px;
  text-transform: uppercase;
}

.catbtn:hover,
.catbtn.active {
  border-color: var(--primary);
  color: #fff;
  background: var(--primary);
  box-shadow:
    0 0 14px rgba(189, 0, 1, 0.5),
    0 0 30px rgba(189, 0, 1, 0.22);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.38);
}

/* ── PRODUCT GRID ── */
.pgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
}

.pcard {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition:
    border-color 0.3s,
    transform 0.3s,
    box-shadow 0.3s;
  animation: fadeUp 0.5s ease both;
}

.pcard:hover {
  border-color: rgba(189, 0, 1, 0.36);
  transform: translateY(-5px);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.4),
    0 0 26px rgba(189, 0, 1, 0.07);
}

.pimg {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  background: var(--menu-bg);
}

.pimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}

.pcard:hover .pimg img {
  transform: scale(1.05);
}

.pimg-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--menu-bg);
  position: relative;
}

.pimg-ph::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 9px,
    rgba(189, 0, 1, 0.016) 9px,
    rgba(189, 0, 1, 0.016) 10px
  );
}

.pimg-ph svg {
  width: 34px;
  height: 34px;
  opacity: 0.12;
  color: var(--primary);
}

.pcorner {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: "Share Tech Mono", monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 6px 10px;
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  backdrop-filter: blur(4px);
  border-radius: 2px;
}

.pbody {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.pcat {
  font-family: "Share Tech Mono", monospace;
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.pname {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: var(--text);
  margin-bottom: 7px;
  line-height: 1.3;
}

.pdesc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 16px;
}

.pstore {
  font-family: "Share Tech Mono", monospace;
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 12px;
}

.btn-buy {
  display: block;
  width: 100%;
  padding: 11px;
  margin-top: auto;
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  font-family: "Orbitron", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: none;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  transition:
    color 0.25s,
    box-shadow 0.25s,
    transform 0.2s;
  box-shadow:
    0 0 14px rgba(189, 0, 1, 0.42),
    0 0 28px rgba(189, 0, 1, 0.18);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.34);
}

.btn-buy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #bd0001;
  transform: translateX(-100%);
  transition: transform 0.25s;
  z-index: 0;
}

.btn-buy:hover::before {
  transform: translateX(0);
}

.btn-buy:hover {
  color: #fff;
  box-shadow:
    0 0 20px rgba(189, 0, 1, 0.65),
    0 0 42px rgba(189, 0, 1, 0.28);
  transform: translateY(-1px);
}

.btn-buy span {
  position: relative;
  z-index: 1;
}

.empty-state {
  grid-column: 1/-1;
  text-align: center;
  padding: 72px 24px;
  border: 1px dashed var(--card-border);
  border-radius: 4px;
}

.empty-state p {
  font-family: "Share Tech Mono", monospace;
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 2px;
  line-height: 2.2;
}

/* ── NEWSLETTER ── */
.newsletter-section {
  padding-top: 24px;
}

.newsletter-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px;
  border: 1px solid rgba(189, 0, 1, 0.14);
  border-radius: 4px;
  background:
    linear-gradient(
      135deg,
      rgba(189, 0, 1, 0.08),
      rgba(3, 3, 3, 0.96) 34%,
      rgba(14, 14, 14, 0.98)
    ),
    radial-gradient(circle at top right, rgba(189, 0, 1, 0.12), transparent 28%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: end;
  position: relative;
  overflow: hidden;
}

.newsletter-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(189, 0, 1, 0.07),
    transparent 20%,
    transparent 80%,
    rgba(189, 0, 1, 0.05)
  );
}

.newsletter-copy,
.newsletter-inline,
.newsletter-note {
  position: relative;
  z-index: 1;
}

.newsletter-kicker,
.newsletter-modal-kicker {
  font-family: "Share Tech Mono", monospace;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}

.newsletter-title {
  font-family: "Orbitron", monospace;
  font-size: clamp(28px, 3.6vw, 46px);
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 16px;
}

.newsletter-title span {
  color: #ff2020;
  text-shadow:
    0 0 12px rgba(189, 0, 1, 0.52),
    0 0 28px rgba(189, 0, 1, 0.32);
}

.newsletter-text,
.newsletter-modal-text {
  font-size: 17px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 720px;
}

.newsletter-inline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
}

.newsletter-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newsletter-field span {
  font-family: "Share Tech Mono", monospace;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
}

.newsletter-field input {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(150, 150, 150, 0.22);
  background: rgba(3, 3, 3, 0.82);
  color: var(--text);
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  border-radius: 2px;
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    background 0.2s;
}

.newsletter-field input:focus {
  border-color: rgba(189, 0, 1, 0.64);
  box-shadow: 0 0 0 3px rgba(189, 0, 1, 0.14);
  background: #090909;
}

.newsletter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 57px;
  padding: 0 22px;
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  font-family: "Orbitron", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  cursor: none;
  box-shadow:
    0 0 14px rgba(189, 0, 1, 0.42),
    0 0 28px rgba(189, 0, 1, 0.18);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.34);
  transition:
    transform 0.2s,
    box-shadow 0.25s,
    background 0.25s;
}

.newsletter-btn:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 20px rgba(189, 0, 1, 0.65),
    0 0 42px rgba(189, 0, 1, 0.28);
  background: #d10001;
}

.newsletter-btn-wide {
  width: 100%;
}

.newsletter-note {
  grid-column: 2;
  justify-self: start;
  font-family: "Share Tech Mono", monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--muted);
}

.newsletter-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.newsletter-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

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

.newsletter-modal-panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 560px);
  padding: 34px 30px 28px;
  border: 1px solid rgba(189, 0, 1, 0.18);
  border-radius: 4px;
  background: linear-gradient(
    180deg,
    rgba(18, 18, 18, 0.98),
    rgba(6, 6, 6, 0.98)
  );
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.55),
    0 0 50px rgba(189, 0, 1, 0.08);
}

.newsletter-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(189, 0, 1, 0.24);
  background: rgba(189, 0, 1, 0.08);
  color: var(--text);
  font-size: 26px;
  line-height: 1;
  border-radius: 2px;
  cursor: none;
}

.newsletter-modal-title {
  font-family: "Orbitron", monospace;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.12;
  margin-bottom: 14px;
}

.newsletter-modal-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.newsletter-status {
  min-height: 24px;
  font-family: "Share Tech Mono", monospace;
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--muted);
}

.newsletter-status.is-error {
  color: #ff8f8f;
}

.newsletter-status.is-success {
  color: #fff;
}

/* ── FOOTER ── */
.divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--card-border),
    transparent
  );
  margin: 0 48px;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
  padding: 40px 48px 28px;
}

.flogo {
  font-family: "Orbitron", monospace;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 3px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}

.flogo-kicker {
  font-size: 13px;
  color: var(--muted);
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.fdesc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 360px;
  margin-bottom: 16px;
}

.flinks {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.flink {
  font-family: "Share Tech Mono", monospace;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border: 1px solid var(--primary);
  background: var(--primary);
  border-radius: 2px;
  transition: all 0.2s;
  min-width: 140px;
  text-align: center;
  box-shadow:
    0 0 14px rgba(189, 0, 1, 0.42),
    0 0 28px rgba(189, 0, 1, 0.18);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.34);
}

.flink:hover {
  border-color: #bd0001;
  background: #bd0001;
  color: #fff;
  box-shadow:
    0 0 20px rgba(189, 0, 1, 0.65),
    0 0 42px rgba(189, 0, 1, 0.28);
}

.fcopy {
  font-family: "Share Tech Mono", monospace;
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1px;
  text-align: right;
  line-height: 2.2;
}

.fcopy b {
  color: var(--primary);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tickerLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (min-width: 769px) {
  .hero {
    --hero-bg-y: clamp(24px, 4vh, 56px);
  }
}
@media (max-width: 768px) {
  nav {
    padding: 14px 20px;
    gap: 12px;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .nav-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .nav-links a {
    font-size: 13px;
  }
  section {
    padding: 56px 20px;
  }
  footer {
    grid-template-columns: 1fr;
    padding: 32px 20px;
  }
  .fcopy {
    text-align: left;
  }
  .divider {
    margin-left: 20px;
    margin-right: 20px;
  }
  .hero {
    padding-top: 150px;
    min-height: calc(100vh - 20px);
  }
  .hero-content {
    right: 20px;
    left: 20px;
    bottom: 78px;
    width: auto;
    text-align: left;
  }
  .hero-title {
    font-size: clamp(28px, 11vw, 44px);
  }
  .hero-eye {
    font-size: 10px;
    letter-spacing: 3px;
  }
  .newsletter-shell {
    grid-template-columns: 1fr;
    padding: 28px 20px;
  }
  .newsletter-inline {
    grid-template-columns: 1fr;
  }
  .newsletter-note {
    grid-column: auto;
  }
  .newsletter-modal-panel {
    padding: 28px 20px 24px;
  }
}
