*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9f9f9}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f9f9f9}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}#root{max-width:100%;margin:0;padding:0}.home{min-height:calc(100vh - 100px)}.hero{background:linear-gradient(135deg,#5dade2,#3498db);color:#fff;padding:4rem 2rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;font-weight:500}.hero-description{font-size:1.1rem;line-height:1.6;opacity:.95}.features{max-width:1200px;margin:4rem auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.feature-icon{font-size:4rem;margin-bottom:1rem}.feature-card h3{color:#2874a6;font-size:1.5rem;margin-bottom:.5rem}.feature-card p{color:#666;line-height:1.6}@media(max-width:768px){.hero h1{font-size:2rem}.hero-subtitle{font-size:1.2rem}.features{margin:2rem auto}}.menu{min-height:calc(100vh - 100px);padding-bottom:80px}.menu-header{background:linear-gradient(135deg,#5dade2,#3498db);color:#fff;padding:3rem 2rem;text-align:center}.menu-header h1{font-size:2.5rem;margin-bottom:.5rem}.menu-header p{font-size:1.2rem;opacity:.95}.menu-content{max-width:1400px;margin:0 auto;padding:3rem 2rem}.pizzas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.cart-toggle{position:fixed;bottom:2rem;right:2rem;background:#3498db;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;box-shadow:0 4px 12px #0000004d;transition:all .3s ease;z-index:90}.cart-toggle:hover{background:#2874a6;transform:scale(1.05)}@media(max-width:768px){.menu-header h1{font-size:2rem}.pizzas-grid{grid-template-columns:1fr;gap:1.5rem}.cart-toggle{bottom:1rem;right:1rem;padding:.8rem 1.5rem}}.pizza-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;display:flex;flex-direction:column}.pizza-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.pizza-image{background:linear-gradient(135deg,#ffe0b2,#ffcc80);height:180px;display:flex;align-items:center;justify-content:center;font-size:5rem;position:relative}.veg-badge{position:absolute;top:10px;right:10px;background:#fff;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 2px 4px #0003}.pizza-info{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.pizza-info h3{color:#2874a6;font-size:1.5rem;margin-bottom:.5rem}.pizza-description{color:#666;line-height:1.5;margin-bottom:1rem;flex-grow:1}.pizza-footer{display:flex;justify-content:flex-end;align-items:center;margin-top:auto}.add-button{background:#3498db;color:#fff;border:none;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;width:100%}.add-button:hover{background:#2874a6;transform:scale(1.05)}.size-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.size-modal{background:#fff;border-radius:16px;padding:2rem;max-width:400px;width:100%;box-shadow:0 10px 30px #0000004d;text-align:center}.size-modal h3{color:#2874a6;margin-bottom:.5rem;font-size:1.5rem}.pizza-name{color:#666;margin-bottom:1.5rem;font-style:italic}.size-buttons{display:flex;gap:1rem;margin-bottom:1.5rem}.size-button{flex:1;background:#fff;border:3px solid #3498db;padding:1.5rem;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem}.size-button:hover{background:#e3f2fd;transform:scale(1.05)}.size-label{font-size:2rem;font-weight:700;color:#2874a6}.size-desc{font-size:.9rem;color:#666}.cancel-button{background:#f0f0f0;color:#666;border:none;padding:.8rem 2rem;border-radius:8px;cursor:pointer;font-size:1rem;transition:background .3s}.cancel-button:hover{background:#e0e0e0}.cart-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.cart-modal{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0000004d}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #f0f0f0}.cart-header h2{margin:0;color:#2874a6}.close-button{background:none;border:none;font-size:2rem;cursor:pointer;color:#666;line-height:1;padding:0;width:32px;height:32px}.close-button:hover{color:#3498db}.cart-items{padding:1.5rem;max-height:300px;overflow-y:auto}.cart-item{display:flex;flex-direction:column;gap:1rem;padding:1.2rem;border-bottom:1px solid #f0f0f0}.cart-item:last-child{border-bottom:none}.cart-item-info h4{margin:0 0 .5rem;color:#333;font-size:1.1rem}.size-selector{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.size-selector label{font-size:.9rem;color:#666;font-weight:500}.size-options{display:flex;gap:.5rem}.size-option{background:#fff;border:2px solid #e0e0e0;padding:.4rem .8rem;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem;color:#666;transition:all .2s ease;min-width:40px}.size-option:hover{border-color:#3498db;color:#3498db}.size-option.active{background:#3498db;border-color:#3498db;color:#fff}.cart-item-controls{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-controls button{background:#f0f0f0;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-weight:700;transition:background .2s;font-size:1rem}.quantity-controls button:hover{background:#e0e0e0}.quantity-controls span{min-width:30px;text-align:center;font-weight:600;font-size:1.1rem}.remove-button{background:#ffebee!important;font-size:1.2rem;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center}.remove-button:hover{background:#ffcdd2!important}.cart-summary{padding:1.5rem;background:#f5f5f5;text-align:center;font-size:1.1rem;color:#666}.order-form{padding:1.5rem}.order-form h3{margin-top:0;margin-bottom:1rem;color:#333}.order-form input,.order-form textarea{width:100%;padding:.8rem;margin-bottom:1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;box-sizing:border-box}.order-form input:focus,.order-form textarea:focus{outline:none;border-color:#3498db}.order-status{padding:.8rem;border-radius:8px;margin-bottom:1rem;text-align:center;font-weight:500}.order-status.success{background:#c8e6c9;color:#2e7d32}.order-status.error{background:#ffcdd2;color:#c62828}.submit-order-button{width:100%;background:#3498db;color:#fff;border:none;padding:1rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background .3s}.submit-order-button:hover:not(:disabled){background:#2874a6}.submit-order-button:disabled{background:#ccc;cursor:not-allowed}.about{min-height:calc(100vh - 100px)}.about-header{background:linear-gradient(135deg,#5dade2,#3498db);color:#fff;padding:3rem 2rem;text-align:center}.about-header h1{font-size:2.5rem;margin:0}.about-content{max-width:900px;margin:0 auto;padding:3rem 2rem}.about-section{margin-bottom:3rem}.about-section h2{color:#2874a6;font-size:2rem;margin-bottom:1rem}.about-section p{color:#666;line-height:1.8;font-size:1.1rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.value-item{text-align:center;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}.value-icon{font-size:3rem;display:block;margin-bottom:1rem}.value-item h3{color:#2874a6;font-size:1.3rem;margin-bottom:.5rem}.value-item p{color:#666;font-size:1rem;line-height:1.6}@media(max-width:768px){.about-header h1{font-size:2rem}.about-section h2{font-size:1.6rem}.values-grid{grid-template-columns:1fr}}.contact{min-height:calc(100vh - 100px)}.contact-header{background:linear-gradient(135deg,#5dade2,#3498db);color:#fff;padding:3rem 2rem;text-align:center}.contact-header h1{font-size:2.5rem;margin-bottom:.5rem}.contact-header p{font-size:1.2rem;opacity:.95}.contact-content{max-width:1200px;margin:0 auto;padding:3rem 2rem}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.info-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;text-align:center;transition:transform .3s ease}.info-card:hover{transform:translateY(-5px)}.info-icon{font-size:3rem;display:block;margin-bottom:1rem}.info-card h3{color:#2874a6;font-size:1.3rem;margin-bottom:.8rem}.info-card p{color:#666;margin:.3rem 0;line-height:1.6}.social-media{text-align:center;padding:2rem;background:#f5f5f5;border-radius:12px}.social-media h2{color:#2874a6;margin-bottom:1.5rem}.social-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.social-link{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#fff;color:#333;text-decoration:none;border-radius:8px;font-weight:600;box-shadow:0 2px 4px #0000001a;transition:all .3s ease}.social-link:hover{transform:translateY(-3px);box-shadow:0 4px 8px #00000026;background:#3498db;color:#fff}.social-link span{font-size:1.5rem}@media(max-width:768px){.contact-header h1{font-size:2rem}.contact-info{grid-template-columns:1fr}.social-links{flex-direction:column;align-items:stretch}}.navbar{background:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;gap:1rem}.navbar-logo img{height:60px;width:auto;border-radius:8px}.navbar-logo h1{color:#2874a6;font-size:1.8rem;font-weight:700;margin:0}.navbar-menu{display:flex;gap:1rem;list-style:none;margin:0;padding:0}.navbar-menu button{background:transparent;border:none;color:#333;font-size:1.1rem;padding:.5rem 1.5rem;cursor:pointer;border-radius:8px;transition:all .3s ease;font-weight:500}.navbar-menu button:hover{background:#f0f8ff;color:#3498db}.navbar-menu button.active{background:#e3f2fd;color:#2874a6;font-weight:600}@media(max-width:768px){.navbar-container{flex-direction:column;gap:1rem}.navbar-logo h1{font-size:1.5rem}.navbar-menu{flex-wrap:wrap;justify-content:center}.navbar-menu button{font-size:1rem;padding:.4rem 1rem}}
