:root{--primary: #0ea5e9;--primary-hover: #0284c7;--primary-foreground: #ffffff;--secondary: #64748b;--secondary-hover: #475569;--background: #f0f4f8;--foreground: #0f172a;--card: #ffffff;--card-foreground: #0f172a;--muted: #e2e8f0;--muted-foreground: #64748b;--border: #e2e8f0;--input: #e2e8f0;--destructive: #ef4444;--accent: #22c55e;--slate-800: #1e293b;--slate-700: #334155;--slate-300: #cbd5e1;--radius: .5rem;--container-max: 1200px;--font-body: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-body);background-color:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;border-radius:var(--radius);border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover:not(:disabled){background-color:var(--primary-hover)}.btn-secondary{background-color:var(--secondary);color:#fff}.btn-secondary:hover:not(:disabled){background-color:var(--secondary-hover)}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--foreground)}.btn-outline:hover:not(:disabled){background-color:var(--muted)}.btn-ghost{background:transparent;color:var(--foreground)}.btn-ghost:hover:not(:disabled){background-color:#0000000d}.btn-lg{padding:.875rem 2rem;font-size:1.125rem;height:3rem}.btn-icon{padding:.5rem;width:2.5rem;height:2.5rem}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--foreground)}.form-input,.form-textarea,.form-select{width:100%;padding:.625rem .875rem;font-size:.875rem;border:1px solid var(--border);border-radius:var(--radius);background-color:var(--card);color:var(--foreground);transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0ea5e91a}.form-input::placeholder,.form-textarea::placeholder{color:var(--muted-foreground)}.form-textarea{min-height:100px;resize:vertical}.form-error{color:var(--destructive);font-size:.75rem;margin-top:.25rem}.card{background-color:var(--card);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden}.card-header{padding:1.5rem 1.5rem 0}.card-title{font-size:1.25rem;font-weight:600;color:var(--card-foreground)}.card-description{color:var(--muted-foreground);font-size:.875rem;margin-top:.25rem}.card-content{padding:1.5rem}.card-footer{padding:0 1.5rem 1.5rem;display:flex;gap:.5rem}.header{position:sticky;top:0;z-index:50;background-color:var(--slate-800);color:var(--slate-300)}.header-desktop{display:none;height:5rem;align-items:center;justify-content:space-between}.header-nav{display:flex;align-items:center;gap:1.5rem}.header-nav a{font-size:.875rem;font-weight:500;color:#cbd5e1cc;transition:color .2s}.header-nav a:hover{color:#fff}.header-actions{display:flex;align-items:center;gap:1rem}.header-mobile{display:flex;height:4rem;align-items:center;justify-content:space-between;padding:0 1rem}.header-mobile-title{position:absolute;left:50%;transform:translate(-50%);color:#fff;font-weight:600;font-size:1rem}@media(min-width:768px){.header-desktop{display:flex}.header-mobile{display:none}}.hero{position:relative;width:100%;min-height:600px;height:calc(100vh - 5rem);display:flex;align-items:center;overflow:hidden}.hero-background{position:absolute;inset:0;z-index:0}.hero-background-image{position:absolute;inset:0;background-size:cover;background-position:center;background-color:var(--slate-800)}.hero-background-overlay{position:absolute;inset:0;background:linear-gradient(to right,#00000080,#0000001a)}.hero-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.hero-badge{display:inline-flex;align-items:center;border-radius:9999px;border:1px solid rgba(14,165,233,.2);background-color:#0ea5e91a;padding:.25rem .75rem;font-size:.875rem;color:var(--primary);margin-bottom:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-badge-dot{width:.5rem;height:.5rem;border-radius:9999px;background-color:var(--primary);margin-right:.5rem}.hero-title{font-size:2.5rem;font-weight:700;color:#fff;line-height:1.1}.hero-subtitle{margin-top:1rem;font-size:1.25rem;color:#ffffffe6;font-weight:500}.hero-description{margin-top:1.5rem;max-width:65ch;color:#fffc;font-size:1rem;line-height:1.7}.hero-actions{margin-top:2rem;display:flex;flex-wrap:wrap;gap:1rem}@media(min-width:768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1.125rem}}@media(min-width:1024px){.hero-title{font-size:3.75rem}}.section{padding:4rem 0}.section-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--foreground)}.section-subtitle{text-align:center;color:var(--muted-foreground);font-size:1.125rem;max-width:600px;margin:0 auto 3rem}.appointment-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:800px;margin:0 auto}.appointment-card{background:#fff;border-radius:var(--radius);padding:1.5rem;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s,box-shadow .3s;position:relative}.appointment-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000001a}.appointment-card-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.appointment-card-description{color:var(--muted-foreground);font-size:.875rem}.appointment-card-arrow{position:absolute;bottom:0;right:0;background:var(--primary);padding:.5rem;border-top-left-radius:var(--radius);border-bottom-right-radius:var(--radius);color:#fff}.about-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.about-grid{grid-template-columns:1fr 1fr}}.about-image{border-radius:var(--radius);overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.about-content h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--primary)}.about-content p{color:var(--muted-foreground);margin-bottom:1rem;line-height:1.7}.treatments-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.treatment-card{background:var(--card);border-radius:var(--radius);padding:1.5rem;border:1px solid var(--border);transition:box-shadow .3s,transform .3s}.treatment-card:hover{box-shadow:0 10px 25px -5px #0000001a;transform:translateY(-2px)}.treatment-icon{width:3rem;height:3rem;background:#0ea5e91a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--primary)}.treatment-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.treatment-description{color:var(--muted-foreground);font-size:.875rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.testimonial-card{background:var(--card);border-radius:var(--radius);padding:1.5rem;border:1px solid var(--border)}.testimonial-content{font-style:italic;color:var(--muted-foreground);margin-bottom:1rem;line-height:1.7}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:2.5rem;height:2.5rem;border-radius:9999px;background:var(--muted);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--muted-foreground)}.testimonial-name{font-weight:600}.testimonial-role{font-size:.75rem;color:var(--muted-foreground)}.contact-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{width:2.5rem;height:2.5rem;background:#0ea5e91a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}.contact-text h4{font-weight:600;margin-bottom:.25rem}.contact-text p{color:var(--muted-foreground);font-size:.875rem}.why-choose-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.why-choose-item{text-align:center;padding:1.5rem}.why-choose-icon{width:4rem;height:4rem;background:#0ea5e91a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--primary)}.why-choose-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.why-choose-description{color:var(--muted-foreground);font-size:.875rem}.footer{background-color:var(--slate-800);color:#fff;padding:3rem 0;margin-top:auto}.footer-content{text-align:center;opacity:.8}.dialog-overlay{position:fixed;inset:0;background-color:#00000080;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem}.dialog{background:var(--card);border-radius:var(--radius);max-width:28rem;width:100%;max-height:90vh;overflow-y:auto;animation:dialogIn .2s ease}@keyframes dialogIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.dialog-header{padding:1.5rem 1.5rem 0}.dialog-title{font-size:1.25rem;font-weight:600}.dialog-description{color:var(--muted-foreground);font-size:.875rem;margin-top:.25rem}.dialog-content{padding:1.5rem}.dialog-footer{padding:0 1.5rem 1.5rem;display:flex;justify-content:flex-end;gap:.5rem}.dialog-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;cursor:pointer;padding:.25rem;color:var(--muted-foreground)}.sheet-overlay{position:fixed;inset:0;background-color:#00000080;z-index:100}.sheet{position:fixed;top:0;left:0;height:100%;width:300px;background:var(--slate-800);color:var(--slate-300);z-index:101;animation:sheetIn .3s ease;display:flex;flex-direction:column;padding:1.5rem}@keyframes sheetIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.sheet-nav{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.sheet-nav a{font-size:1.125rem;font-weight:500;color:#cbd5e1cc;transition:color .2s}.sheet-nav a:hover{color:#fff}.sheet-footer{margin-top:auto;display:flex;flex-direction:column;gap:.75rem}.mobile-action-bar{display:flex;position:fixed;bottom:0;left:0;right:0;background:var(--slate-800);padding:.75rem 1rem;justify-content:space-around;z-index:50;border-top:1px solid var(--slate-700)}.mobile-action-bar a{display:flex;flex-direction:column;align-items:center;gap:.25rem;color:var(--slate-300);font-size:.75rem;transition:color .2s}.mobile-action-bar a:hover,.mobile-action-bar a.active{color:var(--primary)}@media(min-width:768px){.mobile-action-bar{display:none}}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--background)}.loading-spinner{width:40px;height:40px;border:3px solid var(--muted);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast-container{position:fixed;bottom:1rem;right:1rem;z-index:200;display:flex;flex-direction:column;gap:.5rem}.toast{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;box-shadow:0 10px 25px -5px #0000001a;animation:toastIn .3s ease;max-width:350px}@keyframes toastIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-success{border-left:4px solid var(--accent)}.toast-error{border-left:4px solid var(--destructive)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.w-full{width:100%}.min-h-screen{min-height:100vh}.hidden{display:none}@media(min-width:768px){.md-flex{display:flex}.md-hidden{display:none}.md-grid-cols-2{grid-template-columns:repeat(2,1fr)}}body{padding-bottom:4rem}@media(min-width:768px){body{padding-bottom:0}}.animate-hidden{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.animate-visible{opacity:1;transform:translateY(0)}@media(max-width:768px){*{max-width:100vw}.container{padding:0 1rem;overflow-x:hidden}.hero-section,.hero{padding:2rem 1rem}.hero-section h1,.hero h1{font-size:1.75rem!important;line-height:1.3;word-break:break-word}.hero-section p,.hero p{font-size:.95rem;word-break:break-word}.appointment-selector,.booking-section{padding:1rem;overflow-x:auto}.appointment-selector .grid,.treatment-grid{grid-template-columns:1fr;gap:.75rem}.card,.treatment-card,.testimonial-card{padding:1rem;margin:.5rem 0}.testimonial-text,.testimonial-content{font-size:.9rem;word-break:break-word}.testimonials-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}input,textarea,select{font-size:16px!important;max-width:100%}.btn{padding:.75rem 1rem;font-size:.875rem;width:100%}.footer .grid{grid-template-columns:1fr;text-align:center}section{padding:2rem 0;overflow-x:hidden}img{max-width:100%;height:auto}.dialog-glass{margin:1rem!important;max-height:85vh!important;overflow-y:auto!important}.doctor-profile{flex-direction:column;text-align:center}.doctor-profile img{max-width:200px;margin:0 auto}.contact-grid{grid-template-columns:1fr}.faq-item{padding:1rem}.header nav{display:none}.header .container{padding:.75rem 1rem}h1{font-size:1.5rem!important;line-height:1.3!important;word-break:break-word}h2,.section-title{font-size:1.35rem!important;line-height:1.35!important;margin-bottom:.75rem;word-break:break-word}h3{font-size:1.1rem!important;line-height:1.4!important;margin-bottom:.5rem;word-break:break-word}h4{font-size:1rem!important;line-height:1.4!important}p,.section-subtitle{font-size:.9rem!important;line-height:1.6!important;word-break:break-word}.about-grid{display:flex!important;flex-direction:column!important;gap:1.5rem}.about-image{order:1;width:100%}.about-content{order:2;width:100%}.about-content h3{text-align:center;margin-bottom:1rem}.about-content p{text-align:left}.why-choose-grid{display:flex!important;flex-direction:column!important;gap:.75rem}.why-choose-item{padding:.75rem!important}.testimonials-container,.testimonial-wrapper{flex-direction:column!important}.testimonial-card{width:100%!important;margin:.5rem 0!important}.dental-issues-grid,.whychoose-grid{grid-template-columns:1fr!important}.mobile-action-bar{position:fixed;bottom:0;left:0;right:0;z-index:9999}main{padding-bottom:5rem}}
