.restaurant-hero{background:linear-gradient(135deg,rgba(220,38,38,.9),rgba(26,36,47,.85));padding:120px 0 80px;color:white;text-align:center;position:relative;overflow:hidden}.restaurant-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(https://images.unsplash.com/photo-1555992457-b8fefdd09069?auto=format&fit=crop&w=2000&q=80) 50%/cover;opacity:.3;z-index:-1}.restaurant-hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem;color:white}.restaurant-hero p{font-size:1.25rem;max-width:700px;margin:0 auto 2rem;opacity:.95}.restaurant-services{padding:80px 0;background:white}.services-header{text-align:center;margin-bottom:4rem}.services-header h2{color:var(--forest);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;margin-bottom:1rem}.section-divider{width:80px;height:4px;background:linear-gradient(90deg,#DC2626 0,var(--forest) 100%);margin:0 auto 1.5rem;border-radius:2px}.services-header p{color:var(--gray-600);font-size:1.1rem;max-width:600px;margin:0 auto}.restaurant-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.restaurant-service-card{background:white;border-radius:12px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #f0f0f0;transition:all .3s ease;position:relative;overflow:hidden}.restaurant-service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#DC2626,#B91C1C)}.restaurant-service-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.12);border-color:#DC2626}.service-icon-wrap{width:60px;height:60px;background:linear-gradient(135deg,#DC2626,#B91C1C);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:white}.restaurant-service-card h3{color:var(--forest);font-size:1.4rem;margin-bottom:1rem}.restaurant-service-card p{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.6}.service-features{list-style:none;padding:0}.service-features li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--gray-700);font-size:.95rem}.service-features li:before{content:"✓";position:absolute;left:0;color:#DC2626;font-weight:700}.haccp-section{padding:80px 0;background:linear-gradient(135deg,#FEF2F2,#FEE2E2)}.haccp-header{text-align:center;margin-bottom:3rem}.haccp-header h2{color:var(--forest);font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:1rem}.haccp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;max-width:1000px;margin:0 auto}.haccp-card{background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08);text-align:center;transition:all .3s ease}.haccp-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.haccp-icon{width:50px;height:50px;margin:0 auto 1rem;background:#DC2626;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white}.haccp-card h3{color:var(--forest);margin-bottom:.5rem}.haccp-card p{color:var(--gray-600);font-size:.95rem}.industries-section{padding:80px 0;background:white}.industries-header{text-align:center;margin-bottom:3rem}.industries-header h2{color:var(--forest);font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:1rem}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;max-width:1000px;margin:0 auto}.industry-item{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:2rem 1.5rem;border-radius:12px;text-align:center;transition:all .3s ease}.industry-item:hover{background:linear-gradient(135deg,#DC2626,#B91C1C);color:white}.industry-item:hover h3,.industry-item:hover p{color:white}.industry-icon-wrapper{width:60px;height:60px;margin:0 auto 1rem;background:white;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#DC2626}.industry-item h3{color:var(--forest);margin-bottom:.5rem;font-size:1.1rem;transition:color .3s ease}.industry-item p{color:var(--gray-600);font-size:.9rem;transition:color .3s ease}.testimonial-section{padding:80px 0;background:linear-gradient(135deg,var(--forest) 0,#1F2937 100%);color:white}.testimonial-header{text-align:center;margin-bottom:3rem}.testimonial-header h2{font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:1rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.testimonial-card{background:rgba(255,255,255,.1);padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.testimonial-text{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;background:var(--lime)}.author-info h4{margin-bottom:.25rem}.author-info p{opacity:.8;font-size:.9rem}.rating{color:#FFD700;margin-bottom:1rem}.cta-section{padding:60px 0;background:white;text-align:center}.cta-section h2{color:var(--forest);font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:1rem}.cta-section p{color:var(--gray-600);font-size:1.1rem;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-cta-primary{background:#DC2626;color:white;padding:14px 32px;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease}.btn-cta-primary:hover{background:#B91C1C;transform:translateY(-2px)}.btn-cta-secondary{background:transparent;color:var(--forest);padding:14px 32px;border-radius:8px;font-weight:600;text-decoration:none;border:2px solid var(--forest);transition:all .3s ease}.btn-cta-secondary:hover{background:var(--forest);color:white}@media (max-width:768px){.haccp-grid,.industries-grid,.restaurant-services-grid,.testimonials-grid{grid-template-columns:1fr}}