:root {
  color-scheme: light;
  --red: #FF0000;
  --ink: #20272C;
  --slate: #4D5D6D;
  --line: #E7EBEE;
  --soft: #F3F5F7;
  --paper: #FBFBFC;
  --white: #FFFFFF;
  --page-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body,
button,
a {
  font-size: 16px;
}

button,
a {
  font-family: inherit;
}

a {
  color: inherit;
}

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

button,
.button,
.header-phone,
.logo-link {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  min-height: 72px;
  color: var(--white);
  background: var(--ink);
}

.header-inner,
.hero-inner,
.locations-section,
.brands-section,
.categories-section,
.why-section,
.final-cta,
.footer-inner {
  width: min(calc(100% - 40px), var(--page-width));
  margin-inline: auto;
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo-link {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: 112px;
  height: auto;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.language-switch,
.footer-language {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--line);
}

.language-button,
.footer-language a {
  padding: 7px 2px;
  border: 0;
  color: var(--line);
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

.language-button.is-active,
.footer-language a.is-active,
.language-button:hover,
.footer-language a:hover {
  color: var(--white);
}

.language-button.is-active,
.footer-language a.is-active {
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.header-phone {
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.hero {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.hero-inner {
  min-height: 238px;
  padding-block: 30px 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 336px;
  align-items: center;
  gap: 56px;
}

.eyebrow {
  margin: 0 0 9px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(38px, 4.05vw, 58px);
  letter-spacing: -.05em;
  line-height: .98;
}

.hero-summary {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--slate);
  font-size: 17px;
  line-height: 1.45;
}

.hero-actions {
  display: grid;
  gap: 14px;
}

.button {
  min-height: 44px;
  padding: 11px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

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

.button-primary {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.button-primary:hover {
  color: var(--red);
  background: var(--white);
}

.button-secondary {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.button-secondary:hover {
  color: var(--ink);
  background: var(--white);
}

.button-quiet {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.button-quiet:hover {
  border-color: var(--slate);
}

.hero-call {
  width: 100%;
  min-height: 54px;
  font-size: 16px;
}

.warranty-note {
  min-height: 92px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 11px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 3px solid var(--red);
  border-radius: 4px;
}

.warranty-mark {
  width: 36px;
  height: 42px;
  display: block;
  color: var(--red);
}

.warranty-mark svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.warranty-note strong {
  display: block;
  font-size: 16px;
  line-height: 1.25;
}

.warranty-note p {
  margin: 3px 0 0;
  color: var(--slate);
  font-size: 13px;
  line-height: 1.35;
}

.google-review-note {
  min-height: 92px;
  padding: 14px 18px;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 3px solid #4285f4;
  border-radius: 4px;
}

.google-wordmark {
  display: inline-flex;
  justify-self: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -.08em;
  line-height: 1;
}

.google-blue {
  color: #4285f4;
}

.google-red {
  color: #ea4335;
}

.google-yellow {
  color: #fbbc05;
}

.google-green {
  color: #34a853;
}

.google-review-copy {
  min-width: 0;
}

.google-review-note .review-rating-label {
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1.1;
}

.google-review-note p {
  margin: 0;
  color: var(--slate);
  font-size: 12px;
  line-height: 1.25;
}

.google-review-note p b {
  color: var(--ink);
  font-weight: 900;
}

.review-stars {
  display: block;
  margin: 4px 0 5px;
  color: #fbbc05;
  font-size: 18px;
  letter-spacing: .03em;
  line-height: 1;
}

.locations-section {
  padding-block: 26px 32px;
}

.section-heading.locations-heading {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 8px;
}

.section-heading.locations-heading > p {
  max-width: 680px;
  margin: 0;
}

.section-heading {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  gap: 34px;
}

.section-heading h2,
.why-section h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(28px, 2.65vw, 39px);
  letter-spacing: -.035em;
  line-height: 1.08;
}

.section-heading > p {
  margin: 0 0 2px;
  color: var(--slate);
  font-size: 15px;
  line-height: 1.5;
}

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

.location-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(225px, .92fr);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.location-map {
  width: 100%;
  min-height: 246px;
  border: 0;
}

.location-content {
  min-width: 0;
  padding: 19px 17px 16px;
  display: flex;
  flex-direction: column;
}

.location-content h3,
.category-card h3 {
  margin: 0;
  font-size: 19px;
  letter-spacing: -.02em;
  line-height: 1.15;
}

.location-content address,
.footer-addresses address {
  font-style: normal;
}

.location-content address {
  margin-top: 9px;
  color: var(--slate);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.location-hours {
  margin: 14px 0 16px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.location-hours h4 {
  margin: 0;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hours-list {
  margin: 8px 0 0;
  display: grid;
  gap: 4px;
}

.hours-list > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.hours-list dt,
.hours-list dd {
  font-size: 11px;
  line-height: 1.35;
}

.hours-list dt {
  color: var(--slate);
}

.hours-list dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  white-space: nowrap;
}

.hours-list .is-closed dd {
  color: var(--slate);
}

.location-note {
  margin: 10px 0 13px;
  color: var(--slate);
  font-size: 12px;
  line-height: 1.4;
}

.card-actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 8px;
}

.card-actions .button {
  min-height: 39px;
  padding: 9px 10px;
  font-size: 12px;
}

.brands-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ticker-window {
  overflow: hidden;
  padding-block: 20px;
}

.ticker-track {
  width: max-content;
  display: flex;
  animation: ticker-slide 20s linear infinite;
}

.ticker-window:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-group {
  display: flex;
  align-items: center;
  gap: 46px;
  padding-right: 46px;
}

.brand-mark {
  width: auto;
  height: 28px;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand-square {
  height: 31px;
}

.brand-wide {
  height: 22px;
}

.brand-samsung {
  width: 132px;
  height: 30px;
}

.brand-google {
  height: 29px;
  width: 86px;
}

.brand-dell {
  height: 30px;
}

.brand-lenovo {
  width: 106px;
  height: 29px;
}

.brand-microsoft {
  height: 27px;
  width: 116px;
}

.brand-asus {
  width: 96px;
  height: 29px;
}

.brand-acer {
  width: 88px;
  height: 29px;
}

@keyframes ticker-slide {
  to {
    transform: translateX(-50%);
  }
}

.categories-section {
  padding-block: 52px;
}

.categories-section .section-heading {
  margin-bottom: 24px;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 8px;
}

.categories-section .section-heading > p {
  max-width: 720px;
  margin: 0;
}

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

.category-card {
  min-height: 188px;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 5px;
}

.category-card p {
  margin: 10px 0 0;
  color: var(--slate);
  font-size: 14px;
  line-height: 1.5;
}

.category-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  color: var(--slate);
}

.icon-phone {
  width: 20px;
  height: 32px;
  margin: 0 0 22px 5px;
  border: 2px solid var(--slate);
  border-radius: 4px;
}

.icon-phone::after,
.icon-tablet::after {
  content: "";
  width: 4px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 3px;
  background: var(--slate);
  border-radius: 2px;
  transform: translateX(-50%);
}

.icon-laptop {
  width: 34px;
  height: 23px;
  margin-bottom: 31px;
  border: 2px solid var(--slate);
  border-radius: 3px 3px 1px 1px;
}

.icon-laptop::after {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  left: -5px;
  bottom: -6px;
  background: var(--slate);
  border-radius: 0 0 3px 3px;
}

.icon-tablet {
  width: 25px;
  height: 32px;
  margin: 0 0 22px 3px;
  border: 2px solid var(--slate);
  border-radius: 4px;
}

.icon-service::before,
.icon-service::after {
  content: "";
  position: absolute;
  border: 2px solid var(--slate);
}

.icon-service::before {
  width: 27px;
  height: 18px;
  left: 0;
  top: 4px;
  border-radius: 4px;
}

.icon-service::after {
  width: 8px;
  height: 8px;
  right: 0;
  bottom: 1px;
  background: var(--paper);
  border-radius: 50%;
}

.why-section {
  padding: 34px 38px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 56px;
  color: var(--white);
  background: var(--ink);
  border-radius: 6px;
}

.eyebrow-light {
  color: var(--white);
}

.why-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 26px;
  list-style: none;
}

.why-list li {
  padding-left: 20px;
  position: relative;
  color: var(--line);
  font-size: 14px;
  line-height: 1.45;
}

.why-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 900;
}

.final-cta {
  padding-block: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.final-cta p:not(.eyebrow) {
  margin: 10px 0 0;
  color: var(--slate);
  line-height: 1.5;
}

.final-cta .button {
  min-width: 220px;
}

.site-footer {
  color: var(--white);
  background: var(--ink);
}

.footer-inner {
  min-height: 0;
  padding-block: 32px 24px;
  display: grid;
  justify-items: center;
  gap: 20px;
}

.footer-logo {
  width: 112px;
  height: auto;
}

.footer-logo-link {
  width: max-content;
  display: inline-block;
}

.footer-addresses {
  width: min(100%, 650px);
  padding-block: 17px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  border-top: 1px solid var(--slate);
  border-bottom: 1px solid var(--slate);
}

.footer-addresses address {
  color: var(--line);
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.footer-address-link {
  min-width: 0;
  padding-inline: 24px;
  display: block;
  text-decoration: none;
}

.footer-address-link + .footer-address-link {
  border-left: 1px solid var(--slate);
}

.footer-contact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
}

.footer-contact > a {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  text-decoration-color: var(--red);
  text-underline-offset: 4px;
}

.footer-contact small {
  color: var(--line);
}

.privacy-settings {
  padding: 0;
  color: var(--line);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-underline-offset: 3px;
}

.error-page {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

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

.error-panel {
  min-width: 0;
  min-height: 540px;
  padding: clamp(48px, 7vw, 108px);
  display: flex;
  align-items: center;
}

.error-panel-fr {
  justify-content: flex-end;
  background: var(--white);
}

.error-panel-en {
  justify-content: flex-start;
  background: var(--paper);
  border-left: 1px solid var(--line);
}

.error-content {
  width: min(100%, 470px);
}

.error-code {
  margin: 0 0 12px;
  color: var(--red);
  font-size: clamp(64px, 8vw, 116px);
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: .8;
}

.error-content h1,
.error-content h2 {
  max-width: 440px;
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: -.045em;
  line-height: 1;
}

.error-copy {
  max-width: 450px;
  margin: 18px 0 0;
  color: var(--slate);
  line-height: 1.55;
}

.error-actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.error-actions .button {
  min-width: 160px;
}

.error-footer-inner {
  width: min(calc(100% - 40px), var(--page-width));
  min-height: 100px;
  margin-inline: auto;
  padding-block: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px 54px;
}

.error-footer-inner a {
  max-width: 430px;
  color: var(--line);
  text-decoration: none;
}

.error-footer-inner strong,
.error-footer-inner span {
  display: block;
}

.error-footer-inner strong {
  color: var(--white);
  font-size: 13px;
  line-height: 1.4;
}

.error-footer-inner span {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.45;
}

.cookie-banner {
  width: min(calc(100% - 24px), 420px);
  margin: 0;
  padding: 12px 14px;
  inset: auto 12px 12px auto;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--slate);
  border-left: 3px solid var(--red);
  border-radius: 4px;
}

.cookie-banner:popover-open,
.cookie-banner.is-visible {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cookie-banner p {
  margin: 0;
  color: var(--slate);
  font-size: 12px;
  line-height: 1.4;
}

.cookie-actions {
  display: flex;
  gap: 6px;
}

.cookie-banner .button {
  min-width: 70px;
  min-height: 36px;
  padding: 8px 11px;
}

:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 3px;
}

@media (max-width: 1020px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 34px;
  }

  .location-card {
    grid-template-columns: 1fr;
  }

  .location-map {
    min-height: 190px;
  }

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

}

@media (max-width: 740px) {
  .header-inner,
  .hero-inner,
  .locations-section,
  .brands-section,
  .categories-section,
  .why-section,
  .final-cta,
  .footer-inner {
    width: min(calc(100% - 32px), var(--page-width));
  }

  .header-inner {
    min-height: 68px;
    gap: 12px;
  }

  .brand-logo {
    width: 96px;
  }

  .header-actions {
    gap: 12px;
  }

  .language-switch {
    gap: 3px;
  }

  .language-button {
    font-size: 12px;
  }

  .header-phone {
    font-size: 12px;
    white-space: nowrap;
  }

  .hero-inner {
    min-height: 0;
    padding-block: 31px 28px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hero h1 {
    font-size: clamp(35px, 10vw, 47px);
  }

  .hero-summary {
    margin-top: 14px;
    font-size: 16px;
  }

  .locations-section {
    padding-block: 32px 38px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .locations-grid,
  .category-grid {
    grid-template-columns: 1fr;
  }

  .location-map {
    min-height: 220px;
  }

  .ticker-window {
    padding-block: 17px;
  }

  .ticker-group {
    gap: 34px;
    padding-right: 34px;
  }

  .categories-section {
    padding-block: 42px;
  }

  .category-card {
    min-height: 0;
  }

  .why-section {
    padding: 30px 24px;
    grid-template-columns: 1fr;
    gap: 26px;
    border-radius: 0;
  }

  .why-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }


  .final-cta {
    padding-block: 44px;
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
  }

  .final-cta .button {
    width: 100%;
  }

  .footer-inner {
    min-height: 0;
    padding-block: 28px;
    gap: 20px;
  }

  .footer-logo {
    width: 108px;
  }

  .footer-addresses {
    width: min(100%, 360px);
    padding-block: 0;
    grid-template-columns: 1fr;
  }

  .footer-address-link {
    width: 100%;
    padding: 14px 8px;
  }

  .footer-address-link + .footer-address-link {
    border-top: 1px solid var(--slate);
    border-left: 0;
  }

  .footer-contact {
    max-width: 340px;
    justify-content: center;
  }

  .cookie-banner {
    width: auto;
    inset: auto 12px 12px 12px;
  }

  .error-main {
    grid-template-columns: 1fr;
  }

  .error-panel {
    min-height: 0;
    padding: 48px 24px;
    justify-content: center;
  }

  .error-panel-en {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .error-code {
    font-size: 72px;
  }

  .error-content h1,
  .error-content h2 {
    font-size: 38px;
  }

  .error-actions {
    display: grid;
  }

  .error-actions .button {
    width: 100%;
  }

  .error-footer-inner {
    width: min(calc(100% - 32px), var(--page-width));
    padding-block: 26px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}

@media (max-width: 380px) {
  .brand-logo {
    width: 90px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-phone {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }

  .ticker-window {
    overflow: visible;
  }

  .ticker-track {
    width: 100%;
    animation: none;
  }

  .ticker-group {
    width: 100%;
    padding-right: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
  }

  .ticker-group[aria-hidden="true"] {
    display: none;
  }

  .brand-mark {
    max-width: 95px;
  }
}
