:root{--brand-primary:#0b6fa4;--brand-deep:#0a2540;--brand-accent:#00b4d8;--brand-foam:#e8f4fa;--ink:#12212f;--muted:#51606f;--bg:#fff;--bg-soft:#f2f7fb;--radius:14px;--container:1120px;--font-heading:"Archivo", "Oswald", system-ui, sans-serif;--font-body:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:var(--bg);margin:0;line-height:1.65;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--brand-deep);letter-spacing:-.01em;line-height:1.2}a{color:var(--brand-primary)}a:hover{color:var(--brand-deep)}img,video,svg,iframe{max-width:100%}img,video{height:auto}iframe{border:0}.container{width:100%;max-width:var(--container);margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}section{width:100%}.btn{cursor:pointer;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;min-width:48px;min-height:48px;padding:.8rem 1.6rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-primary{background:var(--brand-primary);color:#fff}.btn-primary:hover{background:var(--brand-deep);color:#fff}.btn-accent{background:var(--brand-accent);color:var(--brand-deep)}.btn-accent:hover{background:var(--brand-primary);color:#fff}.btn-outline{border-color:var(--brand-primary);color:var(--brand-primary);background:#fff}.btn-outline:hover{background:var(--brand-foam)}.card-img{object-fit:cover;aspect-ratio:16/9;border-radius:var(--radius);width:100%;display:block}a:focus-visible,button:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--brand-accent);outline-offset:3px;border-radius:4px}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(18px)}.reveal.visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}html{scroll-behavior:auto}}.site-header{z-index:50;background:#fff;border-bottom:1px solid #dfe9f0;transition:box-shadow .25s;position:sticky;top:0}.site-header.scrolled{box-shadow:0 4px 18px #0a25401f}.header-inner{justify-content:space-between;align-items:center;gap:1rem;padding-top:.6rem;padding-bottom:.6rem;display:flex}.brand{align-items:center;gap:.65rem;text-decoration:none;display:flex}.brand img{width:52px;height:52px}.brand-name{font-family:var(--font-heading);color:var(--brand-deep);font-size:1.05rem;font-weight:800;line-height:1.15}.nav{align-items:center;gap:1.1rem;display:flex}.nav a.nav-link{color:var(--ink);padding:.6rem .2rem;font-weight:600;text-decoration:none}.nav a.nav-link:hover{color:var(--brand-primary)}.nav-toggle{border:2px solid var(--brand-primary);width:44px;height:44px;color:var(--brand-deep);background:0 0;border-radius:10px;font-size:1.3rem;display:none}@media (width<=820px){.nav-toggle{justify-content:center;align-items:center;display:inline-flex}.nav{border-bottom:2px solid var(--brand-foam);background:#fff;flex-direction:column;align-items:stretch;padding:.75rem 1.25rem 1.25rem;display:none;position:absolute;top:100%;left:0;right:0}.nav.open{display:flex}.nav a.nav-link{border-top:1px solid var(--brand-foam);padding:.7rem .2rem}}.hero{background:linear-gradient(120deg, var(--brand-deep) 0%, #0d3a5c 55%, var(--brand-primary) 100%);color:#fff;width:100%;padding:3.5rem 0}.hero h1{color:#fff;margin:0 0 .75rem;font-size:clamp(1.9rem,4.5vw,3rem)}.hero p.lead{color:#d7e9f4;max-width:40rem;font-size:1.15rem}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:2rem;display:grid}.hero img{border-radius:var(--radius);object-fit:cover;aspect-ratio:16/10;width:100%;display:block}.hero-badges{flex-wrap:wrap;gap:.6rem;margin:1.25rem 0;padding:0;list-style:none;display:flex}.hero-badges li{background:#ffffff24;border:1px solid #ffffff59;border-radius:999px;padding:.4rem .9rem;font-size:.9rem;font-weight:600}@media (width<=820px){.hero-grid{grid-template-columns:1fr}}.section{padding:3.5rem 0}.section-soft{background:var(--bg-soft)}.section-title{margin:0 0 .5rem;font-size:clamp(1.5rem,3vw,2.1rem)}.section-sub{color:var(--muted);max-width:46rem;margin:0 0 2rem}.cards{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}.cards-2{grid-template-columns:repeat(2,1fr)}@media (width<=900px){.cards{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.cards,.cards-2{grid-template-columns:1fr}}.card-h{font-size:1.15rem;font-family:var(--font-heading);color:var(--brand-deep);margin:0;line-height:1.2}.card{border-radius:var(--radius);background:#fff;border:1px solid #dfe9f0;flex-direction:column;display:flex;overflow:hidden}.card-body{flex-direction:column;flex:1;gap:.6rem;padding:1.25rem 1.25rem 1.5rem;display:flex}.card-body h3{margin:0;font-size:1.15rem}.card-body h3 a{color:var(--brand-deep);text-decoration:none}.card-body h3 a:hover{color:var(--brand-primary)}.card-body p{color:var(--muted);flex:1;margin:0;font-size:.98rem}.service-icon{width:44px;height:44px;color:var(--brand-primary)}.ba-wrap{border-radius:var(--radius);width:100%;position:relative;overflow:hidden}.ba-wrap img{object-fit:cover;aspect-ratio:16/9;width:100%;display:block}.ba-after{border-right:4px solid var(--brand-accent);width:50%;position:absolute;inset:0;overflow:hidden}.ba-after img{width:100%;max-width:none}.ba-range{width:100%;min-height:44px;accent-color:var(--brand-primary);margin-top:.75rem}.faq{border-radius:var(--radius);background:#fff;border:1px solid #dfe9f0;margin-bottom:.75rem}.faq summary{cursor:pointer;color:var(--brand-deep);min-height:44px;padding:1rem 1.25rem;font-weight:700}.faq div{color:var(--muted);padding:0 1.25rem 1.25rem}.site-footer{background:var(--brand-deep);color:#cfe2ef;width:100%;padding:3rem 0 1.5rem}.site-footer a{color:#fff}.footer-grid{grid-template-columns:1.2fr .8fr 1fr;gap:2rem;display:grid}@media (width<=760px){.footer-grid{grid-template-columns:1fr}}.footer-brand{align-items:center;gap:.6rem;margin-bottom:.75rem;display:flex}.footer-brand img{width:44px;height:44px}.footer-brand span{font-family:var(--font-heading);color:#fff;font-weight:800}.byte-badge{text-align:center;border-top:1px solid #fff3;margin-top:2rem;padding-top:1.25rem;font-size:.85rem}.to-top{background:var(--brand-primary);color:#fff;cursor:pointer;z-index:60;border:none;border-radius:50%;width:48px;height:48px;font-size:1.4rem;display:none;position:fixed;bottom:1rem;right:1rem}.to-top.show{display:block}.map-wrap iframe{border-radius:var(--radius);width:100%;height:380px;display:block}.post-content{max-width:46rem}.post-content img{border-radius:var(--radius)}.prose-meta{color:var(--muted);font-size:.92rem}:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:3px solid var(--color-accent,var(--color-primary,#2563eb));outline-offset:3px}
