﻿:root {
  --page-gutter: clamp(14px, 4vw, 40px);
}


html,
body,
.page {
  max-width: 100%;
  overflow-x: hidden;
}

img,
iframe {
  max-width: 100%;
}

.hero-content,
.section,
.custom-block,
.lead-section,
.map-footer {
  width: min(1240px, calc(100% - (var(--page-gutter) * 2)));
}

.hero-header {
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}



.section-head h2,
.lead-copy h2,
.hero-content h1 {
  overflow-wrap: anywhere;
}

.lead-card,
.lead-contact,
.product-card,
.advantage-card {
  min-width: 0;
}

.company-details {
  display: grid;
  gap: 3px;
  color: #607086;
  font-size: 13px;
  font-weight: 800;
}

.company-details strong {
  color: var(--navy);
  font-size: 14px;
  font-weight: 950;
}

.company-details span {
  font-weight: 700;
}

.footer-left {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.footer-copy {
  margin: 0;
  color: #607086;
  text-align: center;
}

.product-info-section {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr);
  gap: 34px;
  align-items: center;
  padding-top: 0;
}

.product-info-copy p {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-info-copy h2 {
  margin: 0;
  color: var(--navy-2);
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1.04;
  letter-spacing: 0;
}

.product-info-copy span {
  display: block;
  max-width: 520px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.product-info-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(5, 43, 85, .12);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(244, 249, 255, .9));
  box-shadow: 0 24px 70px rgba(6, 49, 92, .14);
}

.product-info-card div {
  position: relative;
  display: grid;
  gap: 5px;
  min-height: 74px;
  padding: 16px 18px 16px 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
}

.product-info-card div:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 19px;
  width: 18px;
  height: 18px;
  border: 5px solid #e7f5ff;
  border-right-color: var(--blue);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(8, 120, 214, .18);
}

.product-info-card strong {
  color: var(--navy-2);
  font-size: 16px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.product-info-card span {
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.38;
  overflow-wrap: anywhere;
}

.map-box {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(214, 232, 247, .72)),
    repeating-linear-gradient(0deg, rgba(5, 43, 85, .06) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(90deg, rgba(5, 43, 85, .06) 0 1px, transparent 1px 34px),
    #d9e5ef;
}

.map-box:before {
  content: "\0421\0430\043C\0430\0440\0430";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  color: rgba(5, 43, 85, .26);
  font-size: clamp(34px, 8vw, 82px);
  font-weight: 950;
  letter-spacing: 0;
}

.map-box iframe {
  position: relative;
  z-index: 2;
  background: transparent;
}

.map-label {
  z-index: 3;
}

@media (max-width: 1180px) {
  .hero-section {
    min-height: 700px;
  }

  .hero-content {
    padding-top: 92px;
  }

  .hero-content h1 {
    max-width: 560px;
    font-size: clamp(46px, 6vw, 68px);
  }

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

  .product-card {
    grid-template-rows: minmax(280px, 34vw) auto;
  }

  .lead-section {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
    gap: 30px;
  }

  .product-info-section {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 860px) {
  .hero-header {
    height: 88px;
    gap: 12px;
  }

  .phone-pill {
    width: auto;
    min-width: 0;
    height: 50px;
    padding: 0 18px;
    font-size: 16px;
  }

  .hero-section {
    min-height: 700px;
  }

  .hero-bg {
    object-position: 68% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, #021227e8 0%, #04284ebd 52%, #04284e45 82%),
      radial-gradient(circle at 80% 48%, transparent 0%, rgba(4, 26, 52, .2) 44%, rgba(2, 18, 39, .58));
  }

  .hero-content {
    padding-top: 82px;
    padding-bottom: 86px;
  }

  .hero-content h1 {
    max-width: 530px;
    font-size: clamp(42px, 8vw, 58px);
    line-height: .98;
  }

  .hero-content p {
    max-width: 500px;
    font-size: 18px;
  }
  .section {
    padding: 64px 0;
  }

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

  .product-card {
    grid-template-rows: 300px auto;
    min-height: 420px;
  }

  .product-meta {
    align-items: flex-start;
    flex-direction: column;
    min-height: 98px;
  }

  .product-meta span {
    text-align: left;
  }

  .custom-block {
    min-height: 320px;
  }

  .custom-copy {
    max-width: 560px;
    padding: 42px 34px;
  }

  .blank-label {
    right: 28px;
    bottom: 28px;
    height: 64px;
  }

  .lead-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 64px 0;
  }

  .product-info-section {
    padding-top: 0;
  }

  .lead-card {
    max-width: 560px;
    width: 100%;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-copy {
    text-align: left;
  }
}

@media (max-width: 560px) {
  :root {
    --page-gutter: 14px;
  }

  .hero-header {
    height: 72px;
    gap: 8px;
  }

  .logo {
    gap: 7px;
    font-size: 17px;
  }

  .logo-mark {
    width: 34px;
    height: 34px;
    font-size: 19px;
  }

  .phone-pill {
    max-width: 176px;
    height: 40px;
    padding: 0 10px;
    gap: 6px;
    font-size: 12px;
  }

  .phone-pill svg {
    width: 15px;
    height: 15px;
  }

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

  .hero-bg {
    object-position: 82% center;
    opacity: .9;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, #021227fa 0%, #04284ef0 62%, #04284e8a 88%),
      linear-gradient(180deg, rgba(2, 18, 39, .12), rgba(2, 18, 39, .44)),
      radial-gradient(circle at 86% 48%, transparent 0%, rgba(4, 26, 52, .36) 42%, rgba(2, 18, 39, .74));
  }

  .hero-content {
    padding-top: 92px;
    padding-bottom: 72px;
  }

  .eyebrow {
    max-width: 310px;
    font-size: 13px;
    line-height: 1.35;
  }

  .hero-content h1 {
    max-width: 335px;
    font-size: clamp(31px, 8.7vw, 36px);
    line-height: 1.02;
  }
  .hero-content p {
    max-width: 330px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.55;
  }

  .primary-button {
    width: 100%;
    max-width: 292px;
    height: 62px;
    margin-top: 30px;
    font-size: 16px;
  }

  .section {
    padding: 54px 0;
  }

  .section-head h2,
  .lead-copy h2,
  .product-info-copy h2 {
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.04;
  }

  .product-info-card {
    gap: 10px;
    padding: 14px;
    border-radius: 18px;
  }

  .product-info-card div {
    min-height: 0;
    padding: 14px 14px 14px 44px;
    border-radius: 14px;
  }

  .product-info-card div:before {
    left: 14px;
    top: 17px;
    width: 15px;
    height: 15px;
    border-width: 4px;
  }

  .product-info-card span {
    font-size: 14px;
  }

  .volume-row {
    gap: 8px;
  }

  .volume-row span {
    min-height: 38px;
    padding: 0 13px;
    font-size: 13px;
  }

  .catalog-grid,
  .advantages-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-card {
    grid-template-rows: minmax(250px, 74vw) auto;
    min-height: 0;
    padding: 14px;
    border-radius: 18px;
  }

  .product-image {
    border-radius: 14px;
  }

  .product-meta {
    min-height: 0;
    padding: 16px 2px 2px;
    gap: 8px;
  }

  .product-meta strong {
    font-size: 24px;
  }

  .custom-block {
    min-height: 360px;
    border-radius: 20px;
  }

  .custom-block img {
    object-position: 68% center;
  }

  .custom-copy {
    padding: 34px 22px 120px;
  }

  .custom-copy h2 {
    font-size: clamp(36px, 12vw, 48px);
  }

  .custom-copy p {
    font-size: 24px;
  }

  .blank-label {
    left: 22px;
    right: 22px;
    bottom: 22px;
    justify-content: center;
    width: auto;
    min-width: 0;
    height: 60px;
  }

  .advantage-card {
    min-height: 104px;
    padding: 22px;
    border-radius: 14px;
  }

  .lead-section {
    padding: 54px 0;
  }

  .lead-copy span {
    font-size: 16px;
  }

  .lead-contacts {
    grid-template-columns: 1fr;
  }

  .lead-contact {
    min-height: 74px;
    border-radius: 16px;
  }

  .lead-contact strong {
    font-size: 15px;
  }

  .lead-card {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .lead-card h3 {
    font-size: 28px;
  }

  .lead-card input {
    height: 56px;
  }

  .map-box {
    height: 220px;
    border-radius: 18px;
  }

  .map-label {
    left: 14px;
    top: 14px;
    min-height: 46px;
  }

  .footer {
    gap: 18px;
  }

  .company-details {
    font-size: 12px;
  }
}

/* 2026 design refinement */
.hero-header { gap: 28px; }
.hero-nav { display:flex;align-items:center;gap:28px;margin-left:auto;color:rgba(255,255,255,.82);font-size:14px;font-weight:800; }
.hero-nav a { padding:12px 0;border-bottom:2px solid transparent;transition:color .18s ease,border-color .18s ease; }
.hero-nav a:hover,.hero-nav a:focus-visible { border-color:#7ad2ff;color:#fff;outline:none; }
.primary-button { background:linear-gradient(135deg,#fff,#eaf7ff);box-shadow:0 18px 52px rgba(0,0,0,.25),0 0 0 1px rgba(255,255,255,.7);transition:transform .18s ease; }
.primary-button:hover,.primary-button:focus-visible { transform:translateY(-2px);outline:3px solid rgba(122,210,255,.6);outline-offset:3px; }
.hero-facts { display:flex;flex-wrap:wrap;gap:10px;margin-top:22px; }
.hero-facts span { display:grid;min-width:150px;padding:11px 14px;border:1px solid rgba(255,255,255,.24);border-radius:12px;background:rgba(2,28,59,.42);backdrop-filter:blur(10px); }
.hero-facts b { font-size:14px; }
.hero-facts small { margin-top:3px;color:rgba(255,255,255,.68);font-size:11px; }
.catalog-section { padding-bottom:64px; }
.product-card { grid-template-rows:300px auto auto;min-height:0;padding:14px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.product-card:hover { transform:translateY(-4px);border-color:rgba(8,120,214,.22);box-shadow:0 30px 78px rgba(10,60,105,.18); }
.product-meta { min-height:74px;padding:16px 6px 10px; }
.product-action { display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:12px;background:#eaf6ff;color:var(--navy);font-size:14px;font-weight:900;transition:background .18s ease,color .18s ease; }
.product-action:hover,.product-action:focus-visible { background:var(--navy);color:#fff;outline:none; }
.lead-section { width:min(1320px,calc(100% - (var(--page-gutter) * 2)));margin-top:28px;padding:58px 48px;border-radius:30px;background:linear-gradient(135deg,#031f40,#073e72);box-shadow:0 32px 90px rgba(3,31,64,.2); }
.lead-copy h2,.lead-copy span,.lead-note { color:#fff; }
.lead-copy>p { color:#7ad2ff; }
.lead-note { background:rgba(255,255,255,.1); }
.form-reassurance { margin:-4px 0 0;color:#718096;font-size:12px;line-height:1.4;text-align:center; }
.map-footer { padding-top:54px; }
.map-box { height:210px; }
.footer-legal { display:grid;gap:5px;margin:0;color:#78889a;font-size:12px; }
.footer-legal a { color:var(--navy);font-weight:800; }
.mobile-sticky-cta { display:none; }
.regional-seo-section { width:min(1240px,calc(100% - (var(--page-gutter) * 2)));margin:24px auto 0;padding:64px 0 28px; }
.regional-seo-section>p { margin:0 0 8px;color:var(--blue);font-size:14px;font-weight:900;text-transform:uppercase; }
.regional-seo-section>h2 { max-width:860px;margin:0;color:var(--navy-2);font-size:clamp(34px,3.6vw,54px);line-height:1.02; }
.regional-seo-grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:32px; }
.regional-seo-grid article { padding:24px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.86);box-shadow:0 18px 50px rgba(6,49,92,.1); }
.regional-seo-grid h3 { margin:0 0 10px;color:var(--navy-2);font-size:19px;line-height:1.2; }
.regional-seo-grid p { margin:0;color:var(--muted);font-size:15px;line-height:1.55; }
@media(max-width:1060px){.hero-nav{display:none}}
@media(max-width:860px){.lead-section{width:min(720px,calc(100% - (var(--page-gutter) * 2)));padding:44px 32px}.regional-seo-grid{grid-template-columns:1fr}}
@media(max-width:560px){
  body{padding-bottom:74px}.hero-section{min-height:620px}.hero-content{padding-top:66px;padding-bottom:54px}
  .hero-content h1{max-width:330px;font-size:clamp(30px,8vw,34px)}.hero-content p{margin-top:18px;font-size:15px}
  .primary-button{height:58px;margin-top:24px}.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:16px}
  .hero-facts span{min-width:0;padding:9px 8px}.hero-facts b{font-size:11px}.hero-facts small{font-size:9px}
  .product-card{grid-template-rows:minmax(230px,66vw) auto auto}.lead-section{width:calc(100% - 20px);padding:36px 14px 14px;border-radius:24px}
  .map-footer{padding-top:40px}.map-box{height:180px}
  .regional-seo-section{padding:48px 0 12px}.regional-seo-section>h2{font-size:clamp(30px,9vw,38px)}.regional-seo-grid{gap:12px;margin-top:22px}.regional-seo-grid article{padding:20px}
  .mobile-sticky-cta{position:fixed;right:12px;bottom:12px;left:12px;z-index:20;display:flex;align-items:center;justify-content:center;height:54px;border:1px solid rgba(255,255,255,.3);border-radius:14px;background:#0878d6;color:#fff;font-size:16px;font-weight:950;box-shadow:0 16px 44px rgba(2,28,59,.34)}
}
