
.catalog-search { margin: 0 0 18px; max-width: 520px; }
.catalog-search input { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; font: inherit; }
.product-gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.product-gallery-grid img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); background: #e8edf2; }
.product-gallery-grid img.active { border-color: var(--sea); box-shadow: 0 0 0 1px var(--sea); }
.locale-tools, .lang-switch, .currency-tool { display: inline-flex; align-items: center; gap: 6px; }
.lang-switch { padding: 3px; border: 1px solid rgba(255,255,255,.52); border-radius: 6px; }
.lang-option { min-width: 32px; padding: 7px 8px; border-radius: 4px; text-align: center; font-size: 12px; line-height: 1; }
.lang-option.current { background: rgba(255,255,255,.94); color: var(--night); }
.currency-tool span { font-size: 12px; opacity: .86; }
.currency-select { min-height: 34px; padding: 0 8px; border: 1px solid rgba(255,255,255,.62); border-radius: 6px; color: var(--white); background: rgba(8,22,28,.44); font: inherit; font-size: 13px; font-weight: 850; }
.currency-select option { color: #132033; }
.price-panel.section-head { display: block; grid-template-columns: none; gap: 0; margin-bottom: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: #f8fbf9; }
.price-panel.section-head h2 { max-width: none; margin-bottom: 12px; font-size: clamp(34px, 4.5vw, 58px); line-height: 1.02; }
.price-panel.section-head .lead { max-width: 620px; margin-bottom: 0; font-size: 17px; line-height: 1.55; }
.detail-grid { grid-template-columns: minmax(0, 1.45fr) minmax(430px, .75fr); gap: 32px; }
.detail-grid > aside { min-width: 0; }
.schedule-row { grid-template-columns: minmax(96px, .55fr) minmax(0, 1.45fr); align-items: start; }
.schedule-row > div:nth-child(3) { grid-column: 1 / -1; }
.schedule-row:first-child > div:nth-child(3) { display: none; }
.schedule-row .price-action { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 13px; border-radius: 6px; background: var(--sun); color: #221708; text-decoration: none; }
.product-legal-note { margin-top: 18px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 8px; background: #f8fbf9; color: var(--muted); font-size: 13px; line-height: 1.5; }
.site-footer { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .9fr); gap: 10px 28px; }
.site-footer span { line-height: 1.45; }
.money { white-space: nowrap; }
@media (max-width: 1120px) { .detail-grid { grid-template-columns: 1fr; } .price-panel.section-head h2 { font-size: clamp(34px, 6vw, 58px); } }
@media (max-width: 760px) { .topbar { position: relative; inset: auto; background: rgba(8, 22, 28, .96); } .breadcrumb-bar { padding: 12px 18px; } .hero { padding-top: 44px; min-height: 72vh; } .product-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .schedule-row { grid-template-columns: 1fr; } .site-footer { grid-template-columns: 1fr; } .currency-tool { width: 100%; justify-content: flex-start; } }
.product-gallery-grid:empty { display: none; }
@media (max-width: 760px) { body.homepage .hero { overflow-x: hidden; } body.homepage .hero .hero-inner { width: calc(100% - 36px) !important; max-width: calc(100% - 36px) !important; box-sizing: border-box; } }

body.homepage .hero-proof {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .88);
  font-weight: 850;
  letter-spacing: .01em;
}

body.homepage .catalog-entry {
  padding-bottom: 38px;
}

body.homepage .catalog-categories {
  padding-top: 38px;
}

body.homepage .stage4-home-section {
  padding: 54px 6vw;
  border-top: 1px solid var(--line);
}

body.homepage .stage4-compact-grid,
body.homepage .stage4-info-grid {
  margin-top: 22px;
}

body.homepage .stage4-info-card .card-body {
  min-height: 100%;
}

body.homepage .stage4-info-card h3 {
  margin-bottom: 10px;
}

body.homepage .stage4-info-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 760px) {
  body.homepage .hero-proof {
    font-size: 14px;
    line-height: 1.45;
  }
  body.homepage .stage4-home-section {
    padding: 38px 18px;
  }
}
