:root {
  --red: #ed171b;
  --red-dark: #b90b0e;
  --black: #050505;
  --ink: #111111;
  --muted: #666666;
  --line: #dedede;
  --paper: #ffffff;
  --soft: #f6f6f6;
  --max: 1220px;
  --radius: 8px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  background: #020202;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.topbar__inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.topbar a {
  position: relative;
  opacity: .95;
  letter-spacing: .2px;
}

.topbar a::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 8px;
  border: 2px solid var(--red);
  border-radius: 50%;
  vertical-align: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  backdrop-filter: blur(14px);
}

.news-ticker {
  position: relative;
  z-index: 12;
  min-height: 42px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background: var(--red);
  color: #fff;
  border-bottom: 1px solid rgba(0,0,0,.2);
}

.news-ticker strong {
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0 24px;
  background: #050505;
  font-size: 13px;
  text-transform: uppercase;
}

.news-ticker__track {
  display: flex;
  width: max-content;
  gap: 44px;
  padding-left: 28px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  animation: ticker-scroll 28s linear infinite;
}

.news-ticker__track span::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 44px;
  border-radius: 50%;
  background: #fff;
  vertical-align: 1px;
}

@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.nav {
  min-height: 108px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 280px;
}

.brand__mark {
  width: 74px;
  height: 48px;
  border: 3px solid #151515;
  border-radius: 3px;
  position: relative;
  background: linear-gradient(135deg, #141414, #000);
}

.brand__mark::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 23px;
  height: 3px;
  background: var(--red);
  box-shadow: 12px -9px 0 -1px var(--red), 24px 6px 0 -1px var(--red);
}

.brand__mark span {
  position: absolute;
  right: -14px;
  bottom: -8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid var(--red);
  background: #111;
}

.brand__text strong {
  display: block;
  text-transform: uppercase;
  font-size: 25px;
  line-height: .9;
  letter-spacing: 0;
}

.brand__text small {
  color: var(--red);
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.menu {
  display: grid;
  justify-content: center;
  justify-items: center;
  row-gap: 6px;
  margin-left: auto;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.menu__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.menu__row--shop {
  gap: 12px;
}

.menu__row--shop a {
  color: var(--ink);
}

.menu a {
  padding: 8px 0;
}

.menu a:hover,
.menu a:focus {
  color: var(--red);
}

.call-card {
  width: 180px;
  min-height: 68px;
  padding: 12px 16px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--red), #d80f12);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 16px 30px rgba(237, 23, 27, .25);
}

.call-card span {
  font-size: 12px;
  text-transform: uppercase;
}

.call-card strong {
  font-size: 19px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius);
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  display: block;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 75% 20%, rgba(237, 23, 27, .24), transparent 30%),
    linear-gradient(108deg, #050505 0%, #080808 52%, #171717 52.2%, #030303 100%);
}

.hero__texture {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(30deg, transparent 48%, rgba(255,255,255,.2) 49%, transparent 50%),
    linear-gradient(150deg, transparent 48%, rgba(255,255,255,.2) 49%, transparent 50%);
  background-size: 44px 25px;
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: .97fr 1.03fr;
  min-height: 565px;
  align-items: stretch;
  gap: 46px;
  padding: 0;
}

.hero__copy {
  align-self: center;
  padding: 58px 0 64px;
}

.eyebrow {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: .98;
  text-transform: uppercase;
  font-weight: 1000;
  letter-spacing: 0;
}

h1 {
  max-width: 700px;
  font-size: clamp(42px, 5.45vw, 70px);
}

.hero h1 span,
.hero h1 em {
  display: block;
  font-style: normal;
}

.hero h1 span {
  color: #fff;
}

.hero h1 em {
  color: var(--red);
}

.hero__lead {
  max-width: 590px;
  margin: 22px 0 28px;
  font-size: 19px;
  color: #f1f1f1;
}

.hero__badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 620px;
}

.hero__badges span {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
}

.hero__badges span::before,
.checks li::before {
  content: "";
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  border: 2px solid var(--red);
  border-radius: 50%;
  background: radial-gradient(circle, var(--red) 0 3px, transparent 4px);
}

.hero__actions {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin: 28px 0 22px;
}

.btn {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-weight: 1000;
  text-transform: uppercase;
  line-height: 1.1;
}

.btn--primary {
  background: linear-gradient(135deg, var(--red), #d60e12);
  color: #fff;
  box-shadow: 0 14px 30px rgba(237, 23, 27, .28);
}

.btn--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .65);
  background: rgba(255, 255, 255, .04);
}

.rating {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.rating span {
  color: #ffc400;
  font-size: 22px;
}

.rating small {
  color: #f2f2f2;
}

.hero-location span {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-location strong {
  color: var(--red);
  text-transform: uppercase;
}

.gaming-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 22%, rgba(237,23,27,.34), transparent 27%),
    linear-gradient(112deg, #050505 0%, #111 58%, #030303 100%);
}

.gaming-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 34px 34px;
}

.gaming-hero__grid {
  position: relative;
  min-height: 560px;
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: center;
  gap: 54px;
  padding: 62px 0;
}

.gaming-hero h1 span,
.gaming-hero h1 em {
  display: block;
  font-style: normal;
}

.gaming-hero h1 span {
  color: #fff;
}

.gaming-hero h1 em {
  color: var(--red);
}

.pc-showcase {
  min-height: 430px;
  position: relative;
  display: grid;
  place-items: center;
}

.pc-tower {
  width: min(340px, 76vw);
  height: 430px;
  position: relative;
  border: 2px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), transparent 32%),
    linear-gradient(160deg, #191919, #050505);
  box-shadow: 0 28px 70px rgba(0,0,0,.6), inset 0 0 0 1px rgba(237,23,27,.32);
}

.pc-tower::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 2px solid rgba(237,23,27,.55);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(237,23,27,.08), 0 0 42px rgba(237,23,27,.5);
}

.pc-tower::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 32px;
  width: 8px;
  height: 250px;
  border-radius: 99px;
  background: var(--red);
  box-shadow: 0 0 24px rgba(237,23,27,.8);
}

.pc-tower span {
  position: absolute;
  left: 34px;
  bottom: 42px;
  width: 220px;
  height: 10px;
  border-radius: 99px;
  background: rgba(255,255,255,.18);
}

.pc-tower span:nth-child(2) {
  bottom: 68px;
  width: 170px;
}

.pc-tower span:nth-child(3) {
  bottom: 94px;
  width: 120px;
  background: var(--red);
}

.pc-spec-card {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  padding: 18px 20px;
  background: rgba(0,0,0,.86);
  border-left: 4px solid var(--red);
  box-shadow: 0 18px 38px rgba(0,0,0,.4);
}

.pc-spec-card strong,
.pc-spec-card span {
  display: block;
}

.pc-spec-card strong {
  text-transform: uppercase;
  font-size: 21px;
}

.pc-spec-card span {
  color: #d7d7d7;
}

.reel-showcase {
  min-height: 460px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  background: rgba(0,0,0,.46);
  box-shadow: 0 28px 70px rgba(0,0,0,.48);
}

.reel-showcase iframe {
  width: 100%;
  height: 100%;
  min-height: 424px;
  border: 0;
  border-radius: var(--radius);
  background: #050505;
}

.reel-showcase .pc-spec-card {
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.repair-showcase {
  min-height: 430px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 28px 70px rgba(0,0,0,.48);
  background: #050505;
}

.repair-showcase img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.08) brightness(.82);
}

.repair-showcase .pc-spec-card {
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.out-hours-showcase {
  display: grid;
  place-items: center;
}

.out-hours-showcase img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(1.05) contrast(1.08);
}

.repair-page-section {
  padding-top: 46px;
}

.accessory-showcase {
  min-height: 430px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.16);
  background: #050505;
  box-shadow: 0 28px 70px rgba(0,0,0,.48);
}

.accessory-showcase img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.06) brightness(.82);
}

.accessory-showcase .pc-spec-card {
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.accessories-section {
  padding-top: 46px;
}

.shop-photo-section {
  background: #f6f6f6;
}

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

.shop-photo-placeholder {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 24px;
  border: 2px dashed rgba(15,15,15,.22);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(237,23,27,.08), transparent 38%),
    repeating-linear-gradient(45deg, #fff 0 12px, #f1f1f1 12px 24px);
  color: var(--ink);
  text-align: center;
}

.shop-photo-placeholder strong,
.shop-photo-placeholder span {
  display: block;
}

.shop-photo-placeholder strong {
  text-transform: uppercase;
  font-size: 18px;
}

.shop-photo-placeholder span {
  color: #676767;
  font-weight: 800;
}

.shop-photo-placeholder--image {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  background: #111;
}

.shop-photo-placeholder--image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-photo-placeholder--image strong {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 1;
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(0,0,0,.78);
  color: #fff;
}

.device-showcase {
  min-height: 430px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.16);
  background:
    radial-gradient(circle at 70% 26%, rgba(237,23,27,.3), transparent 27%),
    linear-gradient(145deg, #191919, #050505);
  box-shadow: 0 28px 70px rgba(0,0,0,.48);
}

.device-stack {
  position: relative;
  width: min(440px, 86%);
  min-height: 280px;
}

.device-stack span {
  position: absolute;
  display: block;
  border: 2px solid rgba(255,255,255,.2);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255,255,255,.14), transparent 40%),
    #101010;
  box-shadow: 0 18px 42px rgba(0,0,0,.38), inset 0 0 0 1px rgba(237,23,27,.22);
}

.device-stack span:nth-child(1) {
  width: 300px;
  height: 190px;
  left: 58px;
  top: 10px;
}

.device-stack span:nth-child(1)::after {
  content: "";
  position: absolute;
  left: 76px;
  right: 76px;
  bottom: -26px;
  height: 10px;
  border-radius: 99px;
  background: var(--red);
}

.device-stack span:nth-child(2) {
  width: 96px;
  height: 176px;
  left: 0;
  top: 70px;
}

.device-stack span:nth-child(3) {
  width: 142px;
  height: 198px;
  right: 0;
  top: 58px;
}

.device-showcase .pc-spec-card {
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.devices-section {
  padding-top: 46px;
}

.hero__visual {
  position: relative;
  min-height: 565px;
  border-left: 0;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
  overflow: hidden;
  background: #050505;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .55);
}

.hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 565px;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.05) contrast(1.08) brightness(.92);
  transform: none;
}

.hero__shop-card {
  position: absolute;
  z-index: 1;
  left: 28px;
  bottom: 24px;
  right: 28px;
  min-height: 76px;
  padding: 18px 20px;
  background: rgba(0, 0, 0, .82);
  border-left: 4px solid var(--red);
}

.hero__shop-card strong,
.hero__shop-card span {
  display: block;
}

.hero__shop-card strong {
  text-transform: uppercase;
  font-size: 22px;
}

.hero__shop-card span {
  color: #d7d7d7;
}

.service-strip {
  margin-top: 0;
  background: linear-gradient(90deg, #111, #050505);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.strip-grid div {
  min-height: 98px;
  padding: 22px 28px;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.strip-grid div:first-child {
  border-left: 1px solid rgba(255, 255, 255, .14);
}

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

.strip-grid strong {
  text-transform: uppercase;
  font-size: 19px;
}

.strip-grid span {
  color: #d2d2d2;
}

.section {
  padding: 28px 0 24px;
  background: #fff;
}

.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
}

.section-title span {
  width: 48px;
  height: 3px;
  background: var(--red);
}

.section-title h2 {
  font-size: 28px;
  letter-spacing: 7px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.service-card {
  min-height: 190px;
  padding: 18px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(237, 23, 27, .5);
  box-shadow: 0 18px 35px rgba(0, 0, 0, .08);
}

.service-card h3 {
  margin-top: 14px;
  font-size: 15px;
}

.service-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.icon {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  border: 3px solid var(--red);
  border-radius: 7px;
  position: relative;
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  background: var(--red);
}

.icon.phone,
.icon.tablet {
  width: 40px;
  border-radius: 10px;
}

.icon.phone::before,
.icon.tablet::before {
  width: 11px;
  height: 3px;
  left: 50%;
  top: 7px;
  transform: translateX(-50%);
}

.icon.laptop {
  height: 44px;
  margin-top: 14px;
}

.icon.laptop::before {
  width: 78px;
  height: 5px;
  left: -10px;
  bottom: -14px;
}

.icon.tower {
  width: 44px;
  height: 60px;
}

.icon.tower::before {
  width: 18px;
  height: 3px;
  left: 12px;
  top: 13px;
  box-shadow: 0 9px 0 var(--red), 0 18px 0 var(--red);
}

.icon.console {
  border-radius: 50% 50% 12px 12px;
}

.icon.console::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 15px;
  top: 22px;
  box-shadow: 22px 0 0 var(--red);
}

.icon.gamepc {
  width: 74px;
}

.icon.gamepc::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  left: 9px;
  top: 17px;
  box-shadow: 31px 0 0 var(--red);
}

.icon.shield {
  clip-path: polygon(50% 0, 95% 16%, 86% 80%, 50% 100%, 14% 80%, 5% 16%);
}

.icon.bag {
  border-radius: 6px 6px 10px 10px;
}

.icon.bag::before {
  width: 28px;
  height: 18px;
  left: 15px;
  top: -16px;
  background: transparent;
  border: 3px solid var(--red);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.dark-panel {
  padding: 70px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.68)),
    linear-gradient(135deg, #111, #020202);
}

.reviews-repairs {
  padding: 26px 0 28px;
  background: #f8f8f8;
  border-top: 1px solid #ececec;
}

.reviews-layout {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 34px;
}

.block-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.block-heading h2 {
  font-size: 27px;
  letter-spacing: 4px;
}

.block-heading h2::after {
  content: "";
  width: 44px;
  height: 3px;
  display: inline-block;
  margin-left: 18px;
  background: var(--red);
  vertical-align: middle;
}

.block-heading a {
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.review-card {
  min-height: 210px;
  padding: 20px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.review-card div {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}

.review-card strong {
  font-size: 14px;
}

.review-card span {
  color: var(--red);
  letter-spacing: 1px;
}

.review-card p {
  margin: 0;
  font-size: 14px;
}

.what-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.what-card {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: #111;
  font-size: 17px;
  font-weight: 1000;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.what-card::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--red);
  flex: 0 0 auto;
}

.gaming-section {
  padding-top: 46px;
}

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

.build-card {
  min-height: 260px;
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(237,23,27,.08), transparent 42%),
    #fff;
}

.build-card h3 {
  font-size: 25px;
}

.build-card p {
  color: #555;
  font-size: 16px;
}

.build-card strong {
  display: block;
  margin-top: 14px;
  color: var(--red);
  text-transform: uppercase;
  font-size: 13px;
}

.card-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  margin-right: 8px;
  padding: 0 18px;
  border-radius: var(--radius);
  background: var(--red);
  color: #fff;
  font-size: 13px;
  font-weight: 1000;
  text-transform: uppercase;
}

.card-link--dark {
  background: #111;
}

.repair-page-links {
  margin-top: -8px;
}

.compact-link-section {
  padding: 24px 0;
  background: #fff;
}

.iphone-models-section,
.samsung-models-section,
.ipad-models-section {
  padding: 42px 0 52px;
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.model-card {
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.model-card h3 {
  margin-bottom: 14px;
  font-size: 19px;
}

.model-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.model-card li {
  padding: 7px 0;
  border-bottom: 1px solid #eeeeee;
  color: #444;
  font-weight: 700;
}

.model-card li:last-child {
  border-bottom: 0;
}

.gaming-benefits div {
  padding-left: 18px;
}

.gaming-benefits div::before {
  display: none;
}

.gaming-contact {
  grid-template-columns: 1fr 1fr 1fr;
}

.price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 18px;
}

.price-grid div {
  min-height: 68px;
  padding: 13px 15px 13px 78px;
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.price-grid div::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 13px;
  width: 44px;
  height: 42px;
  border: 2px solid var(--red);
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(237,23,27,.18), transparent);
}

.price-grid .repair-price-card {
  display: grid;
  grid-template-columns: 68px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  min-height: 90px;
  padding: 11px 15px 11px 11px;
  column-gap: 14px;
}

.price-grid .repair-price-card::before {
  display: none;
}

.repair-price-card img {
  grid-row: 1 / span 2;
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 7px;
  border: 1px solid var(--line);
  background: #f4f4f4;
}

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

.price-grid strong {
  font-size: 13px;
  line-height: 1.2;
}

.price-grid span {
  margin-top: 4px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.split,
.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: start;
}

.dark-panel h2,
.about h2,
.contact-band h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.dark-panel p {
  color: #e7e7e7;
  font-size: 18px;
}

.checks {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.checks li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0;
}

.popular {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  padding: 28px;
}

.repair-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 22px;
}

.repair-list span {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border-radius: var(--radius);
  background: #fff;
  color: #111;
  font-weight: 800;
}

.about {
  background: #f7f7f7;
}

.about p {
  font-size: 18px;
  color: #444;
}

.reason-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.reason-grid div {
  min-height: 142px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

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

.reason-grid strong {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
}

.reason-grid span {
  color: #555;
}

.faq-section {
  background: #f6f6f6;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.faq-card {
  min-height: 178px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.faq-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.faq-card p {
  margin: 0;
  color: #555;
}

.contact-band {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5,5,5,.82), #050505 34%, #050505),
    linear-gradient(135deg, #151515, #020202);
}

.contact-grid {
  grid-template-columns: .9fr .95fr 1.05fr .9fr;
  gap: 0;
}

.contact-grid > * {
  min-height: 340px;
  padding: 32px 28px;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.contact-grid > *:first-child {
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.contact-details p {
  color: #e6e6e6;
}

.contact-details a:hover {
  color: var(--red);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 14px 13px;
  border: 0;
  border-radius: 4px;
  font: inherit;
}

.quote-panel {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  background: rgba(0,0,0,.66);
  box-shadow: 0 28px 70px rgba(0,0,0,.45);
}

.quote-form h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 32px;
}

.quote-form select {
  color: #555;
  background: #fff;
}

.contact-form .btn {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-note {
  min-height: 22px;
  margin: 10px 0 0;
  color: #fff;
}

.map-card {
  position: relative;
  display: block;
  overflow: hidden;
  background: #dfe4e8;
  color: #101010;
  padding: 0;
}

.find-us-section {
  background: #fff;
}

.map-card--large {
  min-height: 460px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(0,0,0,.10);
}

.stats-band {
  background: #070707;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.stats-grid div {
  min-height: 86px;
  padding: 18px 24px;
  border-right: 1px solid rgba(255,255,255,.14);
}

.stats-grid div:first-child {
  border-left: 1px solid rgba(255,255,255,.14);
}

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

.stats-grid strong {
  font-size: 22px;
  line-height: 1.1;
}

.stats-grid span {
  color: #d8d8d8;
  font-size: 13px;
}

.map-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-label {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  padding: 18px 20px;
  border-radius: var(--radius);
  background: #111;
  color: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.28);
}

.map-label strong,
.map-label small {
  display: block;
}

.map-label strong {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}

.map-label small {
  margin-top: 6px;
  color: #e7e7e7;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}

.quick-actions {
  position: fixed;
  right: 0;
  top: 38%;
  z-index: 15;
  display: grid;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
}

.quick-actions a {
  width: 86px;
  min-height: 62px;
  display: grid;
  place-items: center;
  padding: 8px;
  background: #111;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.13);
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.quick-actions a:first-child {
  background: var(--red);
}

.discount-popup {
  position: fixed;
  left: 26px;
  bottom: 26px;
  z-index: 30;
  width: min(360px, calc(100% - 52px));
  padding: 26px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.12);
  background: #070707;
  color: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.42);
}

.discount-popup[hidden] {
  display: none;
}

.discount-popup h2 {
  margin-bottom: 12px;
  font-size: 28px;
}

.discount-popup p {
  margin: 0 0 18px;
}

.discount-popup p strong {
  color: var(--red);
  font-size: 22px;
}

.discount-popup .btn {
  min-height: 48px;
  width: 100%;
}

.discount-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.theme-christmas::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: .55;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.95) 0 2px, transparent 2.5px),
    radial-gradient(circle, rgba(255,255,255,.75) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255,255,255,.55) 0 1.5px, transparent 2px);
  background-size: 110px 110px, 170px 170px, 230px 230px;
  background-position: 0 -40px, 45px -80px, 90px -120px;
  animation: seasonalSnow 18s linear infinite;
}

.seasonal-banner {
  position: relative;
  z-index: 120;
  color: #fff;
  background: linear-gradient(90deg, #07140d, #0f2c1d 45%, #6f0909);
  border-bottom: 2px solid rgba(237,23,27,.85);
}

.seasonal-banner__inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 8px 0;
  text-align: center;
}

.seasonal-banner strong {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.seasonal-banner span {
  color: #f4f4f4;
  font-size: 14px;
  font-weight: 700;
}

.seasonal-banner button {
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 5px;
  padding: 7px 10px;
  background: rgba(0,0,0,.25);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.theme-christmas .site-header {
  box-shadow: 0 2px 0 rgba(21,99,48,.35), 0 8px 24px rgba(0,0,0,.08);
}

.theme-christmas .hero::before,
.theme-christmas .gaming-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  z-index: 5;
  background: repeating-linear-gradient(90deg, #e10600 0 28px, #fff 28px 36px, #0b7a3b 36px 64px, #fff 64px 72px);
}

.theme-christmas .call-card,
.theme-christmas .btn--primary {
  box-shadow: 0 0 0 2px rgba(255,255,255,.16), 0 0 24px rgba(225,6,0,.20);
}

.theme-halloween::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: .42;
  background-image:
    radial-gradient(circle, rgba(255,122,24,.75) 0 2px, transparent 2.5px),
    radial-gradient(circle, rgba(255,255,255,.22) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(0,0,0,.38) 0 2px, transparent 3px);
  background-size: 140px 140px, 210px 210px, 260px 260px;
  background-position: 0 0, 55px 80px, 120px 40px;
  animation: halloweenFloat 22s linear infinite;
}

.seasonal-banner--halloween {
  background: linear-gradient(90deg, #080808, #1c1022 42%, #ca5a00);
  border-bottom-color: #ff7a18;
}

.seasonal-banner--halloween strong {
  color: #ffb15f;
}

.theme-halloween .site-header {
  box-shadow: 0 2px 0 rgba(255,122,24,.55), 0 8px 24px rgba(0,0,0,.10);
}

.theme-halloween .hero::before,
.theme-halloween .gaming-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  z-index: 5;
  background: repeating-linear-gradient(90deg, #ff7a18 0 30px, #111 30px 45px, #7510a8 45px 72px, #111 72px 86px);
}

.theme-halloween .call-card,
.theme-halloween .btn--primary {
  background: linear-gradient(135deg, var(--red), #ff7a18);
  box-shadow: 0 0 0 2px rgba(255,255,255,.14), 0 0 28px rgba(255,122,24,.22);
}

@keyframes halloweenFloat {
  from {
    background-position: 0 0, 55px 80px, 120px 40px;
  }
  to {
    background-position: 0 760px, 55px 900px, 120px 820px;
  }
}

@keyframes seasonalSnow {
  from {
    background-position: 0 -140px, 45px -180px, 90px -220px;
  }
  to {
    background-position: 0 820px, 45px 780px, 90px 740px;
  }
}

footer {
  background: #020202;
  color: #d8d8d8;
  font-size: 13px;
}

.footer__inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-links a:hover,
.footer-links a:focus {
  color: #fff;
}

@media (max-width: 1080px) {
  .nav {
    min-height: 92px;
  }

  .brand {
    min-width: 240px;
  }

  .brand__text strong {
    font-size: 21px;
  }

  .menu {
    row-gap: 5px;
  }

  .menu__row {
    gap: 12px;
  }

  .call-card {
    display: none;
  }

  .hero__grid,
  .gaming-hero__grid,
  .reviews-layout,
  .split,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    min-height: 360px;
  }

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

  .review-grid,
  .what-grid,
  .build-grid,
  .model-grid,
  .shop-photo-grid,
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gaming-contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .topbar__inner {
    gap: 12px 18px;
    padding: 10px 0;
  }

  .nav {
    min-height: 76px;
    justify-content: space-between;
  }

  .brand {
    min-width: 0;
  }

  .brand__mark {
    width: 56px;
    height: 38px;
  }

  .brand__text strong {
    font-size: 17px;
  }

  .brand__text small {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .menu-toggle {
    display: block;
  }

  .menu {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    display: none;
    padding: 12px;
    border-radius: var(--radius);
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 24px 50px rgba(0,0,0,.18);
  }

  .menu.is-open {
    display: grid;
  }

  .menu__row {
    display: grid;
    gap: 0;
    justify-items: start;
  }

  .menu__row--shop {
    width: 100%;
    margin-top: 6px;
    padding-top: 8px;
    border-top: 1px solid var(--line);
  }

  .menu a {
    padding: 11px 8px;
  }

  .hero__grid {
    min-height: 0;
    gap: 28px;
  }

  .hero__copy {
    padding: 42px 0 0;
  }

  h1 {
    font-size: 42px;
  }

  .hero__lead {
    font-size: 17px;
  }

  .hero__badges,
  .strip-grid,
  .service-grid,
  .review-grid,
  .what-grid,
  .build-grid,
  .model-grid,
  .price-grid,
  .reason-grid,
  .repair-list,
  .faq-grid,
  .shop-photo-grid,
  .contact-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .hero::after {
    display: none;
  }

  .hero__visual {
    clip-path: none;
  }

  .block-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .stats-grid div,
  .stats-grid div:first-child {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .hero__visual,
  .hero__visual img {
    min-height: 330px;
  }

  .gaming-hero__grid {
    min-height: 0;
    padding: 42px 0 48px;
  }

  .pc-showcase,
  .pc-tower,
  .repair-showcase,
  .accessory-showcase,
  .device-showcase {
    min-height: 310px;
  }

  .pc-tower {
    height: 310px;
  }

  .reel-showcase iframe {
    min-height: 330px;
  }

  .repair-showcase img {
    min-height: 310px;
  }

  .accessory-showcase img {
    min-height: 310px;
  }

  .section-title h2 {
    font-size: 22px;
    letter-spacing: 4px;
  }

  .section-title span {
    width: 28px;
  }

  .strip-grid div,
  .strip-grid div:first-child {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .contact-grid > *,
  .contact-grid > *:first-child {
    min-height: auto;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .quick-actions {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    grid-template-columns: repeat(5, 1fr);
  }

  .quick-actions a {
    width: auto;
    min-height: 50px;
    font-size: 11px;
  }

  .discount-popup {
    left: 16px;
    right: 16px;
    bottom: 66px;
    width: auto;
  }

  .seasonal-banner__inner {
    flex-direction: column;
    gap: 6px;
    padding: 10px 0;
  }

  .seasonal-banner button {
    padding: 6px 12px;
  }

  footer {
    padding-bottom: 50px;
  }

  .footer__inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }
}
