:root {
  --ink: #121722;
  --muted: #667085;
  --red: #ff2d3f;
  --red-dark: #e7192d;
  --red-soft: #fff0f2;
  --surface: #ffffff;
  --canvas: #f7f8fa;
  --soft: #eef2f6;
  --line: #e7e9ee;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: Arial, "Segoe UI", sans-serif; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }

.site-header {
  position: sticky; top: 0; z-index: 20; height: 82px; display: flex; align-items: center;
  max-width: 1240px; margin: 0 auto; padding: 0 28px; background: #f7f8faf0;
  backdrop-filter: blur(18px); border-bottom: 1px solid #e7e9eeaa;
}
.brand { display: flex; align-items: center; gap: 11px; min-width: 240px; color: inherit; text-decoration: none; }
.brand-logo { width: 52px; height: 52px; object-fit: contain; flex: 0 0 auto; }
.brand-copy { font-size: 18px; line-height: 1; font-weight: 720; letter-spacing: -.35px; }
.brand-copy small { display: block; margin-top: 5px; color: #8b93a1; font-size: 10px; font-weight: 570; letter-spacing: .35px; }
.site-header nav { display: flex; gap: 30px; margin-left: auto; margin-right: 28px; }
.site-header nav a { color: #4c5564; font-size: 13px; font-weight: 570; text-decoration: none; }
.site-header nav a:hover { color: var(--red); }
.header-cta { padding: 11px 17px; border-radius: 12px; background: var(--surface); border: 1px solid var(--line); color: var(--ink); font-size: 13px; font-weight: 680; text-decoration: none; box-shadow: 0 3px 12px #1720330a; }
.header-cta:hover { border-color: #cfd3db; box-shadow: 0 6px 18px #17203310; }

.hero { max-width: 1240px; min-height: 650px; margin: 0 auto; padding: 72px 28px 62px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: #5d6675; font-size: 12px; font-weight: 620; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px var(--red-soft); }
h1 { max-width: 590px; margin: 25px 0 24px; font-size: clamp(50px, 5.5vw, 76px); line-height: 1.02; letter-spacing: -4.6px; font-weight: 720; }
h1 em { display: block; margin-top: 6px; color: var(--red); font-style: normal; font-weight: 720; }
.hero-lead { max-width: 565px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 32px; }
.primary-button, .submit-button { display: flex; align-items: center; justify-content: space-between; min-width: 218px; padding: 15px 18px; border: 0; border-radius: 13px; background: var(--red); color: white; font-size: 14px; font-weight: 670; box-shadow: 0 10px 24px #ff2d3f29; transition: transform .2s, background .2s, box-shadow .2s; }
.primary-button:hover, .submit-button:hover { transform: translateY(-2px); background: var(--red-dark); box-shadow: 0 14px 30px #ff2d3f38; }
.primary-button span, .submit-button span { font-size: 20px; }
.mini-proof { display: grid; grid-template-columns: auto auto; align-items: center; column-gap: 8px; }
.mini-proof b { font-size: 21px; }.mini-proof .stars { color: #ffb423; font-size: 11px; letter-spacing: 1px; }.mini-proof small { grid-column: 1 / 3; margin-top: 3px; color: #8a93a1; font-size: 11px; }
.hero-notes { display: flex; gap: 18px; margin-top: 28px; color: #667085; font-size: 12px; font-weight: 560; }

.hero-visual { position: relative; min-height: 500px; }
.hero-photo { width: 100%; height: 500px; object-fit: cover; border-radius: 30px; box-shadow: 0 24px 70px #1b2a4024; }
.hero-visual:before { content: ""; position: absolute; inset: -18px 24px 18px -18px; z-index: -1; border-radius: 34px; background: #e9edf2; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid #ffffff88; border-radius: 15px; background: #fffffff2; box-shadow: 0 14px 38px #1c263423; backdrop-filter: blur(12px); }
.floating-card > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; background: var(--red-soft); color: var(--red); font-size: 12px; font-weight: 800; }
.floating-card b, .floating-card small { display: block; }.floating-card b { font-size: 12px; }.floating-card small { margin-top: 3px; color: #7b8492; font-size: 9px; }
.card-time { top: 26px; right: -20px; }.card-warranty { left: -26px; bottom: 32px; }
.photo-sign { position: absolute; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 9px; padding: 8px 12px 8px 8px; border-radius: 13px; background: #121722e8; color: white; font-size: 10px; font-weight: 620; }
.photo-sign img { width: 34px; height: 34px; border-radius: 50%; }

.trust-strip { max-width: 1184px; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.trust-strip div { display: block; min-height: 106px; padding: 23px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: 0 6px 24px #17203308; }
.trust-strip strong { display: block; margin-bottom: 8px; font-size: 25px; font-weight: 690; letter-spacing: -.8px; }
.trust-strip span { display: block; color: #7d8694; font-size: 11px; }
.brand-ticker { max-width: 1184px; margin: 18px auto 0; padding: 22px 25px; display: flex; justify-content: space-between; gap: 25px; overflow: hidden; color: #9aa1ad; font-size: 11px; font-weight: 620; }

.section { max-width: 1240px; margin: 0 auto; padding: 112px 28px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 46px; }
.section-kicker { color: var(--red); font-size: 12px; font-weight: 670; }
.section-heading h2, .request-copy h2, .quality-copy h2 { margin: 13px 0 0; font-size: clamp(38px, 4.3vw, 58px); line-height: 1.05; letter-spacing: -3px; font-weight: 670; }
.section-heading > p { max-width: 420px; margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.65; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { min-height: 270px; padding: 25px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 23px; background: var(--surface); box-shadow: 0 5px 22px #17203306; transition: transform .2s, box-shadow .2s, border .2s; }
.service-card:hover { transform: translateY(-4px); border-color: #d9dde4; box-shadow: 0 16px 36px #17203310; }
.service-icon { display: grid; place-items: center; width: 46px; height: 46px; border: 0; border-radius: 14px; background: var(--red-soft); color: var(--red); font-size: 20px; font-weight: 650; }
.service-icon:after { display: none; }
.service-card h3 { margin: 23px 0 9px; font-size: 18px; font-weight: 650; letter-spacing: -.35px; }
.service-card p { margin: 0; color: #707987; font-size: 13px; line-height: 1.55; }
.service-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 22px; }
.service-footer strong { color: #323946; font-size: 12px; font-weight: 620; }.service-footer button { border: 0; background: transparent; color: var(--red); font-size: 11px; font-weight: 650; }.service-footer button span { margin-left: 4px; }

.process { max-width: none; padding-left: max(28px, calc((100% - 1184px) / 2)); padding-right: max(28px, calc((100% - 1184px) / 2)); background: var(--soft); color: var(--ink); }
.section-heading.light > p { color: var(--muted); }.section-heading.light .section-kicker { color: var(--red); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.steps article { position: relative; min-height: 240px; padding: 28px; border: 1px solid #dfe4ea; border-radius: 23px; background: #ffffffb5; }
.step-number { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--red); color: white; font-size: 10px; font-weight: 700; }
.step-line { display: none; }.steps h3 { margin: 48px 0 11px; font-size: 19px; font-weight: 650; }.steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.quality { padding-top: 94px; padding-bottom: 94px; }
.quality-panel { padding: 22px; display: grid; grid-template-columns: 1fr 1.08fr .85fr; gap: 44px; align-items: center; border: 1px solid var(--line); border-radius: 30px; background: var(--surface); box-shadow: 0 12px 44px #17203309; overflow: hidden; }
.quality-panel:after { display: none; }.quality-panel > * { position: relative; z-index: 1; }
.quality-photo { position: relative; height: 330px; overflow: hidden; border-radius: 21px; }.quality-photo img { width: 100%; height: 100%; object-fit: cover; }.quality-photo span { position: absolute; left: 14px; bottom: 14px; padding: 7px 10px; border-radius: 9px; background: #111722d9; color: white; font-size: 9px; }
.quality-copy h2 { font-size: clamp(34px, 3.5vw, 48px); letter-spacing: -2.5px; }.quality-copy p { max-width: 500px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.quality-panel ul { margin: 0; padding: 0; list-style: none; }.quality-panel li { padding: 15px 0; border-bottom: 1px solid var(--line); color: #404856; font-size: 12px; font-weight: 580; }.quality-panel li:last-child { border: 0; }.quality-panel li span { margin-right: 11px; color: var(--red); font-size: 9px; }

.rating-big { display: grid; grid-template-columns: auto auto; align-items: center; column-gap: 9px; }.rating-big strong { font-size: 35px; letter-spacing: -1.7px; }.rating-big span { color: #ffb423; font-size: 11px; letter-spacing: 1px; }.rating-big small { grid-column: 1 / 3; color: #8a93a1; font-size: 10px; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.proof-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }.proof-grid article > span { color: var(--red); font-size: 10px; font-weight: 680; }.proof-grid h3 { margin: 28px 0 9px; font-size: 18px; font-weight: 650; }.proof-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }.reviews-link { display: inline-block; margin-top: 25px; color: #343c49; font-size: 12px; font-weight: 640; text-underline-offset: 5px; }

.request-section { max-width: 1184px; margin: 0 auto 86px; padding: 58px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; border-radius: 30px; background: #202734; color: white; box-shadow: 0 22px 70px #18202f1c; }
.request-copy .section-kicker { color: #ff7784; }.request-copy h2 { font-size: clamp(40px, 4.5vw, 58px); }.request-copy > p { max-width: 440px; color: #b7bec9; font-size: 14px; line-height: 1.65; }
.callback-time { display: flex; align-items: center; gap: 11px; margin-top: 32px; }.callback-time span { font-size: 37px; font-weight: 650; letter-spacing: -2px; }.callback-time small { color: #abb3bf; font-size: 9px; line-height: 1.4; }
.lead-form { padding: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; border-radius: 23px; background: var(--surface); color: var(--ink); box-shadow: none; }
.lead-form label { color: #596272; font-size: 10px; font-weight: 620; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; display: block; margin-top: 6px; padding: 10px 0; border: 0; border-bottom: 1px solid #dfe3e8; border-radius: 0; background: transparent; outline: none; color: var(--ink); font-size: 13px; }.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--red); }.lead-form textarea { height: 40px; resize: none; }
.lead-form .consent { grid-column: 1 / 3; display: flex; gap: 8px; align-items: flex-start; color: #848c98; font-size: 10px; font-weight: 480; }.consent input { width: 14px; height: 14px; margin: 0; accent-color: var(--red); }.submit-button { grid-column: 1 / 3; width: 100%; box-shadow: none; }.submit-button:disabled { opacity: .62; }.form-message { grid-column: 1 / 3; min-height: 0; font-size: 11px; }.form-message.success { color: #168150; }.form-message.error { color: #c73535; }.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }

.contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding-top: 72px; }
.contact-card { padding: 50px; border: 1px solid var(--line); border-radius: 27px; background: var(--surface); color: var(--ink); }.contact-card h2 { margin: 16px 0 34px; font-size: 44px; line-height: 1.05; letter-spacing: -2.5px; font-weight: 650; }.contact-details { display: grid; gap: 8px; }.contact-details a { color: var(--ink); font-size: 16px; font-weight: 620; text-decoration: none; }.contact-details p { color: var(--muted); font-size: 12px; }.map-link { display: flex; justify-content: space-between; margin-top: 36px; padding: 15px 0; border-top: 1px solid var(--line); color: var(--ink); font-size: 12px; font-weight: 620; text-decoration: none; }.map-link span { color: var(--red); font-size: 17px; }
.map-art { position: relative; min-height: 410px; overflow: hidden; border-radius: 27px; background: #e9edf1; }.map-art:before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(#d9dee4 1px, transparent 1px), linear-gradient(90deg, #d9dee4 1px, transparent 1px); background-size: 34px 34px; }.road { position: absolute; background: white; border: 1px solid #d6dce2; }.road-a { width: 130%; height: 55px; left: -15%; top: 42%; transform: rotate(-12deg); }.road-b { width: 42px; height: 130%; left: 28%; top: -15%; transform: rotate(16deg); }.road-c { width: 110%; height: 30px; left: -5%; bottom: 15%; transform: rotate(8deg); }
.map-pin { position: absolute; left: 55%; top: 42%; display: grid; place-items: center; transform: translate(-50%, -50%); }.map-pin:before { content: ""; position: absolute; width: 70px; height: 70px; border-radius: 50% 50% 50% 12px; background: var(--red); transform: rotate(-45deg); box-shadow: 0 12px 28px #ff2d3f2e; }.map-pin span, .map-pin small { position: relative; z-index: 1; }.map-pin span { color: white; font-size: 16px; font-weight: 730; }.map-pin small { position: absolute; top: 64px; padding: 8px 11px; border-radius: 9px; background: white; box-shadow: 0 8px 18px #17203316; white-space: nowrap; font-size: 9px; font-weight: 620; }

.footer { max-width: 1184px; margin: 0 auto; padding: 45px 0 25px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 28px; align-items: center; border-top: 1px solid var(--line); }.footer p { color: #7b8491; font-size: 11px; line-height: 1.5; }.footer-phone { color: var(--ink); font-size: 16px; font-weight: 650; text-decoration: none; }.footer-bottom { grid-column: 1 / 4; display: flex; justify-content: space-between; margin-top: 10px; padding-top: 18px; border-top: 1px solid var(--line); color: #a0a6af; font-size: 9px; }

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

@media (max-width: 980px) {
  .site-header nav { display: none; }.header-cta { margin-left: auto; }
  .hero { grid-template-columns: 1fr; gap: 48px; }.hero-copy { max-width: 720px; }.hero-visual { min-height: 480px; }.hero-photo { height: 480px; }
  .trust-strip { margin: 0 28px; grid-template-columns: 1fr 1fr; }.brand-ticker { margin-left: 28px; margin-right: 28px; }
  .services-grid, .proof-grid { grid-template-columns: 1fr 1fr; }.steps { grid-template-columns: 1fr 1fr; }.steps article:last-child, .proof-grid article:last-child { grid-column: 1 / 3; }
  .quality-panel { grid-template-columns: 1fr 1fr; }.quality-panel ul { grid-column: 1 / 3; padding: 0 16px 12px; }
  .request-section { margin: 0 28px 70px; padding: 44px; grid-template-columns: 1fr; gap: 38px; }
  .contacts { grid-template-columns: 1fr; }.map-art { min-height: 340px; }.footer { margin: 0 28px; }
}

@media (max-width: 640px) {
  body.modal-open { overflow: hidden; }
  .site-header { height: 72px; padding: 0 18px; }.brand { min-width: 0; }.brand-logo { width: 44px; height: 44px; }.brand-copy { font-size: 16px; }.brand-copy small { display: none; }.header-cta { padding: 10px; font-size: 10px; }
  .hero { min-height: auto; padding: 47px 20px 52px; }.hero h1 { font-size: 49px; letter-spacing: -3.3px; }.hero-lead { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; }.hero-notes { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-visual { min-height: 370px; }.hero-photo { height: 370px; border-radius: 22px; }.hero-visual:before { display: none; }.card-time { right: -5px; top: 18px; }.card-warranty { left: -5px; bottom: 22px; }.photo-sign { display: none; }
  .trust-strip { margin: 0 20px; grid-template-columns: 1fr 1fr; }.trust-strip div { min-height: 95px; padding: 18px; }.trust-strip strong { font-size: 22px; }.brand-ticker { margin: 10px 20px 0; padding: 20px 0; justify-content: flex-start; }
  .section { padding: 78px 20px; }.section-heading { display: block; }.section-heading > p { margin-top: 18px; }.section-heading h2, .request-copy h2 { font-size: 39px; letter-spacing: -2.3px; }
  .services-grid, .proof-grid, .steps { grid-template-columns: 1fr; }.steps article:last-child, .proof-grid article:last-child { grid-column: auto; }
  .quality-panel { padding: 14px; grid-template-columns: 1fr; gap: 28px; }.quality-photo { height: 250px; }.quality-copy, .quality-panel ul { grid-column: 1; padding: 0 10px; }.quality-copy h2 { font-size: 37px; }
  .rating-big { margin-top: 22px; }.request-section { margin: 0; padding: 48px 20px; border-radius: 0; }.lead-form { padding: 24px 19px; grid-template-columns: 1fr; }.lead-form label, .lead-form .consent, .submit-button, .form-message { grid-column: 1; }
  .contact-card { padding: 38px 22px; }.contact-card h2 { font-size: 36px; }.footer { margin: 0 20px; grid-template-columns: 1fr; }.footer p, .footer-phone, .footer-bottom { grid-column: 1; }.footer-bottom { display: block; }.footer-bottom span { display: block; margin-top: 7px; }
  .success-modal { position: fixed; inset: 0; z-index: 1000; display: grid; align-items: end; padding: 16px; }
  .success-modal__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: #151921a8; backdrop-filter: blur(4px); }
  .success-modal__card { position: relative; z-index: 1; padding: 28px 22px 22px; border-radius: 24px; background: white; box-shadow: 0 24px 70px #15192145; text-align: center; animation: success-modal-in .25s ease-out; }
  .success-modal__close { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #f3f4f6; color: #596272; font-size: 24px; line-height: 1; }
  .success-modal__icon { width: 54px; height: 54px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: #eaf8f0; color: #168150; font-size: 28px; font-weight: 750; }
  .success-modal__card h2 { margin: 0; color: var(--ink); font-size: 28px; line-height: 1.05; letter-spacing: -1.2px; }
  .success-modal__card p { margin: 13px auto 22px; max-width: 290px; color: #596272; font-size: 15px; line-height: 1.5; }
  .success-modal__button { width: 100%; min-height: 52px; border: 0; border-radius: 13px; background: var(--red); color: white; font-size: 14px; font-weight: 680; }
}

@keyframes success-modal-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.service-card, .primary-button, .submit-button { transition: none; }.success-modal__card { animation: none; } }
