:root{--primary: var(--primaryColor);--accent: var(--accentColor);--surface: var(--surfaceColor);--heading-font: var(--headingFont);--body-font: var(--bodyFont);--text: #101828;--muted: #526071;--border: #d7dee8;--panel: #ffffff;--navy: #0b1f35}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--text);font-family:var(--body-font);text-rendering:optimizeLegibility}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3{margin:0 0 .75rem;color:var(--text);font-family:var(--heading-font);letter-spacing:0;line-height:1.08}h1{font-size:clamp(2.2rem,4.8vw,4.2rem)}h2{font-size:clamp(1.65rem,3vw,2.35rem)}h3{font-size:1.12rem}p{margin:0 0 1rem;line-height:1.65}button,input,textarea{font:inherit}.shell{width:min(1120px,calc(100% - 2rem));margin:0 auto}.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(16,24,40,.1);background:#fffffff0;backdrop-filter:blur(12px)}.header-shell,.footer-shell{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 0}.brand-mark{display:flex;align-items:center;gap:.8rem;min-width:240px}.brand-mark img{width:52px;height:52px;border-radius:8px}.brand-mark strong{display:block}.brand-mark span,.site-footer p,.site-nav a,.section-description,.hero-description,.form-note{color:var(--muted)}.brand-mark span{display:block;max-width:310px;font-size:.84rem;line-height:1.3}.site-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.85rem}.site-nav a{font-weight:700;font-size:.94rem}.site-nav a:hover,.site-footer a:hover,.link-card:hover span{color:var(--accent)}.header-phone,.cta-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.78rem 1.05rem;border:0;border-radius:8px;background:var(--primary);color:#fff;font-weight:800;transition:transform .16s ease,box-shadow .16s ease,background .16s ease;cursor:pointer}.header-phone{white-space:nowrap}.cta-button.is-secondary{border:1px solid rgba(16,24,40,.16);background:#fff;color:var(--text)}.cta-button:hover{transform:translateY(-1px);box-shadow:0 12px 24px #12355b24}.hero-section,.content-section,.page-hero{padding:4.5rem 0}.hero-section,.page-hero{background:linear-gradient(90deg,#0b1f35eb,#12355bbd),var(--surface)}.hero-section h1,.hero-section .hero-description,.page-hero h1,.page-hero .hero-description,.page-hero .section-eyebrow{color:#fff}.hero-section .section-eyebrow{color:#ffd7d7}.hero-shell,.page-hero-shell,.split-layout,.split-callout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;align-items:center}.hero-description{max-width:720px;font-size:1.1rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.35rem}.hero-visual-card{padding:0;overflow:hidden}.hero-visual-image,.detail-media-card img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.detail-media-card{padding:0;overflow:hidden}.section-header{max-width:760px;margin-bottom:2rem}.section-eyebrow,.card-kicker{margin:0 0 .55rem;color:var(--accent);font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.content-card,.cta-panel,.info-card,.map-frame{border:1px solid var(--border);border-radius:8px;background:var(--panel);box-shadow:0 18px 36px #10182812}.content-card,.cta-panel,.info-card{padding:1.35rem}.cta-panel{background:linear-gradient(135deg,#12355b14,#c6282814),#fff}.card-grid,.info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.link-card{display:block;min-height:100%;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.link-card:hover{border-color:#c6282859;transform:translateY(-2px);box-shadow:0 22px 42px #1018281a}.link-card span{font-weight:900;color:var(--primary)}.tag-list,.check-list{margin:1rem 0 0;padding:0;list-style:none}.tag-list{display:flex;flex-wrap:wrap;gap:.55rem}.tag-list li,.tag-list span{display:inline-flex;align-items:center;min-height:34px;padding:.35rem .65rem;border-radius:8px;background:#ffffff24;color:#fff;font-size:.86rem;font-weight:800}.content-section .tag-list li,.content-section .tag-list span{background:#12355b14;color:var(--primary)}.check-list{display:grid;gap:.55rem}.check-list li{position:relative;padding-left:1.5rem;line-height:1.55}.check-list li:before{content:"";position:absolute;top:.58rem;left:0;width:.55rem;height:.55rem;border-radius:50%;background:var(--accent)}.alt-surface{background:var(--surface)}.detail-stack,.faq-list{display:grid;gap:1rem}.faq-card h2,.faq-card h3{font-size:1.12rem}.mini-faq{border-top:1px solid var(--border);padding-top:1rem;margin-top:1rem}.mini-faq h3{font-size:1rem}.map-frame{min-height:360px;width:100%}.service-area-card{margin-top:1rem}.form-card{display:grid;gap:1rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}label{display:grid;gap:.4rem;color:var(--text);font-weight:800}input,textarea{width:100%;border:1px solid var(--border);border-radius:8px;padding:.8rem;color:var(--text);background:#fff}textarea{resize:vertical}.stack-list>*+*{margin-top:.35rem}.site-footer{border-top:1px solid rgba(16,24,40,.1);background:var(--navy);color:#fff}.site-footer h2,.site-footer h3,.site-footer p,.site-footer a{color:#fff}.site-footer p{opacity:.82}.demo-credit{border-top:1px solid rgba(255,255,255,.16);padding:.9rem 0 1.1rem}.demo-credit p{margin:0;font-size:.92rem}.demo-credit a{font-weight:900;text-decoration:underline;text-underline-offset:3px}@media (max-width: 980px){.header-shell,.footer-shell{align-items:flex-start;flex-direction:column}.site-nav{justify-content:flex-start}.hero-shell,.page-hero-shell,.split-layout,.split-callout,.card-grid,.info-grid{grid-template-columns:1fr}.hero-section,.content-section,.page-hero{padding:3rem 0}}@media (max-width: 640px){.form-grid{grid-template-columns:1fr}.hero-actions .cta-button{width:100%}}:root{--primaryColor: var(--primaryColor);--accentColor: var(--accentColor);--surfaceColor: var(--surfaceColor);--headingFont: var(--headingFont);--bodyFont: var(--bodyFont)}
