:root {
  --royal: #0f56c7;
  --royal-dark: #073071;
  --blue: #2b8fff;
  --cyan: #7ddcff;
  --pink: #f78fc7;
  --hot-pink: #d63d89;
  --white: #ffffff;
  --ink: #10213f;
  --glass: rgba(255,255,255,.84);
  --line: rgba(78,153,232,.55);
}

* { box-sizing: border-box; }
html, body { min-height: 100%; }

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  cursor: none;
  background:
    radial-gradient(circle at 18% 16%, rgba(255,255,255,.95), rgba(255,255,255,.18) 19%, transparent 38%),
    radial-gradient(circle at 77% 13%, rgba(247,143,199,.62), transparent 34%),
    radial-gradient(circle at 50% 110%, rgba(7,48,113,.35), transparent 38%),
    linear-gradient(180deg, #effbff 0%, #a8ddff 38%, #3b91e9 100%);
  background-attachment: fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .38;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.9) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(125,220,255,.9) 0 1px, transparent 1.5px);
  background-size: 128px 128px, 188px 188px;
  background-position: 22px 31px, 80px 96px;
}

.scanlines {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 40;
  opacity: .13;
  background: repeating-linear-gradient(0deg, rgba(0,0,0,.30) 0, rgba(0,0,0,.30) 1px, transparent 1px, transparent 4px);
  mix-blend-mode: multiply;
}

.sparkles {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 30%, rgba(255,255,255,.75), transparent 2px),
    radial-gradient(circle at 76% 22%, rgba(255,255,255,.55), transparent 2px),
    radial-gradient(circle at 42% 74%, rgba(255,255,255,.42), transparent 2px),
    radial-gradient(circle at 84% 74%, rgba(247,143,199,.55), transparent 3px);
}

.pixel-cursor {
  position: fixed;
  left: 0;
  top: 0;
  width: 36px;
  height: 48px;
  pointer-events: none;
  z-index: 9999;
  background: #fff;
  clip-path: polygon(0 0, 0 39px, 10px 29px, 17px 45px, 25px 42px, 18px 26px, 34px 26px);
  filter: drop-shadow(3px 3px 0 #000) drop-shadow(0 0 5px rgba(255,255,255,.9));
  image-rendering: pixelated;
}

a { color: #063a8e; }

.site-frame {
  position: relative;
  z-index: 2;
  width: 1120px;
  max-width: calc(100% - 28px);
  min-height: 640px;
  margin: 26px auto 34px;
  border: 1px solid rgba(0,46,126,.55);
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(227,246,255,.92));
  box-shadow:
    0 0 0 1px rgba(255,255,255,.85) inset,
    0 18px 45px rgba(0,41,98,.34),
    0 0 55px rgba(95,183,255,.6);
}

.site-frame.inner-page { min-height: 690px; }

.topbar {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(107,182,255,.96) 0%, rgba(21,103,217,.96) 46%, rgba(5,55,142,.98) 100%);
  border-bottom: 1px solid #003b9c;
  text-shadow: 0 -1px 0 rgba(0,0,0,.45);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
}

.brand {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: .04em;
}

.tagline {
  margin-top: 2px;
  font-size: 12px;
  color: #ccecff;
  font-weight: bold;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.paramarck-mark {
  position: relative;
  width: 72px;
  height: 60px;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 8px rgba(125,220,255,.75));
}

.paramarck-mark .corner {
  position: absolute;
  display: block;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #7ddcff;
  box-shadow:
    0 0 0 3px rgba(15,86,199,.65),
    inset 0 0 0 2px rgba(255,255,255,.30);
}

.corner-big {
  width: 47px;
  height: 47px;
  left: 19px;
  top: 2px;
  border-top-width: 8px;
  border-right-width: 8px;
}

.corner-small {
  width: 32px;
  height: 32px;
  left: 4px;
  top: 23px;
  border-top-width: 7px;
  border-right-width: 7px;
}

.window-buttons span {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  text-align: center;
  line-height: 20px;
  border-radius: 3px;
  color: #063a8e;
  background: linear-gradient(#fff, #cae4ff);
  border: 1px solid rgba(0,0,0,.35);
  box-shadow: 0 1px 0 rgba(255,255,255,.95) inset;
  font-size: 12px;
  font-weight: bold;
}

.nav-bar {
  min-height: 46px;
  padding: 7px 18px;
  background: linear-gradient(#ffffff, #d8ecff 48%, #b9ddff 49%, #e9f7ff);
  border-bottom: 1px solid #8cbff2;
}

.nav-bar a {
  display: inline-block;
  margin-right: 8px;
  padding: 7px 14px;
  color: #063a8e;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid #8dbdf1;
  border-radius: 16px;
  background: linear-gradient(#ffffff, #d5ecff);
  box-shadow: 0 1px 0 #fff inset, 0 2px 5px rgba(13,91,195,.18);
}

.nav-bar a:hover, .nav-bar a.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.35);
  border-color: #0956bf;
  background: linear-gradient(#6db8ff, #0f56c7 50%, #073071);
}

.notice {
  padding: 10px 20px;
  color: #623806;
  background: linear-gradient(#fffbe0, #ffe5a1);
  border-bottom: 1px solid #dfb94f;
  font-size: 13px;
}

.page-product {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 26px;
  padding: 24px 30px 18px;
}

.eyebrow {
  margin: 0 0 6px;
  color: var(--hot-pink);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 13px;
  font-weight: 900;
}

h1 {
  margin: 0 0 10px;
  color: var(--royal-dark);
  font-size: 46px;
  line-height: 1;
  letter-spacing: -1px;
  text-shadow: 0 1px 0 #fff, 0 0 12px rgba(114,194,255,.35);
}

h2 {
  margin: 0 0 12px;
  color: var(--royal-dark);
  font-size: 24px;
}

h3 {
  margin: 0 0 8px;
  color: var(--royal-dark);
  font-size: 18px;
}

.subtitle {
  max-width: 700px;
  margin: 0 0 22px;
  font-size: 21px;
  color: #24385b;
}

.feature-pills, .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 12px;
  max-width: 650px;
  margin-bottom: 22px;
}

.feature-pills span {
  padding: 14px 16px;
  color: #073071;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid #8dbdf1;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(209,235,255,.9));
  box-shadow: 0 1px 0 #fff inset, 0 3px 9px rgba(24,104,206,.15);
}

.glass-panel, .card, .review, .transmission, .product-panel, .spec-table, .form-disabled {
  border: 1px solid var(--line);
  border-radius: 9px;
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(225,244,255,.82));
  box-shadow: 0 1px 0 #fff inset, 0 6px 15px rgba(13,91,195,.14);
}

.intro-panel { max-width: 650px; padding: 18px; }

.product-panel {
  position: relative;
  align-self: start;
  padding: 16px;
  text-align: center;
}

.badge {
  display: inline-block;
  margin: 0 auto 12px;
  padding: 6px 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-shadow: 0 -1px 0 rgba(0,0,0,.35);
  border-radius: 4px;
  background: linear-gradient(#438ee8, #1d5fb5);
  box-shadow: 0 1px 0 rgba(255,255,255,.45) inset, 0 2px 3px rgba(0,0,0,.18);
  transform: rotate(-2deg);
}

.product-image-wrap {
  height: 270px;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid #9ccafa;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 22%, rgba(255,255,255,.95), rgba(255,255,255,.1) 32%, transparent 58%),
    linear-gradient(180deg, #ffffff, #cdeaff);
  box-shadow: inset 0 1px 8px rgba(13,91,195,.14);
}

.product-image-wrap img {
  width: 240px;
  max-height: 255px;
  object-fit: contain;
  image-rendering: pixelated;
  filter: drop-shadow(0 16px 18px rgba(7,48,113,.22));
}

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin: 8px 0;
}

.label {
  color: #4c6686;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.price {
  color: var(--hot-pink);
  font-size: 28px;
  font-weight: 900;
  text-shadow: 0 1px 0 #fff;
}

.unavailable {
  margin: 8px 0;
  color: #a40f55;
  font-weight: 900;
  text-transform: uppercase;
}

.buy-button {
  display: inline-block;
  min-width: 210px;
  padding: 12px 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .02em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #082e77;
  border-radius: 7px;
  background: linear-gradient(#95c8ff, #276fd8 48%, #0f56c7 49%, #073071);
  box-shadow: 0 1px 0 rgba(255,255,255,.65) inset, 0 3px 7px rgba(0,41,98,.28), 0 0 15px rgba(247,143,199,.26);
  text-shadow: 0 -1px 0 rgba(0,0,0,.45);
  cursor: none;
}

.buy-button:hover {
  background: linear-gradient(#ffd6eb, #f78fc7 48%, #d63d89 49%, #a40f55);
}

.buy-button.disabled { opacity: .96; }
.secure-note { color: #405d7e; font-size: 12px; }

.reviews-section, .content-page {
  padding: 8px 30px 28px;
}

.reviews-section h2, .content-page h2 {
  margin: 16px 0 14px;
  padding: 11px 13px;
  border: 1px solid #8dbdf1;
  border-radius: 9px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(209,235,255,.9));
  box-shadow: 0 1px 0 #fff inset, 0 3px 9px rgba(24,104,206,.12);
}

.review, .transmission, .card {
  padding: 15px;
  margin-bottom: 14px;
}

.review b, .transmission b { color: #073071; }
.review small, .transmission small { color: #587492; }
.stars { color: #f0a000; font-weight: 900; letter-spacing: 1px; }
.transmission.odd { border-color: rgba(247,143,199,.8); box-shadow: 0 1px 0 #fff inset, 0 0 22px rgba(247,143,199,.25); }

.spec-table { overflow: hidden; margin: 12px 0 18px; }
.spec-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(141,189,241,.55);
}
.spec-row:nth-child(even) { background: rgba(255,255,255,.55); }
.spec-row:last-child { border-bottom: 0; }
.spec-row b { color: #073071; }

.redacted {
  display: inline-block;
  min-width: 220px;
  color: transparent;
  border-radius: 2px;
  background: #0e0e0e;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
}

.form-disabled { padding: 15px; }
.form-disabled input, .form-disabled textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #8dbdf1;
  border-radius: 7px;
  color: #5d7899;
  background: rgba(255,255,255,.75);
  font-family: Arial, Helvetica, sans-serif;
}

.glitch-note {
  margin-top: 16px;
  padding: 13px 15px;
  color: #294361;
  border-left: 5px solid var(--hot-pink);
  border-radius: 8px;
  background: rgba(255,255,255,.76);
  font-family: "Courier New", monospace;
}

.footer {
  margin: 8px 18px 18px;
  padding: 12px 16px;
  color: #55728f;
  font-size: 11px;
  border: 1px solid rgba(78,153,232,.35);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.65), rgba(216,236,255,.65));
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  place-items: center;
  background: rgba(7, 48, 113, .42);
  backdrop-filter: blur(3px);
}
.modal.is-open { display: grid; }
.modal-card {
  width: min(520px, calc(100% - 34px));
  padding: 24px;
  position: relative;
  border: 1px solid #8dbdf1;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(214,237,255,.98));
  box-shadow: 0 18px 50px rgba(0,41,98,.38), 0 0 35px rgba(247,143,199,.35);
}
.modal-close {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 24px;
  height: 24px;
  border: 1px solid #8dbdf1;
  border-radius: 4px;
  background: #fff;
  color: #063a8e;
  font-weight: bold;
  cursor: none;
}
.tiny-warning { color: #a40f55; font-size: 12px; }

@media (max-width: 860px) {
  body { cursor: auto; }
  .pixel-cursor { display: none; }
  .site-frame { margin: 10px auto 22px; }
  .page-product { grid-template-columns: 1fr; padding: 18px; }
  .subtitle { font-size: 18px; }
  h1 { font-size: 35px; }
  .product-panel { max-width: 420px; }
  .feature-pills, .grid { grid-template-columns: 1fr; }
  .spec-row { grid-template-columns: 1fr; gap: 5px; }
}
