*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#585b60;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.6}a{color:#3ab148;text-decoration:none}a:hover{color:#28a745}ul{list-style:none}.container{max-width:1170px;margin:0 auto;padding:0 15px}.section-padding{padding:80px 0}.section-alt{background:#f9f9f9}.section-header{text-align:center;margin-bottom:50px}.section-title{color:#585b60;margin-bottom:10px;font-size:38px;font-weight:700}.section-title-link{color:#888;font-size:14px}.btn{text-align:center;cursor:pointer;border:none;border-radius:30px;padding:10px 25px;font-weight:400;transition:all .2s linear;display:inline-block}.btn-common{color:#fff;background:#3ab148}.btn-common:hover{color:#fff;background:#28a745}.navbar{z-index:1000;background:#fff;padding:15px 0;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000001a}.navbar .container{justify-content:space-between;align-items:center;display:flex}.navbar-logo{height:40px}.navbar-nav{gap:30px;display:flex}.navbar-nav a{color:#585b60;font-weight:500;transition:color .2s}.navbar-nav a:hover{color:#3ab148}.hero-area{text-align:center;background:linear-gradient(135deg,#f5f7fa 0%,#fff 100%);padding-top:120px;padding-bottom:60px}.hero-title{color:#585b60;margin-bottom:20px;font-size:42px}.hero-subtitle{color:#888;max-width:600px;margin-bottom:30px;margin-left:auto;margin-right:auto;font-size:18px}.hero-button{margin-bottom:20px}.hero-tips{color:#888;margin-top:10px;font-size:13px}.hero-tips a{color:#3ab148}.hero-img{max-width:100%;height:auto;margin-top:40px}.features-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.services-item{text-align:center;background:#fff;border-radius:8px;height:100%;padding:30px;box-shadow:0 2px 10px #0000000d}.services-item.service-card{box-shadow:0 4px 20px #0000001a}.services-item .icon{color:#3ab148;margin-bottom:20px}.services-item h3{color:#585b60;margin-bottom:15px;font-size:20px}.services-item p{color:#888;font-size:14px}.content-section{align-items:center;gap:50px;display:flex}.content-section.reverse{flex-direction:row-reverse}.content-section .text-wrapper,.content-section .image-wrapper{flex:1}.content-section img{border-radius:8px;max-width:100%}.title-hl-bottom{color:#585b60;margin-bottom:10px;font-size:32px}.title-hl-sub{color:#888;margin-bottom:25px;font-size:16px}.features-box{margin-top:20px}.features-content{margin-bottom:20px}.features-content h4{color:#585b60;margin-bottom:8px;font-size:18px}.features-content p{color:#888;font-size:14px}.events-list li{border-bottom:1px solid #eee;margin-bottom:15px;padding-bottom:15px}.events-list a{color:#585b60;margin-bottom:5px;font-size:16px;display:block}.events-list a:hover{color:#3ab148}.events-list small{color:#888;font-size:12px}.donate-section{text-align:center;padding:60px 0}.donate-section p{color:#888;max-width:600px;margin:0 auto 20px}.donate-section img{max-width:90px;margin:15px auto}.section-title-desc{color:#888;margin-top:10px;font-size:16px}.steps-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.step-card{text-align:center;background:#fff;border-radius:12px;padding:35px 25px;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 4px 20px #00000014}.step-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.step-number{color:#fff;background:linear-gradient(135deg,#3ab148,#28a745);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 20px;font-size:22px;font-weight:700;display:flex}.step-card h3{color:#585b60;margin-bottom:12px;font-size:20px}.step-card p{color:#888;margin-bottom:20px;font-size:14px;line-height:1.6}.step-link{color:#3ab148;background:#f5f7fa;border-radius:20px;padding:8px 20px;font-size:13px;font-weight:500;transition:all .2s;display:inline-block}.step-link:hover{color:#fff;background:#3ab148}.step-code{background:#2d3436;border-radius:8px;margin:0 auto;padding:15px}.step-code code{color:#55efc4;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px}.contact-form-area{max-width:700px;margin:0 auto}.contact-form-area p{text-align:center;color:#888;margin-bottom:30px}.form-group{margin-bottom:20px}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:5px;width:100%;padding:12px 15px;font-family:inherit;font-size:14px}.form-group input:focus,.form-group textarea:focus{border-color:#3ab148;outline:none}.form-group textarea{resize:vertical;min-height:120px}.form-success{text-align:center;padding:40px}.form-success p{color:#28a745;margin-bottom:20px;font-size:18px}.form-error{background:#fee;border:1px solid #fcc;border-radius:5px;margin-bottom:20px;padding:15px}.form-error p{color:#c33;margin:0}.btn-common:disabled{cursor:not-allowed;background:#ccc}.footer{color:#fff;background:#2d3436;padding:40px 0}.footer .container{justify-content:space-between;align-items:center;display:flex}.footer-logo img{height:40px}.footer-copyright{color:#888}.footer-social{gap:15px;display:flex}.footer-social a{color:#fff;font-size:20px}.footer-social a:hover{color:#3ab148}@media (width<=992px){.features-grid{grid-template-columns:repeat(2,1fr)}.content-section,.content-section.reverse{flex-direction:column}.navbar-nav{display:none}.hero-title{font-size:32px}}@media (width<=768px){.features-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr;gap:20px}.footer .container{text-align:center;flex-direction:column;gap:20px}.section-title{font-size:28px}.title-hl-bottom{font-size:24px}}
