@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Outfit:wght@500;600;700;800&display=swap");:root{--font-heading:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-body:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--color-primary:#7C3AED;--color-primary-dark:#6D28D9;--color-primary-light:#DDD6FE;--color-secondary:#EC4899;--color-secondary-dark:#DB2777;--color-secondary-light:#FCE7F3;--color-accent:#F43F5E;--color-gold:#D97706;--bg-page:#FAF5FF;--bg-surface:#FFFFFF;--bg-subtle:#F5EEFE;--bg-footer:#1E1B4B;--text-main:#1E1B4B;--text-muted:#4C1D95;--text-body:#374151;--text-light:#6B7280;--text-inverse:#FFFFFF;--border-light:#EDE9FE;--border-pink:#FBCFE8;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-full:9999px;--shadow-subtle:0 4px 20px rgba(124,58,237,0.05);--shadow-card:0 10px 30px rgba(124,58,237,0.08);--shadow-hover:0 18px 40px rgba(124,58,237,0.15);--max-width:1240px}*{box-sizing:border-box;margin:0;padding:0}body,html{width:100%;min-height:100vh;background-color:var(--bg-page);color:var(--text-body);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-main);line-height:1.25;font-weight:700}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,var(--color-primary) 0,var(--color-secondary) 100%);color:#ffffff;font-weight:700;font-size:1rem;padding:.85rem 1.75rem;border-radius:var(--radius-full);box-shadow:0 6px 20px rgba(124,58,237,.25);transition:all .25s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(124,58,237,.35);background:linear-gradient(135deg,var(--color-primary-dark) 0,var(--color-secondary-dark) 100%)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--bg-surface);color:var(--color-primary);border:2px solid var(--color-primary-light);font-weight:700;font-size:1rem;padding:.8rem 1.6rem;border-radius:var(--radius-full);transition:all .25s ease}.btn-secondary:hover{background:var(--color-primary-light);color:var(--color-primary-dark);border-color:var(--color-primary)}.badge-tag{display:inline-block;background:var(--color-secondary-light);color:var(--color-secondary-dark);font-weight:700;font-size:.85rem;padding:.35rem .9rem;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.section-padding{padding:5rem 0}@media (max-width:768px){.section-padding{padding:3rem 0}}.Footer_footer__pQtti{background:var(--bg-footer);color:#E2E8F0;padding-top:4.5rem}.Footer_footerGrid__K31Dz{display:grid;grid-template-columns:1.4fr .8fr 1fr 1.1fr;grid-gap:2.5rem;gap:2.5rem;padding-bottom:3.5rem}.Footer_colTitle__3amT0{color:#FFFFFF;font-size:1.15rem;margin-bottom:1.25rem;position:relative;padding-bottom:.5rem}.Footer_colTitle__3amT0:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:var(--color-secondary);border-radius:var(--radius-full)}.Footer_footerBrandTitle__Cr_UY{font-family:var(--font-heading);font-size:1.5rem;font-weight:800;color:#FFFFFF;letter-spacing:-.02em;margin-bottom:1rem}.Footer_brandDesc__9avfm{color:#94A3B8;font-size:.93rem;line-height:1.6;margin-bottom:1.25rem}.Footer_brandBadge__8mISl{display:inline-flex;align-items:center;gap:.4rem;background:rgba(124,58,237,.2);color:#DDD6FE;font-weight:600;font-size:.85rem;padding:.4rem .85rem;border-radius:var(--radius-md);border:1px solid rgba(124,58,237,.4)}.Footer_contactList__WGnHw,.Footer_hoursList__LRY_Q,.Footer_linkList__Js__Y{list-style:none;display:flex;flex-direction:column;gap:.75rem;font-size:.93rem}.Footer_linkList__Js__Y a{color:#CBD5E1;transition:color .2s ease,transform .2s ease;display:inline-block}.Footer_linkList__Js__Y a:hover{color:var(--color-secondary);transform:translateX(4px)}.Footer_hoursList__LRY_Q li{display:flex;flex-direction:column;gap:.1rem;color:#CBD5E1}.Footer_hoursList__LRY_Q strong{color:#FFFFFF}.Footer_appointmentNote__RG0lw{margin-top:1rem;font-size:.82rem;color:#94A3B8;font-style:italic}.Footer_contactList__WGnHw li{display:flex;align-items:flex-start;gap:.75rem;color:#CBD5E1}.Footer_contactList__WGnHw .Footer_icon___SLPT{color:var(--color-secondary);flex-shrink:0;margin-top:.2rem}.Footer_phoneMain__1vMKr{font-size:1.1rem;font-weight:700;color:#FFFFFF;display:block}.Footer_subText__zHD0M{font-size:.82rem;color:#94A3B8;display:block}.Footer_bottomBar__sRQPB{background:#0F172A;padding:1.25rem 0;font-size:.88rem;color:#64748B;border-top:1px solid #1e293b}.Footer_bottomContent__Q4tA0{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}@media (max-width:992px){.Footer_footerGrid__K31Dz{grid-template-columns:1fr 1fr}}@media (max-width:600px){.Footer_footerGrid__K31Dz{grid-template-columns:1fr;gap:2rem}.Footer_bottomContent__Q4tA0{flex-direction:column;text-align:center}}.Header_header__KwdYD{position:-webkit-sticky;position:sticky;top:0;z-index:100;width:100%;background:var(--bg-surface);box-shadow:0 4px 20px rgba(124,58,237,.08)}.Header_topBar__Guhl4{background:linear-gradient(90deg,#1E1B4B,#4C1D95);color:#DDD6FE;font-size:.85rem;padding:.45rem 0}.Header_topBarContent__z_570{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.Header_topBarLeft__mO4yR,.Header_topBarRight__2F8z8{display:flex;align-items:center;gap:1.25rem}.Header_infoItem__Z0F_F{display:inline-flex;align-items:center;gap:.35rem}.Header_topPhone__w4B_5{color:#FBCFE8;font-weight:700;display:inline-flex;align-items:center;gap:.3rem;transition:color .2s ease}.Header_topPhone__w4B_5:hover{color:#FFFFFF}.Header_navbar__26gfT{padding:.75rem 0;border-bottom:1px solid var(--border-light)}.Header_navContainer__ujC20{display:flex;align-items:center;justify-content:space-between}.Header_brandTitle__ig2AN{font-family:var(--font-heading);font-size:1.45rem;font-weight:800;color:var(--color-primary-dark);letter-spacing:-.02em;line-height:1.2;transition:color .2s ease}.Header_logoLink__8hJcT:hover .Header_brandTitle__ig2AN{color:var(--color-primary)}.Header_desktopNav__ye2RQ{display:flex;align-items:center;gap:2rem}.Header_navLink__Rvw2c{font-weight:600;font-size:.98rem;color:var(--text-main);padding:.4rem .2rem;position:relative;transition:color .2s ease}.Header_activeLink__UMnjx,.Header_navLink__Rvw2c:hover{color:var(--color-primary)}.Header_activeLink__UMnjx{font-weight:700}.Header_activeLink__UMnjx:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:var(--color-secondary);border-radius:var(--radius-full)}.Header_navActions__kLgrE{display:flex;align-items:center;gap:1rem}.Header_mobileToggle__rvWrT{display:none;color:var(--text-main);padding:.25rem}.Header_mobileDrawer__3vHi8{background:var(--bg-surface);border-bottom:2px solid var(--color-primary-light);padding:1.5rem;box-shadow:0 10px 25px rgba(0,0,0,.1)}.Header_mobileNavLinks__6HsvX{display:flex;flex-direction:column;gap:1rem}.Header_mobileNavLink__Ai4_9{font-size:1.1rem;font-weight:600;color:var(--text-main);padding:.5rem 0;border-bottom:1px dashed var(--border-light)}.Header_mobileActive__VwfbO{color:var(--color-primary);font-weight:700}@media (max-width:992px){.Header_topBarLeft__mO4yR{display:none}.Header_topBarContent__z_570{justify-content:center}.Header_desktopNav__ye2RQ{display:none}.Header_mobileToggle__rvWrT{display:block}}