@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/manrope-400.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/manrope-500.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/manrope-600.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/manrope-700.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/manrope-800.ttf") format("truetype");
}

@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/sora-600.ttf") format("truetype");
}

@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/sora-700.ttf") format("truetype");
}

@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/sora-800.ttf") format("truetype");
}

/*
Theme Name: SteikTech Clone
Theme URI: https://steiktech.de/
Author: SteikTech
Description: WordPress recreation of the public SteikTech Shopify storefront.
Version: 1.0.0
Text Domain: steiktech-clone
*/

:root {
  --st-black: #050505;
  --st-white: #fff;
  --st-muted: #5f6875;
  --st-line: #dde3eb;
  --st-max: 1440px;
  --st-font: "Manrope", Arial, Helvetica, sans-serif;
  --st-heading: "Sora", "Manrope", Arial, Helvetica, sans-serif;
  --st-surface: #f5f7fb;
  --st-surface-strong: #eef3f9;
  --st-blue: #0b63ff;
  --st-blue-deep: #0a43b8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--st-black);
  background: var(--st-white);
  font-family: var(--st-font);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  padding: .75rem 1rem;
  color: var(--st-white);
  background: var(--st-black);
}

.skip-link:focus {
  top: 1rem;
}

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

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  width: min(100%, var(--st-max));
  margin: 0 auto;
  padding: 16px 40px;
}

.main-nav,
.header-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
  font-weight: 600;
}

.main-nav a,
.header-actions a,
.language {
  opacity: .86;
  letter-spacing: .01em;
}

.main-nav a:hover,
.header-actions a:hover {
  opacity: 1;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand img {
  width: 190px;
  height: auto;
  object-fit: contain;
}

.header-actions {
  justify-content: flex-end;
}

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 5px;
  flex-shrink: 0;
}

.mobile-menu-btn span {
  display: block;
  height: 2px;
  background: #111;
  border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease;
  transform-origin: center;
}

.mobile-menu-btn[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu-btn[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.mobile-menu-btn[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  position: sticky;
  top: 57px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .09);
  padding: 10px 14px 14px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .1);
}

.mobile-nav[hidden] {
  display: none;
}

.mobile-nav a {
  padding: 13px 16px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: background .15s;
}

.mobile-nav a:hover {
  background: #f2f5fb;
}

.language {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.language-toggle {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(17, 22, 31, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #161b24;
  padding: 8px 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.language-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: .48;
}

.language-toggle strong {
  color: var(--st-blue-deep);
  font-size: 12px;
}

.language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 30;
  display: grid;
  min-width: 190px;
  border: 1px solid rgba(17, 22, 31, .12);
  border-radius: 8px;
  background: #fff;
  padding: 6px;
  box-shadow: 0 22px 60px rgba(10, 16, 28, .18);
}

.language-menu[hidden] {
  display: none;
}

.language-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 6px;
  color: inherit;
  padding: 10px 11px;
  font-size: 13px;
  font-weight: 800;
}

.language-menu a:hover,
.language-menu a.is-active {
  background: #f1f5fb;
  color: #0a43b8;
}

.language-menu b {
  font-size: 12px;
  color: #6b7280;
}

.icon-link {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
}

.icon-link svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.7;
}

.hero {
  position: relative;
  min-height: 78svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--st-white);
  background: #000;
}

.hero-media,
.hero-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.hero-media video {
  position: relative;
  object-fit: cover;
  opacity: .72;
}

.hero::after,
.statement::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .42);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100% - 40px));
  text-align: center;
}

.hero h1 {
  margin: 0 auto 32px;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid currentColor;
  background: var(--st-white);
  color: var(--st-black);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .01em;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.button:hover {
  background: #f2f2f2;
  transform: translateY(-1px);
}

.button-dark {
  border-color: var(--st-black);
  background: var(--st-black);
  color: var(--st-white);
}

.button-dark:hover {
  background: #242424;
}

.button-blue {
  border-color: var(--st-blue);
  background: var(--st-blue);
  color: #fff;
  box-shadow: 0 18px 44px rgba(11, 99, 255, .2);
}

.button-blue:hover {
  background: #004fda;
  box-shadow: 0 20px 52px rgba(11, 99, 255, .26);
}

.button-ghost {
  border-color: rgba(255, 255, 255, .56);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  backdrop-filter: blur(10px);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, .16);
}

.home-hero {
  position: relative;
  min-height: min(720px, calc(100svh - 73px));
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 72% 36%, rgba(18, 98, 255, .24), transparent 26%),
    linear-gradient(90deg, rgba(6, 8, 13, .96) 0%, rgba(8, 11, 18, .88) 41%, rgba(7, 9, 13, .22) 100%),
    var(--home-hero-image) center right / cover no-repeat,
    #06080d;
}

.home-hero-video {
  min-height: min(760px, calc(100svh - 73px));
  background: #050505;
}

.home-video-grid,
.home-video-grid video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.home-video-grid video {
  position: relative;
  object-fit: cover;
  opacity: .78;
}

.home-hero-video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 28% 55%, rgba(11, 99, 255, .14), transparent 52%),
    linear-gradient(135deg, rgba(0, 0, 0, .68) 0%, rgba(0, 0, 0, .32) 100%);
  pointer-events: none;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .52));
  pointer-events: none;
}

.home-hero-video::after {
  display: none;
}

.home-hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--st-max));
  margin: 0 auto;
  padding: 112px 40px 120px;
}

.home-hero-copy {
  width: min(760px, 100%);
}

.home-hero-copy-center {
  width: min(1120px, 100%);
  margin: 0 auto;
  text-align: center;
}

.home-kicker {
  margin: 0 0 18px;
  color: #75a7ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-hero h1 {
  margin: 0;
  font-size: clamp(42px, 5.2vw, 74px);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: 0;
}

.home-hero-copy-center h1 {
  display: grid;
  justify-items: center;
  gap: 8px;
  width: min(1060px, 100%);
  margin: 0 auto;
  font-size: clamp(56px, 5.8vw, 100px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-hero-copy-center h1 span {
  display: block;
  width: max-content;
  max-width: 100%;
}

.home-hero-copy-center h1 span:nth-child(1) {
  color: rgba(255, 255, 255, .96);
}

.home-hero-copy-center h1 span:nth-child(2) {
  background: linear-gradient(135deg, #7abeff 0%, #cce6ff 55%, #9fd2ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── kicker with animated dot ───────────────────────────────────────────── */
.home-video-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, .46);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.kicker-dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6ab0ff;
  flex-shrink: 0;
  animation: kicker-pulse 2.6s ease-in-out infinite;
}

@keyframes kicker-pulse {
  0%   { box-shadow: 0 0 0 0   rgba(106, 176, 255, .6); }
  60%  { box-shadow: 0 0 0 7px rgba(106, 176, 255, 0);  }
  100% { box-shadow: 0 0 0 0   rgba(106, 176, 255, .6); }
}

/* ── subtitle ────────────────────────────────────────────────────────────── */
.home-video-subtitle {
  width: min(640px, 100%);
  margin: 30px auto 0;
  color: rgba(255, 255, 255, .5);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
}

.home-hero-copy-center .home-video-subtitle {
  width: min(640px, 100%);
  margin-left: auto;
  margin-right: auto;
}

/* ── hero CTA buttons ────────────────────────────────────────────────────── */
.home-hero-copy-center .home-actions {
  justify-content: center;
  width: min(560px, 100%);
  margin: 40px auto 0;
  gap: 14px;
}

.hero-btn-primary {
  background: #fff;
  border-color: #fff;
  color: #09101f;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  transition: transform .22s ease, background .2s, box-shadow .22s ease;
}

.hero-btn-primary:hover {
  background: #eef3ff;
  border-color: #eef3ff;
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(255, 255, 255, .18);
}

.hero-btn-secondary {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .05);
  color: rgba(255, 255, 255, .84);
  backdrop-filter: blur(12px);
  font-weight: 700;
  letter-spacing: 0;
  transition: transform .22s ease, background .2s, border-color .2s;
}

.hero-btn-secondary:hover {
  background: rgba(255, 255, 255, .11);
  border-color: rgba(255, 255, 255, .4);
  color: #fff;
  transform: translateY(-1px);
}

.hero-btn-arrow {
  display: inline-block;
  margin-left: 2px;
  opacity: .55;
  transition: transform .2s ease, opacity .2s;
}

.hero-btn-secondary:hover .hero-btn-arrow {
  transform: translateX(4px);
  opacity: 1;
}

/* ── proof strip ─────────────────────────────────────────────────────────── */
.home-hero-copy > p:not(.home-kicker):not(.home-video-kicker):not(.home-video-subtitle) {
  width: min(610px, 100%);
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 0;
}

.home-actions .button {
  min-width: 244px;
}

.home-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 30px;
  justify-content: center;
  width: min(760px, 100%);
  margin: 42px auto 0;
}

.home-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .38);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-proof svg {
  width: 13px;
  height: 13px;
  color: rgba(106, 176, 255, .6);
  flex-shrink: 0;
}

.home-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: min(100%, var(--st-max));
  margin: -52px auto 0;
  padding: 0 40px 80px;
  position: relative;
  z-index: 2;
}

.home-service-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px;
  min-height: 256px;
  overflow: hidden;
  border: 1px solid #dbe3ed;
  background: #fff;
  box-shadow: 0 24px 64px rgba(9, 16, 32, .1);
  transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
  position: relative;
}

.home-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--st-blue), #5598ff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .38s ease;
  z-index: 1;
}

.home-service-card:hover {
  transform: translateY(-7px);
  border-color: #c0cedd;
  box-shadow: 0 36px 80px rgba(9, 16, 32, .15);
}

.home-service-card:hover::before {
  transform: scaleX(1);
}

.home-service-card > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 28px;
}

.home-service-card svg {
  width: 46px;
  height: 46px;
  padding: 10px;
  background: rgba(11, 99, 255, .08);
  border-radius: 10px;
  color: var(--st-blue);
}

.home-service-card h2 {
  margin: 22px 0 10px;
  font-family: var(--st-heading);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -.01em;
}

.home-service-card p {
  margin: 0;
  color: #5f6875;
  font-size: 14px;
  line-height: 1.68;
}

.home-service-card span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--st-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
}

.home-service-card span::after {
  content: "→";
  transition: transform .2s ease;
}

.home-service-card:hover span::after {
  transform: translateX(4px);
}

.home-service-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px 8px 20px 0;
  background: linear-gradient(160deg, #f7f9fd, #eaf0f7);
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 32px;
}

.section-heading-row .eyebrow {
  margin-bottom: 10px;
}

.section-heading-row h2 {
  margin: 0;
  font-family: var(--st-heading);
  font-size: clamp(28px, 3.8vw, 50px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.02em;
}

.section-heading-row > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--st-blue);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: gap .2s;
}

.section-heading-row > a::after {
  content: "→";
}

.section-heading-row > a:hover {
  gap: 10px;
}

/* ══════════════════════════════════════════════════ CATALOG SECTION ══════ */

.home-catalog-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 10%, rgba(62, 137, 255, .22), transparent 32%),
    radial-gradient(circle at 82% 22%, rgba(255, 255, 255, .08), transparent 28%),
    linear-gradient(180deg, #05070c 0%, #090d18 48%, #05070c 100%);
  padding: 104px 0 0;
}

.home-catalog-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .72), transparent 72%);
}

.home-catalog-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(5, 7, 12, .92));
}

.home-catalog-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--st-max));
  margin: 0 auto;
  padding: 0 40px 0;
}

.home-catalog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
}

.home-catalog-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: #8bbdff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.home-catalog-eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, #7eb6ff, transparent);
}

.home-catalog-heading h2 {
  margin: 0;
  color: #fff;
  font-family: var(--st-heading);
  font-size: clamp(34px, 4.4vw, 68px);
  font-weight: 800;
  line-height: .96;
  letter-spacing: -.055em;
  text-wrap: balance;
  max-width: 780px;
}

.home-catalog-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px 0 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .03));
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 18px 46px rgba(0, 0, 0, .22);
  backdrop-filter: blur(16px);
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.home-catalog-all:hover {
  transform: translateY(-2px);
  border-color: rgba(106, 176, 255, .56);
  background:
    linear-gradient(180deg, rgba(44, 132, 255, .22), rgba(255, 255, 255, .04));
  color: #fff;
}

.home-catalog-all svg {
  transition: transform .2s ease;
}

.home-catalog-all:hover svg {
  transform: translateX(4px);
}

/* ── grid ─────────────────────────────────────────────────────────────────── */

.home-cat-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 50% 0%, rgba(69, 142, 255, .16), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .024));
  box-shadow: 0 36px 100px rgba(0, 0, 0, .38);
  backdrop-filter: blur(20px);
}

.home-cat-card {
  grid-column: span 3;
}

.home-cat-card--featured {
  grid-column: span 6;
}

.home-cat-card:nth-last-child(2) {
  grid-column: span 6;
}

/* ── card base ────────────────────────────────────────────────────────────── */

.home-cat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, .075);
  background:
    radial-gradient(circle at 50% -8%, rgba(95, 166, 255, .2), transparent 48%),
    linear-gradient(180deg, rgba(20, 28, 48, .98), rgba(8, 11, 20, .99));
  overflow: hidden;
  min-height: 272px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.home-cat-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .04);
  z-index: 3;
}

.home-cat-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .18), transparent 22%),
    linear-gradient(180deg, transparent 50%, rgba(11, 99, 255, .18));
  opacity: .62;
  transition: opacity .25s ease;
  z-index: 2;
}

.home-cat-card:hover {
  transform: translateY(-5px);
  border-color: rgba(106, 176, 255, .5);
  background:
    radial-gradient(circle at 50% 0%, rgba(84, 151, 255, .24), transparent 44%),
    linear-gradient(180deg, rgba(22, 31, 54, .98), rgba(8, 11, 20, 1));
  box-shadow: 0 28px 70px rgba(0, 0, 0, .42), 0 0 0 1px rgba(106, 176, 255, .18);
  z-index: 1;
}

.home-cat-card:hover::after {
  opacity: .9;
}

/* ── image area ───────────────────────────────────────────────────────────── */

.home-cat-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 190px;
  padding: 34px 22px 24px;
  position: relative;
  overflow: hidden;
}

.home-cat-img::before {
  content: '';
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(106, 176, 255, .28), rgba(11, 99, 255, .1) 42%, transparent 72%);
  filter: blur(8px);
  transition: opacity .3s, transform .3s;
  opacity: .78;
}

.home-cat-card:hover .home-cat-img::before {
  opacity: 1;
  transform: translateX(-50%) scale(1.08);
}

.home-cat-card--featured .home-cat-img {
  min-height: 300px;
  padding: 50px 46px 34px;
}

.home-cat-img img {
  position: relative;
  z-index: 1;
  width: min(94%, 250px);
  max-height: 136px;
  object-fit: contain;
  transition: transform .45s cubic-bezier(.22,.68,0,1.15), filter .3s;
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, .56));
}

.home-cat-card--featured .home-cat-img img {
  max-height: 216px;
  width: min(86%, 360px);
}

.home-cat-card:hover .home-cat-img img {
  transform: scale(1.08) translateY(-6px);
  filter: drop-shadow(0 20px 40px rgba(11, 99, 255, .2)) drop-shadow(0 8px 16px rgba(0, 0, 0, .5));
}

/* ── label ────────────────────────────────────────────────────────────────── */

.home-cat-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 72px;
  padding: 18px 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .02));
  border-top: 1px solid rgba(255, 255, 255, .06);
  transition: background .2s, padding-left .2s, border-color .2s;
  position: relative;
  z-index: 3;
}

.home-cat-card:hover .home-cat-label {
  background: rgba(11, 99, 255, .12);
  padding-left: 26px;
}

.home-cat-label span {
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1.3;
}

.home-cat-card--featured .home-cat-label span {
  font-size: 15px;
  color: #fff;
}

.home-cat-arrow {
  width: 18px;
  height: 18px;
  padding: 2px;
  color: rgba(106, 176, 255, .42);
  border: 1px solid rgba(106, 176, 255, .14);
  border-radius: 999px;
  flex-shrink: 0;
  transition: color .2s, transform .22s ease, border-color .2s, background .2s;
}

.home-cat-card:hover .home-cat-arrow {
  color: #6ab0ff;
  border-color: rgba(106, 176, 255, .44);
  background: rgba(106, 176, 255, .08);
  transform: translateX(5px);
}

/* ── balanced final row ──────────────────────────────────────────────────── */

.home-cat-card--banner {
  grid-column: span 6;
  flex-direction: column;
  align-items: stretch;
  min-height: 272px;
  background:
    radial-gradient(circle at 50% -8%, rgba(84, 151, 255, .22), transparent 46%),
    linear-gradient(180deg, rgba(19, 25, 42, .98), rgba(8, 11, 20, .99));
}

.home-cat-card--banner .home-cat-img {
  width: auto;
  min-height: 190px;
  flex-shrink: 1;
  padding: 34px 28px 24px;
  border-right: none;
}

.home-cat-card--banner .home-cat-img img {
  max-height: 142px;
  width: min(92%, 250px);
}

.home-cat-card--banner .home-cat-label {
  flex: 1;
  min-height: 76px;
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: 20px 22px;
  align-self: auto;
  align-items: center;
}

.home-cat-card--banner .home-cat-label span {
  font-size: 13px;
  color: rgba(255, 255, 255, .86);
}

.home-cat-card--banner .home-cat-arrow {
  width: 18px;
  height: 18px;
}

.home-statement {
  min-height: 76svh;
  text-align: center;
}

.home-statement::after {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(11, 99, 255, .08), transparent 65%),
    linear-gradient(180deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .82) 50%, rgba(0, 0, 0, .65) 100%);
}

.home-statement-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 120px 40px;
}

.home-statement-label {
  margin: 0;
  color: rgba(106, 176, 255, .9);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.home-statement-qmark {
  width: 52px;
  height: 40px;
  color: rgba(255, 255, 255, .1);
  margin-bottom: -20px;
  flex-shrink: 0;
}

.home-statement-quote {
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(20px, 2.6vw, 34px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -.01em;
  font-style: normal;
}

.home-statement-quote em {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: clamp(26px, 3.4vw, 48px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.03em;
  font-style: normal;
}

.home-statement-stats {
  display: flex;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  padding: 24px 0;
  width: 100%;
  justify-content: center;
}

.home-statement-stats > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 0 40px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.home-statement-stats > div:last-child {
  border-right: none;
}

.home-statement-stats b {
  display: block;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -.03em;
}

.home-statement-stats span {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, .52);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-statement-cta {
  margin-top: 4px;
}

/* ═══════════════════════════════════════════════ PC BUILDER HERO ════════ */

.pc-builder-hero {
  position: relative;
  background:
    radial-gradient(ellipse at 65% 45%, rgba(11, 99, 255, .16), transparent 52%),
    linear-gradient(120deg, rgba(3, 5, 10, .98) 0%, rgba(6, 9, 18, .94) 100%),
    url("assets/repair-hero-hardware.jpg") center right / cover no-repeat,
    #040608;
  color: #fff;
  overflow: hidden;
}

.pc-builder-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 56px;
  align-items: center;
  width: min(100%, var(--st-max));
  margin: 0 auto;
  padding: 96px 40px 88px;
}

/* ── copy ─────────────────────────────────────────────────────────────────── */

.pb-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, .46);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.pc-builder-hero h1 {
  display: grid;
  gap: 2px;
  margin: 0;
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.pc-builder-hero h1 span:nth-child(1) {
  color: rgba(255, 255, 255, .96);
}

.pc-builder-hero h1 span:nth-child(2) {
  background: linear-gradient(135deg, #7abeff, #cce6ff 55%, #9fd2ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pb-sub {
  width: min(560px, 100%);
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .5);
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 400;
  line-height: 1.7;
}

.pb-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 36px;
  background: #0b63ff;
  border-color: #0b63ff;
  color: #fff;
  font-weight: 700;
  transition: background .2s, transform .2s, box-shadow .2s;
  box-shadow: 0 8px 28px rgba(11, 99, 255, .35);
}

.pb-cta svg {
  transition: transform .2s;
}

.pb-cta:hover {
  background: #004fda;
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(11, 99, 255, .45);
}

.pb-cta:hover svg {
  transform: translateY(3px);
}

/* ── panel ────────────────────────────────────────────────────────────────── */

.pb-panel {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(24px);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pb-panel-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pb-panel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22d87a;
  box-shadow: 0 0 0 3px rgba(34, 216, 122, .2);
  flex-shrink: 0;
  animation: kicker-pulse 2.4s ease-in-out infinite;
}

.pb-panel-head strong {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.01em;
}

.pb-panel-badge {
  margin-left: auto;
  background: rgba(34, 216, 122, .12);
  border: 1px solid rgba(34, 216, 122, .3);
  color: #22d87a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 100px;
}

.pb-panel-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  padding-top: 20px;
}

.pb-panel-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 600;
}

.pb-panel-features li svg {
  width: 15px;
  height: 15px;
  color: #6ab0ff;
  flex-shrink: 0;
}

.pb-panel-presets {
  display: flex;
  gap: 6px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  padding-top: 20px;
}

.pb-panel-presets span {
  flex: 1;
  text-align: center;
  padding: 7px 8px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  border-radius: 2px;
}

.pc-builder-page {
  background: #f5f7fa;
  padding: 42px 40px 78px;
}

.pc-builder-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  width: min(100%, 1360px);
  margin: 0 auto;
  align-items: start;
}

.pc-builder-main,
.builder-summary-card {
  border: 1px solid #dfe3e8;
  background: #fff;
  box-shadow: 0 20px 54px rgba(14, 20, 34, .06);
}

.pc-builder-main {
  padding: 24px;
}

.builder-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.builder-toolbar h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.builder-mode {
  display: inline-flex;
  border: 1px solid #dfe3e8;
  background: #f8fafc;
  padding: 4px;
}

.builder-mode button {
  border: 0;
  background: transparent;
  padding: 10px 13px;
  color: #4e5663;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.builder-mode button.is-active {
  background: #111;
  color: #fff;
}

.builder-status-bar {
  border: 1px solid #d8e3f8;
  background: #f3f7ff;
  color: #174ea6;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 700;
}

.builder-status-bar.has-warning {
  border-color: #f2d2a1;
  background: #fff8ec;
  color: #8a5400;
}

.builder-component-list {
  display: grid;
  gap: 0;
  margin-top: 18px;
  border: 1px solid #e0e4ea;
  overflow: hidden;
}

.builder-row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 88px 110px;
  gap: 0 14px;
  align-items: center;
  border-bottom: 1px solid #eaecf0;
  background: #fff;
  padding: 10px 14px 10px 10px;
  transition: background .12s;
}

.builder-row:last-child {
  border-bottom: none;
}

.builder-row:hover {
  background: #f8fafc;
}

.builder-row-img {
  width: 76px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f5fa;
  overflow: hidden;
  flex-shrink: 0;
}

.builder-row-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
  mix-blend-mode: multiply;
}

.builder-row-img--icon {
  color: #0b63ff;
}

.builder-row-img--icon svg {
  width: 28px;
  height: 28px;
}

.builder-row-category {
  display: block;
  color: #0b63ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.builder-row h3 {
  margin: 0 0 2px;
  font-size: 15px;
  font-weight: 700;
}

.builder-row p {
  margin: 0;
  color: #68717e;
  font-size: 13px;
}

.builder-row-price {
  color: #111;
  font-weight: 800;
  font-size: 15px;
  text-align: right;
}

.builder-row button,
.builder-option button {
  min-width: 92px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  padding: 10px 14px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.builder-summary-card {
  position: sticky;
  top: 96px;
  padding: 22px;
}

.builder-summary-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: baseline;
  margin-bottom: 16px;
}

.builder-summary-top span {
  color: #6a7280;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.builder-summary-top strong {
  font-size: 34px;
  line-height: 1;
}

.builder-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 18px;
}

.builder-metrics span {
  display: grid;
  gap: 3px;
  background: #f4f7fb;
  padding: 12px;
  color: #68717e;
  font-size: 12px;
}

.builder-metrics b {
  color: #111;
  font-size: 18px;
}

.builder-summary-list {
  display: grid;
  gap: 9px;
  margin-bottom: 22px;
  color: #4f5865;
  font-size: 13px;
}

.builder-summary-list span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #edf0f4;
  padding-bottom: 8px;
}

.builder-request-form {
  display: grid;
  gap: 12px;
}

.builder-request-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
}

.builder-request-form input:not([type="checkbox"]) {
  min-height: 42px;
  border: 1px solid #d8dde5;
  padding: 10px 12px;
  font: inherit;
}

.builder-request-form small {
  color: #6a7280;
  line-height: 1.4;
}

.builder-modal[hidden] {
  display: none;
}

.builder-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
}

.builder-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 7, 12, .62);
}

.builder-modal-panel {
  position: absolute;
  inset: 7vh 50%;
  width: min(860px, calc(100% - 32px));
  max-height: 86vh;
  transform: translateX(-50%);
  overflow: auto;
  background: #fff;
  padding: 24px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
}

.builder-modal-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
  margin-bottom: 20px;
}

.builder-modal-head h2 {
  margin: 0;
  font-size: 34px;
}

.builder-modal-head button {
  width: 38px;
  height: 38px;
  border: 1px solid #dfe3e8;
  background: #fff;
  font-size: 24px;
  cursor: pointer;
}

.builder-modal-filters {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #edf0f4;
}

.builder-modal-top-bar {
  display: flex;
  gap: 10px;
  align-items: center;
}

.builder-search {
  flex: 1;
  min-width: 0;
  border: 1px solid #dfe3e8;
  background: #f8fafc;
  padding: 9px 14px;
  font: inherit;
  font-size: 14px;
  outline: 0;
  transition: border-color .15s;
}

.builder-search:focus {
  border-color: #0b63ff;
  background: #fff;
}

.builder-sort-bar {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}

.builder-sort-btn {
  border: 1px solid #dfe3e8;
  background: #f5f7fb;
  padding: 7px 11px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background .12s, border-color .12s, color .12s;
  white-space: nowrap;
}

.builder-sort-btn:hover {
  border-color: #0b63ff;
  color: #0b63ff;
}

.builder-sort-btn.is-active {
  border-color: #0b63ff;
  background: #0b63ff;
  color: #fff;
}

.builder-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.builder-brand-btn {
  border: 1px solid #dfe3e8;
  background: #f5f7fb;
  padding: 5px 12px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 100px;
  transition: background .12s, border-color .12s, color .12s;
}

.builder-brand-btn:hover {
  border-color: #0b63ff;
  color: #0b63ff;
}

.builder-brand-btn.is-active {
  border-color: #0b63ff;
  background: #0b63ff;
  color: #fff;
}

.builder-no-results {
  padding: 32px;
  text-align: center;
  color: #68717e;
  font-size: 14px;
}

.builder-options {
  display: grid;
  gap: 8px;
}

.builder-option {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid #e0e4ea;
  padding: 12px 14px;
  transition: border-color .12s, background .12s;
  cursor: pointer;
}

.builder-option:hover {
  border-color: #0b63ff;
  background: #f5f8ff;
}

.builder-option.is-selected {
  border-color: #0b63ff;
  background: #eff4ff;
}

.builder-option-img {
  width: 84px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f5fa;
  overflow: hidden;
  flex-shrink: 0;
}

.builder-option-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  mix-blend-mode: multiply;
}

.builder-option-img--icon {
  color: #0b63ff;
}

.builder-option-img--icon svg {
  width: 32px;
  height: 32px;
}

.builder-option h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
}

.builder-option p {
  margin: 0;
  color: #65707d;
  font-size: 13px;
  line-height: 1.45;
}

.builder-option-body {
  min-width: 0;
}

.builder-option-brand {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #0b63ff;
  margin-bottom: 3px;
}

.builder-option-spec-line {
  margin: 0 0 4px !important;
  color: #4e5663 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.builder-option {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  border: 1px solid #e0e4ea;
  padding: 14px;
  transition: border-color .12s, background .12s;
  cursor: pointer;
}

.builder-store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}

.builder-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sc, #ccc);
  background: var(--sbg, #f8f8f8);
  color: var(--sc, #333);
  padding: 5px 10px;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .15s, transform .12s;
  white-space: nowrap;
}

.builder-buy-btn:hover {
  opacity: .82;
  transform: translateY(-1px);
}

.builder-pick-btn {
  min-width: 88px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  padding: 10px 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  flex-shrink: 0;
  align-self: start;
  transition: background .12s;
}

.builder-pick-btn.is-selected {
  border-color: #0b63ff;
  background: #0b63ff;
}

.builder-pick-btn:hover:not(.is-selected) {
  background: #2a2a2a;
}

.builder-option-specs {
  margin-top: 5px !important;
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.builder-option-specs span {
  color: #68717e;
  font-weight: 400;
}

.builder-row-spec {
  margin: 0;
  color: #4e5663;
  font-size: 12px;
  font-weight: 600;
}

.section {
  width: min(100%, var(--st-max));
  margin: 0 auto;
  padding: 72px 40px;
}

.eyebrow {
  margin: 0 0 18px;
  color: #5d6782;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(140px, 1fr));
  gap: 20px;
}

.collection-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--st-line);
  background: #fff;
  box-shadow: 0 16px 42px rgba(9, 16, 32, .05);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.collection-card:hover {
  transform: translateY(-4px);
  border-color: #cad4df;
  box-shadow: 0 24px 52px rgba(9, 16, 32, .09);
}

.collection-card figure {
  display: grid;
  min-height: 205px;
  margin: 0;
  place-items: center;
  background: linear-gradient(180deg, #fbfcfd, var(--st-surface));
}

.collection-card img {
  width: 88%;
  height: 185px;
  object-fit: contain;
}

.collection-card span {
  min-height: 58px;
  padding: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.statement {
  position: relative;
  min-height: 70svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--st-white);
  background: #000;
}

.statement video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .68;
}

.statement h2 {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 40px));
  margin: 0;
  font-family: var(--st-heading);
  font-size: clamp(32px, 4.8vw, 66px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.newsletter {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  background: #090c14;
  color: #fff;
  border-top: none;
}

.newsletter h2 {
  margin: 0 0 10px;
  font-family: var(--st-heading);
  font-size: clamp(24px, 2.8vw, 40px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.12;
}

.newsletter p {
  margin: 0;
  color: rgba(255, 255, 255, .6);
  font-size: 15px;
  line-height: 1.6;
}

.signup {
  display: flex;
  width: min(420px, 100%);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  transition: border-color .2s;
}

.signup:focus-within {
  border-bottom-color: #5598ff;
}

.signup input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 14px 0;
  font: inherit;
  color: #fff;
  outline: 0;
}

.signup input::placeholder {
  color: rgba(255, 255, 255, .4);
}

.signup button {
  border: 0;
  background: transparent;
  padding: 14px 0 14px 20px;
  font: inherit;
  font-weight: 700;
  color: #5598ff;
  cursor: pointer;
  transition: color .2s;
}

.signup button:hover {
  color: #fff;
}

.newsletter-feedback {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  width: min(420px, 100%);
}

.newsletter-feedback--success {
  background: rgba(26, 122, 52, .18);
  border: 1px solid rgba(26, 122, 52, .4);
  color: #a8f0bd;
}

.newsletter-feedback--info {
  background: rgba(11, 99, 255, .15);
  border: 1px solid rgba(11, 99, 255, .35);
  color: #9fc5ff;
}

.newsletter-feedback--error {
  background: rgba(200, 0, 0, .15);
  border: 1px solid rgba(200, 0, 0, .3);
  color: #ffaaaa;
}

.site-footer {
  background: #050709;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.footer-inner {
  width: min(100%, var(--st-max));
  margin: 0 auto;
  padding: 34px 40px;
}

.footer-top,
.footer-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-links {
  margin-top: 28px;
  align-items: flex-start;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 24px;
  font-size: 14px;
  font-weight: 600;
}

.footer-nav a {
  color: rgba(255, 255, 255, .72);
  transition: color .15s;
}

.footer-nav a:hover {
  color: #fff;
}

.policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* ═══════════════════════════════════════════════════════ ACCOUNT PAGE ══ */

.account-page {
  background: #f5f7fb;
  min-height: calc(100svh - 73px);
}

/* ── icon hint when logged in ─────────────────────────────────────────── */
.icon-link.account-active {
  color: var(--st-blue);
}

/* ── auth layout ──────────────────────────────────────────────────────── */
.account-auth-wrap {
  display: grid;
  grid-template-columns: minmax(0, 480px) minmax(0, 1fr);
  min-height: inherit;
}

.account-auth-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  padding: 52px 48px 48px;
  border-right: 1px solid #e8ecf2;
}

.account-auth-logo img {
  width: 140px;
  height: auto;
  margin-bottom: 8px;
}

/* ── tabs ─────────────────────────────────────────────────────────────── */
.account-tabs {
  display: flex;
  border-bottom: 2px solid #edf0f5;
  gap: 0;
}

.account-tab {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  padding: 10px 20px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  color: #68717e;
  cursor: pointer;
  transition: color .15s, border-color .15s;
}

.account-tab.is-active {
  color: #111;
  border-bottom-color: #0b63ff;
}

.account-tab:hover:not(.is-active) {
  color: #333;
}

/* ── panels ───────────────────────────────────────────────────────────── */
.account-panel {
  display: none;
  flex-direction: column;
  gap: 16px;
}

.account-panel.is-active {
  display: flex;
}

.account-panel h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.15;
}

.account-sub {
  margin: 0;
  color: #68717e;
  font-size: 14px;
  line-height: 1.5;
}

/* ── alerts ───────────────────────────────────────────────────────────── */
.account-alert {
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 2px;
}

.account-alert-error {
  background: #fff2f2;
  border: 1px solid #fcc;
  color: #c00;
}

.account-alert-success {
  background: #f0faf2;
  border: 1px solid #b4e2bc;
  color: #1a7a34;
}

.account-alert a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

/* ── form ─────────────────────────────────────────────────────────────── */
.account-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.account-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #2a2e38;
}

.account-form input:not([type="checkbox"]) {
  min-height: 44px;
  border: 1px solid #d8dde5;
  background: #fafbfc;
  padding: 10px 14px;
  font: inherit;
  font-size: 15px;
  outline: 0;
  transition: border-color .15s, background .15s;
}

.account-form input:not([type="checkbox"]):focus {
  border-color: #0b63ff;
  background: #fff;
}

.account-form .button {
  width: 100%;
  margin-top: 4px;
  min-height: 48px;
  font-size: 15px;
}

.account-consent {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 10px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #4e5663 !important;
  line-height: 1.5;
}

.account-consent a {
  color: #0b63ff;
  font-weight: 600;
}

.account-link {
  font-size: 13px;
  font-weight: 600;
  color: #0b63ff;
  text-align: center;
}

/* ── divider ──────────────────────────────────────────────────────────── */
.account-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #b0b8c4;
  font-size: 12px;
}

.account-divider::before,
.account-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e8ecf2;
}

.account-guest-btn {
  display: block;
  text-align: center;
  padding: 12px;
  border: 1px solid #dfe3ea;
  background: #f8fafc;
  color: #4e5663;
  font-size: 14px;
  font-weight: 700;
  transition: background .15s, border-color .15s;
}

.account-guest-btn:hover {
  background: #eef2f8;
  border-color: #c8d0dc;
}

/* ── benefits panel ───────────────────────────────────────────────────── */
.account-benefits {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 56px;
  background: linear-gradient(135deg, #0a0e1a, #0d1530);
  color: #fff;
}

.account-benefits h3 {
  margin: 0 0 32px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.account-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.account-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.5;
}

.account-benefits li svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 1px;
  color: #6ab0ff;
}

.account-benefits b {
  color: #fff;
}

/* ── dashboard ────────────────────────────────────────────────────────── */
.account-dashboard {
  width: min(100%, 960px);
  margin: 0 auto;
  padding: 52px 40px 80px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.account-dash-header {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border: 1px solid #e4e9f0;
  padding: 28px 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
}

.account-dash-avatar {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0b63ff, #4d94ff);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  border-radius: 50%;
}

.account-dash-header h1 {
  margin: 0 0 3px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.01em;
}

.account-dash-header p {
  margin: 0;
  color: #68717e;
  font-size: 14px;
}

.account-logout-form {
  margin-left: auto;
}

.account-logout-btn {
  border: 1px solid #dfe3ea;
  background: transparent;
  padding: 10px 18px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  color: #68717e;
  cursor: pointer;
  transition: color .15s, border-color .15s;
}

.account-logout-btn:hover {
  color: #c00;
  border-color: #fcc;
}

.account-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.account-stat {
  background: #fff;
  border: 1px solid #e4e9f0;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.account-stat b {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  color: #111;
}

.account-stat span {
  font-size: 13px;
  color: #68717e;
  font-weight: 600;
}

.account-action-grid {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #e4e9f0;
  border: 1px solid #e4e9f0;
  overflow: hidden;
}

.account-action-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  padding: 22px 28px;
  transition: background .15s;
}

.account-action-card:hover {
  background: #f8fafc;
}

.account-action-card svg:first-child {
  width: 24px;
  height: 24px;
  color: #0b63ff;
  flex-shrink: 0;
}

.account-action-card strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 2px;
}

.account-action-card span {
  font-size: 13px;
  color: #68717e;
}

.account-action-arrow {
  width: 18px;
  height: 18px;
  color: #b0b8c4;
  margin-left: auto;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════════════════ */

.page-shell {
  width: min(100%, var(--st-max));
  min-height: 62svh;
  margin: 0 auto;
  padding: 72px 40px;
}

.page-shell h1 {
  margin: 0 0 32px;
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 500;
}

.empty-state {
  display: grid;
  min-height: 280px;
  place-items: center;
  border: 1px solid var(--st-line);
  color: var(--st-muted);
  text-align: center;
}

.repair-form {
  display: grid;
  gap: 28px;
  width: 100%;
}

.repair-form label {
  display: grid;
  gap: 8px;
  color: #202020;
  font-size: 14px;
  font-weight: 500;
}

.repair-form input,
.repair-form select,
.repair-form textarea {
  width: 100%;
  border: 1px solid var(--st-line);
  border-radius: 0;
  background: #fff;
  padding: 14px 16px;
  color: var(--st-black);
  font: inherit;
  font-weight: 400;
}

.repair-form input:focus,
.repair-form select:focus,
.repair-form textarea:focus {
  border-color: var(--st-black);
  outline: 1px solid var(--st-black);
}

.repair-form textarea {
  min-height: 160px;
  resize: vertical;
}

.repair-hero {
  background: #080808;
  color: #fff;
}

.repair-hero > div {
  width: min(100%, var(--st-max));
  margin: 0 auto;
  padding: 92px 40px 76px;
}

.repair-hero .eyebrow {
  color: rgba(255, 255, 255, .7);
}

.repair-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 84px);
  font-weight: 500;
  line-height: 1;
}

.repair-hero p:last-child {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 18px;
}

.repair-page {
  width: min(100%, var(--st-max));
  margin: 0 auto;
  padding: 56px 40px 72px;
}

.form-section {
  display: grid;
  gap: 24px;
  border-top: 1px solid var(--st-line);
  padding-top: 28px;
}

.form-section-heading {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.form-section-heading span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--st-black);
  border-radius: 50%;
  font-size: 14px;
}

.form-section-heading h2 {
  margin: 0 0 4px;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 500;
}

.form-section-heading p {
  max-width: 720px;
  margin: 0;
  color: var(--st-muted);
}

.form-grid {
  display: grid;
  gap: 18px;
}

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

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

.file-upload {
  border: 1px dashed #b7b7b7;
  padding: 18px;
  background: #fafafa;
}

.file-upload input {
  border: 0;
  padding: 8px 0 0;
  background: transparent;
}

.file-upload small {
  color: var(--st-muted);
  font-weight: 400;
}

.form-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  border-top: 1px solid var(--st-line);
  padding-top: 28px;
}

.consent {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 10px !important;
  align-items: flex-start;
  color: var(--st-muted) !important;
  font-weight: 400 !important;
}

.consent input {
  width: auto;
  margin-top: 3px;
}

.repair-hero-pro {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 18%, rgba(64, 140, 255, .26), transparent 32%),
    linear-gradient(135deg, #050505 0%, #11161f 52%, #050505 100%);
}

.repair-hero-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .8), transparent 75%);
  pointer-events: none;
}

.repair-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 54px;
  align-items: end;
  width: min(100%, var(--st-max));
  margin: 0 auto;
  padding: 96px 40px 82px;
}

.repair-hero-copy {
  max-width: 800px;
}

.repair-kicker {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.repair-hero-pro .repair-hero-copy h1 {
  max-width: 760px;
  margin: 0 0 22px;
  font-size: clamp(46px, 6.5vw, 96px);
  line-height: 1.02;
}

.repair-hero-pro .repair-hero-copy p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 19px;
  line-height: 1.55;
}

.repair-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 34px;
}

.repair-text-link {
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .36);
}

.repair-hero-panel {
  display: grid;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
}

.repair-hero-panel div {
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.repair-hero-panel div:last-child {
  border-bottom: 0;
}

.repair-hero-panel strong,
.repair-hero-panel span {
  display: block;
}

.repair-hero-panel strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}

.repair-hero-panel span {
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
}

.repair-page-pro {
  background: linear-gradient(180deg, #f7f8fa 0%, #fff 54%);
}

.repair-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
  width: min(100%, var(--st-max));
  margin: 0 auto;
}

.repair-form-pro {
  border: 1px solid #dfe3e8;
  background: #fff;
  padding: 30px;
  box-shadow: 0 24px 70px rgba(12, 18, 28, .08);
}

.repair-stepbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 4px;
}

.repair-stepbar span {
  min-height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #dfe3e8;
  color: #68707b;
  background: #f7f8fa;
  font-size: 13px;
  font-weight: 500;
}

.repair-stepbar .is-active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.repair-form-pro .form-section {
  border-top-color: #e6e9ee;
  padding-top: 32px;
}

.repair-form-pro .form-section-heading span {
  border-color: #111;
  background: #111;
  color: #fff;
}

.device-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.device-choice {
  min-height: 76px;
  border: 1px solid #dfe3e8;
  background: #f9fafb;
  color: #151515;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.device-choice:hover,
.device-choice.is-selected {
  border-color: #111;
  background: #fff;
  transform: translateY(-1px);
}

.repair-form-pro input,
.repair-form-pro select,
.repair-form-pro textarea {
  min-height: 52px;
  border-color: #d9dde4;
  background: #fbfcfd;
}

.repair-form-pro textarea {
  min-height: 190px;
}

.repair-form-pro .file-upload {
  min-height: 138px;
  justify-content: center;
  border-color: #aeb8c5;
  background:
    linear-gradient(135deg, rgba(32, 96, 180, .06), rgba(255, 255, 255, 0)),
    #fbfcfd;
}

.repair-form-pro .file-upload span {
  font-size: 17px;
  font-weight: 600;
}

.repair-aside {
  position: sticky;
  top: 86px;
  display: grid;
  gap: 14px;
}

.aside-block {
  border: 1px solid #dfe3e8;
  background: #fff;
  padding: 24px;
}

.aside-dark {
  border-color: #111;
  background: #111;
  color: #fff;
}

.aside-block h2,
.aside-block h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 500;
}

.aside-block h3 {
  font-size: 18px;
}

.aside-block p {
  margin: 0;
  color: #68707b;
  font-size: 14px;
  line-height: 1.55;
}

.aside-dark p {
  color: rgba(255, 255, 255, .7);
}

.aside-block ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: #333;
  font-size: 14px;
}

.legal-page {
  background: linear-gradient(180deg, #f7f8fa 0%, #fff 42%);
  padding: 64px 40px 88px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 880px);
  gap: 48px;
  align-items: start;
  width: min(100%, var(--st-max));
  margin: 0 auto;
}

.legal-nav {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 8px;
  border: 1px solid #dfe3e8;
  background: #fff;
  padding: 18px;
}

.legal-nav span {
  margin-bottom: 8px;
  color: var(--st-muted);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.legal-nav a {
  padding: 12px 13px;
  color: #333;
  font-size: 14px;
}

.legal-nav a:hover,
.legal-nav a.is-active {
  background: #111;
  color: #fff;
}

.legal-content {
  border: 1px solid #dfe3e8;
  background: #fff;
  padding: clamp(28px, 4vw, 56px);
  box-shadow: 0 24px 70px rgba(12, 18, 28, .06);
}

.legal-language-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 26px;
}

.legal-language-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 1px solid #dfe3e8;
  border-radius: 999px;
  padding: 8px 14px;
  color: #2a2f37;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
}

.legal-language-switcher a:hover,
.legal-language-switcher a.is-active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.legal-content-rtl {
  direction: rtl;
  text-align: right;
}

.legal-content-rtl ul,
.legal-content-rtl ol {
  padding-right: 22px;
  padding-left: 0;
}

.legal-updated {
  margin: 0 0 14px;
  color: var(--st-muted);
  font-size: 14px;
}

.legal-content h1 {
  margin: 0 0 32px;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 500;
  line-height: 1;
}

.legal-content h2 {
  margin: 34px 0 12px;
  font-size: 24px;
  font-weight: 500;
}

.legal-content p,
.legal-content li {
  color: #30343a;
  font-size: 16px;
  line-height: 1.72;
}

.legal-content p {
  margin: 0 0 16px;
}

.legal-content ul,
.legal-content ol {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 22px;
}

.legal-content a {
  border-bottom: 1px solid currentColor;
}

.legal-form-box {
  margin: 18px 0 24px;
  border: 1px solid #d8dde5;
  border-radius: 6px;
  background: #f8fafc;
  padding: 18px;
}

.legal-form-box p:last-child {
  margin-bottom: 0;
}

.site-header-repair {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: #07080b;
  color: #fff;
  backdrop-filter: none;
}

.site-header-repair .header-inner {
  grid-template-columns: 300px minmax(0, 1fr) 140px;
  min-height: 74px;
  width: min(100%, 1428px);
  padding: 0;
}

.site-header-repair .brand {
  order: 1;
  justify-content: flex-start;
}

.site-header-repair .main-nav {
  order: 2;
  justify-content: flex-start;
  gap: 28px;
  font-size: 14px;
  font-weight: 500;
}

.site-header-repair .main-nav a {
  white-space: nowrap;
}

.site-header-repair .header-actions {
  order: 3;
  gap: 25px;
}

.site-header-repair .cart-link {
  position: relative;
}

.site-header-repair .cart-badge {
  position: absolute;
  top: -9px;
  right: -9px;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 999px;
  background: #0b63ff;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.site-header-repair .icon-link svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.9;
}

.repair-logo {
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: .04em;
  line-height: 1;
}

.repair-logo span {
  color: #0b63ff;
}

.repair-screen-hero {
  background: #0b0d11;
  color: #fff;
}

.repair-screen-hero__content {
  display: grid;
  grid-template-columns: 52.7% 47.3%;
  width: min(100%, var(--st-max));
  margin: 0 auto;
  min-height: 222px;
}

.repair-screen-hero__copy {
  display: grid;
  align-content: center;
  padding: 48px 56px;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, .05), transparent 28%),
    linear-gradient(90deg, #11151b 0%, #0d1015 100%);
}

.repair-screen-hero__copy h1 {
  width: min(520px, 100%);
  margin: 0 0 14px;
  font-family: var(--st-heading);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.repair-screen-hero__copy > p {
  width: min(480px, 100%);
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .86);
  font-size: 19px;
  line-height: 1.55;
}

.repair-response {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  font-size: 18px;
}

.repair-response svg {
  width: 24px;
  height: 24px;
  color: #0b63ff;
  stroke-width: 2;
}

.repair-response strong {
  color: #0b63ff;
  font-weight: 700;
}

.repair-screen-hero__media {
  min-height: 222px;
  background:
    linear-gradient(90deg, rgba(13, 16, 21, .96) 0%, rgba(13, 16, 21, .36) 32%, rgba(13, 16, 21, .18) 100%),
    linear-gradient(0deg, rgba(5, 30, 80, .22), rgba(5, 30, 80, .22)),
    url("assets/repair-hero-hardware.jpg") center / cover no-repeat;
}

.repair-screen-page {
  background: #f7f7f8;
  padding: 38px 24px 76px;
}

.repair-screen-wrap {
  width: min(100%, 1220px);
  margin: 0 auto;
  padding: 0;
}

.repair-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
  margin: 0 0 24px;
  padding: 0;
}

.repair-flow span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #9aa0aa;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  transition: color .25s;
}

.repair-flow span:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-left: 4px;
  background: #e0e3e8;
  border-radius: 2px;
  transition: background .3s;
}

.repair-flow b {
  display: inline-grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 50%;
  background: #e4e7ec;
  color: #666b74;
  font-size: 12px;
  font-weight: 800;
  transition: background .25s, color .25s, box-shadow .25s;
}

/* Active step */
.repair-flow .is-active {
  color: #0b55d9;
  font-weight: 700;
}

.repair-flow .is-active b {
  background: #064fd8;
  color: #fff;
  box-shadow: 0 0 0 4px rgba(6, 79, 216, .15);
}

/* Completed step */
.repair-flow .is-done {
  color: #4caf7d;
  font-weight: 700;
}

.repair-flow .is-done b {
  background: #1a9e57;
  color: #fff;
  font-size: 0; /* hide number, show checkmark */
  position: relative;
}

.repair-flow .is-done b::after {
  content: "✓";
  position: absolute;
  font-size: 13px;
  font-weight: 800;
}

.repair-flow .is-done:not(:last-child)::after {
  background: #1a9e57;
  opacity: .4;
}

/* ── progress bar ─────────────────────────────────────────────────────────── */

.repair-progress-wrap {
  height: 3px;
  background: #e4e7ec;
  border-radius: 100px;
  margin: 14px 0 28px;
  overflow: hidden;
}

.repair-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #064fd8, #4d94ff);
  border-radius: 100px;
  transition: width .45s cubic-bezier(.4, 0, .2, 1);
}

.repair-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.repair-request-card,
.repair-info-card {
  border: 1px solid #dddfe4;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(18, 24, 38, .04);
}

.repair-request-card {
  display: grid;
  gap: 0;
  padding: 30px;
}

.repair-status {
  margin: 0 0 22px;
  border: 1px solid #badbcc;
  border-radius: 6px;
  background: #f0fff6;
  color: #0f5132;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 600;
}

.repair-status-error {
  border-color: #f1b8be;
  background: #fff5f6;
  color: #842029;
}

.repair-request-section {
  padding: 0 0 30px;
}

.repair-request-section + .repair-request-section {
  padding-top: 4px;
}

.repair-request-section h2 {
  margin: 0 0 8px;
  color: #111;
  font-family: var(--st-heading);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.repair-request-section h2 span {
  font-size: 15px;
  font-weight: 600;
}

.repair-request-section p {
  max-width: 720px;
  margin: 0 0 18px;
  color: #676b73;
  font-size: 14px;
  line-height: 1.6;
}

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

.device-card {
  display: grid;
  grid-template-columns: 20px 32px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 78px;
  border: 1px solid #d9dce2;
  border-radius: 4px;
  background: #fff;
  color: #14171c;
  padding: 14px 12px;
  font: inherit;
  cursor: pointer;
  text-align: left;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.device-card.is-selected {
  border-color: #0b63ff;
  box-shadow: inset 0 0 0 1px #0b63ff;
}

.device-card > svg {
  width: 28px;
  height: 28px;
  color: #333;
  stroke-width: 1.65;
}

.device-card strong {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.radio-dot {
  width: 19px;
  height: 19px;
  border: 1.5px solid #c5c9cf;
  border-radius: 50%;
}

.device-card.is-selected .radio-dot {
  border: 5px solid #0b63ff;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.repair-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.repair-field-row label,
.full-field {
  display: grid;
  gap: 8px;
  color: #16191f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.repair-request-card select,
.repair-request-card input,
.repair-request-card textarea {
  width: 100%;
  border: 1px solid #d4d7dd;
  border-radius: 4px;
  background: #fff;
  color: #1d2129;
  font: inherit;
  font-size: 14px;
}

.repair-request-card select,
.repair-request-card input {
  height: 44px;
  padding: 0 14px;
}

.repair-request-card textarea {
  min-height: 104px;
  padding: 14px;
  resize: vertical;
}

.full-field small {
  color: #8c9098;
  font-size: 13px;
  font-weight: 400;
}

.screen-upload {
  display: grid;
  min-height: 126px;
  place-items: center;
  border: 1.5px dashed #b8bcc4;
  border-radius: 5px;
  background: #fff;
  color: #3e424a;
  padding: 18px;
  text-align: center;
  cursor: pointer;
}

.screen-upload svg {
  width: 39px;
  height: 39px;
  margin-bottom: 7px;
  color: #3e424a;
  stroke-width: 1.8;
}

.screen-upload span {
  font-size: 14px;
  font-weight: 700;
}

.screen-upload small {
  color: #7c818a;
  font-size: 12px;
}

.screen-upload input {
  display: none;
}

.screen-form-footer {
  margin-top: 2px;
}

.repair-info-card {
  display: grid;
  gap: 0;
  padding: 24px;
}

.repair-info-card section {
  padding: 0 0 23px;
  border-bottom: 1px solid #e3e5e9;
}

.repair-info-card section + section {
  padding-top: 20px;
}

.repair-info-card section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.repair-info-card h2 {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 17px;
  color: #16191f;
  font-family: var(--st-heading);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

.repair-info-card h2 svg {
  width: 24px;
  height: 24px;
  color: #0b63ff;
  stroke-width: 2;
}

.repair-info-card ol,
.repair-info-card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding-left: 26px;
}

.repair-info-card li {
  color: #252932;
  font-size: 13px;
  line-height: 1.45;
}

.repair-info-card li span {
  display: block;
  margin-top: 3px;
  color: #6b707a;
  line-height: 1.45;
}

.repair-info-card ul {
  list-style: none;
  padding-left: 0;
}

.repair-info-card ul li::before {
  content: "✓";
  margin-right: 12px;
  color: #20242b;
}

.repair-info-card p,
.repair-info-card a {
  color: #404550;
  font-size: 13px;
  line-height: 1.55;
}

.repair-info-card p {
  margin: 0 0 16px;
}

.repair-info-card a {
  color: #064fd8;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-cat-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .home-cat-card,
  .home-cat-card--featured,
  .home-cat-card--banner,
  .home-cat-card:nth-last-child(2) {
    grid-column: span 3;
  }

  .home-catalog-inner {
    padding: 0 24px;
  }

  .home-services {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 28px;
  }

  .home-service-card {
    grid-template-columns: minmax(0, 1fr) 180px;
  }

  .pc-builder-hero-inner,
  .pc-builder-layout {
    grid-template-columns: 1fr;
  }

  .builder-summary-card {
    position: static;
  }

  .site-header-repair .header-inner {
    grid-template-columns: 240px minmax(0, 1fr) 120px;
    width: 100%;
    padding: 0 24px;
  }

  .site-header-repair .main-nav {
    gap: 18px;
    font-size: 13px;
  }

  .repair-screen-wrap {
    padding: 0 18px;
  }

  .repair-flow {
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .repair-main-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  .header-inner {
    grid-template-columns: auto 1fr auto;
    padding: 12px 18px;
  }

  .brand {
    justify-content: flex-start;
  }

  .brand img {
    width: clamp(128px, 42vw, 158px);
  }

  .main-nav {
    display: none;
  }

  .mobile-menu-btn {
    display: flex;
  }

  .language,
  .header-actions a:not(.icon-link) {
    display: none;
  }

  .hero {
    min-height: 72svh;
  }

  .hero-media {
    grid-template-columns: 1fr;
  }

  .hero-media video + video {
    display: none;
  }

  .section,
  .page-shell,
  .footer-inner,
  .repair-page,
  .repair-hero > div {
    padding-left: 18px;
    padding-right: 18px;
  }

  .collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .home-cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 10px;
  }

  .home-cat-card {
    grid-column: span 1;
  }

  .home-cat-card--featured,
  .home-cat-card--banner,
  .home-cat-card:nth-last-child(2) {
    grid-column: span 2;
  }

  .home-catalog-section {
    padding: 64px 0 0;
  }

  .home-catalog-inner {
    padding: 0 18px;
  }

  .home-catalog-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 24px;
  }

  .home-catalog-heading h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .home-catalog-all {
    width: 100%;
  }

  .home-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(6, 8, 13, .94), rgba(6, 8, 13, .78)),
      var(--home-hero-image) center right / cover no-repeat,
      #06080d;
  }

  .home-hero-video {
    background: #050505;
  }

  .home-video-grid {
    grid-template-columns: 1fr;
  }

  .home-video-grid video + video {
    display: none;
  }

  .home-hero-inner {
    padding: 58px 18px 56px;
  }

  .home-hero h1 {
    font-size: clamp(34px, 10.5vw, 52px);
    overflow-wrap: anywhere;
  }

  .home-hero-copy-center h1 {
    gap: 4px;
    width: 100%;
    font-size: clamp(36px, 11.2vw, 54px);
    line-height: .98;
    overflow-wrap: anywhere;
  }

  .home-hero-copy-center h1 span {
    width: 100%;
    max-width: 100%;
    word-break: normal;
  }

  .home-video-subtitle {
    font-size: 15px;
    width: 100%;
    max-width: 350px;
    margin-top: 22px;
  }

  .home-hero-copy > p:not(.home-kicker) {
    font-size: 16px;
  }

  .home-actions {
    justify-content: center;
    width: 100%;
    margin-top: 28px;
  }

  .hero-btn-primary,
  .hero-btn-secondary {
    flex: 1 1 100%;
    min-width: 0;
    justify-content: center;
  }

  .home-proof {
    gap: 4px 20px;
    margin-top: 32px;
  }

  .home-proof span {
    font-size: 10px;
    padding: 0;
  }

  .home-services {
    margin-top: -28px;
    padding: 24px 18px 46px;
    gap: 14px;
  }

  .home-service-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-service-card > div {
    order: 2;
    padding: 22px;
  }

  .home-service-card h2 {
    margin-top: 16px;
    font-size: 22px;
  }

  .home-service-card img {
    order: 1;
    height: 150px;
    padding: 18px 18px 10px;
    object-fit: contain;
  }

  .section-heading-row {
    display: block;
  }

  .section-heading-row h2 {
    font-size: 34px;
    margin-bottom: 16px;
  }

  .home-statement-content {
    padding: 72px 18px;
    gap: 24px;
  }

  .home-statement-stats > div {
    padding: 0 20px;
  }

  .home-statement-stats b {
    font-size: 28px;
  }

  .pc-builder-hero-inner {
    padding: 64px 18px 52px;
  }

  .pb-panel {
    display: none;
  }

  .pc-builder-page {
    padding: 24px 18px 54px;
  }

  .builder-toolbar {
    display: grid;
  }

  .builder-mode {
    overflow-x: auto;
  }

  .builder-row {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .builder-row-img {
    width: 56px;
    height: 44px;
  }

  .builder-row-price,
  .builder-row button {
    grid-column: 2;
    width: 100%;
  }

  .builder-modal-panel {
    inset: 4vh 50%;
    max-height: 92vh;
    padding: 18px;
  }

  .builder-option {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .builder-option-img {
    width: 64px;
    height: 52px;
  }

  .builder-option {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .builder-option-img {
    width: 64px;
    height: 52px;
  }

  .builder-pick-btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .builder-modal-top-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .builder-sort-bar {
    justify-content: flex-start;
  }

  .collection-card {
    min-height: 220px;
  }

  .collection-card figure {
    min-height: 162px;
  }

  .collection-card img {
    height: 140px;
  }

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

  .signup {
    width: 100%;
  }

  .newsletter {
    gap: 24px;
  }

  .footer-top,
  .footer-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-grid-2,
  .form-grid-3,
  .form-footer {
    grid-template-columns: 1fr;
  }

  .repair-hero-inner,
  .repair-layout,
  .repair-stepbar,
  .device-choice-grid,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .repair-hero-inner {
    padding: 72px 18px 54px;
  }

  .repair-hero-panel {
    display: none;
  }

  .repair-form-pro {
    padding: 20px;
  }

  .repair-aside {
    position: static;
  }

  .legal-page {
    padding: 28px 18px 56px;
  }

  .legal-nav {
    position: static;
  }

  .site-header-repair .header-inner {
    grid-template-columns: 1fr auto;
    gap: 14px;
    min-height: 74px;
    padding: 0 18px;
  }

  .site-header-repair .main-nav {
    display: none;
  }

  .site-header-repair .header-actions {
    gap: 14px;
  }

  .site-header-repair .icon-link svg {
    width: 22px;
    height: 22px;
  }

  .repair-logo {
    font-size: 22px;
  }

  .repair-screen-hero__content {
    display: block;
    min-height: 0;
    background:
      linear-gradient(90deg, rgba(13, 16, 21, .98) 0%, rgba(13, 16, 21, .74) 58%, rgba(13, 16, 21, .28) 100%),
      url("assets/repair-hero-hardware.jpg") center / cover no-repeat;
  }

  .repair-screen-hero__copy {
    min-height: 292px;
    padding: 44px 18px 42px;
    background: transparent;
  }

  .repair-screen-hero__copy h1 {
    font-size: 40px;
    max-width: 330px;
  }

  .repair-screen-hero__copy > p,
  .repair-response {
    font-size: 18px;
  }

  .repair-screen-hero__media {
    display: none;
  }

  .repair-screen-page {
    padding-top: 28px;
  }

  .repair-flow {
    display: flex;
    width: max-content;
    min-width: 100%;
    margin-bottom: 16px;
  }

  .repair-flow span:not(:last-child)::after {
    width: 34px;
  }

  .repair-request-card {
    padding: 20px 18px 26px;
  }

  .device-card-grid,
  .repair-field-row {
    grid-template-columns: 1fr;
  }

  .device-card {
    grid-template-columns: 20px 34px minmax(0, 1fr);
  }
}

@media (max-width: 520px) {
  .header-inner {
    gap: 12px;
    min-height: 66px;
  }

  .header-actions {
    gap: 12px;
  }

  .header-actions .icon-link:first-of-type {
    display: none;
  }

  .home-video-kicker {
    margin-bottom: 22px;
    font-size: 10px;
    letter-spacing: .14em;
  }

  .home-hero-copy-center h1 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .home-proof {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
    margin-top: 28px;
  }

  .home-cat-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 10px;
  }

  .home-cat-card,
  .home-cat-card--featured,
  .home-cat-card--banner,
  .home-cat-card:nth-last-child(2) {
    grid-column: 1 / -1;
    min-height: 232px;
  }

  .home-cat-img,
  .home-cat-card--featured .home-cat-img,
  .home-cat-card--banner .home-cat-img {
    min-height: 168px;
    padding: 30px 22px 20px;
  }

  .home-cat-img img,
  .home-cat-card--featured .home-cat-img img,
  .home-cat-card--banner .home-cat-img img {
    max-height: 150px;
    width: min(88%, 240px);
  }

  .home-cat-label,
  .home-cat-card--banner .home-cat-label {
    min-height: 64px;
    padding: 16px 18px;
  }

  .home-statement-stats {
    width: 100%;
  }

  .home-statement-stats > div {
    padding: 0 12px;
  }

  .signup {
    display: grid;
    gap: 10px;
    border-bottom: 0;
  }

  .signup input {
    border-bottom: 1px solid rgba(255, 255, 255, .28);
  }

  .signup button {
    width: 100%;
    padding: 13px 16px;
    background: rgba(85, 152, 255, .14);
    border: 1px solid rgba(85, 152, 255, .24);
  }
}

@media (max-width: 860px) {
  .account-auth-wrap {
    grid-template-columns: 1fr;
  }

  .account-benefits {
    display: none;
  }

  .account-auth-card {
    padding: 36px 24px 40px;
    border-right: none;
  }
}

@media (max-width: 600px) {
  .account-dashboard {
    padding: 24px 18px 56px;
    gap: 20px;
  }

  .account-stats-row {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .account-dash-header {
    flex-wrap: wrap;
    padding: 20px;
  }

  .account-logout-form {
    margin-left: 0;
    width: 100%;
  }

  .account-logout-btn {
    width: 100%;
  }
}

html[dir="rtl"] body {
  text-align: right;
}

html[dir="rtl"] .header-inner,
html[dir="rtl"] .main-nav,
html[dir="rtl"] .header-actions,
html[dir="rtl"] .home-actions,
html[dir="rtl"] .home-proof,
html[dir="rtl"] .repair-response,
html[dir="rtl"] .repair-flow,
html[dir="rtl"] .repair-field-row,
html[dir="rtl"] .footer-top,
html[dir="rtl"] .footer-nav,
html[dir="rtl"] .policy-links {
  direction: rtl;
}

html[dir="rtl"] .language-menu {
  left: 0;
  right: auto;
}

html[dir="rtl"] .collection-card,
html[dir="rtl"] .home-service-card,
html[dir="rtl"] .repair-info-card li,
html[dir="rtl"] .screen-upload {
  text-align: right;
}

/* ══════════════════════════════════════════════════ COOKIE CONSENT ══════ */

.cc-wrap {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  width: min(380px, calc(100% - 32px));
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity .4s ease, transform .4s ease;
}

.cc-wrap--in {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.cc-wrap--out {
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
}

.cc-card {
  background: #0e1421;
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow:
    0 0 0 1px rgba(11, 99, 255, .08),
    0 32px 80px rgba(0, 0, 0, .6),
    0 8px 24px rgba(0, 0, 0, .4);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cc-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(11, 99, 255, .15);
  border-radius: 8px;
  color: #6ab0ff;
  flex-shrink: 0;
}

.cc-icon svg {
  width: 16px;
  height: 16px;
}

.cc-top strong {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
}

.cc-body {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.65;
}

.cc-body b {
  color: rgba(255, 255, 255, .82);
  font-weight: 600;
}

.cc-cookies {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, .08);
  overflow: hidden;
}

.cc-cookie-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.cc-cookie-row:last-child {
  border-bottom: none;
}

.cc-cookie-name {
  display: block;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 2px;
}

.cc-cookie-desc {
  display: block;
  color: rgba(255, 255, 255, .38);
  font-size: 11px;
}

.cc-cookie-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
  white-space: nowrap;
  flex-shrink: 0;
}

.cc-cookie-badge--on {
  background: rgba(26, 180, 80, .15);
  color: #4edd8a;
  border: 1px solid rgba(26, 180, 80, .25);
}

.cc-cookie-badge--off {
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .32);
  border: 1px solid rgba(255, 255, 255, .1);
}

.cc-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.cc-btn {
  border: 0;
  padding: 11px 14px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: -.01em;
  transition: background .15s, transform .15s;
}

.cc-btn:hover {
  transform: translateY(-1px);
}

.cc-btn-all {
  background: #0b63ff;
  color: #fff;
}

.cc-btn-all:hover {
  background: #004fda;
}

.cc-btn-necessary {
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .72);
  border: 1px solid rgba(255, 255, 255, .12);
}

.cc-btn-necessary:hover {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.cc-link {
  font-size: 12px;
  color: rgba(255, 255, 255, .36);
  text-align: center;
  text-decoration: none;
  letter-spacing: .01em;
  transition: color .15s;
  margin-top: -4px;
}

.cc-link:hover {
  color: rgba(255, 255, 255, .65);
}

@media (max-width: 480px) {
  .cc-wrap {
    bottom: 16px;
    right: 16px;
    width: calc(100% - 32px);
  }
}

/* ══════════════════════════════════════════════════════════ 404 PAGE ══════ */

.not-found-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100svh - 73px);
  background: #f5f7fb;
  text-align: center;
  padding: 60px 24px;
}

.not-found-inner {
  max-width: 480px;
}

.not-found-code {
  margin: 0 0 8px;
  font-size: clamp(80px, 14vw, 140px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.06em;
  color: #e4e9f2;
}

.not-found-page h1 {
  margin: 0 0 12px;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -.02em;
}

.not-found-sub {
  margin: 0 0 32px;
  color: #68717e;
  font-size: 16px;
  line-height: 1.6;
}

.not-found-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.button-ghost-dark {
  border-color: #111;
  background: transparent;
  color: #111;
}

.button-ghost-dark:hover {
  background: #111;
  color: #fff;
}

.not-found-links {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.not-found-links a {
  font-size: 13px;
  font-weight: 700;
  color: #0b63ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── Software Lizenzen Collection ─────────────────────────────────────────── */
.software-collection {
  max-width: var(--st-max);
  margin: 0 auto;
  padding: 56px 24px 80px;
}

.software-collection-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  align-items: center;
  gap: 36px;
  margin: 0 0 48px;
  padding: 34px;
  background:
    radial-gradient(circle at 78% 18%, rgba(11, 99, 255, .18), transparent 34%),
    linear-gradient(135deg, #f8fbff, #eef4ff);
  border: 1px solid #dbe7ff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(9, 16, 32, .08);
}

.software-collection-copy {
  max-width: 640px;
}

.software-collection-header h1 {
  font-family: "Sora", Arial, sans-serif;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: .98;
  color: var(--st-black);
  margin: 10px 0 18px;
}

.software-collection-header p {
  color: var(--st-muted);
  font-size: 16px;
  line-height: 1.6;
}

.software-collection-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 280px;
}

.software-collection-visual::before {
  content: "";
  position: absolute;
  inset: 14% 8%;
  background: rgba(11, 99, 255, .2);
  filter: blur(42px);
  border-radius: 999px;
}

.software-collection-visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  height: auto;
  filter: drop-shadow(0 24px 42px rgba(9, 16, 32, .22));
}

.software-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 48px;
}

.software-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--st-line);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}

.software-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,.08);
  transform: translateY(-2px);
}

.software-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #0b63ff;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 100px;
}

.software-card-body {
  flex: 1;
  padding: 24px 24px 16px;
}

.software-brand {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--st-muted);
  margin: 0 0 6px;
}

.software-card-body h2 {
  font-size: 18px;
  font-weight: 800;
  color: var(--st-black);
  margin: 0 0 12px;
  line-height: 1.3;
}

.software-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}

.software-meta li {
  font-size: 12px;
  font-weight: 600;
  color: #2d4f9e;
  background: #eef3ff;
  padding: 3px 10px;
  border-radius: 100px;
}

.software-note {
  font-size: 13px;
  color: var(--st-muted);
  line-height: 1.6;
  margin: 0;
}

.software-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 24px 20px;
  border-top: 1px solid var(--st-line);
}

.software-price {
  font-size: 22px;
  font-weight: 800;
  color: var(--st-black);
  letter-spacing: -0.02em;
}

.software-cta {
  padding: 10px 20px;
  font-size: 13px;
  border: 0;
  cursor: pointer;
}

.software-cta.is-in-cart {
  background: #09101f;
  color: #fff;
}

.software-info-bar {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #f5f8ff;
  border: 1px solid #d6e4ff;
  border-radius: 12px;
  padding: 20px 24px;
  max-width: 680px;
  margin: 0 auto;
}

.software-info-bar svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #0b63ff;
  margin-top: 2px;
}

.software-info-bar strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--st-black);
  margin-bottom: 4px;
}

.software-info-bar p {
  font-size: 13px;
  color: var(--st-muted);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 480px) {
  .software-collection {
    padding: 34px 18px 64px;
  }

  .software-collection-header {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 20px;
  }

  .software-collection-header h1 {
    font-size: clamp(34px, 12vw, 46px);
  }

  .software-collection-visual {
    min-height: 210px;
  }

  .software-grid {
    grid-template-columns: 1fr;
  }
  .software-card-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .software-cta {
    width: 100%;
    text-align: center;
  }
}

/* ── License checkout ────────────────────────────────────────────────────── */
.cart-link {
  position: relative;
}

.cart-badge {
  position: absolute;
  top: -9px;
  right: -10px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #0b63ff;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.license-checkout {
  width: min(100%, var(--st-max));
  margin: 0 auto;
  padding: 64px 40px 90px;
}

.license-checkout-hero {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

.license-checkout-hero h1 {
  margin: 8px 0 16px;
  font-family: var(--st-heading);
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.055em;
}

.license-checkout-hero p {
  margin: 0;
  color: var(--st-muted);
  font-size: 16px;
  line-height: 1.7;
}

.license-order-success {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  max-width: 840px;
  margin: 0 auto 34px;
  padding: 24px;
  border: 1px solid #bfe7ce;
  background: #f0fff5;
  color: #0d3d1f;
}

.license-order-success svg {
  width: 46px;
  height: 46px;
  color: #18a54b;
}

.license-order-success h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.license-order-success p {
  margin: 0 0 18px;
  line-height: 1.65;
}

.license-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr);
  gap: 24px;
  align-items: start;
}

.license-cart-panel,
.license-checkout-form {
  border: 1px solid #dfe6ef;
  background: #fff;
  box-shadow: 0 22px 70px rgba(9, 16, 32, .08);
}

.license-cart-panel {
  padding: 24px;
}

.license-cart-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.license-cart-panel h2,
.license-checkout-form h2 {
  margin: 0;
  font-family: var(--st-heading);
  font-size: 22px;
  letter-spacing: -.02em;
}

.license-cart-clear {
  border: 0;
  background: transparent;
  color: #6a7481;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.license-cart-items {
  display: grid;
  gap: 12px;
}

.license-cart-empty {
  margin: 0;
  padding: 28px;
  background: #f6f8fb;
  color: #6a7481;
  text-align: center;
}

.license-cart-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid #edf1f6;
  background: #fbfcff;
}

.license-cart-row strong {
  display: block;
  color: #111827;
  font-size: 15px;
}

.license-cart-row span {
  display: block;
  margin-top: 4px;
  color: #7a8492;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.license-cart-row em {
  color: #111827;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.license-cart-qty {
  display: inline-grid;
  grid-template-columns: 30px 34px 30px;
  align-items: center;
  overflow: hidden;
  border: 1px solid #dfe6ef;
  background: #fff;
}

.license-cart-qty button {
  height: 30px;
  border: 0;
  background: #f3f6fb;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.license-cart-qty b {
  text-align: center;
  font-size: 13px;
}

.license-cart-remove {
  border: 0;
  background: transparent;
  color: #a83d3d;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.license-cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e8edf4;
}

.license-cart-total span {
  color: #6a7481;
  font-weight: 700;
}

.license-cart-total strong {
  color: #09101f;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.license-cart-more {
  display: inline-flex;
  margin-top: 18px;
  color: #0b63ff;
  font-size: 14px;
  font-weight: 800;
}

.license-checkout-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.license-checkout-secure {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid #dbe8d9;
  background: linear-gradient(135deg, #f4fff5, #f8fbff);
}

.license-checkout-secure svg {
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 10px;
  background: #e5f8e8;
  color: #12823a;
}

.license-checkout-secure strong,
.license-checkout-secure span {
  display: block;
}

.license-checkout-secure strong {
  color: #102016;
  font-size: 14px;
}

.license-checkout-secure span {
  margin-top: 2px;
  color: #607066;
  font-size: 12px;
  line-height: 1.5;
}

.license-checkout-form label:not(.account-consent):not(.license-payment-option) {
  display: grid;
  gap: 8px;
  color: #333b47;
  font-size: 13px;
  font-weight: 800;
}

.license-checkout-form input[type="text"],
.license-checkout-form input[type="email"],
.license-checkout-form input[type="tel"] {
  width: 100%;
  border: 1px solid #d9e1eb;
  background: #fff;
  padding: 14px 15px;
  font: inherit;
  outline: 0;
}

.license-checkout-form input:focus {
  border-color: #0b63ff;
  box-shadow: 0 0 0 3px rgba(11, 99, 255, .1);
}

.license-payment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.license-payment-option {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  min-height: 104px;
  padding: 16px;
  border: 1px solid #d8e4f7;
  background:
    radial-gradient(circle at 100% 0%, rgba(11, 99, 255, .08), transparent 34%),
    #f6f9ff;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.license-payment-option:hover {
  border-color: rgba(11, 99, 255, .45);
  background: #fff;
  transform: translateY(-1px);
}

.license-payment-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.license-payment-option:has(input:checked) {
  border-color: #0b63ff;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(11, 99, 255, .1), 0 14px 34px rgba(9, 16, 32, .08);
}

.license-payment-option--disabled {
  opacity: .48;
  cursor: not-allowed;
}

.license-payment-option--disabled:hover {
  transform: none;
  border-color: #d8e4f7;
  background: #f6f9ff;
}

.license-payment-mark {
  display: grid;
  place-items: center;
  align-self: start;
  min-height: 38px;
  border-radius: 10px;
  background: #09101f;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .02em;
}

.license-payment-copy strong,
.license-payment-copy small {
  display: block;
}

.license-payment-copy strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #111827;
  font-size: 14px;
  line-height: 1.25;
}

.license-payment-copy strong b {
  flex-shrink: 0;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(11, 99, 255, .1);
  color: #0b63ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.license-payment-copy small {
  margin-top: 4px;
  color: #647084;
  font-size: 12px;
  line-height: 1.5;
}

.license-payment-help {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px dashed #c9d8ec;
  background: #fbfdff;
}

.license-payment-help strong {
  color: #111827;
  font-size: 13px;
}

.license-payment-help span {
  color: #647084;
  font-size: 12px;
  line-height: 1.55;
}

.license-place-order {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}

.license-place-order:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.license-checkout-note {
  margin: 0;
  color: #6a7481;
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 860px) {
  .license-checkout {
    padding: 42px 18px 70px;
  }

  .license-checkout-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .license-order-success {
    grid-template-columns: 1fr;
  }

  .license-payment-grid {
    grid-template-columns: 1fr;
  }

  .license-cart-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .license-cart-qty {
    width: max-content;
  }
}
