.terms-page{min-height:100vh;display:flex;flex-direction:column;background:#f5f9f0}.terms-hero{background:linear-gradient(135deg,#2d5a1b,#4a7c2f,#6aab3a);padding:80px 40px 60px;text-align:center}.terms-badge{background:rgba(255,255,255,.2);color:#fff;padding:4px 14px;border-radius:20px;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.terms-hero h1{color:#fff;font-size:3rem;font-weight:800;margin:16px 0 12px}.terms-hero p{color:rgba(255,255,255,.85);font-size:1.1rem;margin-bottom:12px}.terms-updated{background:rgba(255,255,255,.15);color:#fff;padding:4px 14px;border-radius:20px;font-size:.82rem}.terms-container{max-width:800px;margin:0 auto;padding:50px 24px;flex:1 1}.terms-intro{background:#fff;border-radius:14px;padding:28px 32px;margin-bottom:24px;box-shadow:0 2px 10px rgba(0,0,0,.06);border-left:4px solid #6aab3a}.terms-intro p{color:#555;font-size:1rem;line-height:1.8;margin:0}.terms-sections{display:flex;flex-direction:column;gap:10px;margin-bottom:40px}.terms-section{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid #e8f4d9}.terms-section-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 24px;background:none;border:none;cursor:pointer;text-align:left;gap:16px}.terms-section-header span:first-child{color:#2d5a1b;font-size:.98rem;font-weight:700;line-height:1.4}.terms-toggle{color:#6aab3a;font-size:1.4rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#f0f7e8;border-radius:50%;flex-shrink:0}.terms-section-body{padding:0 24px 20px;border-top:1px solid #f0f7e8}.terms-section-body p{color:#555;font-size:.93rem;line-height:1.8;margin:16px 0 0}.terms-contact{background:linear-gradient(135deg,#2d5a1b,#4a7c2f);border-radius:16px;padding:40px;text-align:center;color:#fff}.terms-contact h3{font-size:1.6rem;font-weight:700;margin-bottom:10px}.terms-contact p{opacity:.9;margin-bottom:24px}.terms-contact-btn{background:#bdde98;color:#2d5a1b;padding:12px 32px;border-radius:30px;font-weight:700;text-decoration:none;display:inline-block;transition:transform .2s}.terms-contact-btn:hover{transform:translateY(-2px)}@media (max-width:640px){.terms-hero h1{font-size:2rem}.terms-section-header{padding:16px 18px}}