@import "https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700;800;900&family=League+Spartan:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=League+Spartan:wght@800&family=Lexend:wght@400;500;700&display=swap";:root{--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-200:#bfdbfe;--blue-300:#93c5fd;--blue-400:#60a5fa;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8;--blue-800:#1e40af;--blue-900:#1e3a8a;--blue-950:#172554;--primary:var(--blue-500);--primary-dark:var(--blue-600);--primary-light:var(--blue-400);--bg-color:#fff;--text-dark:#1e293b;--text-light:#64748b;--header-bg:linear-gradient(135deg, #0f172a 0%, #1e293b 100%);--footer-bg:linear-gradient(135deg, var(--blue-900) 0%, var(--blue-950) 100%)}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;overflow-x:hidden}body{color:var(--text-dark);font-family:Lexend,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,.logo-text,.features-title,.testimonials-title{font-family:League Spartan,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:Inter,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{background:var(--header-bg);color:#fff;z-index:1000;padding:.9rem 0;position:sticky;top:0;box-shadow:0 4px 20px #00000026}.header-container{justify-content:space-between;align-items:center;display:flex}.nav-logo-icon{color:#3b82f6;flex-shrink:0}.logo-text-accent{color:#3b82f6}.logo-icon{width:50px;height:50px;color:var(--primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:2.5rem;display:flex}.logo{align-items:center;gap:12px;display:flex}.logo-text{letter-spacing:-1.2px;color:#fff;font-family:League Spartan,sans-serif;font-size:1.7rem;font-weight:800}.nav{align-items:center;gap:2.5rem;display:flex}.nav-link{color:#fff;font-size:1rem;font-weight:500;transition:all .2s;position:relative}.nav-link:hover{opacity:.8;transform:translateY(-1px)}.nav-link:after{content:"";background-color:#3b82f6;border-radius:4px;width:0;height:3px;transition:width .3s ease-out;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.nav-link:hover:after,.nav-link.active:after{background:linear-gradient(90deg,#3b82f6,#60a5fa,#3b82f6,#60a5fa) 0 0/300% 100%;width:100%;animation:2s linear infinite linkMove}@keyframes linkMove{0%{background-position:100% 0}to{background-position:0 0}}.login-btn{background:linear-gradient(135deg, var(--blue-500), var(--blue-600));color:#fff;border-radius:12px;justify-content:center;align-items:center;margin-left:1rem;padding:.6rem 2rem;font-size:.95rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 15px #3b82f64d}.login-btn:hover{background:linear-gradient(135deg, var(--blue-400), var(--blue-500));transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.mobile-menu-btn{color:#fff;cursor:pointer;z-index:2000;background:0 0;border:none;display:none}.sidebar-overlay{-webkit-backdrop-filter:blur(5px);z-index:999;opacity:0;pointer-events:none;background:#0f172a66;width:100vw;height:100vh;transition:opacity .3s;position:fixed;top:0;left:0}.sidebar-overlay.active{opacity:1;pointer-events:auto}.hero{background:linear-gradient(135deg, var(--blue-50) 0%, #fff 50%, var(--blue-50) 100%);align-items:center;min-height:calc(100vh - 65px);padding:5rem 0 6rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#3b82f60f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.hero-container{align-items:center;gap:4rem;display:flex}.hero-content{flex:1}.hero-title{background:linear-gradient(135deg, var(--blue-600), var(--blue-800));-webkit-text-fill-color:transparent;letter-spacing:-1px;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.15}.hero-tagline{color:#333;margin-bottom:2rem;font-size:2.2rem;font-style:italic;font-weight:600}.hero-description{color:var(--text-light);max-width:500px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.8}.cta-button{background:linear-gradient(135deg, var(--blue-500), var(--blue-600));color:#fff;border-radius:12px;align-items:center;gap:8px;padding:.9rem 2.2rem;font-size:1.05rem;font-weight:700;display:inline-flex;box-shadow:0 8px 25px #3b82f64d}.cta-button:hover{background:linear-gradient(135deg, var(--blue-400), var(--blue-500));transform:translateY(-3px);box-shadow:0 12px 30px #3b82f666}.hero-image{flex:1;justify-content:center;display:flex}.hero-image-wrapper{border-radius:20px;max-width:480px;overflow:hidden;box-shadow:0 25px 50px #0000001f}.hero-image-wrapper img{width:100%;height:auto;display:block}.hero-image img{filter:drop-shadow(0 20px 40px #0000001a);width:100%;height:auto}.features-section{background:linear-gradient(#fff 0%,#f8faff 100%);padding:5rem 0}.features-header{text-align:center;margin-bottom:3.5rem}.features-title{background:linear-gradient(135deg, var(--blue-600), var(--blue-800));-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;margin-bottom:.8rem;font-size:2.8rem;font-weight:800}.features-subtitle{color:var(--text-light);font-size:1.15rem;font-style:italic}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{cursor:default;background:#fff;border:1px solid #f0f2f8;border-top:3px solid #e2e8f0;border-radius:16px;padding:2rem;transition:all .3s;box-shadow:0 4px 20px #0000000a}.feature-card:hover{box-shadow:0 15px 40px #00000014}.feature-card-icon{color:#fff;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.2rem;display:flex}.feature-card-title{color:var(--text-dark);margin-bottom:.8rem;font-size:1.3rem;font-weight:700}.feature-card-desc{color:var(--text-light);font-size:.95rem;line-height:1.7}.testimonials-section{background:linear-gradient(#f0f4ff 0%,#eef2ff 100%);padding:5rem 0;overflow:hidden}.testimonials-header{text-align:center;margin-bottom:3rem}.testimonials-title{background:linear-gradient(135deg, var(--blue-600), var(--blue-800));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.8rem;font-size:2.8rem;font-weight:800}.testimonials-subtitle{color:var(--text-light);font-size:1.1rem}.testimonials-marquee-wrapper{width:100%;padding:1rem 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 3% 97%,#0000);mask-image:linear-gradient(90deg,#0000,#000 3% 97%,#0000)}.testimonials-marquee-track{gap:2rem;width:max-content;padding:.5rem 0;animation:30s linear infinite marquee-scroll;display:flex}.testimonials-marquee-track:hover{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.testimonial-card{background:#fff;border:1px solid #e8ecf4;border-radius:16px;flex-shrink:0;min-width:380px;max-width:420px;padding:2rem;transition:box-shadow .3s;box-shadow:0 4px 20px #0000000d}.testimonial-card:hover{box-shadow:0 12px 35px #00000014}.testimonial-user{align-items:center;gap:14px;margin-bottom:1.2rem;display:flex}.testimonial-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1rem;font-weight:700;display:flex}.testimonial-name{color:var(--text-dark);font-size:1.05rem;font-weight:700}.testimonial-role{color:var(--text-light);font-size:.85rem}.testimonial-quote{color:#555;font-size:.95rem;font-style:italic;line-height:1.7}.site-footer{background:var(--footer-bg);color:#fff;padding:4rem 0 0}.footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:2.5rem;padding-bottom:3rem;display:grid}.footer-brand{max-width:280px}.footer-logo-img{object-fit:cover;border-radius:10px;width:38px;height:38px}.footer-logo-text{font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:800}.footer-tagline{color:#ffffffa6;font-size:.9rem;line-height:1.7}.footer-links-col h4{margin-bottom:1.2rem;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}.footer-links-col ul{padding:0;list-style:none}.footer-links-col li{margin-bottom:.7rem}.footer-links-col a{color:#ffffffa6;font-size:.9rem;transition:color .2s}.footer-links-col a:hover{color:#fff}.footer-contact li{color:#ffffffa6;align-items:center;gap:10px;font-size:.9rem;display:flex}.footer-bottom{justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex}.footer-bottom p{color:#ffffff80;font-size:.85rem}.footer-bottom-links{gap:2rem;display:flex}.footer-bottom-links a{color:#ffffff80;font-size:.85rem;transition:color .2s}.footer-bottom-links a:hover{color:#fff}.features-mini{border-top:1px solid #eee;justify-content:center;gap:6rem;padding:4rem 0;display:flex}.feature-item{flex-direction:column;align-items:center;gap:1rem;display:flex}.f-icon{width:60px;height:60px;color:var(--primary);background:#f0f7ff;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.feature-item:hover .f-icon{background:var(--primary);color:#fff;transform:scale(1.1)rotate(5deg)}.feature-item span{color:#555;font-weight:600}@media (width<=968px){.hero-container{text-align:center;flex-direction:column}.hero-description{margin:0 auto 2.5rem}.hero-title{font-size:2.5rem}.mobile-menu-btn{display:block}.nav{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#0f172af2;border-left:1px solid #ffffff1a;flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;width:75%;max-width:320px;height:100vh;padding:5rem 3rem 2rem;transition:right .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;right:-100%;box-shadow:-15px 0 50px #000000b3}.nav-mobile-open{right:0}.nav-link{text-align:left;color:#e2e8f0;width:auto;font-size:1.15rem}.login-btn{width:100%;margin-left:0}.features-grid,.testimonials-grid,.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.user-nav{align-items:center;gap:1rem;display:flex}.user-name{font-size:1rem;font-weight:600}.logout-btn{color:#fff;background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;transition:all .2s;display:flex}.logout-btn:hover{color:var(--primary);background:#fff}.checker-page,.diet-page{padding:6rem 0}.checker-container,.diet-container{max-width:800px;margin:0 auto}.checker-header,.diet-header{text-align:center;margin-bottom:3rem}.checker-header h1,.diet-header h1{color:var(--primary);margin-bottom:.5rem;font-size:2.5rem}.checker-header p,.diet-header p{color:var(--text-light);font-size:1.1rem}.checker-form,.diet-form{background:#fff;border-radius:20px;margin-bottom:3rem;padding:2rem;box-shadow:0 10px 30px #0000000d}.checker-input{resize:none;background:#fcfcfc;border:1px solid #eee;border-radius:15px;width:100%;margin-bottom:1.5rem;padding:1.2rem;font-family:inherit;font-size:1rem;transition:all .3s}.checker-input:focus{border-color:var(--primary);background:#fff;outline:none}.checker-btn,.diet-btn{background:var(--primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:1rem;font-size:1.1rem;font-weight:700;display:flex}.result-card,.diet-result{border-top:5px solid var(--primary);background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 15px 40px #00000014}.result-header h2{border-radius:8px;margin-bottom:2rem;padding:.5rem 1rem;font-size:1.5rem;display:inline-block}.severity-low{color:#2e7d32;background:#e8f5e9}.severity-medium{color:#ef6c00;background:#fff3e0}.severity-high{color:#c62828;background:#ffebee}.severity-urgent{color:#fff;background:#b71c1c}.result-section{margin-bottom:2rem}.result-section h3{color:#333;align-items:center;gap:10px;margin-bottom:1rem;font-size:1.25rem;display:flex}.result-section ul{padding-left:1.5rem;list-style-type:none}.result-section li{color:#555;margin-bottom:.6rem;position:relative}.result-section li:before{content:"•";color:var(--primary);font-weight:700;position:absolute;left:-1.2rem}.disclaimer{color:#999;text-align:center;margin-top:2rem;font-size:.85rem;font-style:italic}.diet-layout{gap:2rem;display:grid}.meal-card,.tips-card{background:#f9fcff;border:1px solid #eef4f9;border-radius:15px;margin-bottom:1rem;padding:1.5rem}.meal-title{color:var(--primary);align-items:center;gap:10px;margin-bottom:.8rem;font-size:1.1rem;font-weight:700;display:flex}.meal-card p{color:#444}.tips-card ul{padding-left:1.2rem}.tips-card li{color:#444;margin-bottom:.4rem}.error-box{color:#e53e3e;background:#fff5f5;border-radius:10px;align-items:center;gap:10px;margin-bottom:2rem;padding:1rem;font-weight:500;display:flex}.animate-spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.booking-page{background:#fdfdfd}.booking-hero{background:var(--primary);color:#fff;text-align:center;padding:3rem 0}.booking-hero h1{margin-bottom:1rem;font-size:2.8rem;font-weight:800}.booking-flex{align-items:center;gap:5rem;padding:5rem 0;display:flex}.booking-info{flex:1}.symptom-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#0084ff,#0056b3);padding:3rem 0}.symptom-hero h1{margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.symptom-hero p{opacity:.9;font-size:1.1rem}.symptom-content{padding:3rem 0}.analysis-results{margin-top:3rem}.severity-badge{color:#fff;border-radius:50px;margin-bottom:2.5rem;padding:.8rem 2.5rem;font-size:1.1rem;font-weight:800;display:inline-block;box-shadow:0 5px 15px #00000026}.results-grid{grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:3rem;display:grid}.result-block{background:#fff;border:1px solid #f0f4f8;border-radius:20px;padding:2rem;box-shadow:0 8px 25px #0000000f}.result-block h3{color:#036;border-bottom:2px solid #f0f4f8;align-items:center;gap:10px;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.3rem;display:flex}.conditions-block ul{padding:0;list-style:none}.conditions-block li{color:#333;border-bottom:1px solid #f8f8f8;align-items:center;gap:12px;padding:.8rem 0;font-size:1.05rem;display:flex}.condition-dot{background:#0084ff;border-radius:50%;flex-shrink:0;width:10px;height:10px}.reco-block ul{padding:0;list-style:none}.reco-block li{color:#333;border-bottom:1px solid #f8f8f8;align-items:flex-start;gap:12px;padding:.8rem 0;font-size:1.05rem;display:flex}.diet-section{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #d1fae5;border-radius:25px;margin-top:2rem;padding:3rem}.diet-section h2{color:#166534;align-items:center;gap:12px;margin-bottom:2rem;font-size:1.8rem;display:flex}.diet-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.diet-card{background:#fff;border-radius:18px;padding:2rem;box-shadow:0 4px 15px #0000000d}.diet-card h4{border-bottom:2px solid #f0f4f8;align-items:center;gap:10px;margin-bottom:1.2rem;padding-bottom:.8rem;font-size:1.1rem;display:flex}.eat-card h4{color:#166534}.avoid-card h4{color:#991b1b}.meal-card h4{color:#92400e}.diet-card ul{padding:0;list-style:none}.diet-card li{color:#333;align-items:center;gap:10px;padding:.6rem 0;font-size:.95rem;display:flex}.meal-card{grid-column:1/-1}.meal-content{flex-direction:column;gap:1rem;display:flex}.meal-item{background:#fffbeb;border-radius:12px;align-items:center;gap:15px;padding:1rem;display:flex}.meal-label{color:#92400e;min-width:120px;font-weight:700}.disclaimer{color:#92400e;text-align:center;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;margin-top:2rem;padding:1.5rem;font-size:.95rem}@media (width<=768px){.results-grid,.diet-grid{grid-template-columns:1fr}.meal-card{grid-column:auto}}.conditions-grid{grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:4rem;display:grid}.result-data-card{background:#fff;border:1px solid #f1f5f9;border-radius:30px;padding:2.5rem;box-shadow:0 15px 40px #0000000d}.result-data-card h3{color:var(--blue-900);border-bottom:3px solid #f8fafc;align-items:center;gap:15px;margin-bottom:2rem;padding-bottom:1.2rem;font-family:League Spartan,sans-serif;font-size:1.5rem;display:flex}.conditions-list-ul{padding:0;list-style:none}.conditions-list-ul li{color:var(--text-dark);border-bottom:1px solid #f8fafc;align-items:center;gap:15px;padding:1rem 0;font-size:1.1rem;display:flex}.status-dot{background:var(--blue-500);border-radius:50%;flex-shrink:0;width:12px;height:12px}.tips-list-ul{padding:0;list-style:none}.tips-list-ul li{color:var(--text-dark);align-items:flex-start;gap:15px;padding:1rem 0;font-size:1.1rem;line-height:1.5;display:flex}.diet-guidance-container{background:linear-gradient(135deg,#f0fdf4 0%,#fff 100%);border:1px solid #dcfce7;border-radius:40px;margin-top:5rem;padding:4rem}.diet-guidance-container h2{color:#166534;align-items:center;gap:20px;margin-bottom:3rem;font-family:League Spartan,sans-serif;font-size:2.2rem;display:flex}.diet-options-grid{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.food-card-wrapper{background:#fff;border-radius:25px;padding:2.5rem;box-shadow:0 10px 25px #1665340f}.food-card-wrapper h4{align-items:center;gap:12px;margin-bottom:1.5rem;font-family:League Spartan,sans-serif;font-size:1.3rem;font-weight:800;display:flex}.text-success-health{color:#166534}.text-danger-health{color:#991b1b}.health-list{padding:0;list-style:none}.health-list li{color:#374151;align-items:center;gap:12px;padding:.8rem 0;font-size:1.05rem;display:flex}.meal-highlight-card{background:#fffbeb;border:1px solid #fef3c7;border-radius:30px;grid-column:1/-1;margin-top:1rem;padding:3rem}.meal-highlight-card h4{color:#92400e;align-items:center;gap:15px;margin-bottom:2rem;font-family:League Spartan,sans-serif;font-size:1.5rem;display:flex}.meal-plan-flex{justify-content:space-between;gap:2.5rem;display:flex}.meal-slot{background:#fff6;border-radius:15px;flex-direction:column;flex:1;gap:10px;padding:1.5rem;display:flex}.slot-label{color:#b45309;text-transform:uppercase;letter-spacing:1.5px;font-size:.9rem;font-weight:900}.slot-value{color:#78350f;font-size:1.1rem;font-weight:500;line-height:1.5}.symptom-disclaimer-card{color:var(--text-light);text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:20px;max-width:800px;margin-top:5rem;margin-left:auto;margin-right:auto;padding:2.5rem;font-size:1rem;line-height:1.8}.symptom-content{z-index:10;padding:6rem 1rem 8rem;position:relative}.footer-main{color:#f8fafc;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding-top:6rem;font-family:Lexend,sans-serif;position:relative;overflow:hidden}.footer-content-grid{z-index:10;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;padding-bottom:5rem;display:grid;position:relative}.footer-logo{align-items:center;gap:15px;margin-bottom:2rem;display:flex}.footer-logo h2{color:#fff;letter-spacing:-1.5px;margin:0;font-family:League Spartan,sans-serif;font-size:2.2rem;font-weight:800}.footer-logo h2 span{color:#095ee5}.footer-brand-desc{color:#94a3b8;max-width:400px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.footer-socials{gap:18px;display:flex}.footer-socials a{color:#94a3b8;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.footer-socials a:hover{color:#fff;background:#095ee5;transform:translateY(-8px)rotate(8deg);box-shadow:0 10px 20px #095ee54d}.footer-links-column h4,.footer-contact-column h4{color:#fff;margin-bottom:2.5rem;font-size:1.3rem;font-weight:700;position:relative}.footer-links-column h4:after,.footer-contact-column h4:after{content:"";background:#095ee5;border-radius:5px;width:30px;height:3px;position:absolute;bottom:-10px;left:0}.footer-links-column ul{padding:0;list-style:none}.footer-links-column ul li{margin-bottom:1.2rem}.footer-links-column ul li a{color:#94a3b8;align-items:center;font-size:1.05rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.footer-links-column ul li a:hover{color:#095ee5;transform:translate(8px)}.footer-contact-column .contact-item{color:#94a3b8;align-items:flex-start;gap:18px;margin-bottom:2rem;display:flex}.footer-contact-column .contact-item svg{color:#095ee5;margin-top:4px}.footer-contact-column .contact-item span{font-size:1.05rem;line-height:1.5}.footer-bottom-bar{background:#0003;border-top:1px solid #ffffff0d;padding:2rem 0}.bottom-bar-flex{justify-content:space-between;align-items:center;display:flex}.bottom-bar-flex p{color:#64748b;font-size:.95rem}.bottom-links{gap:30px;display:flex}.bottom-links a{color:#64748b;font-size:.95rem;text-decoration:none;transition:all .3s}.bottom-links a:hover{color:#fff}@media (width<=1024px){.footer-content-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (width<=768px){.footer-content-grid{text-align:center;grid-template-columns:1fr}.footer-logo,.footer-socials{justify-content:center}.footer-links-column h4:after,.footer-contact-column h4:after{left:50%;transform:translate(-50%)}.footer-links-column ul li a{justify-content:center}.footer-contact-column .contact-item{flex-direction:column;align-items:center}.bottom-bar-flex{text-align:center;flex-direction:column;gap:1.5rem}}.diet-split-page{background-color:#f8fafc;background-image:radial-gradient(at 100% 100%,#eff6ff 0,#0000 40%),radial-gradient(at 0 0,#f1f5f9 0,#0000 40%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;justify-content:center;min-height:calc(100vh - 80px);padding:6rem 1.5rem 10rem;display:flex}.diet-container{width:100%;max-width:1040px}.diet-header{text-align:center;margin-bottom:5rem}.diet-badge{color:#3b82f6;background:#eff6ff;border:1px solid #dbeafe;border-radius:50px;margin-bottom:2rem;padding:.6rem 1.4rem;font-size:.85rem;font-weight:800;display:inline-flex}.diet-header h1{color:#0f172a;letter-spacing:-3px;margin-bottom:1.5rem;font-size:3.8rem;line-height:1}.diet-header h1 span{color:#3b82f6}.diet-header p{color:#64748b;max-width:580px;margin:0 auto;font-size:1.25rem}.diet-split-card{background:#fff;border:1px solid #e2e8f066;border-radius:45px;grid-template-columns:440px 1fr;margin-bottom:8rem;display:grid;overflow:hidden;box-shadow:0 50px 100px -20px #0f172a1a}.diet-visual-side{color:#fff;background:#0f172a radial-gradient(circle at 0 0,#1e293b 0%,#0f172a 100%);flex-direction:column;justify-content:center;padding:5rem 4rem;display:flex;position:relative;overflow:hidden}.diet-visual-side:after{content:"";opacity:.08;filter:blur(60px);background:#3b82f6;border-radius:50%;width:250px;height:250px;position:absolute;bottom:-60px;left:-60px}.diet-visual-content h2{letter-spacing:-2px;margin:2rem 0;font-size:2.8rem;font-weight:950;line-height:1}.diet-visual-content p{opacity:.6;margin-bottom:3rem;font-size:1.15rem;font-weight:500;line-height:1.7}.diet-orb{background:#3b82f626;border:2px solid #3b82f666;border-radius:28px;justify-content:center;align-items:center;width:90px;height:90px;display:flex;transform:rotate(-8deg)}.diet-feature-list{flex-direction:column;gap:1.5rem;margin-top:2rem;list-style:none;display:flex}.diet-feature-list li{color:#ffffffe6;align-items:center;gap:15px;font-size:1rem;font-weight:700;display:flex}.diet-feature-list li svg{color:#3b82f6}.diet-form-side{background:#fff;padding:5rem}.diet-form-header{margin-bottom:4rem}.diet-form-header h3{color:#0f172a;letter-spacing:-1px;font-size:2.2rem;font-weight:900}.form-line{background:#3b82f6;border-radius:10px;width:50px;height:5px;margin-top:15px}.diet-main-form{flex-direction:column;gap:2.5rem;display:flex}.diet-form-row{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.diet-form-group{flex-direction:column;gap:1.2rem;display:flex}.diet-form-group label{color:#475569;text-transform:none;letter-spacing:-.2px;opacity:.9;font-size:1rem;font-weight:800}.diet-form-group input,.diet-form-group select,.diet-form-group textarea{color:#1e293b;background:#f8fafc;border:2px solid #f1f5f9;border-radius:20px;width:100%;padding:1.2rem 1.5rem;font-size:1.05rem;font-weight:500;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.diet-form-group input:focus,.diet-form-group select:focus,.diet-form-group textarea:focus{background:#fff;border-color:#3b82f6;outline:none;transform:translateY(-2px);box-shadow:0 15px 40px #3b82f61a}.diet-submit-btn{color:#fff;letter-spacing:.5px;cursor:pointer;background:#0f172a;border:none;border-radius:24px;justify-content:center;align-items:center;gap:15px;margin-top:1rem;padding:1.4rem;font-size:1.2rem;font-weight:900;transition:all .4s;display:flex}.diet-submit-btn:hover:not(:disabled){background:#1e293b;transform:translateY(-6px);box-shadow:0 25px 50px #0f172a4d}.diet-error{color:#ef4444;text-align:center;background:#fee2e2;border-radius:12px;padding:1rem;font-size:.95rem;font-weight:800}.diet-report-section{padding-top:6rem}.diet-report-box{flex-direction:column;gap:5rem;display:flex}.report-top{text-align:center}.report-success-icon{color:#3b82f6;background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 2.5rem;display:flex;box-shadow:0 10px 25px #3b82f626}.report-top h2{color:#0f172a;letter-spacing:-2px;margin-bottom:1.2rem;font-size:3.2rem}.report-top p{color:#64748b;font-size:1.2rem}.meal-simple-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.meal-simple-card{background:#fff;border:1px solid #f1f5f9;border-radius:40px;flex-direction:column;gap:2.5rem;padding:3rem 2.5rem;transition:all .5s;display:flex;box-shadow:0 15px 35px #0f172a05}.meal-simple-card:hover{border-color:#3b82f6;transform:translateY(-10px);box-shadow:0 25px 50px #0f172a0d}.m-icon{border-radius:18px;justify-content:center;align-items:center;width:55px;height:55px;display:flex}.m-icon.orange{color:#ea580c;background:#fff7ed}.m-icon.yellow{color:#ca8a04;background:#fefce8}.m-icon.blue{color:#3b82f6;background:#eff6ff}.m-info h4{color:#0f172a;margin-bottom:1rem;font-size:1.5rem;font-weight:900}.m-info p{color:#475569;font-size:1.1rem;font-weight:500;line-height:1.8}.report-tips-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:50px;padding:4rem}.report-tips-box h3{color:#0f172a;margin-bottom:2.5rem;font-size:1.6rem;font-weight:900}.report-tips-box ul{flex-direction:column;gap:1.8rem;list-style:none;display:flex}.report-tips-box ul li{color:#475569;gap:20px;padding-left:25px;font-size:1.15rem;font-weight:500;line-height:1.6;display:flex;position:relative}.report-tips-box ul li:before{content:"";background:#3b82f6;border-radius:50%;width:10px;height:10px;position:absolute;top:12px;left:0}.report-footer{text-align:center;color:#94a3b8;justify-content:center;align-items:center;gap:12px;margin-top:4rem;font-size:1rem;font-weight:800;display:flex}@media (width<=1000px){.diet-split-card{grid-template-columns:1fr}.diet-form-side{padding:4rem 3rem}.diet-header h1{font-size:3rem}.meal-simple-grid{grid-template-columns:1fr}}@media (width<=968px){.footer-content-grid{grid-template-columns:1fr;gap:3rem}.footer-brand-section,.footer-links-column,.footer-contact-column{text-align:center;flex-direction:column;align-items:center;display:flex}.footer-brand-desc{text-align:center;margin:0 auto}.footer-socials{justify-content:center}.footer-links-column ul{align-items:center}.contact-item{justify-content:center}.footer-bottom{text-align:center;flex-direction:column;gap:1.5rem}.bottom-bar-flex{text-align:center;flex-direction:column;gap:1rem}.footer-bottom-links,.bottom-links{flex-wrap:wrap;justify-content:center}}.preloader{color:#fff;z-index:10000;background-color:#0f172a;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.loader-content{flex-direction:column;align-items:center;gap:2.5rem;display:flex}.heart-glow{filter:drop-shadow(0 0 15px #ef444466);animation:.8s ease-out infinite HeartbeatPulse}@keyframes HeartbeatPulse{0%{filter:drop-shadow(0 0 5px #ef44444d)}15%{filter:drop-shadow(0 0 25px #ef4444b3)}30%{filter:drop-shadow(0 0 15px #ef444480)}45%{filter:drop-shadow(0 0 30px #ef4444cc)}to{filter:drop-shadow(0 0 5px #ef44444d)}}.loading-text{letter-spacing:-1.5px;margin:0;font-family:League Spartan,sans-serif;font-size:3rem;font-weight:800}.loading-text span{color:#3b82f6}.loading-bar-container{background:#ffffff1a;border:1px solid #ffffff0d;border-radius:50px;width:280px;height:6px;position:relative;overflow:hidden}.loading-bar{background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:50px;height:100%;box-shadow:0 0 15px #3b82f680}.loading-status{color:#94a3b8;letter-spacing:.5px;opacity:.8;margin:0;font-family:Lexend,sans-serif;font-size:.95rem;font-weight:300}.preloader.fade-out{opacity:0;visibility:hidden;transition:all .6s cubic-bezier(.165,.84,.44,1)}.symptom-page{background:linear-gradient(#f0f4ff 0%,#f8fafc 40%,#fff 100%);justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:4rem 0;font-family:Lexend,sans-serif;display:flex;position:relative}.symptom-page:before{content:"";pointer-events:none;background:radial-gradient(circle,#095ee50a 0%,#0000 70%);border-radius:50%;width:800px;height:800px;position:absolute;top:0;left:50%;transform:translate(-50%)}.symptom-content{width:100%;padding:0 1.5rem}.checker-card-split{box-shadow:none;background:0 0;border:none;border-radius:0;align-items:center;gap:5rem;max-width:1200px;margin:0 auto;padding:0;display:flex}.checker-left{background:#fff;border:1px solid #e2e8f099;border-radius:30px;flex:1.1;overflow:hidden;box-shadow:0 30px 80px #0f172a1f,0 8px 20px #095ee50f}.checker-internal-header{color:#fff;text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 50%,#0c4a8e 100%);padding:2.8rem 2rem;position:relative;overflow:hidden}.checker-internal-header:before{content:"";pointer-events:none;background:radial-gradient(circle,#3b82f626 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-50%;right:-30%}.checker-internal-header h1{color:#fff;letter-spacing:-1px;margin-bottom:.4rem;font-family:League Spartan,sans-serif;font-size:2.2rem;font-weight:800;position:relative}.checker-internal-header p{opacity:.85;font-size:1rem;line-height:1.4;position:relative}.checker-form-simple{flex-direction:column;gap:1.8rem;padding:3rem 2.5rem;display:flex}.checker-input-area{resize:none;width:100%;min-height:160px;max-height:200px;color:var(--text-dark);background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:20px;padding:1.5rem;font-family:inherit;font-size:1.05rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.checker-input-area:focus{background:#fff;border-color:#3b82f6;outline:none;box-shadow:0 0 0 4px #3b82f614,0 4px 12px #0f172a0d}.checker-analyze-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 100%);border:none;border-radius:15px;width:100%;padding:1.1rem;font-size:1.15rem;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 25px #0f172a33}.checker-analyze-btn:hover{background:linear-gradient(135deg,#1e293b 0%,#1e40af 100%);transform:translateY(-3px);box-shadow:0 14px 35px #0f172a4d}.checker-analyze-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.checker-right{text-align:center;flex-direction:column;flex:.8;justify-content:center;align-items:center;display:flex}.checker-main-bg-img{width:100%;max-width:480px;height:auto;box-shadow:none;border:none;border-radius:0;margin-bottom:2rem}.checker-quote-box{width:100%;max-width:400px;padding:1rem 0;position:relative;overflow:hidden}.quote-marquee-container{width:100%;position:relative;overflow:hidden}.quote-marquee-content{white-space:nowrap;color:var(--blue-800);padding-left:100%;font-family:Lexend,sans-serif;font-size:1.3rem;font-style:italic;font-weight:600;animation:12s linear infinite scroll-quote;display:inline-block}@keyframes scroll-quote{0%{transform:translate(0)}to{transform:translate(-200%)}}@media (width<=1024px){.checker-card-split{flex-direction:column;gap:4rem;padding:3rem 2rem}.checker-internal-header h1{font-size:2.5rem}.conditions-grid,.diet-options-grid{grid-template-columns:1fr}.meal-plan-flex{flex-direction:column;gap:1.5rem}.symptom-page{height:auto;padding-top:4rem;overflow-y:auto}}.analysis-results{width:100%;margin-top:5rem;padding-bottom:5rem}.result-summary-card{background:#fff;border:1px solid #f1f5f9;border-radius:30px;justify-content:space-between;align-items:center;margin-bottom:3rem;padding:3rem;display:flex;box-shadow:0 20px 50px #00339914}.summary-text h2{color:var(--blue-900);margin-bottom:.5rem;font-size:2.2rem}.summary-text p{color:var(--text-light);font-size:1.1rem}.severity-indicator-premium{color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:60px;align-items:center;gap:12px;padding:1rem 2.5rem;font-weight:800;display:flex;box-shadow:0 10px 25px #0000001a}.results-grid-dual{grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:4rem;display:grid}.result-glass-card{background:#fff;border:1px solid #f1f5f9;border-radius:30px;padding:2.5rem;transition:transform .3s;box-shadow:0 15px 40px #0000000a}.result-glass-card:hover{transform:translateY(-5px)}.result-glass-card h3{color:#095ee5;border-bottom:2px solid #f8fafc;align-items:center;gap:15px;margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem;display:flex}.conditions-list-ul,.reco-list-ul{padding:0;list-style:none}.conditions-list-ul li{color:var(--text-dark);border-bottom:1px solid #f8fafc;align-items:center;gap:15px;padding:1rem 0;font-size:1.15rem;font-weight:500;display:flex}.dot-indicator-result{background:#095ee5;border-radius:50%;flex-shrink:0;width:10px;height:10px}.reco-list-ul li{color:var(--text-dark);align-items:flex-start;gap:15px;padding:1rem 0;font-size:1.1rem;line-height:1.5;display:flex}.diet-plan-premium{background:linear-gradient(135deg,#f0f9ff 0%,#fff 100%);border:2px solid #e0f2fe;border-radius:40px;margin-bottom:4rem;padding:4rem}.diet-plan-premium h2{color:#0369a1;align-items:center;gap:20px;margin-bottom:3rem;font-size:2.2rem;display:flex}.diet-grid-triple{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.diet-card-modern{background:#fff;border:1px solid #f1f5f9;border-radius:25px;padding:2.5rem;box-shadow:0 10px 30px #0369a10d}.diet-card-modern h4{align-items:center;gap:12px;margin-bottom:1.8rem;font-size:1.35rem;font-weight:800;display:flex}.text-eat-health{color:#059669}.text-avoid-health{color:#dc2626}.diet-ul-modern{padding:0;list-style:none}.diet-ul-modern li{color:#334155;border-bottom:1px solid #f8fafc;align-items:center;gap:12px;padding:.9rem 0;font-size:1.1rem;display:flex}.meal-plan-wide-box{background:#fffbeb;border:1px solid #fef3c7;border-radius:30px;flex-direction:column;grid-column:1/-1;gap:1.5rem;padding:3rem;display:flex}.meal-plan-wide-box h4{color:#92400e;margin-bottom:1rem;font-size:1.5rem}.meal-slots-flex-box{gap:2rem;display:flex}.meal-slot-item{background:#ffffff80;border:1px solid #fff;border-radius:20px;flex:1;padding:1.5rem}.meal-label-pill-box{color:#b45309;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:.85rem;font-weight:900;display:block}.meal-desc-box{color:#78350f;font-size:1.1rem;font-weight:500}.disclaimer-modern-box{color:#991b1b;background:#fef2f2;border:1px solid #fee2e2;border-radius:20px;align-items:center;gap:20px;margin-top:3rem;padding:2rem;font-weight:500;line-height:1.6;display:flex}.report-cta-container{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3.5rem;margin-bottom:2rem;display:grid}.cta-btn{background:#fff;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:15px;padding:1.2rem 1.6rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #00000008}.hospital-cta{border-left:5px solid #095ee5}.diet-cta{border-left:5px solid #10b981}.cta-btn:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.cta-icon-box{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.hospital-cta .cta-icon-box{color:#095ee5;background:#095ee514}.diet-cta .cta-icon-box{color:#10b981;background:#10b98114}.cta-text-box{text-align:left;flex-direction:column;flex:1;display:flex}.cta-text-box span{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px;font-size:.72rem;font-weight:600}.cta-text-box strong{color:#1e293b;font-size:1.05rem;font-weight:700;line-height:1.2}.cta-arrow{color:#cbd5e1;transition:all .3s}.cta-btn:hover .cta-arrow{color:#64748b;transform:translate(4px)}@media (width<=968px){.symptom-content{padding:4rem .5rem 6rem}.checker-card-split{flex-direction:column;gap:0;padding-top:1rem}.checker-left{border-radius:20px;width:100%}.checker-right{display:none}.checker-internal-header{padding:1.5rem 1rem}.checker-internal-header h1{font-size:1.8rem}.checker-form-simple{gap:1.2rem;padding:1.5rem 1rem}.checker-input-area{min-height:120px;padding:1rem;font-size:1rem}.analysis-results{margin-top:3rem}.result-summary-card{text-align:center;border-radius:20px;flex-direction:column;gap:1.5rem;padding:1.5rem 1rem}.summary-text h2{font-size:1.8rem}.severity-indicator-premium{justify-content:center;width:100%;padding:1rem}.results-grid-dual{grid-template-columns:1fr;gap:1.5rem}.result-glass-card{border-radius:20px;padding:1.5rem 1.2rem}.result-glass-card h3{font-size:1.3rem}.conditions-list-ul li,.reco-list-ul li{font-size:1rem}.diet-plan-premium{border-radius:25px;padding:2rem 1.2rem}.diet-plan-premium h2{text-align:center;flex-direction:column;gap:10px;font-size:1.6rem}.diet-grid-triple{grid-template-columns:1fr;gap:1.5rem}.diet-card-modern,.meal-plan-wide-box{border-radius:20px;padding:1.5rem 1.2rem}.meal-slots-flex-box{flex-direction:column;gap:1rem}.meal-slot-item{padding:1.2rem}.report-cta-container{flex-direction:column;margin-top:3rem}.cta-btn{padding:1.2rem}}.diet-premium-page{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);min-height:calc(100vh - 70px);padding:4rem 1.5rem;font-family:Lexend,sans-serif;position:relative;overflow:hidden}.diet-premium-page:before{content:"";pointer-events:none;background:radial-gradient(circle,#10b9811a 0%,#0000 60%);border-radius:50%;width:600px;height:600px;position:absolute;top:-20%;right:-10%}.dp-container{z-index:2;max-width:1000px;margin:0 auto;position:relative}.dp-header{text-align:center;margin-bottom:3.5rem}.dp-badge{color:#059669;background:#10b98126;border-radius:30px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 4px 15px #10b9811a}.dp-title{color:#1e293b;letter-spacing:-1px;margin-bottom:1rem;font-family:League Spartan,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.1}.dp-title span{background:linear-gradient(135deg,#10b981,#059669);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.dp-subtitle{color:#64748b;max-width:500px;margin:0 auto;font-size:1.15rem;line-height:1.6}.dp-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #ffffff80;border-radius:24px;padding:3.5rem;box-shadow:0 20px 40px #0000000a,0 1px 3px #00000005}.dp-form-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width<=768px){.dp-form-grid{grid-template-columns:1fr}}.dp-form-group{flex-direction:column;gap:.6rem;display:flex}.dp-form-group.full-width{grid-column:1/-1}.dp-label{color:#334155;align-items:center;gap:8px;font-size:.95rem;font-weight:600;display:flex}.dp-input{color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:1rem 1.2rem;font-family:inherit;font-size:1rem;transition:all .3s}.dp-input:focus{background:#fff;border-color:#10b981;outline:none;box-shadow:0 0 0 4px #10b9811a}.dp-select-boxes{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.dp-select-box{text-align:center;cursor:pointer;color:#64748b;background:0 0;border:2px solid #e2e8f0;border-radius:12px;padding:1rem;font-weight:600;transition:all .2s}.dp-select-box:hover{border-color:#cbd5e1}.dp-select-box.active{color:#059669;background:#10b9810d;border-color:#10b981}.dp-submit-wrapper{text-align:center;margin-top:3rem}.dp-submit-btn{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:14px;align-items:center;gap:12px;padding:1.2rem 3rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #10b9814d}.dp-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 30px #10b98166}.dp-submit-btn:disabled{opacity:.7;cursor:not-allowed}.v6-rotating{animation:1.5s linear infinite rotate}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dp-report-container{margin-top:4rem}.dp-report-card{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:3rem;box-shadow:0 25px 50px #0000000d}.dp-report-header{text-align:center;margin-bottom:2.5rem}.dp-report-header h3{color:#1e293b;font-family:League Spartan,sans-serif;font-size:2.2rem;font-weight:800}.dp-report-header p{color:#64748b;font-size:1.1rem}.dp-meals-flex{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.dp-meal-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;align-items:center;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.dp-meal-item:hover{background:#fff;border-color:#cbd5e1;transform:translate(5px);box-shadow:0 10px 20px #00000008}.dp-meal-icon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;margin-right:1.5rem;display:flex}.dp-meal-icon.breakfast{color:#f97316;background:#fff7ed}.dp-meal-icon.lunch{color:#eab308;background:#fefce8}.dp-meal-icon.dinner{color:#22c55e;background:#f0fdf4}.dp-meal-content{flex:1}.dp-meal-content h4{color:#0f172a;margin-bottom:.3rem;font-size:1.2rem;font-weight:700}.dp-meal-content p{color:#475569;margin:0;font-size:.95rem;line-height:1.5}.dp-tips-mini{color:#fff;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:16px;align-items:center;gap:1.5rem;padding:1.5rem 2rem;display:flex}.dp-tips-icon{color:#38bdf8;background:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.dp-tips-content p{color:#cbd5e1;margin:0;font-size:.95rem;font-style:italic}.dp-error{text-align:center;color:#ef4444;border-radius:10px;margin-top:1rem;padding:.8rem;font-weight:500}@media (width<=768px){.diet-premium-page{padding:2rem 1rem}.dp-title{font-size:2.2rem}.dp-card,.dp-report-card{padding:2rem 1.5rem}.dp-select-boxes{grid-template-columns:1fr}.dp-meal-item{flex-direction:column;align-items:flex-start;gap:1rem}.dp-tips-mini{text-align:center;flex-direction:column;gap:1rem}}.location-banner{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-bottom:3px solid #3b82f64d;margin-bottom:2rem;padding:1.2rem 0}.banner-flex{justify-content:center;align-items:center;display:flex}.banner-flex h1{font-size:2.2rem;font-weight:700}.search-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50px;align-items:center;width:400px;padding:.7rem 1.5rem;transition:all .3s;display:flex}.search-bar:focus-within{background:#ffffff26;border-color:#3b82f666;box-shadow:0 4px 20px #3b82f61a}.search-bar input{color:#fff;background:0 0;border:none;width:100%;padding-right:10px;font-family:inherit}.search-bar input::placeholder{color:#ffffff80}.search-bar input:focus{outline:none}.search-bar svg{color:#ffffff80}.hospital-intro p{color:#64748b;max-width:1000px;margin-bottom:3rem;font-size:1.05rem;line-height:1.8}.location-tab-bar{border-bottom:2px solid #e2e8f0;justify-content:center;align-items:center;gap:0;margin-bottom:3rem;padding-top:1rem;display:flex}.loc-tab{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:1rem 2rem;font-family:Lexend,sans-serif;font-size:1.05rem;font-weight:600;transition:all .3s;display:flex;position:relative}.loc-tab:after{content:"";background:0 0;border-radius:3px 3px 0 0;width:100%;height:3px;transition:all .3s;position:absolute;bottom:-2px;left:0}.loc-tab:hover{color:#1e293b}.loc-tab.active{color:#0f172a;font-weight:700}.loc-tab.active:after{background:linear-gradient(135deg,#3b82f6,#1e40af)}.loc-tab.active svg{color:#3b82f6}.loc-tab svg{color:#cbd5e1;transition:color .3s}.loc-tab:hover svg{color:#64748b}.hospitals-main{gap:3rem;padding-bottom:5rem;display:flex}.hospitals-grid{grid-template-columns:repeat(3,1fr);gap:3rem;width:100%;display:grid}.hospital-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 10px 30px #0f172a0f}.hospital-card:hover{transform:translateY(-10px)}.hosp-img img{object-fit:cover;width:100%;height:220px}.hosp-info{padding:1.8rem}.hosp-info h2{color:#0f172a;margin-bottom:1rem;font-size:1.6rem}.hosp-address{color:#444;align-items:flex-start;gap:8px;min-height:50px;margin-bottom:1rem;font-size:.95rem;line-height:1.4;display:flex}.pin-dot{background:#ff5252;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:5px}.hosp-rating{color:#1e293b;align-items:center;gap:10px;margin-bottom:2rem;font-weight:700;display:flex}.stars{gap:2px;display:flex}.book-btn{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 100%);border-radius:50px;width:100%;padding:.8rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 5px 15px #0f172a33}.book-btn:hover{background:linear-gradient(135deg,#1e293b 0%,#1e40af 100%);transform:translateY(-2px);box-shadow:0 8px 25px #0f172a4d}.loading-container,.error-container{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;min-height:400px;font-weight:500;display:flex}.error-container p{color:#ef4444}.error-container button{color:#fff;background:#0f172a;border-radius:50px;padding:.6rem 1.5rem;font-weight:600}.city-sidebar{align-items:flex-start;width:300px;display:flex}.sidebar-inner{color:#fff;background:linear-gradient(90deg,#0084ff,#0056b3);border-radius:50px;align-items:center;gap:15px;width:100%;padding:1.2rem;display:flex;box-shadow:0 10px 25px #00000026}.steth-icon{width:45px;height:45px;color:var(--primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.sidebar-text{letter-spacing:2px;font-size:1.4rem;font-weight:700}@media (width<=1200px){.hospitals-main{flex-direction:column}.city-sidebar{order:-1;width:100%}}@media (width<=968px){.hospitals-grid{grid-template-columns:1fr;gap:2rem}.location-tab-bar{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;gap:1rem;padding-bottom:5px;overflow-x:auto}.location-tab-bar::-webkit-scrollbar{display:none}.loc-tab{border-bottom:none;flex:none;padding:.8rem 1.2rem;font-size:.95rem}}.first-aid-page{background:#f8fafc;min-height:100vh;padding-bottom:5rem;font-family:Lexend,sans-serif}.aid-hero-premium{color:#fff;text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);padding:6rem 0 5rem;position:relative;overflow:hidden}.aid-hero-premium:after{content:"";background:radial-gradient(circle,#3b82f626 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-50%;right:-10%}.aid-hero-premium h1{letter-spacing:-1.5px;margin-bottom:1rem;font-family:League Spartan,sans-serif;font-size:3.5rem;font-weight:900}.aid-hero-premium p{opacity:.8;max-width:600px;margin:0 auto 3rem;font-size:1.2rem}.aid-search-premium{z-index:10;background:#fff;border:2px solid #ffffff1a;border-radius:50px;align-items:center;max-width:700px;margin:0 auto;padding:.8rem 1.5rem;display:flex;position:relative;box-shadow:0 20px 40px #0003}.aid-search-premium input{color:#1e293b;background:0 0;border:none;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:1.15rem}.aid-search-premium input:focus{outline:none}.aid-search-premium .search-icon{color:#3b82f6;width:28px;height:28px}.emergency-call-premium{z-index:10;background:#fff;border:2px solid #fee2e2;border-radius:20px;justify-content:center;align-items:center;gap:20px;max-width:900px;margin:-3rem auto 4rem;padding:1.5rem 2rem;display:flex;position:relative;box-shadow:0 15px 35px #dc26261a}.call-info-premium{color:#dc2626;align-items:center;gap:15px;font-size:1.5rem;font-weight:800;display:flex}.call-info-premium .phone-icon{color:#dc2626;background:#fee2e2;border-radius:50%;padding:12px}.aid-grid-premium{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid}.emergency-card-premium{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:30px;flex-direction:column;padding:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 15px 40px #0f172a0a}.emergency-card-premium:before{content:"";background:var(--card-color);border-radius:30px 0 0 30px;width:8px;height:100%;position:absolute;top:0;left:0}.emergency-card-premium:hover{border-color:#cbd5e1;transform:translateY(-10px);box-shadow:0 25px 60px #0f172a1a}.scen-header-premium{align-items:center;gap:15px;margin-bottom:1.5rem;display:flex}.scen-icon-premium{background:var(--card-bg-color);width:60px;height:60px;color:var(--card-color);border-radius:18px;justify-content:center;align-items:center;font-size:1.8rem;display:flex}.scen-header-premium h2{color:#0f172a;font-family:League Spartan,sans-serif;font-size:1.8rem;font-weight:800}.guidance-list-premium{flex-direction:column;flex:1;gap:12px;padding:0;list-style:none;display:flex}.guidance-list-premium li{color:#475569;align-items:flex-start;gap:12px;font-size:1.05rem;font-weight:500;line-height:1.5;display:flex}.guidance-list-premium li .li-icon{flex-shrink:0;margin-top:3px}.view-more-tag-premium{text-align:right;justify-content:flex-end;align-items:center;gap:5px;margin-top:2rem;font-size:1rem;font-weight:800;transition:all .3s;display:flex}.emergency-card-premium:hover .view-more-tag-premium{transform:translate(-5px)}.aid-overlay-premium{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#0f172ad9;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.aid-modal-premium{background:#fff;border-radius:40px;width:100%;max-width:850px;max-height:90vh;padding:4rem;position:relative;overflow-y:auto;box-shadow:0 40px 100px #0006}.close-btn-premium{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex;position:absolute;top:2rem;right:2rem}.close-btn-premium:hover{color:#0f172a;background:#e2e8f0;transform:rotate(90deg)}.modal-header-premium{border-bottom:2px solid #f1f5f9;align-items:center;gap:25px;margin-bottom:2.5rem;padding-bottom:2rem;display:flex}.modal-icon-premium{border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;font-size:2.5rem;display:flex}.modal-header-premium h2{color:#0f172a;font-family:League Spartan,sans-serif;font-size:3rem;font-weight:800;line-height:1}.modal-header-premium p{color:#64748b;margin-top:.8rem;font-size:1.1rem;font-weight:500}.instruction-section-premium{background:#f8fafc;border:1px solid #e2e8f0;border-radius:30px;padding:3rem}.instruction-section-premium h3{color:#0f172a;align-items:center;gap:12px;margin-bottom:2rem;font-size:1.5rem;font-weight:800;display:flex}.guidance-list-full-premium{flex-direction:column;gap:1.5rem;padding:0;list-style:none;display:flex}.guidance-list-full-premium li{border-radius:20px;align-items:flex-start;gap:20px;padding:1.5rem;font-size:1.15rem;font-weight:500;line-height:1.6;display:flex}.guidance-list-full-premium li.do{color:#166534;background:#fff;border:1px solid #dcfce7;box-shadow:0 10px 20px #1665340d}.guidance-list-full-premium li.dont{color:#991b1b;background:#fff;border:1px solid #fee2e2;box-shadow:0 10px 20px #991b1b0d}.guidance-list-full-premium li .li-icon{flex-shrink:0;width:24px;height:24px;margin-top:2px}@media (width<=768px){.aid-grid-premium{grid-template-columns:1fr}.aid-modal-premium{border-radius:20px;padding:2.5rem 1.5rem}.modal-header-premium h2{font-size:2rem}}.booking-v3-container{background-color:#f8fafc;background-image:radial-gradient(at 0 0,#f5faff 0,#0000 50%),radial-gradient(at 50% 0,#ecf3fe 0,#0000 50%),radial-gradient(at 100% 0,#e6f2ff 0,#0000 50%);justify-content:center;align-items:center;min-height:100vh;padding:4rem 1.5rem;display:flex}.booking-v3-wrapper{background:#fff;border:1px solid #e2e8f0cc;border-radius:40px;width:100%;max-width:1200px;display:flex;overflow:hidden;box-shadow:0 40px 100px -20px #0000001a}.booking-v3-visual{color:#fff;background:linear-gradient(135deg,#0f172a,#1e3a8a);flex-direction:column;flex:1;justify-content:center;padding:4.5rem;display:flex}.booking-v3-badge{color:#60a5fa;background:#3b82f633;border-radius:50px;align-items:center;gap:10px;width:fit-content;margin-bottom:2rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:700;display:flex;box-shadow:0 4px 15px #0000001a}.booking-v3-visual h1{margin-bottom:1.5rem;font-size:3.2rem;line-height:1.1}.booking-v3-visual h1 span{color:#3b82f6;font-weight:200}.booking-v3-visual p{opacity:.85;margin-bottom:3.5rem;font-size:1.15rem;line-height:1.7}.booking-v3-stats{gap:3rem;margin-bottom:4rem;display:flex}.stat-item{flex-direction:column;display:flex}.stat-val{font-size:1.6rem;font-weight:800}.stat-lbl{opacity:.6;text-transform:uppercase;font-size:.85rem}.booking-v3-illustration img{filter:drop-shadow(0 20px 40px #0000004d);width:100%;max-width:320px}.booking-v3-form-card{background:#fff;flex:1;padding:3.5rem 4.5rem}.form-head{border-bottom:2px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.2rem;display:flex}.form-head h3{color:#0f172a;font-size:1.7rem}.hosp-pill{color:#334155;background:#f1f5f9;border-radius:12px;align-items:center;gap:8px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:700;display:flex;box-shadow:0 2px 8px #00000008}.error-banner{color:#ef4444;background:#fef2f2;border-radius:12px;align-items:center;gap:12px;margin-bottom:1rem;padding:.8rem 1.2rem;font-weight:600;display:flex;box-shadow:0 4px 12px #ef44440d}.v3-form-grid{grid-template-columns:1fr 1fr;gap:1.8rem;display:grid}.v3-input-group.full{grid-column:1/-1}.v3-input-group label{color:#475569;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem;font-size:.85rem;font-weight:700;display:block}.input-wrap{width:100%;position:relative}.input-wrap .icon{color:#94a3b8;position:absolute;top:50%;left:1.2rem;transform:translateY(-50%)}.input-wrap .textarea-icon{top:1.2rem;transform:none}.input-wrap input,.input-wrap select,.input-wrap textarea{color:#1e293b;background:#f8fafc;border:2px solid #e2e8f0;border-radius:15px;width:100%;padding:.8rem 1.2rem .8rem 3.5rem;font-size:1rem;font-weight:500;transition:all .3s}.input-wrap input:focus,.input-wrap select:focus,.input-wrap textarea:focus{background:#fff;border-color:#3b82f6;outline:none;box-shadow:0 6px 20px #3b82f61a}.input-wrap textarea{resize:vertical;min-height:80px}.v3-submit-btn{color:#fff;cursor:pointer;letter-spacing:.5px;background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);border:1px solid #ffffff0d;border-radius:12px;grid-column:1/-1;justify-content:center;align-items:center;gap:12px;margin-top:1rem;padding:1.3rem;font-size:1.2rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 10px 20px #0f172a33}.v3-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 100%);transform:translateY(-2px);box-shadow:0 15px 30px #0f172a4d}.v3-submit-btn:active{transform:scale(.98)}.v3-submit-btn:disabled{opacity:.6;cursor:not-allowed}.v3-submit-btn .spin{animation:1s linear infinite spin}.v3-success-state{text-align:center;padding:2rem 0}.success-lottie-wrap{color:#22c55e;background:#f0fdf4;border-radius:40px;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 2.5rem;display:flex;box-shadow:0 10px 30px #22c55e26}.v3-success-state h2{color:#0f172a;margin-bottom:1.2rem;font-size:2.4rem}.v3-success-state p{color:#64748b;margin-bottom:3.5rem;font-size:1.2rem}.success-details-box{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:30px;margin-bottom:3.5rem;padding:2.5rem}.detail-row{border-bottom:1px dashed #cbd5e1;justify-content:space-between;padding:1rem 0;display:flex}.detail-row:last-child{border:none}.detail-row span{color:#64748b;font-weight:600}.detail-row strong{color:#0f172a}.success-v3-btns{justify-content:center;gap:1.5rem;display:flex}.p-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:18px;padding:1.2rem 3rem;font-size:1.1rem;font-weight:700;transition:all .3s}.s-btn{color:#334155;cursor:pointer;background:#f1f5f9;border:none;border-radius:18px;padding:1.2rem 3rem;font-size:1.1rem;font-weight:700;transition:all .3s}@media (width<=1024px){.booking-v3-wrapper{flex-direction:column;max-width:700px}}@media (width<=650px){.v3-form-grid{grid-template-columns:1fr;gap:1.5rem}.booking-v3-container{padding:0}.booking-v3-wrapper{border-radius:0}.booking-v3-visual,.booking-v3-form-card{padding:2.5rem}}.login-screen{background:var(--header-bg);justify-content:center;align-items:center;height:100vh;font-family:Lexend,sans-serif;display:flex;position:relative;overflow:hidden}.back-to-home{color:#fff;z-index:10;align-items:center;gap:8px;font-weight:500;transition:opacity .2s;display:flex;position:absolute;top:2rem;left:3rem}.back-to-home:hover{opacity:.8}.login-layout{align-items:center;gap:6rem;width:100%;max-width:1300px;height:100%;margin:0 auto;padding:2rem 4rem;display:flex}.login-left{color:#fff;flex:1.1}.login-logo{align-items:center;gap:15px;margin-bottom:3rem;display:flex}.login-hero-text{opacity:.95;max-width:440px;margin-bottom:2.5rem;font-size:1.85rem;font-weight:600;line-height:1.3}.login-features-list{flex-direction:column;gap:2rem;display:flex}.login-feature-item{align-items:flex-start;gap:1.5rem;display:flex}.login-feature-icon{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.login-feature-content h4{margin-bottom:6px;font-size:1.2rem;font-weight:700}.login-feature-content p{opacity:.75;font-size:.95rem;line-height:1.5}.login-right{flex:.9;justify-content:flex-end;display:flex}.login-card{background:#fff;border-radius:40px;width:100%;max-width:500px;padding:2.5rem;box-shadow:0 40px 80px -12px #0000004d}.login-card h2{color:var(--blue-600);margin-bottom:.8rem;font-family:League Spartan,sans-serif;font-size:2.5rem;font-weight:800}.login-card-subtitle{color:var(--text-light);margin-bottom:2rem;font-size:.95rem}.auth-form{flex-direction:column;gap:1.4rem;display:flex}.form-field{flex-direction:column;gap:.6rem;display:flex}.form-field label{color:var(--text-dark);font-size:1rem;font-weight:600}.input-container{align-items:center;display:flex;position:relative}.input-container input{width:100%;color:var(--text-dark);background:#f8fafc;border:2px solid #f1f5f9;border-radius:16px;padding:1rem 1.2rem 1rem 3.2rem;font-family:inherit;font-size:1.05rem;transition:all .2s}.input-container input::placeholder{color:#94a3b8}.input-container input:focus{border-color:var(--blue-500);background:#fff;outline:none;box-shadow:0 0 0 5px #3b82f61a}.input-icon{color:#94a3b8;position:absolute;left:1.2rem}.password-toggle{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0;transition:color .2s;display:flex;position:absolute;right:1.2rem}.password-toggle:hover{color:var(--blue-600)}.form-options{justify-content:space-between;align-items:center;margin-top:.5rem;font-size:.95rem;display:flex}.remember-me{cursor:pointer;color:var(--text-light);-webkit-user-select:none;user-select:none;align-items:center;gap:10px;display:flex}.remember-me input{width:18px;height:18px;accent-color:var(--blue-600)}.forgot-password{color:var(--blue-600);font-weight:700;text-decoration:none}.auth-submit-btn{background:linear-gradient(135deg, var(--blue-500), var(--blue-600));color:#fff;border-radius:16px;justify-content:center;align-items:center;gap:12px;width:100%;margin-top:1.2rem;padding:1.1rem;font-size:1.15rem;font-weight:800;transition:all .3s;display:flex;box-shadow:0 10px 25px #3b82f64d}.auth-submit-btn:hover{transform:translateY(-3px);box-shadow:0 15px 30px #3b82f666}.signup-redirect{text-align:center;color:var(--text-light);margin-top:2.5rem;font-size:1.05rem}.signup-link{color:var(--blue-600);margin-left:6px;font-weight:800;text-decoration:none}.error-container-slim{color:#ef4444;background:#ef444414;border:1px solid #ef444433;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-bottom:1.25rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;animation:.4s ease-in-out shake;display:flex}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}@media (width<=1024px){.login-screen{overflow-y:auto}.login-layout{flex-direction:column;gap:4rem;padding:8rem 2rem 4rem}.login-left{text-align:center;width:100%;padding:0}.login-logo{justify-content:center}.login-hero-text{margin:0 auto 3rem}.login-features-list{display:none}.login-right{justify-content:center;width:100%}.login-card{padding:3rem 2rem}}
