*{margin:0;padding:0;box-sizing:border-box}
:root{--teal:#0d7377;--teal-dark:#065a5c;--teal-light:#14a3a8;--white:#ffffff;--gray-100:#f8f9fa;--gray-200:#e9ecef;--gray-300:#dee2e6;--gray-600:#6c757d;--gray-800:#343a40;--gray-900:#212529}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.6;color:var(--gray-800);background-color:var(--white)}
h1,h2,h3{font-weight:600;color:var(--gray-900);margin-bottom:1rem}
h1{font-size:2.5rem}
h2{font-size:2rem}
h3{font-size:1.5rem}
p{margin-bottom:1rem;color:var(--gray-600)}
a{color:var(--teal);text-decoration:none;transition:color 0.3s ease}
a:hover{color:var(--teal-dark);text-decoration:none}
img{max-width:100%;height:auto}
.navbar{background-color:var(--white);box-shadow:0 2px 10px rgba(0,0,0,0.08);padding:1rem 0;position:fixed;top:0;left:0;right:0;z-index:1000}
.navbar-brand{font-size:1.5rem;font-weight:700;color:var(--teal)}
.navbar-brand:hover{color:var(--teal-dark)}
.nav-link{color:var(--gray-800);font-weight:500;padding:0.5rem 1rem;transition:color 0.3s ease}
.nav-link:hover{color:var(--teal)}
.btn-teal{background-color:var(--teal);color:var(--white);border:none;padding:0.75rem 1.5rem;border-radius:4px;font-weight:500;transition:all 0.3s ease}
.btn-teal:hover{background-color:var(--teal-dark);color:var(--white);transform:translateY(-2px)}
.btn-outline-teal{background-color:transparent;color:var(--teal);border:2px solid var(--teal);padding:0.75rem 1.5rem;border-radius:4px;font-weight:500;transition:all 0.3s ease}
.btn-outline-teal:hover{background-color:var(--teal);color:var(--white)}
.hero-section{padding:8rem 0 5rem;background:linear-gradient(135deg,var(--gray-100) 0%,var(--white) 100%)}
.hero-content{padding-right:2rem}
.hero-image img{border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,0.1)}
.section{padding:5rem 0}
.section-alt{background-color:var(--gray-100)}
.section-title{text-align:center;margin-bottom:3rem}
.section-title h2{color:var(--teal)}
.two-col{display:flex;align-items:center;gap:3rem}
.two-col-reverse{flex-direction:row-reverse}
.two-col .col-text{flex:1}
.two-col .col-image{flex:1}
.two-col .col-image img{border-radius:8px;box-shadow:0 5px 20px rgba(0,0,0,0.08);transition:transform 0.3s ease}
.two-col .col-image img:hover{transform:scale(1.02)}
.card-item{background:var(--white);border-radius:8px;padding:2rem;box-shadow:0 5px 20px rgba(0,0,0,0.05);transition:all 0.3s ease;height:100%}
.card-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,0.1)}
.card-item h3{color:var(--teal);font-size:1.25rem}
.ingredient-card{text-align:center;padding:2rem}
.ingredient-icon{width:60px;height:60px;background-color:var(--teal-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--white);font-size:1.5rem}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.gallery-item{border-radius:8px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.08);transition:all 0.3s ease}
.gallery-item:hover{transform:scale(1.03);box-shadow:0 10px 25px rgba(0,0,0,0.12)}
.gallery-item img{width:100%;height:250px;object-fit:cover}
.faq-item{margin-bottom:1rem}
.faq-item .card-header{background-color:var(--white);border:1px solid var(--gray-200);cursor:pointer;padding:1rem 1.5rem;transition:all 0.3s ease}
.faq-item .card-header:hover{background-color:var(--gray-100)}
.faq-item .card-header h3{margin:0;font-size:1.1rem;color:var(--gray-800)}
.faq-item .card-body{padding:1.5rem;background-color:var(--gray-100);border:1px solid var(--gray-200);border-top:none}
.contact-form{background:var(--white);padding:2.5rem;border-radius:8px;box-shadow:0 5px 20px rgba(0,0,0,0.08)}
.contact-form .form-control{border:1px solid var(--gray-300);padding:0.875rem 1rem;border-radius:4px;transition:border-color 0.3s ease}
.contact-form .form-control:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(13,115,119,0.1)}
.contact-info{padding:2rem}
.contact-info h3{color:var(--teal)}
.contact-info p{margin-bottom:0.5rem}
.disclaimer-box{background-color:var(--gray-100);border-left:4px solid var(--teal);padding:1.5rem;margin:2rem 0;border-radius:0 8px 8px 0}
.disclaimer-box p{margin:0;font-size:0.95rem;color:var(--gray-600)}
footer{background-color:var(--gray-900);color:var(--gray-300);padding:4rem 0 2rem}
footer h4{color:var(--white);font-size:1.1rem;margin-bottom:1.5rem}
footer a{color:var(--gray-300);transition:color 0.3s ease}
footer a:hover{color:var(--teal-light)}
footer ul{list-style:none;padding:0}
footer ul li{margin-bottom:0.75rem}
.footer-bottom{border-top:1px solid var(--gray-800);padding-top:2rem;margin-top:3rem;text-align:center}
.footer-bottom p{margin:0;font-size:0.9rem;color:var(--gray-600)}
.footer-disclaimer{background-color:rgba(13,115,119,0.1);padding:1rem;border-radius:4px;margin-bottom:2rem;text-align:center}
.footer-disclaimer p{margin:0;font-size:0.9rem}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:var(--gray-900);color:var(--white);padding:1rem;z-index:9999;display:none}
.cookie-banner.show{display:block}
.cookie-banner p{margin:0 0 0.5rem}
.cookie-banner .btn{margin-right:0.5rem}
.page-header{padding:8rem 0 3rem;background-color:var(--gray-100);text-align:center}
.page-header h1{color:var(--teal)}
.page-content{padding:4rem 0}
.page-content h2{color:var(--teal);margin-top:2rem}
.page-content ul{padding-left:1.5rem}
.page-content ul li{margin-bottom:0.5rem}
.cta-section{background:linear-gradient(135deg,var(--teal) 0%,var(--teal-dark) 100%);color:var(--white);padding:4rem 0;text-align:center}
.cta-section h2{color:var(--white)}
.cta-section p{color:rgba(255,255,255,0.9);max-width:600px;margin:0 auto 2rem}
.tips-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.tip-card{background:var(--white);padding:1.5rem;border-radius:8px;border-left:4px solid var(--teal)}
@media(max-width:991px){.hero-section{padding:7rem 0 4rem}.two-col{flex-direction:column;gap:2rem}.two-col-reverse{flex-direction:column}.gallery-grid{grid-template-columns:repeat(2,1fr)}.tips-grid{grid-template-columns:1fr}h1{font-size:2rem}h2{font-size:1.75rem}}
@media(max-width:767px){.hero-section{padding:6rem 0 3rem}.section{padding:3rem 0}.gallery-grid{grid-template-columns:1fr}.navbar-brand{font-size:1.25rem}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}
