*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--navy: #1a2e4a;--navy-light: #243b5c;--teal: #2a9d8f;--teal-dark: #238b7e;--white: #ffffff;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--shadow-sm: 0 1px 3px rgba(0,0,0,.1);--shadow-md: 0 4px 12px rgba(0,0,0,.1);--shadow-lg: 0 10px 30px rgba(0,0,0,.12);--radius: 8px;--radius-lg: 12px}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:var(--gray-800);line-height:1.6;background:var(--white);overflow-x:hidden}h1,h2,h3,h4{font-family:Poppins,sans-serif;line-height:1.2}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.btn{display:inline-block;padding:.875rem 2rem;border-radius:var(--radius);font-weight:600;font-size:1rem;transition:all .3s ease;cursor:pointer;border:none;text-align:center}.btn-primary{background:var(--teal);color:var(--white)}.btn-primary:hover{background:var(--teal-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-outline{background:transparent;color:var(--teal);border:2px solid var(--teal)}.btn-outline:hover{background:var(--teal);color:var(--white);transform:translateY(-2px)}.btn-lg{padding:1rem 2.5rem;font-size:1.125rem}.btn-full{width:100%}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--white);box-shadow:var(--shadow-sm);transition:box-shadow .3s ease}.nav-container{display:flex;align-items:center;justify-content:space-between;height:72px}.logo img{height:40px;width:auto}.nav-menu-desktop{display:flex;align-items:center;gap:1.5rem}.nav-menu-desktop a{font-size:.9rem;font-weight:500;color:var(--gray-700);transition:color .2s}.nav-menu-desktop a:hover{color:var(--teal)}.nav-phone{color:var(--teal)!important;font-weight:600;font-size:.85rem;white-space:nowrap}.nav-phone:hover{color:var(--teal-dark)!important}.nav-btn{background:var(--teal)!important;color:var(--white)!important;padding:.5rem 1.25rem!important;border-radius:var(--radius)!important}.nav-btn:hover{background:var(--teal-dark)!important}.hero{position:relative;min-height:78vh;display:flex;align-items:center;justify-content:center;background:url(/assets/hero-bg-BUrMAGxW.jpg) center/cover no-repeat;margin-top:72px}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1a2e4ad9,#1a2e4ab3)}.hero-content{position:relative;z-index:1;text-align:center;padding:2rem 1.5rem}.hero-badge{margin-bottom:1rem}.hero-badge img{height:110px;margin:0 auto;border-radius:var(--radius);filter:drop-shadow(0 4px 20px rgba(255,255,255,.3))}.hero-award-callout{font-size:1.3rem;font-weight:700;color:gold;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;text-shadow:0 2px 8px rgba(0,0,0,.4)}.hero h1{font-size:clamp(2.2rem,5vw,3.5rem);color:var(--white);margin-bottom:1rem}.hero-sub{font-size:clamp(1rem,2vw,1.25rem);color:#ffffffe6;margin-bottom:1.25rem;max-width:600px;margin-left:auto;margin-right:auto}.section{padding:5rem 0}.section-alt{background:var(--gray-50)}.section-title{text-align:center;font-size:clamp(1.75rem,3vw,2.5rem);color:var(--navy);margin-bottom:3rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text p{font-size:1.1rem;color:var(--gray-600);margin-bottom:1rem;line-height:1.8}.about-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.card{background:var(--white);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.card-icon{font-size:2.5rem;margin-bottom:1rem}.card h3{font-size:1.1rem;color:var(--navy);margin-bottom:.75rem}.card p{font-size:.95rem;color:var(--gray-600)}.conditions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.condition-item{background:var(--white);border:1px solid var(--gray-200);padding:1rem 1.5rem;border-radius:var(--radius);font-weight:500;color:var(--navy);text-align:center;transition:all .2s ease}.condition-item:hover{border-color:var(--teal);background:#2a9d8f0d;color:var(--teal)}.team-grid{display:flex;flex-direction:column;gap:3rem}.team-card{display:grid;grid-template-columns:280px 1fr;gap:2.5rem;background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md);align-items:start}.team-photo img{width:100%;height:300px;object-fit:cover;object-position:center 70%;border-radius:var(--radius)}.team-placeholder{width:100%;height:300px;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--white);text-align:center;padding:1rem}.team-placeholder span{font-weight:600;font-size:1.1rem}.team-placeholder small{opacity:.8;margin-top:.5rem}.team-info h3{font-size:1.4rem;color:var(--navy);margin-bottom:.25rem}.team-title{color:var(--teal);font-weight:600;margin-bottom:1rem}.team-info p{color:var(--gray-600);margin-bottom:.75rem;line-height:1.7}.team-techniques{font-size:.9rem;margin-bottom:1.5rem!important}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.why-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--gray-200)}.why-icon{font-size:2rem;flex-shrink:0}.why-item h4{color:var(--navy);margin-bottom:.25rem;font-size:1.05rem}.why-item p{color:var(--gray-600);font-size:.9rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card{background:var(--white);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.stars{font-size:1.2rem;margin-bottom:1rem}.testimonial-text{font-size:.95rem;color:var(--gray-600);line-height:1.7;margin-bottom:1rem;font-style:italic}.testimonial-author{font-weight:600;color:var(--navy)}.cta-banner{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);padding:4rem 1.5rem}.cta-banner h2{color:var(--white);font-size:clamp(1.5rem,3vw,2.25rem);margin-bottom:.75rem}.cta-banner p{color:#ffffffd9;font-size:1.1rem;margin-bottom:2rem}.contact-simple{text-align:center;max-width:600px;margin:0 auto}.contact-text{font-size:1.1rem;color:var(--gray-600);margin-bottom:2rem;line-height:1.7}.contact-buttons{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.btn-email,.btn-phone{font-size:1.1rem;padding:1rem 2rem}.contact-details{background:var(--gray-50);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--gray-200)}.contact-details p{color:var(--gray-600);margin-bottom:.75rem;line-height:1.7}.map-container{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.map-container iframe{display:block}.footer{background:var(--navy);color:#ffffffd9;padding:3rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-logo{height:36px;margin-bottom:1rem;filter:brightness(0) invert(1)}.footer-brand p{margin-bottom:.5rem;font-size:.9rem}.footer-brand a{color:var(--teal)}.footer-brand a:hover{text-decoration:underline}.footer h4{color:var(--white);margin-bottom:1rem;font-size:1rem}.footer-hours p{font-size:.9rem;margin-bottom:.4rem}.social-links{display:flex;gap:1rem}.social-links a{color:#ffffffb3;transition:color .2s}.social-links a:hover{color:var(--teal)}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:1.5rem;text-align:center;font-size:.85rem;color:#fff9}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-top:.5rem;width:100%}.hero-actions .btn{margin:0;white-space:nowrap}@media (min-width: 769px){.hero-actions{flex-wrap:nowrap}.hero-actions .google-badge{flex-shrink:0}}.hero-btn-ghost{border-color:#fff;color:#fff}.google-badge{display:inline-flex;align-items:center;gap:.7rem;background:#fffffff5;border:1px solid rgba(26,46,74,.1);border-radius:999px;padding:.5rem 1.1rem;margin:0;text-decoration:none;box-shadow:0 6px 20px #0000002e;transition:transform .2s ease,box-shadow .2s ease}.google-badge:hover{transform:translateY(-2px);box-shadow:0 10px 26px #0000003d}.google-badge-logo{display:inline-flex;align-items:center;flex-shrink:0}.google-badge-body{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.google-badge-top{display:inline-flex;align-items:center;gap:.4rem}.google-badge-rating{font-family:Poppins,sans-serif;font-weight:700;font-size:1.05rem;color:var(--navy)}.google-badge-stars{display:inline-flex;align-items:center;gap:1px}.google-badge-count{font-family:Inter,sans-serif;font-size:.78rem;font-weight:500;color:var(--navy);opacity:.75;white-space:nowrap}@media (max-width: 480px){.google-badge{gap:.55rem;padding:.45rem .9rem;margin:0}.hero-actions{gap:.75rem}.google-badge-logo svg{width:20px;height:20px}.google-badge-rating{font-size:.95rem}.google-badge-stars svg{width:12px;height:12px}.google-badge-count{font-size:.7rem}}.appointment-form{text-align:left;background:var(--white);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm)}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:600;color:var(--navy);margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:1px solid var(--gray-300);border-radius:var(--radius);font-size:1rem;font-family:Inter,sans-serif;color:var(--gray-800);transition:border-color .2s,box-shadow .2s;background:var(--white)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px #2a9d8f26}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray-300)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 480px){.form-row{grid-template-columns:1fr}}.thank-you-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);padding:2rem}.thank-you-content{text-align:center;background:var(--white);padding:4rem 3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-width:500px;width:100%}.thank-you-icon{width:80px;height:80px;background:var(--teal);color:var(--white);font-size:2.5rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.thank-you-content h1{color:var(--navy);margin-bottom:1rem;font-size:2rem}.thank-you-content p{color:var(--gray-600);margin-bottom:2rem;font-size:1.1rem}@media (max-width: 1024px){.cards-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.nav-menu-desktop{display:none!important}.hero{min-height:80vh}.about-grid{grid-template-columns:1fr}.about-image{order:-1}.cards-grid{grid-template-columns:1fr}.conditions-grid{grid-template-columns:repeat(2,1fr)}.team-card{grid-template-columns:1fr}.team-photo img,.team-placeholder{height:320px;object-position:center 30%}.why-grid,.testimonials-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.section{padding:3.5rem 0}}@media (max-width: 480px){.conditions-grid{grid-template-columns:1fr}.hero-badge img{height:120px}.btn-lg{padding:.875rem 1.5rem;font-size:1rem}}
