body{margin:0;font-family:Inter,Segoe UI,sans-serif;background:#f4f7f9;color:#1a1a1a;line-height:1.6}a{text-decoration:none;color:inherit}.hero{position:relative;height:90vh;background:url(/images/hero-bg.jpg) center/cover no-repeat;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0f5132b3,#198754b3);display:flex;align-items:center;justify-content:center;padding:0 20px}.hero-content h1{font-size:3rem;font-weight:800;margin-bottom:20px;text-shadow:0 5px 15px rgba(0,0,0,.3)}.hero-content p{font-size:1.25rem;margin-bottom:30px;line-height:1.6;text-shadow:0 3px 10px rgba(0,0,0,.2)}.hero-button{display:inline-block;padding:16px 28px;border-radius:12px;background:linear-gradient(135deg,#0f5132,#198754);color:#fff;font-weight:700;font-size:1rem;transition:transform .3s ease,background .4s ease;box-shadow:0 8px 25px #0003}.hero-button:hover{transform:translateY(-3px);background:linear-gradient(135deg,#198754,#0f5132)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}}@media(max-width:600px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.hero-button{padding:14px 24px}}.hero-badge{display:inline-block;background:#198754;color:#fff;font-weight:700;padding:8px 16px;border-radius:50px;font-size:.9rem;margin-bottom:80px;text-transform:uppercase;box-shadow:0 5px 20px #0003;animation:badgePop 1s ease forwards}@keyframes badgePop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.floating-leaves{position:absolute;top:10%;left:0;width:100%;display:flex;justify-content:space-around;pointer-events:none;font-size:2rem;animation:floatLeaves 6s ease-in-out infinite}@keyframes floatLeaves{0%,to{transform:translateY(0)}50%{transform:translateY(15px)}}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0f5132b3,#198754b3);display:flex;align-items:center;justify-content:center;padding:0 20px;overflow:hidden}.hero-content{text-align:center;color:#fff;max-width:700px;animation:fadeInUp 1s ease forwards}.countdown{margin:20px 0;font-size:1.2rem;font-weight:700;background:#00000040;padding:8px 16px;border-radius:12px;display:inline-flex;gap:8px;color:#fff;box-shadow:0 5px 15px #0000004d;animation:fadeInUp 1.2s ease forwards}.floating-elements{position:absolute;top:5%;left:0;width:100%;display:flex;justify-content:space-around;font-size:2rem;pointer-events:none;animation:floatElements 8s ease-in-out infinite alternate}@keyframes floatElements{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(20px) rotate(15deg)}to{transform:translateY(0) rotate(-10deg)}}.hero-button:hover{box-shadow:0 0 25px #ffffff80,0 0 50px #19875499;transform:translateY(-3px) scale(1.02);background:linear-gradient(135deg,#198754,#0f5132)}.details{padding:80px 10%;background:#f9f9f9}.details-container{display:flex;gap:50px;align-items:flex-start;flex-wrap:wrap}.details-text{flex:1;min-width:280px}.details-text h2{font-size:2.2rem;font-weight:700;margin-bottom:20px;color:#0f5132}.details-text h3{font-size:1.5rem;margin-top:30px;margin-bottom:15px;color:#0f5132}.details-text p{font-size:1rem;margin-bottom:20px;color:#444}.details-text ul{padding-left:20px;color:#444}.details-text ul li{margin-bottom:10px;line-height:1.6;font-weight:500}.details-image{flex:1;min-width:280px;display:flex;justify-content:center;align-items:center}@media(max-width:1024px){.details-container{flex-direction:column;align-items:center}.details-image img{max-width:100%}}@media(max-width:600px){.details-text h2{font-size:1.8rem}.details-text h3{font-size:1.3rem}.details-text p,.details-text ul li{font-size:.95rem}}.details-image{flex:1;min-width:280px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.details-image img{width:100%;max-width:500px;border-radius:16px;box-shadow:0 25px 60px #0000001f;transition:transform .3s ease,box-shadow .3s ease}.details-image img:hover{transform:scale(1.03);box-shadow:0 35px 70px #0000002e}.second-image{max-width:480px}.form-section{padding:80px 10%;background:#eaf4f1;display:flex;justify-content:center}.form-card{background:#fff;padding:50px 40px;width:500px;border-radius:16px;box-shadow:0 25px 60px #0000001f;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.form-card:hover{transform:translateY(-5px);box-shadow:0 35px 70px #00000026}.form-card h2{font-size:2rem;margin-bottom:30px;color:#0f5132}.form-card input,.form-card select{margin-bottom:20px;padding:14px 16px;border-radius:12px;border:1px solid #ccc;font-size:1rem;outline:none;transition:border .3s ease,box-shadow .3s ease}.form-card input:focus,.form-card select:focus{border-color:#0f5132;box-shadow:0 0 10px #0f513233}.checkbox-label{display:flex;align-items:center;gap:12px;margin-bottom:25px;font-size:.95rem;color:#444}.form-card button{padding:16px;border:none;border-radius:12px;background:linear-gradient(135deg,#0f5132,#198754);color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:background .4s ease,transform .3s ease}.form-card button:hover{background:linear-gradient(135deg,#198754,#0f5132);transform:translateY(-2px)}.success{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#0f5132,#198754);color:#fff;text-align:center;padding:20px}.success h1{font-size:2.5rem;font-weight:800;margin-bottom:20px}.success p{font-size:1.2rem;max-width:600px}@media(max-width:1024px){.details-container{flex-direction:column;align-items:center}.details-image img{max-width:100%}.form-card{width:100%;padding:40px 20px}}@media(max-width:600px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.form-card h2{font-size:1.5rem}}.quiz-card{background:#f9fdfc;padding:18px 20px;border-radius:12px;margin-bottom:18px;box-shadow:0 10px 25px #00000014;transition:transform .3s ease,box-shadow .3s ease}.quiz-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0000001f}.quiz-card label{font-weight:600;margin-bottom:8px;display:block;color:#0f5132}.quiz-card select{width:100%;padding:12px;border-radius:10px;border:1px solid #ccc;outline:none;transition:border .3s ease,box-shadow .3s ease}.quiz-card select:focus{border-color:#0f5132;box-shadow:0 0 8px #0f513233}
