/*
Theme Name: Tesisatuzmanı
Theme URI: https://tesisatuzmani.com
Author: Tesisatuzmanı
Description: Bahçelievler merkezli sıhhi tesisat hizmetleri için hızlı, sade ve SEO uyumlu özel tema.
Version: 1.1.2
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: tesisatuzmani
*/

:root {
  --navy: #07182c;
  --navy-2: #0d2948;
  --blue: #0a7ed6;
  --sky: #28b3ed;
  --orange: #f26a21;
  --orange-dark: #d94f0e;
  --green: #159b68;
  --ink: #122033;
  --muted: #5c6877;
  --line: #dce3e9;
  --soft: #f3f6f8;
  --white: #fff;
  --wrap: 1180px;
  --shadow: 0 18px 55px rgba(7, 24, 44, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.narrow { max-width: 820px; }
.center { text-align: center; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; transform: translateY(-150%); background: #fff; color: #000; padding: 10px 15px; }
.skip-link:focus { transform: none; }

.topbar { background: var(--navy); color: #dceaf6; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topbar__areas { color: #98b2c9; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(7,24,44,.08); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(7,24,44,.1); }
.header__inner { min-height: 82px; display: grid; grid-template-columns: 250px 1fr auto; gap: 26px; align-items: center; }
.brand { display: block; width: 230px; }
.brand img, .custom-logo { width: 230px; max-height: 68px; object-fit: contain; object-position: left center; }
.custom-logo-link { display: block; }
.nav-list { display: flex; justify-content: center; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.nav-list a { position: relative; color: #263649; font-size: 14px; font-weight: 800; }
.nav-list a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .2s ease; }
.nav-list a:hover::after, .nav-list a:focus-visible::after { right: 0; }
.header-phone { border-left: 1px solid var(--line); padding-left: 22px; line-height: 1.2; }
.header-phone small { display: block; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.header-phone strong { display: block; margin-top: 4px; color: var(--navy); font-size: 19px; }
.menu-toggle { display: none; width: 43px; height: 43px; padding: 10px; border: 0; background: var(--navy); }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: #fff; }

.hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; background: var(--navy); color: #fff; }
.hero__image, .service-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,14,27,.98) 0%, rgba(3,14,27,.9) 34%, rgba(3,14,27,.25) 72%, rgba(3,14,27,.08) 100%); }
.hero::after { content: ""; position: absolute; left: 0; bottom: 0; width: 42%; height: 6px; background: var(--orange); }
.hero__content { position: relative; z-index: 2; padding-block: 80px; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow--light { color: #83cff7; }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(44px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 em { color: #81d4f7; font-style: normal; }
.hero__lead { max-width: 650px; margin: 24px 0 0; color: #d3dfeb; font-size: 18px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 2px solid transparent; padding: 0 22px; font-weight: 900; line-height: 1.1; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--large { min-height: 58px; padding-inline: 26px; }
.button--orange { color: #fff; background: var(--orange); }
.button--orange:hover { background: var(--orange-dark); }
.button--whatsapp { color: #fff; background: var(--green); }
.button--whatsapp:hover { background: #0e8055; }

.season-services { padding: 100px 0; background: linear-gradient(135deg, #edf4f8 0%, #fff 58%); }
.season-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.season-card { overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.season-card__image { position: relative; display: block; overflow: hidden; }
.season-card__image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,24,44,.3), transparent 55%); }
.season-card__image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .35s ease; }
.season-card:hover .season-card__image img { transform: scale(1.025); }
.season-card__content { position: relative; padding: 34px; }
.season-badge { position: absolute; top: -23px; left: 30px; padding: 10px 15px; color: #fff; background: var(--orange); box-shadow: 0 8px 18px rgba(217,79,14,.28); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.season-card h3 { margin: 0; color: var(--navy); font-size: clamp(27px, 3vw, 38px); line-height: 1.08; letter-spacing: -.035em; }
.season-card p:not(.eyebrow) { color: var(--muted); }
.season-card ul { display: grid; gap: 9px; margin: 22px 0 26px; padding: 0; list-style: none; color: #334355; font-size: 14px; font-weight: 700; }
.season-card li::before { content: '✓'; margin-right: 9px; color: var(--green); font-weight: 900; }
.season-card .button { width: 100%; text-align: center; }

.emergency-wa { position: fixed !important; z-index: 2147483000; right: 22px !important; bottom: 22px !important; left: auto !important; top: auto !important; display: flex !important; gap: 12px; align-items: center; min-width: 278px; padding: 13px 18px; color: #fff; background: linear-gradient(135deg, #9b322d, #682522); border: 2px solid #f4d8d3; border-radius: 8px; box-shadow: 0 14px 38px rgba(82,24,21,.45); }
.emergency-wa:hover { color: #fff; background: linear-gradient(135deg, #872a26, #571d1b); transform: translateY(-2px); }
.emergency-wa__icon { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 44px; border-radius: 50%; color: #fff; background: #25d366; box-shadow: inset 0 0 0 2px rgba(255,255,255,.25); }
.emergency-wa__icon svg { width: 29px; height: 29px; overflow: visible; fill: #fff; }
.emergency-wa__icon svg path:first-child { fill: none; stroke: #fff; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.emergency-wa small, .emergency-wa strong { display: block; }
.emergency-wa small { margin-bottom: 2px; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.emergency-wa strong { font-size: 15px; }
.button--white { color: var(--navy); background: #fff; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px 25px; margin-top: 32px; color: #adc0d2; font-size: 13px; font-weight: 700; }

.quick-help { padding: 86px 0; background: var(--soft); }
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(32px, 4vw, 49px); line-height: 1.08; letter-spacing: -.04em; }
.section-heading > p:last-child { margin: 16px 0 0; color: var(--muted); }
.section-heading--split > p { margin: 0 0 4px; color: var(--muted); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #cad5df; border: 1px solid #cad5df; box-shadow: var(--shadow); }
.problem { min-height: 125px; display: grid; grid-template-columns: 50px 1fr auto; gap: 15px; align-items: center; padding: 22px; background: #fff; }
.problem:hover { position: relative; z-index: 1; outline: 3px solid var(--blue); }
.problem__icon { width: 45px; height: 45px; display: grid; place-items: center; color: var(--blue); background: #e8f5fc; font-size: 23px; font-weight: 900; }
.problem strong, .problem small { display: block; }
.problem strong { color: var(--navy); font-size: 16px; line-height: 1.25; }
.problem small { margin-top: 5px; color: var(--muted); font-size: 12px; }
.problem b { color: var(--orange); font-size: 22px; }
.problem--call { color: #fff; background: var(--navy); }
.problem--call strong { color: #fff; }
.problem--call small { color: #b4c6d6; }
.problem--call .problem__icon { color: #fff; background: var(--orange); }

.services { padding: 100px 0 110px; }
.service-feature { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 520px; margin-bottom: 28px; background: var(--navy); box-shadow: var(--shadow); }
.service-feature__image { min-height: 450px; overflow: hidden; }
.service-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.service-feature__content { position: relative; padding: 55px; color: #d8e4ed; }
.service-feature__content > span { position: absolute; top: 22px; right: 28px; color: rgba(255,255,255,.1); font-size: 80px; font-weight: 900; line-height: 1; }
.service-feature__content h3 { margin: 0; color: #fff; font-size: clamp(30px, 4vw, 47px); line-height: 1.08; letter-spacing: -.04em; }
.service-feature__content > p:not(.eyebrow) { color: #b7c8d6; }
.tick-list { display: grid; gap: 9px; margin: 24px 0; padding: 0; list-style: none; }
.tick-list li::before { content: "✓"; margin-right: 10px; color: var(--sky); font-weight: 900; }
.text-link { color: #fff; font-weight: 900; border-bottom: 2px solid var(--orange); }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-card { overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 35px rgba(7,24,44,.08); }
.service-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .35s ease; }
.service-card:hover img { transform: scale(1.035); }
.service-card__body { padding: 27px; }
.service-card h3 { margin: 0; color: var(--navy); font-size: 24px; line-height: 1.15; letter-spacing: -.025em; }
.service-card p:not(.eyebrow) { color: var(--muted); font-size: 14px; }
.service-card span { color: var(--blue); font-size: 14px; font-weight: 900; }

.how { padding: 100px 0; color: #fff; background: var(--navy); }
.how__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.how__intro h2 { margin: 0; font-size: clamp(35px, 4.5vw, 58px); line-height: 1.04; letter-spacing: -.05em; }
.how__intro > p:not(.eyebrow) { color: #b4c7d8; }
.steps { display: grid; gap: 1px; margin: 0; padding: 0; list-style: none; background: rgba(255,255,255,.16); }
.steps li { min-height: 125px; display: grid; grid-template-columns: 70px 1fr; gap: 20px; align-items: center; padding: 25px; background: var(--navy-2); }
.steps b { color: var(--orange); font-size: 42px; line-height: 1; }
.steps strong, .steps span { display: block; }
.steps strong { font-size: 19px; }
.steps span { color: #acc0d1; font-size: 14px; }

.proof { padding: 105px 0; }
.proof__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.proof__images { position: relative; }
.proof__images > img { width: 100%; min-height: 460px; object-fit: cover; box-shadow: var(--shadow); }
.proof__caption { position: absolute; right: -20px; bottom: -25px; width: 280px; padding: 23px; color: #fff; background: var(--orange); }
.proof__caption strong, .proof__caption span { display: block; }
.proof__caption span { margin-top: 5px; font-size: 13px; }
.proof__content h2 { margin: 0 0 30px; color: var(--navy); font-size: clamp(36px, 4vw, 53px); line-height: 1.05; letter-spacing: -.045em; }
.proof-points { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.proof-points > div { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 21px; background: #fff; }
.proof-points b { color: var(--blue); }
.proof-points strong, .proof-points span { display: block; }
.proof-points span { color: var(--muted); font-size: 13px; }
.proof-points strong { margin-bottom: 3px; color: var(--navy); font-size: 15px; }

.areas { padding: 82px 0; color: #fff; background: var(--blue); }
.areas__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.areas h2 { margin: 0; font-size: clamp(36px, 4vw, 55px); line-height: 1.03; letter-spacing: -.045em; }
.areas p:not(.eyebrow) { color: #d5edfb; }
.area-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.area-list span { min-height: 65px; display: flex; align-items: center; padding: 0 22px; border: 1px solid rgba(255,255,255,.35); font-weight: 900; }
.area-list__main { grid-column: 1 / -1; color: var(--navy); background: #fff; border-color: #fff !important; font-size: 22px; }

.faq { padding: 100px 0; background: var(--soft); }
.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; }
.faq-list { border-top: 1px solid #cbd5dd; }
.faq-item { border-bottom: 1px solid #cbd5dd; }
.faq-item button { width: 100%; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0; border: 0; color: var(--navy); background: transparent; text-align: left; font-size: 17px; font-weight: 900; cursor: pointer; }
.faq-item button b { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; color: #fff; background: var(--blue); font-size: 22px; transition: transform .2s ease; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding: 0 45px 23px 0; }
.faq-item.is-open button b { transform: rotate(45deg); }

.final-cta { padding: 80px 0; color: #fff; background: var(--orange); }
.final-cta__inner { display: flex; justify-content: space-between; gap: 60px; align-items: center; }
.final-cta h2 { margin: 0; font-size: clamp(35px, 4vw, 55px); line-height: 1.03; letter-spacing: -.045em; }
.final-cta .eyebrow--light { color: #ffe0cf; }
.final-cta__actions { display: flex; flex-direction: column; gap: 10px; min-width: 300px; }

.site-footer { color: #b7c6d5; background: #04111f; }
.footer__grid { display: grid; grid-template-columns: 1.3fr .8fr .9fr; gap: 80px; padding-block: 65px; }
.footer-logo { width: 250px; padding: 8px; background: #fff; }
.site-footer h2 { margin: 0 0 18px; color: #fff; font-size: 16px; text-transform: uppercase; letter-spacing: .08em; }
.site-footer p { max-width: 420px; font-size: 14px; }
.site-footer ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; font-size: 14px; }
.site-footer a:hover { color: #fff; }
.footer-phone { display: inline-block; margin-top: 12px; color: #fff; font-size: 23px; font-weight: 900; }
.footer-bottom { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); color: #7f96aa; font-size: 12px; }
.mobile-actions { display: none; }

/* Service pages */
.service-hero { position: relative; min-height: 560px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--navy); }
.service-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,14,27,.97), rgba(3,14,27,.78) 55%, rgba(3,14,27,.18)); }
.service-hero__content { position: relative; z-index: 1; padding-block: 70px; }
.service-hero__content h1 { max-width: 820px; margin: 0; font-size: clamp(40px, 5.5vw, 69px); line-height: 1; letter-spacing: -.05em; }
.service-hero__content > p:not(.eyebrow) { max-width: 650px; color: #d2dfeb; font-size: 18px; }
.breadcrumb { display: flex; gap: 8px; margin-bottom: 38px; color: #b8cada; font-size: 12px; }
.breadcrumb a { color: #fff; }
.service-detail { padding: 90px 0; }
.service-detail__grid { display: grid; grid-template-columns: 1fr 370px; gap: 80px; align-items: start; }
.service-detail h2 { margin: 0; color: var(--navy); font-size: clamp(31px, 4vw, 46px); line-height: 1.1; letter-spacing: -.035em; }
.issue-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 30px 0; padding: 0; list-style: none; }
.issue-list li { min-height: 74px; display: flex; gap: 13px; align-items: center; padding: 15px; border: 1px solid var(--line); font-weight: 800; }
.issue-list span { width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; color: #fff; background: var(--orange); }
.notice { padding: 24px; border-left: 4px solid var(--orange); background: #fff5ef; }
.notice strong { color: var(--orange-dark); }
.notice p { margin: 5px 0 0; color: #574d48; font-size: 14px; }
.contact-card { position: sticky; top: 110px; padding: 34px; color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.contact-card > span { color: var(--sky); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-card h2 { margin: 10px 0 15px; color: #fff; font-size: 31px; }
.contact-card p { color: #b7c8d8; font-size: 14px; }
.contact-card .button { width: 100%; margin-top: 10px; }
.contact-card__phone { display: block; margin-top: 20px; color: #fff; text-align: center; font-size: 23px; font-weight: 900; }
.work-list-section { padding: 90px 0; background: var(--soft); }
.work-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.work-list > div { min-height: 160px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; background: #fff; }
.work-list b { color: var(--blue); font-size: 30px; }
.work-list span { color: var(--navy); font-weight: 900; }
.service-gallery { padding: 95px 0; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.gallery-grid figure { margin: 0; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 35px rgba(7,24,44,.08); }
.gallery-grid img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.gallery-grid figcaption { display: block; padding: 24px; }
.gallery-grid strong, .gallery-grid span { display: block; }
.gallery-grid strong { color: var(--navy); font-size: 20px; }
.gallery-grid span { margin-top: 5px; color: var(--muted); font-size: 14px; }
.faq--service { background: #fff; }
.default-page { min-height: 60vh; padding: 90px 0; }
.default-page h1 { color: var(--navy); font-size: clamp(38px, 5vw, 60px); line-height: 1.05; letter-spacing: -.045em; }
.entry-content { color: #334355; }
.entry-content h2 { margin-top: 45px; color: var(--navy); }
.post-card { padding: 30px 0; border-bottom: 1px solid var(--line); }
.post-image { margin: 30px 0; }

@media (max-width: 980px) {
  .header__inner { grid-template-columns: 210px 1fr auto; }
  .brand, .brand img, .custom-logo { width: 200px; }
  .menu-toggle { display: block; justify-self: end; }
  .primary-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 20px; border-top: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
  .primary-nav.is-open { display: block; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-list a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); }
  .header-phone { grid-column: 3; grid-row: 1; }
  .menu-toggle { grid-column: 2; grid-row: 1; }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .service-feature, .how__grid, .proof__grid, .areas__inner, .faq__grid { gap: 45px; }
  .service-cards { gap: 16px; }
  .service-card__body { padding: 20px; }
  .service-card h3 { font-size: 20px; }
  .service-detail__grid { grid-template-columns: 1fr 320px; gap: 35px; }
  .season-card__content { padding: 30px 24px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 62px; }
  .wrap { width: min(calc(100% - 28px), var(--wrap)); }
  .topbar__inner { min-height: 30px; justify-content: center; text-align: center; }
  .topbar__areas, .header-phone { display: none; }
  .header__inner { min-height: 70px; grid-template-columns: 1fr auto; }
  .brand, .brand img, .custom-logo { width: 185px; max-height: 58px; }
  .menu-toggle { grid-column: 2; }
  .hero { min-height: 670px; align-items: end; }
  .hero__image { object-position: 68% center; }
  .hero__shade { background: linear-gradient(0deg, rgba(3,14,27,.99) 0%, rgba(3,14,27,.9) 55%, rgba(3,14,27,.26) 100%); }
  .hero__content { padding-block: 135px 48px; }
  .hero h1 { font-size: clamp(39px, 12vw, 58px); }
  .hero__lead { font-size: 16px; }
  .hero__actions { display: grid; }
  .button--large { width: 100%; min-height: 54px; padding-inline: 16px; }
  .hero__trust { display: grid; gap: 6px; }
  .quick-help, .season-services, .services, .proof, .faq, .service-detail, .work-list-section, .service-gallery { padding: 70px 0; }
  .section-heading--split { display: block; }
  .section-heading--split > p { margin-top: 16px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem { min-height: 100px; }
  .service-feature { grid-template-columns: 1fr; }
  .service-feature__image { min-height: 280px; }
  .service-feature__content { padding: 34px 25px; }
  .service-feature__content > span { font-size: 55px; }
  .service-cards { grid-template-columns: 1fr; }
  .season-grid { grid-template-columns: 1fr; }
  .service-card img { aspect-ratio: 16/10; }
  .how { padding: 75px 0; }
  .how__grid, .proof__grid, .areas__inner, .faq__grid, .service-detail__grid { grid-template-columns: 1fr; }
  .proof__images > img { min-height: 310px; }
  .proof__caption { position: relative; right: auto; bottom: auto; width: 90%; margin: -30px auto 0; }
  .proof-points { grid-template-columns: 1fr; }
  .area-list { grid-template-columns: 1fr; }
  .area-list__main { grid-column: auto; }
  .final-cta__inner { display: block; }
  .final-cta__actions { min-width: 0; margin-top: 30px; }
  .footer__grid { grid-template-columns: 1fr; gap: 35px; padding-block: 50px; }
  .mobile-actions { position: fixed; z-index: 1200; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -8px 25px rgba(0,0,0,.2); }
  .emergency-wa { right: 10px !important; bottom: 72px !important; min-width: 0; max-width: calc(100% - 20px); padding: 9px 12px; border-radius: 7px; }
  .emergency-wa__icon { width: 38px; height: 38px; flex-basis: 38px; }
  .emergency-wa__icon svg { width: 25px; height: 25px; }
  .emergency-wa small { font-size: 9px; }
  .emergency-wa strong { font-size: 13px; }
  .mobile-actions a { min-height: 62px; display: grid; place-items: center; color: #fff; font-weight: 900; }
  .mobile-call { background: var(--orange); }
  .mobile-wa { background: var(--green); }
  .service-hero { min-height: 620px; align-items: end; }
  .service-hero__image { object-position: 65% center; }
  .service-hero__shade { background: linear-gradient(0deg, rgba(3,14,27,.99), rgba(3,14,27,.82) 65%, rgba(3,14,27,.15)); }
  .service-hero__content { padding-block: 120px 55px; }
  .service-hero__content h1 { font-size: clamp(37px, 11vw, 52px); }
  .breadcrumb { margin-bottom: 22px; }
  .issue-list, .gallery-grid { grid-template-columns: 1fr; }
  .contact-card { position: static; }
  .work-list { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 430px) {
  .work-list { grid-template-columns: 1fr; }
  .problem { grid-template-columns: 44px 1fr auto; padding: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
