*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background-color:#0f1419;color:#e7e9ea;line-height:1.5}a{color:#1d9bf0;text-decoration:none}a:hover{text-decoration:underline}.site-header{background:#161d26;border-bottom:1px solid #2f3336;position:sticky;top:0;z-index:100}.header-inner{max-width:1200px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.logo{display:flex;align-items:center;gap:10px;color:#fff;font-weight:700;font-size:1.2rem}.logo:hover{text-decoration:none;color:#0d7a3d}.logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#0d7a3d 0%,#0a5c2e 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px}.main-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.main-nav a{color:#8b98a5;padding:8px 12px;border-radius:6px;font-size:0.95rem}.main-nav a:hover{color:#e7e9ea;background:#1e2328;text-decoration:none}.btn-primary{background:linear-gradient(135deg,#0d7a3d 0%,#0a5c2e 100%);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;font-size:0.95rem;cursor:pointer;transition:opacity 0.2s}.btn-primary:hover{opacity:0.9;text-decoration:none;color:#fff}.hero-section{padding:48px 20px 56px;text-align:center}.hero-inner{max-width:720px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(13,122,61,0.2);color:#0d7a3d;padding:6px 14px;border-radius:999px;font-size:0.85rem;font-weight:500;margin-bottom:20px}.hero-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:#fff;margin-bottom:16px;line-height:1.2}.hero-subtitle{color:#8b98a5;font-size:1.05rem;margin-bottom:28px}.hero-cta{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#0d7a3d 0%,#0a5c2e 100%);color:#fff;padding:14px 24px;border-radius:10px;font-weight:600;border:none;cursor:pointer;font-size:1rem;text-decoration:none}.hero-cta:hover{opacity:0.95;color:#fff;text-decoration:none}.page-section{padding:40px 20px 56px;max-width:900px;margin:0 auto}.section-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:12px}.section-subtitle{color:#8b98a5;margin-bottom:24px}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.card{background:#1e2328;border:1px solid #2f3336;border-radius:12px;padding:20px;transition:border-color 0.2s}.card:hover{border-color:#0d7a3d}.card-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:8px}.card-text{color:#8b98a5;font-size:0.95rem}.ticker-strip{background:#161d26;border-top:1px solid #2f3336;border-bottom:1px solid #2f3336;padding:16px 20px;overflow:hidden}.ticker-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.ticker-item{display:flex;align-items:center;gap:6px;font-size:0.9rem}.ticker-symbol{font-weight:700;color:#fff}.ticker-up{color:#0d7a3d}.ticker-down{color:#e53935}.site-footer{background:#161d26;border-top:1px solid #2f3336;padding:28px 20px 20px;margin-top:40px}.footer-inner{max-width:1200px;margin:0 auto}.footer-nav{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px;margin-bottom:16px}.footer-nav a,.footer-nav span{color:#8b98a5;font-size:0.9rem}.footer-nav .footer-sep{color:#2f3336}.footer-copy{text-align:center;color:#6e7681;font-size:0.85rem}.legal-page{min-height:calc(100vh - 120px);padding:32px 20px 48px}.legal-inner{max-width:720px;margin:0 auto}.back-link{display:inline-block;color:#8b98a5;margin-bottom:24px;font-size:0.95rem}.back-link:hover{color:#1d9bf0}.legal-title{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:8px}.legal-updated{color:#6e7681;font-size:0.9rem;margin-bottom:24px}.legal-content h2{font-size:1.15rem;font-weight:600;color:#fff;margin-top:24px;margin-bottom:8px}.legal-content p{color:#8b98a5;margin-bottom:12px;font-size:0.95rem}.contact-form-wrap{background:#1e2328;border:1px solid #2f3336;border-radius:12px;padding:28px;max-width:480px}.form-group{margin-bottom:18px}.form-group label{display:block;font-size:0.9rem;font-weight:500;color:#e7e9ea;margin-bottom:6px}.form-group input,.form-group textarea{width:100%;padding:12px 14px;background:#0f1419;border:1px solid #2f3336;border-radius:8px;color:#e7e9ea;font-size:1rem}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#0d7a3d}.form-group textarea{min-height:120px;resize:vertical}.contact-submit{background:linear-gradient(135deg,#0d7a3d 0%,#0a5c2e 100%);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;font-size:1rem}.contact-submit:hover{opacity:0.95}.prose h2{font-size:1.25rem;font-weight:600;color:#fff;margin-top:28px;margin-bottom:10px}.prose p{color:#8b98a5;margin-bottom:14px}.prose ul{margin:12px 0 16px 20px;color:#8b98a5}.prose li{margin-bottom:6px}@media (max-width: 768px) {.header-inner{flex-direction:column;align-items:flex-start}.main-nav{width:100%}}