*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background-color:#fafaf8;color:#2c2c2c;line-height:1.6;min-height:100vh}a{color:#2d5016;text-decoration:none;transition:color .3s ease}a:hover{color:#4a7c23}img{max-width:100%;height:auto}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 1.5rem}}.section{padding:3rem 0}@media(min-width:768px){.section{padding:5rem 0}}.section-title{font-size:2rem;font-weight:700;color:#2d5016;margin-bottom:2rem;text-align:center}@media(min-width:768px){.section-title{font-size:2.5rem}}.section-subtitle{font-size:1.1rem;color:#666;text-align:center;max-width:600px;margin:0 auto 3rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn--primary{background-color:#2d5016;color:#fff}.btn--primary:hover{background-color:#4a7c23;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #2d50164d}.btn--secondary{background-color:transparent;color:#2d5016;border:2px solid #2d5016}.btn--secondary:hover{background-color:#2d5016;color:#fff}.btn--accent{background-color:#f4a460;color:#2c2c2c}.btn--accent:hover{background-color:#f18930;transform:translateY(-2px)}.card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:2rem;transition:all .3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#2c2c2c}.form-group input,.form-group textarea,.form-group select{width:100%;padding:1rem;font-size:1rem;font-family:inherit;border:2px solid #e0e0e0;border-radius:8px;background:#fff;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#2d5016;box-shadow:0 0 0 3px #2d50161a}.form-group input::placeholder,.form-group textarea::placeholder,.form-group select::placeholder{color:#666}.form-group textarea{min-height:150px;resize:vertical}.grid{display:grid;gap:2rem}@media(min-width:768px){.grid--2{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid--3{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.grid--3{grid-template-columns:repeat(3,1fr)}}.grid--4{grid-template-columns:repeat(2,1fr)}@media(min-width:992px){.grid--4{grid-template-columns:repeat(4,1fr)}}
