
/* Variant B design system — token 89cd3cf81d
   Colors: teal/sky, Font: Inter+Merriweather
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Merriweather:wght@700&display=swap');
:root{--b-text:#0f172a;--b-muted:#475569;--b-bg:#fafafa;--b-accent:#0ea5e9;--b-accent-2:#10b981;}
html,body{background:var(--b-bg);color:var(--b-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
h1,h2,h3{font-family:Merriweather,Georgia,serif}
a{text-decoration-thickness:1.5px;text-underline-offset:2px}
.btn-primary{background:var(--b-accent)!important;border-color:var(--b-accent)!important}
.btn-success,.btn-teal{background:var(--b-accent-2)!important;border-color:var(--b-accent-2)!important}
.hero-overlay,.overlay,.banner-overlay,.mask{pointer-events:none!important;z-index:0!important}
.hero-section .container,.page-header .container{position:relative;z-index:1}
/* Cards */
.card,.feature-card,.service-card{border-radius:18px}
/* Unique wrapper for DOM change */
.wrap-b-89cd3cf81d{display:block;isolation:isolate;contain:paint}
