*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.6;color:#334155;background-color:#fff}:root{--primary:#0ea5e9;--primary-glow:#38bdf8;--primary-foreground:#ffffff;--healing:#10b981;--healing-foreground:#ffffff;--accent:#d1fae5;--accent-foreground:#047857;--background:#ffffff;--foreground:#334155;--muted:#f8fafc;--muted-foreground:#64748b;--border:#e2e8f0;--card:#ffffff;--shadow-soft:0 4px 20px -2px rgba(14, 165, 233, 0.1);--shadow-glow:0 0 40px rgba(56, 189, 248, 0.2)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--foreground)}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgb(255 255 255 / .95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:1rem 0}.header-content{display:flex;justify-content:space-between;align-items:center}.site-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--foreground)}.site-logo svg{width:2rem;height:2rem;color:var(--primary)}.site-logo span{font-size:1.5rem;font-weight:700}.main-navigation ul{display:flex;list-style:none;gap:2rem;margin:0}.main-navigation a{text-decoration:none;color:var(--muted-foreground);transition:color 0.3s ease}.main-navigation a:hover{color:var(--primary)}.header-buttons{display:flex;gap:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:500;transition:all 0.3s ease;border:none;cursor:pointer}.btn-primary{background:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow-soft)}.btn-primary:hover{background:var(--primary-glow);box-shadow:var(--shadow-glow)}.btn-hero{background:linear-gradient(135deg,var(--primary),var(--primary-glow));color:var(--primary-foreground);font-weight:600}.btn-hero:hover{box-shadow:var(--shadow-glow);transform:translateY(-1px)}.btn-outline{background:#fff0;color:var(--primary);border:1px solid rgb(14 165 233 / .2)}.btn-outline:hover{background:var(--primary);color:var(--primary-foreground)}.btn-healing{background:var(--healing);color:var(--healing-foreground);box-shadow:var(--shadow-soft)}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:5rem;background:linear-gradient(135deg,rgb(14 165 233 / .05),rgb(16 185 129 / .05))}.hero-background{position:absolute;inset:0;z-index:-1}.hero-background img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgb(255 255 255 / .95),rgb(255 255 255 / .5))}.hero-content{position:relative;z-index:10;max-width:50%}.hero-badge{display:inline-block;padding:.5rem 1rem;background:rgb(209 250 229 / .3);color:var(--accent-foreground);border:1px solid rgb(4 120 87 / .3);border-radius:2rem;font-size:.875rem;margin-bottom:1.5rem}.hero-title{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-title .text-primary{color:var(--primary)}.hero-description{font-size:1.25rem;color:var(--muted-foreground);margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.hero-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.hero-info-item{display:flex;align-items:center;gap:.75rem;color:var(--muted-foreground)}.hero-info-item svg{width:1.25rem;height:1.25rem;color:var(--primary)}.section{padding:5rem 0}.section-accent{background:rgb(209 250 229 / .1)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;margin-bottom:1rem}.section-description{font-size:1.25rem;color:var(--muted-foreground);max-width:48rem;margin:0 auto}.card{background:var(--card);border-radius:1rem;box-shadow:var(--shadow-soft);overflow:hidden;transition:all 0.3s ease}.card:hover{box-shadow:0 10px 30px -5px rgb(14 165 233 / .15);transform:translateY(-2px)}.card-image{width:100%;height:12rem;object-fit:cover}.card-content{padding:1.5rem}.card-icon{width:4rem;height:4rem;background:rgb(14 165 233 / .1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.card-icon svg{width:2rem;height:2rem;color:var(--primary)}.card-title{font-size:1.25rem;text-align:center;margin-bottom:.5rem}.card-description{color:var(--muted-foreground);text-align:center;margin-bottom:1.5rem}.card-features{list-style:none;margin-bottom:1.5rem}.card-features li{display:flex;align-items:center;gap:.5rem;padding:.25rem 0;font-size:.875rem;color:var(--muted-foreground)}.card-features li::before{content:'';width:6px;height:6px;background:var(--healing);border-radius:50%}.grid{display:grid;gap:2rem}.grid-1{grid-template-columns:1fr}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--foreground)}.form-input,.form-textarea{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:.5rem;font-size:1rem;transition:border-color 0.3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgb(14 165 233 / .1)}.site-footer{background:var(--primary);color:var(--primary-foreground);padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:var(--primary-foreground);margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:rgb(255 255 255 / .8);text-decoration:none;transition:color 0.3s ease}.footer-section a:hover{color:var(--primary-foreground)}.footer-social{display:flex;gap:1rem;margin-top:1rem}.social-link{width:2.5rem;height:2.5rem;background:rgb(255 255 255 / .1);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background 0.3s ease}.social-link:hover{background:rgb(255 255 255 / .2)}.footer-bottom{border-top:1px solid rgb(255 255 255 / .2);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}@media (max-width:768px){.hero-content{max-width:100%}.hero-title{font-size:2.5rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.main-navigation{display:none}.header-buttons{flex-direction:column;gap:.5rem}.hero-buttons{flex-direction:column}.footer-bottom{flex-direction:column;text-align:center}}.text-center{text-align:center}.text-primary{color:var(--primary)}.text-healing{color:var(--healing)}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-8{margin-top:2rem}.w-full{width:100%}.hidden{display:none}.wp-block-group{margin-bottom:2rem}.wp-block-image{margin-bottom:1rem}.alignwide{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw)}.alignfull{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw)}