@import url("./tailwind.generated.css");

:root {
  --bs-bg: #ebf4fb;
  --bs-surface: rgba(255, 255, 255, 0.74);
  --bs-surface-strong: rgba(255, 255, 255, 0.92);
  --bs-border: rgba(18, 54, 92, 0.12);
  --bs-text: #11213b;
  --bs-muted: #5f7291;
  --bs-accent: #2b88c8;
  --bs-accent-soft: #9bd4ff;
  --bs-deep-blue: #163b75;
  --bs-burgundy: #7d2342;
  --bs-dark: #0a1630;
  --bs-shadow: 0 24px 60px rgba(13, 28, 61, 0.14);
  --bs-font-body: "Onest", sans-serif;
  --bs-font-display: "Sora", sans-serif;
  --bs-desktop-header-offset: 20px;
  --bs-inner-page-max-width: 1440px;
}

.catalog-page-shell,
.product-page-shell,
.service-simple-shell,
.projects-standalone-shell,
.cart-page-shell,
.checkout-page-shell {
  max-width: var(--bs-inner-page-max-width);
}

@font-face {
  font-family: "BaltService Icons";
  src:
    url("/assets/fonts/entypo-fontello.woff2") format("woff2"),
    url("/assets/fonts/entypo-fontello.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--bs-font-body);
  color: var(--bs-text);
  background:
    linear-gradient(rgba(18, 33, 39, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 33, 39, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(205, 230, 255, 0.62) 0%, rgba(248, 251, 255, 0.94) 28%, rgba(248, 251, 255, 0.94) 72%, rgba(239, 224, 232, 0.62) 100%);
  background-size: 38px 38px, 38px 38px, auto;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
.hero-kicker,
.nav-link,
.hero-lang-chip,
.lang-chip,
.catalog-card__cta,
.catalog-eyebrow {
  font-family: var(--bs-font-display);
}

.glass {
  background: var(--bs-surface);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--bs-border);
  box-shadow: var(--bs-shadow);
}

header {
  position: sticky;
  top: 0;
  z-index: 60;
}

.hero-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.58)),
    linear-gradient(155deg, rgba(43, 136, 200, 0.14), rgba(125, 35, 66, 0.08));
  box-shadow: var(--bs-shadow);
}

.hero-shell::before,
.hero-shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0.9;
}

.hero-shell::before {
  width: 280px;
  height: 280px;
  top: -90px;
  right: -70px;
  background: radial-gradient(circle, rgba(43, 136, 200, 0.26), transparent 68%);
}

.hero-shell::after {
  width: 220px;
  height: 220px;
  bottom: -70px;
  left: -40px;
  background: radial-gradient(circle, rgba(125, 35, 66, 0.18), transparent 68%);
}

.grid-shell {
  background-image:
    linear-gradient(rgba(18, 33, 39, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 33, 39, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent);
}

.nav-link {
  position: relative;
  color: var(--bs-text);
  transition: color 0.2s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.45rem;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bs-accent), var(--bs-burgundy));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--bs-accent);
}

.nav-link:hover::after,
.nav-link:focus-visible::after {
  transform: scaleX(1);
}

.desktop-nav a[href="services.html"],
.desktop-nav a[href="../services.html"],
.desktop-nav a[href="service-complex-solutions.html"],
.desktop-nav a[href="../service-complex-solutions.html"],
#mobile-menu nav a[href="services.html"],
#mobile-menu nav a[href="../services.html"],
#mobile-menu nav a[href="service-complex-solutions.html"],
#mobile-menu nav a[href="../service-complex-solutions.html"] {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.desktop-nav a[href="services.html"],
.desktop-nav a[href="../services.html"],
.desktop-nav a[href="service-complex-solutions.html"],
.desktop-nav a[href="../service-complex-solutions.html"] {
  padding: 0;
}

#mobile-menu nav a[href="services.html"],
#mobile-menu nav a[href="../services.html"],
#mobile-menu nav a[href="service-complex-solutions.html"],
#mobile-menu nav a[href="../service-complex-solutions.html"] {
  padding: 0.82rem 0.95rem;
  text-align: center;
}

.lang-chip {
  display: inline-flex;
  flex: 0 0 3rem;
  align-items: center;
  justify-content: center;
  width: 3rem;
  min-width: 3rem;
  min-height: 2.6rem;
  padding: 0;
  border: 1px solid rgba(43, 136, 200, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--bs-accent);
  white-space: nowrap;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.lang-chip:hover,
.lang-chip:focus-visible {
  color: var(--bs-accent);
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(43, 136, 200, 0.5);
  box-shadow: 0 8px 18px rgba(43, 136, 200, 0.14);
  transform: translateY(-1px);
}

.lang-chip.is-active,
.lang-chip[aria-current="page"] {
  color: #ffffff;
  background: var(--bs-accent);
  border-color: var(--bs-accent);
  box-shadow: 0 8px 18px rgba(43, 136, 200, 0.22);
}

.mobile-services-link {
  flex: 0 0 auto;
  max-width: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mobile-services-link:hover,
.mobile-services-link:focus-visible {
  color: var(--bs-accent);
  border-color: rgba(43, 136, 200, 0.28);
  box-shadow: 0 14px 28px rgba(10, 34, 73, 0.12);
  transform: translateY(-1px);
}

@media (max-width: 359px) {
  header > .glass {
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
  }

  header > .glass > div:first-child {
    gap: 0.55rem !important;
  }

  .mobile-services-link {
    display: none !important;
  }

  .mobile-services-link {
    padding: 0.72rem 0.82rem !important;
    font-size: 0.63rem !important;
    letter-spacing: 0.1em !important;
  }

  #menu-toggle {
    width: 2.75rem !important;
    height: 2.75rem !important;
    flex: 0 0 2.75rem !important;
  }

  header > .glass > div:first-child > a[aria-label="BaltService"] img {
    height: 2rem !important;
  }
}

.outline-card {
  min-height: 220px;
  border: 1px solid rgba(18, 33, 39, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.42));
  box-shadow: 0 18px 45px rgba(13, 23, 27, 0.08);
}

.hero-image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 22px 48px rgba(10, 22, 48, 0.24);
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 22, 48, 0.1), rgba(10, 22, 48, 0.45));
}

.hero-image img,
.showcase-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.metric-card {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 34px rgba(10, 22, 48, 0.18);
}

.showcase-card {
  overflow: hidden;
  border: 1px solid rgba(18, 54, 92, 0.08);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 42px rgba(14, 31, 68, 0.1);
}

.hero-panel {
  position: relative;
  overflow: visible;
  min-height: 68vh;
  border: 0;
  background:
    linear-gradient(115deg, rgba(18, 34, 63, 0.78), rgba(27, 66, 111, 0.56) 42%, rgba(88, 43, 71, 0.4)),
    url("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?auto=format&fit=crop&w=2600&q=80") center 54%/cover no-repeat;
  box-shadow: 0 30px 80px rgba(7, 20, 48, 0.28);
}

.hero-panel--riga {
  min-height: 1120px;
  background:
    linear-gradient(90deg, rgba(8, 20, 44, 0.18) 0%, rgba(8, 20, 44, 0.12) 28%, rgba(8, 20, 44, 0.04) 56%, rgba(10, 22, 48, 0.16) 100%),
    url("../images/homepage/hero-riga-hvac.jpg") center center / cover no-repeat;
  box-shadow: none;
}

.hero-panel--riga::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 240px;
  background:
    linear-gradient(180deg, rgba(10, 34, 73, 0) 0%, rgba(10, 34, 73, 0.08) 16%, rgba(10, 34, 73, 0.24) 34%, rgba(10, 34, 73, 0.52) 54%, rgba(10, 34, 73, 0.82) 76%, #0a2249 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(205, 232, 255, 0.2), transparent 22%),
    radial-gradient(circle at 78% 16%, rgba(255, 232, 222, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(16, 29, 51, 0.12) 42%, rgba(10, 20, 38, 0.52) 76%, rgba(7, 16, 31, 0.78) 100%);
}

.hero-overlay--riga {
  background:
    radial-gradient(circle at 14% 18%, rgba(120, 191, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(10, 20, 38, 0.04), rgba(10, 20, 38, 0.08) 56%, rgba(10, 20, 38, 0.14) 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 85%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 85%);
  opacity: 0.22;
}

.parallax-layer {
  will-change: transform;
  transition: transform 0.12s linear;
}

.section-card {
  border: 1px solid rgba(18, 54, 92, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.62));
  box-shadow: 0 22px 50px rgba(14, 31, 68, 0.09);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.service-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(18, 54, 92, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.62));
  box-shadow: 0 18px 42px rgba(14, 31, 68, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(43, 136, 200, 0.24);
  box-shadow: 0 24px 54px rgba(14, 31, 68, 0.14);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--bs-accent), var(--bs-burgundy));
}

.parallax-strip {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(10, 22, 48, 0.84), rgba(22, 59, 117, 0.72), rgba(125, 35, 66, 0.76)),
    url("https://baltservice.lv/wp-content/uploads/2015/10/013.jpg") center/cover fixed;
  box-shadow: 0 28px 80px rgba(6, 16, 38, 0.22);
}

.parallax-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 20, 48, 0.1), rgba(7, 20, 48, 0.64));
}

.contact-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: 0 18px 40px rgba(6, 16, 38, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hero-badge {
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-line {
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.08));
}

.hero-sidecard {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(111, 124, 154, 0.3), rgba(83, 95, 121, 0.18));
  box-shadow: 0 24px 50px rgba(8, 18, 38, 0.2);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero-sideitem {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-outline {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.32);
}

.hero-title {
  max-width: 780px;
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-wrap: balance;
  text-shadow: 0 18px 40px rgba(8, 18, 38, 0.28);
}

.hero-center {
  position: relative;
  z-index: 10;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.hero-topbar {
  position: sticky;
  top: 0;
  z-index: 55;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.hero-topbar__inner {
  display: grid;
  grid-template-columns: minmax(190px, 0.78fr) minmax(0, 1.9fr) max-content;
  align-items: center;
  gap: clamp(12px, 1.4vw, 24px);
  width: min(1880px, calc(100% - clamp(32px, 4vw, 96px)));
  margin: 0 auto;
  padding: 1.1rem 1.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(236, 244, 255, 0.72) 52%, rgba(255, 255, 255, 0.9) 82%, rgba(255, 255, 255, 0.94) 100%);
  box-shadow: 0 20px 48px rgba(8, 18, 38, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.desktop-nav--menu {
  min-width: 0;
  gap: clamp(0.85rem, 1.55vw, 2.15rem);
  flex-wrap: nowrap;
}

.desktop-nav--menu .nav-link {
  flex: 0 0 auto;
  text-align: center;
  white-space: nowrap;
}

.desktop-actions--header {
  min-width: max-content;
  flex: 0 0 auto;
  justify-self: end;
}

.hero-lang-switch {
  display: inline-grid;
  grid-template-columns: repeat(3, 3rem);
  align-items: center;
  gap: 0.35rem;
  min-width: 10.1rem;
  padding: 0.3rem;
  flex: 0 0 auto;
  justify-self: end;
  border-radius: 999px;
  border: 1px solid rgba(18, 33, 59, 0.08);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-cart-button {
  border: 1px solid rgba(18, 33, 59, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: var(--bs-text);
  box-shadow: 0 10px 24px rgba(8, 18, 38, 0.08);
  transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hero-cart-button:hover,
.hero-cart-button:focus-visible {
  color: var(--bs-accent);
  border-color: rgba(43, 136, 200, 0.24);
  box-shadow: 0 14px 28px rgba(8, 18, 38, 0.12);
  transform: translateY(-1px);
}

.hero-lang-chip {
  display: inline-flex;
  flex: 0 0 3rem;
  align-items: center;
  justify-content: center;
  width: 3rem;
  min-width: 3rem;
  min-height: 2.25rem;
  padding: 0;
  border: 1px solid rgba(43, 136, 200, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--bs-accent);
  white-space: nowrap;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hero-lang-chip:hover,
.hero-lang-chip:focus-visible {
  color: var(--bs-accent);
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(43, 136, 200, 0.5);
  box-shadow: 0 8px 18px rgba(43, 136, 200, 0.14);
  transform: translateY(-1px);
}

.hero-lang-chip.is-active,
.hero-lang-chip[aria-current="page"] {
  color: #ffffff;
  background: var(--bs-accent);
  border-color: var(--bs-accent);
  box-shadow: 0 8px 18px rgba(43, 136, 200, 0.22);
}

.hero-copy {
  max-width: 980px;
  margin: 0 auto;
}

.hero-riga-shell {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 64px));
  margin-inline: auto;
  padding-top: 6rem;
}

.hero-riga-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 2rem;
  align-items: start;
}

.hero-riga-copy {
  position: relative;
  max-width: 42rem;
  padding-left: 0.2rem;
}

.hero-riga-copy::before {
  content: "";
  position: absolute;
  inset: -2.4rem -2.9rem -2.3rem -2.9rem;
  border-radius: 2.8rem;
  background: radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72) 38%, rgba(255, 255, 255, 0.36) 62%, rgba(255, 255, 255, 0.12) 78%, rgba(255, 255, 255, 0) 100%);
  filter: blur(30px);
  z-index: -1;
  pointer-events: none;
}

.hero-riga-kicker {
  margin: 0;
  color: rgba(16, 33, 59, 0.74);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-riga-title {
  margin: 1rem 0 0;
  color: #152447;
  font-family: var(--bs-font-display);
  font-size: clamp(3.4rem, 8vw, 6.3rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.07em;
  max-width: 10ch;
}

html[lang="ru"] .hero-riga-title {
  line-height: 0.86;
}

.hero-riga-text {
  margin: 1.4rem 0 0;
  max-width: 36rem;
  color: #173153;
  font-size: 1.04rem;
  font-weight: 500;
  line-height: 1.72;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
}

.hero-riga-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.1rem;
  margin-top: 1.75rem;
}

.hero-riga-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #1b3157;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero-riga-pill svg {
  width: 1.45rem;
  height: 1.45rem;
  color: #2b88c8;
}

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

.hero-riga-primary,
.hero-riga-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 3.35rem;
  padding: 0.9rem 1.55rem;
  border-radius: 999px;
  font-family: var(--bs-font-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hero-riga-primary {
  color: #fff;
  background: linear-gradient(135deg, #153a6f, #2b88c8);
  box-shadow: 0 18px 34px rgba(21, 58, 111, 0.24);
}

.hero-riga-secondary {
  color: #153a6f;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(21, 58, 111, 0.12);
}

.hero-riga-primary:hover,
.hero-riga-secondary:hover,
.hero-riga-primary:focus-visible,
.hero-riga-secondary:focus-visible {
  transform: translateY(-2px);
}

.hero-riga-primary:focus,
.hero-riga-secondary:focus,
.hero-riga-primary:active,
.hero-riga-secondary:active {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.hero-riga-aside {
  position: relative;
  min-height: 320px;
}

.hero-riga-airlines {
  position: absolute;
  top: 5.8rem;
  right: 6.8rem;
  display: grid;
  gap: 0.65rem;
}

.hero-riga-airlines span {
  display: block;
  width: 130px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(74, 171, 255, 0), rgba(74, 171, 255, 0.95));
  filter: drop-shadow(0 0 10px rgba(74, 171, 255, 0.44));
  transform: skewX(-28deg);
}

.hero-riga-guarantee {
  position: absolute;
  top: 4rem;
  right: 0;
  width: 172px;
  min-height: 172px;
  padding: 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.98), rgba(245, 249, 253, 0.94));
  box-shadow: 0 24px 48px rgba(10, 22, 48, 0.16), 0 0 0 10px rgba(255, 255, 255, 0.08);
  text-align: center;
}

.hero-riga-guarantee__icon svg {
  width: 1.7rem;
  height: 1.7rem;
  color: #658f4c;
}

.hero-riga-guarantee__value {
  margin-top: 0.55rem;
  color: #152447;
  font-family: var(--bs-font-display);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.hero-riga-guarantee__label {
  margin-top: 0.35rem;
  color: #4f5f79;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-categories-band {
  display: grid;
  --hero-service-count: 12;
  grid-template-columns: repeat(var(--hero-service-count), minmax(0, 1fr));
  gap: 0;
  margin-top: 3rem;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(228, 235, 244, 0.94);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(8, 18, 38, 0.12);
  position: relative;
  z-index: 20;
}

.hero-categories-band::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: -32px;
  height: 60px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(73, 132, 206, 0.08) 48%, rgba(9, 33, 71, 0) 100%);
  filter: blur(12px);
  pointer-events: none;
}

.hero-category-item {
  display: grid;
  gap: 0.55rem;
  min-height: 142px;
  padding: 1.25rem 0.9rem 1.15rem;
  color: #1b2f52;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid rgba(17, 33, 59, 0.08);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

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

.hero-category-item:hover,
.hero-category-item:focus-visible {
  background: linear-gradient(180deg, rgba(230, 241, 252, 0.9), rgba(246, 249, 253, 0.95));
  color: #153a6f;
}

.hero-category-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  color: #1a4f86;
  line-height: 1;
}

.hero-category-item__icon svg {
  width: 2rem;
  height: 2rem;
}

.hero-category-item__label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.hero-flow-band {
  position: relative;
  margin-top: -22px;
  padding-top: 0;
  padding-bottom: 1.35rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: 3;
  background: #0a2249;
}

.hero-flow-band::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 164px;
  background: none;
  pointer-events: none;
  z-index: 0;
}

.hero-flow-band::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 156px;
  background: none;
  pointer-events: none;
}

.hero-flow-shell {
  position: relative;
  z-index: 4;
  width: 100%;
  overflow: visible;
}

.hero-flow-card {
  position: relative;
  overflow: visible;
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  border-top: 0;
  border-bottom: 1px solid rgba(74, 138, 214, 0.12);
  background: #0a2249;
  box-shadow: 0 34px 80px rgba(3, 10, 24, 0.34);
  z-index: 1;
}

.hero-flow-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}

.hero-flow-card__badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  min-height: 4.9rem;
  margin: -1rem 0 -0.45rem 3rem;
  padding: 0.95rem 1.5rem 0.95rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(157, 196, 255, 0.42);
  background: linear-gradient(135deg, #1b49a8, #123784 50%, #0f2f71 100%);
  box-shadow: 0 0 0 5px rgba(81, 151, 255, 0.14), 0 0 34px rgba(58, 130, 255, 0.44);
  color: #ffffff;
  font-family: var(--bs-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 20;
}

.hero-flow-card__badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.95rem;
  height: 2.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.hero-flow-card__badge-icon svg,
.hero-flow-card__badge-arrow {
  width: 1.45rem;
  height: 1.45rem;
}

.hero-flow-card__content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 0.52fr) minmax(0, 0.96fr) minmax(285px, 1.06fr);
  column-gap: 0.8rem;
  row-gap: 0.75rem;
  max-width: 1440px;
  margin: 0 auto;
  padding: 1.15rem 2.4rem 0.95rem 2.2rem;
  z-index: 2;
}

.hero-flow-card__intro,
.hero-flow-card__benefits {
  padding: 0.35rem 0.15rem 0.25rem;
}

.hero-flow-card__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 0.2rem;
  margin-top: 0;
  padding-top: 0;
  text-align: left;
}

.hero-flow-card__title {
  margin: 0;
  color: #ffffff;
  font-family: var(--bs-font-display);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.hero-flow-card__title span {
  display: block;
  color: #5f91ff;
}

.hero-flow-card__lead {
  margin: 0.95rem 0 0;
  max-width: 14rem;
  color: rgba(222, 235, 255, 0.84);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.6;
}

.hero-flow-card__projects {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  align-content: start;
  padding-inline: 0;
  align-self: start;
}

.hero-flow-project {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  border-radius: 0.85rem;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(3, 10, 26, 0.28);
}

.hero-flow-project::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 17, 34, 0.02), rgba(7, 17, 34, 0.16) 42%, rgba(4, 10, 24, 0.72) 100%);
}

.hero-flow-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.hero-flow-project span {
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.6rem;
  z-index: 1;
  color: #ffffff;
  font-family: var(--bs-font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-flow-project:hover img,
.hero-flow-project:focus-visible img {
  transform: scale(1.04);
}

.hero-flow-card__benefits {
  display: grid;
  grid-template-rows: repeat(3, auto) auto auto;
  gap: 0.9rem;
  padding-left: 1.6rem;
  align-content: start;
}

.hero-flow-benefit {
  display: grid;
  grid-template-columns: 1.1rem 1fr;
  align-items: center;
  gap: 0.72rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-flow-benefit svg {
  width: 1rem;
  height: 1rem;
  color: #f0f4fb;
}

.hero-flow-benefit:first-child svg,
.hero-flow-benefit:last-of-type svg {
  transform: rotate(-8deg);
}

.hero-flow-card__map {
  position: relative;
  min-height: 248px;
  margin-top: -4.8rem;
}

.hero-flow-card__map-dots {
  position: absolute;
  right: 3.7rem;
  top: -2.9rem;
  width: 228px;
  height: 228px;
  background: url("../images/hero-benefit-icon.png") center / contain no-repeat;
  opacity: 0.98;
}

.hero-flow-card__map-pin {
  display: none;
}

.hero-flow-card__map-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 42%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.hero-flow-card__map-pin::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 12px;
  height: 12px;
  background: #2457d7;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 0 0 2px 0;
}

.hero-flow-card__map-text {
  position: absolute;
  left: 1.6rem;
  top: 5.15rem;
  display: grid;
  gap: 0.22rem;
  max-width: 14rem;
  text-align: left;
  text-transform: uppercase;
}

.hero-flow-card__map-text span {
  color: #ffffff;
  font-family: var(--bs-font-display);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-flow-card__map-text strong {
  color: #5f91ff;
  font-family: var(--bs-font-display);
  font-size: 1.95rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.hero-flow-card__footer {
  position: relative;
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}

.hero-flow-card__footer-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(108, 165, 240, 0), rgba(108, 165, 240, 0.65) 18%, rgba(213, 229, 252, 0.92) 50%, rgba(108, 165, 240, 0.65) 82%, rgba(108, 165, 240, 0));
}

.hero-flow-brand-plaque {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 0;
  min-width: max-content;
  padding: 0.4rem 0.85rem;
  border: 1px solid rgba(184, 196, 212, 0.9);
  border-radius: 0.95rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.96));
  box-shadow: 0 14px 34px rgba(4, 13, 30, 0.18);
}

.hero-flow-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.7rem;
  padding: 0.15rem 0.85rem;
  font-family: var(--bs-font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: none;
}

.hero-flow-brand + .hero-flow-brand {
  border-left: 1px solid rgba(204, 212, 224, 0.92);
}

.hero-flow-brand--daikin {
  color: #1f78cf;
}

.hero-flow-brand--mitsubishi {
  color: #1f2633;
}

.hero-flow-brand--gree {
  color: #2b66be;
}

.hero-flow-brand--hisense {
  color: #59abb1;
  font-weight: 800;
}

.hero-flow-brand--aermec {
  color: #23262f;
  font-weight: 800;
}

.hero-flow-brand--komfovent {
  color: #4e4f9c;
}

.logo-daikin-mark {
  width: 1.6rem;
  height: 1.15rem;
  background: linear-gradient(135deg, #111821 0 34%, #66d0ff 34% 60%, #1f78cf 60% 100%);
  clip-path: polygon(0 0, 100% 0, 36% 100%, 0 100%);
}

.logo-daikin-text {
  color: #1f78cf;
  font-size: 1rem;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.logo-mitsubishi-mark {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 0.72rem);
  grid-template-rows: repeat(2, 0.72rem);
  width: 1.55rem;
  height: 1.35rem;
}

.logo-mitsubishi-mark span {
  display: block;
  width: 0.72rem;
  height: 0.72rem;
  background: #ff2b1f;
  transform: rotate(45deg);
}

.logo-mitsubishi-mark span:nth-child(1) {
  grid-column: 1 / span 2;
  justify-self: center;
}

.logo-mitsubishi-mark span:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.logo-mitsubishi-mark span:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.logo-mitsubishi-text {
  color: #111821;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 0.95;
  text-transform: uppercase;
}

.logo-gree-mark {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 999px;
  background: #144ba8;
}

.logo-gree-mark span {
  position: absolute;
  right: 0.02rem;
  bottom: 0.08rem;
  width: 0.62rem;
  height: 0.46rem;
  border-radius: 0 0 0.5rem 0.5rem;
  background: #f07c22;
  transform: skewX(-28deg);
}

.logo-gree-text {
  color: #225eb7;
  font-size: 1rem;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.logo-hisense-text {
  color: #11a1a2;
  font-size: 1.04rem;
  font-weight: 900;
}

.logo-aermec-text {
  color: #22252d;
  font-size: 0.96rem;
  font-weight: 900;
  text-transform: uppercase;
}

.logo-aermec-wave {
  display: grid;
  gap: 0.08rem;
}

.logo-aermec-wave span {
  display: block;
  width: 1.65rem;
  height: 0.18rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #8ed400, #6fc400);
  transform: skewX(-34deg);
}

.logo-komfovent-text {
  color: #214bb4;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
}

.brand-marquee-band {
  position: relative;
  width: 100vw;
  margin-top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  border-top: 1px solid rgba(17, 33, 59, 0.08);
  border-bottom: 1px solid rgba(17, 33, 59, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 249, 252, 0.98));
}

.brand-marquee-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 33, 59, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(17, 33, 59, 0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.18;
  pointer-events: none;
}

.brand-marquee-track {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.brand-marquee-content {
  display: inline-flex;
  align-items: center;
  gap: 4.9rem;
  min-width: max-content;
  padding: 1.3rem 0;
  will-change: transform;
  animation: marquee-scroll 28s linear infinite;
}

.brand-marquee-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  flex: 0 0 auto;
  color: var(--bs-text);
  line-height: 1;
  white-space: nowrap;
}

.brand-marquee-item::after {
  content: "";
  position: absolute;
  right: -2.45rem;
  top: 50%;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: rgba(17, 33, 59, 0.22);
  transform: translateY(-50%);
}

.brand-marquee-item .logo-daikin-mark {
  width: 1.85rem;
  height: 1.3rem;
}

.brand-marquee-item .logo-daikin-text,
.brand-marquee-item .logo-gree-text,
.brand-marquee-item .logo-hisense-text,
.brand-marquee-item .logo-aermec-text,
.brand-marquee-item .logo-komfovent-text {
  font-size: 1.05rem;
}

.brand-marquee-item .logo-mitsubishi-text {
  font-size: 0.82rem;
}

.brand-marquee-item .logo-gree-mark {
  width: 1.28rem;
  height: 1.28rem;
}

.brand-marquee-item .logo-aermec-wave span {
  width: 1.8rem;
}

.brand-marquee-logo {
  display: block;
  width: auto;
  height: 1.52rem;
  max-width: 8.3rem;
  object-fit: contain;
}

.brand-marquee-logo--mitsubishi {
  height: 1.52rem;
}

.brand-marquee-logo--gree {
  height: 1.72rem;
  max-width: 8.8rem;
}

.brand-marquee-logo--aermec {
  height: 1.66rem;
  max-width: 5.35rem;
}

.brand-marquee-logo--hisense {
  height: 1.34rem;
}

.brand-marquee-logo--komfovent {
  height: 1.52rem;
}

.brand-marquee-logo--daikin {
  height: 1.46rem;
}

.hero-bottom-stack {
  width: 100%;
  margin-top: 2.75rem;
  padding-top: 0;
}

.hero-kicker {
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.hero-main-title {
  margin: 0;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: #ffffff;
  text-wrap: balance;
  text-shadow: 0 18px 40px rgba(8, 18, 38, 0.34);
}

.hero-subtitle {
  max-width: 860px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  text-wrap: pretty;
}

.hero-search {
  width: min(820px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 60px rgba(8, 18, 38, 0.22);
}

.hero-search-input {
  border: 0;
  background: transparent;
  color: var(--bs-text);
  outline: none;
}

.hero-search-input::placeholder {
  color: #7c8ba2;
}

.hero-implementations {
  width: min(1160px, calc(100% - 72px));
  margin: 0 auto;
  border: 1px solid rgba(229, 235, 243, 0.9);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 42px rgba(8, 18, 38, 0.12);
}

.hero-implementations-wrap {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -68px;
  z-index: 12;
}

.hero-impl-item {
  position: relative;
}

.hero-impl-item::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  width: 1px;
  height: calc(100% - 32px);
  background: rgba(17, 33, 59, 0.06);
}

.hero-impl-item:last-child::after {
  display: none;
}

.hero-impl-icon {
  display: inline-flex;
  height: 44px;
  width: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #10253f;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(16, 37, 63, 0.14);
}

.hero-impl-label {
  color: #7b7d83;
  letter-spacing: 0.18em;
}

.hero-impl-name {
  color: #121212;
  line-height: 1.15;
}

@media (max-width: 1023px) {
}

@media (min-width: 1280px) {
  .desktop-shell {
    max-width: 1680px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .desktop-header {
    padding: 14px 26px;
    border-radius: 999px;
    box-shadow: 0 20px 46px rgba(18, 33, 59, 0.1);
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 18%, rgba(235, 245, 255, 0.38) 52%, rgba(255, 255, 255, 0.96) 82%, rgba(255, 255, 255, 0.96) 100%);
  }

  .desktop-header-row {
    display: grid;
    grid-template-columns: 260px 1fr 250px;
    align-items: center;
    column-gap: 18px;
  }

  .desktop-nav {
    justify-self: center;
  }

  .desktop-actions {
    justify-self: end;
    min-width: 10.7rem;
    justify-content: flex-end;
  }

  .desktop-hero {
    min-height: 845px;
    padding: var(--bs-desktop-header-offset) 0 96px;
    background-position: center center;
    background-size: cover;
    box-shadow: none;
  }

  .desktop-hero-fullbleed {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
  }

  .desktop-hero-grid {
    grid-template-columns: minmax(880px, 1fr) 360px;
    align-items: stretch;
    column-gap: 36px;
  }

  .desktop-hero-copy {
    display: flex;
    min-height: 560px;
    flex-direction: column;
    justify-content: space-between;
    padding: 2px 0 2px;
  }

  .desktop-hero-side {
    min-height: 560px;
  }

  .desktop-sidecard {
    top: 12px;
    right: 0;
    width: 360px;
  }

  .desktop-services-intro {
    max-width: 420px;
    text-align: left;
  }

  .desktop-hero-content {
    min-height: 100%;
    padding: 124px 0 0;
  }

  .desktop-hero-main-title {
    font-size: 6.15rem;
    max-width: 980px;
  }

  .desktop-hero-subtitle {
    font-size: 1.1rem;
    max-width: 760px;
  }

  .desktop-hero-search {
    margin-top: 44px;
    width: 760px;
    padding: 12px 14px;
    border-radius: 999px;
  }

  .desktop-hero-bottom {
    padding-bottom: 84px;
  }

  .desktop-hero-implementations {
    width: min(1200px, calc(100% - 160px));
    margin-top: 0;
    padding: 12px 18px;
    border-radius: 1.5rem;
  }

  .desktop-after-hero {
    padding-top: 108px;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .desktop-nav--menu {
    gap: clamp(0.62rem, 0.95vw, 0.95rem);
  }

  .desktop-nav--menu .nav-link {
    font-size: 0.78rem !important;
    letter-spacing: 0.08em !important;
  }

  .hero-topbar__inner {
    grid-template-columns: minmax(174px, 0.7fr) minmax(0, 1.9fr) max-content;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .hero-topbar__inner img {
    max-width: 178px;
  }
}

@media (max-width: 1023px) {
  .hero-panel {
    min-height: clamp(820px, 130vw, 1040px);
    overflow: hidden;
  }

  .hero-panel--riga {
    min-height: clamp(820px, 130vw, 1040px);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.84) 36%, rgba(255, 255, 255, 0.28) 100%),
      url("../images/homepage/hero-riga-hvac.jpg") center center / cover no-repeat;
  }

  .hero-riga-shell {
    width: 100%;
    padding-top: 1.6rem;
  }

  .hero-riga-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .hero-riga-copy {
    max-width: 100%;
  }

  .hero-riga-copy::before {
    inset: -1.3rem -1rem -1.2rem -1rem;
    border-radius: 1.6rem;
  }

  .hero-photo-bridge {
    height: 132px;
    margin-top: 0;
    margin-bottom: -44px;
  }

  .hero-riga-title {
    max-width: 9ch;
    font-size: clamp(2.7rem, 12vw, 4.2rem);
  }

  .hero-riga-text {
    max-width: 34rem;
    font-size: 0.98rem;
  }

  .hero-riga-aside {
    min-height: 170px;
  }

  .hero-riga-airlines {
    top: 0.5rem;
    right: 6rem;
    gap: 0.45rem;
  }

  .hero-riga-airlines span {
    width: 90px;
  }

  .hero-riga-guarantee {
    top: 0;
    width: 132px;
    min-height: 132px;
    padding: 0.9rem;
  }

  .hero-riga-guarantee__value {
    font-size: 1.5rem;
  }

  .hero-riga-guarantee__label {
    font-size: 0.68rem;
  }

  .hero-categories-band {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
    border-radius: 1.4rem;
  }

  .hero-category-item {
    min-height: 96px;
    padding: 0.9rem 0.55rem 0.8rem;
    border-bottom: 1px solid rgba(17, 33, 59, 0.08);
  }

  .hero-flow-card {
    margin-top: 0;
  }

  .hero-flow-card__badge {
    margin: -0.95rem 0 -0.45rem 1.25rem;
    font-size: 0.88rem;
  }

  .hero-flow-card__content {
    grid-template-columns: 1fr;
    padding: 1rem 1.25rem;
  }

  .hero-flow-card__lead {
    max-width: none;
  }

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

  .hero-flow-project {
    min-height: 250px;
  }

  .hero-flow-card__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
  }

  .hero-flow-card__map {
    grid-column: 1 / -1;
    min-height: 208px;
  }

  .hero-flow-side-links {
    flex-wrap: wrap;
    gap: 0.55rem 0.8rem;
  }

  .hero-flow-card__footer {
    padding: 0;
  }

  .hero-bottom-stack {
    margin-top: 1.25rem;
  }

  .hero-implementations {
    width: 100%;
  }

  .hero-implementations-wrap {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }

  .hero-impl-item::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-riga-pills {
    gap: 0.65rem;
  }

  .hero-riga-pill {
    font-size: 0.88rem;
  }

  .hero-riga-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-riga-primary,
  .hero-riga-secondary {
    width: 100%;
  }

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

  .hero-category-item {
    min-height: 88px;
  }

  .hero-category-item__label {
    font-size: 0.68rem;
  }

  .hero-flow-band {
    padding-bottom: 2rem;
  }

  .hero-flow-card__badge {
    width: calc(100% - 1rem);
    min-height: 4.2rem;
    margin: 0.45rem 0.5rem -0.8rem;
    padding: 0.85rem 1rem 0.85rem 0.8rem;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
  }

  .hero-flow-card__badge-icon {
    width: 2.45rem;
    height: 2.45rem;
  }

  .hero-flow-card__content {
    gap: 1.1rem;
    padding: 0.9rem 0.75rem 0.9rem;
  }

  .hero-flow-card__title {
    font-size: 2rem;
  }

  .hero-flow-card__lead {
    max-width: none;
    font-size: 0.8rem;
  }

  .hero-flow-card__mini-grid,
  .hero-flow-card__projects,
  .hero-flow-card__benefits {
    grid-template-columns: 1fr;
  }

  .hero-flow-project {
    min-height: 220px;
  }

  .hero-flow-card__map {
    min-height: 184px;
  }

  .hero-flow-card__map-dots {
    right: 0.75rem;
    top: -1.3rem;
    width: 154px;
    height: 154px;
  }

  .hero-flow-card__map-text {
    left: 1.35rem;
    top: 3.9rem;
    max-width: 10rem;
  }

  .hero-flow-card__map-text strong {
    font-size: 1.45rem;
  }

  .hero-flow-brand-plaque {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0.1rem;
    padding: 0.35rem 0.45rem;
  }

  .hero-flow-brand {
    min-height: 2.2rem;
    padding: 0.15rem 0.5rem;
    gap: 0.38rem;
  }

  .hero-flow-brand + .hero-flow-brand {
    border-left: 0;
  }

  .logo-daikin-text,
  .logo-gree-text,
  .logo-hisense-text,
  .logo-aermec-text,
  .logo-komfovent-text {
    font-size: 0.84rem;
  }

  .logo-mitsubishi-text {
    font-size: 0.64rem;
  }

  .brand-marquee-band {
    margin-top: 0;
    padding: 0;
  }

  .brand-marquee-item {
    gap: 0.5rem;
  }

  .brand-marquee-logo {
    height: 1.22rem;
    max-width: 6.6rem;
  }

  .brand-marquee-logo--mitsubishi {
    height: 1.22rem;
  }

  .brand-marquee-logo--gree {
    height: 1.38rem;
    max-width: 7rem;
  }

  .brand-marquee-logo--aermec {
    height: 1.32rem;
    max-width: 4.4rem;
  }

  .brand-marquee-logo--hisense {
    height: 1.08rem;
  }

  .brand-marquee-logo--komfovent {
    height: 1.22rem;
  }

  .brand-marquee-logo--daikin {
    height: 1.16rem;
  }

  .brand-marquee-content {
    gap: 3rem;
    padding: 1.08rem 0;
  }

  .brand-marquee-item::after {
    right: -1.5rem;
  }

  .brand-marquee-item .logo-daikin-text,
  .brand-marquee-item .logo-gree-text,
  .brand-marquee-item .logo-hisense-text,
  .brand-marquee-item .logo-aermec-text,
  .brand-marquee-item .logo-komfovent-text {
    font-size: 0.84rem;
  }

  .brand-marquee-item .logo-mitsubishi-text {
    font-size: 0.64rem;
  }

}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.js-enhanced .reveal {
  opacity: 0;
  transform: translateY(18px);
}

.js-enhanced .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-enhanced .product-page-shell.reveal,
.js-enhanced .product-page-shell .reveal {
  opacity: 1;
  transform: translateY(0);
}

.footer-link,
.contact-link {
  color: rgba(255, 255, 255, 0.82);
  transition: color 0.2s ease;
}

.footer-link:hover,
.footer-link:focus-visible,
.contact-link:hover,
.contact-link:focus-visible {
  color: #ffffff;
}

.mobile-panel[data-open="false"] {
  display: none;
}

.mobile-panel[data-open="true"] {
  display: block;
}

.mobile-panel .flex.items-center.gap-2 {
  display: inline-grid;
  grid-template-columns: repeat(3, minmax(2.9rem, 1fr));
  gap: 0.35rem;
  min-width: 10.7rem;
}

.catalog-showcase {
  background:
    linear-gradient(180deg, rgba(234, 242, 250, 0.94), rgba(247, 250, 253, 0.96)),
    linear-gradient(90deg, rgba(43, 136, 200, 0.05), rgba(125, 35, 66, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 70px rgba(20, 42, 78, 0.08);
}

.catalog-eyebrow {
  letter-spacing: 0.28em;
  color: #5982a6;
}

.catalog-title {
  margin: 0;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #1a2233;
}

.catalog-subtitle {
  line-height: 1.65;
  color: #617692;
}

.catalog-card {
  min-height: 294px;
}

.catalog-card__shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42%;
  gap: 18px;
  height: 100%;
  padding: 10px;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid rgba(22, 59, 117, 0.08);
  box-shadow: 0 18px 38px rgba(21, 45, 87, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.catalog-card:hover .catalog-card__shell,
.catalog-card:focus-within .catalog-card__shell {
  transform: translateY(-4px);
  border-color: rgba(43, 136, 200, 0.18);
  box-shadow: 0 24px 50px rgba(21, 45, 87, 0.12);
}

.catalog-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.15rem 1rem 1.1rem 1rem;
}

.catalog-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: #10253f;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(16, 37, 63, 0.16);
}

.catalog-card__badge svg {
  width: 1rem;
  height: 1rem;
}

.catalog-card__copy {
  margin-top: auto;
  padding-top: 2.25rem;
}

.catalog-card__label {
  margin: 0 0 0.85rem;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #84a0bf;
}

.catalog-card__title {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(1.75rem, 2vw, 2.25rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: #16304f;
}

.catalog-card__text {
  margin: 0.95rem 0 0;
  max-width: 22rem;
  font-size: 0.98rem;
  line-height: 1.58;
  color: #5e7491;
}

.catalog-card__cta {
  position: relative;
  margin-top: 1.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  background: var(--bs-deep-blue);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(22, 59, 117, 0.2);
  transition: background-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.catalog-card__cta::after {
  content: "→";
  font-size: 0.95rem;
  transition: transform 0.24s ease;
}

.catalog-card:hover .catalog-card__cta,
.catalog-card:focus-within .catalog-card__cta {
  background: var(--bs-accent);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(43, 136, 200, 0.22);
}

.catalog-card:hover .catalog-card__cta::after,
.catalog-card:focus-within .catalog-card__cta::after {
  transform: translateX(3px);
}

.catalog-card__visual {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  border-radius: 24px;
  background: linear-gradient(180deg, #c8d8e7, #7d9bb9);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

.catalog-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(14, 32, 57, 0.04), rgba(14, 32, 57, 0.24)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%);
}

.catalog-card__visual--heat {
  background: linear-gradient(180deg, #d7e4f0, #8aa7c2);
}

.catalog-card__visual--vent {
  background: linear-gradient(180deg, #d5dee8, #7e93aa);
}

.catalog-card__image {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.32s ease;
}

.catalog-card:hover .catalog-card__image,
.catalog-card:focus-within .catalog-card__image {
  transform: scale(1.03);
}

@media (max-width: 1023px) {
  .catalog-card__shell {
    grid-template-columns: 1fr;
  }

  .catalog-card__content {
    padding: 1rem 0.85rem 0;
  }

  .catalog-card__visual {
    min-height: 240px;
  }
}

@media (max-width: 767px) {
  .catalog-showcase {
    border-radius: 30px;
  }

  .catalog-card {
    min-height: auto;
  }

  .catalog-card__shell {
    padding: 8px;
    border-radius: 28px;
  }

  .catalog-card__title {
    max-width: none;
  }

  .catalog-card__cta {
    width: 100%;
    justify-content: center;
  }
}

.services-modern-band {
  position: relative;
}

.hero-services-inline {
  position: relative;
  z-index: 3;
}

.hero-services-inline .services-modern-grid {
  grid-template-columns: 1fr;
}

.hero-services-inline__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.hero-services-inline__copy {
  max-width: 48rem;
}

.hero-services-inline__title {
  margin: 0.9rem 0 0;
  color: #122443;
  font-family: var(--bs-font-display);
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.hero-services-inline__text {
  margin: 0.85rem 0 0;
  color: #5d7391;
  line-height: 1.65;
}

.services-modern-shell {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  background:
    linear-gradient(180deg, rgba(250, 252, 254, 0.98), rgba(242, 247, 252, 0.96) 56%, rgba(234, 241, 249, 0.92));
  border: 1px solid rgba(18, 54, 92, 0.06);
  box-shadow: 0 18px 40px rgba(14, 31, 68, 0.05);
}

.services-modern-shell::before {
  display: none;
}

.services-modern-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.4fr);
  gap: 1.25rem;
  align-items: stretch;
}

.services-modern-lead {
  display: grid;
  align-content: space-between;
  gap: 1.15rem;
  min-height: 100%;
  padding: 1.6rem;
  border-radius: 30px;
  background:
    linear-gradient(155deg, rgba(12, 28, 53, 0.98), rgba(21, 58, 111, 0.94) 56%, rgba(89, 35, 67, 0.82));
  box-shadow: 0 24px 48px rgba(10, 22, 48, 0.18);
}

.services-modern-lead__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 2rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(233, 241, 250, 0.84);
  font-family: var(--bs-font-display);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.services-modern-lead__title {
  margin: 0;
  color: #ffffff;
  font-family: var(--bs-font-display);
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.services-modern-lead__text {
  margin: 0;
  max-width: 34rem;
  color: rgba(226, 236, 247, 0.8);
  font-size: 1rem;
  line-height: 1.72;
}

.services-modern-lead__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.services-modern-lead__chip {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0.46rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(242, 246, 251, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.services-modern-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.services-modern-carousel {
  display: grid;
  gap: 1rem;
}

.services-modern-carousel__toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.services-modern-carousel__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
  flex: 0 0 auto;
}

.services-modern-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(18, 54, 92, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #122443;
  font-family: var(--bs-font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.services-modern-nav:hover,
.services-modern-nav:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(21, 58, 111, 0.2);
  box-shadow: 0 14px 28px rgba(14, 31, 68, 0.08);
  color: #153a6f;
}

.services-modern-nav svg {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.services-modern-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.services-modern-track::-webkit-scrollbar {
  display: none;
}

.services-modern-cards--compact {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: stretch;
}

.services-modern-card {
  position: relative;
  display: grid;
  gap: 0.75rem;
  min-height: 190px;
  padding: 1.25rem 1.2rem 1.15rem;
  border-radius: 28px;
  border: 1px solid rgba(18, 54, 92, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 28px rgba(14, 31, 68, 0.05);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.services-modern-card--compact {
  min-height: 0;
  gap: 0.55rem;
  justify-items: center;
  align-content: start;
  padding: 1.1rem 0.8rem 1rem;
  border-radius: 20px;
  text-align: center;
}

.services-modern-card--slider {
  min-height: 220px;
  scroll-snap-align: start;
}

.services-modern-card::before {
  display: none;
}

.services-modern-card--compact::before {
  display: none;
}

.services-modern-card:hover,
.services-modern-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(21, 58, 111, 0.14);
  box-shadow: 0 18px 36px rgba(14, 31, 68, 0.08);
}

.services-modern-card__icon,
.services-modern-card__icon-char {
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.services-modern-card:hover .services-modern-card__icon,
.services-modern-card:focus-visible .services-modern-card__icon {
  transform: translateY(-2px) scale(1.06);
  background: linear-gradient(180deg, #ffffff, #e6f0fa);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 10px 24px rgba(21, 58, 111, 0.14);
}

.services-modern-card:hover .services-modern-card__icon-char,
.services-modern-card:focus-visible .services-modern-card__icon-char {
  transform: scale(1.08);
  color: #1d5b96;
  animation: serviceIconHover 0.42s ease;
}

@keyframes serviceIconHover {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.12) rotate(-6deg);
  }
  100% {
    transform: scale(1.08) rotate(0deg);
  }
}

.services-modern-card__index {
  display: none;
}

.services-modern-card__icon {
  display: inline-flex;
  width: 3.35rem;
  height: 3.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(21, 58, 111, 0.1);
  background: linear-gradient(180deg, #ffffff, #edf3f9);
  color: #153a6f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.services-modern-card__icon-char {
  display: inline-block;
  font-family: "BaltService Icons";
  font-size: 1.35rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.services-modern-card--compact .services-modern-card__icon {
  width: 3.15rem;
  height: 3.15rem;
}

.services-modern-card__title {
  margin: 0;
  color: #122443;
  font-family: var(--bs-font-display);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.services-modern-card--slider .services-modern-card__title {
  font-size: 1.12rem;
}

.services-modern-card__text {
  margin: 0;
  color: #5d7391;
  line-height: 1.66;
}

.services-modern-card--compact .services-modern-card__title {
  max-width: 10rem;
  font-size: 0.76rem;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-wrap: balance;
}

.services-modern-card--compact .services-modern-card__index {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

.services-modern-shell .catalog-title {
  max-width: 24rem;
}

.service-page-main {
  padding-top: 0;
}

.services-modern-card--heat-pumps .services-modern-card__icon-char::before {
  content: "\e821";
}

.services-modern-card--air-ventilation .services-modern-card__icon-char::before {
  content: "\e837";
}

.services-modern-card--air-conditioning .services-modern-card__icon-char::before {
  content: "\e8ce";
}

.services-modern-card--air-humidity .services-modern-card__icon-char::before {
  content: "\e8cd";
}

.services-modern-card--air-heating .services-modern-card__icon-char::before {
  content: "\e8d6";
}

.services-modern-card--air-duct .services-modern-card__icon-char::before {
  content: "\e8d5";
}

.services-modern-card--smoke-exhaust .services-modern-card__icon-char::before {
  content: "\e8b2";
}

.services-modern-card--service .services-modern-card__icon-char::before {
  content: "\e856";
}

.services-modern-card--consultations .services-modern-card__icon-char::before {
  content: "\e81e";
}

.services-modern-card--designing .services-modern-card__icon-char::before {
  content: "\e855";
}

.services-modern-card--complex .services-modern-card__icon {
  background: linear-gradient(180deg, #ffffff, #edf3f9);
}

.service-simple-shell {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #09172d 0%, #0f2f59 18%, #153a6f 34%, #1b4f92 52%, #edf4fb 76%, rgba(249, 251, 254, 0.98) 100%),
    linear-gradient(120deg, rgba(43, 136, 200, 0.06), rgba(125, 35, 66, 0.04));
  border: 1px solid rgba(18, 54, 92, 0.06);
  border-bottom: 0;
  margin-bottom: 0;
  box-shadow: 0 28px 70px rgba(16, 39, 78, 0.08);
}

.service-simple-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(155, 212, 255, 0.22), transparent 22%),
    radial-gradient(circle at bottom left, rgba(125, 35, 66, 0.08), transparent 22%);
  pointer-events: none;
}

.service-simple-shell > * {
  position: relative;
  z-index: 1;
}

.service-page-main > .site-footer {
  margin-top: 0;
}

.service-simple-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 1rem;
}

.service-simple-card,
.service-simple-photo,
.service-simple-section {
  border: 0;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(16, 39, 78, 0.08);
}

.service-simple-card {
  padding: 1.35rem;
}

.service-simple-photo {
  overflow: hidden;
  min-height: 100%;
}

.service-simple-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.service-simple-icon {
  display: inline-flex;
  width: 3.6rem;
  height: 3.6rem;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(21, 58, 111, 0.1), rgba(43, 136, 200, 0.18));
  color: #153a6f;
}

.service-simple-icon svg {
  width: 1.55rem;
  height: 1.55rem;
  stroke-width: 1.85;
}

.service-simple-icon-char {
  display: inline-block;
  font-family: "BaltService Icons";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.service-simple-icon--heat-pumps .service-simple-icon-char::before {
  content: "\e821";
}

.service-simple-icon--air-ventilation .service-simple-icon-char::before {
  content: "\e837";
}

.service-simple-icon--air-conditioning .service-simple-icon-char::before {
  content: "\e8ce";
}

.service-simple-icon--air-humidity .service-simple-icon-char::before {
  content: "\e8cd";
}

.service-simple-icon--air-heating .service-simple-icon-char::before {
  content: "\e8d6";
}

.service-simple-icon--air-duct .service-simple-icon-char::before {
  content: "\e8d5";
}

.service-simple-icon--smoke-exhaust .service-simple-icon-char::before {
  content: "\e8b2";
}

.service-simple-icon--service .service-simple-icon-char::before {
  content: "\e856";
}

.service-simple-icon--consultations .service-simple-icon-char::before {
  content: "\e81e";
}

.service-simple-icon--designing .service-simple-icon-char::before {
  content: "\e855";
}

.service-simple-eyebrow {
  margin: 0.95rem 0 0;
  color: #7189a7;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-simple-title {
  margin: 0.5rem 0 0;
  color: #122443;
  font-family: var(--bs-font-display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.service-simple-lead {
  margin: 1rem 0 0;
  color: #5d7391;
  line-height: 1.72;
}

.service-simple-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.service-simple-tag {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.74rem;
  border-radius: 999px;
  background: #eef4fb;
  color: #557191;
  font-size: 0.76rem;
  font-weight: 700;
}

.service-simple-sections {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1.15rem;
}

.service-simple-section {
  padding: 1.2rem 1.25rem;
}

.service-simple-section__title {
  margin: 0;
  color: #122443;
  font-family: var(--bs-font-display);
  font-size: 1rem;
  font-weight: 700;
}

.service-simple-section p {
  margin: 0.85rem 0 0;
  color: #5d7391;
  line-height: 1.68;
}

.service-simple-list {
  display: grid;
  gap: 0.7rem;
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}

.service-simple-list li {
  position: relative;
  padding-left: 1.2rem;
  color: #5d7391;
  line-height: 1.6;
}

.service-simple-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #153a6f, #2b88c8);
}

.service-page-spacer {
  height: 2.25rem;
  flex: 0 0 auto;
}

.services-overview-note {
  margin: 0;
  color: #6a7f9e;
  line-height: 1.72;
}

.service-simple-browser {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0.95rem 0 1rem;
}

.service-simple-browser__link {
  display: grid;
  gap: 0.45rem;
  min-height: 100%;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(18, 54, 92, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 32px rgba(16, 39, 78, 0.07);
  color: #122443;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-simple-browser__link:hover,
.service-simple-browser__link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(21, 58, 111, 0.14);
  box-shadow: 0 18px 36px rgba(16, 39, 78, 0.1);
}

.service-simple-browser__link--next {
  text-align: right;
  justify-items: end;
}

.service-simple-browser__eyebrow {
  color: #8196b0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-simple-browser__title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #122443;
  font-family: var(--bs-font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.service-simple-browser__title svg {
  width: 1rem;
  height: 1rem;
  flex: none;
  color: #153a6f;
}

.service-simple-browser__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-height: 3.5rem;
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(21, 58, 111, 0.14);
  background: linear-gradient(135deg, #153a6f, #2b88c8);
  color: #ffffff;
  font-family: var(--bs-font-display);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(22, 59, 117, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.service-simple-browser__all:hover,
.service-simple-browser__all:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.02);
  box-shadow: 0 16px 30px rgba(22, 59, 117, 0.24);
}

@media (max-width: 1023px) {
  .services-modern-grid {
    grid-template-columns: 1fr;
  }

  .hero-services-inline__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-modern-carousel__toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .services-modern-carousel__actions {
    justify-content: flex-start;
  }

  .services-modern-cards--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-simple-grid {
    grid-template-columns: 1fr;
  }

  .service-simple-browser {
    grid-template-columns: 1fr;
  }

  .service-simple-browser__link--next {
    text-align: left;
    justify-items: start;
  }

  .service-simple-browser__all {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .services-modern-shell {
    border-radius: 30px;
  }

  .services-modern-lead {
    padding: 1.25rem;
    border-radius: 26px;
  }

  .hero-services-inline__title {
    font-size: 1.5rem;
  }

  .services-modern-track {
    grid-auto-columns: minmax(230px, 82vw);
  }

  .services-modern-cards {
    grid-template-columns: 1fr;
  }

  .services-modern-cards--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .services-modern-card {
    min-height: auto;
    border-radius: 24px;
  }

  .services-modern-card::before {
    border-radius: 24px 24px 0 0;
  }

  .service-simple-card,
  .service-simple-photo,
  .service-simple-section {
    border-radius: 22px;
  }

  .service-simple-photo img {
    min-height: 240px;
  }
}

.service-detail-shell {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #0b1d38 0%, #153a6f 20%, #edf4fb 48%, rgba(249, 251, 254, 0.99) 100%),
    linear-gradient(120deg, rgba(43, 136, 200, 0.06), rgba(125, 35, 66, 0.04));
  border: 1px solid rgba(18, 54, 92, 0.06);
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 28px 70px rgba(16, 39, 78, 0.08);
}

.service-detail-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(155, 212, 255, 0.22), transparent 22%),
    radial-gradient(circle at bottom left, rgba(125, 35, 66, 0.08), transparent 22%);
  pointer-events: none;
}

.service-detail-shell > * {
  position: relative;
  z-index: 1;
}

.service-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  color: rgba(228, 237, 248, 0.76);
  font-size: 0.82rem;
}

.service-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.service-breadcrumbs a:hover,
.service-breadcrumbs a:focus-visible {
  color: #ffffff;
}

.service-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 1rem;
}

.service-detail-hero,
.service-detail-side,
.service-detail-content-card {
  border: 1px solid rgba(18, 54, 92, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 42px rgba(16, 39, 78, 0.08);
}

.service-detail-hero {
  padding: 1.5rem;
}

.service-detail-side {
  padding: 1.4rem;
}

.service-detail-icon {
  display: inline-flex;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(21, 58, 111, 0.1), rgba(43, 136, 200, 0.18));
  color: #153a6f;
}

.service-detail-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}

.service-detail-eyebrow {
  margin: 1rem 0 0;
  color: #6f87a5;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-detail-title {
  margin: 0.55rem 0 0;
  color: #122443;
  font-family: var(--bs-font-display);
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.service-detail-lead {
  margin: 1rem 0 0;
  max-width: 42rem;
  color: #5d7391;
  font-size: 1rem;
  line-height: 1.72;
}

.service-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.service-detail-tag {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: #eef4fb;
  color: #4c6789;
  font-size: 0.78rem;
  font-weight: 700;
}

.service-detail-side__title,
.service-detail-content-card__title {
  margin: 0;
  color: #122443;
  font-family: var(--bs-font-display);
  font-size: 1.02rem;
  font-weight: 700;
}

.service-detail-checklist,
.service-detail-feature-list {
  display: grid;
  gap: 0.8rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.service-detail-checklist li,
.service-detail-feature-list li {
  position: relative;
  padding-left: 1.4rem;
  color: #5d7391;
  line-height: 1.65;
}

.service-detail-checklist li::before,
.service-detail-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #153a6f, #2b88c8);
}

.service-detail-source {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(18, 54, 92, 0.08);
}

.service-detail-source__label {
  display: block;
  color: #8da1ba;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-detail-source a {
  display: inline-flex;
  margin-top: 0.45rem;
  color: #153a6f;
  font-weight: 600;
  text-decoration: none;
}

.service-detail-source a:hover,
.service-detail-source a:focus-visible {
  color: #2b88c8;
}

.service-detail-content {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.service-detail-content-card {
  padding: 1.35rem 1.4rem;
}

.service-detail-content-card p {
  margin: 1rem 0 0;
  color: #5d7391;
  line-height: 1.7;
}

.service-detail-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.service-detail-stat {
  padding: 1rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(238, 244, 251, 0.95), rgba(227, 236, 247, 0.9));
}

.service-detail-stat strong {
  display: block;
  color: #122443;
  font-family: var(--bs-font-display);
  font-size: 1.05rem;
}

.service-detail-stat span {
  display: block;
  margin-top: 0.35rem;
  color: #6c819f;
  line-height: 1.5;
}

@media (max-width: 1023px) {
  .service-detail-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .service-detail-hero,
  .service-detail-side,
  .service-detail-content-card {
    border-radius: 24px;
  }

  .service-detail-stats {
    grid-template-columns: 1fr;
  }
}

.bestsellers-band {
  --bestsellers-copy-max: 1280px;
  --bestsellers-copy-pad: 1.25rem;
  --bestsellers-start-offset: max(
    calc((100vw - var(--bestsellers-copy-max)) / 2 + var(--bestsellers-copy-pad))
    ,
    var(--bestsellers-copy-pad)
  );
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #0a2249;
}

.bestsellers-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}

.bestsellers-section {
  position: relative;
  overflow: visible;
  z-index: 1;
}

.bestsellers-copy {
  width: min(100%, var(--bestsellers-copy-max));
  margin: 0 auto;
  padding-left: var(--bestsellers-copy-pad);
  padding-right: var(--bestsellers-copy-pad);
}

.bestsellers-section .catalog-eyebrow,
.bestsellers-section .catalog-subtitle {
  color: rgba(220, 233, 247, 0.76);
}

.bestsellers-section .catalog-title {
  color: #ffffff;
  text-shadow: 0 10px 30px rgba(9, 21, 43, 0.16);
}

.bestsellers-rail {
  position: relative;
  overflow-x: auto;
  overflow-y: visible;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 0.75rem;
  scroll-snap-type: x mandatory;
  scroll-padding-left: var(--bestsellers-start-offset);
  scroll-padding-right: var(--bestsellers-start-offset);
  scrollbar-width: none;
}

.bestsellers-rail::-webkit-scrollbar {
  display: none;
}

.bestsellers-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 272px;
  align-items: stretch;
  gap: 1rem;
  width: max-content;
  padding-top: 0.75rem;
  padding-bottom: 0;
  padding-left: var(--bestsellers-start-offset);
  padding-right: var(--bestsellers-start-offset);
  scroll-behavior: smooth;
}

.bestseller-card {
  position: relative;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  min-height: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 253, 0.92));
  box-shadow: 0 18px 46px rgba(5, 15, 34, 0.16);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  will-change: transform;
}

.bestseller-card:hover,
.bestseller-card:focus-within {
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(96, 167, 228, 0.32);
  box-shadow: 0 30px 60px rgba(5, 15, 34, 0.24);
}

.bestseller-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.26 / 1;
  margin: 0.7rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #c8d8e7, #88a6c2);
}

.bestseller-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 27, 50, 0.02), rgba(10, 27, 50, 0.24)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 40%);
}

.bestseller-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.bestseller-card:hover .bestseller-card__image,
.bestseller-card:focus-within .bestseller-card__image {
  transform: scale(1.04);
}

.bestseller-card__tag {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(9, 22, 44, 0.82);
  color: #ffffff;
  padding: 0.42rem 0.72rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.bestseller-card__discount-badge {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 3rem;
  border-radius: 999px;
  background: #d92d20;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 12px 24px rgba(217, 45, 32, 0.28);
}

.bestseller-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 238px;
  padding: 0.3rem 1.2rem 1.3rem;
}

.bestseller-card__title {
  margin: 0;
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #132a49;
  align-self: start;
}

.bestseller-card__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.25rem;
  align-self: end;
  width: 100%;
}

.bestseller-card__footer > :first-child {
  flex: 1 1 auto;
  min-width: 0;
}

.bestseller-card__price-label {
  color: #8ea3bb;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bestseller-card__price {
  display: flex;
  align-items: flex-end;
  margin-top: 0.35rem;
  min-height: 3rem;
  color: #10253f;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.bestseller-card__price-stack {
  display: inline-flex;
  flex-direction: column;
  gap: 0.18rem;
}

.bestseller-card__old-price {
  color: #98a8ba;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: line-through;
}

.bestseller-card__current-price {
  color: #10253f;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.bestseller-card__cta,
.bestsellers-nav {
  font-family: var(--bs-font-display);
}

.bestseller-card__cta {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 0.92rem 1.15rem;
  border-radius: 999px;
  background: var(--bs-deep-blue);
  color: #ffffff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(22, 59, 117, 0.2);
  transition: background-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.bestseller-card__cta:hover,
.bestseller-card__cta:focus-visible {
  background: var(--bs-accent);
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(43, 136, 200, 0.24);
}

.bestsellers-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.bestsellers-nav svg {
  width: 1.15rem;
  height: 1.15rem;
}

.bestsellers-nav:hover,
.bestsellers-nav:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.bestsellers-section::after {
  content: none;
}

@media (max-width: 767px) {
  .bestsellers-about-transition {
    height: 148px;
  }

  .bestsellers-band {
    --bestsellers-copy-pad: 1.25rem;
    padding-left: 0;
    padding-right: 0;
  }

  .bestsellers-section {
    border-radius: 0;
  }

  .bestsellers-track {
    grid-auto-columns: min(88vw, 330px);
    gap: 0.9rem;
    padding-top: 0.4rem;
  }

  .bestseller-card {
    width: min(88vw, 330px);
  }

  .bestseller-card__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .bestseller-card__cta {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bestsellers-band {
    --bestsellers-copy-pad: 1.75rem;
  }

  .bestseller-card {
    width: 320px;
  }

  .bestsellers-track {
    grid-auto-columns: 320px;
  }
}

@media (min-width: 1024px) {
  .bestsellers-band {
    --bestsellers-copy-pad: 2.5rem;
  }
}

@keyframes marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.about-showcase {
  background: transparent;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.about-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.5rem 2rem;
  align-items: start;
}

.about-showcase__text {
  line-height: 1.68;
  color: #5c7190;
}

.about-showcase__reasons {
  display: grid;
  gap: 0.8rem;
  max-width: 40rem;
}

.about-reason {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0.9rem 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(18, 54, 92, 0.08);
}

.about-reason__dot {
  flex: none;
  width: 0.65rem;
  height: 0.65rem;
  margin-top: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bs-accent), var(--bs-burgundy));
  box-shadow: 0 0 0 6px rgba(43, 136, 200, 0.08);
}

.about-reason__text {
  margin: 0;
  color: #45607f;
  line-height: 1.6;
}

.about-showcase__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.about-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(18, 54, 92, 0.08);
  background: rgba(244, 248, 252, 0.92);
  color: #16304f;
  font-family: var(--bs-font-display);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

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

.about-stat {
  position: relative;
  min-height: 168px;
  padding: 1.2rem 1.15rem 1.05rem;
  border-radius: 28px;
  border: 1px solid rgba(22, 59, 117, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 253, 0.94));
  box-shadow: 0 14px 34px rgba(21, 45, 87, 0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.about-stat__value {
  font-family: var(--bs-font-display);
  font-size: clamp(1.95rem, 3vw, 2.75rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.06em;
  color: #112743;
}

.about-stat__label {
  margin: 0.72rem 0 0;
  color: #637794;
  line-height: 1.5;
  max-width: 16rem;
  font-size: 0.92rem;
}

.about-stat::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1.15rem;
  width: 2.1rem;
  height: 0.18rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(22, 59, 117, 0.95), rgba(43, 136, 200, 0.4));
}

.about-stat:hover,
.about-stat:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 26px 54px rgba(17, 33, 59, 0.12);
  border-color: rgba(43, 136, 200, 0.18);
}

.about-stat__value {
  padding-top: 0.95rem;
}

@media (max-width: 1023px) {
  .about-showcase__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .about-showcase {
    max-width: none;
  }

  .about-showcase__stats {
    grid-template-columns: 1fr;
  }

  .about-stat {
    min-height: auto;
  }
}

.equipment-form-band {
  position: relative;
  width: 100vw;
  margin-top: clamp(2.5rem, 5vw, 5rem);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 0 !important;
  background:
    linear-gradient(180deg, rgba(8, 20, 38, 0.02), rgba(8, 20, 38, 0.1)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=2400&q=80") center bottom/cover no-repeat;
  isolation: isolate;
}

.equipment-form-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 82% 72%, rgba(125, 35, 66, 0.18), transparent 24%),
    linear-gradient(90deg, rgba(8, 20, 38, 0.86) 0%, rgba(11, 28, 55, 0.8) 34%, rgba(12, 35, 67, 0.68) 58%, rgba(16, 49, 89, 0.52) 100%),
    linear-gradient(180deg, rgba(8, 20, 38, 0.72) 0%, rgba(18, 30, 56, 0.8) 56%, rgba(39, 31, 58, 0.88) 82%, rgba(76, 23, 49, 0.94) 100%);
  pointer-events: none;
}

.equipment-form-shell {
  position: relative;
  z-index: 1;
  background: transparent;
  box-shadow: none;
  min-height: 620px;
  border-radius: clamp(28px, 4vw, 56px) clamp(28px, 4vw, 56px) 0 0;
}

.equipment-form-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 18%, rgba(125, 35, 66, 0.12), transparent 22%),
    linear-gradient(135deg, rgba(9, 23, 45, 0) 56%, rgba(16, 40, 78, 0.12) 76%, rgba(76, 23, 49, 0.14) 100%);
}

.equipment-form-shell::before {
  content: "";
  position: absolute;
  inset: -8%;
  background:
    radial-gradient(circle at 78% 70%, rgba(125, 35, 66, 0.14), transparent 20%);
  filter: blur(14px);
  animation: equipmentAmbient 16s ease-in-out infinite alternate;
  pointer-events: none;
}

.equipment-form-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.16;
  pointer-events: none;
}

.equipment-form-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  gap: 2rem 2.5rem;
  align-items: center;
  min-height: 560px;
  width: min(1280px, 100%);
  margin: 0 auto;
}

.equipment-form-copy h2 {
  line-height: 0.98;
  text-wrap: balance;
  text-shadow: 0 12px 28px rgba(4, 12, 25, 0.34);
}

.equipment-form-copy > p:first-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.34em;
}

.equipment-form-copy > p:not(:first-child) {
  color: #ffffff;
  text-shadow: 0 8px 24px rgba(4, 12, 25, 0.24);
}

.equipment-form-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.equipment-highlight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.5rem;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--bs-font-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 24px rgba(7, 18, 36, 0.14);
}

.equipment-highlight svg {
  width: 1rem;
  height: 1rem;
  flex: none;
  opacity: 0.92;
}

.equipment-form-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 54px rgba(7, 18, 36, 0.2);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: box-shadow 0.28s ease, transform 0.28s ease;
}

.equipment-field {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.equipment-field--full {
  grid-column: 1 / -1;
}

.equipment-field__label {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.equipment-field__input {
  width: 100%;
  min-height: 3.55rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  color: #112743;
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  outline: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.equipment-field__input:focus {
  border-color: rgba(43, 136, 200, 0.42);
  box-shadow: 0 0 0 4px rgba(43, 136, 200, 0.14);
  transform: translateY(-1px);
}

.equipment-field__input::placeholder {
  color: #7d8ea6;
}

.equipment-field__input--textarea {
  min-height: 8.8rem;
  resize: vertical;
}

.equipment-form-button {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6rem;
  padding: 0.95rem 1.2rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bs-deep-blue), var(--bs-accent));
  color: #ffffff;
  font-family: var(--bs-font-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 18px 34px rgba(22, 59, 117, 0.28);
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.equipment-form-button:hover,
.equipment-form-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(22, 59, 117, 0.34);
  filter: saturate(1.06);
}

@keyframes equipmentAmbient {
  from {
    transform: translate3d(-1%, -1%, 0) scale(1);
  }

  to {
    transform: translate3d(1%, 1%, 0) scale(1.04);
  }
}


@media (max-width: 1023px) {
  .equipment-form-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .equipment-form-panel {
    max-width: 620px;
    animation: none;
  }
}

@media (max-width: 767px) {
  .equipment-form-shell {
    min-height: auto;
  }

  .equipment-form-grid {
    gap: 1.5rem;
  }

  .equipment-form-panel {
    grid-template-columns: 1fr;
    border-radius: 24px;
    padding: 1rem;
  }

  .equipment-field--full,
  .equipment-form-button {
    grid-column: auto;
  }

  .equipment-form-highlights {
    gap: 0.55rem;
  }
}

.site-footer {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: auto;
  margin-top: -2px;
  padding-left: 0;
  padding-right: 0;
}

.equipment-form-band > .site-footer {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.site-footer__inner {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(13, 35, 66, 0.86) 0%, rgba(15, 38, 72, 0.92) 18%, rgba(24, 35, 63, 0.96) 44%, rgba(52, 29, 54, 0.98) 74%, rgba(76, 23, 49, 0.99) 100%),
    linear-gradient(135deg, rgba(9, 23, 45, 0.2), rgba(16, 40, 78, 0.12)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=2400&q=80") center bottom/cover no-repeat;
  border-top: 0;
  box-shadow: none;
}

.equipment-form-band > .site-footer .site-footer__inner {
  background: transparent;
}

.site-footer__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(101, 35, 67, 0.16), transparent 22%),
    radial-gradient(circle at 18% 84%, rgba(96, 167, 228, 0.1), transparent 20%),
    linear-gradient(180deg, rgba(155, 212, 255, 0.05), transparent 20%);
  opacity: 0.28;
  pointer-events: none;
}

.equipment-form-band > .site-footer .site-footer__inner::before {
  background: none;
}

.site-footer__topline {
  position: relative;
  z-index: 1;
  margin-bottom: 0.9rem;
}

.site-footer__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(236, 241, 248, 0.72);
  font-family: var(--bs-font-display);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.site-footer__grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 70rem);
  margin-right: auto;
  grid-template-columns: minmax(200px, 0.92fr) minmax(210px, 0.9fr) minmax(170px, 0.78fr) 7.6rem;
  align-items: start;
  gap: 1rem 1.5rem;
}

.site-footer__brand {
  max-width: 18rem;
}

.site-footer__title {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--bs-font-display);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__text {
  color: rgba(225, 234, 244, 0.66);
  line-height: 1.6;
}

.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.7rem;
}

.site-footer__column--qr {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  justify-self: start;
  align-self: start;
  margin-left: 0;
}

.site-footer__qr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 30px rgba(6, 16, 38, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.site-footer__qr img {
  display: block;
  width: 6.2rem;
  height: 6.2rem;
  object-fit: contain;
}

.site-footer__link {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  transition: color 0.22s ease;
}

.site-footer__link:hover,
.site-footer__link:focus-visible {
  color: rgba(155, 212, 255, 0.92);
}

.site-footer__bottom {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__copyright {
  margin: 0;
  color: rgba(225, 234, 244, 0.5);
  font-size: 0.82rem;
}

.cart-page-hero {
  width: 100%;
}

.cart-page-shell {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #0b1d38 0%, #153a6f 18%, #edf4fb 42%, rgba(249, 251, 254, 0.98) 100%),
    linear-gradient(120deg, rgba(43, 136, 200, 0.06), rgba(125, 35, 66, 0.04));
  border: 1px solid rgba(18, 54, 92, 0.06);
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 28px 70px rgba(16, 39, 78, 0.08);
}

.cart-page-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(155, 212, 255, 0.22), transparent 22%),
    radial-gradient(circle at bottom left, rgba(125, 35, 66, 0.08), transparent 22%);
  pointer-events: none;
}

.cart-page-shell > * {
  position: relative;
  z-index: 1;
}

.cart-page-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem 2rem;
}

.cart-page-copy {
  max-width: 46rem;
}

.cart-page-eyebrow {
  margin: 0 0 0.9rem;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--bs-font-display);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.cart-page-title {
  margin: 0;
  color: #ffffff;
  font-family: var(--bs-font-display);
  font-size: clamp(2.15rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.cart-page-subtitle {
  margin: 1rem 0 0;
  max-width: 36rem;
  color: rgba(231, 239, 249, 0.84);
  font-size: 1rem;
  line-height: 1.7;
}

.cart-page-stat {
  display: grid;
  gap: 0.22rem;
  min-width: 220px;
  padding: 1.15rem 1.3rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(9, 19, 40, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.cart-page-stat__value {
  color: #ffffff;
  font-family: var(--bs-font-display);
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.cart-page-stat__label {
  color: rgba(231, 239, 249, 0.74);
  line-height: 1.5;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 1.2rem 1.4rem;
  align-items: start;
}

.cart-card,
.cart-summary {
  border-radius: 28px;
  border: 1px solid rgba(18, 54, 92, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(16, 39, 78, 0.08);
}

.cart-card {
  padding: 1.2rem;
}

.cart-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(18, 54, 92, 0.08);
}

.cart-card__title {
  margin: 0;
  color: #122443;
  font-family: var(--bs-font-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.cart-card__caption {
  color: #7287a3;
  font-size: 0.9rem;
}

.cart-items {
  display: grid;
}

.cart-item {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 1rem 1.15rem;
  align-items: start;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(18, 54, 92, 0.08);
}

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

.cart-item:first-child {
  padding-top: 1.1rem;
}

.cart-item__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  padding: 0.85rem;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(226, 235, 245, 0.94), rgba(200, 214, 231, 0.9)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(125, 35, 66, 0.05));
}

.cart-item__media img {
  display: block;
  width: 100%;
  height: 104px;
  object-fit: cover;
  object-position: center;
}

.cart-item__body {
  display: grid;
  gap: 0.8rem;
}

.cart-item__top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.cart-item__title {
  margin: 0;
  color: #122443;
  font-family: var(--bs-font-display);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.cart-item__meta {
  margin: 0.35rem 0 0;
  color: #8092a8;
  font-size: 0.88rem;
  line-height: 1.55;
}

.cart-item__price {
  color: #163b75;
  font-family: var(--bs-font-display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.cart-item__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.cart-qty {
  display: inline-grid;
  grid-template-columns: 2.8rem minmax(2.8rem, auto) 2.8rem;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(18, 54, 92, 0.08);
  background: #f7f9fc;
  overflow: hidden;
}

.cart-qty__button {
  min-height: 2.8rem;
  border: 0;
  background: transparent;
  color: #163b75;
  font: inherit;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.cart-qty__button:hover,
.cart-qty__button:focus-visible {
  background: rgba(43, 136, 200, 0.08);
  color: #122443;
}

.cart-qty__value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.8rem;
  color: #122443;
  font-weight: 700;
}

.cart-item__actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.cart-item__remove {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 0;
  background: transparent;
  color: #7b8ca3;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease;
}

.cart-item__remove:hover,
.cart-item__remove:focus-visible {
  color: #b13861;
}

.cart-item__remove svg {
  width: 1rem;
  height: 1rem;
}

.cart-summary {
  position: sticky;
  top: 1rem;
  padding: 1.2rem;
}

.cart-summary__title {
  margin: 0;
  color: #122443;
  font-family: var(--bs-font-display);
  font-size: 1.15rem;
  font-weight: 700;
}

.cart-summary__rows {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.cart-summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #5b7190;
  font-size: 0.95rem;
}

.cart-summary__row strong,
.cart-summary__total strong {
  color: #122443;
}

.cart-summary__total {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(18, 54, 92, 0.08);
}

.cart-summary__total span:last-child {
  color: #163b75;
  font-family: var(--bs-font-display);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.cart-summary__button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  margin-top: 1.25rem;
  padding: 0.95rem 1.2rem;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #163b75, #2b88c8);
  color: #ffffff;
  font-family: var(--bs-font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 16px 28px rgba(22, 59, 117, 0.22);
  transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.cart-summary__button:hover,
.cart-summary__button:focus-visible {
  filter: brightness(0.96);
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(22, 59, 117, 0.28);
}

.cart-summary__note {
  margin: 0.85rem 0 0;
  color: #8092a8;
  font-size: 0.84rem;
  line-height: 1.6;
}

.cart-empty {
  padding: 1.4rem 0 0.2rem;
  color: #6b809c;
  line-height: 1.65;
}

.checkout-page-shell {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #0b1d38 0%, #153a6f 18%, #edf4fb 42%, rgba(249, 251, 254, 0.98) 100%),
    linear-gradient(120deg, rgba(43, 136, 200, 0.06), rgba(125, 35, 66, 0.04));
  border: 1px solid rgba(18, 54, 92, 0.06);
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 28px 70px rgba(16, 39, 78, 0.08);
}

.checkout-page-shell > * {
  position: relative;
  z-index: 1;
}

.checkout-card {
  max-width: 760px;
  padding: 1.4rem;
  border-radius: 30px;
  border: 1px solid rgba(18, 54, 92, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(16, 39, 78, 0.08);
}

.checkout-card__title {
  margin: 0;
  color: #122443;
  font-family: var(--bs-font-display);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.checkout-card__text {
  margin: 0.9rem 0 0;
  color: #5d7391;
  line-height: 1.7;
}

.checkout-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  margin-top: 1.2rem;
  padding: 0.9rem 1.15rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #163b75, #2b88c8);
  color: #ffffff;
  font-family: var(--bs-font-display);
  font-weight: 700;
  text-decoration: none;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 1.2rem 1.4rem;
  align-items: start;
}

.checkout-form-card,
.checkout-summary {
  border-radius: 30px;
  border: 1px solid rgba(18, 54, 92, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(16, 39, 78, 0.08);
}

.checkout-form-card {
  padding: 1.35rem;
}

.checkout-form-card__header {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(18, 54, 92, 0.08);
}

.checkout-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding-top: 1rem;
}

.checkout-field {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.checkout-field--full {
  grid-column: 1 / -1;
}

.checkout-field__label {
  color: #516b88;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.checkout-field__input {
  width: 100%;
  min-height: 3.45rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(18, 54, 92, 0.08);
  border-radius: 18px;
  background: #ffffff;
  color: #132745;
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.checkout-field__input:focus {
  border-color: rgba(43, 136, 200, 0.28);
  box-shadow: 0 0 0 4px rgba(43, 136, 200, 0.08);
}

.checkout-field__input::placeholder {
  color: #7d8ea6;
}

.checkout-field__input--textarea {
  min-height: 8.8rem;
  resize: vertical;
}

.checkout-delivery {
  display: grid;
  gap: 0.75rem;
}

.checkout-delivery__option {
  cursor: pointer;
}

.checkout-delivery__option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkout-delivery__card {
  display: grid;
  gap: 0.28rem;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  border: 1px solid rgba(18, 54, 92, 0.08);
  background: #f8fafc;
  color: #607592;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.checkout-delivery__card strong {
  color: #122443;
  font-size: 0.96rem;
}

.checkout-delivery__option input:checked + .checkout-delivery__card {
  border-color: rgba(43, 136, 200, 0.26);
  background: linear-gradient(180deg, rgba(240, 247, 253, 0.98), rgba(248, 251, 254, 1));
  box-shadow: 0 14px 28px rgba(16, 39, 78, 0.08);
}

.checkout-submit {
  grid-column: 1 / -1;
  min-height: 3.5rem;
  padding: 0.95rem 1.2rem;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #163b75, #2b88c8);
  color: #ffffff;
  font-family: var(--bs-font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 16px 28px rgba(22, 59, 117, 0.22);
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.checkout-submit:hover,
.checkout-submit:focus-visible {
  filter: brightness(0.96);
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(22, 59, 117, 0.28);
}

.checkout-success {
  margin-top: 1rem;
  padding: 1.15rem 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(43, 136, 200, 0.12);
  background: linear-gradient(180deg, rgba(241, 248, 254, 0.98), rgba(249, 251, 254, 1));
}

.checkout-success__badge {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(43, 136, 200, 0.1);
  color: #163b75;
  font-family: var(--bs-font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-success__title {
  margin: 0.85rem 0 0;
  color: #122443;
  font-family: var(--bs-font-display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.checkout-success__text {
  margin: 0.7rem 0 0;
  color: #5d7391;
  line-height: 1.7;
}

.checkout-summary {
  position: sticky;
  top: 1rem;
  padding: 1.25rem;
}

.checkout-summary__back {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  margin-top: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(18, 54, 92, 0.08);
  background: #f7f9fc;
  color: #163b75;
  font-weight: 700;
  text-decoration: none;
}

.checkout-summary__items {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(18, 54, 92, 0.08);
}

.checkout-summary__item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.8rem;
  color: #24466f;
  font-size: 0.9rem;
}

.checkout-summary__item strong {
  display: block;
}

.checkout-summary__item-meta {
  margin-top: 0.2rem;
  color: #8092a8;
  font-size: 0.82rem;
}

.catalog-page-hero {
  width: 100%;
}

.catalog-page-shell {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #0b1d38 0%, #153a6f 22%, #edf4fb 52%, rgba(249, 251, 254, 0.96) 100%),
    linear-gradient(120deg, rgba(43, 136, 200, 0.06), rgba(125, 35, 66, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 34px 80px rgba(16, 39, 78, 0.1);
}

.catalog-page-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(155, 212, 255, 0.22), transparent 22%),
    radial-gradient(circle at bottom left, rgba(125, 35, 66, 0.08), transparent 22%);
  pointer-events: none;
}

.catalog-page-intro,
.catalog-layout {
  position: relative;
  z-index: 1;
}

.catalog-page-accent {
  position: relative;
  z-index: 1;
  padding: 0 0 2.5rem;
}

.catalog-page-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
}

.catalog-page-copy {
  max-width: 52rem;
}

.catalog-page-eyebrow {
  margin: 0 0 0.9rem;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--bs-font-display);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.catalog-page-title {
  margin: 0;
  font-family: var(--bs-font-display);
  font-size: clamp(2.25rem, 4vw, 4.2rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.06em;
  color: #ffffff;
}

.catalog-page-subtitle {
  margin: 1.05rem 0 0;
  max-width: 46rem;
  color: rgba(231, 239, 249, 0.84);
  font-size: 1rem;
  line-height: 1.7;
}

.catalog-page-stat {
  display: grid;
  gap: 0.2rem;
  min-width: 220px;
  padding: 1.2rem 1.3rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(9, 19, 40, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.catalog-page-stat__value {
  font-family: var(--bs-font-display);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.06em;
  color: #ffffff;
}

.catalog-page-stat__label {
  color: rgba(231, 239, 249, 0.74);
  line-height: 1.5;
}

.catalog-search {
  position: relative;
}

.catalog-search__icon {
  position: absolute;
  top: 50%;
  left: 1.15rem;
  width: 1.2rem;
  height: 1.2rem;
  color: rgba(255, 255, 255, 0.72);
  transform: translateY(-50%);
}

.catalog-search__input {
  width: 100%;
  min-height: 4.2rem;
  padding: 1rem 1.25rem 1rem 3.35rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(9, 19, 40, 0.18);
  color: #ffffff;
  font: inherit;
  outline: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.catalog-search__input:focus {
  border-color: rgba(155, 212, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 48px rgba(9, 19, 40, 0.24);
}

.catalog-search__input::placeholder {
  color: rgba(231, 239, 249, 0.58);
}

.catalog-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 2.7fr);
  gap: 1.5rem;
  align-items: start;
}

.catalog-filters {
  position: sticky;
  top: 5.5rem;
}

.catalog-filters__card {
  display: grid;
  gap: 1.2rem;
  padding: 1.3rem;
  border-radius: 28px;
  border: 1px solid rgba(18, 54, 92, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 253, 0.9));
  box-shadow: 0 20px 54px rgba(16, 39, 78, 0.08);
}

.catalog-filters__header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.catalog-filters__icon {
  display: inline-flex;
  width: 2.65rem;
  height: 2.65rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #153767, #2b88c8);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(22, 59, 117, 0.2);
}

.catalog-filters__icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.catalog-filters__title {
  margin: 0;
  font-family: var(--bs-font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: #142746;
}

.catalog-field {
  display: grid;
  gap: 0.7rem;
}

.catalog-field__label,
.catalog-field__sub {
  color: #4f6988;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-field__sub {
  display: block;
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
}

.catalog-price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.catalog-input,
.catalog-select,
.catalog-sort__select {
  width: 100%;
  min-height: 3.3rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(18, 54, 92, 0.08);
  border-radius: 18px;
  background: #ffffff;
  color: #132745;
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
}

.catalog-input:focus,
.catalog-select:focus,
.catalog-sort__select:focus {
  border-color: rgba(43, 136, 200, 0.28);
  box-shadow: 0 0 0 4px rgba(43, 136, 200, 0.08);
}

.catalog-select-wrap,
.catalog-sort {
  position: relative;
}

.catalog-select-wrap::after,
.catalog-sort::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 2px solid #6f829f;
  border-bottom: 2px solid #6f829f;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.catalog-checkboxes {
  display: grid;
  gap: 0.75rem;
}

.catalog-check {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}

.catalog-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.catalog-check__control {
  position: relative;
  flex: none;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.45rem;
  border: 1px solid rgba(18, 54, 92, 0.18);
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease;
}

.catalog-check__control::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.4rem;
  height: 0.7rem;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg) scale(0);
  transition: transform 0.2s ease;
}

.catalog-check input:checked + .catalog-check__control {
  border-color: var(--bs-accent);
  background: linear-gradient(135deg, var(--bs-deep-blue), var(--bs-accent));
  box-shadow: 0 10px 18px rgba(22, 59, 117, 0.2);
}

.catalog-check input:checked + .catalog-check__control::after {
  transform: rotate(45deg) scale(1);
}

.catalog-check__label {
  color: #3f5674;
  line-height: 1.45;
}

.catalog-segmented {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
  padding: 0.3rem;
  border-radius: 999px;
  background: rgba(237, 243, 250, 0.9);
  border: 1px solid rgba(18, 54, 92, 0.08);
}

.catalog-segmented__button {
  min-height: 2.8rem;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #607592;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.catalog-segmented__button.is-active,
.catalog-segmented__button:hover,
.catalog-segmented__button:focus-visible {
  background: #ffffff;
  color: #132745;
  box-shadow: 0 10px 18px rgba(17, 37, 74, 0.08);
}

.catalog-actions {
  display: grid;
  gap: 0.7rem;
  padding-top: 0.35rem;
}

.catalog-apply-button,
.catalog-reset-button,
.catalog-product-card__cta {
  transition: all 0.2s ease;
}

.catalog-apply-button {
  min-height: 3.4rem;
  padding: 0.95rem 1.1rem;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #163b75, #2b88c8);
  color: #ffffff;
  font-family: var(--bs-font-display);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 16px 28px rgba(22, 59, 117, 0.22);
}

.catalog-apply-button:hover,
.catalog-apply-button:focus-visible {
  filter: brightness(0.94);
  box-shadow: 0 18px 34px rgba(22, 59, 117, 0.28);
}

.catalog-reset-button {
  min-height: 3.1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(18, 54, 92, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.55);
  color: #6a7e9a;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.catalog-reset-button:hover,
.catalog-reset-button:focus-visible {
  background: rgba(255, 255, 255, 0.84);
  color: #3f5674;
}

.catalog-results__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.catalog-results__count {
  margin: 0;
  color: #ffffff;
  font-size: 0.95rem;
}

.catalog-sort {
  display: inline-flex;
  align-items: center;
  min-width: 230px;
}

.catalog-sort__icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 1rem;
  height: 1rem;
  color: #607592;
  transform: translateY(-50%);
  pointer-events: none;
}

.catalog-sort__select {
  padding-left: 2.75rem;
  padding-right: 2.4rem;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 28px rgba(16, 39, 78, 0.06);
}

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

.catalog-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1.75rem;
}

.catalog-pagination[hidden] {
  display: none;
}

.catalog-pagination__control,
.catalog-pagination__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: #163b75;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.catalog-pagination__control:hover,
.catalog-pagination__control:focus-visible,
.catalog-pagination__page:hover,
.catalog-pagination__page:focus-visible {
  transform: translateY(-2px);
  background: #ffffff;
}

.catalog-pagination__page.is-current {
  border-color: transparent;
  background: #2b88c8;
  color: #ffffff;
}

.catalog-pagination__control.is-disabled {
  opacity: 0.45;
  cursor: default;
}

.catalog-pagination__ellipsis {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}

.catalog-product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(18, 54, 92, 0.08);
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(16, 39, 78, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.catalog-product-card:hover,
.catalog-product-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(43, 136, 200, 0.16);
  box-shadow: 0 24px 48px rgba(16, 39, 78, 0.14);
}

.catalog-product-card__media {
  position: relative;
  padding: 0.85rem;
}

.catalog-product-card__badge {
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  z-index: 1;
  padding: 0.38rem 0.68rem;
  border-radius: 999px;
  background: rgba(10, 22, 48, 0.78);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-product-card__discount-badge {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 3rem;
  border-radius: 999px;
  background: #d92d20;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 12px 24px rgba(217, 45, 32, 0.22);
}

.catalog-product-card__placeholder {
  display: flex;
  width: 100%;
  aspect-ratio: 4 / 3;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(226, 235, 245, 0.94), rgba(200, 214, 231, 0.9)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(125, 35, 66, 0.05));
  color: rgba(16, 37, 63, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.catalog-product-card__placeholder svg {
  width: 5rem;
  height: 5rem;
}

.catalog-product-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  border-radius: 18px;
  background: linear-gradient(180deg, #f5f6f8, #eceef2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.catalog-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0.3rem 1rem 1rem;
}

.catalog-product-card__title {
  display: -webkit-box;
  margin: 0;
  min-height: 2.8rem;
  overflow: hidden;
  color: #132745;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.catalog-product-card__title a {
  color: inherit;
  text-decoration: none;
}

.catalog-product-card__spec {
  margin: 0.55rem 0 0;
  color: #7386a1;
  font-size: 0.88rem;
}

.catalog-product-card__price {
  display: flex;
  align-items: flex-end;
  margin: 0.9rem 0 0;
  min-height: 3.35rem;
  color: #163b75;
  font-family: var(--bs-font-display);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.catalog-product-card__price-stack {
  display: inline-flex;
  flex-direction: column;
  gap: 0.18rem;
}

.catalog-product-card__old-price {
  color: #8ea3bb;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: line-through;
}

.catalog-product-card__current-price {
  color: #163b75;
}

.catalog-product-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.9rem;
  margin-top: 1rem;
  width: 100%;
  padding: 0.72rem 0.88rem;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #163b75, #2b88c8);
  color: #ffffff;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  cursor: pointer;
}

.catalog-product-card__cta svg,
.catalog-product-card__secondary svg {
  width: 1rem;
  height: 1rem;
}

.catalog-product-card__cta:hover,
.catalog-product-card__cta:focus-visible {
  filter: brightness(0.95);
}

.catalog-product-card__secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.85rem;
  color: #6d81a0;
  font-size: 0.88rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.catalog-product-card__secondary:hover,
.catalog-product-card__secondary:focus-visible {
  color: #3f5674;
}

@media (max-width: 1023px) {
  .catalog-layout {
    grid-template-columns: 1fr;
  }

  .catalog-filters {
    position: static;
  }

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

@media (max-width: 639px) {
  .catalog-products-grid {
    grid-template-columns: 1fr;
  }
}

.product-page-shell {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #0b1d38 0%, #153a6f 20%, #edf4fb 48%, rgba(249, 250, 252, 0.99) 100%),
    linear-gradient(120deg, rgba(43, 136, 200, 0.06), rgba(125, 35, 66, 0.04));
  border: 1px solid rgba(18, 54, 92, 0.06);
  border-bottom: 0;
  box-shadow: 0 28px 70px rgba(16, 39, 78, 0.08);
}

.product-page-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(155, 212, 255, 0.22), transparent 22%),
    radial-gradient(circle at bottom left, rgba(125, 35, 66, 0.08), transparent 22%);
  pointer-events: none;
}

.product-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  color: rgba(228, 237, 248, 0.76);
  font-size: 0.82rem;
}

.product-breadcrumbs a {
  color: rgba(241, 247, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease;
}

.product-breadcrumbs a:hover,
.product-breadcrumbs a:focus-visible {
  color: #9bd4ff;
}

.product-layout,
.product-specs {
  position: relative;
  z-index: 1;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 1.15rem 1.45rem;
  align-items: start;
}

.product-gallery {
  display: grid;
  gap: 0.85rem;
}

.product-gallery__main,
.product-summary__card,
.product-specs__card {
  border-radius: 24px;
  border: 1px solid rgba(18, 54, 92, 0.08);
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(16, 39, 78, 0.08);
}

.product-gallery__main {
  position: relative;
  overflow: hidden;
  padding: 0.85rem;
  border: 0;
  outline: none;
  background: linear-gradient(180deg, #f2f4f6, #f8f9fb);
  cursor: zoom-in;
}

.product-gallery__main::before {
  content: none;
}

.product-gallery__main:focus-visible {
  box-shadow: 0 0 0 3px rgba(43, 136, 200, 0.14), 0 16px 36px rgba(16, 39, 78, 0.08);
}

.product-gallery__frame-bar {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  width: 26%;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  transform: translateX(-50%);
  z-index: 1;
  box-shadow: 0 8px 20px rgba(17, 31, 54, 0.08);
}

.product-gallery__badge {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #173b75;
  font-family: var(--bs-font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 24px rgba(16, 39, 78, 0.08);
}

.product-gallery__hero-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  border-radius: 18px;
  background: linear-gradient(180deg, #f5f6f8, #eceef2);
}

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

.product-gallery__rail {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 22px;
  border: 1px solid rgba(18, 54, 92, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 32px rgba(16, 39, 78, 0.06);
}

.product-gallery__intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.product-gallery__label {
  margin: 0;
  color: #122443;
  font-family: var(--bs-font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.product-gallery__hint {
  margin: 0.35rem 0 0;
  max-width: 31rem;
  color: #7d8fa6;
  font-size: 0.9rem;
  line-height: 1.6;
}

.product-gallery__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
}

.product-gallery__chip {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  background: #f2f5f8;
  color: #5e7492;
  font-size: 0.76rem;
  font-weight: 600;
}

.product-thumb {
  padding: 0.3rem;
  border: 1px solid rgba(18, 54, 92, 0.08);
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.product-thumb img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
  background: linear-gradient(180deg, #f5f6f8, #eceef2);
}

.product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 0.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.product-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.product-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(8, 20, 38, 0.84);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.product-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  width: auto;
  height: auto;
  max-width: calc(100vw - 2rem);
  max-height: calc(100vh - 2rem);
  align-items: center;
  justify-content: center;
}

.product-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: inline-flex;
  width: 2.9rem;
  height: 2.9rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.product-lightbox__close:hover,
.product-lightbox__close:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.product-lightbox__close svg {
  width: 1.1rem;
  height: 1.1rem;
}

.product-lightbox__image {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100vw - 2rem);
  max-height: calc(100vh - 2rem);
  object-fit: contain;
  object-position: center;
}

.product-thumb:hover,
.product-thumb:focus-visible,
.product-thumb.is-active {
  transform: translateY(-2px);
  border-color: rgba(43, 136, 200, 0.18);
  box-shadow: 0 12px 24px rgba(16, 39, 78, 0.1);
}

.product-summary__card {
  display: grid;
  gap: 0.95rem;
  padding: 1.25rem;
}

.product-summary__eyebrow {
  margin: 0;
  width: fit-content;
  padding: 0.36rem 0.72rem;
  border-radius: 999px;
  background: #f4f6f8;
  color: #566f8d;
  font-family: var(--bs-font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-summary__title {
  margin: 0;
  font-family: var(--bs-font-display);
  font-size: clamp(2.15rem, 2.9vw, 2.7rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.06em;
  color: #111f36;
}

.product-summary__sku {
  margin: -0.25rem 0 0;
  color: #8b9aac;
}

.product-summary__price-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

.product-summary__price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  color: #111f36;
  font-family: var(--bs-font-display);
  font-size: 1.95rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.product-summary__discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.35rem;
  min-height: 3.35rem;
  padding: 0.35rem;
  border-radius: 999px;
  background: #d92d20;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(217, 45, 32, 0.22);
}

.product-summary__price-stack {
  display: inline-flex;
  flex-direction: column;
  gap: 0.2rem;
}

.product-summary__old-price {
  color: #8a9aae;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: line-through;
}

.product-summary__current-price {
  color: #111f36;
  font-family: var(--bs-font-display);
  font-size: 1.95rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.product-summary__status {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: #eef7f0;
  color: #2e7a46;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-summary__meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.75rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(18, 54, 92, 0.08);
  border-radius: 999px;
  color: #8191a8;
  font-size: 0.84rem;
  background: #fafbfd;
  width: 100%;
}

.product-summary__meta-pill svg {
  width: 1rem;
  height: 1rem;
  color: #6882a4;
  flex: none;
}

.product-summary__option-block {
  display: grid;
  gap: 0.75rem;
}

.product-summary__option-title {
  margin: 0;
  color: #516b88;
  font-size: 0.82rem;
  font-weight: 700;
}

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

.product-summary__option {
  min-height: 3rem;
  padding: 0.75rem 0.8rem;
  border: 1px solid rgba(18, 54, 92, 0.08);
  border-radius: 999px;
  background: #f7f8fa;
  color: #7387a1;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.product-summary__option.is-active,
.product-summary__option:hover,
.product-summary__option:focus-visible {
  background: #171717;
  color: #ffffff;
  border-color: #171717;
}

.product-summary__actions {
  display: grid;
  gap: 0.7rem;
}

.product-primary-button,
.product-secondary-button {
  min-height: 3.15rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.product-primary-button {
  border: 0;
  background: linear-gradient(135deg, #153767, #2b88c8);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(18, 54, 92, 0.2);
}

.product-primary-button:hover,
.product-primary-button:focus-visible {
  filter: brightness(0.96);
}

.product-secondary-button {
  border: 1px solid rgba(18, 54, 92, 0.08);
  background: linear-gradient(135deg, rgba(21, 55, 103, 0.08), rgba(43, 136, 200, 0.14));
  color: #163b75;
}

.product-secondary-button:hover,
.product-secondary-button:focus-visible {
  filter: brightness(0.97);
  color: #122443;
}

.product-info-card,
.product-support-card,
.product-specs__card {
  border-radius: 18px;
  border: 1px solid rgba(18, 54, 92, 0.08);
  background: #fbfcfd;
}

.product-info-card {
  padding: 1rem;
}

.product-info-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-section-title {
  margin: 0 0 0.85rem;
  color: #122443;
  font-family: var(--bs-font-display);
  font-size: 0.98rem;
  font-weight: 600;
}

.product-pdfs,
.product-description {
  padding-top: 0;
}

.product-pdf-link {
  display: grid;
  grid-template-columns: 2.75rem 1fr;
  gap: 0.85rem;
  align-items: center;
  padding: 0.8rem 0.2rem;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: #4f6785;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.product-pdf-link + .product-pdf-link {
  margin-top: 0;
  border-top: 1px solid rgba(18, 54, 92, 0.06);
}

.product-pdf-link:hover,
.product-pdf-link:focus-visible {
  transform: translateY(-2px);
  color: #122443;
}

.product-pdf-link__icon {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #f2f5f8;
  color: #173b75;
}

.product-pdf-link__icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.product-pdf-link strong,
.product-pdf-link span span {
  display: block;
}

.product-pdf-link span span {
  margin-top: 0.2rem;
  color: #8b9aac;
  font-size: 0.86rem;
}

.product-description p {
  margin: 0;
  color: #5b7190;
  line-height: 1.65;
}

.product-description p + p {
  margin-top: 0.8rem;
}

.product-support-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1rem;
  padding: 1rem;
}

.product-support-card__header {
  grid-column: 1 / -1;
}

.product-support-card__item {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.15rem 0.7rem;
  align-items: start;
}

.product-support-card__icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  grid-row: span 2;
  border-radius: 14px;
  background: #f2f5f8;
  color: #173b75;
}

.product-support-card__icon svg {
  width: 1rem;
  height: 1rem;
}

.product-support-card__label {
  color: #8b9aac;
  font-size: 0.78rem;
}

.product-support-card__item strong {
  color: #122443;
  font-size: 0.92rem;
  line-height: 1.4;
}

.product-specs {
  margin-top: 1.4rem;
}

.product-specs__card {
  padding: 1.1rem 1.2rem;
}

.product-specs__header {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.product-specs__title {
  margin: 0;
  color: #122443;
  font-family: var(--bs-font-display);
  font-size: 1.05rem;
  font-weight: 600;
}

.product-specs__caption {
  margin: 0;
  color: #8b9aac;
}

.product-specs__table {
  display: grid;
}

.product-specs__row {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: 1rem;
  padding: 0.95rem 0;
  border-top: 1px solid rgba(18, 54, 92, 0.07);
}

.product-specs__row:first-child {
  border-top: 0;
  padding-top: 0;
}

.product-specs__row span:first-child {
  color: #7d8fa6;
  font-weight: 600;
}

.product-specs__row span:last-child {
  color: #132745;
}

@media (max-width: 1023px) {
  .product-layout {
    grid-template-columns: 1fr;
  }

  .product-gallery__intro {
    display: grid;
  }
}

@media (max-width: 767px) {
  .product-page-shell {
    border-radius: 28px;
  }

  .product-gallery__main,
  .product-summary__card,
  .product-specs__card {
    border-radius: 22px;
  }

  .product-gallery__hero-image {
    border-radius: 16px;
  }

  .product-thumb {
    min-width: 0;
  }

  .product-thumb img {
    height: 84px;
  }

  .product-summary__card,
  .product-specs__card,
  .product-info-card,
  .product-support-card,
  .product-gallery__rail {
    padding: 1rem;
  }

  .product-gallery__badge {
    right: 0.8rem;
    bottom: 0.8rem;
  }

  .product-gallery__chips {
    justify-content: flex-start;
  }

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

  .product-summary__options,
  .product-support-card {
    grid-template-columns: 1fr;
  }

  .product-specs__row {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }
}

@media (max-width: 1023px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }

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

  .cart-summary {
    position: static;
  }

  .checkout-summary {
    position: static;
  }

  .cart-page-intro {
    display: grid;
  }

  .site-footer__grid {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.9fr) 7.6rem;
    align-items: start;
    gap: 1rem 1.5rem;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
    max-width: none;
  }

  .site-footer__column--qr {
    justify-content: flex-start;
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .cart-item {
    grid-template-columns: 1fr;
  }

  .cart-item__media {
    min-height: 180px;
  }

  .cart-item__media img {
    height: 140px;
  }

  .cart-item__top,
  .cart-item__controls,
  .cart-summary__total {
    display: grid;
  }

  .cart-card,
  .cart-summary,
  .checkout-card {
    padding: 1rem;
    border-radius: 24px;
  }

  .checkout-form-card,
  .checkout-summary {
    padding: 1rem;
    border-radius: 24px;
  }

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

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__brand {
    grid-column: auto;
  }

  .site-footer__column--qr {
    justify-content: flex-start;
  }

  .site-footer__qr {
    padding: 0.55rem;
  }

  .site-footer__qr img {
    width: 5rem;
    height: 5rem;
  }
}

.catalog-category-media {
  overflow: hidden;
  border-radius: 1.75rem;
  border: 1px solid rgba(18, 33, 39, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.catalog-category-media__image {
  display: block;
  width: 100%;
  max-height: 24rem;
  object-fit: cover;
}

.catalog-seo-content {
  margin-top: 1.75rem;
  padding: 1.5rem;
  border-radius: 1.75rem;
  border: 1px solid rgba(18, 33, 39, 0.08);
  background: rgba(255, 255, 255, 0.8);
}

.catalog-seo-content__title {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bs-text);
}

.catalog-seo-content__body {
  color: rgba(18, 33, 39, 0.82);
  line-height: 1.7;
}

.product-quote-form {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1.1rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(18, 33, 39, 0.08);
  background: rgba(237, 243, 242, 0.55);
}

.product-quote-form__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.product-related__links,
.service-related-links,
.service-related-products {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.service-related-products__item {
  display: inline-flex;
}

.equipment-form-feedback,
.checkout-form-feedback {
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

.equipment-form-feedback[data-state="success"],
.checkout-form-feedback[data-state="success"] {
  color: #eaf7ef;
  background: rgba(46, 125, 87, 0.78);
}

.equipment-form-feedback[data-state="error"],
.checkout-form-feedback[data-state="error"] {
  color: #fff4f2;
  background: rgba(173, 48, 48, 0.82);
}

@media (min-width: 1280px) {
  .catalog-page-hero,
  .cart-page-hero {
    padding-top: var(--bs-desktop-header-offset) !important;
  }

  .desktop-shell > header > .glass {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: 0;
    box-shadow: none;
  }

  .hero-topbar {
    top: var(--bs-desktop-header-offset);
  }
}

/* Mobile responsive layer: keeps the current design and content, only adapts layout. */
@media (max-width: 1279px) {
  .desktop-shell {
    width: 100%;
    max-width: none;
  }

  .catalog-page-hero,
  .cart-page-hero {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 1023px) {
  .hero-panel--riga {
    min-height: auto;
  }

  .hero-riga-grid {
    align-items: start;
  }

  .hero-riga-aside {
    display: none;
  }

  .hero-flow-card__benefits {
    padding-left: 0;
  }

  .catalog-page-intro,
  .cart-page-intro {
    display: grid;
    align-items: start;
  }

  .catalog-page-stat,
  .cart-page-stat {
    width: min(100%, 24rem);
    min-width: 0;
  }
}

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

  body {
    background-size: 24px 24px, 24px 24px, auto;
  }

  .desktop-shell {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .desktop-hero-fullbleed,
  .hero-flow-band,
  .brand-marquee-band,
  .bestsellers-band,
  .bestsellers-rail,
  .equipment-form-band,
  .site-footer {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  header {
    top: 0;
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: 0 !important;
    padding: 1.05rem 0.75rem 0.95rem !important;
    background: transparent;
  }

  header:has(.mobile-panel[data-open="true"]) {
    background:
      linear-gradient(rgba(18, 33, 39, 0.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(18, 33, 39, 0.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(205, 230, 255, 0.62) 0%, rgba(248, 251, 255, 0.94) 28%, rgba(248, 251, 255, 0.94) 72%, rgba(239, 224, 232, 0.62) 100%);
    background-size: 24px 24px, 24px 24px, auto;
  }

  header > .glass {
    border-radius: 24px !important;
    padding: 0.8rem 0.9rem !important;
  }

  .mobile-panel {
    padding-top: 0.8rem !important;
  }

  .mobile-panel nav {
    gap: 0.15rem !important;
  }

  .mobile-panel nav a {
    min-height: 2.75rem;
    padding: 0.75rem 0.85rem;
    border-radius: 16px;
    background: rgba(244, 248, 252, 0.72);
  }

  .mobile-panel .flex.items-center.gap-2 {
    min-width: 0;
  }

  .lang-chip {
    flex-basis: 2.65rem;
    width: 2.65rem;
    min-width: 2.65rem;
    min-height: 2.35rem;
    font-size: 0.68rem !important;
  }

  .hero-panel--riga {
    margin-top: -10.5rem !important;
    padding: 10.5rem 0.75rem 1.4rem !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.32) 34%, rgba(255, 255, 255, 0.12) 72%, rgba(255, 255, 255, 0.04) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0.24) 54%, rgba(255, 255, 255, 0.04) 100%),
      url("../images/homepage/hero-riga-hvac.jpg") center center / cover no-repeat;
    background-position: center center;
  }

  header:has(.mobile-panel[data-open="true"]) + main .hero-panel--riga {
    margin-top: 0 !important;
    padding-top: 1rem !important;
  }

  .hero-panel--riga::after {
    height: 110px;
  }

  .hero-riga-shell {
    padding-top: 0.75rem;
  }

  .hero-riga-copy {
    width: 100%;
    max-width: calc(100vw - 2.5rem);
    padding: 0.65rem 0.1rem 0;
  }

  .hero-riga-copy::before {
    inset: -0.25rem -0.15rem -0.35rem;
    border-radius: 1rem;
    background: radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.14) 34%, rgba(255, 255, 255, 0.06) 58%, rgba(255, 255, 255, 0.01) 76%, rgba(255, 255, 255, 0) 100%);
    filter: blur(8px);
  }

  .hero-riga-kicker,
  .catalog-page-eyebrow,
  .cart-page-eyebrow,
  .catalog-eyebrow {
    font-size: 0.68rem !important;
    letter-spacing: 0.16em;
  }

  .hero-riga-title {
    max-width: 8.8ch;
    margin-top: 0.75rem;
    font-size: clamp(2.05rem, 11.2vw, 2.85rem);
    letter-spacing: -0.035em;
    line-height: 1;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  html[lang="ru"] .hero-riga-title {
    line-height: 0.98;
  }

  .hero-riga-text {
    max-width: 100%;
    margin-top: 1rem;
    font-size: 0.94rem;
    line-height: 1.58;
    overflow-wrap: anywhere;
  }

  .hero-riga-pills {
    display: grid;
    gap: 0.55rem;
    margin-top: 1.15rem;
  }

  .hero-riga-pill {
    align-items: flex-start;
    font-size: 0.84rem;
    line-height: 1.35;
  }

  .hero-riga-actions {
    gap: 0.65rem;
    margin-top: 1.35rem;
  }

  .hero-riga-primary,
  .hero-riga-secondary,
  .catalog-apply-button,
  .catalog-reset-button,
  .product-primary-button,
  .product-secondary-button,
  .equipment-form-button,
  .checkout-submit,
  .cart-summary__button {
    min-height: 3.25rem;
    padding: 0.85rem 1rem;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    line-height: 1.25;
  }

  .hero-categories-band {
    margin-top: 1.4rem;
    border-radius: 1rem;
  }

  .hero-category-item {
    min-height: 82px;
    padding: 0.75rem 0.45rem 0.7rem;
  }

  .hero-category-item__icon svg {
    width: 1.55rem;
    height: 1.55rem;
  }

  .hero-category-item__label {
    font-size: 0.62rem;
    letter-spacing: 0.02em;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hero-flow-band {
    margin-top: -1px;
    padding-bottom: 1rem;
  }

  .hero-flow-card {
    box-shadow: none;
  }

  .hero-flow-card__content {
    padding: 1rem 0.9rem 0.6rem;
  }

  .hero-flow-card__title {
    font-size: clamp(1.45rem, 7.4vw, 1.82rem);
    line-height: 1.05;
    overflow-wrap: anywhere;
    word-break: normal;
  }

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

  .hero-flow-project {
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-radius: 0.8rem;
  }

  .hero-flow-benefit {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .hero-flow-card__map {
    min-height: 150px;
    margin-top: 0;
  }

  .hero-flow-card__map-dots {
    right: 2.6rem;
    top: 0.55rem;
    width: 142px;
    height: 142px;
  }

  .hero-flow-card__map-text {
    top: 3rem;
    left: 0.5rem;
  }

  .brand-marquee-content {
    animation-duration: 22s;
  }

  .bestsellers-copy {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .bestsellers-copy .flex.items-center.gap-3 {
    align-self: stretch;
    justify-content: space-between;
  }

  .bestsellers-nav {
    width: 2.75rem;
    height: 2.75rem;
  }

  .bestsellers-track {
    grid-auto-columns: min(84vw, 312px);
  }

  .bestseller-card {
    width: min(84vw, 312px);
    border-radius: 22px;
  }

  .bestseller-card__media {
    border-radius: 18px;
  }

  .bestseller-card__body {
    min-height: 210px;
    padding: 0.25rem 1rem 1rem;
  }

  .bestseller-card__title {
    font-size: 1.14rem;
    line-height: 1.18;
    letter-spacing: -0.03em;
  }

  .about-showcase {
    border-radius: 22px !important;
    padding: 1rem !important;
  }

  .about-reason {
    border-radius: 16px;
    padding: 0.8rem;
  }

  .about-chip {
    min-height: 2.25rem;
    padding: 0.55rem 0.75rem;
  }

  .equipment-form-band {
    margin-top: 2rem;
  }

  .equipment-form-shell {
    border-radius: 24px 24px 0 0;
  }

  .equipment-form-grid {
    padding: 1.5rem 0.9rem !important;
  }

  .equipment-form-copy h2 {
    font-size: clamp(2rem, 10vw, 2.65rem) !important;
    letter-spacing: -0.04em;
  }

  .equipment-highlight {
    width: 100%;
    justify-content: flex-start;
    border-radius: 16px;
  }

  .equipment-field__input,
  .checkout-field__input,
  .catalog-input,
  .catalog-select,
  .catalog-sort__select {
    min-height: 3.15rem;
    border-radius: 15px;
    font-size: 16px;
  }

  .site-footer__inner {
    padding: 1.35rem 0.9rem !important;
  }

  .site-footer__grid {
    gap: 1.25rem;
  }

  .catalog-page-shell,
  .product-page-shell,
  .service-simple-shell,
  .service-detail-shell,
  .cart-page-shell,
  .checkout-page-shell {
    border-radius: 22px 22px 0 0 !important;
    padding: 1.1rem 0.9rem !important;
  }

  .catalog-page-title,
  .cart-page-title,
  .service-detail-title,
  .service-simple-title,
  .product-summary__title {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .catalog-page-title,
  .cart-page-title,
  .service-detail-title,
  .service-simple-title {
    font-size: clamp(2rem, 11vw, 2.85rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
  }

  .catalog-page-subtitle,
  .cart-page-subtitle,
  .service-detail-lead,
  .service-simple-lead {
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .catalog-page-stat,
  .cart-page-stat {
    width: 100%;
    padding: 0.95rem 1rem;
    border-radius: 18px;
  }

  .catalog-search__input {
    min-height: 3.35rem;
    padding-left: 3rem;
    border-radius: 18px;
    font-size: 16px;
  }

  .catalog-layout {
    gap: 1rem;
    margin-top: 1.25rem !important;
  }

  .catalog-filters__card {
    gap: 1rem;
    padding: 1rem;
    border-radius: 20px;
  }

  .catalog-checkboxes {
    grid-template-columns: 1fr;
  }

  .catalog-segmented {
    width: 100%;
    border-radius: 16px;
  }

  .catalog-segmented__button {
    min-height: 2.6rem;
    padding: 0.65rem 0.55rem;
    border-radius: 12px;
    font-size: 0.8rem;
  }

  .catalog-results__bar {
    display: grid;
    gap: 0.75rem;
  }

  .catalog-sort {
    width: 100%;
    min-width: 0;
  }

  .catalog-products-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .catalog-product-card {
    border-radius: 14px;
  }

  .catalog-product-card__media {
    padding: 0.65rem;
  }

  .catalog-product-card__badge {
    top: 0.9rem;
    left: 0.9rem;
    max-width: calc(100% - 4.8rem);
    font-size: 0.62rem;
    line-height: 1.2;
  }

  .catalog-product-card__discount-badge,
  .bestseller-card__discount-badge {
    min-width: 2.55rem;
    min-height: 2.55rem;
    font-size: 0.78rem;
  }

  .catalog-product-card__body {
    padding: 0.2rem 0.85rem 0.9rem;
  }

  .catalog-product-card__title {
    min-height: auto;
    font-size: 0.98rem;
  }

  .catalog-product-card__price {
    min-height: 2.75rem;
    font-size: 1.28rem;
  }

  .catalog-product-card__secondary {
    justify-content: center;
    width: 100%;
  }

  .product-layout {
    gap: 1rem;
  }

  .product-breadcrumbs {
    overflow-wrap: anywhere;
    font-size: 0.76rem;
    line-height: 1.45;
  }

  .product-gallery__main {
    padding: 0.6rem;
  }

  .product-gallery__hero-image {
    aspect-ratio: 1 / 1;
  }

  .product-summary__title {
    font-size: clamp(1.8rem, 9vw, 2.35rem);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .product-summary__price-block {
    display: grid;
  }

  .product-summary__price,
  .product-summary__current-price {
    font-size: 1.55rem;
  }

  .product-summary__status {
    width: fit-content;
  }

  .product-summary__option {
    border-radius: 15px;
  }

  .product-support-card__item {
    grid-template-columns: 2.35rem 1fr;
  }

  .product-specs {
    margin-top: 1rem;
  }

  .product-page-shell {
    border-radius: 22px !important;
  }

  .cart-page-shell,
  .checkout-page-shell {
    padding-bottom: 1.2rem !important;
  }

  .cart-item__controls,
  .cart-item__actions {
    align-items: stretch;
  }

  .cart-qty {
    width: 100%;
  }

  .cart-item__remove {
    justify-content: center;
    min-height: 2.75rem;
    border-radius: 14px;
    background: #f7f9fc;
  }
}

@media (max-width: 374px) {
  .desktop-shell {
    padding-left: 0.55rem !important;
    padding-right: 0.55rem !important;
  }

  header > .glass {
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
  }

  .desktop-hero-fullbleed,
  .hero-flow-band,
  .brand-marquee-band,
  .bestsellers-band,
  .bestsellers-rail,
  .equipment-form-band,
  .site-footer {
    width: calc(100% + 1.1rem);
    margin-left: -0.55rem;
    margin-right: -0.55rem;
  }

  .hero-riga-title {
    font-size: 1.95rem;
  }

  .hero-riga-primary,
  .hero-riga-secondary,
  .catalog-product-card__cta,
  .bestseller-card__cta {
    font-size: 0.72rem;
  }

  .hero-category-item__label {
    font-size: 0.58rem;
  }
}
