.home-dark {
  --home-bg: #020708;
  --home-bg-soft: #071112;
  --home-panel: rgba(12, 24, 27, 0.78);
  --home-panel-strong: rgba(17, 31, 36, 0.92);
  --home-border: rgba(100, 242, 221, 0.18);
  --home-border-strong: rgba(100, 242, 221, 0.42);
  --home-text: #f4f7f6;
  --home-muted: #aebbbb;
  --home-dim: #748585;
  --home-accent: #35ddc6;
  --home-accent-2: #8fc034;
  --home-warning: #d9b441;
  --home-success: #42d681;
  --home-danger: #ff6b6b;
  --home-radius: 28px;
  --home-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --home-title-font: "Avenir Next", "Montserrat", "Trebuchet MS", sans-serif;
  --home-body-font: "IBM Plex Sans", "Aptos", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 0%, rgba(53, 221, 198, 0.16), transparent 28rem),
    radial-gradient(circle at 88% 14%, rgba(143, 192, 52, 0.12), transparent 24rem),
    linear-gradient(180deg, #020708 0%, #061011 42%, #020708 100%);
  color: var(--home-text);
  font-family: var(--home-body-font);
  line-height: 1.55;
}

.home-dark::before,
.home-dark::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.home-dark::before {
  background-image:
    linear-gradient(rgba(100, 242, 221, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(100, 242, 221, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 80%);
}

.home-dark::after {
  background:
    radial-gradient(circle at 72% 26%, rgba(53, 221, 198, 0.22), transparent 0.18rem),
    radial-gradient(circle at 86% 48%, rgba(53, 221, 198, 0.16), transparent 0.15rem),
    radial-gradient(circle at 21% 72%, rgba(143, 192, 52, 0.13), transparent 0.16rem);
  background-size: 900px 520px;
  opacity: 0.8;
}

.home-dark .site-container {
  width: min(100% - 2rem, 1320px);
}

.home-dark a {
  color: inherit;
}

.home-dark .site-main {
  padding-bottom: 0;
  overflow: hidden;
}

.home-dark .site-main section {
  margin-block: 0;
}

.home-dark .premium-header,
.home-dark .premium-header nav,
.home-dark .premium-header .site-nav {
  background: rgba(2, 7, 8, 0.78) !important;
}

.home-dark .premium-header {
  border-bottom: 1px solid rgba(100, 242, 221, 0.14);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(20px);
}

.home-dark .premium-header::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(53, 221, 198, 0.48), transparent);
  opacity: 0.65;
}

.home-dark .site-header__inner {
  min-height: 86px;
  padding: 0.75rem 0;
}

.home-dark .premium-brand {
  gap: 0.85rem;
  font-family: var(--home-title-font);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.home-dark .premium-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(53, 221, 198, 0.25));
}

.home-dark .premium-brand__name {
  color: var(--home-text);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1;
  white-space: nowrap;
}

.home-dark .premium-brand__name strong {
  color: var(--home-accent);
  font-weight: 800;
}

.home-dark .premium-nav {
  gap: clamp(0.9rem, 1.7vw, 1.85rem);
  font-size: 0.94rem;
}

.home-dark .premium-nav .site-nav__link {
  color: rgba(244, 247, 246, 0.78);
  padding: 0.55rem 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

.home-dark .premium-nav .site-nav__link::after {
  display: none;
}

.home-dark .premium-nav .site-nav__link:hover,
.home-dark .premium-nav .site-nav__link:focus-visible {
  color: var(--home-accent);
  transform: translateY(-1px);
}

.home-dark .premium-nav__utility {
  display: none;
}

.home-dark .header-diagnostic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 0.65rem 1.25rem;
  color: #031211;
  font-weight: 800;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 36%),
    linear-gradient(135deg, var(--home-accent), #1aa998);
  border: 1px solid rgba(133, 255, 238, 0.52);
  box-shadow: 0 12px 34px rgba(53, 221, 198, 0.22);
}

.home-dark .premium-nav-toggle {
  width: 52px;
  height: 52px;
  padding: 0;
  justify-content: center;
  border-radius: 16px;
  color: var(--home-text);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.home-dark .premium-nav-toggle .nav-toggle__icon,
.home-dark .premium-nav-toggle .nav-toggle__icon::before,
.home-dark .premium-nav-toggle .nav-toggle__icon::after {
  height: 2px;
  border-radius: 999px;
}

.home-hero {
  position: relative;
  padding: clamp(3.5rem, 7vw, 7rem) 0 clamp(2rem, 5vw, 4.5rem);
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 7, 8, 0.08), rgba(2, 7, 8, 0.86) 84%),
    radial-gradient(circle at 80% 42%, rgba(53, 221, 198, 0.12), transparent 22rem);
  pointer-events: none;
}

.home-hero__grid {
  position: relative;
  display: grid;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.home-hero__copy {
  max-width: 760px;
}

.eyebrow,
.section-kicker,
.card-label {
  margin: 0 0 0.85rem;
  color: var(--home-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.home-hero h1,
.section-head h2,
.console-focus h2,
.process-section h2,
.contact-panel h2 {
  margin: 0;
  color: var(--home-text);
  font-family: var(--home-title-font);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.96;
}

.home-hero h1 {
  max-width: 780px;
  font-size: clamp(3rem, 8vw, 6.6rem);
}

.home-hero h1::first-line {
  color: #fff;
}

.home-hero__lead {
  max-width: 640px;
  margin: 1.25rem 0 0;
  color: rgba(244, 247, 246, 0.78);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.home-hero__lead strong,
.home-hero__lead em {
  color: var(--home-accent);
  font-style: normal;
}

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

.btn-lab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 52px;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.btn-lab:hover,
.btn-lab:focus-visible {
  transform: translateY(-2px);
}

.btn-lab--primary {
  color: #021211;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26), transparent 36%),
    linear-gradient(135deg, var(--home-accent), #18a997);
  border-color: rgba(133, 255, 238, 0.55);
  box-shadow: 0 18px 48px rgba(53, 221, 198, 0.24);
}

.btn-lab--ghost {
  color: var(--home-text);
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.14);
}

.btn-lab--ghost:hover,
.btn-lab--ghost:focus-visible {
  border-color: rgba(100, 242, 221, 0.5);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.btn-lab__icon,
.line-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.btn-lab svg,
.line-icon svg,
.mobile-action-bar svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.2rem;
  margin-top: 1.45rem;
  color: var(--home-muted);
  font-size: 0.92rem;
}

.hero-proof span {
  position: relative;
}

.hero-proof span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.7rem;
  top: 50%;
  width: 1px;
  height: 1rem;
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-50%);
}

.repair-dashboard {
  position: relative;
  min-height: 430px;
  display: grid;
  gap: 1rem;
  align-content: center;
}

.repair-dashboard__frame {
  position: absolute;
  inset: 3rem 2.5rem 2.5rem 2.5rem;
  border: 1px solid rgba(53, 221, 198, 0.28);
  border-radius: 32px;
  background:
    linear-gradient(rgba(53, 221, 198, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 221, 198, 0.06) 1px, transparent 1px);
  background-size: 26px 26px;
  box-shadow:
    inset 0 0 48px rgba(53, 221, 198, 0.05),
    0 0 60px rgba(53, 221, 198, 0.12);
  opacity: 0.9;
}

.repair-ticket {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  width: min(100%, 365px);
  min-height: 118px;
  padding: 1rem;
  border: 1px solid var(--home-border);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    rgba(10, 19, 23, 0.9);
  box-shadow: var(--home-shadow);
  backdrop-filter: blur(18px);
}

.repair-ticket--primary {
  margin-left: 2rem;
  border-color: rgba(53, 221, 198, 0.5);
}

.repair-ticket--offset {
  justify-self: end;
}

.repair-ticket--wide {
  justify-self: center;
  width: min(100%, 470px);
}

.repair-ticket h2 {
  margin: 0;
  color: #fff;
  font-family: var(--home-title-font);
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.repair-ticket p {
  margin: 0.15rem 0 0.55rem;
  color: var(--home-muted);
  font-size: 0.9rem;
}

.status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 0.22rem 0.58rem;
  font-size: 0.72rem;
  font-weight: 800;
}

.status--diagnostic {
  color: #dffdf9;
  background: rgba(53, 221, 198, 0.22);
}

.status--progress {
  color: #fff5d0;
  background: rgba(217, 180, 65, 0.28);
}

.status--done {
  color: #dcffe8;
  background: rgba(66, 214, 129, 0.22);
}

.device-art {
  position: relative;
  width: 82px;
  height: 82px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.22), transparent 25%), #0b1519;
}

.device-art::before,
.device-art::after {
  content: "";
  position: absolute;
}

.device-art--ps5::before {
  left: 30px;
  top: 9px;
  width: 25px;
  height: 64px;
  border-radius: 10px 13px 13px 10px;
  background: linear-gradient(110deg, #f4f7fb 0 45%, #88909f 46% 100%);
  box-shadow: -12px 2px 0 -2px #141923, 14px 0 0 -7px #2f6cff;
  transform: skewY(-5deg);
}

.device-art--ps5::after {
  left: 22px;
  bottom: 9px;
  width: 42px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
}

.device-art--fan::before {
  inset: 16px;
  border: 8px solid #1c2329;
  border-radius: 50%;
  background:
    conic-gradient(from 15deg, #6a7177 0 16%, transparent 16% 30%, #4b5358 30% 46%, transparent 46% 62%, #71797f 62% 78%, transparent 78% 100%);
  box-shadow: inset 0 0 0 8px #0e1417;
}

.device-art--fan::after {
  inset: 35px;
  border-radius: 50%;
  background: var(--home-accent);
  box-shadow: 0 0 18px rgba(53, 221, 198, 0.5);
}

.device-art--phone::before {
  left: 25px;
  top: 9px;
  width: 34px;
  height: 64px;
  border-radius: 11px;
  background:
    radial-gradient(circle at 62% 30%, rgba(255, 255, 255, 0.65), transparent 0.24rem),
    linear-gradient(155deg, #1a1e26 0 36%, #8f54ff 37% 58%, #10141c 59% 100%);
  border: 2px solid #67717a;
  transform: rotate(-7deg);
}

.device-art--pc::before {
  left: 19px;
  top: 10px;
  width: 46px;
  height: 62px;
  border-radius: 9px;
  border: 2px solid #263039;
  background:
    radial-gradient(circle at 50% 25%, #6f53ff 0 8px, transparent 9px),
    radial-gradient(circle at 50% 62%, var(--home-accent) 0 8px, transparent 9px),
    linear-gradient(90deg, #0e1318, #1e2630);
  box-shadow: inset 7px 0 0 rgba(255, 255, 255, 0.06);
}

.device-art--pc::after {
  right: 14px;
  top: 14px;
  width: 2px;
  height: 54px;
  background: rgba(53, 221, 198, 0.58);
  box-shadow: 0 0 14px rgba(53, 221, 198, 0.7);
}

.trust-strip {
  padding: 0 0 clamp(2rem, 5vw, 4rem);
}

.trust-strip__grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 17, 20, 0.82);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.trust-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.1rem 0.8rem;
  align-items: center;
  padding: 1.05rem 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-item:last-child {
  border-right: 0;
}

.line-icon {
  width: 42px;
  height: 42px;
  color: var(--home-accent);
  border: 1px solid rgba(53, 221, 198, 0.26);
  border-radius: 14px;
  background: rgba(53, 221, 198, 0.08);
}

.trust-item strong {
  color: var(--home-text);
  font-size: 0.98rem;
}

.trust-item span:last-child {
  grid-column: 2;
  color: var(--home-muted);
  font-size: 0.88rem;
}

.home-section,
.console-focus,
.process-section,
.contact-section {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.section-head {
  display: grid;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.5rem;
}

.section-head h2,
.console-focus h2,
.process-section h2,
.contact-panel h2 {
  font-size: clamp(2rem, 4.5vw, 4rem);
}

.section-head p,
.console-focus__copy p,
.contact-panel p {
  max-width: 620px;
  margin: 0;
  color: var(--home-muted);
  font-size: 1.04rem;
}

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

.bento-card {
  position: relative;
  min-height: 255px;
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: 22px;
  padding: 1.25rem;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    rgba(9, 20, 23, 0.86);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.bento-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -42% 20%;
  height: 58%;
  background: radial-gradient(circle, rgba(53, 221, 198, 0.22), transparent 62%);
  pointer-events: none;
}

.bento-card__halo {
  position: absolute;
  right: -3rem;
  top: -3rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: rgba(53, 221, 198, 0.08);
  filter: blur(8px);
}

.bento-card__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--home-accent);
  border: 1px solid rgba(53, 221, 198, 0.32);
  border-radius: 14px;
  background: rgba(53, 221, 198, 0.08);
}

.bento-card__icon svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bento-card h3 {
  position: relative;
  z-index: 1;
  max-width: 13rem;
  margin: 1.1rem 0 0.85rem;
  color: #fff;
  font-family: var(--home-title-font);
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.bento-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.42rem;
  margin: 0;
  padding: 0;
  color: var(--home-muted);
  font-size: 0.92rem;
  list-style: none;
}

.bento-card li {
  display: flex;
  gap: 0.45rem;
  align-items: baseline;
}

.bento-card li::before {
  content: "";
  flex: 0 0 0.38rem;
  width: 0.38rem;
  height: 0.38rem;
  border: 1px solid var(--home-accent);
  border-radius: 50%;
  transform: translateY(-0.08rem);
}

.bento-card--console {
  border-color: rgba(53, 221, 198, 0.5);
  background:
    linear-gradient(145deg, rgba(53, 221, 198, 0.13), rgba(35, 90, 116, 0.07)),
    rgba(9, 20, 23, 0.92);
}

.bento-card--pc {
  border-color: rgba(154, 116, 255, 0.33);
}

.bento-card--pc::after {
  background: radial-gradient(circle, rgba(112, 83, 255, 0.24), transparent 62%);
}

.bento-card--tcg {
  border-color: rgba(217, 180, 65, 0.32);
}

.bento-card--tcg::after {
  background: radial-gradient(circle, rgba(217, 180, 65, 0.18), transparent 62%);
}

.console-focus {
  position: relative;
}

.console-focus::before {
  content: "";
  position: absolute;
  inset: 2rem max(1rem, calc((100vw - 1320px) / 2)) 2rem;
  border: 1px solid var(--home-border);
  border-radius: 34px;
  background:
    linear-gradient(rgba(53, 221, 198, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 221, 198, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 18% 25%, rgba(53, 221, 198, 0.16), transparent 18rem),
    rgba(7, 15, 18, 0.72);
  background-size: 28px 28px, 28px 28px, auto, auto;
  pointer-events: none;
}

.console-focus__grid {
  position: relative;
  display: grid;
  gap: 2rem;
  align-items: center;
}

.console-focus__copy {
  max-width: 520px;
}

.console-focus__copy p {
  margin-top: 1rem;
}

.text-link {
  display: inline-flex;
  margin-top: 1.5rem;
  color: var(--home-accent);
  font-weight: 800;
}

.text-link::after {
  content: "->";
  margin-left: 0.55rem;
  transition: transform 0.2s ease;
}

.text-link:hover::after,
.text-link:focus-visible::after {
  transform: translateX(0.22rem);
}

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

.console-repair-card {
  min-height: 142px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 17, 20, 0.88);
}

.console-repair-card span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--home-accent);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.console-repair-card h3 {
  margin: 0 0 0.35rem;
  color: #fff;
  font-family: var(--home-title-font);
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.console-repair-card p {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.9rem;
}

.process-section__inner {
  display: grid;
  gap: 1.4rem;
  border: 1px solid var(--home-border);
  border-radius: 28px;
  padding: clamp(1.2rem, 3vw, 2rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(8, 17, 20, 0.76);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.process-step {
  position: relative;
  min-height: 175px;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.62rem;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.48);
  border-right: 1px solid rgba(255, 255, 255, 0.48);
  transform: translateY(-50%) rotate(45deg);
}

.process-step span {
  color: var(--home-accent);
  font-family: var(--home-title-font);
  font-size: 1rem;
  font-weight: 800;
}

.process-step h3 {
  margin: 0.9rem 0 0.35rem;
  color: #fff;
  font-family: var(--home-title-font);
  font-size: 1.16rem;
  letter-spacing: -0.03em;
}

.process-step p {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.93rem;
}

.contact-section {
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.contact-section__grid {
  display: grid;
  gap: 1rem;
}

.contact-panel,
.diagnostic-form,
.premium-map {
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 17, 20, 0.82);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.contact-panel,
.diagnostic-form {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.contact-panel p {
  margin-top: 1rem;
}

.contact-list {
  display: grid;
  gap: 0.85rem;
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: center;
  color: var(--home-muted);
}

.contact-list a,
.contact-list strong {
  color: var(--home-text);
}

.hours-card {
  margin: 1rem 0 1.3rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.hours-card h3 {
  margin: 0 0 0.55rem;
  color: var(--home-accent);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.hours-card p {
  margin: 0.2rem 0;
  color: var(--home-muted);
  font-size: 0.92rem;
}

.contact-stack {
  display: grid;
  gap: 1rem;
}

.diagnostic-form h3 {
  margin: 0 0 1.25rem;
  color: #fff;
  font-family: var(--home-title-font);
  font-size: 1.55rem;
  letter-spacing: -0.05em;
}

.home-dark .form-label {
  margin-top: 0.85rem;
  color: var(--home-text);
}

.home-dark .form-control {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  color: var(--home-text);
}

.home-dark .form-control:focus-visible {
  outline: 2px solid rgba(53, 221, 198, 0.7);
  outline-offset: 2px;
}

.diagnostic-form .btn-lab {
  width: 100%;
  margin-top: 1rem;
}

.home-dark .status-message.success {
  color: var(--home-success);
}

.home-dark .status-message.error {
  color: var(--home-danger);
}

.premium-map {
  min-height: 310px;
}

.premium-footer {
  margin-top: 0;
  padding: 2rem 0 calc(2rem + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(100, 242, 221, 0.14);
  background: rgba(2, 7, 8, 0.9);
}

.premium-footer__inner {
  display: grid;
  gap: 1.25rem;
  align-items: center;
}

.premium-footer .premium-brand img {
  width: 48px;
  height: 48px;
}

.premium-footer__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.2rem;
  color: var(--home-muted);
}

.premium-footer__contact a {
  color: var(--home-text);
}

.home-dark .site-footer__links {
  gap: 0.8rem 1rem;
}

.home-dark .site-footer__links a {
  color: var(--home-muted);
}

.home-dark .site-footer__links a:hover,
.home-dark .site-footer__links a:focus-visible {
  color: var(--home-accent);
}

.premium-footer__legal {
  margin-top: 1.4rem;
  color: var(--home-dim);
  font-size: 0.9rem;
}

.mobile-action-bar {
  position: fixed;
  left: max(0.75rem, env(safe-area-inset-left));
  right: max(0.75rem, env(safe-area-inset-right));
  bottom: max(0.75rem, env(safe-area-inset-bottom));
  z-index: 1100;
  display: none;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    rgba(9, 18, 22, 0.94);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(22px);
}

.mobile-action-bar a {
  display: grid;
  flex: 1;
  grid-auto-flow: column;
  gap: 0.45rem;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  color: var(--home-text);
  font-weight: 800;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-action-bar a:last-child {
  border-right: 0;
}

.mobile-action-bar svg {
  color: var(--home-accent);
}

@media (min-width: 760px) {
  .section-head {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .contact-section__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .premium-footer__inner {
    grid-template-columns: auto 1fr auto;
  }
}

@media (min-width: 993px) {
  .home-dark .premium-nav {
    position: static;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }

  .home-dark .premium-nav-toggle {
    display: none !important;
  }

  .home-hero__grid {
    grid-template-columns: minmax(0, 0.98fr) minmax(430px, 0.82fr);
  }

  .console-focus__grid {
    grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  }
}

@media (max-width: 1180px) {
  .home-dark .premium-nav {
    gap: 1rem;
    font-size: 0.88rem;
  }

  .home-dark .header-diagnostic {
    padding-inline: 1rem;
  }

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

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

  .process-step:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 992px) {
  .home-dark {
    padding-bottom: 5.2rem;
  }

  .home-dark .site-header__inner {
    min-height: 74px;
  }

  .home-dark .premium-brand img {
    width: 52px;
    height: 52px;
  }

  .home-dark .premium-nav {
    position: fixed;
    inset: 82px 1rem auto;
    display: none;
    align-items: stretch;
    gap: 0.45rem;
    max-height: calc(100vh - 104px);
    overflow: auto;
    padding: 1rem;
    border: 1px solid rgba(100, 242, 221, 0.18);
    border-radius: 24px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
      rgba(4, 12, 14, 0.97) !important;
    box-shadow: var(--home-shadow);
  }

  .home-dark .premium-nav.is-open {
    display: flex;
  }

  .home-dark .premium-nav .site-nav__link,
  .home-dark .header-diagnostic {
    width: 100%;
    justify-content: flex-start;
    border-radius: 16px;
    padding: 0.85rem 1rem;
  }

  .home-dark .premium-nav .site-nav__link {
    background: rgba(255, 255, 255, 0.04);
  }

  .home-dark .premium-nav__utility {
    display: flex;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .btn-lab {
    width: 100%;
  }

  .repair-dashboard {
    min-height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .repair-dashboard__frame {
    display: none;
  }

  .repair-ticket,
  .repair-ticket--primary,
  .repair-ticket--offset,
  .repair-ticket--wide {
    justify-self: stretch;
    width: auto;
    min-height: 120px;
    margin-left: 0;
    grid-template-columns: 68px 1fr;
  }

  .device-art {
    width: 68px;
    height: 68px;
  }

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

  .trust-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .trust-item:nth-child(even) {
    border-right: 0;
  }

  .trust-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .mobile-action-bar {
    display: flex;
  }
}

@media (max-width: 680px) {
  .home-dark .site-container {
    width: min(100% - 1.5rem, 1320px);
  }

  .home-hero {
    padding-top: 2.2rem;
  }

  .home-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4.7rem);
  }

  .home-hero__lead {
    font-size: 1.04rem;
  }

  .hero-proof {
    display: grid;
  }

  .hero-proof span::after {
    display: none;
  }

  .repair-dashboard {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .repair-ticket,
  .repair-ticket--primary,
  .repair-ticket--offset,
  .repair-ticket--wide {
    grid-template-columns: 1fr;
    min-height: 160px;
    padding: 0.85rem;
  }

  .repair-ticket p {
    min-height: 2.8em;
  }

  .device-art {
    width: 72px;
    height: 58px;
    border-radius: 14px;
  }

  .trust-strip__grid,
  .bento-grid,
  .console-repair-grid,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .trust-item,
  .trust-item:nth-child(even),
  .trust-item:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .bento-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.5rem;
    margin-right: -0.75rem;
  }

  .bento-card {
    flex: 0 0 min(84vw, 340px);
    scroll-snap-align: start;
  }

  .process-step::after {
    display: none;
  }

  .mobile-action-bar a {
    min-height: 58px;
    font-size: 0.92rem;
  }
}

/* Polish pass: calmer typography, denser hero, stronger business sections. */
.home-dark {
  --home-radius: 24px;
  --home-shadow: 0 18px 58px rgba(0, 0, 0, 0.36);
  --home-title-font: "Helvetica Neue", "Aptos Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.home-dark .site-container {
  width: min(100% - 2.25rem, 1280px);
}

.home-dark .site-header__inner {
  min-height: 94px;
  padding: 0.9rem 0;
}

.home-dark .premium-brand {
  gap: 0.95rem;
  letter-spacing: -0.035em;
}

.home-dark .premium-brand img {
  width: 68px;
  height: 68px;
}

.home-dark .premium-brand__name {
  font-size: clamp(1.38rem, 1.65vw, 1.78rem);
  letter-spacing: -0.045em;
}

.home-dark .premium-nav {
  gap: clamp(1.05rem, 1.55vw, 1.7rem);
  font-size: 0.96rem;
}

.home-dark .header-diagnostic {
  min-height: 48px;
  padding: 0.72rem 1.35rem;
  font-weight: 780;
}

.home-hero {
  padding: clamp(2.7rem, 5.2vw, 5.2rem) 0 clamp(1.5rem, 3.2vw, 3rem);
}

.home-hero__grid {
  gap: clamp(2rem, 3.6vw, 4rem);
}

.home-hero__copy {
  max-width: 720px;
}

.eyebrow,
.section-kicker,
.card-label {
  margin-bottom: 0.75rem;
  font-size: 0.76rem;
  letter-spacing: 0.22em;
}

.home-hero h1,
.section-head h2,
.console-focus h2,
.process-section h2,
.contact-panel h2 {
  font-weight: 700;
  letter-spacing: -0.044em;
  line-height: 1.04;
}

.home-hero h1 {
  max-width: 730px;
  font-size: clamp(3rem, 5.75vw, 5.55rem);
}

.hero-accent {
  color: var(--home-accent);
}

.home-hero__lead {
  max-width: 610px;
  margin-top: 1.05rem;
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  line-height: 1.65;
}

.hero-actions {
  gap: 0.85rem;
  margin-top: 1.65rem;
}

.btn-lab {
  min-height: 50px;
  padding: 0.78rem 1.28rem;
  font-weight: 760;
}

.hero-proof {
  margin-top: 1.15rem;
  font-size: 0.9rem;
}

.repair-dashboard {
  min-height: 390px;
  gap: 0.75rem;
}

.repair-dashboard__frame {
  inset: 1.7rem 1.2rem 1.6rem;
  border-radius: 28px;
}

.repair-ticket {
  grid-template-columns: 88px minmax(0, 1fr);
  width: min(100%, 410px);
  min-height: 112px;
  padding: 0.9rem;
  border-radius: 20px;
}

.repair-ticket--primary {
  margin-left: 0.8rem;
}

.repair-ticket--wide {
  width: min(100%, 500px);
}

.repair-ticket h2 {
  font-size: 1.08rem;
  font-weight: 700;
}

.repair-ticket p {
  margin-top: 0.12rem;
  margin-bottom: 0.5rem;
  font-size: 0.91rem;
}

.status {
  padding: 0.24rem 0.62rem;
  font-size: 0.72rem;
  letter-spacing: 0.01em;
}

.device-art {
  width: 88px;
  height: 78px;
  border-radius: 18px;
}

.trust-strip {
  padding-bottom: clamp(1.6rem, 3.2vw, 2.8rem);
}

.trust-strip__grid {
  border-radius: 20px;
}

.trust-item {
  padding: 1rem 1.15rem;
}

.home-section,
.console-focus,
.process-section,
.contact-section {
  padding: clamp(2.8rem, 5.4vw, 4.75rem) 0;
}

.section-head {
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}

.section-head h2,
.console-focus h2,
.process-section h2,
.contact-panel h2 {
  font-size: clamp(1.9rem, 3.15vw, 3.05rem);
}

.section-head p,
.console-focus__copy p,
.contact-panel p {
  font-size: 1rem;
  line-height: 1.65;
}

.bento-grid {
  gap: 0.85rem;
}

.bento-card {
  min-height: 236px;
  padding: 1.18rem;
  border-radius: 20px;
}

.bento-card h3 {
  margin: 0.95rem 0 0.75rem;
  font-size: clamp(1.2rem, 1.55vw, 1.48rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.bento-card ul {
  gap: 0.38rem;
  font-size: 0.91rem;
}

.console-focus::before {
  inset: 1.3rem max(1rem, calc((100vw - 1280px) / 2));
  border-radius: 30px;
}

.console-focus__grid {
  gap: clamp(1.6rem, 3.2vw, 3rem);
}

.console-focus__copy {
  max-width: 500px;
}

.console-focus__copy p {
  margin-top: 0.9rem;
}

.text-link {
  margin-top: 1.15rem;
}

.console-repair-grid {
  gap: 0.75rem;
}

.console-repair-card {
  min-height: 132px;
  padding: 1.05rem;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.028)),
    rgba(8, 17, 20, 0.9);
}

.console-repair-card span {
  margin-bottom: 0.82rem;
  padding: 0.24rem 0.48rem;
  border: 1px solid rgba(53, 221, 198, 0.28);
  border-radius: 999px;
  background: rgba(53, 221, 198, 0.075);
  font-size: 0.68rem;
  letter-spacing: 0.13em;
}

.console-repair-card h3 {
  margin-bottom: 0.38rem;
  font-size: 1.08rem;
  font-weight: 700;
}

.console-repair-card p {
  font-size: 0.92rem;
  line-height: 1.5;
}

.process-section__inner {
  gap: 1.15rem;
  border-radius: 24px;
  padding: clamp(1.15rem, 2.3vw, 1.75rem);
}

.process-steps {
  gap: 0.75rem;
}

.process-step {
  min-height: 158px;
  padding: 1rem;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.025);
}

.process-step span {
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(53, 221, 198, 0.32);
  border-radius: 999px;
  background: rgba(53, 221, 198, 0.075);
  font-size: 0.9rem;
}

.process-step h3 {
  margin-top: 0.85rem;
  font-size: 1.08rem;
  font-weight: 700;
}

.process-step p {
  font-size: 0.91rem;
  line-height: 1.52;
}

.contact-section {
  padding-bottom: clamp(3.5rem, 6vw, 5.5rem);
}

.contact-section__grid {
  gap: 1.1rem;
}

.contact-panel,
.diagnostic-form,
.premium-map {
  border-radius: 24px;
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.27);
}

.contact-panel,
.diagnostic-form {
  padding: clamp(1.3rem, 2.5vw, 1.9rem);
}

.diagnostic-form h3 {
  margin-bottom: 1.1rem;
  font-size: 1.42rem;
  font-weight: 700;
}

.home-dark .form-control {
  min-height: 50px;
  border-color: rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.038)),
    rgba(255, 255, 255, 0.04);
}

.home-dark textarea.form-control {
  min-height: 138px;
}

.premium-map {
  min-height: 330px;
  overflow: hidden;
}

.premium-footer {
  padding: 2.25rem 0 calc(2.2rem + env(safe-area-inset-bottom));
  background:
    linear-gradient(180deg, rgba(8, 18, 20, 0.96), rgba(2, 7, 8, 0.98));
}

.premium-footer__inner {
  gap: 1.4rem;
}

.premium-footer__contact {
  gap: 0.9rem 1.35rem;
  line-height: 1.5;
}

.premium-footer__legal {
  margin-top: 1.1rem;
}

@media (min-width: 993px) {
  .home-hero__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(500px, 0.82fr);
  }

  .console-focus__grid {
    grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
  }
}

@media (min-width: 1181px) {
  .home-hero {
    min-height: min(760px, calc(100vh - 94px));
    display: grid;
    align-items: center;
  }
}

@media (max-width: 1180px) {
  .home-dark .site-header__inner {
    min-height: 86px;
  }

  .home-dark .premium-brand img {
    width: 60px;
    height: 60px;
  }

  .home-dark .premium-nav {
    gap: 0.86rem;
    font-size: 0.88rem;
  }

  .home-hero h1 {
    font-size: clamp(2.8rem, 6.6vw, 4.9rem);
  }
}

@media (max-width: 992px) {
  .home-dark {
    padding-bottom: 5.05rem;
  }

  .home-dark .site-container {
    width: min(100% - 1.65rem, 1280px);
  }

  .home-dark .site-header__inner {
    min-height: 78px;
    padding: 0.7rem 0;
  }

  .home-dark .premium-brand img {
    width: 54px;
    height: 54px;
  }

  .home-dark .premium-brand__name {
    font-size: 1.32rem;
  }

  .home-dark .premium-nav {
    inset: 86px 0.85rem auto;
  }

  .home-hero {
    padding: 2.1rem 0 1.35rem;
  }

  .home-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.18rem, 8.1vw, 3.2rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
  }

  .home-hero__lead {
    max-width: 38rem;
    margin-top: 0.92rem;
    font-size: 1rem;
    line-height: 1.58;
  }

  .hero-actions {
    gap: 0.72rem;
    margin-top: 1.25rem;
  }

  .btn-lab {
    min-height: 54px;
  }

  .hero-proof {
    gap: 0.42rem;
    margin-top: 1rem;
    font-size: 0.88rem;
  }

  .repair-dashboard {
    gap: 0.72rem;
  }

  .repair-ticket,
  .repair-ticket--primary,
  .repair-ticket--offset,
  .repair-ticket--wide {
    min-height: 108px;
    grid-template-columns: 62px 1fr;
    padding: 0.78rem;
  }

  .repair-ticket h2 {
    font-size: 1rem;
  }

  .repair-ticket p {
    font-size: 0.86rem;
  }

  .device-art {
    width: 62px;
    height: 62px;
    border-radius: 15px;
  }

  .home-section,
  .console-focus,
  .process-section,
  .contact-section {
    padding: 2.45rem 0;
  }
}

@media (max-width: 680px) {
  .home-dark .site-container {
    width: min(100% - 1.5rem, 1280px);
  }

  .home-hero {
    padding-top: 1.85rem;
  }

  .home-hero h1 {
    max-width: 11.5ch;
    font-size: clamp(2rem, 8.2vw, 2.72rem);
    letter-spacing: -0.038em;
  }

  .home-hero__lead {
    font-size: 0.98rem;
  }

  .repair-dashboard {
    gap: 0.65rem;
  }

  .repair-ticket,
  .repair-ticket--primary,
  .repair-ticket--offset,
  .repair-ticket--wide {
    min-height: 144px;
    padding: 0.78rem;
  }

  .repair-ticket p {
    min-height: 0;
  }

  .device-art {
    width: 64px;
    height: 64px;
  }

  .device-art--ps5::before {
    left: 24px;
    top: 8px;
    width: 20px;
    height: 48px;
  }

  .device-art--ps5::after {
    left: 17px;
    bottom: 8px;
    width: 34px;
  }

  .device-art--fan::before {
    inset: 12px;
    border-width: 6px;
    box-shadow: inset 0 0 0 6px #0e1417;
  }

  .device-art--fan::after {
    inset: 28px;
  }

  .device-art--phone::before {
    left: 20px;
    top: 7px;
    width: 27px;
    height: 50px;
  }

  .device-art--pc::before {
    left: 17px;
    top: 8px;
    width: 34px;
    height: 50px;
  }

  .device-art--pc::after {
    right: 11px;
    top: 11px;
    height: 42px;
  }

  .trust-strip {
    padding-bottom: 1.8rem;
  }

  .trust-item {
    padding: 0.9rem 0.95rem;
  }

  .section-head h2,
  .console-focus h2,
  .process-section h2,
  .contact-panel h2 {
    font-size: clamp(1.75rem, 7.8vw, 2.35rem);
  }

  .section-head {
    margin-bottom: 1rem;
  }

  .bento-card {
    min-height: 224px;
  }

  .console-focus::before {
    inset: 0.9rem 0.55rem;
    border-radius: 24px;
  }

  .console-repair-card {
    min-height: auto;
  }

  .process-step {
    min-height: auto;
  }

  .contact-section {
    padding-bottom: 3rem;
  }

  .mobile-action-bar {
    left: max(0.55rem, env(safe-area-inset-left));
    right: max(0.55rem, env(safe-area-inset-right));
    bottom: max(0.55rem, env(safe-area-inset-bottom));
    border-radius: 19px;
  }

  .mobile-action-bar a {
    min-height: 56px;
  }
}

/* Finish pass: stronger scale, cleaner hierarchy, more commercial console emphasis. */
.home-dark {
  --home-shadow: 0 22px 72px rgba(0, 0, 0, 0.4);
}

.home-dark .site-container {
  width: min(100% - 2.4rem, 1320px);
}

.home-dark .site-header__inner {
  min-height: 102px;
  padding: 1rem 0;
}

.home-dark .premium-brand {
  gap: 1.05rem;
}

.home-dark .premium-brand img {
  width: 74px;
  height: 74px;
}

.home-dark .premium-brand__name {
  font-size: clamp(1.5rem, 1.7vw, 1.9rem);
  letter-spacing: -0.046em;
}

.home-dark .premium-nav {
  gap: clamp(1.2rem, 1.7vw, 1.9rem);
  font-size: 1rem;
}

.home-dark .site-nav__link {
  min-height: 42px;
  align-items: center;
}

.home-dark .header-diagnostic {
  min-height: 52px;
  padding: 0.82rem 1.55rem;
  border-radius: 999px;
  font-size: 0.98rem;
}

.home-hero {
  padding: clamp(3.1rem, 5.6vw, 5.8rem) 0 clamp(1.9rem, 3.3vw, 3.35rem);
}

.home-hero__grid {
  gap: clamp(2.25rem, 3.8vw, 4.3rem);
}

.home-hero__copy {
  max-width: 760px;
}

.eyebrow,
.section-kicker,
.card-label {
  font-size: 0.79rem;
}

.home-hero h1,
.section-head h2,
.console-focus h2,
.process-section h2,
.contact-panel h2 {
  letter-spacing: -0.05em;
  line-height: 1.06;
}

.home-hero h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 5.6vw, 5.7rem);
}

.home-hero__lead {
  max-width: 650px;
  margin-top: 1.2rem;
  font-size: clamp(1.08rem, 1.42vw, 1.28rem);
  line-height: 1.7;
}

.hero-actions {
  gap: 1rem;
  margin-top: 1.85rem;
}

.btn-lab {
  min-height: 56px;
  padding: 0.9rem 1.5rem;
  font-size: 1rem;
}

.btn-lab__icon {
  width: 1.2rem;
  height: 1.2rem;
}

.hero-proof {
  gap: 0.7rem;
  margin-top: 1.35rem;
  font-size: 0.98rem;
  line-height: 1.55;
}

.hero-proof span {
  color: rgba(233, 239, 239, 0.78);
}

.repair-dashboard {
  min-height: 460px;
  gap: 0.9rem;
  align-content: center;
}

.repair-dashboard__frame {
  inset: 1.45rem 0.35rem 1.55rem 1.4rem;
}

.repair-ticket {
  grid-template-columns: 98px minmax(0, 1fr);
  width: min(100%, 455px);
  min-height: 128px;
  padding: 1.02rem 1.05rem;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.repair-ticket--primary {
  margin-left: 0;
}

.repair-ticket--offset {
  margin-left: 6rem;
}

.repair-ticket--wide {
  width: min(100%, 540px);
  margin-left: 1.35rem;
}

.repair-ticket h2 {
  font-size: 1.22rem;
}

.repair-ticket p {
  margin-bottom: 0.62rem;
  font-size: 0.99rem;
  line-height: 1.45;
}

.status {
  padding: 0.3rem 0.72rem;
  font-size: 0.75rem;
}

.device-art {
  width: 98px;
  height: 88px;
  border-radius: 20px;
}

.trust-strip {
  padding-bottom: clamp(1.9rem, 3vw, 3rem);
}

.trust-strip__grid {
  border-radius: 24px;
}

.trust-item {
  padding: 1.2rem 1.35rem;
}

.trust-item strong {
  font-size: 1.08rem;
}

.trust-item span:last-child {
  font-size: 0.97rem;
}

.line-icon {
  width: 2.9rem;
  height: 2.9rem;
}

.home-section,
.console-focus,
.process-section,
.contact-section {
  padding: clamp(3rem, 5.2vw, 4.9rem) 0;
}

.section-head {
  gap: 1.8rem;
  margin-bottom: 1.55rem;
}

.section-head h2,
.console-focus h2,
.process-section h2,
.contact-panel h2 {
  font-size: clamp(2.12rem, 3.25vw, 3.18rem);
}

.section-head p,
.console-focus__copy p,
.contact-panel p {
  font-size: 1.06rem;
  line-height: 1.72;
}

.bento-grid {
  gap: 1rem;
}

.bento-card {
  min-height: 254px;
  padding: 1.35rem;
  border-radius: 22px;
}

.bento-card__icon {
  width: 3rem;
  height: 3rem;
}

.bento-card h3 {
  margin: 1.05rem 0 0.82rem;
  font-size: clamp(1.34rem, 1.65vw, 1.62rem);
}

.bento-card ul {
  gap: 0.46rem;
  font-size: 0.98rem;
  line-height: 1.5;
}

.bento-card--console {
  border-color: rgba(64, 235, 210, 0.52);
  box-shadow:
    0 0 0 1px rgba(64, 235, 210, 0.16),
    0 22px 48px rgba(3, 16, 17, 0.3),
    0 0 36px rgba(41, 214, 188, 0.12);
}

.bento-card--console .card-label {
  color: rgba(90, 242, 220, 0.95);
}

.console-focus::before {
  inset: 1rem max(0.85rem, calc((100vw - 1320px) / 2));
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 24%, rgba(45, 217, 191, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(14, 26, 28, 0.88), rgba(8, 16, 18, 0.76));
}

.console-focus__grid {
  gap: clamp(1.8rem, 3.2vw, 3.4rem);
}

.console-focus__copy {
  max-width: 560px;
}

.console-focus__copy p {
  margin-top: 1rem;
}

.text-link {
  margin-top: 1.4rem;
  font-size: 1.05rem;
}

.console-repair-grid {
  gap: 0.9rem;
}

.console-repair-card {
  min-height: 150px;
  padding: 1.2rem;
  border-radius: 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.console-repair-card span {
  margin-bottom: 0.95rem;
  padding: 0.3rem 0.58rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.console-repair-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.16rem;
}

.console-repair-card p {
  font-size: 0.98rem;
  line-height: 1.58;
}

.process-section__inner {
  gap: 1.3rem;
  border-radius: 28px;
  padding: clamp(1.35rem, 2.5vw, 2rem);
}

.process-steps {
  gap: 0.9rem;
}

.process-step {
  min-height: 174px;
  padding: 1.15rem;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
}

.process-step span {
  width: 2.7rem;
  height: 2.7rem;
  font-size: 0.98rem;
  font-weight: 700;
}

.process-step h3 {
  margin-top: 0.95rem;
  font-size: 1.18rem;
}

.process-step p {
  font-size: 0.97rem;
  line-height: 1.58;
}

.contact-panel,
.diagnostic-form,
.premium-map {
  border-radius: 26px;
}

.contact-panel,
.diagnostic-form {
  padding: clamp(1.5rem, 2.7vw, 2.1rem);
}

.contact-list {
  gap: 0.9rem;
}

.contact-list li {
  font-size: 1.02rem;
}

.home-dark label {
  font-size: 0.96rem;
}

.home-dark .form-control {
  min-height: 54px;
  padding: 0.92rem 1rem;
  font-size: 1rem;
}

.home-dark textarea.form-control {
  min-height: 156px;
}

.premium-map {
  min-height: 360px;
}

.premium-footer {
  padding: 2.55rem 0 calc(2.45rem + env(safe-area-inset-bottom));
}

.premium-footer__inner {
  gap: 1.65rem;
}

.premium-footer__contact {
  gap: 1rem 1.5rem;
  font-size: 1rem;
}

.premium-footer__legal {
  margin-top: 1.3rem;
  font-size: 0.95rem;
}

@media (min-width: 993px) {
  .home-hero__grid {
    grid-template-columns: minmax(0, 0.96fr) minmax(560px, 0.88fr);
  }

  .section-head {
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  }

  .console-focus__grid {
    grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  }
}

@media (max-width: 1180px) {
  .home-dark .site-container {
    width: min(100% - 2rem, 1320px);
  }

  .home-dark .site-header__inner {
    min-height: 92px;
  }

  .home-dark .premium-brand img {
    width: 64px;
    height: 64px;
  }

  .home-dark .premium-nav {
    gap: 0.96rem;
    font-size: 0.92rem;
  }

  .repair-ticket--offset {
    margin-left: 3.8rem;
  }

  .repair-ticket--wide {
    margin-left: 0.6rem;
  }
}

@media (max-width: 992px) {
  .home-dark .site-container {
    width: min(100% - 1.6rem, 1320px);
  }

  .home-dark .site-header__inner {
    min-height: 82px;
  }

  .home-dark .premium-brand img {
    width: 56px;
    height: 56px;
  }

  .home-dark .premium-brand__name {
    font-size: 1.36rem;
  }

  .home-dark .premium-nav {
    inset: 88px 0.8rem auto;
  }

  .home-hero {
    padding: 2.2rem 0 1.5rem;
  }

  .home-hero h1 {
    max-width: 12.4ch;
    font-size: clamp(2.34rem, 8.35vw, 3.42rem);
    line-height: 1.07;
  }

  .home-hero__lead {
    margin-top: 1rem;
    font-size: 1.03rem;
  }

  .btn-lab {
    min-height: 56px;
    padding-inline: 1.35rem;
  }

  .hero-proof {
    font-size: 0.92rem;
  }

  .repair-dashboard {
    min-height: auto;
    gap: 0.78rem;
  }

  .repair-ticket,
  .repair-ticket--primary,
  .repair-ticket--offset,
  .repair-ticket--wide {
    min-height: 116px;
    grid-template-columns: 68px 1fr;
    width: 100%;
    margin-left: 0;
    padding: 0.86rem;
  }

  .repair-ticket h2 {
    font-size: 1.05rem;
  }

  .repair-ticket p {
    font-size: 0.9rem;
  }

  .device-art {
    width: 68px;
    height: 68px;
    border-radius: 16px;
  }

  .trust-item {
    padding: 1rem 1.05rem;
  }

  .trust-item strong {
    font-size: 1rem;
  }

  .trust-item span:last-child {
    font-size: 0.91rem;
  }

  .section-head p,
  .console-focus__copy p,
  .contact-panel p,
  .bento-card ul,
  .console-repair-card p,
  .process-step p {
    font-size: 0.96rem;
  }
}

@media (max-width: 680px) {
  .home-dark .site-container {
    width: min(100% - 1.3rem, 1320px);
  }

  .home-dark .site-header__inner {
    min-height: 78px;
  }

  .home-dark .premium-brand img {
    width: 52px;
    height: 52px;
  }

  .home-dark .premium-brand__name {
    font-size: 1.24rem;
  }

  .home-hero {
    padding-top: 1.7rem;
  }

  .home-hero h1 {
    max-width: 11.7ch;
    font-size: clamp(2.02rem, 8.05vw, 2.76rem);
    line-height: 1.08;
    letter-spacing: -0.042em;
  }

  .home-hero__lead {
    font-size: 0.99rem;
    line-height: 1.62;
  }

  .hero-actions {
    gap: 0.78rem;
  }

  .btn-lab {
    min-height: 54px;
  }

  .hero-proof {
    gap: 0.45rem 0.7rem;
    font-size: 0.89rem;
  }

  .repair-ticket,
  .repair-ticket--primary,
  .repair-ticket--offset,
  .repair-ticket--wide {
    min-height: 138px;
    padding: 0.84rem;
  }

  .trust-strip {
    padding-bottom: 1.65rem;
  }

  .trust-item {
    padding: 0.95rem 0.95rem;
  }

  .bento-card {
    min-height: 214px;
    padding: 1.15rem;
  }

  .bento-card h3 {
    font-size: 1.22rem;
  }

  .console-focus::before {
    inset: 0.8rem 0.4rem;
  }

  .console-repair-card {
    padding: 1rem;
  }

  .process-step {
    padding: 1rem;
  }

  .contact-panel,
  .diagnostic-form {
    padding: 1.25rem;
  }

  .premium-map {
    min-height: 300px;
  }
}
