
:root{
  --blue:#087db3;--navy:#252744;--slate:#aeb8c2;--ink:#111827;--muted:#5b6675;--bg:#f5f8fb;--card:#ffffff;--line:#e7edf3;--soft:#eaf5fb;--shadow:0 18px 45px rgba(17,24,39,.12);--radius:22px;--max:1180px
}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}.wrap{width:min(var(--max),calc(100% - 36px));margin:auto}.topbar{background:var(--navy);color:#fff;font-size:14px}.topbar .wrap{display:flex;gap:20px;align-items:center;justify-content:space-between;padding:10px 0}.topbar a{font-weight:700}.header{background:rgba(255,255,255,.96);box-shadow:0 8px 30px rgba(15,23,42,.08);position:sticky;top:0;z-index:50}.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 0}.brand{display:flex;align-items:center;gap:13px;min-width:250px}.brand img{width:76px;height:76px;object-fit:contain;border-radius:16px;background:#fff}.brand strong{display:block;font-size:19px;color:var(--blue);line-height:1.1}.brand span span{display:block;font-size:13px;color:var(--muted);margin-top:2px}.menu{display:flex;align-items:center;gap:18px;font-weight:800;font-size:15px}.menu a{color:#22243d}.menu a:hover{color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:13px 20px;font-weight:900;border:2px solid transparent;transition:.22s ease;box-shadow:none;white-space:nowrap}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 12px 28px rgba(8,125,179,.28)}.btn-navy{background:var(--navy);color:#fff}.btn-light{background:#fff;color:var(--navy);border-color:var(--line)}.btn-outline{border-color:var(--blue);color:var(--blue);background:#fff}.hero{background:linear-gradient(135deg,#f7fbff 0%,#eef7fc 45%,#fff 100%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:42px;align-items:center;min-height:650px;padding:58px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--blue);padding:8px 14px;border-radius:999px;font-weight:900;box-shadow:0 10px 30px rgba(8,125,179,.12);margin-bottom:16px}.hero h1{font-size:clamp(42px,6vw,78px);line-height:.98;margin:0 0 20px;color:var(--navy);letter-spacing:-.04em}.hero p{font-size:20px;color:#394150;max-width:660px;margin:0 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.trust-row div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 14px;font-weight:900;color:var(--navy);box-shadow:0 10px 28px rgba(15,23,42,.06)}.hero-photo{position:relative}.hero-photo:before{content:"";position:absolute;inset:38px -20px -20px 48px;background:var(--blue);border-radius:36px;opacity:.12}.hero-photo img{position:relative;width:100%;height:560px;object-fit:cover;object-position:center top;border-radius:36px;box-shadow:var(--shadow);border:10px solid #fff}.hero-badge{position:absolute;left:22px;bottom:22px;background:rgba(37,39,68,.95);color:#fff;border-radius:20px;padding:18px 20px;box-shadow:0 18px 38px rgba(0,0,0,.18);font-weight:900}.section{padding:82px 0}.section.alt{background:var(--bg)}.head{text-align:center;max-width:760px;margin:0 auto 42px}.head h2,.split h2{font-size:clamp(30px,4vw,48px);line-height:1.05;margin:0 0 14px;color:var(--navy);letter-spacing:-.03em}.head p,.split p{color:var(--muted);font-size:18px;margin:0}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 14px 35px rgba(15,23,42,.07);transition:.25s ease}.card:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(15,23,42,.11)}.icon{width:70px;height:70px;border-radius:20px;background:var(--soft);display:flex;align-items:center;justify-content:center;font-size:34px;margin-bottom:18px}.card h3{font-size:22px;color:var(--navy);margin:0 0 10px}.card p{color:var(--muted);margin:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.panel{background:#fff;border-radius:30px;border:1px solid var(--line);padding:34px;box-shadow:var(--shadow)}.list{display:grid;gap:16px;margin-top:24px}.check{display:flex;gap:14px;align-items:flex-start}.check i{min-width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:900}.video video{border-radius:30px;box-shadow:var(--shadow);background:#000;border:8px solid #fff}.photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.photo{margin:0;border-radius:24px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 14px 32px rgba(15,23,42,.08)}.photo img{width:100%;height:300px;object-fit:cover;object-position:center center;transition:.3s ease}.photo:nth-child(2) img,.photo:nth-child(6) img{object-position:center top}.photo:hover img{transform:scale(1.04)}.photo figcaption{padding:14px 16px;font-weight:900;color:var(--navy);font-size:14px}.cta{background:linear-gradient(135deg,var(--blue),#0b6f9f);color:#fff;border-radius:34px;padding:42px;display:flex;gap:24px;align-items:center;justify-content:space-between;box-shadow:0 24px 60px rgba(8,125,179,.25)}.cta h2{font-size:clamp(28px,4vw,46px);line-height:1.05;margin:0 0 12px}.cta p{margin:0;color:#eaf8ff}.badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.badges span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 13px;font-weight:800;color:var(--navy)}.faq{max-width:900px;margin:auto;display:grid;gap:14px}.faq details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 22px;box-shadow:0 10px 24px rgba(15,23,42,.05)}.faq summary{font-weight:900;color:var(--navy);cursor:pointer}.faq p{color:var(--muted);margin:12px 0 0}.map iframe{width:100%;height:360px;border:0;border-radius:28px;box-shadow:var(--shadow);filter:saturate(.95)}.service-area-note{background:var(--soft);border:1px solid var(--line);border-radius:18px;padding:20px}.service-area-note p{color:var(--muted);margin:0 0 12px}.service-area-note p:last-child{margin-bottom:0}.footer{background:#17192b;color:#fff;padding:56px 0 22px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:34px}.footer img{width:120px;height:auto;background:#fff;border-radius:18px;padding:10px;margin-bottom:16px}.footer h3{margin:0 0 12px;color:#fff}.footer p,.footer a{color:#d9e2ec}.footnote{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:18px;color:#b9c4d0;font-size:14px}.mini-hero{padding:78px 0;background:linear-gradient(135deg,#f7fbff,#eef7fc)}.mini-hero h1{font-size:clamp(36px,5vw,62px);margin:0;color:var(--navy);letter-spacing:-.04em;line-height:1}.mini-hero p{font-size:19px;color:var(--muted);max-width:780px}.contact-box{display:grid;grid-template-columns:1fr 1fr;gap:22px}.contact-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 14px 35px rgba(15,23,42,.07)}.contact-card a{color:var(--blue);font-weight:900}.floating-call{position:fixed;right:18px;bottom:18px;z-index:99;background:var(--blue);color:#fff;border-radius:999px;padding:14px 18px;font-weight:900;box-shadow:0 18px 40px rgba(8,125,179,.35)}
@media(max-width:980px){.topbar .wrap{flex-direction:column;gap:4px}.nav{align-items:flex-start;flex-direction:column}.brand{min-width:0}.menu{flex-wrap:wrap;gap:10px}.hero-grid,.split,.contact-box{grid-template-columns:1fr}.hero-grid{min-height:0;padding:46px 0}.hero-photo img{height:480px}.grid-3{grid-template-columns:1fr 1fr}.photo-grid{grid-template-columns:1fr 1fr}.cta{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr}}
@media(max-width:620px){.wrap{width:min(100% - 24px,var(--max))}.brand img{width:62px;height:62px}.brand strong{font-size:17px}.menu{font-size:14px}.hero h1{font-size:40px}.hero p{font-size:17px}.hero-photo img{height:390px;border-radius:24px}.trust-row{grid-template-columns:1fr}.grid-3,.photo-grid{grid-template-columns:1fr}.section{padding:58px 0}.photo img{height:330px}.floating-call{left:12px;right:12px;text-align:center;justify-content:center}.topbar span{display:none}}
.breadcrumbs{font-size:14px;font-weight:800;color:var(--muted);padding:16px 0 0}.breadcrumbs a,.text-link{color:var(--blue);font-weight:800;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.breadcrumbs span{margin:0 7px;color:var(--slate)}.space-top{margin-top:18px!important}.municipality-card,.guide-card{display:flex;flex-direction:column;gap:12px}.municipality-card .btn,.guide-card .btn{align-self:flex-start;margin-top:auto}.notice{background:var(--soft);border-left:4px solid var(--blue);border-radius:12px;padding:16px 18px;color:var(--muted)}.article{max-width:850px;margin:auto}.article h2{font-size:clamp(28px,4vw,42px);line-height:1.1;color:var(--navy);margin:48px 0 14px}.article p,.article li{font-size:18px;color:var(--muted)}.article ul,.article ol{padding-left:24px}.article li+li{margin-top:9px}.article-header{max-width:850px;margin:auto;text-align:center}.article-header h1{font-size:clamp(38px,5vw,64px);line-height:1.02;letter-spacing:-.04em;color:var(--navy);margin:0 0 18px}.article-header p{font-size:20px;color:var(--muted)}.footer-columns{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:28px}.footer-columns ul{padding:0;margin:0;list-style:none}.footer-columns li+li{margin-top:7px}.footer-columns a{color:#d9e2ec}.footer-columns h3{color:#fff}.muted{color:var(--muted)}@media(max-width:980px){.footer-columns{grid-template-columns:1fr 1fr}}@media(max-width:620px){.footer-columns{grid-template-columns:1fr}}
.breadcrumbs{font-size:14px;font-weight:800;color:var(--muted);padding:16px 0 0}.breadcrumbs a{color:var(--blue)}.breadcrumbs span{margin:0 7px;color:var(--slate)}.text-link{color:var(--blue);font-weight:800;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.space-top{margin-top:18px!important}.municipality-card{display:flex;flex-direction:column;gap:12px}.municipality-card .btn{align-self:flex-start;margin-top:auto}.notice{background:var(--soft);border-left:4px solid var(--blue);border-radius:12px;padding:16px 18px;color:var(--muted)}
