/* Inter font files copied from the Next hero reference build. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/e4af272ccee01ff0-s.p.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/8e9860b6e62d6359-s.p.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/21350d82a1f187e9-s.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

:root {
  color-scheme: dark;
  --bg: #111214;
  --bg-soft: #18191c;
  --panel: rgba(25, 26, 29, 0.88);
  --panel-solid: #191a1d;
  --line: rgba(244, 244, 242, 0.12);
  --line-strong: rgba(227, 75, 91, 0.42);
  --text: #f4f4f2;
  --muted: #a6a8ad;
  --soft: #dededb;
  --cyan: #e34b5b;
  --amber: #d2a85e;
  --coral: #e34b5b;
  --violet: #c9c8c4;
  --pulse: #ed5968;
  --shadow: rgba(0, 0, 0, 0.42);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: rgba(227, 75, 91, 0.8) #18191c;
  scrollbar-width: thin;
}

section {
  scroll-margin-top: 7rem;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #18191c;
  border-left: 1px solid rgba(244, 244, 242, 0.07);
}

::-webkit-scrollbar-thumb {
  border: 2px solid #18191c;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent),
    linear-gradient(180deg, #ed5968, #b92d3d);
  box-shadow: 0 0 12px rgba(227, 75, 91, 0.2);
}

::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent),
    linear-gradient(180deg, #ff7180, #c63645);
}

body {
  position: relative;
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  isolation: isolate;
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  display: none;
}

body::after {
  display: none;
}

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

main {
  position: relative;
  z-index: 1;
  isolation: isolate;
}

main::before {
  display: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 50;
  transform: translateY(-160%);
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: var(--panel-solid);
  color: var(--text);
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  transform: translateY(0);
}

.signal-canvas {
  display: none;
}

.topbar {
  position: fixed;
  top: 1rem;
  left: 50%;
  z-index: 30;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  width: min(calc(100% - 2rem), var(--max));
  min-height: 3.75rem;
  padding: 0.45rem 0.55rem 0.45rem 0.8rem;
  border: 1px solid rgba(244, 244, 242, 0.11);
  border-radius: 8px;
  background: rgba(18, 19, 22, 0.9);
  box-shadow: 0 18px 55px var(--shadow);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand,
.nav-links,
.header-actions,
.language-switch,
.contact-facts,
.form-actions,
.hero-readout,
.pc-controls {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.65rem;
  font-weight: 760;
}

.brand-mark {
  position: relative;
  width: 1.85rem;
  height: 1.85rem;
  flex: 0 0 1.85rem;
  border: 0;
  border-radius: 0;
  background: transparent url("assets/davepc-mark-header.png?v=20260716e") center / 100% no-repeat;
  filter: none;
  box-shadow: none;
  overflow: hidden;
}

.brand-mark::before,
.brand-mark::after {
  display: none;
}

.nav-links {
  justify-content: flex-start;
  gap: 0.2rem;
  margin-left: 1.05rem;
}

.nav-links a,
.topbar-cta,
.call-action,
.desktop-phone,
.language-switch button,
.case-toggle,
.text-action {
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted);
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.nav-links a {
  padding: 0.62rem 0.8rem;
  font-size: 0.92rem;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.header-actions {
  justify-self: end;
  justify-content: flex-end;
  gap: 0.5rem;
}

.language-switch {
  overflow: hidden;
  border: 1px solid rgba(244, 244, 242, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.language-switch button {
  display: grid;
  place-items: center;
  min-width: 3rem;
  min-height: 2.7rem;
  padding: 0.42rem 0.56rem;
  background: transparent;
}

.language-switch button.is-active {
  background: #f1f1ee;
  color: #1b1c1e;
}

.language-switch button.is-target-language {
  display: grid;
}

.call-action {
  position: relative;
  display: none;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  background: rgba(255, 86, 100, 0.12);
  border-color: rgba(255, 86, 100, 0.3);
}

.call-action svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: var(--cyan);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.desktop-phone {
  display: inline-flex;
  align-items: center;
  min-height: 2.7rem;
  padding: 0.62rem 0.78rem;
  border-color: rgba(244, 244, 242, 0.11);
  background: rgba(255, 255, 255, 0.035);
  color: var(--soft);
  font-weight: 720;
  white-space: nowrap;
}

.flag {
  position: relative;
  display: block;
  width: 1.55rem;
  height: 1.05rem;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.flag-pl {
  background: linear-gradient(#ffffff 0 50%, #dc143c 50% 100%);
}

.flag-ru {
  background: linear-gradient(#ffffff 0 33.33%, #1f57b7 33.33% 66.66%, #d52b1e 66.66% 100%);
}

.topbar-cta {
  padding: 0.62rem 0.9rem;
  background: var(--cyan);
  color: #ffffff;
  border-color: var(--cyan);
}

.topbar-cta:hover,
.call-action:hover,
.case-toggle:hover,
.text-action:hover,
.primary-action:hover {
  transform: translateY(-1px);
}

.stage-panel {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  padding: 9rem 1rem 6rem;
}

.hero {
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: 0 1rem;
  margin-bottom: -5rem;
  padding-bottom: 5rem;
  overflow: visible;
  isolation: isolate;
}

.hero::before {
  display: none;
}

.hero::after {
  display: none;
}

.hero-grid {
  display: none;
}

.hero-pixels {
  display: none;
}

.hero-copy {
  position: relative;
  top: clamp(3.5rem, 7.5vh, 4.75rem);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(1180px, calc(100vw - 40px));
  padding-top: 6rem;
  text-align: center;
  transition:
    filter 160ms linear,
    opacity 160ms linear,
    transform 160ms linear;
}

.eyebrow,
.screen-kicker,
.readout-kicker {
  margin: 0 0 0.85rem;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  color: #ff6b77;
  font-size: 0.78rem;
  font-weight: 760;
}

.hero-focus-eyebrow::before {
  display: none;
}

.hero-status-dot {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #63e6be;
  box-shadow: 0 0 18px rgba(99, 230, 190, 0.72);
}

.hero-eyebrow-text {
  color: #ff6b77;
  line-height: 1;
  white-space: nowrap;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  color: var(--text);
  font-size: 7.35rem;
  font-weight: 880;
  line-height: 0.92;
  text-shadow: none;
}

.logo-word {
  position: relative;
  display: grid;
  gap: 0;
  place-items: center;
  width: max-content;
  max-width: 100%;
  margin: 18px auto 0;
  overflow-wrap: normal;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(5.5rem, 14vw, 14rem);
  font-weight: 820;
  font-variation-settings: "wght" 820;
  line-height: 0.82;
  white-space: nowrap;
  text-shadow: none;
  isolation: isolate;
  overflow: visible;
}

.logo-word::before,
.logo-word::after {
  display: none;
}

.logo-word::before {
  background:
    radial-gradient(ellipse at 48% 47%, rgba(213, 233, 255, 0.22), transparent 42%),
    radial-gradient(ellipse at 48% 80%, rgba(103, 136, 168, 0.22), transparent 48%);
  opacity: 0.72;
}

.logo-word::after {
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(255, 86, 100, 0.16) 27% 70%, transparent 92%),
    radial-gradient(ellipse at 52% 82%, rgba(9, 10, 15, 0.52), transparent 58%);
  opacity: 0.68;
}

.logo-layer {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 1;
  filter: none;
}

.logo-layer span {
  background:
    linear-gradient(180deg, #ffffff 0%, #f2f2ef 36%, #d5d5d2 62%, #a4a5a7 100%);
  background-position: 50% 48%;
  background-repeat: no-repeat;
  background-size: 100% 116%;
  background-clip: text;
  color: #f4f4f2;
  display: inline-block;
  margin-left: -0.095em;
  transform-origin: 50% 54%;
  will-change: transform;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.logo-layer span:first-child {
  margin-left: 0;
}

h2 {
  margin: 0;
  font-size: 3.1rem;
  line-height: 1.04;
}

h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.18;
}

.hero-title {
  margin: clamp(6.5rem, 11vh, 8rem) auto 0;
  color: var(--text);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 500;
  line-height: 1.34;
}

.hero-line {
  margin: 18px auto 0;
  max-width: 36rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.78;
  white-space: pre-line;
}

.scroll-hint {
  position: absolute;
  bottom: 34px;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 28px;
  height: 48px;
  border: 1px solid rgba(244, 244, 242, 0.18);
  border-radius: 999px;
  opacity: 0.6;
  transform: translateX(-50%);
}

.scroll-hint span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--cyan);
  animation: scrollDot 1.8s ease-in-out infinite;
}

.hero-readout {
  position: absolute;
  right: max(1rem, calc((100vw - var(--max)) / 2));
  bottom: 4.4rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
  width: min(27rem, calc(100% - 2rem));
  color: var(--muted);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
}

.hero-readout span {
  border: 1px solid rgba(244, 244, 242, 0.1);
  border-radius: 999px;
  padding: 0.38rem 0.58rem;
  background: rgba(255, 255, 255, 0.04);
}

.stage-copy,
.section-heading,
.contact-copy {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.stage-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: clamp(2rem, 5vw, 4rem);
  row-gap: 0.9rem;
  align-items: start;
  margin-bottom: 3.2rem;
}

.stage-copy .eyebrow,
.section-heading .eyebrow {
  grid-column: 2;
  grid-row: 1;
  margin-top: 0.55rem;
  justify-self: end;
  text-align: right;
  white-space: nowrap;
}

.stage-copy h2,
.section-heading h2 {
  grid-column: 1;
  margin: 0;
  max-width: none;
  white-space: nowrap;
}

.stage-copy p:not(.eyebrow),
.section-heading p:not(.eyebrow) {
  grid-column: 1;
  max-width: 52rem;
}

.stage-copy p:not(.eyebrow),
.section-heading p:not(.eyebrow),
.contact-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.laptop-scene,
.pc-workbench,
.service-grid,
.faq-list,
.contact-section,
.site-footer {
  width: min(var(--max), calc(100% - 2rem));
  margin-right: auto;
  margin-left: auto;
}

.laptop-stage {
  padding-top: 7rem;
}

.laptop-scene {
  perspective: 1400px;
}

.laptop-device {
  position: relative;
  width: min(62rem, 100%);
  margin: 0 auto;
  --text: #f5f2ed;
  --muted: #aaa6a4;
  --soft: #ded9d3;
  transform-style: preserve-3d;
}

.laptop-lid {
  position: relative;
  z-index: 2;
  padding: 1rem;
  border: 1px solid rgba(245, 241, 235, 0.13);
  border-radius: 22px 22px 10px 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 18%),
    linear-gradient(145deg, #29272a, #0f0e10 52%, #1b1719);
  box-shadow: 0 12px 44px rgba(0, 0, 0, 0.42);
  opacity: 0.72;
  transform: rotateX(-82deg) translateY(1.15rem);
  transform-origin: center bottom;
  transition:
    transform 1150ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 520ms ease,
    box-shadow 900ms ease;
  backface-visibility: hidden;
  will-change: transform;
}

.laptop-device.is-open .laptop-lid {
  box-shadow: 0 32px 120px rgba(0, 0, 0, 0.55);
  opacity: 1;
  transform: rotateX(0deg) translateY(0);
}

.screen-bezel {
  padding: 0.7rem;
  border-radius: 18px 18px 8px 8px;
  background: #080708;
}

.screen-glass {
  height: 31rem;
  overflow: hidden;
  border: 1px solid rgba(255, 86, 100, 0.22);
  border-radius: 12px 12px 6px 6px;
  background:
    linear-gradient(135deg, rgba(255, 86, 100, 0.12), transparent 31%),
    linear-gradient(180deg, rgba(28, 25, 28, 0.98), rgba(8, 7, 9, 0.99));
  transition:
    filter 620ms ease 120ms,
    opacity 480ms ease 100ms;
}

.laptop-device:not(.is-open) .screen-glass {
  opacity: 0.22;
  filter: brightness(0.28) saturate(0.5);
  pointer-events: none;
}

.diagnostic-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.7rem;
  align-items: center;
  min-height: 3.25rem;
  padding: 0 1rem;
  border-bottom: 1px solid rgba(245, 241, 235, 0.1);
  color: var(--muted);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.82rem;
}

.status-light {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(255, 86, 100, 0.64);
}

.header-code {
  color: rgba(236, 244, 242, 0.52);
}

.diagnostic-view {
  height: calc(100% - 3.25rem);
  overflow: auto;
  padding: 1.2rem;
}

.diagnostic-view.is-hidden {
  display: none;
}

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

.problem-option {
  position: relative;
  min-height: 8.1rem;
  border: 1px solid rgba(245, 241, 235, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.08), transparent 38%),
    rgba(255, 255, 255, 0.035);
  color: var(--text);
  padding: 0.95rem;
  text-align: left;
  transition:
    border-color 180ms ease,
    background 180ms ease,
  transform 180ms ease;
}

.problem-visual {
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  margin-bottom: 0.82rem;
  border: 1px solid rgba(255, 86, 100, 0.38);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 86, 100, 0.15), rgba(217, 180, 109, 0.06)),
    rgba(255, 255, 255, 0.035);
  color: var(--cyan);
  box-shadow: inset 0 0 18px rgba(255, 86, 100, 0.08);
}

.problem-visual svg {
  width: 1.26rem;
  height: 1.26rem;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.problem-option strong,
.problem-option > span:not(.problem-visual) {
  display: block;
}

.problem-option strong {
  font-size: 0.96rem;
  line-height: 1.2;
}

.problem-option > span:not(.problem-visual) {
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.8rem;
}

.problem-option:hover,
.problem-option:focus-visible,
.problem-option.is-selected {
  border-color: rgba(255, 86, 100, 0.62);
  background: rgba(255, 86, 100, 0.1);
  transform: translateY(-2px);
}

.problem-option.is-other-option {
  border-color: rgba(217, 180, 109, 0.34);
  background:
    linear-gradient(150deg, rgba(217, 180, 109, 0.11), transparent 42%),
    rgba(255, 255, 255, 0.035);
}

.problem-option.is-other-option .problem-visual {
  border-color: rgba(217, 180, 109, 0.5);
  color: var(--amber);
}

.boot-console {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.2rem;
  color: #b8cac5;
  font-family: "SFMono-Regular", Consolas, monospace;
}

.boot-console span {
  display: block;
  border-left: 2px solid var(--cyan);
  padding: 0.55rem 0.75rem;
  background: rgba(255, 255, 255, 0.04);
}

.progress-track {
  overflow: hidden;
  height: 0.55rem;
  margin-top: 1.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff5664, #e27773, #d9b46d);
  transition: width 900ms ease;
}

.result-summary {
  display: grid;
  gap: 0.55rem;
  margin: 0.5rem 0 1rem;
  color: var(--muted);
}

.result-summary strong {
  color: var(--text);
}

.result-summary small {
  display: block;
  color: var(--soft);
  line-height: 1.45;
}

label {
  display: grid;
  gap: 0.4rem;
  color: var(--muted);
  font-size: 0.86rem;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid rgba(244, 244, 242, 0.15);
  border-radius: 8px;
  background: #111214;
  color: var(--text);
  padding: 0.78rem 0.86rem;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(255, 86, 100, 0.7);
  box-shadow: 0 0 0 3px rgba(255, 86, 100, 0.13);
}

.contact-form,
.request-form {
  gap: 0.85rem;
}

.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.contact-form {
  display: grid;
}

.diagnostic-extra-field.is-hidden {
  display: none;
}

.form-actions {
  gap: 0.7rem;
  flex-wrap: wrap;
}

.primary-action,
.text-action,
.case-toggle {
  min-height: 2.8rem;
  border-radius: 8px;
  padding: 0.72rem 1rem;
}

.primary-action {
  border: 1px solid rgba(255, 115, 126, 0.7);
  background: linear-gradient(135deg, #ff6572, #d93f4d);
  color: #fffaf7;
  font-weight: 760;
  box-shadow: 0 14px 34px rgba(255, 86, 100, 0.2);
}

.primary-action:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.text-action,
.case-toggle {
  border: 1px solid rgba(244, 244, 242, 0.14);
  background: rgba(255, 255, 255, 0.045);
  color: var(--soft);
}

.laptop-device input,
.laptop-device textarea,
.laptop-device select {
  border-color: rgba(245, 241, 235, 0.16);
  background: rgba(10, 9, 10, 0.78);
}

.laptop-device .text-action {
  border-color: rgba(245, 241, 235, 0.14);
  background: rgba(255, 255, 255, 0.045);
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--cyan);
  font-size: 0.86rem;
}

.laptop-base {
  position: relative;
  z-index: 1;
  width: calc(100% + 14rem);
  height: 6.3rem;
  margin: -0.12rem 0 0 -7rem;
  border: 0;
  border-radius: 0 0 30px 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.07) 15%, rgba(0, 0, 0, 0.08) 47%, rgba(0, 0, 0, 0.26) 76%, rgba(255, 255, 255, 0.1) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 11%, transparent 89%, rgba(255, 255, 255, 0.13)),
    radial-gradient(ellipse at 50% 7%, rgba(255, 255, 255, 0.12), transparent 46%),
    linear-gradient(118deg, #343135 0%, #1c1a1d 48%, #0d0c0e 72%, #20191c 100%);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.48),
    0 7px 18px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -18px 26px rgba(0, 0, 0, 0.24);
  clip-path: polygon(9.2% 0, 90.8% 0, 99.25% 80%, 99.6% 84%, 99.65% 88%, 99.45% 92%, 98.95% 96%, 98.1% 100%, 1.9% 100%, 1.05% 96%, 0.55% 92%, 0.35% 88%, 0.4% 84%, 0.75% 80%);
}

.laptop-base::before {
  position: absolute;
  left: 50%;
  top: 0.16rem;
  width: 16%;
  height: 0.34rem;
  border-radius: 0 0 999px 999px;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(255, 255, 255, 0.06) 70%, transparent),
    rgba(255, 255, 255, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0.2rem 0.34rem rgba(0, 0, 0, 0.22);
  transform: translateX(-50%);
}

.laptop-base::after {
  position: absolute;
  left: 4.4%;
  right: 4.4%;
  bottom: 0.18rem;
  height: 2px;
  content: "";
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22) 12%, rgba(217, 180, 109, 0.24) 50%, rgba(255, 86, 100, 0.18) 74%, transparent),
    rgba(0, 0, 0, 0.35);
  box-shadow:
    0 -0.2rem 0.38rem rgba(0, 0, 0, 0.22),
    0 0.08rem 0.12rem rgba(255, 255, 255, 0.08);
}

.laptop-closed-cover {
  position: absolute;
  left: -6.75rem;
  bottom: 0.82rem;
  z-index: 4;
  display: grid;
  place-items: center;
  width: calc(100% + 13.5rem);
  height: 5.2rem;
  overflow: hidden;
  border: 1px solid rgba(245, 241, 235, 0.16);
  border-radius: 10px 10px 8px 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.09) 10%, transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 24%, transparent 76%, rgba(255, 86, 100, 0.05)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, rgba(0, 0, 0, 0.018) 1px 3px),
    radial-gradient(ellipse at 50% 9%, rgba(255, 255, 255, 0.14), transparent 54%),
    linear-gradient(165deg, #696568 0%, #4d494c 28%, #393639 58%, #292629 82%, #1d1a1d 100%);
  box-shadow:
    0 14px 38px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    inset 0 -12px 24px rgba(0, 0, 0, 0.2);
  clip-path: polygon(8.9% 0, 91.1% 0, 100% 100%, 0 100%);
  opacity: 1;
  transform: translateY(0) scaleY(1);
  transform-origin: center top;
  transition:
    transform 540ms cubic-bezier(0.4, 0, 0.2, 1) 500ms,
    opacity 260ms ease 520ms;
  pointer-events: none;
  will-change: transform, opacity;
}

.laptop-device.is-open .laptop-closed-cover {
  opacity: 0;
  transform: translateY(-0.35rem) scaleY(0.025);
  transition:
    transform 390ms cubic-bezier(0.4, 0, 1, 1),
    opacity 170ms ease 70ms;
}

.closed-cover-brand {
  display: block;
  color: #858a94;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(3.7rem, 6.2vw, 6rem);
  font-weight: 760;
  font-variation-settings: "wght" 760;
  letter-spacing: 0;
  line-height: 0.88;
  text-shadow: 0 -1.5px 1px rgba(9, 10, 15, 0.78);
  filter: none;
  transform: perspective(520px) translateY(-0.5rem) rotateX(55deg) scaleX(0.96);
  transform-origin: center center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-text-stroke: 0;
  -webkit-text-fill-color: currentColor;
}

.keyboard-deck {
  position: absolute;
  left: 14.8%;
  top: 0.72rem;
  display: grid;
  align-content: center;
  gap: 0.08rem;
  width: 70.4%;
  max-width: 49rem;
  min-height: 2.65rem;
  padding: 0.24rem 0.82rem 0.32rem;
  overflow: hidden;
  border: 1px solid rgba(236, 244, 242, 0.1);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.18) 24%, rgba(0, 0, 0, 0.34)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 15%, transparent 85%, rgba(255, 255, 255, 0.08)),
    rgba(8, 9, 14, 0.34);
  box-shadow:
    inset 0 0.12rem 0.24rem rgba(0, 0, 0, 0.5),
    inset 0 -0.06rem 0.14rem rgba(255, 255, 255, 0.05),
    0 0.2rem 0.34rem rgba(0, 0, 0, 0.38);
  clip-path: polygon(4.6% 0, 95.4% 0, 100% 100%, 0 100%);
  opacity: 0.98;
  transform: translateZ(0);
  transform-origin: top center;
  filter: drop-shadow(0 0.16rem 0.18rem rgba(0, 0, 0, 0.32));
}

.keyboard-row {
  display: flex;
  justify-content: stretch;
  gap: 0.14rem;
  height: 0.46rem;
  margin-inline: auto;
  transform-origin: center top;
  width: 100%;
}

.keyboard-row.row-function {
  width: 90.8%;
  height: 0.27rem;
  gap: 0.13rem;
  opacity: 0.62;
  transform: translateY(-0.01rem);
}

.keyboard-row.row-number {
  width: 93.1%;
  transform: translateY(0.01rem);
}

.keyboard-row.row-qwerty {
  width: 95.4%;
  transform: translateY(0.02rem);
}

.keyboard-row.row-home {
  width: 97.7%;
  transform: translateY(0.03rem);
}

.keyboard-row.row-space {
  width: 100%;
  transform: translateY(0.04rem);
}

.key {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(232, 236, 248, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  background:
    linear-gradient(180deg, rgba(245, 247, 255, 0.42) 0%, rgba(156, 162, 179, 0.4) 18%, rgba(72, 76, 90, 0.76) 56%, rgba(22, 24, 31, 0.92) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 23%, transparent 77%, rgba(0, 0, 0, 0.24)),
    #5c6373;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -2px 2px rgba(0, 0, 0, 0.34),
    0 0.05rem 0.04rem rgba(0, 0, 0, 0.52),
    0 0.14rem 0.16rem rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(0, 0, 0, 0.12);
}

.key::before {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 0.16rem;
  height: 0.045rem;
  border-radius: 999px;
  content: "";
  background: rgba(17, 19, 27, 0.38);
  box-shadow: 0 0 0.05rem rgba(255, 255, 255, 0.16);
  transform: translate(-50%, -50%);
}

.key::after {
  position: absolute;
  left: 16%;
  right: 16%;
  top: 17%;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.34);
  opacity: 0.5;
}

.key-small {
  flex: 0.74 1 0;
}

.key-wide {
  flex-grow: 1.44;
}

.key-caps,
.key-return,
.key-shift {
  flex-grow: 1.92;
}

.key-space {
  flex-grow: 5.4;
}

.key-space::before {
  width: 38%;
  height: 1px;
  background: rgba(16, 18, 26, 0.32);
}

.trackpad {
  position: absolute;
  left: 50%;
  top: 4.62rem;
  width: 15.4%;
  height: 0.88rem;
  border: 1px solid rgba(236, 244, 242, 0.18);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02) 46%, rgba(0, 0, 0, 0.18)),
    rgba(9, 10, 15, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -8px 14px rgba(0, 0, 0, 0.26),
    0 0.18rem 0.32rem rgba(0, 0, 0, 0.32);
  transform: translateX(-50%);
}

.pc-stage {
  padding-top: 8rem;
}

.pc-controls {
  justify-content: flex-end;
  margin-bottom: 1rem;
}

.pc-layout {
  display: grid;
  grid-template-columns: minmax(22rem, 0.85fr) minmax(19rem, 0.48fr);
  gap: 2rem;
  align-items: center;
}

.pc-visual {
  min-height: 38rem;
  display: grid;
  place-items: center;
}

.case-frame {
  position: relative;
  width: min(32rem, 100%);
  aspect-ratio: 0.72;
  border: 1px solid rgba(236, 244, 242, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 18%),
    linear-gradient(145deg, #202725, #0b0e0d 70%);
  box-shadow: 0 28px 110px rgba(0, 0, 0, 0.5);
}

.case-frame::before {
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(236, 244, 242, 0.09);
  border-radius: 16px;
  content: "";
}

.case-panel {
  position: absolute;
  inset: 1.2rem;
  z-index: 5;
  border: 1px solid rgba(236, 244, 242, 0.12);
  border-radius: 14px;
  background:
    linear-gradient(120deg, rgba(236, 244, 242, 0.12), rgba(236, 244, 242, 0.03)),
    rgba(10, 14, 14, 0.58);
  backdrop-filter: blur(7px);
  transform-origin: left center;
  transition:
    opacity 260ms ease,
    transform 420ms ease;
}

.pc-visual.is-open .case-panel {
  opacity: 0.18;
  transform: translateX(-64%) rotateY(-34deg);
}

.motherboard {
  position: absolute;
  inset: 2.4rem 3.1rem 4.8rem 2.5rem;
  border: 1px solid rgba(255, 86, 100, 0.16);
  border-radius: 12px;
  background:
    linear-gradient(rgba(255, 86, 100, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 86, 100, 0.07) 1px, transparent 1px),
    #121817;
  background-size: 28px 28px;
}

.pc-part {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(236, 244, 242, 0.15);
  border-radius: 8px;
  background: rgba(10, 14, 14, 0.92);
  color: var(--soft);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.78rem;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.pc-part:hover,
.pc-part:focus-visible,
.pc-part.is-active {
  border-color: rgba(255, 86, 100, 0.72);
  background: rgba(255, 86, 100, 0.13);
  box-shadow: 0 0 28px rgba(255, 86, 100, 0.2);
  transform: translateY(-2px);
}

.part-cpu {
  left: 39%;
  top: 22%;
  width: 18%;
  aspect-ratio: 1;
}

.part-gpu {
  left: 17%;
  top: 54%;
  width: 62%;
  height: 13%;
}

.part-ram {
  right: 16%;
  top: 18%;
  width: 8%;
  height: 30%;
}

.part-ssd {
  left: 16%;
  top: 19%;
  width: 16%;
  height: 9%;
}

.part-cooling {
  right: 9%;
  bottom: 12%;
  width: 18%;
  aspect-ratio: 1;
  border-radius: 50%;
}

.part-cooling::before {
  position: absolute;
  inset: 23%;
  border: 1px solid rgba(236, 244, 242, 0.24);
  border-radius: inherit;
  content: "";
}

.part-psu {
  left: 13%;
  bottom: 8%;
  width: 26%;
  height: 12%;
}

.front-vents {
  position: absolute;
  right: 1.35rem;
  top: 5rem;
  display: grid;
  gap: 0.8rem;
}

.front-vents span {
  width: 0.72rem;
  height: 4.4rem;
  border-radius: 999px;
  background: linear-gradient(var(--cyan), rgba(255, 86, 100, 0.08));
  opacity: 0.55;
}

.part-readout {
  border: 1px solid rgba(236, 244, 242, 0.13);
  border-radius: 8px;
  background: rgba(11, 15, 15, 0.74);
  padding: 1.4rem;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

.part-readout p:not(.readout-kicker) {
  color: var(--muted);
}

.part-readout ul {
  display: grid;
  gap: 0.6rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.part-readout li {
  position: relative;
  padding-left: 1.05rem;
  color: var(--soft);
}

.part-readout li::before {
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--amber);
  content: "";
}

.service-section,
.faq-section,
.contact-section {
  padding: 7rem 1rem;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: clamp(2rem, 5vw, 4rem);
  row-gap: 0.9rem;
  align-items: start;
  margin-bottom: 2rem;
}

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

.service-grid article,
.faq-item {
  border: 1px solid rgba(244, 244, 242, 0.11);
  border-radius: 8px;
  background: #191a1d;
  padding: 1.2rem;
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 86, 100, 0.38);
  border-radius: 8px;
  color: var(--cyan);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.78rem;
}

.service-grid p,
.faq-item p {
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 0.7rem;
}

.faq-item summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 720;
}

.faq-item summary::marker {
  color: var(--cyan);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(19rem, 0.52fr);
  gap: 2rem;
  align-items: start;
}

.contact-facts {
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.4rem;
}

.contact-facts span {
  border: 1px solid rgba(244, 244, 242, 0.11);
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  color: var(--soft);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.86rem;
}

.request-form {
  display: grid;
  border: 1px solid rgba(244, 244, 242, 0.11);
  border-radius: 8px;
  background: #191a1d;
  padding: 1.2rem;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0 3rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.consent-settings {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.consent-settings:hover {
  color: var(--text);
}

.consent-banner {
  position: fixed;
  z-index: 200;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  width: min(48rem, calc(100% - 2rem));
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border: 1px solid rgba(244, 244, 242, 0.16);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(18, 19, 22, 0.98);
  color: var(--text);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.38);
}

.consent-banner[hidden] {
  display: none;
}

.consent-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.consent-banner strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--text);
}

.consent-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 0.55rem;
}

.consent-actions button {
  min-height: 2.7rem;
  border-radius: 8px;
  padding: 0.68rem 0.9rem;
  white-space: nowrap;
}

.secondary-action {
  border: 1px solid rgba(244, 244, 242, 0.16);
  background: rgba(255, 255, 255, 0.045);
  color: var(--soft);
}

.secondary-action:hover {
  border-color: rgba(244, 244, 242, 0.28);
  color: var(--text);
}

@keyframes heroGridDrift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(82px, 82px, 0);
  }
}

@keyframes heroPixelFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(20px, -18px, 0);
  }
}

@keyframes scrollDot {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

@keyframes scanLine {
  0%,
  100% {
    transform: translateY(-3.2rem);
    opacity: 0.2;
  }
  50% {
    transform: translateY(4.6rem);
    opacity: 1;
  }
}

@keyframes signalBreathe {
  0%,
  100% {
    transform: scaleX(0.72);
    opacity: 0.34;
  }
  50% {
    transform: scaleX(1);
    opacity: 0.78;
  }
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: auto auto;
    gap: 0.6rem;
  }

  .nav-links {
    display: none;
  }

  h1 {
    font-size: 4.8rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .stage-copy,
  .section-heading,
  .pc-layout,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .stage-copy .eyebrow,
  .section-heading .eyebrow,
  .stage-copy h2,
  .section-heading h2,
  .stage-copy p:not(.eyebrow),
  .section-heading p:not(.eyebrow) {
    grid-column: 1;
    grid-row: auto;
  }

  .stage-copy h2,
  .section-heading h2 {
    white-space: normal;
  }

  .stage-copy .eyebrow,
  .section-heading .eyebrow {
    margin-top: 0;
  }

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

  .laptop-base {
    width: calc(100% + 9rem);
    height: 5.35rem;
    margin-left: -4.5rem;
    border-radius: 0 0 26px 26px;
    clip-path: polygon(7.1% 0, 92.9% 0, 99.1% 80%, 99.45% 84%, 99.5% 88%, 99.25% 92%, 98.8% 96%, 98% 100%, 2% 100%, 1.2% 96%, 0.75% 92%, 0.5% 88%, 0.55% 84%, 0.9% 80%);
  }

  .keyboard-deck {
    left: 14.9%;
    top: 0.62rem;
    width: 70.2%;
    min-height: 2.35rem;
  }

  .trackpad {
    top: 3.86rem;
    width: 16%;
  }

  .laptop-closed-cover {
    left: -4.25rem;
    bottom: 0.7rem;
    width: calc(100% + 8.5rem);
    height: 4.4rem;
    border-radius: 8px;
    clip-path: polygon(6.4% 0, 93.6% 0, 100% 100%, 0 100%);
  }

}

@media (max-width: 680px) {
  .topbar {
    top: 0.6rem;
    right: 0.5rem;
    left: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
    width: auto;
    max-width: none;
    min-height: 3.3rem;
    padding: 0.38rem 0.42rem;
    transform: none;
  }

  .brand {
    min-width: 0;
    flex: 0 1 auto;
    gap: 0.52rem;
  }

  .brand span:last-child {
    display: inline-block;
    max-width: 6.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .topbar-cta {
    display: none;
  }

  .header-actions {
    flex: 0 0 auto;
    margin-left: auto;
    gap: 0.35rem;
  }

  .desktop-phone {
    display: none;
  }

  .call-action {
    display: grid;
    width: 2.45rem;
    height: 2.45rem;
  }

  .language-switch button {
    display: none;
  }

  .language-switch button.is-target-language {
    display: grid;
  }

  .language-switch button {
    min-width: 2.55rem;
    min-height: 2.45rem;
    padding: 0.34rem 0.48rem;
  }

  .stage-panel {
    min-height: auto;
    padding: 7rem 1rem 4rem;
  }

  .laptop-stage {
    padding-top: 2rem;
  }

  .hero {
    min-height: 72svh;
    margin-bottom: -2rem;
    padding: 6rem 1rem 2.5rem;
  }

  .hero-copy {
    top: 0;
    width: min(1180px, calc(100vw - 28px));
    padding-top: 0;
  }

  h1 {
    font-size: 3.95rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .hero-title {
    font-size: 1.18rem;
  }

  .logo-word {
    font-size: clamp(4.05rem, 22vw, 6.35rem);
    line-height: 0.82;
  }

  .hero-copy .eyebrow {
    gap: 10px;
    margin-bottom: 0;
    font-size: 0.72rem;
  }

  .hero-title {
    margin-top: 3rem;
  }

  .hero-line {
    max-width: 18rem;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .hero::after {
    top: 48%;
    bottom: auto;
    width: 120vw;
    height: 18rem;
  }

  .scroll-hint {
    display: none;
  }

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

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

  .screen-glass {
    height: 33rem;
    overflow-y: auto;
  }

  .problem-option {
    min-height: 6.5rem;
  }

  .laptop-lid {
    width: min(23rem, 100%);
    margin: 0 auto;
    padding: 0.55rem;
    border-radius: 30px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 20%),
      linear-gradient(145deg, #282529, #0a090b 54%, #1c171a);
    opacity: 1;
    transform: none;
    transition: none;
  }

  .laptop-device:not(.is-open) .screen-glass {
    opacity: 1;
    filter: none;
    pointer-events: auto;
  }

  .laptop-base {
    display: none;
  }

  .laptop-closed-cover {
    display: none;
  }

  .screen-bezel {
    padding: 0.5rem;
    border-radius: 24px;
  }

  .diagnostic-view {
    padding: 0.85rem;
  }

  .pc-visual {
    min-height: 30rem;
  }

  .case-frame {
    width: min(23rem, 100%);
    border-radius: 18px;
  }

  .motherboard {
    inset: 2rem 2.4rem 4.1rem 1.9rem;
  }

  .service-section,
  .faq-section,
  .contact-section {
    padding: 4rem 1rem;
  }

  .service-section {
    padding-top: 3rem;
  }

  .service-grid {
    gap: 0.5rem;
  }

  .service-grid article {
    min-height: 0;
    padding: 0.7rem;
  }

  .service-number {
    width: 1.8rem;
    height: 1.8rem;
    margin-bottom: 0.62rem;
    font-size: 0.68rem;
  }

  .service-grid h3 {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .service-grid p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0.48rem 0 0;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .request-form {
    padding: 0.95rem;
    gap: 0.68rem;
  }

  input,
  textarea,
  select {
    padding: 0.68rem 0.76rem;
  }

  .request-form textarea {
    min-height: 5.3rem;
  }

  .site-footer {
    flex-direction: column;
  }

  .consent-banner {
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
    flex-direction: column;
    width: auto;
    max-width: none;
    margin: 0;
    align-items: stretch;
    gap: 0.85rem;
    padding: 0.85rem;
  }

  .consent-banner p {
    overflow-wrap: anywhere;
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .consent-actions {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .consent-actions button {
    min-width: 0;
    min-height: 2.6rem;
    padding: 0.62rem 0.55rem;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
