*{margin:0;padding:0;box-sizing:border-box}
:root{--olive-green:#6B8E23;--olive-dark:#556B2F;--olive-light:#9ACD32;--text-primary:#2C3E2D;--text-secondary:#5A6B5C;--bg-light:#F8FAF5;--bg-white:#FFFFFF;--border-color:#E0E8D8;--shadow:0 2px 12px rgba(107,142,35,0.08)}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-primary);background:var(--bg-white);line-height:1.7;font-size:16px}
h1,h2,h3{font-weight:600;line-height:1.3;color:var(--text-primary)}
h1{font-size:2.25rem;margin-bottom:1.5rem}
h2{font-size:1.75rem;margin-bottom:1.25rem}
h3{font-size:1.25rem;margin-bottom:1rem}
p{margin-bottom:1rem;color:var(--text-secondary)}
a{color:var(--olive-green);text-decoration:none;transition:color 0.3s ease}
a:hover{color:var(--olive-dark);text-decoration:none}
.navbar{background:var(--bg-white);box-shadow:var(--shadow);padding:1rem 0;position:fixed;top:0;left:0;right:0;z-index:1000}
.navbar-brand{font-weight:700;font-size:1.5rem;color:var(--olive-green)!important}
.navbar-brand:hover{color:var(--olive-dark)!important}
.nav-link{color:var(--text-primary)!important;font-weight:500;padding:0.5rem 1rem!important;transition:color 0.3s ease}
.nav-link:hover{color:var(--olive-green)!important}
.navbar-toggler{border:1px solid var(--olive-green);padding:0.25rem 0.5rem}
.navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%236B8E23' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}
main{margin-top:76px}
.section{padding:4rem 0}
.section-alt{background:var(--bg-light)}
.hero-section{background:linear-gradient(135deg,var(--bg-light) 0%,var(--bg-white) 100%);padding:5rem 0;min-height:80vh;display:flex;align-items:center}
.hero-content h1{font-size:2.5rem;margin-bottom:1.5rem}
.hero-content p{font-size:1.125rem;color:var(--text-secondary)}
.content-img{width:100%;height:auto;border-radius:12px;box-shadow:var(--shadow)}
.two-column{display:flex;flex-wrap:wrap;align-items:center;gap:3rem}
.two-column .text-col,.two-column .img-col{flex:1;min-width:280px}
.two-column.reverse{flex-direction:row-reverse}
.card-edu{background:var(--bg-white);border:1px solid var(--border-color);border-radius:12px;padding:2rem;height:100%;transition:transform 0.3s ease,box-shadow 0.3s ease}
.card-edu:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(107,142,35,0.12)}
.card-edu h3{color:var(--olive-green)}
.icon-box{width:48px;height:48px;background:var(--bg-light);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.icon-box svg{width:24px;height:24px;stroke:var(--olive-green);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.btn-edu{display:inline-block;background:var(--olive-green);color:var(--bg-white);padding:0.75rem 1.5rem;border-radius:8px;font-weight:500;transition:background 0.3s ease,transform 0.3s ease;border:none;cursor:pointer}
.btn-edu:hover{background:var(--olive-dark);color:var(--bg-white);transform:translateY(-2px)}
.btn-outline{background:transparent;border:2px solid var(--olive-green);color:var(--olive-green)}
.btn-outline:hover{background:var(--olive-green);color:var(--bg-white)}
.disclaimer-box{background:var(--bg-light);border-left:4px solid var(--olive-green);padding:1.5rem;border-radius:0 8px 8px 0;margin:2rem 0}
.disclaimer-box h3{font-size:1rem;color:var(--olive-green);margin-bottom:0.75rem}
.disclaimer-box p{font-size:0.9rem;margin-bottom:0}
.faq-item{background:var(--bg-white);border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;overflow:hidden}
.faq-question{padding:1.25rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:500}
.faq-question:hover{background:var(--bg-light)}
.faq-answer{padding:0 1.25rem 1.25rem;display:none}
.faq-item.active .faq-answer{display:block}
.faq-item.active .faq-icon{transform:rotate(180deg)}
.faq-icon{transition:transform 0.3s ease}
.contact-form{background:var(--bg-white);border:1px solid var(--border-color);border-radius:12px;padding:2rem}
.form-control{border:1px solid var(--border-color);border-radius:8px;padding:0.75rem 1rem;font-size:1rem;transition:border-color 0.3s ease,box-shadow 0.3s ease}
.form-control:focus{border-color:var(--olive-green);box-shadow:0 0 0 3px rgba(107,142,35,0.15);outline:none}
.form-label{font-weight:500;margin-bottom:0.5rem;color:var(--text-primary)}
footer{background:var(--text-primary);color:var(--bg-light);padding:3rem 0 1.5rem}
footer h3{color:var(--bg-white);font-size:1.125rem;margin-bottom:1rem}
footer p,footer a{color:rgba(255,255,255,0.7);font-size:0.9rem}
footer a:hover{color:var(--bg-white)}
.footer-links{list-style:none;padding:0}
.footer-links li{margin-bottom:0.5rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);margin-top:2rem;padding-top:1.5rem;text-align:center}
.footer-disclaimer{font-size:0.85rem;color:rgba(255,255,255,0.6);margin-bottom:0.5rem}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--bg-white);box-shadow:0 -4px 20px rgba(0,0,0,0.1);padding:1.5rem;z-index:1001;display:none}
.cookie-banner.show{display:block}
.cookie-content{max-width:1140px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}
.cookie-text{flex:1;min-width:280px}
.cookie-text p{margin-bottom:0;font-size:0.9rem}
.cookie-buttons{display:flex;gap:0.75rem}
.page-header{background:var(--bg-light);padding:4rem 0 3rem;margin-bottom:2rem}
.page-header h1{margin-bottom:0.5rem}
.page-content{padding:2rem 0 4rem}
.page-content h2{margin-top:2rem}
.page-content ul,.page-content ol{padding-left:1.5rem;margin-bottom:1rem}
.page-content li{margin-bottom:0.5rem;color:var(--text-secondary)}
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.gallery-item{border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}
.gallery-item img{width:100%;height:220px;object-fit:cover}
.routine-list{list-style:none;padding:0}
.routine-list li{padding:1rem;background:var(--bg-white);border:1px solid var(--border-color);border-radius:8px;margin-bottom:0.75rem;display:flex;align-items:flex-start;gap:1rem}
.routine-number{width:32px;height:32px;background:var(--olive-green);color:var(--bg-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}
@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.fade-in{opacity:0;animation:fadeInUp 0.6s ease forwards}
.delay-1{animation-delay:0.1s}
.delay-2{animation-delay:0.2s}
.delay-3{animation-delay:0.3s}
@media(max-width:991px){h1{font-size:2rem}h2{font-size:1.5rem}.hero-section{padding:3rem 0;min-height:auto}.section{padding:3rem 0}.two-column{gap:2rem}}
@media(max-width:767px){h1{font-size:1.75rem}.hero-content h1{font-size:2rem}.two-column{flex-direction:column!important}.two-column .img-col{order:-1}.cookie-content{flex-direction:column;text-align:center}.cookie-buttons{width:100%;justify-content:center}}
