* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  background: #f7f7f4;
  color: #111;
}

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

a {
  color: inherit;
}

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.site-header {
  background: rgba(247, 247, 244, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
}

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

.logo img {
  width: 220px;
  height: auto;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 800;
  font-size: 0.9rem;
}

.header-nav a {
  text-decoration: none;
  color: #222;
}

.header-nav a:hover {
  color: #ff5a00;
}

.header-phone {
  color: #111;
  font-size: 0.98rem;
  font-weight: 900;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #fff;
  transition: 0.2s ease;
  white-space: nowrap;
}

.header-phone:hover {
  background: #111;
  color: #fff;
}

.hero {
  padding: 78px 0 90px;
  background:
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.16), transparent 34%),
    #f7f7f4;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 68px;
  align-items: center;
}

.hero-badge,
.section-tag,
.section-label {
  display: inline-block;
  color: #ff5a00;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.hero-badge {
  background: #111;
  color: #fff;
  padding: 10px 15px;
  border-radius: 999px;
  letter-spacing: 0.6px;
}

.hero h1 {
  font-size: clamp(2.45rem, 5vw, 4.85rem);
  line-height: 0.92;
  letter-spacing: -3px;
  font-weight: 900;
  max-width: 760px;
}

.hero-text {
  margin-top: 24px;
  max-width: 660px;
  font-size: 1.25rem;
  line-height: 1.55;
  color: #333;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
  transition: 0.2s ease;
}

.btn-primary {
  background: #ff5a00;
  color: #fff;
  box-shadow: 0 16px 32px rgba(255, 90, 0, 0.28);
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: #e64f00;
}

.btn-secondary {
  background: #fff;
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.btn-secondary:hover {
  background: #111;
  color: #fff;
}

.hero-proof {
  margin-top: 24px;
  display: grid;
  gap: 7px;
  color: #333;
  font-size: 0.94rem;
}

.hero-proof strong {
  color: #111;
  font-size: 1.02rem;
}

.hero-card {
  display: grid;
  gap: 16px;
}

.hero-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
}

.hero-mini-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 16px;
}

.hero-mini-grid img,
.mini-proof {
  height: 190px;
  border-radius: 20px;
}

.hero-mini-grid img {
  object-fit: cover;
  width: 100%;
}

.mini-proof {
  background: #111;
  color: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mini-proof span {
  color: #ff6a00;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
}

.mini-proof strong {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-bottom: 10px;
}

.mini-proof p {
  color: rgba(255,255,255,0.72);
  line-height: 1.5;
}

.seo-intro,
.local-section,
.faq-section,
.links-section {
  padding: 95px 0;
  background: #fff;
}

.text-wrap {
  max-width: 900px;
}

.text-wrap h2,
.problem-section h2,
.comparison-section h2,
.sales-block h2,
.work-gallery h2,
.faq-section h2,
.quote-section h2,
.links-section h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.06;
  letter-spacing: -1.8px;
  font-weight: 900;
  margin-bottom: 22px;
}

.text-wrap p,
.problem-section p,
.wide-text,
.sales-block p,
.work-gallery p,
.quote-content p,
.links-section p {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.85;
  margin-bottom: 20px;
}

.problem-section {
  padding: 95px 0;
  background: #f7f7f4;
}

.problem-grid,
.sales-grid,
.quote-container {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 50px;
  align-items: center;
}

.cost-card,
.sales-card {
  background: #111;
  color: #fff;
  border-radius: 28px;
  padding: 38px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.cost-label {
  display: inline-block;
  background: rgba(255, 106, 0, 0.16);
  color: #ff6a00;
  border: 1px solid rgba(255, 106, 0, 0.35);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 18px;
}

.cost-card h3,
.sales-card h3 {
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1.05;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.cost-card p,
.sales-card p {
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  margin-bottom: 26px;
}

.card-link {
  display: inline-flex;
  color: #ff6a00;
  font-weight: 900;
  text-decoration: none;
}

.comparison-section {
  padding: 105px 0;
  background: #0f0f12;
  color: #fff;
}

.comparison-section .wide-text {
  max-width: 880px;
  color: rgba(255,255,255,0.72);
  margin-bottom: 46px;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.compare-card {
  position: relative;
  border-radius: 26px;
  padding: 38px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}

.compare-card.weak {
  opacity: 0.78;
}

.compare-card.strong {
  border: 2px solid #ff6a00;
  box-shadow: 0 0 45px rgba(255,106,0,0.18);
}

.best-badge {
  display: inline-block;
  background: #ff6a00;
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.compare-card h3 {
  font-size: 1.55rem;
  margin-bottom: 22px;
}

.compare-card ul {
  list-style: none;
}

.compare-card li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  color: rgba(255,255,255,0.82);
  line-height: 1.55;
}

.compare-card.weak li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: #aaa;
  font-weight: 900;
}

.compare-card.strong li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ff6a00;
  font-weight: 900;
}

.sales-block {
  padding: 100px 0;
  background: #f7f7f4;
}

.sales-card .btn-primary {
  width: 100%;
}

.work-gallery {
  background: #000;
  color: #fff;
  padding: 100px 0;
}

.gallery-inner {
  text-align: center;
}

.gallery-inner p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255,255,255,0.72);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 4 / 5;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.62), transparent 55%);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item span {
  position: absolute;
  z-index: 2;
  left: 14px;
  bottom: 14px;
  background: rgba(15,15,18,0.82);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  padding: 7px 11px;
  border-radius: 999px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 34px;
}

.faq-item {
  background: #f7f7f4;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 20px;
  padding: 26px;
}

.faq-item h3 {
  font-size: 1.05rem;
  line-height: 1.25;
  margin-bottom: 10px;
  font-weight: 900;
}

.faq-item p {
  color: #555;
  line-height: 1.65;
  font-size: 0.96rem;
}

.quote-section {
  background: #f7f7f4;
  color: #111;
  padding: 100px 0;
}

.quote-points {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.quote-points span {
  font-weight: 900;
  color: #222;
}

.quote-form {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 26px;
  padding: 34px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.12);
  background: #f9f9f7;
  border-radius: 14px;
  padding: 17px 18px;
  margin-bottom: 14px;
  font-size: 1rem;
  font-family: inherit;
  color: #111;
  outline: none;
}

.quote-form textarea {
  resize: vertical;
  min-height: 130px;
}

.quote-form input:focus,
.quote-form textarea:focus {
  border-color: #ff6a00;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255,106,0,0.12);
}

.quote-form button {
  width: 100%;
  height: 58px;
  background: #ff6a00;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(255,106,0,0.25);
  transition: all .2s ease;
}

.quote-form button:hover {
  transform: translateY(-2px);
  background: #ff7a1a;
}

.form-note {
  margin-top: 14px;
  text-align: center;
  color: #777;
  font-size: 0.9rem;
}

.links-box {
  text-align: center;
}

.city-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.city-links a {
  text-decoration: none;
  background: #111;
  color: #fff;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 900;
  transition: 0.2s ease;
}

.city-links a:hover {
  background: #ff6a00;
  transform: translateY(-2px);
}

.footer {
  background: #0f0f12;
  color: #fff;
  padding: 70px 20px 26px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-inner {
  max-width: 1150px;
  margin: 0 auto 42px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.9fr;
  gap: 50px;
  align-items: start;
}

.footer-brand img {
  width: 180px;
  margin-bottom: 18px;
}

.footer-brand p,
.footer-column p {
  color: rgba(255,255,255,0.72);
  font-size: 0.98rem;
  line-height: 1.7;
  max-width: 340px;
}

.footer-column h3 {
  color: #ff6a00;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 14px;
}

.footer-phone {
  display: inline-block;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  text-decoration: none;
  margin-bottom: 18px;
}

.footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 52px;
  padding: 0 22px;
  background: #ff6a00;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 900;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(255,106,0,0.22);
  transition: all .2s ease;
}

.footer-btn:hover {
  transform: translateY(-2px);
  background: #ff7a1a;
}

.footer-bottom {
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}

.footer-bottom p {
  color: rgba(255,255,255,0.45);
  font-size: 0.85rem;
}

@media (max-width: 940px) {
  .header-nav {
    display: none;
  }

  .hero-grid,
  .problem-grid,
  .sales-grid,
  .quote-container {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .comparison-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .footer-cta {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  .container {
    width: min(100% - 32px, 1140px);
  }

  .header-inner {
    min-height: 66px;
  }

  .logo img {
    width: 130px;
  }

  .header-phone {
    font-size: 0.78rem;
    padding: 10px 11px;
  }

  .hero {
    padding: 44px 0 64px;
  }

  .hero h1 {
    font-size: clamp(2.3rem, 13vw, 3.35rem);
    letter-spacing: -2px;
  }

  .hero-text {
    font-size: 1.05rem;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    min-height: 56px;
  }

  .hero-img {
    height: auto;
    aspect-ratio: 16 / 10;
    border-radius: 18px;
  }

  .hero-mini-grid {
    grid-template-columns: 1fr;
  }

  .hero-mini-grid img,
  .mini-proof {
    height: auto;
    min-height: 160px;
  }

  .seo-intro,
  .local-section,
  .problem-section,
  .comparison-section,
  .sales-block,
  .work-gallery,
  .faq-section,
  .quote-section,
  .links-section {
    padding: 70px 0;
  }

  .text-wrap h2,
  .problem-section h2,
  .comparison-section h2,
  .sales-block h2,
  .work-gallery h2,
  .faq-section h2,
  .quote-section h2,
  .links-section h2 {
    font-size: clamp(1.85rem, 10vw, 2.55rem);
    letter-spacing: -1.2px;
  }

  .cost-card,
  .sales-card,
  .quote-form {
    padding: 24px;
    border-radius: 22px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .gallery-item {
    aspect-ratio: 1 / 1.15;
    border-radius: 16px;
  }

  .gallery-item span {
    left: 9px;
    bottom: 9px;
    font-size: 0.62rem;
    padding: 5px 8px;
  }

  .faq-item {
    padding: 22px;
  }

  .footer {
    padding: 60px 16px 24px;
    text-align: center;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-cta {
    grid-column: auto;
  }

  .footer-brand img {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-brand p,
  .footer-column p {
    max-width: 100%;
    margin: 0 auto;
  }

  .footer-btn {
    width: 100%;
    min-width: 0;
  }
}
