/*
Theme Name: MicroIT CMS
Theme URI: https://microit.lowicz.pl
Author: MicroIT Paweł Szwarocki
Description: Dedykowany, responsywny motyw WordPress dla firmy MicroIT.
Version: 1.3.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: microit
*/

:root {
  --ink: #10213d;
  --muted: #5e6b82;
  --blue: #1358e8;
  --blue-dark: #0b45c7;
  --cyan: #14bceb;
  --pale: #f7faff;
  --line: #dce6f4;
  --green: #149a5b;
  --shadow: 0 12px 32px rgba(16, 33, 61, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: var(--font-geist-sans), Arial, sans-serif; }
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; z-index: 1000; left: 18px; top: -60px; padding: 12px 18px; border-radius: 10px; background: var(--ink); color: #fff; font-weight: 700; transition: top .18s ease; }
.skip-link:focus { top: 18px; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(220, 230, 244, .9); background: rgba(255, 255, 255, .94); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; width: min(1440px, calc(100% - 72px)); min-height: 92px; margin: 0 auto; }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; gap: 12px; }
.brand-mark { display: grid; width: 48px; height: 52px; place-items: center; clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); background: linear-gradient(145deg, var(--blue), #073ab0 72%); box-shadow: inset 0 0 0 7px rgba(255, 255, 255, .16); color: #fff; }
.brand-mark span { font-size: 23px; font-weight: 900; transform: translateY(-1px); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { letter-spacing: -.045em; font-size: 30px; font-weight: 850; }
.brand-copy small { margin-top: 6px; color: #566986; font-size: 13px; font-weight: 600; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 34px); margin-left: 32px; }
.main-nav > li { margin: 0; list-style: none; }
.main-nav > a:not(.shop-link), .main-nav > li > a { position: relative; display: block; padding: 35px 0 33px; white-space: nowrap; font-size: 14px; font-weight: 670; }
.main-nav > a:not(.shop-link)::after, .main-nav > li > a::after { position: absolute; right: 50%; bottom: 24px; left: 50%; height: 3px; border-radius: 6px; background: var(--blue); content: ""; transition: right .16s ease, left .16s ease; }
.main-nav > a:not(.shop-link):hover::after, .main-nav > a:not(.shop-link):focus-visible::after, .main-nav > li > a:hover::after, .main-nav > li > a:focus-visible::after { right: 0; left: 0; }
.shop-link { display: inline-flex; align-items: center; gap: 8px; padding: 13px 20px; border: 1.5px solid var(--blue); border-radius: 12px; color: var(--blue); font-size: 15px; font-weight: 750; transition: background .18s ease, color .18s ease, transform .18s ease; }
.shop-link:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 4px; background: var(--ink); }

.technical-grid { background-color: #fbfdff; background-image: linear-gradient(rgba(19,88,232,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(19,88,232,.055) 1px, transparent 1px), radial-gradient(circle at 65% 25%, rgba(20,188,235,.12), transparent 25%); background-size: 64px 64px, 64px 64px, auto; }
.hero { padding: 64px 36px 52px; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); align-items: center; gap: 46px; width: min(1440px, 100%); margin: 0 auto; }
.hero-copy { position: relative; z-index: 1; padding: 14px 0 8px; }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { margin: 0 5px; color: var(--cyan); }
.eyebrow.light { color: #88e8ff; }
.hero h1 { max-width: 690px; margin: 0; letter-spacing: -.065em; font-size: clamp(54px, 5vw, 76px); font-weight: 850; line-height: .99; }
.hero h1 span { color: var(--blue); }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: clamp(17px, 1.6vw, 20px); line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 31px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 11px; padding: 14px 21px; border: 0; border-radius: 13px; cursor: pointer; font-size: 15px; font-weight: 750; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--blue), #075eef 60%, var(--cyan)); box-shadow: 0 10px 24px rgba(19,88,232,.24); color: #fff; }
.button-primary:hover { box-shadow: 0 14px 28px rgba(19,88,232,.32); }
.button-secondary { border: 1.5px solid var(--blue); background: #fff; color: var(--blue); }
.button-secondary:hover { background: #eef5ff; }
.button-white { background: #fff; color: var(--blue); box-shadow: 0 10px 28px rgba(4,35,100,.15); }
.trust-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.trust-pills > span { display: inline-flex; align-items: center; gap: 8px; min-height: 37px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.72); color: #354763; font-size: 13px; font-weight: 650; }
.trust-pills > span:first-child { border-color: #ccebdc; color: #167c4d; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #19aa65; box-shadow: 0 0 0 5px rgba(25,170,101,.1); }
.hero-media { position: relative; min-height: 540px; overflow: hidden; border: 1.5px solid rgba(20,188,235,.85); border-radius: 100px 24px 100px 24px; background: #dceafa; box-shadow: 0 18px 40px rgba(16,33,61,.14), 0 0 0 7px rgba(20,188,235,.06); animation: media-in .6s ease both; }
.hero-media::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 70%, rgba(10,36,73,.22)); content: ""; pointer-events: none; }
.hero-media img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; object-position: center; }
.media-badge { position: absolute; z-index: 2; right: 24px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.85); border-radius: 13px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); color: #465775; font-size: 12px; font-weight: 650; backdrop-filter: blur(10px); }
.media-badge span { color: var(--blue); font-size: 20px; font-weight: 850; }
.quick-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; width: min(1440px, 100%); margin: 34px auto 0; }
.quick-services > a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; min-width: 0; padding: 19px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.quick-services > a:hover { border-color: #8ddcf3; box-shadow: 0 18px 38px rgba(16,33,61,.13); transform: translateY(-4px); }
.quick-services > a > .icon { color: var(--blue); }
.service-icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: #edf7ff; color: var(--blue); }
.quick-services strong, .quick-services small { display: block; }
.quick-services strong { margin-bottom: 6px; letter-spacing: -.02em; font-size: 19px; }
.quick-services small { overflow: hidden; color: var(--muted); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }

.section { width: min(1280px, calc(100% - 72px)); margin: 0 auto; padding: 112px 0; }
.section-heading { margin-bottom: 48px; }
.section-heading h2, .repair-copy h2, .monitoring-copy h2, .location-copy h2, .contact-copy h2 { margin: 0; letter-spacing: -.05em; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.04; }
.section-heading > p, .repair-copy > p, .monitoring-copy > p, .location-copy > p, .contact-copy > p { color: var(--muted); font-size: 17px; line-height: 1.65; }
.split-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 70px; }
.split-heading > p { margin: 0 0 5px; }
.offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.offer-card { position: relative; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 8px 22px rgba(16,33,61,.055); transition: transform .18s ease, box-shadow .18s ease; }
.offer-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.offer-card.featured { border-color: #bed3fa; background: linear-gradient(150deg, #f7faff, #edf5ff); }
.card-number { position: absolute; right: 27px; top: 25px; color: #b9c7da; font-size: 13px; font-weight: 800; }
.offer-icon { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 15px; background: #e9f3ff; color: var(--blue); }
.offer-card h3 { margin: 25px 0 12px; letter-spacing: -.03em; font-size: 23px; }
.offer-card > p { min-height: 78px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.offer-card ul { display: grid; gap: 13px; margin: 24px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.offer-card li { display: flex; align-items: flex-start; gap: 10px; color: #334661; font-size: 14px; font-weight: 600; line-height: 1.4; }
.offer-card li .icon { flex: 0 0 auto; color: var(--green); }
.service-banner { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 28px; padding: 36px 40px; overflow: hidden; border-radius: 24px; background: radial-gradient(circle at 70% 0, rgba(20,188,235,.42), transparent 32%), linear-gradient(130deg, #0d3cae, var(--blue)); color: #fff; }
.service-banner h3 { margin: 8px 0 6px; font-size: 27px; }
.service-banner p { margin: 0; color: #dbe9ff; font-size: 15px; }
.mini-label { color: #8ceaff; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.repair-section { padding-top: 80px; }
.repair-layout { display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: 90px; }
.repair-visual { position: relative; display: grid; min-height: 520px; place-items: center; border-radius: 32px; background: radial-gradient(circle at 20% 15%, rgba(20,188,235,.24), transparent 30%), linear-gradient(145deg, #edf5ff, #f9fcff); }
.repair-visual::before { position: absolute; width: 220px; height: 220px; border: 1px dashed #aacaf3; border-radius: 50%; content: ""; }
.diagnostic-window { position: relative; z-index: 2; width: min(410px, 83%); border: 1px solid #cadaee; border-radius: 20px; background: #fff; box-shadow: 0 25px 65px rgba(16,33,61,.18); transform: rotate(-2deg); }
.window-bar { display: flex; gap: 7px; padding: 15px 17px; border-bottom: 1px solid var(--line); }
.window-bar span { width: 9px; height: 9px; border-radius: 50%; background: #c5d3e6; }
.window-bar span:first-child { background: #ff776e; }.window-bar span:nth-child(2) { background: #ffc15a; }.window-bar span:last-child { background: #4dd38a; }
.diagnostic-body { display: flex; flex-direction: column; align-items: center; padding: 34px 30px; }
.diagnostic-icon { display: grid; width: 74px; height: 74px; place-items: center; border-radius: 20px; background: #e8f3ff; color: var(--blue); }
.diagnostic-body > strong { margin-top: 18px; font-size: 21px; }.diagnostic-body > small { margin-top: 7px; color: var(--muted); }
.progress { width: 100%; height: 7px; margin: 26px 0 19px; overflow: hidden; border-radius: 8px; background: #eaf0f7; }.progress i { display: block; width: 84%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.diagnostic-row { display: flex; justify-content: space-between; width: 100%; padding: 10px 0; border-top: 1px solid #edf2f8; color: var(--muted); font-size: 13px; }.diagnostic-row b { color: var(--green); font-size: 12px; }
.repair-stat { position: absolute; z-index: 3; right: 18px; bottom: 35px; display: flex; flex-direction: column; padding: 16px 20px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }.repair-stat strong { color: var(--blue); font-size: 18px; }.repair-stat span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.repair-copy > p { margin: 24px 0 0; }.repair-copy .eyebrow { margin-bottom: 20px; font-size: 13px; }
.repair-list { display: grid; gap: 21px; margin-top: 29px; }
.repair-list > div { display: flex; align-items: flex-start; gap: 14px; }.repair-list > div > .icon { flex: 0 0 auto; width: 25px; height: 25px; padding: 4px; border-radius: 50%; background: #e8f8f0; color: var(--green); }
.repair-list strong, .repair-list small { display: block; }.repair-list strong { margin-bottom: 5px; font-size: 16px; }.repair-list small { color: var(--muted); line-height: 1.5; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 30px; border-bottom: 1px solid #99baf5; color: var(--blue); font-weight: 750; }

.monitoring-section { padding: 100px max(36px, calc((100% - 1280px) / 2)); overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(20,188,235,.22), transparent 27%), linear-gradient(130deg, #071d43, #0c3aa0); color: #fff; }
.monitoring-grid { display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 80px; max-width: 1280px; margin: 0 auto; }
.monitoring-copy h2 { max-width: 650px; }.monitoring-copy > p { max-width: 620px; color: #cad9ef; }
.monitoring-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 32px 0; }
.monitoring-features > div { display: flex; align-items: center; gap: 14px; padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.07); }.monitoring-features > div > .icon { flex: 0 0 auto; color: #74e6ff; }.monitoring-features strong, .monitoring-features small { display: block; }.monitoring-features strong { font-size: 15px; }.monitoring-features small { margin-top: 4px; color: #acc1df; font-size: 12px; }
.monitoring-panel { padding: 22px; border: 1px solid rgba(130,226,255,.32); border-radius: 24px; background: rgba(5,18,43,.56); box-shadow: 0 28px 60px rgba(0,0,0,.25); backdrop-filter: blur(14px); transform: perspective(1200px) rotateY(-4deg); }
.panel-top, .panel-bottom { display: flex; align-items: center; justify-content: space-between; color: #91abd0; font-size: 11px; font-weight: 700; letter-spacing: .08em; }.panel-top { padding: 2px 2px 18px; }.panel-top span, .panel-bottom span:first-child { display: flex; align-items: center; gap: 7px; }.panel-top i, .panel-bottom i { width: 7px; height: 7px; border-radius: 50%; background: #49d995; box-shadow: 0 0 8px #49d995; }.panel-top b { color: #49d995; font-size: 10px; }
.camera-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.camera-grid > span { display: grid; min-height: 145px; place-items: center; align-content: center; gap: 12px; border: 1px solid rgba(255,255,255,.09); border-radius: 15px; background: radial-gradient(circle, rgba(51,126,255,.19), transparent 60%), #0a214a; color: #6dddf8; }.camera-grid small { color: #b4c8e5; font-size: 11px; }
.panel-bottom { padding: 17px 2px 0; font-size: 9px; }

.centered { max-width: 720px; margin-right: auto; margin-left: auto; text-align: center; }.centered > p:last-child { margin: 18px auto 0; }
.price-list { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 78px; padding: 20px 28px; border-bottom: 1px solid var(--line); }.price-row:nth-child(odd) { border-right: 1px solid var(--line); }.price-row:nth-last-child(-n+2) { border-bottom: 0; }.price-row span { color: #354763; font-size: 14px; }.price-row strong { flex: 0 0 auto; color: var(--blue); font-size: 14px; }
.price-note { max-width: 850px; margin: 22px auto 0; color: #78869b; font-size: 12px; line-height: 1.6; text-align: center; }

.contact-section { padding-top: 80px; }
.location-card { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 480px; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: #f6faff; box-shadow: var(--shadow); }
.map-visual { position: relative; overflow: hidden; background-color: #e7f1f9; background-image: linear-gradient(33deg, rgba(255,255,255,.8) 2px, transparent 2px), linear-gradient(123deg, rgba(255,255,255,.75) 2px, transparent 2px); background-size: 70px 70px, 90px 90px; }
.map-visual::after { position: absolute; inset: 0; background: radial-gradient(circle at 55% 50%, rgba(19,88,232,.12), transparent 28%); content: ""; }
.road { position: absolute; z-index: 1; height: 18px; border: 5px solid #fff; border-right: 0; border-left: 0; background: #c7d8e5; transform-origin: left center; }.road-a { top: 20%; left: -10%; width: 130%; transform: rotate(17deg); }.road-b { top: 70%; left: -5%; width: 125%; transform: rotate(-25deg); }.road-c { top: 0; left: 50%; width: 115%; transform: rotate(89deg); }
.map-pin { position: absolute; z-index: 4; top: 45%; left: 51%; display: grid; width: 64px; height: 64px; place-items: center; border: 7px solid rgba(255,255,255,.8); border-radius: 50%; background: var(--blue); box-shadow: 0 12px 28px rgba(19,88,232,.35); color: #fff; transform: translate(-50%,-50%); }.map-label { position: absolute; z-index: 4; top: calc(45% + 45px); left: 51%; padding: 8px 12px; border-radius: 8px; background: #fff; box-shadow: var(--shadow); color: var(--blue); font-size: 12px; font-weight: 800; transform: translateX(-50%); }
.location-copy { padding: 60px 50px; background: #fff; }.location-copy > p { margin: 20px 0; font-size: 15px; }.location-copy address { display: flex; flex-direction: column; gap: 8px; margin: 28px 0; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; font-style: normal; }.location-copy address strong { margin-bottom: 3px; color: var(--ink); font-size: 16px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; margin-top: 115px; padding-top: 100px; border-top: 1px solid var(--line); }.contact-copy > p { margin: 22px 0 0; }.contact-methods { display: grid; gap: 14px; margin-top: 35px; }.contact-methods a { display: flex; align-items: center; gap: 15px; padding: 14px; border: 1px solid transparent; border-radius: 15px; transition: border-color .18s ease, background .18s ease; }.contact-methods a:hover { border-color: var(--line); background: var(--pale); }.contact-methods a > span { display: grid; width: 47px; height: 47px; place-items: center; border-radius: 13px; background: #eaf4ff; color: var(--blue); }.contact-methods small, .contact-methods strong { display: block; }.contact-methods small { margin-bottom: 4px; color: var(--muted); font-size: 11px; }.contact-methods strong { font-size: 16px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: var(--pale); }.contact-form label { display: grid; gap: 9px; color: #354763; font-size: 13px; font-weight: 700; }.contact-form .form-email, .contact-form .form-message { grid-column: 1 / -1; }.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #cad9ec; border-radius: 11px; outline: none; background: #fff; color: var(--ink); transition: border-color .18s ease, box-shadow .18s ease; }.contact-form input { height: 50px; padding: 0 15px; }.contact-form textarea { min-height: 130px; padding: 14px 15px; resize: vertical; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(19,88,232,.1); }.contact-form .button { justify-self: start; }.contact-form .button:disabled { cursor: wait; opacity: .72; transform: none; }.form-status { align-self: center; margin: 0; color: var(--green); font-size: 12px; font-weight: 650; }.form-status.error { color: #bd2d2d; }

footer { padding: 65px max(36px, calc((100% - 1280px) / 2)) 26px; background: #071428; color: #fff; }
.footer-main { display: grid; grid-template-columns: .7fr 1fr 1fr; align-items: start; gap: 65px; padding-bottom: 50px; }.brand-light .brand-copy small { color: #9cb1cf; }.footer-main > p { margin: 6px 0 0; color: #9eb1cc; font-size: 14px; line-height: 1.7; }.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; padding-top: 7px; }.footer-links a { color: #cbd8e9; font-size: 13px; }.footer-links a:hover { color: #73dcfa; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #7790b1; font-size: 11px; }
.floating-phone { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 9px; padding: 14px 18px; border: 4px solid rgba(255,255,255,.82); border-radius: 999px; background: var(--blue); box-shadow: 0 12px 30px rgba(19,88,232,.35); color: #fff; font-size: 13px; font-weight: 800; transition: transform .18s ease; }.floating-phone:hover { transform: translateY(-3px); }

:focus-visible { outline: 3px solid rgba(20,188,235,.65); outline-offset: 4px; }
@keyframes media-in { from { opacity: 0; transform: scale(.98) translateY(10px); } to { opacity: 1; transform: none; } }

@media (max-width: 1260px) {
  .header-inner { width: min(100% - 40px, 1180px); }
  .main-nav { gap: 18px; }.main-nav > a:not(.shop-link) { font-size: 13px; }.shop-link { padding: 12px 15px; }
  .hero-inner { grid-template-columns: .9fr 1fr; }.hero-media { min-height: 470px; }.hero-media img { min-height: 470px; }
}

@media (max-width: 1080px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 75px; right: 20px; display: none; width: min(390px, calc(100vw - 40px)); align-items: stretch; gap: 0; margin: 0; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 22px 50px rgba(16,33,61,.16); }.main-nav.is-open { display: flex; flex-direction: column; }.main-nav > a:not(.shop-link), .main-nav > li > a { padding: 13px 11px; }.main-nav > a:not(.shop-link)::after, .main-nav > li > a::after { display: none; }.shop-link { margin-top: 8px; justify-content: center; }
  .hero-inner { grid-template-columns: 1fr; }.hero-copy { max-width: 760px; }.hero-media { min-height: 500px; }.quick-services { margin-top: 26px; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }.split-heading > p { max-width: 700px; }
  .offer-card { padding: 28px; }.offer-card > p { min-height: 100px; }
  .repair-layout { gap: 55px; }.monitoring-grid { gap: 45px; }.contact-grid { gap: 45px; }
}

@media (max-width: 820px) {
  .hero { padding: 48px 24px 38px; }.hero-media { min-height: 420px; border-radius: 60px 20px 60px 20px; }.hero-media img { min-height: 420px; }
  .quick-services { grid-template-columns: 1fr; gap: 12px; }.quick-services > a { padding: 15px 18px; }.service-icon { width: 50px; height: 50px; }
  .section { width: min(100% - 48px, 720px); padding: 88px 0; }.offer-grid { grid-template-columns: 1fr; }.offer-card > p { min-height: 0; }
  .repair-layout, .monitoring-grid, .location-card, .contact-grid { grid-template-columns: 1fr; }.repair-layout { gap: 50px; }.repair-visual { min-height: 470px; }
  .monitoring-section { padding: 88px 24px; }.monitoring-panel { max-width: 620px; transform: none; }
  .price-list { grid-template-columns: 1fr; }.price-row:nth-child(odd) { border-right: 0; }.price-row:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .map-visual { min-height: 380px; }.contact-grid { gap: 50px; margin-top: 85px; padding-top: 80px; }
  .footer-main { grid-template-columns: 1fr 1fr; }.footer-main > p { grid-row: 2; }.footer-links { grid-column: 2; grid-row: 1 / 3; }
}

@media (max-width: 560px) {
  .header-inner { width: calc(100% - 28px); min-height: 76px; }.brand-mark { width: 40px; height: 44px; }.brand-copy strong { font-size: 25px; }.brand-copy small { font-size: 11px; }
  .main-nav { top: 68px; right: 14px; }
  .hero { padding: 40px 18px 30px; }.hero h1 { font-size: clamp(44px, 13vw, 60px); }.hero-lead { font-size: 16px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.trust-pills > span:last-child { display: none; }
  .hero-media { min-height: 350px; border-radius: 42px 16px 42px 16px; }.hero-media img { min-height: 350px; }.media-badge { right: 14px; bottom: 14px; }
  .quick-services small { white-space: normal; }
  .section { width: calc(100% - 36px); padding: 74px 0; }.section-heading h2, .repair-copy h2, .monitoring-copy h2, .location-copy h2, .contact-copy h2 { font-size: 37px; }.eyebrow { letter-spacing: .15em; }
  .offer-card { padding: 27px 24px; }.service-banner { align-items: flex-start; flex-direction: column; padding: 28px 24px; }
  .repair-visual { min-height: 400px; }.diagnostic-window { width: 91%; }.diagnostic-body { padding: 28px 22px; }.repair-stat { right: 5px; bottom: 16px; }
  .monitoring-features { grid-template-columns: 1fr; }.camera-grid > span { min-height: 110px; }.panel-bottom span:last-child { display: none; }
  .price-row { align-items: flex-start; flex-direction: column; min-height: auto; gap: 8px; padding: 18px 22px; }
  .map-visual { min-height: 300px; }.location-copy { padding: 42px 27px; }
  .contact-form { grid-template-columns: 1fr; padding: 25px 20px; }.contact-form .form-email, .contact-form .form-message { grid-column: auto; }.contact-form .button { width: 100%; }.form-status { text-align: center; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }.footer-main > p, .footer-links { grid-column: auto; grid-row: auto; }.footer-bottom { flex-direction: column; }.floating-phone span { display: none; }.floating-phone { right: 16px; bottom: 16px; padding: 13px; }
}

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { width: auto; max-height: 58px; }
.wp-edit-link { color: var(--blue); font-weight: 700; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }

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