body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#0ac7f7,#764ba2);font-family:Poppins,sans-serif}.App,body{min-height:100vh}.App{display:flex;flex-direction:column}.navbar{animation:slideDown .5s ease-out;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#14142838;border-bottom:1px solid #ffffff24;left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar-scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#14142852;border-bottom:1px solid #fff3;box-shadow:0 10px 30px #0000001f;padding:.8rem 0}.nav-container{justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem}.logo,.nav-container{align-items:center;display:flex}.logo{position:relative;text-decoration:none;z-index:2}.logo-badge{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe0;border:1px solid #ffffffa6;border-radius:14px;box-shadow:0 10px 22px #0000002e;display:inline-flex;justify-content:center;padding:8px}.navbar-logo{cursor:pointer;display:block;height:64px;object-fit:contain;width:auto}.mobile-toggle{cursor:pointer;display:none;z-index:2}.hamburger{display:flex;flex-direction:column;height:20px;justify-content:space-between;position:relative;width:30px}.hamburger span{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border-radius:2px;height:2px;transition:all .3s ease;width:100%}.hamburger.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0;transform:translateX(-10px)}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-links{gap:2rem}.nav-links,.nav-links a{align-items:center;display:flex}.nav-links a{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50px;color:#fff;font-size:1.1rem;font-weight:500;gap:8px;overflow:hidden;padding:.8rem 1.2rem;position:relative;text-decoration:none;transition:all .3s ease}.nav-links a:before{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:-1}.nav-links a:hover:before{opacity:1}.nav-links a:hover{border-color:#0000;box-shadow:0 10px 20px #ff6b6b4d;transform:translateY(-3px)}.nav-links a.active{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border-color:#0000;box-shadow:0 5px 15px #ff6b6b4d}.nav-links a.active:before{display:none}.nav-icon{font-size:1.2rem;transition:transform .3s ease}.nav-links a:hover .nav-icon{transform:scale(1.2)}.nav-links a.active:after{background:#fff;border-radius:50%;bottom:-5px;box-shadow:0 0 10px #fff;content:"";height:5px;left:50%;position:absolute;transform:translateX(-50%);width:5px}.call-now-btn{align-items:center;animation:pulse 2s infinite;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border:1px solid #fff3;border-radius:50px;box-shadow:0 5px 15px #ff6b6b4d;color:#fff;display:flex;font-weight:600;gap:12px;overflow:hidden;padding:.8rem 1.8rem;position:relative;text-decoration:none;transition:all .3s ease}.call-now-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.call-now-btn:hover:before{left:100%}.call-now-btn:hover{box-shadow:0 15px 30px #ff6b6b66;transform:translateY(-3px) scale(1.05)}.call-icon{animation:ring 2s infinite;font-size:1.4rem}.call-text{font-size:1.1rem;white-space:nowrap}.call-number{background:#fff3;border:1px solid #ffffff4d;border-radius:30px;font-size:1rem;padding:.3rem .8rem;white-space:nowrap}.call-now-btn:hover:after{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000d9;border:1px solid #fff3;border-radius:30px;bottom:-40px;color:#fff;content:attr(data-number);font-size:.9rem;left:50%;padding:.5rem 1rem;position:absolute;transform:translateX(-50%);white-space:nowrap;z-index:1000}.call-now-btn.loading{opacity:.7;pointer-events:none}.call-now-btn.loading .call-icon{animation:spin 1s linear infinite}.navbar:before{background:linear-gradient(135deg,#ff6b6b1a,#4ecdc41a);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:-1}@keyframes pulse{0%{box-shadow:0 5px 15px #ff6b6b4d}50%{box-shadow:0 10px 25px #ff6b6b80}to{box-shadow:0 5px 15px #ff6b6b4d}}@keyframes ring{0%{transform:rotate(0deg)}10%{transform:rotate(15deg)}20%{transform:rotate(-15deg)}30%{transform:rotate(15deg)}40%{transform:rotate(-15deg)}50%{transform:rotate(0deg)}to{transform:rotate(0deg)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar-scrolled{animation:float 3s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.nav-links::-webkit-scrollbar{width:5px}.nav-links::-webkit-scrollbar-track{background:#ffffff1a}.nav-links::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border-radius:5px}@media (max-width:1200px){.call-number{display:none}}@media (max-width:992px){.nav-container{padding:0 1.5rem}.nav-links{gap:1rem}.nav-links a{font-size:1rem;padding:.6rem 1rem}.navbar-logo{height:58px}.logo-badge{border-radius:13px;padding:7px}}@media (max-width:768px){.mobile-toggle{display:block}.nav-links{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#14142840;border-left:1px solid #fff3;box-shadow:-10px 0 30px #00000040;flex-direction:column;gap:1.5rem;height:100vh;justify-content:center;max-width:400px;overflow-y:auto;padding:2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:80%}.nav-links.active{right:0}.nav-links a{background:#ffffff1a;border:1px solid #fff3;font-size:1.2rem;justify-content:center;padding:1rem;width:100%}.nav-links a:hover{transform:translateX(-10px)}.call-now-btn{padding:.6rem 1.2rem}.call-text{display:none}.call-icon{font-size:1.6rem}.navbar-logo{height:52px}.logo-badge{border-radius:12px;padding:6px}}@media (max-width:480px){.nav-container{padding:0 1rem}.call-now-btn{padding:.5rem 1rem}.call-icon{font-size:1.4rem}.navbar-logo{height:48px}.logo-badge{border-radius:12px;padding:6px}}.recipe-card{animation:cardAppear .5s ease-out;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;position:relative}@keyframes cardAppear{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.recipe-card:hover{box-shadow:0 20px 40px #0003}.recipe-image{background-position:50%;background-size:cover;height:200px;position:relative;transition:transform .3s ease}.recipe-card:hover .recipe-image{transform:scale(1.05)}.recipe-tag{background:#fffffff2;border-radius:25px;box-shadow:0 2px 10px #0000001a;color:#ff6b6b;font-size:.8rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:1rem;top:1rem;z-index:1}.recipe-content{padding:1.5rem}.recipe-content h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.recipe-description{color:#666;line-height:1.5}.recipe-description,.recipe-meta{font-size:.9rem;margin-bottom:1rem}.recipe-meta{border-bottom:1px solid #eee;border-top:1px solid #eee;color:#888;display:flex;justify-content:space-between;padding:.5rem 0}.recipe-meta span{align-items:center;display:flex;gap:.3rem}.recipe-button{background:linear-gradient(45deg,#ff6b6b,#4ecdc4);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.5px;padding:.8rem;transition:all .3s ease;width:100%}.recipe-button:hover{box-shadow:0 5px 15px #ff6b6b4d;opacity:.9;transform:translateY(-2px)}.recipe-button:active{transform:translateY(0)}.about{flex:1 1;margin:3rem auto;max-width:1200px;padding:0 2rem}.about-hero{animation:slideDown .8s ease-out;color:#fff;margin-bottom:4rem;text-align:center}.about-hero h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px #0003}.about-hero p{font-size:1.2rem;opacity:.9}.about-content{grid-gap:4rem;animation:fadeInRight .8s ease-out;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;display:grid;gap:4rem;grid-template-columns:1fr 1fr;padding:3rem}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.about-text h2{color:#333;font-size:2rem;margin-bottom:1.5rem;position:relative}.about-text h2:after{background:linear-gradient(45deg,#ff6b6b,#4ecdc4);border-radius:3px;bottom:-10px;content:"";height:3px;left:0;position:absolute;width:60px}.about-text p{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.about-stats{grid-gap:2rem;align-content:center;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);text-align:center}.stat-item{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:15px;padding:2rem;transition:transform .3s ease}.stat-item:hover{transform:translateY(-5px)}.stat-item h3{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-item p{color:#666;font-size:1.1rem;font-weight:500}@media (max-width:768px){.about-content{gap:2rem;grid-template-columns:1fr;padding:2rem}.about-hero h1{font-size:2.5rem}.about-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.about-stats{grid-template-columns:1fr}.about-text h2{font-size:1.8rem}}.services{flex:1 1}.services-hero{align-items:center;color:#fff;display:flex;justify-content:center;min-height:500px;overflow:hidden;position:relative;text-align:center}.services-hero:before{background:url(https://images.unsplash.com/photo-1556910103-1c02745aae4d?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80);background-position:50%;background-size:cover;filter:blur(8px) brightness(.5);transform:scale(1.1);z-index:-1}.services-hero:after,.services-hero:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.services-hero:after{background:radial-gradient(circle at center,#0000 0,#0009 100%);z-index:0}.services-hero-content{animation:fadeInUp 1s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:30px;box-shadow:0 25px 50px -12px #00000080;margin:2rem;max-width:800px;padding:3rem;position:relative;z-index:2}.services-hero-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;font-size:4rem;margin-bottom:1.5rem;text-shadow:2px 2px 4px #0000001a}.services-hero-content p{color:#ffffffe6;font-size:1.3rem;line-height:1.6}.services-grid-section{margin:4rem auto;max-width:1200px;padding:0 2rem}.services-grid-section h2{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;color:#fff;display:inline-block;font-size:2.5rem;left:50%;margin-bottom:1rem;padding:.5rem 2rem;position:relative;text-align:center;text-shadow:2px 2px 4px #0003;transform:translateX(-50%)}.section-subtitle{color:#fffc;font-size:1.2rem;margin-bottom:3rem;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.service-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:30px;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.service-card:before{background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .5s ease;width:200%}.service-card:hover{background:#ffffff26;border-color:#ffffff4d;box-shadow:0 20px 40px #0003;transform:translateY(-10px)}.service-card:hover:before{opacity:1}.service-icon{align-items:center;background:#fff3!important;border:2px solid #ffffff4d;border-radius:50%;display:flex;font-size:2.5rem;height:80px;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;width:80px}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.service-card h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.service-description{color:#fffc;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;margin-bottom:2rem}.service-features li{align-items:center;color:#ffffffe6;display:flex;gap:.8rem;margin-bottom:.8rem}.feature-check{color:#4ecdc4;font-size:1.2rem;font-weight:700}.service-button{border:1px solid #fff3;border-radius:50px;box-shadow:0 5px 15px #0003;color:#fff;cursor:pointer;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.service-button:hover{box-shadow:0 10px 30px #0000004d;transform:translateY(-3px)}.premium-section{margin:4rem auto;max-width:1200px;padding:0 2rem}.premium-header{margin-bottom:3rem;text-align:center}.premium-header h2{color:#fff;font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px #0003}.premium-header p{color:#fffc;font-size:1.2rem}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.pricing-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:30px;box-shadow:0 10px 30px #0000001a;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.pricing-card.popular{background:#ffffff26;border:2px solid #ffd7004d;box-shadow:0 20px 40px #0003;transform:scale(1.05)}.pricing-card:hover{background:#fff3;transform:translateY(-10px)}.pricing-card.popular:hover{transform:scale(1.05) translateY(-10px)}.popular-badge{background:linear-gradient(135deg,gold,orange);border-radius:30px;box-shadow:0 5px 15px #ffd7004d;color:#fff;font-size:.9rem;font-weight:600;left:50%;padding:.5rem 1.5rem;position:absolute;top:-15px;transform:translateX(-50%)}.pricing-card h3{color:#fff;font-size:1.5rem;margin:1.5rem 0 1rem}.price{margin-bottom:1.5rem}.amount{color:#fff;font-size:3rem;font-weight:700;text-shadow:2px 2px 4px #0003}.period{color:#fff9;font-size:1rem}.pricing-features{list-style:none;margin-bottom:2rem;text-align:left}.pricing-features li{align-items:center;color:#ffffffe6;display:flex;gap:.8rem;margin-bottom:.8rem}.pricing-button{background:#fff3;border:1px solid #ffffff4d;border-radius:50px;color:#fff;cursor:pointer;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.pricing-button.popular{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border:none;box-shadow:0 5px 15px #0003}.pricing-button:hover{background:#ffffff4d;box-shadow:0 10px 30px #0000004d;transform:translateY(-3px)}.pricing-button.popular:hover{background:linear-gradient(135deg,#ff5252,#3dbeb6)}.process-section{margin:4rem auto;max-width:1200px;padding:0 2rem}.process-section h2{color:#fff;font-size:2.5rem;margin-bottom:1rem;text-align:center;text-shadow:2px 2px 4px #0003}.process-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.process-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:30px;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.process-card:hover{background:#ffffff26;transform:translateY(-10px)}.process-number{align-items:center;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border:2px solid #ffffff4d;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;left:50%;position:absolute;top:-20px;transform:translateX(-50%);width:40px}.process-icon{font-size:3rem;margin:1.5rem 0 1rem}.process-card h3{color:#fff;font-size:1.3rem;margin-bottom:.8rem}.process-card p{color:#fffc;line-height:1.6}.benefits-section{margin:4rem auto;max-width:1200px;padding:0 2rem}.benefits-section h2{color:#fff;font-size:2.5rem;margin-bottom:3rem;text-align:center;text-shadow:2px 2px 4px #0003}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.benefit-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:30px;padding:2rem;text-align:center;transition:all .3s ease}.benefit-card:hover{background:#ffffff26;transform:translateY(-5px)}.benefit-icon{font-size:2.5rem;margin-bottom:1rem}.benefit-card h3{color:#fff;font-size:1.3rem;margin-bottom:.8rem}.benefit-card p{color:#fffc;line-height:1.6}.faq-section{margin:4rem auto;max-width:1200px;padding:0 2rem}.faq-section h2{color:#fff;font-size:2.5rem;margin-bottom:3rem;text-align:center;text-shadow:2px 2px 4px #0003}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.faq-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:2rem;transition:all .3s ease}.faq-card:hover{background:#ffffff26;transform:translateY(-3px)}.faq-card h3{color:#fff;font-size:1.2rem;margin-bottom:1rem;padding-left:1.5rem;position:relative}.faq-card h3:before{content:"❓";font-size:1rem;left:0;position:absolute;top:0}.faq-card p{color:#fffc;line-height:1.6;padding-left:1.5rem}.services-cta{margin:4rem auto;max-width:1200px;padding:0 2rem}.cta-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ff6b6b4d,#4ecdc44d);border:1px solid #fff3;border-radius:40px;box-shadow:0 20px 40px #0003;overflow:hidden;padding:4rem;position:relative;text-align:center}.cta-content:before{animation:rotate 20s linear infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}.cta-content h2{color:#fff;font-size:2.5rem;margin-bottom:1rem;position:relative;z-index:1}.cta-content p{color:#ffffffe6;font-size:1.2rem;margin-bottom:2rem;position:relative;z-index:1}.cta-buttons{display:flex;gap:1rem;justify-content:center;position:relative;z-index:1}.cta-button{border:none;border-radius:50px;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease}.cta-button.primary{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border:1px solid #fff3;color:#fff}.cta-button.secondary{background:#fff3;border:1px solid #ffffff4d;color:#fff}.cta-button:hover{box-shadow:0 10px 30px #0000004d;transform:translateY(-3px)}.cta-button.primary:hover{background:linear-gradient(135deg,#ff5252,#3dbeb6)}.cta-button.secondary:hover{background:#ffffff4d}@media (max-width:968px){.services-hero-content h1{font-size:3rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:768px){.services-hero-content{padding:2rem}.services-hero-content h1{font-size:2.5rem}.services-hero-content p{font-size:1.1rem}.benefits-section h2,.faq-section h2,.premium-header h2,.process-section h2,.services-grid-section h2{font-size:2rem}.pricing-grid{grid-template-columns:1fr}.pricing-card.popular{transform:scale(1)}.pricing-card.popular:hover{transform:translateY(-10px)}.faq-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.cta-content{padding:2rem}.cta-content h2{font-size:2rem}}@media (max-width:480px){.services-hero-content h1{font-size:2rem}.benefits-grid,.process-grid,.services-grid{grid-template-columns:1fr}.service-card{padding:1.5rem}}.contact{flex:1 1;margin:3rem auto;max-width:1200px;padding:0 2rem}.contact-hero{animation:slideDown .8s ease-out;color:#fff;margin-bottom:4rem;text-align:center}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.contact-hero h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px #0003}.contact-hero p{font-size:1.2rem;opacity:.9}.contact-container{grid-gap:3rem;animation:fadeIn .8s ease-out;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;display:grid;gap:3rem;grid-template-columns:1fr 1fr;overflow:hidden}.contact-info{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:3rem;position:relative}.contact-info:before{animation:rotate 20s linear infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}.contact-info h2{font-size:2rem;margin-bottom:2rem;position:relative;z-index:1}.info-item{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem;position:relative;transition:transform .3s ease;z-index:1}.info-item:hover{transform:translateX(10px)}.info-icon{align-items:center;background:#fff3;border-radius:50%;display:flex;font-size:1.5rem;height:40px;justify-content:center;width:40px}.info-item p{font-size:1.1rem;line-height:1.4}.contact-form{padding:3rem}.form-group{margin-bottom:1.5rem;position:relative}.form-group input,.form-group textarea{background:#f9f9f9;border:2px solid #e0e0e0;border-radius:10px;font-family:Poppins,sans-serif;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#ff6b6b;box-shadow:0 5px 15px #ff6b6b1a;outline:none}.form-group input:hover,.form-group textarea:hover{border-color:#4ecdc4}.form-group textarea{height:150px;resize:vertical}.submit-button{background:linear-gradient(45deg,#ff6b6b,#4ecdc4);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;overflow:hidden;padding:1rem;position:relative;transition:all .3s ease;width:100%}.submit-button:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.submit-button:hover:before{height:300px;width:300px}.submit-button:hover{box-shadow:0 10px 20px #0003;transform:translateY(-3px)}.submit-button:active{transform:translateY(-1px)}@media (max-width:768px){.contact-container{grid-template-columns:1fr}.contact-hero h1{font-size:2.5rem}.contact-form,.contact-info{padding:2rem}}@media (max-width:480px){.info-item{flex-direction:column;text-align:center}.info-item:hover{transform:translateY(-5px)}}.section-about,.section-categories,.section-chefs,.section-contact,.section-home,.section-newsletter,.section-recipes,.section-services,.section-testimonials,.section-tips,.section-weekly-special{scroll-margin-top:100px}.hero-section{margin-top:5vh;overflow:hidden}.hero-section:before{background:url(https://images.unsplash.com/photo-1504674900247-0877df9cc836?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80);background-attachment:fixed;background-position:50%;background-size:cover;transform:scale(1.1);z-index:-1}.hero-section:after,.hero-section:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-section:after{background:radial-gradient(circle at center,#0000 0,#0006 100%);z-index:0}.hero-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;text-shadow:2px 2px 4px #0000004d;text-shadow:2px 2px 4px #0000001a}.hero-content p{color:#ffffffe6}.search-container{background:#ffffff1a;border:1px solid #fff3}.search-input{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffe6;border:none;border-radius:50px;flex:1 1;font-family:Poppins,sans-serif;font-size:1.1rem;padding:1.2rem 1.5rem;transition:all .3s ease}.search-input:focus{background:#fff;box-shadow:0 5px 30px #ffffff4d;outline:none;transform:scale(1.02)}.search-button{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border:1px solid #fff3;border-radius:50px;box-shadow:0 5px 20px #0003;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1.2rem 2.5rem;transition:all .3s ease}.search-button:hover{box-shadow:0 10px 30px #ff6b6b66;transform:translateY(-3px)}.hero-stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:60px;display:flex;gap:3rem;justify-content:center;margin-top:2rem;padding:1.5rem 3rem}.stat{align-items:center;display:flex;flex-direction:column}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;font-size:2.5rem;font-weight:700;text-shadow:2px 2px 4px #0003}.stat-label{color:#ffffffe6;font-size:1rem;margin-top:.5rem;opacity:.9}.section-categories{margin:4rem auto;max-width:1200px;padding:0 2rem}.section-categories h2{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;box-shadow:0 10px 30px #0000001a;color:#fff;display:inline-block;font-size:2.5rem;left:50%;margin-bottom:2rem;padding:.5rem 2rem;position:relative;text-align:center;text-shadow:2px 2px 4px #0003;transform:translateX(-50%)}.categories-container{background:#ffffff0d;border:1px solid #ffffff1a}.category-btn{background:#ffffff1a;border:1px solid #fff3;box-shadow:0 4px 15px #0000001a;font-weight:500}.category-btn:hover{background:#fff3;border-color:#ffffff4d;box-shadow:0 8px 25px #0003}.category-btn.active{box-shadow:0 10px 30px #ff6b6b4d}.section-recipes{margin:4rem auto;max-width:1200px;padding:0 2rem}.section-recipes h2{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;color:#fff;display:inline-block;font-size:2.5rem;left:50%;margin-bottom:3rem;padding:.5rem 2rem;position:relative;text-align:center;text-shadow:2px 2px 4px #0003;transform:translateX(-50%)}.recipes-grid{grid-gap:2rem;animation:fadeIn 1s ease-out;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.section-weekly-special{margin:4rem auto;max-width:1200px;padding:0 2rem}.special-content{grid-gap:2rem;background:#ffffff1a;border:1px solid #fff3;box-shadow:0 20px 40px #0003;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.special-text{padding:3rem}.special-tag{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border:1px solid #ffffff4d;border-radius:30px;box-shadow:0 5px 15px #0003;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;padding:.5rem 1.5rem}.special-text h2{font-size:2.5rem;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 4px #0003}.special-text p{color:#ffffffe6;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.special-meta{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:30px;color:#fffc;display:flex;gap:2rem;margin-bottom:2rem;padding:1rem}.special-button{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border:1px solid #fff3;border-radius:30px;box-shadow:0 10px 30px #0003;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease}.special-button:hover{box-shadow:0 15px 40px #ff6b6b66;transform:translateY(-3px)}.special-image{height:100%;overflow:hidden;position:relative}.special-image:before{background:linear-gradient(90deg,#0000004d,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.special-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.special-image:hover img{transform:scale(1.1)}.section-chefs{margin:4rem auto;max-width:1200px;padding:0 2rem}.section-chefs h2{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;color:#fff;display:inline-block;font-size:2.5rem;left:50%;margin-bottom:3rem;padding:.5rem 2rem;position:relative;text-align:center;text-shadow:2px 2px 4px #0003;transform:translateX(-50%)}.chefs-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.chef-card{background:#ffffff1a;border:1px solid #fff3;box-shadow:0 10px 30px #0000001a;overflow:hidden;text-align:center;transition:all .3s ease}.chef-card:hover{background:#ffffff26;border-color:#ffffff4d;box-shadow:0 20px 40px #0003;transform:translateY(-10px)}.chef-image{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border:3px solid #0000;border-radius:50%;box-shadow:0 10px 30px #0003;height:150px;margin:0 auto 1.5rem;overflow:hidden;padding:3px;width:150px}.chef-image img{border-radius:50%;height:100%;object-fit:cover;width:100%}.chef-card h3{font-size:1.5rem;margin-bottom:.5rem}.chef-specialty{font-size:1.1rem;font-weight:500;margin-bottom:.5rem}.chef-recipes{color:#ffffffb3;margin-bottom:1.5rem}.chef-button{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border:1px solid #fff3;border-radius:25px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.chef-button:hover{box-shadow:0 10px 30px #ff6b6b4d;transform:translateY(-3px)}.section-about,.section-services,.section-testimonials{margin:4rem auto;max-width:1200px;padding:0 2rem}.section-testimonials h2{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;color:#fff;display:inline-block;font-size:2.5rem;left:50%;margin-bottom:3rem;padding:.5rem 2rem;position:relative;text-align:center;text-shadow:2px 2px 4px #0003;transform:translateX(-50%)}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial-card{background:#ffffff1a;border:1px solid #fff3;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}.testimonial-card:hover{background:#ffffff26;border-color:#ffffff4d;box-shadow:0 20px 40px #0003;transform:translateY(-5px)}.testimonial-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.testimonial-header img{border:2px solid #ffffff4d;border-radius:50%;height:60px;object-fit:cover;width:60px}.testimonial-header h3{margin-bottom:.3rem}.rating{color:gold}.testimonial-comment{color:#ffffffe6;line-height:1.6}.section-newsletter{margin:4rem auto;max-width:1200px;padding:0 2rem}.newsletter-content{background:linear-gradient(135deg,#667eea4d,#764ba24d);border:1px solid #fff3;box-shadow:0 20px 40px #0003;overflow:hidden;position:relative}.newsletter-content:before{animation:rotate 20s linear infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}.newsletter-content h2{font-size:2.5rem;margin-bottom:1rem;position:relative;z-index:1}.newsletter-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;position:relative;z-index:1}.newsletter-form{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:1px solid #fff3;border-radius:60px;display:flex;gap:1rem;margin:0 auto;max-width:500px;padding:.5rem;position:relative;z-index:1}.newsletter-form input{background:#ffffffe6;border:none;border-radius:50px;flex:1 1;font-family:Poppins,sans-serif;font-size:1rem;padding:1rem 1.5rem}.newsletter-form input:focus{box-shadow:0 0 0 3px #ffffff4d;outline:none}.newsletter-form button{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border:1px solid #fff3;border-radius:50px;color:#fff;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.newsletter-form button:hover{box-shadow:0 10px 30px #ff6b6b66;transform:translateY(-3px)}.newsletter-note{font-size:.9rem!important;margin-top:1rem!important;opacity:.7!important;position:relative;z-index:1}.section-tips{margin:4rem auto;max-width:1200px;padding:0 2rem}.section-tips h2{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;color:#fff;display:inline-block;font-size:2.5rem;left:50%;margin-bottom:3rem;padding:.5rem 2rem;position:relative;text-align:center;text-shadow:2px 2px 4px #0003;transform:translateX(-50%)}.tips-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.tip-card{background:#ffffff1a;border:1px solid #fff3;box-shadow:0 10px 30px #0000001a;text-align:center;transition:all .3s ease}.tip-card:hover{background:#ffffff26;border-color:#ffffff4d;box-shadow:0 20px 40px #0003;transform:translateY(-5px)}.tip-icon{background:#fff3;border-radius:50%;display:inline-block;font-size:3rem;height:80px;line-height:80px;margin-bottom:1rem;text-align:center;width:80px}.tip-card h3{font-size:1.3rem;margin-bottom:1rem}.tip-card p{color:#fffc;line-height:1.6;margin-bottom:1.5rem}.tip-card a{color:#4ecdc4;font-weight:500}.tip-card a:hover{color:#ff6b6b;letter-spacing:.5px}.section-contact{margin:4rem auto;max-width:1200px;padding:0 2rem}.back-to-top{border:1px solid #fff3;box-shadow:0 5px 20px #0003}.back-to-top:hover{box-shadow:0 10px 30px #ff6b6b66}@media (max-width:968px){.hero-content h1{font-size:3rem}.special-content{grid-template-columns:1fr}.special-image{height:300px}}@media (max-width:768px){.hero-content h1{font-size:2.5rem}.hero-content{padding:2rem}.hero-content p{font-size:1.1rem}.search-container{background:#0000;flex-direction:column;padding:0}.hero-stats{flex-direction:column;gap:1.5rem;padding:1.5rem}.section-categories h2,.section-chefs h2,.section-recipes h2,.section-testimonials h2,.section-tips h2{font-size:2rem;padding:.5rem 1rem}.recipes-grid{grid-template-columns:1fr}.categories-container{padding:1rem}.newsletter-content{padding:2rem}.newsletter-form{background:#0000;flex-direction:column;padding:0}.special-text{padding:2rem}.special-text h2{font-size:2rem}.special-meta{flex-direction:column;gap:.5rem}.back-to-top{bottom:20px;font-size:1.2rem;height:40px;right:20px;width:40px}}@media (max-width:480px){.hero-content h1{font-size:2rem}.hero-section{min-height:auto}.category-btn{font-size:.9rem;padding:.6rem 1.2rem}.chefs-grid,.testimonials-grid,.tips-grid{grid-template-columns:1fr}.hero-stats{gap:1rem}.stat-number{font-size:2rem}}::-webkit-scrollbar-track{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a}.home{flex:1 1;position:relative}.floating-nav{animation:slideInRight .5s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:30px;box-shadow:0 10px 30px #0003;display:flex;flex-direction:column;gap:10px;padding:15px;position:fixed;right:20px;top:100px;z-index:1000}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.floating-nav-btn{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:8px;padding:12px 20px;text-align:left;transition:all .3s ease}.floating-nav-btn:hover{background:#fff3;transform:translateX(-5px)}.floating-nav-btn.active{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border-color:#0000;box-shadow:0 5px 15px #ff6b6b4d}.section-about,.section-categories,.section-chefs,.section-contact,.section-home,.section-newsletter,.section-recipes,.section-services,.section-testimonials,.section-tips,.section-weekly-special{padding:4rem 2rem;position:relative;scroll-margin-top:80px}.section-home{background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;position:relative}.section-home:before{background:url(https://images.unsplash.com/photo-1504674900247-0877df9cc836?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80);background-position:50%;background-size:cover;bottom:0;content:"";left:0;mix-blend-mode:overlay;opacity:.1;position:absolute;right:0;top:0}.hero-section{align-items:center;color:#fff;display:flex;justify-content:center;min-height:800px;position:relative;text-align:center;z-index:2}.section-categories{background:linear-gradient(45deg,#2c3e50,#3498db);position:relative}.section-categories:before{background-image:radial-gradient(circle at 30% 40%,#ffffff1a 0,#0000 20%),radial-gradient(circle at 70% 60%,#ffffff1a 0,#0000 25%),radial-gradient(circle at 40% 80%,#ffffff1a 0,#0000 15%),repeating-linear-gradient(45deg,#ffffff0d,#ffffff0d 2px,#0000 0,#0000 10px);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.section-recipes{background:linear-gradient(135deg,#e74c3c,#c0392b);position:relative}.section-recipes:before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.1"><path d="M20,30 Q30,20 40,30 T60,30 T80,30" stroke="white" fill="none" stroke-width="2"/><circle cx="30" cy="50" r="5" fill="white"/><circle cx="50" cy="50" r="5" fill="white"/><circle cx="70" cy="50" r="5" fill="white"/></svg>'),repeating-linear-gradient(45deg,#ffffff08,#ffffff08 20px,#0000 0,#0000 40px);background-size:100px 100px,auto;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.section-weekly-special{background:linear-gradient(45deg,#f39c12,#e67e22);position:relative}.section-weekly-special:before{background:radial-gradient(circle at 20% 30%,#ffffff26 0,#0000 30%),radial-gradient(circle at 80% 70%,#ffffff26 0,#0000 30%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.section-chefs{background:linear-gradient(135deg,#34495e,#2c3e50);position:relative}.section-chefs:before{background-image:radial-gradient(circle at 10% 20%,#ffffff0d 0,#0000 20%),radial-gradient(circle at 90% 80%,#ffffff0d 0,#0000 25%),repeating-linear-gradient(135deg,#ffffff05,#ffffff05 2px,#0000 0,#0000 8px);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.section-about{background:linear-gradient(135deg,#27ae60,#2ecc71);position:relative}.section-about:before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" opacity="0.1"><path d="M50,100 Q75,50 100,100 T150,100" stroke="white" fill="none" stroke-width="3"/><circle cx="70" cy="120" r="8" fill="white"/><circle cx="130" cy="120" r="8" fill="white"/></svg>'),repeating-linear-gradient(90deg,#ffffff08,#ffffff08 20px,#0000 0,#0000 40px);background-size:200px 200px,auto;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.section-services{background:linear-gradient(135deg,#3498db,#2980b9);overflow:hidden;position:relative}.section-services:before{animation:rotate 60s linear infinite;background:repeating-linear-gradient(45deg,#ffffff08,#ffffff08 20px,#0000 0,#0000 40px),radial-gradient(circle at 30% 40%,#ffffff1a 0,#0000 30%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.section-testimonials{background:linear-gradient(135deg,#9b59b6,#8e44ad);position:relative}.section-testimonials:before{background:radial-gradient(circle at 20% 30%,#ffffff1a 0,#0000 25%),radial-gradient(circle at 80% 70%,#ffffff1a 0,#0000 25%),repeating-radial-gradient(circle at 50% 50%,#ffffff08 0,#ffffff08 2px,#0000 0,#0000 10px);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.section-newsletter{background:linear-gradient(135deg,#e84393,#c2185b);position:relative}.section-newsletter:before{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.1"><circle cx="20" cy="20" r="10" fill="white"/><circle cx="80" cy="80" r="15" fill="white"/><circle cx="40" cy="60" r="8" fill="white"/><circle cx="70" cy="30" r="12" fill="white"/></svg>'),linear-gradient(45deg,#ffffff08 25%,#0000 0);background-size:100px 100px,40px 40px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.section-tips{background:linear-gradient(135deg,#00b894,#00cec9);position:relative}.section-tips:before{background:repeating-linear-gradient(30deg,#ffffff08,#ffffff08 15px,#0000 0,#0000 30px),radial-gradient(circle at 70% 20%,#ffffff1a 0,#0000 30%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.section-contact{background:linear-gradient(135deg,#fdc830,#f37335);position:relative}.section-contact:before{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" opacity="0.1"><path d="M0,100 Q50,80 100,100 T200,100" stroke="white" fill="none" stroke-width="2"/><path d="M0,150 Q50,130 100,150 T200,150" stroke="white" fill="none" stroke-width="2"/></svg>'),repeating-linear-gradient(45deg,#ffffff08,#ffffff08 20px,#0000 0,#0000 40px);background-size:200px 200px,auto;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.section-categories h2,.section-chefs h2,.section-recipes h2,.section-testimonials h2,.section-tips h2{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:50px;box-shadow:0 10px 30px #0003;color:#fff;display:inline-block;font-size:2.5rem;font-weight:600;left:50%;letter-spacing:1px;margin-bottom:2rem;padding:.5rem 2rem;position:relative;text-align:center;text-shadow:2px 2px 4px #0000004d;transform:translateX(-50%)}.categories-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:60px;box-shadow:0 15px 35px #0003;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:2rem}.category-btn{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff26;border:1px solid #ffffff40;border-radius:30px;box-shadow:0 4px 15px #0003;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1.8rem;text-shadow:1px 1px 2px #0003;transition:all .3s ease}.category-btn:hover{background:#ffffff40;border-color:#fff6;box-shadow:0 8px 25px #0000004d;transform:translateY(-3px)}.category-btn.active{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border-color:#0000;box-shadow:0 10px 30px #ff6b6b66;text-shadow:1px 1px 2px #0003}.hero-content{animation:fadeInUp 1s ease-out;background:#ffffff26;border:1px solid #ffffff40;border-radius:30px;box-shadow:0 25px 50px -12px #00000080;margin:2rem;max-width:900px;padding:3rem;position:relative;z-index:2}.hero-content h1{color:#e75b09;font-size:4rem;font-weight:700;letter-spacing:-.5px;line-height:1.2;margin-bottom:1.5rem;text-shadow:2px 2px 4px #f80f0f4d}.hero-content p{color:#fff;font-size:1.3rem;line-height:1.6;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:700px;opacity:.95;text-shadow:1px 1px 2px #0003}.search-container{border:1px solid #ffffff40;border-radius:60px;box-shadow:0 10px 30px #0003;display:flex;gap:1rem;margin:0 auto 3rem;max-width:600px;padding:.5rem}.recipe-card,.search-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26}.recipe-card{border:1px solid #ffffff40;border-radius:30px;box-shadow:0 15px 35px #0003;overflow:hidden;transition:all .3s ease}.recipe-card:hover{background:#fff3;border-color:#ffffff59;box-shadow:0 25px 50px #0000004d;transform:translateY(-10px)}.recipe-content h3{color:#fff;text-shadow:1px 1px 2px #0003}.recipe-description{color:#fffffff2;text-shadow:1px 1px 2px #0003}.recipe-meta{background:#ffffff1a;border-radius:30px;color:#ffffffe6;padding:.5rem 1rem}.chef-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff40;border-radius:30px;box-shadow:0 15px 35px #0003;padding:2rem}.chef-card h3{color:#fff;text-shadow:1px 1px 2px #0003}.chef-specialty{color:#4ecdc4;font-weight:600;text-shadow:1px 1px 2px #0003}.chef-recipes{color:#ffffffe6}.testimonial-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff40;border-radius:30px;box-shadow:0 15px 35px #0003;padding:2rem}.testimonial-header h3{color:#fff;text-shadow:1px 1px 2px #0003}.testimonial-comment{color:#fffffff2;font-style:italic;text-shadow:1px 1px 2px #0003}.tip-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff40;border-radius:30px;box-shadow:0 15px 35px #0003;padding:2rem}.tip-card h3{color:#fff}.tip-card h3,.tip-card p{text-shadow:1px 1px 2px #0003}.tip-card p{color:#fffffff2}.tip-card a{color:gold;font-weight:600;text-decoration:none;transition:all .3s ease}.tip-card a:hover{color:#fff;letter-spacing:1px}.special-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff40;border-radius:40px;box-shadow:0 20px 40px #0000004d;overflow:hidden}.special-text h2{color:#fff;text-shadow:2px 2px 4px #0000004d}.special-text p{color:#fffffff2;text-shadow:1px 1px 2px #0003}.special-meta{background:#ffffff26;border:1px solid #fff3;color:#fff}.newsletter-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff40;border-radius:40px;box-shadow:0 20px 40px #0000004d;color:#fff;padding:4rem;text-align:center}.newsletter-content h2{color:#fff;text-shadow:2px 2px 4px #0000004d}.newsletter-content p{color:#fffffff2;text-shadow:1px 1px 2px #0003}.back-to-top{align-items:center;animation:bounce 2s infinite;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border:1px solid #ffffff4d;border-radius:50%;bottom:30px;box-shadow:0 5px 20px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:50px;justify-content:center;position:fixed;right:30px;transition:all .3s ease;width:50px;z-index:1000}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.back-to-top:hover{box-shadow:0 10px 30px #ff6b6b80;transform:scale(1.1)}@media (max-width:1200px){.floating-nav{display:none}}@media (max-width:768px){.hero-content h1{font-size:2.5rem}.hero-content{padding:2rem}.section-categories h2,.section-chefs h2,.section-recipes h2,.section-testimonials h2,.section-tips h2{font-size:2rem;padding:.5rem 1rem}.categories-container{padding:1rem}.newsletter-content{padding:2rem}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#ff5252,#3dbeb6)}.footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 -5px 20px #0000000d;margin-top:auto;padding:3rem 2rem 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.footer-section{animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer-section h3{color:#333;display:inline-block;font-size:1.2rem;margin-bottom:1rem;position:relative}.footer-section h3:after{background:linear-gradient(45deg,#ff6b6b,#4ecdc4);border-radius:2px;bottom:-5px;content:"";height:2px;left:0;position:absolute;width:40px}.footer-section p{color:#666;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#666;display:inline-block;text-decoration:none;transition:all .3s ease}.footer-section ul li a:hover{color:#ff6b6b;transform:translateX(5px)}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{align-items:center;background:#f0f0f0;border-radius:50%;color:#666;display:flex;font-size:1.5rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-links a:hover{background:linear-gradient(45deg,#ff6b6b,#4ecdc4);color:#fff;transform:translateY(-3px)}.footer-bottom{border-top:1px solid #e0e0e0;color:#666;margin-top:2rem;padding-top:2rem;text-align:center}@media (max-width:768px){.footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.footer-content{grid-template-columns:1fr;text-align:center}.footer-section h3:after{left:50%;transform:translateX(-50%)}.social-links{justify-content:center}}
/*# sourceMappingURL=main.7c8b950d.css.map*/