: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}@media(min-width:768px){.header-desktop{display:flex}.header-mobile{display:none}}.sheet-overlay{position:fixed;inset:0;background:#00000080;z-index:100}.sheet{position:fixed;top:0;left:0;width:280px;height:100vh;background:var(--slate-800);z-index:101;display:flex;flex-direction:column;padding:1rem;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.sheet-nav{display:flex;flex-direction:column;gap:.5rem;flex:1}.sheet-nav a{display:block;padding:.75rem 1rem;color:#fff;font-size:1rem;font-weight:500;border-radius:.5rem;transition:background .2s}.sheet-nav a:hover{background:#ffffff1a}.sheet-footer{margin-top:auto;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.hero{position:relative;width:100%;min-height:600px;height:calc(100vh - 5rem);display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#0f172a,#1e3a5f)}.hero-background{position:absolute;inset:0;z-index:0}.hero-background-image{position:absolute;inset:0;background-size:cover;background-position:center right;background-color:#0f172a}.hero-background-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(15,23,42,.95) 0%,rgba(15,23,42,.7) 40%,rgba(15,23,42,.3) 70%,transparent 100%)}.hero-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:700px;padding:4rem 1rem;margin-left:60px;margin-right:auto}.hero-badge{display:inline-flex;align-items:center;border-radius:9999px;border:1px solid rgba(14,165,233,.3);background:#0ea5e926;padding:.5rem 1rem;font-size:.875rem;color:#38bdf8;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-weight:500;letter-spacing:.025em}.hero-badge-dot{width:.5rem;height:.5rem;border-radius:9999px;background-color:#22c55e;margin-right:.625rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-title{font-size:2.75rem;font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.02em;text-transform:uppercase;margin-bottom:.5rem}.hero-subtitle{margin-top:.75rem;font-size:1.25rem;color:#38bdf8;font-weight:500;font-style:italic;letter-spacing:.025em}.hero-description{margin-top:1.5rem;max-width:50ch;color:#ffffffbf;font-size:1rem;line-height:1.75}.hero-actions{margin-top:2rem;display:flex;flex-wrap:wrap;gap:1rem}.hero-actions .btn-primary{background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:.625rem;box-shadow:0 10px 25px -5px #0ea5e966;transition:all .3s ease}.hero-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 35px -5px #0ea5e980}@media(min-width:768px){.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1.125rem}}@media(min-width:1024px){.hero-title{font-size:4.5rem}.hero-content{max-width:50%}}.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-modern-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:992px){.about-modern-grid{grid-template-columns:1fr 1fr;gap:4rem}}.about-media-wrapper{position:relative;padding:1rem}.about-media-card{position:relative;border-radius:2rem;overflow:hidden;box-shadow:0 20px 40px -10px #00000026;background:#fff;z-index:10;aspect-ratio:4/3}.about-media-content{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.about-decoration-1,.about-decoration-2{display:none}.about-heading{font-size:2rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem;line-height:1.2}.about-description{color:var(--muted-foreground);font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem}.about-features-list{display:grid;gap:1.25rem}.about-feature-item{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem;background:#fff;border-radius:var(--radius);border:1px solid var(--border);transition:all .3s ease}.about-feature-item:hover{transform:translate(8px);box-shadow:0 10px 20px -5px #0000000d;border-color:var(--primary)}.about-feature-icon{flex-shrink:0;width:2.5rem;height:2.5rem;background:#0ea5e91a;color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center}.about-feature-title{font-weight:600;font-size:1.1rem;color:var(--foreground);margin-bottom:.25rem}.about-feature-desc{font-size:.9rem;color:var(--muted-foreground);line-height:1.5}.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:24px;left:50%;transform:translate(-50%);width:90%;max-width:400px;background:#1e293bd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:.75rem 1.5rem;justify-content:space-between;align-items:center;z-index:1000;border:1px solid rgba(255,255,255,.1);border-radius:9999px;box-shadow:0 10px 25px -5px #0000004d,0 8px 10px -6px #0000001a;transition:all .3s ease}.mobile-action-bar a{display:flex;flex-direction:column;align-items:center;gap:4px;color:#fff9;font-size:.7rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);text-decoration:none;padding:4px 8px;border-radius:12px}.mobile-action-bar a:active{transform:scale(.95)}.mobile-action-bar a:hover,.mobile-action-bar a.active{color:#38bdf8}.mobile-action-bar a svg{width:20px;height:20px;stroke-width:2.5px}@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)}}.skeleton{background:linear-gradient(90deg,var(--muted) 25%,#e8ecf0 50%,var(--muted) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite ease-in-out;border-radius:var(--radius)}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-section{min-height:400px;background:var(--card);margin:1rem;border-radius:var(--radius);display:flex;flex-direction:column;padding:2rem;gap:1rem}.skeleton-title{height:2rem;width:60%;max-width:300px}.skeleton-text{height:1rem;width:100%}.skeleton-text.short{width:40%}.skeleton-card{height:200px;width:100%}.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}.gap-1{gap:.25rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}@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:1.5rem!important;min-height:100vh;align-items:center}.hero-content{padding:1rem!important;margin-left:0!important;max-width:100%!important;text-align:left}.hero-badge{font-size:.75rem!important;padding:.4rem .8rem!important;margin-bottom:1rem}.hero-section h1,.hero h1,.hero-title{font-size:1.75rem!important;line-height:1.15!important;word-break:break-word;margin-bottom:.75rem;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-subtitle{font-size:.95rem!important;line-height:1.4!important;margin-top:.5rem}.hero-description{font-size:.9rem!important;line-height:1.6!important;margin-top:1rem;max-width:100%}.hero-actions{margin-top:1.5rem}.hero-actions .btn-primary{padding:.75rem 1.5rem!important;font-size:.875rem!important;width:auto}.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:not(.btn-icon):not(.btn-ghost){padding:.75rem 1rem;font-size:.875rem;width:100%}.btn-icon{width:auto!important;flex-shrink:0}.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:not(.sheet-nav){display:none}.sheet-nav{display:flex!important}.header .container{padding:.75rem 1rem}h1{font-size:2rem!important;line-height:1.2!important;word-break:break-word;letter-spacing:-.02em}h2,.section-title{font-size:1.75rem!important;line-height:1.3!important;margin-bottom:1rem;word-break:break-word;letter-spacing:-.01em}h3{font-size:1.25rem!important;line-height:1.4!important;margin-bottom:.75rem;word-break:break-word;font-weight:600}h4{font-size:1.1rem!important;line-height:1.4!important;font-weight:600}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;padding:1.5rem!important}.testimonial-content{font-size:1rem!important;line-height:1.7!important;text-align:center}.dental-issues-grid{grid-template-columns:1fr!important}.whychoose-grid,.treatments-grid{grid-template-columns:1fr!important;gap:1rem}.contact-grid{grid-template-columns:1fr!important;gap:2rem}.contact-info{text-align:center;gap:2rem!important}.contact-item{flex-direction:column;align-items:center;text-align:center}.contact-icon{width:3rem!important;height:3rem!important}.form-input,.form-textarea,.form-select{min-height:50px!important;font-size:1rem!important;padding:.875rem 1rem!important}.form-textarea{min-height:120px!important}.footer{text-align:center;padding:2rem 0!important}.footer .container>*{margin-bottom:1.5rem}.footer-content{flex-direction:column;align-items:center;gap:1rem}.about-modern-grid{gap:2rem!important}.about-media-card{max-width:100%!important;margin:0 auto}.about-heading{font-size:1.75rem!important;text-align:center;margin-bottom:1rem!important}.about-description{font-size:1rem!important;line-height:1.8!important;text-align:center}.about-features-list{gap:1rem!important}.about-feature-item{padding:1rem!important;flex-direction:row;align-items:center}.about-feature-item:hover{transform:none!important}.about-features-list.mobile-scroll{display:flex!important;flex-direction:row!important;overflow-x:auto!important;overflow-y:hidden!important;gap:1rem!important;margin:0 -1rem!important;padding:.5rem 1rem 1rem!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.about-features-list.mobile-scroll::-webkit-scrollbar{display:none}.about-features-list.mobile-scroll .about-feature-item{flex:0 0 280px!important;min-width:280px!important;max-width:280px!important;scroll-snap-align:center;margin:0!important}#doctor-profile{padding:2.5rem 0!important}#doctor-profile .container{padding:0 1rem}#doctor-profile h2{font-size:1.5rem!important;line-height:1.2!important;margin-bottom:.25rem!important}#doctor-profile>div>div:first-child p{font-size:.9rem!important;margin-bottom:1.5rem!important}#doctor-profile .doctor-cards-grid{gap:1rem!important}#doctor-profile .doctor-cards-grid>div{padding:1.25rem!important;border-radius:1rem!important;box-shadow:0 4px 15px #00000014!important}#doctor-profile .doctor-cards-grid>div:first-child{text-align:center}#doctor-profile .doctor-cards-grid>div:first-child>div:first-child{aspect-ratio:1/1!important;max-height:200px!important;margin:0 auto 1rem!important;border-radius:1rem!important}#doctor-profile .doctor-cards-grid>div>div:has(h3){margin-bottom:.75rem!important}#doctor-profile .doctor-cards-grid h3{font-size:1rem!important;font-weight:600!important}#doctor-profile .doctor-cards-grid>div>div:last-child p{font-size:.875rem!important;line-height:1.5!important;margin-bottom:.35rem!important;word-break:break-word}#doctor-profile .doctor-cards-grid>div:first-child>div:last-child{text-align:left}#doctor-profile .doctor-cards-grid>div:first-child>div:last-child p{font-size:.9rem!important}main{padding-bottom:5rem}}p,span,div,li{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.doctor-card p,.education-item p,.award-item p,.about-content p,.treatment-description,.testimonial-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;max-height:6em}.section-subtitle,.hero-description{max-width:100%;overflow:hidden;text-overflow:ellipsis}.booking-modal-content{background:#fff;border-radius:24px;width:100%;max-width:550px;padding:32px;position:relative;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;overflow-y:auto}.booking-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.span-name,.span-phone{grid-column:span 6}.span-age{grid-column:span 4}.span-gender{grid-column:span 8}.span-address{grid-column:span 12}.span-date-time{display:grid;grid-template-columns:minmax(140px,1fr) 2fr;gap:16px}.span-type-app{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:640px){.booking-modal-content{padding:20px;border-radius:16px;max-height:95vh;width:95%}.booking-grid{display:flex;flex-direction:column;gap:16px}.span-name,.span-phone,.span-age,.span-gender,.span-address{grid-column:span 12;width:100%}.span-date-time,.span-type-app{grid-template-columns:1fr;gap:16px}}.guest-booking-modal-content{background:#fff;border-radius:24px;width:100%;max-width:550px;padding:32px;position:relative;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;overflow-y:auto}.guest-booking-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.guest-span-name,.guest-span-phone{grid-column:span 6}.guest-span-age{grid-column:span 4}.guest-span-gender{grid-column:span 8}.guest-span-address{grid-column:span 12}.guest-span-date-time{display:grid;grid-template-columns:minmax(140px,1fr) 2fr;gap:16px;grid-column:span 12}.guest-span-type-app{display:grid;grid-template-columns:1fr 1fr;gap:16px;grid-column:span 12}@media(max-width:640px){.guest-booking-modal-content{padding:20px;border-radius:16px;max-height:95vh;width:95%}.guest-booking-grid{display:flex;flex-direction:column;gap:16px}.guest-span-name,.guest-span-phone,.guest-span-age,.guest-span-gender,.guest-span-address,.guest-span-date-time,.guest-span-type-app{grid-column:span 12;width:100%}.guest-span-date-time,.guest-span-type-app{grid-template-columns:1fr;gap:16px}}.why-choose-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.why-choose-item{padding:1rem;background:var(--card);border-radius:var(--radius);border:1px solid var(--border);transition:transform .2s}.why-choose-item:hover{transform:translateY(-2px)}.why-choose-icon{width:3rem;height:3rem;background:var(--primary-light);color:var(--primary);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.why-choose-title{font-weight:600;margin-bottom:.5rem;color:var(--foreground)}.why-choose-description{font-size:.875rem;color:var(--muted-foreground);line-height:1.5}.about-features-grid{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.about-feature-item{flex:1 1 200px;padding:.75rem;background:var(--muted);border-radius:var(--radius);transition:transform .2s}.about-feature-item:hover{transform:translateY(-2px)}.about-feature-icon{background:#0ea5e91a;color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.theme-animations-enabled *,.theme-animations-enabled *:before,.theme-animations-enabled *:after{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.theme-animations-enabled .card,.theme-animations-enabled .btn,.theme-animations-enabled .treatment-card,.theme-animations-enabled .about-feature-item,.theme-animations-enabled .appointment-card{animation:fadeUp .6s cubic-bezier(.16,1,.3,1) forwards;opacity:0}.theme-animations-enabled .hero-content{animation:slideRight .8s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.theme-animations-enabled .doctor-cards-grid>div:nth-child(1){animation-delay:.1s}.theme-animations-enabled .doctor-cards-grid>div:nth-child(2){animation-delay:.2s}.theme-animations-enabled .doctor-cards-grid>div:nth-child(3){animation-delay:.3s}.theme-animations-enabled .treatments-grid>div:nth-child(odd){animation-delay:.1s}.theme-animations-enabled .treatments-grid>div:nth-child(2n){animation-delay:.2s}.theme-glassmorphism .card,.theme-glassmorphism .hero-badge,.theme-glassmorphism .form-input,.theme-glassmorphism .sheet,.theme-glassmorphism .appointment-card,.theme-glassmorphism .about-feature-item,.theme-glassmorphism .treatment-card{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3)}.theme-glassmorphism.dark .card,.theme-glassmorphism.dark .sheet,.theme-glassmorphism.dark .form-input,.theme-glassmorphism.dark .appointment-card,.theme-glassmorphism.dark .about-feature-item,.theme-glassmorphism.dark .treatment-card{background:#1e293bb3;border:1px solid rgba(255,255,255,.1)}.theme-shadows .card,.theme-shadows .btn-primary,.theme-shadows .appointment-card,.theme-shadows .treatment-card{box-shadow:0 10px 30px -5px #0000001a}.theme-shadows .card:hover,.theme-shadows .appointment-card:hover,.theme-shadows .treatment-card:hover{box-shadow:0 20px 40px -5px #00000026}.theme-shadows .btn-primary{box-shadow:0 4px 14px #0ea5e963}.theme-shadows .btn-primary:hover{box-shadow:0 6px 20px #0ea5e93b}.dark body{background-color:#0f172a;color:#f8fafc}.dark .card,.dark .about-feature-item,.dark .treatment-card,.dark .testimonial-card,.dark .appointment-card{background-color:#1e293b;border-color:#334155;color:#f1f5f9}.dark .text-muted,.dark .card-description,.dark .form-label,.dark .section-subtitle,.dark .hero-description,.dark .treatment-description{color:#94a3b8}.dark .form-input,.dark .form-textarea,.dark .form-select{background-color:#0f172a;border-color:#334155;color:#fff}.dark .header{background-color:#0f172acc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #334155}@media(max-width:768px){.container{padding:0 1.25rem}.section{padding:2.5rem 0}.section-title{font-size:1.75rem;margin-bottom:.75rem}.section-subtitle{font-size:1rem;margin-bottom:2rem}.hero{min-height:auto;height:auto;padding:6rem 0 4rem;align-items:flex-start}.hero-content{margin-left:0;padding:0 1rem;align-items:center;text-align:center;max-width:100%}.hero-title{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:1.125rem;margin-top:.5rem}.hero-description{font-size:.95rem;margin-top:1rem;max-width:100%}.hero-actions{justify-content:center;width:100%;margin-top:1.5rem}.hero-actions .btn{width:100%;justify-content:center}.header-mobile{padding:0 1rem;height:3.5rem;background:#1e293bf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sheet{width:85%;max-width:300px;background:#0f172a;border-right:1px solid rgba(255,255,255,.1)}.sheet-nav a{padding:1rem;border-bottom:1px solid rgba(255,255,255,.05)}.about-modern-grid,.appointment-selector{grid-template-columns:1fr;gap:1.5rem}.appointment-card{padding:1.25rem}}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-16{gap:4rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:text-6xl{font-size:3.75rem;line-height:1}}@media(min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.inset-0{inset:0}.top-0{top:0}.left-0{left:0}.right-0{right:0}.bottom-0{bottom:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.w-full{width:100%}.w-12{width:3rem}.h-12{height:3rem}.h-full{height:100%}.h-\[350px\]{height:350px}.h-\[400px\]{height:400px}.min-h-screen{min-height:100vh}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.mx-auto{margin-left:auto;margin-right:auto}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pt-0{padding-top:0}.pt-20{padding-top:5rem}.pl-6{padding-left:1.5rem}.m-0{margin:0}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-16{margin-bottom:4rem}.mt-1{margin-top:.25rem}.ml-4{margin-left:1rem}.space-y-4>*+*{margin-top:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.leading-8{line-height:2rem}.text-left{text-align:left}.text-center{text-align:center}.whitespace-pre-line{white-space:pre-line}.text-white{color:#fff}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.text-blue-600{color:#2563eb}.text-emerald-600{color:#059669}.text-purple-600{color:#9333ea}.text-indigo-100{color:#e0e7ff}.text-indigo-200{color:#c7d2fe}.text-sky-100{color:#e0f2fe}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-slate-900{background-color:#0f172a}.bg-sky-900{background-color:#0c4a6e}.bg-blue-50{background-color:#eff6ff}.bg-emerald-50{background-color:#ecfdf5}.bg-purple-50{background-color:#faf5ff}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-indigo-500{--tw-gradient-from: #6366f1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))}.from-indigo-900{--tw-gradient-from: #312e81;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))}.from-indigo-950{--tw-gradient-from: #1e1b4b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 27, 75, 0))}.from-sky-900{--tw-gradient-from: #0c4a6e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0))}.from-sky-950{--tw-gradient-from: #082f49;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 47, 73, 0))}.from-slate-900{--tw-gradient-from: #0f172a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0))}.via-slate-900{--tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0))}.via-slate-900\/40{--tw-gradient-stops: var(--tw-gradient-from), rgba(15, 23, 42, .4), var(--tw-gradient-to, rgba(15, 23, 42, 0))}.to-purple-600{--tw-gradient-to: #9333ea}.to-indigo-950{--tw-gradient-to: #1e1b4b}.to-sky-950{--tw-gradient-to: #082f49}.to-transparent{--tw-gradient-to: transparent}.border{border-width:1px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-gray-50{border-color:#f9fafb}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.border-indigo-500{border-color:#6366f1}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.object-cover{object-fit:cover}.opacity-0{opacity:0}.opacity-20{opacity:.2}.opacity-60{opacity:.6}.opacity-100{opacity:1}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.max-h-0{max-height:0}.max-h-96{max-height:24rem}.prose{max-width:65ch}.prose-lg{font-size:1.125rem;line-height:1.8}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.page-wrapper{display:flex;flex-direction:column;min-height:100vh}
