/* Local preview only: compact rhythm, brand accents and supplied homepage photo. */
:root { --heading-accent: #258bc9; }
.section { padding-block: 56px; }
.section-heading { margin-bottom: 26px; gap: 22px; }
.section-heading p { margin-top: 12px; }
.page-hero { padding-block: 28px 32px; }
.page-hero-grid, .model-hero .page-hero-grid { min-height: 300px; gap: 36px; }
.catalog-hero-text-only .page-hero-grid { min-height: 0; }
.breadcrumbs, .service-page-hero .breadcrumbs { margin-bottom: 22px; }
.page-hero:not(.model-hero) .page-hero-grid { min-height: 0; }
.model-hero .inner-device-wrap { min-height: 300px; }
.hero h1 span, .page-hero h1 span, .service-hero-grid h1 span,
.section-heading h2 span, .seo-main h2 span { color: var(--heading-accent); }
.hero-actions, .service-hero-actions { margin-top: 24px; }
.hero-meta { margin-top: 20px; }
.models-section { padding-top: 36px; }
.trust-section.section { padding-block: 14px 30px; }
.trust-section + .section { padding-top: 36px; }
.process-section, .faq-section { padding-top: 40px; }
.real-work-section { padding-top: 48px; }
.other-problem-section { padding-block: 18px 38px; }
.service-page-hero { padding-block: 28px; }
.service-hero-grid { min-height: 300px; gap: 38px; }
.service-proof-section { padding-block: 52px; }
.location-hero, .blog-hero { padding-block: 36px 30px; }
.blog-article { padding-block: 36px 56px; }
.blog-article h2 { margin-top: 32px; }
.article-cta { margin-top: 32px; }
.reviews-section { padding-block: 56px; }

/* The calculator keeps all behaviour and prices; only its visual treatment changes. */
.estimate-section { background: #f3f9fd; }
.estimate-card { min-height: 0; box-shadow: 0 12px 36px #263f5010; }
.estimate-form { padding: 30px; gap: 16px; }
.estimate-result {
  color: var(--ink);
  background: linear-gradient(145deg, #e7f5ff, #f1faff);
  padding: 34px;
  border-left: 1px solid #d5e9f6;
}
.estimate-result h3 { color: #197bb7; }
.estimate-result p, .estimate-result li { color: #405869; }
.estimate-result > small { color: #5d7382; }
.estimate-result .result-kicker { color: #267cad; }
.estimate-result .result-time { border-color: #c9dfec; margin-top: 18px; }
.estimate-result .result-time span { color: #567587; }
.estimate-result .result-time strong { color: #233e50; }
.estimate-result .result-link { color: #176f9f; }
.estimate-result .button-light { background: #197fb9; color: #fff; }
.estimate-result li > span { color: #208353; }

/* User-supplied background. Text occupies the quiet left side; the technician stays right. */
.hero.hero-text-only.brand-home-hero {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(0, 560px);
  justify-content: start;
  text-align: left;
  min-height: 548px;
  margin-block: 20px 16px;
  padding: 38px 44px;
  border-radius: 28px;
  background: #0a263b;
  color: #fff;
}
.brand-home-hero .brand-hero-background {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.brand-home-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, #061c33a6 0%, #061c3370 36%, #061c3300 68%);
}
.brand-home-hero .hero-copy { max-width: 560px; margin: 0; }
.brand-home-hero .hero-badges, .brand-home-hero .hero-actions,
.brand-home-hero .hero-points { justify-content: flex-start; }
.brand-home-hero .hero-badges { gap: 8px; }
.brand-home-hero .pill { color: #e9f6ff; background: #112e46b3; border-color: #9dcfe33d; }
.brand-home-hero .hero-kicker { margin-top: 22px; color: #c2e5fa; }
.brand-home-hero h1 { margin: 16px 0 18px; font-size: clamp(46px, 5.2vw, 68px); line-height: 1.02; letter-spacing: -3.2px; }
.brand-home-hero h1 span { color: #87c8f7; }
.brand-home-hero .hero-promise { margin: 0; max-width: 485px; color: #d4e4ed; font-size: 16px; line-height: 1.6; }
.brand-home-hero .hero-promise strong { color: #fff; }
.brand-home-hero .hero-actions { gap: 10px; flex-wrap: wrap; }
.brand-home-hero .button-dark { background: #87c8f7; color: #102b40; box-shadow: none; }
.brand-home-hero .button-ghost { color: #fff; background: #163650c7; border: 1px solid #b6daee59; }
.brand-home-hero .hero-points { flex-wrap: wrap; gap: 9px 16px; color: #dbeaf3; font-size: 12px; margin-top: 20px; padding: 0; }
.brand-home-hero .check-icon { background: #d6f0e7; color: #196c4b; }

@media (max-width: 1020px) {
  .hero.hero-text-only.brand-home-hero { min-height: 520px; padding: 32px; grid-template-columns: minmax(0, 510px); }
  .brand-home-hero h1 { font-size: 58px; }
  .brand-home-hero .hero-promise { max-width: 440px; }
  .brand-home-hero::after { background: linear-gradient(90deg, #061c33de, #061c339e 46%, #061c3300 88%); }
}
@media (max-width: 760px) {
  .section { padding-block: 34px; }
  .section-heading { margin-bottom: 22px; }
  .page-hero, .service-page-hero { padding-block: 22px 26px; }
  .page-hero-grid, .model-hero .page-hero-grid, .service-hero-grid { min-height: 0; gap: 24px; }
  .breadcrumbs, .service-page-hero .breadcrumbs { margin-bottom: 18px; }
  .models-section { padding-top: 28px; }
  .trust-section.section { padding-block: 12px 22px; }
  .trust-section + .section { padding-top: 28px; }
  .process-section, .faq-section, .real-work-section { padding-top: 30px; }
  .service-proof-section { padding-block: 34px; }
  .other-problem-section { padding-block: 14px 28px; }
  .location-hero, .blog-hero { padding-block: 28px 24px; }
  .blog-article { padding-block: 28px 40px; }
  .estimate-form { padding: 22px; }
  .estimate-result { min-height: 0; padding: 26px; border-left: 0; border-top: 1px solid #d5e9f6; }
  .reviews-section { padding-block: 34px; }
  .hero.hero-text-only.brand-home-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 28px 24px;
    margin-block: 14px 12px;
    border-radius: 22px;
  }
  .brand-home-hero .brand-hero-background { object-position: 68% center; }
  .brand-home-hero::after { background: linear-gradient(90deg, #061c33eb, #061c33c9 52%, #061c33a6); }
  .brand-home-hero .hero-copy { max-width: 460px; }
  .brand-home-hero h1 { margin: 16px 0; font-size: clamp(42px, 9vw, 58px); letter-spacing: -2px; }
  .brand-home-hero .hero-kicker { margin-top: 18px; font-size: 12px; }
  .brand-home-hero .hero-promise { font-size: 15px; }
  .brand-home-hero .hero-actions { margin-top: 20px; }
  .brand-home-hero .hero-points { gap: 9px; margin-top: 16px; }
}
@media (max-width: 430px) {
  .hero.hero-text-only.brand-home-hero { padding-inline: 20px; }
  .brand-home-hero .hero-badges .pill { font-size: 11px; padding: 7px 10px; }
  .brand-home-hero .hero-actions { flex-direction: column; align-items: stretch; }
  .brand-home-hero .hero-points { flex-direction: column; align-items: flex-start; }
}
