*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  color-scheme: light;
  --bg: #f4f8ff;
  --bg-soft: rgba(255, 255, 255, 0.76);
  --surface: rgba(255, 255, 255, 0.92);
  --surface-strong: #ffffff;
  --text: #121826;
  --muted: #5f6c82;
  --line: rgba(17, 24, 39, 0.1);
  --primary: #1567d8;
  --primary-dark: #0d4ba8;
  --primary-soft: rgba(15, 103, 241, 0.1);
  --accent: #7eb8ff;
  --success: #0b8f74;
  --ink: #0f1726;
  --ink-soft: #1b2738;
  --steel: #edf1f5;
  --steel-deep: #dce3ea;
  --shadow: 0 26px 70px rgba(6, 42, 110, 0.12);
  --shadow-soft: 0 16px 36px rgba(6, 42, 110, 0.08);
  --radius-xl: 36px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: min(1380px, calc(100vw - 52px));
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: #eef3f8;
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
}

body.is-modal-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.page-bg {
  display: none;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 40px 0;
}

.section--compact {
  padding-top: 20px;
}

.section--band {
  isolation: isolate;
  padding-top: 54px;
  padding-bottom: 54px;
}

.section--compact.section--band {
  padding-top: 42px;
}

.section--band::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  transform: translateX(-50%);
  border-radius: 0;
  box-shadow: none;
}

.section--band-hero::before {
  background: linear-gradient(180deg, #eaedf2 0%, #f8fafc 100%);
}

.section--band-mist::before {
  background: #ffffff;
}

.section--band-ice::before {
  background: linear-gradient(180deg, #192231 0%, #101725 100%);
}

.section--band-sky::before {
  background: #ffffff;
}

.section--band-frost::before {
  background: #edf1f5;
}

.section--band-white::before {
  background: linear-gradient(180deg, #e0e7f0 0%, #e9eef5 100%);
}

.section--band-plain::before {
  background: linear-gradient(135deg, #141d2a 0%, #1c293d 62%, #0f5cc4 100%);
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section--band-ice .section-head h2 {
  color: #ffffff;
}

.section--band-ice .section-head p {
  color: rgba(255, 255, 255, 0.72);
}

.section--band-ice .section-tag,
.section--band-plain .section-tag {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 24px;
}

.section-head h2 {
  margin: 12px 0 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.04;
}

.section-head p {
  margin: 0;
  max-width: 540px;
  color: var(--muted);
  line-height: 1.7;
}

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 18px 0 0;
  backdrop-filter: blur(20px);
}

.topbar,
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar {
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--muted);
  font-size: 0.86rem;
}

.topbar__group {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.topbar__group--right a {
  color: var(--primary-dark);
  font-weight: 700;
}

.header-main {
  margin-top: 12px;
  padding: 18px 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  color: var(--primary-dark);
}

.brand__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand__text strong {
  font-size: 1.05rem;
}

.brand__text span {
  color: var(--muted);
  font-size: 0.82rem;
}

.nav {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
}

.nav a {
  position: relative;
  color: #263244;
  font-weight: 600;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

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

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

.header-search {
  display: flex;
  flex-direction: column;
  min-width: 250px;
  gap: 4px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(247, 248, 250, 0.96), rgba(238, 242, 246, 0.92));
}

.header-search span {
  color: var(--muted);
  font-size: 0.76rem;
}

.header-search strong {
  font-size: 0.92rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-weight: 700;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease,
    border-color 0.24s ease;
}

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

.button--primary {
  background: linear-gradient(135deg, var(--primary) 0%, #1e83ff 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(15, 103, 241, 0.24);
}

.button--secondary {
  border-color: rgba(17, 24, 39, 0.12);
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink-soft);
}

.button--ghost {
  border-color: rgba(17, 24, 39, 0.12);
  background: transparent;
  color: var(--ink-soft);
}

.button--wide {
  width: 100%;
}

.hero {
  padding-top: 0;
}

.hero-frame {
  position: relative;
  width: 100%;
  min-height: 680px;
  overflow: hidden;
  background: #101725;
  box-shadow: var(--shadow);
}

.hero-slider {
  position: relative;
  min-height: 680px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  min-height: 680px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.02);
  transition:
    opacity 0.58s ease,
    transform 0.58s ease;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg);
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
  transition: transform 6s ease;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 14, 25, 0.88) 0%, rgba(9, 14, 25, 0.68) 42%, rgba(9, 14, 25, 0.22) 100%),
    radial-gradient(circle at 76% 22%, rgba(21, 103, 216, 0.22), transparent 34%);
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.hero-slide.is-active::before {
  transform: scale(1);
}

.hero-slide__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr);
  align-items: center;
  gap: 40px;
  min-height: 680px;
  padding-top: 56px;
  padding-bottom: 132px;
}

.hero-slide__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  max-width: 760px;
}

.hero-slide__copy h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.15rem, 3.8vw, 4.2rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.hero-slide__copy p {
  margin: 0;
  max-width: 690px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1rem;
  line-height: 1.78;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.hero-chip--promo {
  background: rgba(21, 103, 216, 0.12);
  color: var(--primary-dark);
}

.hero-chip--product {
  background: rgba(11, 143, 116, 0.14);
  color: var(--success);
}

.hero-slide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-slide__actions .button--secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  backdrop-filter: blur(16px);
}

.hero-slide__panel {
  display: grid;
  gap: 12px;
  align-self: center;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.hero-slide__panel span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-slide__panel strong {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.5;
}

.hero-slide__panel strong::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--accent);
}

.hero-slide__media {
  position: relative;
  align-self: stretch;
  padding: 18px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(239, 242, 246, 0.9)),
    rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.hero-slide__media img {
  height: 100%;
  max-height: 470px;
  margin: 0 auto;
  animation: floaty 7s ease-in-out infinite;
}

.hero-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  width: min(calc(var(--container) + 148px), calc(100vw - 24px));
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.hero-controls {
  position: absolute;
  right: 0;
  bottom: 46px;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.hero-controls__status {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: calc((100% - 40px) * 0.7);
  pointer-events: auto;
}

.slider-arrow {
  pointer-events: auto;
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(16px);
  transition:
    transform 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.slider-arrow::before,
.slider-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  pointer-events: none;
}

.slider-arrow::before {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.slider-arrow::after {
  width: 8px;
  height: 8px;
}

.slider-arrow[data-slider-prev]::after {
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: translate(calc(-50% - 6px), -50%) rotate(45deg);
}

.slider-arrow[data-slider-next]::after {
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(calc(-50% + 6px), -50%) rotate(-45deg);
}

.slider-arrow:hover,
.slider-arrow:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.22);
  box-shadow: var(--shadow-soft);
}

.slider-counter {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.slider-dots {
  display: inline-flex;
  gap: 10px;
}

.slider-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition:
    transform 0.24s ease,
    background 0.24s ease,
    width 0.24s ease;
}

.slider-dot.is-active {
  width: 34px;
  background: linear-gradient(90deg, #ffffff, #67b6ff);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.metric-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(241, 244, 248, 0.93));
  box-shadow: var(--shadow-soft);
}

.metric-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--primary-dark);
  font-size: 1.18rem;
}

.metric-card span {
  color: var(--muted);
  line-height: 1.65;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.category-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
  min-height: 250px;
  padding: 14px;
  border: 1px solid rgba(8, 60, 149, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 245, 248, 0.94)),
    #fff;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.category-card::after {
  content: none;
}

.category-card:hover,
.category-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(15, 103, 241, 0.2);
  box-shadow: var(--shadow);
}

.category-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(8, 60, 149, 0.1);
  border-radius: 18px;
  background: #f4f7fb;
  overflow: hidden;
}

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

.category-card:hover .category-card__image img,
.category-card:focus-visible .category-card__image img {
  transform: scale(1.05);
}

.category-card__body {
  display: grid;
  align-content: start;
  gap: 8px;
}

.category-card h3 {
  margin: 0;
  font-size: 1.08rem;
}

.category-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.95rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.benefits-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.95fr;
  gap: 22px;
}

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

.benefit-card,
.benefits-note,
.product-card,
.bestseller-card,
.focus-main,
.focus-product,
.mini-card,
.cta-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.benefit-card {
  position: relative;
  padding: 24px;
  overflow: hidden;
}

.benefit-card::after {
  content: "";
  position: absolute;
  top: -50px;
  right: -60px;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: rgba(15, 103, 241, 0.08);
}

.benefit-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(15, 103, 241, 0.14), rgba(77, 184, 255, 0.18));
  color: var(--primary-dark);
  font-weight: 800;
}

.benefit-card h3 {
  margin: 18px 0 10px;
  font-size: 1.2rem;
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.benefits-note {
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(67, 88, 122, 0.24), transparent 32%),
    linear-gradient(160deg, #16202f 0%, #243246 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.benefits-note h3 {
  margin: 14px 0 16px;
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  line-height: 1.12;
  color: #ffffff;
}

.benefits-note p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
}

.benefits-note .section-tag {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), #59b7ff);
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.stats-row div {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.stats-row strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2rem;
  color: #ffffff;
}

.stats-row span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
  font-size: 0.93rem;
}

.advantages-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.advantages-section .section-head {
  margin-bottom: 44px;
}

.advantages-section .section-head h2 {
  max-width: 720px;
  font-size: clamp(3rem, 4vw, 4.15rem);
  line-height: 1;
}

.advantages-section .section-head p {
  max-width: 670px;
  font-size: 1.08rem;
  line-height: 1.62;
}

.advantages-section .benefits-layout {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.advantages-section .benefits-grid {
  gap: 20px;
}

.advantages-section .benefit-card {
  display: grid;
  align-content: start;
  min-height: 246px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.88);
}

.advantages-section .benefit-card h3 {
  max-width: 330px;
  margin-top: 26px;
  margin-bottom: 20px;
  color: #080b12;
  font-size: clamp(1.25rem, 1.55vw, 1.5rem);
  line-height: 1.05;
}

.advantages-section .benefit-card p {
  max-width: 340px;
  color: rgba(95, 108, 130, 0.95);
  font-size: 1.05rem;
  line-height: 1.42;
}

.advantages-section .benefits-note {
  display: grid;
  align-content: center;
  min-height: 100%;
  padding: 34px;
  border-color: rgba(255, 255, 255, 0.12);
}

.advantages-section .benefits-note h3 {
  max-width: 650px;
  margin-top: 30px;
  font-size: clamp(2.65rem, 4vw, 4rem);
  line-height: 1.18;
}

.advantages-section .benefits-note p {
  max-width: 780px;
  font-size: 1.08rem;
  line-height: 1.62;
}

.advantages-section .check-list {
  gap: 12px;
  margin-top: 14px;
}

.advantages-section .check-list li {
  font-size: 1.05rem;
}

.advantages-section .stats-row {
  gap: 18px;
  margin-top: 30px;
}

.advantages-section .stats-row div {
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
}

.advantages-section .stats-row strong {
  margin-bottom: 20px;
  font-size: 1.08rem;
}

.advantages-section .stats-row span {
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 1180px) {
  .advantages-section .benefits-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 840px) {
  .advantages-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .advantages-section .section-head {
    margin-bottom: 30px;
  }

  .advantages-section .section-head h2 {
    font-size: clamp(2.45rem, 12vw, 3.4rem);
  }

  .advantages-section .benefits-grid,
  .advantages-section .stats-row {
    grid-template-columns: 1fr;
  }

  .advantages-section .benefit-card,
  .advantages-section .benefits-note {
    min-height: auto;
  }
}

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

.product-card {
  position: relative;
  padding: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 245, 249, 0.94));
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.product-card:hover,
.product-card:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.product-card__visual {
  margin-bottom: 18px;
}

.visual {
  position: relative;
  display: flex;
  align-items: end;
  height: 170px;
  padding: 18px;
  border-radius: 22px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.visual::before,
.visual::after {
  content: "";
  position: absolute;
  border-radius: 24px;
}

.visual span {
  position: relative;
  z-index: 2;
}

.visual--rebar {
  background: linear-gradient(135deg, #1a2231 0%, #1567d8 100%);
}

.visual--rebar::before {
  top: 28px;
  left: 24px;
  width: 70%;
  height: 18px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0 10px, rgba(255, 255, 255, 0.32) 10px 18px);
}

.visual--rebar::after {
  top: 64px;
  left: 24px;
  width: 58%;
  height: 18px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.75) 0 10px, rgba(255, 255, 255, 0.28) 10px 18px);
}

.visual--pipe {
  background: linear-gradient(135deg, #121b2a 0%, #184eaa 65%, #6a9cff 100%);
}

.visual--pipe::before {
  top: 28px;
  left: 28px;
  width: 54px;
  height: 100px;
  border: 12px solid rgba(255, 255, 255, 0.82);
}

.visual--pipe::after {
  top: 40px;
  left: 98px;
  width: 54px;
  height: 88px;
  border: 12px solid rgba(255, 255, 255, 0.52);
}

.visual--sheet {
  background: linear-gradient(135deg, #1c2432 0%, #2f6bc8 100%);
}

.visual--sheet::before {
  top: 34px;
  left: 28px;
  width: 66%;
  height: 78px;
  border-radius: 18px;
  transform: rotate(-7deg);
  background: rgba(255, 255, 255, 0.76);
}

.visual--sheet::after {
  top: 50px;
  left: 70px;
  width: 66%;
  height: 78px;
  border-radius: 18px;
  transform: rotate(5deg);
  background: rgba(255, 255, 255, 0.35);
}

.visual--angle {
  background: linear-gradient(135deg, #171f2d 0%, #2e6fd2 100%);
}

.visual--angle::before {
  top: 28px;
  left: 34px;
  width: 22px;
  height: 100px;
  background: rgba(255, 255, 255, 0.8);
}

.visual--angle::after {
  bottom: 42px;
  left: 34px;
  width: 110px;
  height: 22px;
  background: rgba(255, 255, 255, 0.8);
}

.visual--channel {
  background: linear-gradient(135deg, #121a29 0%, #245db5 100%);
}

.visual--channel::before {
  top: 24px;
  left: 30px;
  width: 24px;
  height: 106px;
  background: rgba(255, 255, 255, 0.78);
}

.visual--channel::after {
  top: 24px;
  left: 90px;
  width: 24px;
  height: 106px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: -36px 0 0 rgba(255, 255, 255, 0.48);
}

.visual--round {
  background: linear-gradient(135deg, #161f2d 0%, #2c73db 100%);
}

.visual--round::before {
  top: 28px;
  left: 26px;
  width: 70px;
  height: 70px;
  border: 14px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
}

.visual--round::after {
  top: 48px;
  left: 108px;
  width: 52px;
  height: 52px;
  border: 12px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
}

.product-card__badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(18, 24, 38, 0.06);
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0 0 12px;
  font-size: 1.22rem;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.product-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(7, 47, 119, 0.08);
}

.product-card__meta strong {
  color: var(--text);
  font-size: 1rem;
}

.product-card__meta span {
  color: var(--primary-dark);
  font-size: 0.9rem;
  font-weight: 700;
}

.promo-strip {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(20, 29, 42, 0.98), rgba(28, 41, 61, 0.95) 58%, rgba(15, 92, 196, 0.9) 100%);
  color: #fff;
  box-shadow: var(--shadow);
}

.section--band-plain .promo-strip {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.section--band-plain .promo-strip__copy p {
  color: rgba(255, 255, 255, 0.86);
}

.section--band-plain .mini-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.promo-strip__copy h2 {
  margin: 12px 0 14px;
  font-size: clamp(1.9rem, 2.8vw, 3rem);
  line-height: 1.08;
}

.promo-strip__copy p {
  margin: 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
}

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

.mini-card {
  padding: 22px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(14px);
}

.mini-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.02rem;
}

.mini-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

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

.bestseller-card {
  position: relative;
  padding: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 244, 248, 0.94));
}

.bestseller-card::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -34px;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.06);
}

.bestseller-card__rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(27, 39, 56, 0.12), rgba(21, 103, 216, 0.14));
  color: var(--ink-soft);
  font-weight: 800;
}

.bestseller-card h3 {
  margin: 0 0 12px;
  font-size: 1.16rem;
}

.bestseller-card p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.7;
}

.bestseller-card strong {
  color: var(--primary-dark);
  font-size: 0.95rem;
}

.focus-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 18px;
}

.focus-main {
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(77, 112, 168, 0.2), transparent 30%),
    linear-gradient(160deg, #131d2c 0%, #263348 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.focus-main__label {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.focus-main h3 {
  margin: 18px 0 14px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
  color: #ffffff;
}

.focus-main p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.8;
}

.focus-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 24px;
}

.focus-tags span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

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

.focus-product {
  padding: 22px;
  min-height: 180px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 245, 249, 0.94));
}

.focus-product__size {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(18, 24, 38, 0.06);
  color: var(--ink-soft);
  font-weight: 800;
}

.focus-product h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
}

.focus-product p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.cta-card {
  display: grid;
  grid-template-columns: 1.15fr 0.8fr;
  gap: 22px;
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(88, 114, 154, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(238, 242, 248, 0.94));
}

.cta-card__copy h2 {
  margin: 12px 0 14px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
}

.cta-card__copy p {
  margin: 0;
  max-width: 620px;
  color: var(--muted);
  line-height: 1.8;
}

.cta-card__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cta-card__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  grid-column: 1 / -1;
  margin-top: 4px;
}

.cta-card__meta div {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(244, 248, 255, 0.82);
}

.cta-card__meta strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.cta-card__meta span {
  color: var(--muted);
  line-height: 1.6;
}

.footer {
  position: relative;
  padding: 0;
  background: #101827;
  color: #fff;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 56px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.footer__brand p {
  margin: 18px 0 0;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__col h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.footer__col a,
.footer__col span {
  color: rgba(255, 255, 255, 0.72);
}

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

.brand--footer .brand__text span {
  color: rgba(255, 255, 255, 0.66);
}

.brand--footer .brand__logo {
  filter: brightness(0) invert(1);
}

.nav a.is-active {
  color: var(--primary-dark);
}

.nav a.is-active::after {
  transform: scaleX(1);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.breadcrumbs span {
  opacity: 0.64;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--primary-dark);
}

.page-hero {
  padding-top: 34px;
}

.page-hero__grid,
.story-grid,
.product-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 22px;
  align-items: stretch;
}

.page-hero__copy,
.page-hero__aside,
.story-card,
.value-card,
.timeline-card,
.partner-pill,
.catalog-lead,
.quick-card,
.catalog-product,
.product-gallery,
.product-summary,
.spec-card,
.contact-card,
.map-card,
.form-card {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 245, 249, 0.94));
  box-shadow: var(--shadow-soft);
}

.page-hero__copy,
.page-hero__aside,
.story-card,
.catalog-lead,
.product-gallery,
.product-summary,
.spec-card,
.contact-card,
.map-card,
.form-card {
  padding: 30px;
}

.page-hero__copy h1 {
  margin: 0 0 18px;
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.page-hero__copy p {
  margin: 0;
  max-width: 720px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.78;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.page-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.page-kpis div {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(17, 24, 39, 0.04);
}

.page-kpis strong {
  display: block;
  margin-bottom: 8px;
  color: var(--primary-dark);
  font-size: 1.18rem;
}

.page-kpis span {
  color: var(--muted);
  line-height: 1.6;
}

.page-hero__aside {
  background: linear-gradient(160deg, #141d2a 0%, #243246 100%);
  border-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.page-hero__aside h2,
.page-hero__aside h3 {
  margin: 0 0 14px;
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
  line-height: 1.08;
}

.page-hero__aside p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
}

.page-hero__aside .check-list {
  margin-top: 20px;
}

.page-hero__aside .section-tag {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
}

.value-grid,
.timeline,
.partner-grid,
.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.value-card,
.timeline-card,
.quick-card {
  padding: 24px;
}

.value-card__num,
.timeline-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.12), rgba(21, 103, 216, 0.14));
  color: var(--ink-soft);
  font-weight: 800;
}

.value-card h3,
.timeline-card h3,
.quick-card h3,
.contact-card h3,
.form-card h3 {
  margin: 0 0 10px;
  font-size: 1.14rem;
}

.value-card p,
.timeline-card p,
.quick-card p,
.contact-card p,
.catalog-product p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.story-card h2,
.catalog-lead h2,
.spec-card h2 {
  margin: 0 0 16px;
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  line-height: 1.06;
}

.story-card p,
.catalog-lead p,
.spec-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.story-card p + p {
  margin-top: 16px;
}

.story-card--dark {
  background: linear-gradient(160deg, #131d2c 0%, #263348 100%);
  border-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.story-card--dark p,
.story-card--dark li {
  color: rgba(255, 255, 255, 0.78);
}

.story-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.story-list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.6;
}

.story-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), #7eb8ff);
}

.partner-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.partner-card {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
  transition:
    transform 0.26s ease,
    box-shadow 0.26s ease,
    border-color 0.26s ease;
}

.partner-card:hover {
  transform: translateY(-5px);
  border-color: rgba(21, 103, 216, 0.18);
  box-shadow: 0 26px 56px rgba(6, 42, 110, 0.12);
}

.partner-card__image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e8eef6;
}

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

.partner-card:hover .partner-card__image img {
  transform: scale(1.06);
}

.partner-card__content {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px 22px 24px;
}

.partner-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 34px;
  border-radius: 999px;
  background: rgba(21, 103, 216, 0.1);
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.partner-card h3 {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.28;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.partner-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
  font-size: 0.95rem;
}

.catalog-product {
  padding: 22px;
}

.catalog-product h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
}

.catalog-product__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.catalog-product__meta {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.catalog-product__meta strong {
  font-size: 1rem;
}

.stock-tag,
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(18, 24, 38, 0.06);
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.badge--success {
  background: rgba(11, 143, 116, 0.12);
  color: var(--success);
}

.badge--accent {
  background: rgba(21, 103, 216, 0.12);
  color: var(--primary-dark);
}

.badge--dark {
  background: rgba(17, 24, 39, 0.12);
  color: var(--ink-soft);
}

.product-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.product-gallery__main {
  display: grid;
  place-items: center;
  min-height: 420px;
  margin-bottom: 16px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(24, 66, 135, 0.92));
}

.product-gallery__main img {
  width: min(100%, 430px);
}

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

.thumb-card {
  min-height: 100px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 245, 249, 0.94));
}

.thumb-card--active {
  border-color: rgba(21, 103, 216, 0.3);
  box-shadow: inset 0 0 0 1px rgba(21, 103, 216, 0.1);
}

.thumb-card--pipe,
.thumb-card--sheet,
.thumb-card--bundle {
  position: relative;
  overflow: hidden;
}

.thumb-card--pipe::before,
.thumb-card--sheet::before,
.thumb-card--bundle::before,
.thumb-card--pipe::after,
.thumb-card--sheet::after,
.thumb-card--bundle::after {
  content: "";
  position: absolute;
}

.thumb-card--pipe::before {
  top: 26px;
  left: 20px;
  width: 52px;
  height: 52px;
  border: 10px solid rgba(21, 103, 216, 0.72);
  border-radius: 999px;
}

.thumb-card--pipe::after {
  top: 34px;
  left: 74px;
  width: 30px;
  height: 30px;
  border: 8px solid rgba(27, 39, 56, 0.28);
  border-radius: 999px;
}

.thumb-card--sheet::before {
  top: 24px;
  left: 22px;
  width: 60px;
  height: 42px;
  border-radius: 14px;
  transform: rotate(-8deg);
  background: rgba(21, 103, 216, 0.74);
}

.thumb-card--sheet::after {
  top: 40px;
  left: 36px;
  width: 60px;
  height: 42px;
  border-radius: 14px;
  transform: rotate(7deg);
  background: rgba(27, 39, 56, 0.18);
}

.thumb-card--bundle::before {
  top: 28px;
  left: 18px;
  width: 78px;
  height: 12px;
  background:
    repeating-linear-gradient(90deg, rgba(21, 103, 216, 0.82) 0 10px, rgba(17, 24, 39, 0.18) 10px 16px);
}

.thumb-card--bundle::after {
  top: 50px;
  left: 18px;
  width: 66px;
  height: 12px;
  background:
    repeating-linear-gradient(90deg, rgba(21, 103, 216, 0.74) 0 10px, rgba(17, 24, 39, 0.18) 10px 16px);
}

.product-summary h1 {
  margin: 14px 0 14px;
  font-size: clamp(2.2rem, 3.6vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.product-summary p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.price-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin: 24px 0 18px;
  padding: 20px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.04), rgba(21, 103, 216, 0.06));
}

.price-panel__main strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.price-panel__main span,
.price-panel__sub {
  color: var(--muted);
  line-height: 1.6;
}

.qty-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
}

.qty-control button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 12px;
  background: rgba(17, 24, 39, 0.06);
  color: var(--ink-soft);
  font-weight: 800;
}

.qty-input {
  width: 64px;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  font-weight: 800;
  text-align: center;
}

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

.utility-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.utility-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink-soft);
  font-weight: 700;
  text-align: center;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.utility-button:hover,
.utility-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(21, 103, 216, 0.18);
  box-shadow: var(--shadow-soft);
}

.meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.meta-grid div {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(17, 24, 39, 0.04);
}

.meta-grid strong {
  display: block;
  margin-bottom: 6px;
}

.meta-grid span {
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.92rem;
}

.spec-grid {
  display: grid;
  gap: 0;
  margin-top: 12px;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.spec-row:last-child {
  border-bottom: 0;
}

.spec-row span:last-child {
  color: var(--muted);
  text-align: right;
}

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

.note-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 245, 249, 0.94));
  box-shadow: var(--shadow-soft);
}

.note-card h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
}

.note-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-stack {
  display: grid;
  gap: 18px;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.contact-list div {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(17, 24, 39, 0.04);
}

.contact-list strong {
  display: block;
  margin-bottom: 8px;
}

.contact-list span,
.contact-list a {
  color: var(--muted);
  line-height: 1.6;
}

.map-card {
  display: grid;
  align-content: end;
  min-height: 100%;
  background:
    linear-gradient(145deg, rgba(17, 24, 39, 0.96), rgba(28, 41, 61, 0.94)),
    #182131;
  border-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.map-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
}

.map-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
}

.map-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.map-card__grid div {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.map-card__grid strong {
  display: block;
  margin-bottom: 8px;
}

.map-card__grid span {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.5;
}

.form-card form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.form-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.form-card input,
.form-card textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink-soft);
}

.form-card textarea {
  min-height: 120px;
  resize: vertical;
}

.form-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

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

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
}

.lead-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 13, 23, 0.72);
  backdrop-filter: blur(10px);
}

.lead-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow-y: auto;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.lead-modal__dialog h2 {
  margin: 14px 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.lead-modal__dialog p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.lead-modal__dialog form {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.lead-modal__dialog input,
.lead-modal__dialog textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 16px;
  background: rgba(247, 249, 252, 0.92);
  color: var(--ink-soft);
}

.lead-modal__dialog textarea {
  min-height: 130px;
  resize: vertical;
}

.lead-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.lead-modal__errors {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border: 1px solid rgba(185, 28, 28, 0.18);
  border-radius: 14px;
  background: rgba(185, 28, 28, 0.07);
  color: #991b1b;
  font-size: 0.9rem;
}

.about-cover,
.about-storyboard,
.about-cta {
  display: grid;
  gap: 22px;
}

.about-cover {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 245, 249, 0.94));
  box-shadow: var(--shadow-soft);
}

.about-cover__copy h1 {
  margin: 16px 0 18px;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.about-cover__copy p {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.about-cover__stack {
  display: grid;
  gap: 14px;
}

.about-side-card,
.about-storyboard__main,
.about-storyboard__aside,
.about-number,
.about-principle,
.about-ladder__item {
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.about-side-card {
  padding: 22px;
  background: linear-gradient(160deg, #141d2a 0%, #243246 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.about-side-card strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 1.08rem;
}

.about-side-card span {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.7;
}

.about-storyboard {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.82fr);
}

.about-storyboard__main,
.about-storyboard__aside {
  padding: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 245, 249, 0.94));
}

.about-storyboard__main h2,
.about-cta__copy h2 {
  margin: 16px 0 16px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
}

.about-storyboard__main p,
.about-cta__copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.about-storyboard__main p + p {
  margin-top: 16px;
}

.about-storyboard__aside {
  background: linear-gradient(165deg, #101827 0%, #243246 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.about-storyboard__aside .section-tag {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
}

.about-storyboard__aside .story-list {
  margin-top: 22px;
}

.about-storyboard__aside .story-list li {
  color: rgba(255, 255, 255, 0.82);
}

.about-numbers,
.about-principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-number,
.about-principle {
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 245, 249, 0.94));
}

.about-number strong {
  display: block;
  margin-bottom: 10px;
  color: var(--primary-dark);
  font-size: 1.9rem;
  line-height: 1;
}

.about-number span,
.about-principle p,
.about-ladder__item p {
  color: var(--muted);
  line-height: 1.7;
}

.about-principle h3,
.about-ladder__item h3 {
  margin: 0 0 10px;
  font-size: 1.16rem;
}

.about-ladder {
  display: grid;
  gap: 16px;
}

.about-ladder__item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 245, 249, 0.94));
}

.about-ladder__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.12), rgba(21, 103, 216, 0.14));
  color: var(--ink-soft);
  font-weight: 800;
}

.about-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 28px 30px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 245, 249, 0.94));
  box-shadow: var(--shadow-soft);
}

.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 1180px) {
  .header-main {
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }

  .hero-slide {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .hero-frame,
  .hero-slider,
  .hero-slide {
    min-height: 760px;
  }

  .hero-slide__inner {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 26px;
    min-height: 760px;
    padding-bottom: 132px;
  }

  .hero-slide__panel {
    max-width: 560px;
  }

  .hero-arrows {
    width: calc(100vw - 24px);
  }

  .hero-controls__status {
    width: 100%;
  }

  .hero-slide__media {
    min-height: 280px;
  }

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

  .benefits-layout,
  .promo-strip,
  .focus-layout,
  .cta-card,
  .page-hero__grid,
  .story-grid,
  .product-layout,
  .contact-layout,
  .about-cover,
  .about-storyboard,
  .about-cta {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .value-grid,
  .timeline,
  .quick-grid,
  .note-grid,
  .utility-actions,
  .partner-grid,
  .about-numbers,
  .about-principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 840px) {
  .header {
    position: static;
  }

  .topbar,
  .header-main,
  .section-head,
  .topbar__group,
  .header-actions,
  .hero-controls {
    flex-direction: column;
    align-items: stretch;
  }

  .section-head {
    align-items: flex-start;
  }

  .header-search {
    min-width: 0;
  }

  .hero-frame {
    padding: 0;
    border-radius: 0;
  }

  .hero-slider {
    min-height: 680px;
  }

  .hero-slide__copy h1,
  .section-head h2,
  .focus-main h3,
  .cta-card__copy h2,
  .promo-strip__copy h2 {
    letter-spacing: -0.03em;
  }

  .benefits-grid,
  .product-grid,
  .bestsellers-grid,
  .focus-products,
  .promo-strip__cards,
  .stats-row,
  .footer__grid,
  .value-grid,
  .timeline,
  .quick-grid,
  .note-grid,
  .utility-actions,
  .action-grid,
  .partner-grid,
  .about-numbers,
  .about-principles,
  .product-gallery__thumbs,
  .map-card__grid {
    grid-template-columns: 1fr;
  }

  .categories-grid,
  .hero-metrics,
  .cta-card__meta,
  .meta-grid,
  .page-kpis {
    grid-template-columns: 1fr;
  }

  .slider-arrow {
    width: 54px;
  }

  .hero-arrows {
    width: calc(100vw - 24px);
  }

  .hero-controls {
    bottom: 40px;
  }

  .hero-controls__status {
    justify-content: center;
  }

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

  .about-cta__actions {
    justify-content: stretch;
  }
}

@media (max-width: 560px) {
  :root {
    --container: min(100vw - 24px, 1380px);
  }

  .header {
    padding-top: 12px;
  }

  .header-main,
  .topbar,
  .benefit-card,
  .benefits-note,
  .product-card,
  .bestseller-card,
  .focus-main,
  .focus-product,
  .mini-card,
  .cta-card,
  .footer__grid,
  .category-card {
    border-radius: 22px;
  }

  .hero-slider {
    min-height: 820px;
  }

  .hero-frame,
  .hero-slide {
    min-height: 820px;
  }

  .hero-slide__inner {
    min-height: 820px;
    padding-top: 34px;
    padding-bottom: 144px;
  }

  .hero-arrows {
    top: auto;
    right: 12px;
    bottom: 76px;
    left: 12px;
    width: auto;
    gap: 12px;
    transform: none;
  }

  .slider-arrow {
    width: 100%;
  }

  .hero-controls {
    bottom: 30px;
  }

  .hero-slide__copy {
    padding: 8px 0;
  }

  .hero-slide__copy p,
  .section-head p,
  .product-card p,
  .bestseller-card p,
  .focus-product p,
  .cta-card__copy p,
  .page-hero__copy p {
    font-size: 0.96rem;
  }
}

.brand__logo {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.brand__mark {
  overflow: hidden;
}

.nav a.is-active::after {
  transform: scaleX(1);
}

.header-search {
  padding: 10px 14px;
}

.header-search__label {
  color: var(--muted);
  font-size: 0.76rem;
}

.header-search__input,
.catalog-toolbar__search,
.catalog-toolbar__select,
.form-card form input,
.form-card form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
}

.header-search__input {
  padding: 0;
  border: 0;
  background: transparent;
  outline: none;
  font-size: 0.92rem;
  font-weight: 700;
}

.flash-message {
  margin-top: 16px;
  padding: 16px 20px;
  border: 1px solid rgba(11, 143, 116, 0.18);
  border-radius: 18px;
  background: rgba(11, 143, 116, 0.08);
  color: var(--success);
  font-weight: 700;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px auto;
  gap: 14px;
  margin-bottom: 18px;
}

.catalog-summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
}

.catalog-summary strong {
  color: var(--primary-dark);
  font-size: 1.18rem;
}

.catalog-shell {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
}

.catalog-results {
  min-width: 0;
}

.catalog-results__bar {
  display: grid;
  grid-template-columns: minmax(180px, auto) minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.catalog-results-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(190px, 240px) auto;
  gap: 12px;
  align-items: center;
}

.filter-card,
.empty-state {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.filter-card {
  padding: 24px;
  align-self: start;
  position: static;
}

.filter-card h3 {
  margin: 14px 0 16px;
}

.filter-card form {
  display: grid;
  gap: 12px;
}

.filter-card__links {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.filter-card__links strong {
  color: var(--ink-soft);
}

.filter-card__links a {
  color: var(--primary-dark);
  font-weight: 600;
}

.empty-state {
  padding: 28px;
}

.empty-state h3 {
  margin-top: 0;
}

.pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--ink-soft);
  font-weight: 700;
}

.pagination-link--current {
  background: rgba(21, 103, 216, 0.08);
  color: var(--primary-dark);
}

.pagination-link--disabled {
  opacity: 0.45;
}

.floating-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 45;
  display: grid;
  gap: 10px;
}

.floating-contact__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 16px;
  color: #fff;
  font-weight: 800;
  box-shadow: var(--shadow-soft);
}

.floating-contact__button--whatsapp {
  background: linear-gradient(135deg, #0b8f74 0%, #1dc57f 100%);
}

.floating-contact__button--phone {
  background: linear-gradient(135deg, #1567d8 0%, #2ea5ff 100%);
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.turnstile-placeholder {
  display: grid;
  place-items: center;
  min-height: 72px;
  border: 1px dashed rgba(17, 24, 39, 0.18);
  border-radius: 18px;
  color: var(--muted);
}

@media (max-width: 1080px) {
  .catalog-shell,
  .catalog-toolbar {
    grid-template-columns: 1fr;
  }

  .catalog-results__bar {
    grid-template-columns: 1fr;
  }

  .catalog-results-toolbar {
    grid-template-columns: minmax(220px, 1fr) minmax(180px, 240px) auto;
  }

  .filter-card {
    position: static;
  }
}

@media (max-width: 720px) {
  .floating-contact {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .floating-contact__button {
    min-width: 100%;
  }
}

/* 2026-04 catalog refresh */

.header {
  padding: 0;
  background: linear-gradient(180deg, rgba(235, 239, 244, 0.98), rgba(235, 239, 244, 0.92));
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.08);
}

.header__bar,
.header__main {
  width: 100%;
}

.header__bar {
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.topbar,
.header-main {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.topbar {
  padding: 12px 0;
}

.header-main {
  margin-top: 0;
  padding: 18px 0;
}

.nav a {
  padding-bottom: 8px;
}

.nav a::after {
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--primary));
}

.nav a.is-active::after {
  transform: scaleX(1);
}

.header-search {
  position: relative;
  min-width: 290px;
}

.header-search__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-soft);
}

.header-search__dropdown[hidden] {
  display: none;
}

.header-search__dropdown-title {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.header-search__dropdown-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.header-search__suggestion {
  border: 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(21, 103, 216, 0.08);
  color: var(--primary-dark);
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease;
}

.header-search__suggestion:hover,
.header-search__suggestion:focus-visible {
  transform: translateY(-1px);
  background: rgba(21, 103, 216, 0.14);
}

.page-heading h1 {
  margin: 18px 0 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.section-head--compact {
  align-items: start;
}

.section-head--compact p {
  display: none;
}

.catalog-shell {
  align-items: start;
}

.filter-label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.filter-card__category-select {
  margin-bottom: 24px;
}

.filter-group {
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  padding-top: 14px;
}

.filter-group summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 12px;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.filter-group summary::-webkit-details-marker {
  display: none;
}

.filter-group summary span:last-child {
  color: var(--muted);
  font-size: 0.86rem;
}

.filter-group summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}

.filter-group[open] summary::after {
  transform: rotate(225deg) translateY(-2px);
}

.filter-group__options {
  display: grid;
  gap: 10px;
  max-height: 250px;
  overflow-y: auto;
  margin-top: 14px;
  padding-right: 4px;
}

.filter-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 10px;
  color: var(--ink-soft);
  line-height: 1.4;
}

.filter-option input {
  margin-top: 2px;
}

.filter-option small {
  color: var(--muted);
}

.filter-card__actions {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

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

.catalog-product {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  gap: 12px;
  min-height: 100%;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.catalog-product:hover,
.catalog-product:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(21, 103, 216, 0.16);
  box-shadow: 0 28px 60px rgba(6, 42, 110, 0.12);
}

.catalog-product__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(225, 231, 239, 0.78);
  border-radius: 22px;
  background: #ffffff;
}

.catalog-product__media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.catalog-product:hover .catalog-product__media img,
.catalog-product:focus-visible .catalog-product__media img {
  transform: scale(1.06);
}

.catalog-product__category {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 32px;
  padding: 0 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(21, 103, 216, 0.08);
  color: var(--primary-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.catalog-product__body {
  display: grid;
  align-content: start;
  gap: 12px;
}

.catalog-product h3 {
  margin: 0;
  display: -webkit-box;
  min-height: 3.1em;
  overflow: hidden;
  font-size: 1.05rem;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.catalog-product__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 72px;
  overflow: hidden;
}

.catalog-product__chip {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 32px;
  padding: 0 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.05);
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.catalog-product__chip span,
.catalog-product__chip strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog-product__chip span::after {
  content: ":";
  margin-right: 4px;
}

.catalog-product__chip strong {
  flex: 0 1 auto;
  color: var(--text);
}

.catalog-product__divider {
  display: block;
  height: 1px;
  background: rgba(17, 24, 39, 0.08);
}

.catalog-product__meta {
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

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

.home-products-section .section-head p {
  max-width: 620px;
}

@media (min-width: 1281px) {
  .home-products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.related-carousel {
  --related-visible: 4;
  --related-gap: 18px;
}

.related-carousel__controls {
  display: flex;
  gap: 10px;
}

.related-carousel__button {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 800;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease;
}

.related-carousel__button:hover,
.related-carousel__button:focus-visible {
  transform: translateY(-2px);
  background: var(--primary);
  color: #ffffff;
}

.related-carousel__button:disabled {
  cursor: default;
  opacity: 0.4;
  transform: none;
}

.related-carousel__viewport {
  overflow: hidden;
}

.related-carousel__track {
  display: flex;
  gap: var(--related-gap);
  transition: transform 0.36s ease;
  will-change: transform;
}

.related-carousel__item {
  flex: 0 0 calc((100% - 54px) / 4);
  min-width: 0;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 28px;
}

.product-gallery__main {
  overflow: hidden;
  min-height: 560px;
  margin-bottom: 0;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(220, 226, 235, 0.9), rgba(247, 249, 252, 0.96));
}

.product-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-summary {
  display: grid;
  align-content: start;
  gap: 18px;
}

.product-summary h1 {
  margin: 0;
}

.product-summary p {
  font-size: 1.02rem;
}

.action-grid {
  gap: 14px;
}

.action-grid .button {
  justify-content: center;
}

.product-action {
  gap: 10px;
}

.product-action--whatsapp {
  background: linear-gradient(135deg, #1ebc65 0%, #25d366 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(37, 211, 102, 0.24);
}

.product-action--whatsapp:hover,
.product-action--whatsapp:focus-visible {
  box-shadow: 0 18px 34px rgba(37, 211, 102, 0.3);
}

.product-action--whatsapp img {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.product-action--lead {
  box-shadow: 0 14px 28px rgba(15, 103, 241, 0.24);
}

.product-lead-modal {
  padding: 34px;
}

.product-lead-modal .lead-modal__backdrop {
  background: rgba(8, 10, 14, 0.64);
  backdrop-filter: blur(4px);
}

.product-lead-modal .lead-modal__dialog {
  width: min(940px, 100%);
  max-height: min(820px, calc(100vh - 68px));
  padding: 54px 58px 58px;
  border-radius: 18px;
  background: #ffffff;
  color: #27292d;
}

.product-lead-modal .lead-modal__dialog h2 {
  margin: 0 0 32px;
  color: #24272b;
  font-size: clamp(2.1rem, 4vw, 3rem);
  letter-spacing: -0.035em;
}

.product-lead-modal .lead-modal__close {
  top: 34px;
  right: 42px;
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  color: rgba(39, 41, 45, 0.48);
  font-size: 3rem;
  font-weight: 700;
}

.product-lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 20px;
}

.product-lead-form__field {
  display: grid;
  gap: 12px;
  color: #282b30;
  font-size: 1.12rem;
  font-weight: 800;
}

.product-lead-form__field--wide,
.product-lead-form .lead-modal__errors,
.product-lead-form .button {
  grid-column: 1 / -1;
}

.product-lead-form input {
  min-height: 74px;
  padding: 18px 20px;
  border: 1px solid rgba(39, 41, 45, 0.22);
  border-radius: 8px;
  background: #ffffff;
  color: #24272b;
  font-size: 1.14rem;
  font-weight: 600;
}

.product-lead-form input::placeholder {
  color: rgba(39, 41, 45, 0.58);
}

.product-lead-form input[readonly] {
  background: #efefef;
  color: rgba(39, 41, 45, 0.62);
  font-weight: 800;
}

.product-lead-form .button {
  min-height: 76px;
  border-radius: 8px;
  font-size: 1.14rem;
  font-weight: 900;
  text-transform: uppercase;
}

.spec-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
}

.hero-frame {
  margin-top: 0;
}

.hero-slide__media {
  position: relative;
}

.hero-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide__product-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 12px;
  max-width: 320px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(12, 18, 30, 0.78);
  color: #fff;
  backdrop-filter: blur(18px);
}

.hero-slide__product-card strong {
  font-size: 1.12rem;
  line-height: 1.35;
}

.hero-slide__product-card span:last-child {
  justify-self: start;
}

.service-card-grid,
.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
}

.service-card h3 {
  margin: 0;
  font-size: 1.18rem;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.service-card .button {
  justify-self: start;
}

.floating-contact {
  right: 20px;
  bottom: 20px;
  gap: 12px;
}

.floating-contact__button {
  width: 58px;
  min-width: 58px;
  height: 58px;
  min-height: 58px;
  padding: 0;
  border-radius: 999px;
}

.floating-contact__button svg {
  width: 26px;
  height: 26px;
}

@media (max-width: 1280px) {
  .product-grid,
  .service-card-grid,
  .service-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .header-actions {
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .header-search {
    width: 100%;
  }

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

  .related-carousel {
    --related-visible: 2;
  }

  .related-carousel__item {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 720px) {
  .topbar {
    display: none;
  }

  .header-main {
    flex-wrap: wrap;
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
    gap: 18px;
  }

  .product-grid,
  .service-card-grid,
  .service-detail-grid,
  .action-grid {
    grid-template-columns: 1fr;
  }

  .catalog-results-toolbar {
    grid-template-columns: 1fr;
  }

  .catalog-results-toolbar .button {
    width: 100%;
    justify-content: center;
  }

  .catalog-product__media {
    aspect-ratio: 16 / 11;
  }

  .product-gallery__main {
    min-height: 360px;
  }

  .product-lead-modal {
    padding: 16px;
  }

  .product-lead-modal .lead-modal__dialog {
    max-height: calc(100vh - 32px);
    padding: 34px 22px 24px;
  }

  .product-lead-modal .lead-modal__dialog h2 {
    margin-bottom: 24px;
    padding-right: 42px;
  }

  .product-lead-modal .lead-modal__close {
    top: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
  }

  .product-lead-form {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-lead-form input {
    min-height: 62px;
  }

  .product-lead-form .button {
    min-height: 64px;
  }

  .related-carousel {
    --related-visible: 1;
  }

  .related-carousel__item {
    flex-basis: 100%;
  }

  .related-carousel__controls {
    width: 100%;
    justify-content: flex-start;
  }

  .hero-slide__product-card {
    position: static;
    max-width: none;
    margin-top: 18px;
  }

  .floating-contact {
    left: auto;
    right: 12px;
  }

  .floating-contact__button {
    min-width: 58px;
  }
}
