:root{--primary:#126C83;--accent:#F59E0B}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Tahoma","Arial",sans-serif;background:#f6f8f9;color:#18292f;line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,92vw);margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid #e5edf0}.nav-shell{height:76px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:12px;min-width:max-content}.brand img{width:46px;height:46px;object-fit:contain}.brand-mark{display:grid;place-items:center;width:46px;height:46px;border-radius:8px;background:linear-gradient(135deg,var(--primary),#0b4250);color:#fff;font-weight:900;letter-spacing:0}.brand strong{display:block;font-size:1.05rem}.brand small{display:block;color:#6a7d84;font-size:.78rem;line-height:1}.main-nav{display:flex;gap:18px;margin-inline-start:auto}.main-nav a{color:#334a52;font-weight:700;font-size:.95rem}.main-nav a:hover{color:var(--primary)}.nav-actions{display:flex;align-items:center;gap:10px}.nav-toggle{display:none;border:0;background:#edf4f6;width:42px;height:42px;border-radius:8px;color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;padding:10px 16px;border:1px solid transparent;font-weight:800;cursor:pointer;transition:.2s;min-height:42px;color:#12343d;background:#fff}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 12px 24px rgba(18,108,131,.18)}.btn-primary:hover{transform:translateY(-1px);filter:brightness(.96)}.btn-accent{background:var(--accent);color:#231700}.btn-ghost{background:#fff;border-color:#dce8ec;color:var(--primary)}.btn-soft{background:#eef6f8;color:#245c6a}.btn-danger{background:#d93025;color:#fff}.btn-primary,.btn-danger{color:#fff!important}.btn-ghost{color:var(--primary)!important}.btn-soft{color:#245c6a!important}.hero{position:relative;min-height:620px;display:grid;align-items:end;overflow:hidden;background:#102e36}.hero-slider{position:absolute;inset:0}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease}.hero-slide-image,.profile-cover-img{width:100%;height:100%;object-fit:cover}.hero-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,28,35,.82),rgba(4,28,35,.52),rgba(4,28,35,.1))}.hero-slide.is-active{opacity:1}.hero-content{position:relative;z-index:2;color:#fff;padding:96px 0 48px}.hero-copy{max-width:760px}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);font-weight:800;font-size:.88rem}.hero h1{font-size:clamp(2.2rem,5vw,4.7rem);line-height:1.12;margin:18px 0 14px;letter-spacing:0}.hero p{font-size:1.15rem;max-width:690px;color:#e7f4f7}.search-panel{margin-top:32px;background:#fff;color:#1c3036;border-radius:8px;padding:14px;display:grid;grid-template-columns:1.1fr 1.1fr 1.5fr auto;gap:12px;box-shadow:0 28px 60px rgba(0,0,0,.22)}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:.78rem;color:#6b7b80;font-weight:800}.field select,.field input,.field textarea{width:100%;border:1px solid #d9e5e9;border-radius:8px;padding:12px;background:#fff;font:inherit;color:#172a31}.section{padding:70px 0}.section-tight{padding:42px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:26px}.section-head h2{font-size:clamp(1.6rem,3vw,2.5rem);margin:0;line-height:1.2}.section-head p{margin:8px 0 0;color:#657980}.grid{display:grid;gap:18px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid #e2ecef;border-radius:8px;box-shadow:0 14px 36px rgba(21,53,61,.06);overflow:hidden}.service-card{padding:22px;display:flex;gap:16px;align-items:flex-start}.icon-box{width:52px;height:52px;border-radius:8px;display:grid;place-items:center;background:#eaf5f7;color:var(--primary);font-size:1.35rem;flex:0 0 auto}.service-card h3,.provider-card h3{margin:0 0 6px;font-size:1.06rem}.muted{color:#6c7d83}.provider-card img.cover{height:170px;width:100%;object-fit:cover}.provider-body{padding:16px}.provider-meta{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.pill{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;background:#eef5f7;border-radius:999px;font-size:.83rem;color:#42606a;font-weight:700}.rating{color:#e8a316;font-weight:900}.steps{counter-reset:step}.step{padding:24px}.step::before{counter-increment:step;content:counter(step);display:grid;place-items:center;width:38px;height:38px;background:var(--primary);color:#fff;border-radius:8px;font-weight:900;margin-bottom:14px}.band{background:#eaf2f4}.seo-panel{background:#fff}.seo-text{font-size:1.02rem}.seo-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.seo-links a{font-weight:900;color:var(--primary);background:#eef6f8;border-radius:999px;padding:7px 12px}.page-hero{background:#11333c;color:#fff;padding:64px 0}.page-hero h1{margin:0;font-size:clamp(1.9rem,4vw,3.3rem)}.filters{background:#fff;border:1px solid #e0eaed;border-radius:8px;padding:16px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:-36px;position:relative;z-index:2;box-shadow:0 16px 34px rgba(28,67,76,.08)}.profile-hero{background:#102e36;color:#fff}.profile-cover{height:310px;position:relative;overflow:hidden}.profile-cover::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,33,40,.9),rgba(8,33,40,.2))}.profile-info{position:relative;margin-top:-92px;display:grid;grid-template-columns:150px 1fr auto;gap:22px;align-items:end;color:#fff;padding-bottom:32px}.avatar{width:150px;height:150px;border-radius:12px;object-fit:cover;border:5px solid #fff;background:#fff}.content-box{background:#fff;border:1px solid #e0eaed;border-radius:8px;padding:24px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.form-grid .full{grid-column:1/-1}.alert{padding:12px 14px;border-radius:8px;margin-bottom:16px;font-weight:700}.alert-success{background:#e6f6ed;color:#146c39}.alert-error{background:#fdecea;color:#9f251d}.auth-wrap{min-height:calc(100vh - 76px);display:grid;place-items:center;padding:48px 0;background:linear-gradient(135deg,#eaf4f6,#fff)}.auth-card{width:min(480px,92vw);padding:28px}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.table th,.table td{padding:12px;border-bottom:1px solid #edf2f4;text-align:right;vertical-align:top}.table th{background:#f3f7f8;color:#41606a}.admin-layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:#f6f8f9}.admin-sidebar{background:#0f2f38;color:#fff;padding:24px;position:sticky;top:0;height:100vh}.admin-sidebar a{display:flex;gap:10px;align-items:center;padding:10px 12px;border-radius:8px;color:#d7e9ee;margin:2px 0}.admin-sidebar a:hover,.admin-sidebar a.active{background:rgba(255,255,255,.1);color:#fff}.admin-sidebar .brand small{color:#bdd4da}.admin-separator{border:0;border-top:1px solid rgba(255,255,255,.12);margin:18px 0}.admin-main{padding:28px}.stat-card{padding:20px}.stat-card strong{display:block;font-size:2rem;color:var(--primary)}.actions{display:flex;gap:8px;flex-wrap:wrap}.mini{padding:7px 10px;min-height:34px;font-size:.83rem}.form-spaced{margin-bottom:18px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:28px}.site-footer{background:#102d35;color:#d9e9ed;padding:46px 0 18px}.site-footer h3{color:#fff;margin-top:0}.site-footer a{display:block;color:#d9e9ed;margin:7px 0}.footer-brand{margin-bottom:12px}.socials{display:flex;gap:8px}.socials a{width:38px;height:38px;border-radius:8px;background:rgba(255,255,255,.1);display:grid;place-items:center}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:24px;padding-top:16px;display:flex;justify-content:space-between;gap:14px;color:#9eb4ba;font-size:.9rem}.empty{padding:34px;text-align:center;background:#fff;border:1px dashed #c9d8dd;border-radius:8px;color:#6d8086}.article-content{font-size:1.05rem}.article-content img{border-radius:8px;margin:18px 0}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.gallery img{height:170px;width:100%;object-fit:cover;border-radius:8px}.checkbox-row{display:flex;gap:18px;flex-wrap:wrap}.checkbox-row label{display:flex;gap:8px;align-items:center}.admin-login{background:#0f2f38}.public-note{font-size:.9rem;color:#75868b;margin-top:10px}.ad-container{margin-top:24px;margin-bottom:24px}.ad-slot{min-height:96px;border:1px dashed #b9cbd1;background:#fff;border-radius:8px;display:grid;place-items:center;overflow:hidden;text-align:center;color:#5f747b}.ad-slot:has(.ad-item){border:0;background:transparent;display:block;min-height:0}.ad-item{display:flex;justify-content:center;align-items:center;overflow:hidden}.ad-item img{max-height:180px;width:auto;margin:auto}.ad-placeholder{font-weight:800;padding:18px}
.wp-editor{border:1px solid #d8e6ea;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 12px 28px rgba(20,57,66,.05)}.wp-editor-tabs{display:flex;gap:6px;justify-content:flex-start;background:#f3f7f8;border-bottom:1px solid #d8e6ea;padding:8px}.wp-editor-tabs button,.wp-toolbar button{border:1px solid transparent;background:#fff;color:#244a55;border-radius:6px;min-height:34px;padding:6px 10px;font-weight:800;cursor:pointer}.wp-editor-tabs button.is-active{background:var(--primary);color:#fff}.wp-toolbar{position:sticky;top:0;z-index:5;display:flex;flex-wrap:wrap;gap:6px;align-items:center;background:#fff;border-bottom:1px solid #e4eef1;padding:10px}.wp-toolbar span{width:1px;height:26px;background:#dce8ec;margin:0 2px}.wp-toolbar button:hover{border-color:#bed3d9;background:#eef6f8}.wp-editor-canvas{min-height:430px;padding:22px;background:#fff;color:#172a31;outline:none;font-size:1.03rem;line-height:1.9}.wp-editor-canvas:focus{box-shadow:inset 0 0 0 2px rgba(18,108,131,.14)}.wp-editor-canvas h2{font-size:1.75rem;line-height:1.35;margin:1.1em 0 .45em}.wp-editor-canvas h3{font-size:1.35rem;line-height:1.45;margin:1em 0 .4em}.wp-editor-canvas p{margin:.7em 0}.wp-editor-canvas blockquote{border-right:4px solid var(--primary);margin:16px 0;padding:10px 16px;background:#f4f8f9;color:#38545c}.wp-editor-canvas ul,.wp-editor-canvas ol{padding-right:24px}.wp-editor-canvas figure{margin:18px 0}.wp-editor-canvas img{max-width:100%;height:auto;border-radius:8px}.wp-editor-canvas figcaption{font-size:.88rem;color:#6c7d83;text-align:center;margin-top:6px}.wp-editor-source{display:none;width:100%;min-height:430px;border:0;border-top:1px solid #e4eef1;border-radius:0;background:#101820;color:#d9f6ff;font-family:Consolas,monospace;direction:ltr;text-align:left;line-height:1.7;padding:18px}.wp-editor.is-html-mode .wp-editor-canvas{display:none}.wp-editor.is-html-mode .wp-editor-source{display:block}.wp-editor-status{display:flex;justify-content:space-between;gap:12px;background:#f8fbfc;border-top:1px solid #e4eef1;padding:9px 12px;color:#60767d;font-size:.86rem}
.install-prompt,.cookie-banner{position:fixed;z-index:80;right:18px;left:auto;bottom:18px;width:min(440px,calc(100vw - 36px));background:#fff;border:1px solid #d8e6ea;border-radius:8px;box-shadow:0 20px 54px rgba(13,44,52,.2);padding:16px;display:flex;align-items:center;justify-content:space-between;gap:14px}.install-prompt[hidden],.cookie-banner[hidden]{display:none}.install-prompt strong{display:block;color:#12343d}.install-prompt span,.cookie-banner p{display:block;color:#60767d;font-size:.9rem;line-height:1.65;margin:0}.cookie-banner{width:min(720px,calc(100vw - 36px));bottom:18px;right:50%;transform:translateX(50%)}.cookie-banner a{color:var(--primary);font-weight:900;text-decoration:underline}.cookie-banner .actions,.install-prompt .actions{flex:0 0 auto}.install-prompt{bottom:132px}
.brand-logo-mark{width:46px;height:46px;object-fit:contain;flex:0 0 auto}.site-footer .brand{display:flex;align-items:center}.site-footer .brand img{width:46px;height:46px}
.nav-counter{position:relative}.nav-counter span{position:absolute;top:-8px;left:-8px;min-width:20px;height:20px;border-radius:999px;background:#d93025;color:#fff;font-size:.72rem;display:grid;place-items:center;padding:0 5px}.message-item{border:1px solid #e0eaed;border-radius:8px;background:#fff;padding:16px;margin-bottom:12px}.message-item.unread{border-color:var(--primary);box-shadow:0 8px 22px rgba(18,108,131,.08)}.message-meta{display:flex;gap:10px;flex-wrap:wrap;color:#6c7d83;font-size:.9rem}.notification-list .message-item a{color:var(--primary);font-weight:900}.installer-brand{margin-bottom:16px}.hp-carousel{position:relative}.carousel-shell{position:relative}.carousel-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 4px 24px;scrollbar-width:none}.carousel-track::-webkit-scrollbar{display:none}.carousel-track>.card,.carousel-track>.provider-card{scroll-snap-align:start;flex:0 0 min(360px,82vw)}.category-carousel>.category-slide{min-height:178px;background:linear-gradient(145deg,#fff,#f4fafb);border-color:#d7e8ed}.provider-carousel>.provider-card{flex-basis:min(360px,86vw)}.carousel-btn{position:absolute;top:45%;z-index:5;width:42px;height:42px;border:1px solid #d7e6ea;border-radius:8px;background:#fff;color:var(--primary);box-shadow:0 16px 34px rgba(21,53,61,.14);display:grid;place-items:center;cursor:pointer}.carousel-prev{right:-14px}.carousel-next{left:-14px}.carousel-btn:hover{background:var(--primary);color:#fff}.carousel-dots{display:flex;justify-content:center;gap:7px;margin-top:2px}.carousel-dots button{width:9px;height:9px;border:0;border-radius:999px;background:#b8ccd2;padding:0;cursor:pointer}.carousel-dots button.is-active{width:24px;border-radius:999px;background:var(--primary)}.provider-featured-carousel .carousel-track,.same-city-carousel .carousel-track{padding-top:10px}
.city-carousel>.city-slide{min-height:154px;background:linear-gradient(145deg,#fff,#f6fbfc);border-color:#d7e8ed}.city-carousel>.city-slide .icon-box{background:#e8f5f7}
.search-panel{grid-template-columns:1fr 1fr 1fr 1.4fr auto}.admin-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:14px;color:#6c7d83;font-weight:800}.admin-breadcrumb a{color:var(--primary)}.admin-breadcrumb span:not(:last-child)::after,.admin-breadcrumb a::after{content:"/";margin-right:8px;color:#a5b6bc}
@media (max-width: 960px){.nav-shell{height:auto;min-height:70px;flex-wrap:wrap;padding:12px 0}.nav-toggle{display:grid;place-items:center;margin-inline-start:auto;position:relative;z-index:60;cursor:pointer}.nav-toggle.is-open{background:var(--primary);color:#fff}.main-nav,.nav-actions{display:none;width:100%;flex-direction:column;align-items:stretch;background:#fff;border-top:1px solid #e5edf0;padding-top:10px}.main-nav.is-open,.nav-actions.is-open{display:flex}.main-nav a{padding:10px 0}.nav-actions .btn{width:100%}.search-panel,.filters{grid-template-columns:1fr}.grid-4,.grid-3,.grid-2,.footer-grid{grid-template-columns:1fr 1fr}.profile-info{grid-template-columns:110px 1fr}.profile-info .actions{grid-column:1/-1}.avatar{width:110px;height:110px}.admin-layout{grid-template-columns:1fr}.admin-sidebar{position:relative;height:auto}.admin-main{padding:18px}.form-grid{grid-template-columns:1fr}}
@media (max-width: 640px){.hero{min-height:680px}.hero-content{padding-top:80px}.grid-4,.grid-3,.grid-2,.footer-grid{grid-template-columns:1fr}.section{padding:48px 0}.section-head{display:block}.footer-bottom{display:block}.profile-info{grid-template-columns:1fr;margin-top:-68px}.avatar{width:120px;height:120px}.btn{width:100%}.actions .btn{width:auto}.table th,.table td{white-space:nowrap}.gallery{grid-template-columns:1fr}.brand strong{font-size:.95rem}.carousel-track{gap:14px;padding-inline:2px}.carousel-track>.card,.carousel-track>.provider-card{flex-basis:86vw}.carousel-btn{width:38px;height:38px;top:42%}.carousel-prev{right:4px}.carousel-next{left:4px}.install-prompt,.cookie-banner{right:10px;left:10px;bottom:10px;width:auto;transform:none;display:block;padding:14px}.install-prompt{bottom:154px}.install-prompt .actions,.cookie-banner .actions{margin-top:10px;display:grid;grid-template-columns:1fr 1fr}.install-prompt .btn,.cookie-banner .btn{width:100%}}
