*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Poppins','Segoe UI',sans-serif;line-height:1.85;color:#1a4d2e;background:linear-gradient(to bottom,#e8f5e9 0%,#c8e6c9 50%,#a5d6a7 100%);font-size:18px;min-height:100vh;}
.container{max-width:1280px;margin:0 auto;padding:0 24px;}
.navbar{background:linear-gradient(to right,#2e7d32 0%,#388e3c 100%);padding:2rem 0;box-shadow:0 6px 25px rgba(46,125,50,0.35),inset 0 1px 0 rgba(255,255,255,0.2);position:sticky;top:0;z-index:1000;border-bottom:3px solid #66bb6a;}
.navbar .container{display:flex;justify-content:space-between;align-items:center;}
.logo h1{color:#c8e6c9;font-size:3.3rem;font-weight:800;letter-spacing:2px;text-shadow:2px 2px 8px rgba(0,0,0,0.3),0 0 20px rgba(200,230,201,0.4);}
.nav-links{display:flex;list-style:none;gap:3.5rem;}
.nav-links a{color:#e8f5e9;text-decoration:none;font-weight:600;transition:all 0.3s;font-size:1.2rem;padding:10px 18px;border-radius:10px;position:relative;}
.nav-links a::after{content:'';position:absolute;bottom:0;left:50%;width:0;height:3px;background:#c8e6c9;transition:all 0.3s;transform:translateX(-50%);border-radius:2px;}
.nav-links a:hover{color:#c8e6c9;transform:translateY(-2px);}
.nav-links a:hover::after{width:90%;}
.hero{background:linear-gradient(135deg,#1b5e20 0%,#2e7d32 50%,#388e3c 100%);color:#e8f5e9;padding:170px 20px;text-align:center;position:relative;overflow:hidden;}
.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="3" fill="rgba(200,230,201,0.1)"/><circle cx="80" cy="40" r="2" fill="rgba(200,230,201,0.1)"/><circle cx="40" cy="80" r="2.5" fill="rgba(200,230,201,0.1)"/></svg>');background-size:200px 200px;opacity:0.4;}
.hero-content{position:relative;z-index:1;}
.hero-content h2{font-size:5rem;margin-bottom:2.8rem;font-weight:800;line-height:1.15;text-shadow:3px 3px 10px rgba(0,0,0,0.4),0 0 30px rgba(200,230,201,0.3);letter-spacing:1px;}
.hero-content p{font-size:1.8rem;margin-bottom:4rem;max-width:950px;margin-left:auto;margin-right:auto;line-height:2.2;opacity:0.98;font-weight:500;color:#c8e6c9;}
.cta-button{display:inline-block;background:linear-gradient(135deg,#66bb6a 0%,#81c784 100%);color:#1b5e20;padding:24px 70px;border-radius:15px;text-decoration:none;font-weight:800;font-size:1.6rem;transition:all 0.4s;border:4px solid #c8e6c9;box-shadow:0 10px 35px rgba(102,187,106,0.4),inset 0 2px 0 rgba(255,255,255,0.3);}
.cta-button:hover{transform:translateY(-8px) scale(1.05);box-shadow:0 15px 45px rgba(102,187,106,0.6),inset 0 2px 0 rgba(255,255,255,0.4);background:linear-gradient(135deg,#81c784 0%,#66bb6a 100%);}
.recipes-section{padding:130px 20px;background:#e8f5e9;}
.section-title{text-align:center;font-size:4.5rem;margin-bottom:7rem;color:#2e7d32;font-weight:800;text-shadow:2px 2px 6px rgba(46,125,50,0.2);letter-spacing:2px;position:relative;}
.section-title::before{content:'🌿';position:absolute;left:50%;top:-50px;transform:translateX(-50%);font-size:4rem;opacity:0.6;}
.section-title::after{content:'🌱';position:absolute;left:50%;bottom:-50px;transform:translateX(-50%);font-size:4rem;opacity:0.6;}
.recipe-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(430px,1fr));gap:4.5rem;}
.recipe-card{background:white;border-radius:20px;overflow:hidden;box-shadow:0 15px 50px rgba(46,125,50,0.2),0 0 0 3px #a5d6a7;transition:all 0.5s;border:4px solid #66bb6a;cursor:pointer;position:relative;}
.recipe-card::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#66bb6a,#81c784,#a5d6a7);}
.recipe-card:hover{transform:translateY(-15px) scale(1.02) rotate(1deg);box-shadow:0 25px 70px rgba(46,125,50,0.3),0 0 0 4px #81c784;}
.recipe-card img{width:100%;height:340px;object-fit:cover;transition:transform 0.6s;filter:brightness(0.95) saturate(1.1);}
.recipe-card:hover img{transform:scale(1.15) rotate(-1deg);filter:brightness(1.05) saturate(1.2);}
.recipe-content{padding:4rem;}
.recipe-content h3{font-size:2.5rem;margin-bottom:1.8rem;color:#1b5e20;font-weight:800;line-height:1.25;letter-spacing:0.5px;}
.recipe-content p{color:#2e7d32;margin-bottom:2.2rem;font-size:1.25rem;line-height:2.2;font-weight:500;}
.recipe-meta{display:flex;gap:3.5rem;color:#388e3c;font-weight:800;font-size:1.25rem;}
.view-recipe-btn{margin-top:2.8rem;padding:20px 48px;background:linear-gradient(135deg,#66bb6a 0%,#81c784 100%);color:#1b5e20;border:none;border-radius:15px;font-weight:800;cursor:pointer;transition:all 0.3s;font-family:inherit;font-size:1.25rem;box-shadow:0 8px 25px rgba(102,187,106,0.4),inset 0 2px 0 rgba(255,255,255,0.3);}
.view-recipe-btn:hover{transform:scale(1.1) rotate(-2deg);box-shadow:0 12px 35px rgba(102,187,106,0.6),inset 0 2px 0 rgba(255,255,255,0.4);}
.recipe-details{max-height:0;overflow:hidden;transition:max-height 0.8s ease-out;background:linear-gradient(to bottom,#e8f5e9,#c8e6c9);border-radius:20px;margin-top:0;border:3px solid #a5d6a7;}
.recipe-details.active{max-height:4200px;transition:max-height 1.3s ease-in;padding:4.5rem 4rem;margin-top:3rem;box-shadow:inset 0 2px 15px rgba(46,125,50,0.15);}
.recipe-section{margin-bottom:4rem;}
.recipe-section:last-child{margin-bottom:0;}
.recipe-section h4{color:#1b5e20;font-size:2.2rem;margin-bottom:3rem;display:flex;align-items:center;gap:1.5rem;font-weight:800;}
.recipe-section ul,.recipe-section ol{padding-left:3.5rem;color:#2e7d32;}
.recipe-section li{margin-bottom:1.8rem;line-height:2.2;font-size:1.25rem;font-weight:500;}
footer{background:linear-gradient(to right,#1b5e20 0%,#2e7d32 100%);color:#c8e6c9;padding:7rem 20px 4rem;border-top:3px solid #66bb6a;}
.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:6rem;margin-bottom:6rem;}
.footer-section h3,.footer-section h4{margin-bottom:3rem;color:#c8e6c9;font-weight:800;font-size:2rem;letter-spacing:1px;}
.footer-section p{font-size:1.25rem;line-height:2.2;opacity:0.95;font-weight:500;color:#e8f5e9;}
.footer-section ul{list-style:none;}
.footer-section ul li{margin-bottom:1.8rem;}
.footer-section a{color:#a5d6a7;text-decoration:none;transition:color 0.3s;font-size:1.25rem;font-weight:700;}
.footer-section a:hover{color:#c8e6c9;text-decoration:underline;transform:translateX(3px);}
.copyright{text-align:center;padding-top:4rem;border-top:2px solid rgba(200,230,201,0.3);font-size:1.15rem;opacity:0.9;font-weight:600;}
.company-info{margin-top:2.5rem;padding-top:2.5rem;border-top:2px solid rgba(200,230,201,0.3);text-align:center;font-size:1.1rem;color:rgba(232,245,233,0.95);font-weight:500;}
@media(max-width:768px){body{font-size:17px;}.navbar .container{flex-direction:column;gap:1.5rem;}.nav-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;}.hero-content h2{font-size:3.5rem;}.hero-content p{font-size:1.5rem;}.recipe-grid{grid-template-columns:1fr;}.section-title{font-size:3.5rem;}.recipe-content h3{font-size:2rem;}}
