/* Mar-Hol 2026 — szybki landing SEO + Google Ads */
:root{--yellow:#ffd400;--yellow2:#ffea66;--ink:#0c0d0f;--ink2:#15171a;--muted:#646b74;--line:#e7e9ed;--paper:#fff;--soft:#f5f6f7;--radius:24px;--shadow:0 18px 60px rgba(0,0,0,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.wrap{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{background:var(--yellow);font-weight:800;font-size:14px}.topbar .wrap{display:flex;gap:20px;justify-content:space-between;align-items:center;min-height:38px}.nav{position:sticky;top:0;z-index:90;background:rgba(12,13,15,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}.nav .wrap{display:flex;align-items:center;justify-content:space-between;min-height:76px;gap:20px}.brand{display:flex;align-items:center;gap:12px;color:#fff;font-weight:950;letter-spacing:-.03em}.brand img{width:76px;height:48px;object-fit:contain;background:#fff;border-radius:8px;padding:3px}.navlinks{display:flex;align-items:center;gap:22px;color:#e8e8e8;font-weight:700;font-size:14px}.navlinks a:hover{color:var(--yellow)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 22px;font-weight:900;line-height:1;border:1px solid transparent;transition:.2s transform,.2s background,.2s border-color}.btn:hover{transform:translateY(-2px)}.btn-yellow{background:var(--yellow);color:#090a0b}.btn-dark{background:#111;color:#fff}.btn-outline{border-color:rgba(255,255,255,.28);color:#fff}.hero{position:relative;min-height:690px;color:#fff;background:#0b0c0e;overflow:hidden}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,9,10,.98) 0%,rgba(8,9,10,.88) 38%,rgba(8,9,10,.36) 70%,rgba(8,9,10,.15) 100%),linear-gradient(0deg,rgba(8,9,10,.72),transparent 55%)}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero .wrap{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,690px) 1fr;align-items:center;min-height:690px;padding:76px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;text-transform:uppercase;letter-spacing:.14em;font-weight:950;color:var(--yellow)}.pulse{width:9px;height:9px;border-radius:50%;background:#47e06f;box-shadow:0 0 0 6px rgba(71,224,111,.13)}h1,h2,h3{line-height:1.05;letter-spacing:-.045em;margin:0 0 20px}h1{font-size:clamp(42px,6vw,76px);font-weight:950}h2{font-size:clamp(34px,4.6vw,58px);font-weight:950}h3{font-size:24px;font-weight:900}.lead{font-size:clamp(18px,2vw,23px);color:#e0e2e5;max-width:760px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 26px}.phone-big{font-size:clamp(27px,4vw,44px);font-weight:950;letter-spacing:-.04em}.trust{display:flex;gap:22px;flex-wrap:wrap;color:#d6d8da;font-size:14px;font-weight:700}.trust strong{color:#fff}.section{padding:96px 0}.section.soft{background:var(--soft)}.section.dark{background:var(--ink);color:#fff}.section.yellow{background:var(--yellow)}.section-head{max-width:820px;margin-bottom:42px}.kicker{text-transform:uppercase;font-size:13px;letter-spacing:.16em;font-weight:950;color:#9a7e00;margin-bottom:12px}.dark .kicker{color:var(--yellow)}.muted{color:var(--muted)}.dark .muted{color:#adb2b8}.grid{display:grid;gap:22px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 10px 32px rgba(0,0,0,.045)}.dark .card{background:#17191d;border-color:#2a2d32;color:#fff}.card .icon{font-size:29px;margin-bottom:14px}.card p{margin:0;color:var(--muted)}.dark .card p{color:#c4c8cc}.service-card{display:flex;flex-direction:column;min-height:240px}.service-card .more{margin-top:auto;padding-top:24px;color:#6e5b00;font-weight:900}.statrow{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff}.stat{padding:24px;text-align:center;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat b{display:block;font-size:26px}.photo-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-template-rows:280px 280px;gap:12px}.photo-grid figure{margin:0;overflow:hidden;border-radius:22px;background:#ddd}.photo-grid figure:first-child{grid-row:1/3}.photo-grid img{width:100%;height:100%;object-fit:cover;transition:.35s transform}.photo-grid figure:hover img{transform:scale(1.025)}.phone-panel{display:grid;grid-template-columns:1.3fr .7fr;align-items:center;gap:30px;background:#111;color:#fff;border-radius:32px;padding:42px}.phone-panel .number{font-size:clamp(32px,5vw,62px);font-weight:950;letter-spacing:-.05em;color:var(--yellow)}.faq{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:20px 0}summary{cursor:pointer;font-weight:900;font-size:18px;list-style:none;display:flex;justify-content:space-between;gap:20px}summary::-webkit-details-marker{display:none}details p{color:var(--muted);max-width:900px}.breadcrumbs{font-size:13px;color:#777;padding:18px 0}.breadcrumbs a{text-decoration:underline;text-underline-offset:3px}.subhero{background:#0b0c0e;color:#fff;padding:76px 0;position:relative;overflow:hidden}.subhero:after{content:"";position:absolute;right:-80px;top:-150px;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,var(--yellow) 0,rgba(255,212,0,.08) 38%,transparent 68%);opacity:.7}.subhero .wrap{position:relative;z-index:1}.subhero h1{max-width:900px}.subhero .lead{max-width:860px}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.chip{border:1px solid rgba(255,255,255,.18);padding:8px 13px;border-radius:999px;font-size:13px;font-weight:800}.localbox{border-left:5px solid var(--yellow);padding:28px;background:#fff;border-radius:0 20px 20px 0;box-shadow:0 8px 30px rgba(0,0,0,.06)}.route-strip{display:flex;gap:10px;flex-wrap:wrap}.route-strip a{padding:10px 14px;border-radius:999px;background:#eceef1;font-weight:850;font-size:14px}.route-strip a:hover{background:var(--yellow)}footer{background:#090a0b;color:#b4b8bd;padding:50px 0 100px}footer strong{color:#fff}.footergrid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:30px}.footerlinks{display:grid;gap:8px}.mobile-call{display:none;position:fixed;z-index:100;left:12px;right:12px;bottom:12px;background:var(--yellow);color:#08090a;border:2px solid #08090a;border-radius:18px;padding:15px 18px;box-shadow:0 12px 35px rgba(0,0,0,.25);font-weight:950;text-align:center}.cookie{position:fixed;z-index:110;left:18px;bottom:18px;width:min(440px,calc(100% - 36px));background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:var(--shadow);display:none}.cookie.show{display:block}.cookie p{font-size:13px;color:#555}.cookie-actions{display:flex;gap:8px;flex-wrap:wrap}.cookie button{border:0;border-radius:999px;padding:10px 14px;font-weight:850;cursor:pointer}.cookie .yes{background:var(--yellow)}.cookie .no{background:#eee}.notice{font-size:12px;color:#757b82}.accent{color:var(--yellow)}
@media(max-width:900px){.navlinks{display:none}.hero .wrap{grid-template-columns:1fr;min-height:640px}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr 1fr}.statrow{grid-template-columns:1fr 1fr}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid var(--line)}.photo-grid{grid-template-columns:1fr 1fr;grid-template-rows:240px 240px}.photo-grid figure:first-child{grid-row:auto;grid-column:1/3}.phone-panel{grid-template-columns:1fr}.footergrid{grid-template-columns:1fr 1fr}.mobile-call{display:block}footer{padding-bottom:110px}}
@media(max-width:620px){.wrap{width:min(100% - 24px,1180px)}.topbar .wrap{justify-content:center}.topbar .wrap span:nth-child(2){display:none}.nav .wrap{min-height:64px}.brand img{width:63px;height:40px}.hero{min-height:650px}.hero .wrap{padding:58px 0;min-height:650px}.hero:after{background:linear-gradient(0deg,rgba(8,9,10,.97) 4%,rgba(8,9,10,.73) 72%,rgba(8,9,10,.45))}.hero-bg{object-position:63% center}.section{padding:70px 0}.grid-4,.grid-3{grid-template-columns:1fr}.statrow{grid-template-columns:1fr 1fr}.photo-grid{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(5,220px)}.photo-grid figure:first-child{grid-column:auto}.phone-panel{padding:28px 22px;border-radius:24px}.footergrid{grid-template-columns:1fr}.btn{width:100%}.hero-actions .btn{width:auto}.cookie{bottom:84px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
