:root{--fw-primary:#006633;--fw-secondary:#003366;--fw-accent:#FFD700;--fw-light-bg:#F4F7F5;--fw-dark-bg:#112211;--fw-text-main:#2D3748;--fw-text-muted:#718096;--fw-border:#E2E8F0;--fw-card-shadow:0 4px 15px rgba(0,0,0,0.05);--fw-card-hover:0 8px 25px rgba(0,0,0,0.1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;color:var(--fw-text-main);background-color:var(--fw-light-bg);line-height:1.6;overflow-x:hidden}p,li,td,small{color:var(--fw-text-main);opacity:0.95}.text-muted-custom{color:var(--fw-text-muted) !important}.fw-navbar{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:3px solid var(--fw-primary);box-shadow:0 2px 10px rgba(0,0,0,0.05);transition:all 0.3s ease}.navbar-brand img{height:45px;width:auto}.nav-link{font-weight:600;color:var(--fw-secondary) !important;border-bottom:2px solid transparent;transition:all 0.2s ease;padding:0.5rem 1rem !important}.nav-link:hover,.nav-link.active{color:var(--fw-primary) !important;border-bottom-2px:solid var(--fw-primary);background-color:rgba(0,102,51,0.05);border-radius:4px}.hero-section{background:linear-gradient(135deg,#003366 0%,#006633 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle,rgba(255,255,255,0.1) 10%,transparent 10.01%);background-size:20px 20px;opacity:0.3}.hero-card{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);border-radius:12px;padding:2.5rem}.hero-title{font-size:2.8rem;font-weight:800;letter-spacing:-0.5px;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.accent-badge{background-color:var(--fw-accent);color:#000;font-weight:700;padding:0.4rem 1rem;border-radius:50px;text-transform:uppercase;font-size:0.85rem;display:inline-block}.section-padding{padding:70px 0}.section-title{font-size:2.2rem;font-weight:700;color:var(--fw-secondary);margin-bottom:1.5rem;position:relative;padding-bottom:10px}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--fw-primary);border-radius:2px}.fw-card{background:#ffffff;border:1px solid var(--fw-border);border-radius:12px;box-shadow:var(--fw-card-shadow);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden;height:100%}.fw-card:hover{transform:translateY(-5px);box-shadow:var(--fw-card-hover)}.ticker-card{border-left:5px solid var(--fw-accent)}.vs-divider{font-weight:800;color:var(--fw-primary);background:#f0fdf4;padding:5px 12px;border-radius:50px;font-size:0.85rem}.table-group{width:100%;margin-bottom:1rem;background:#ffffff;border-radius:8px;overflow:hidden}.table-group th{background-color:var(--fw-secondary);color:#ffffff;font-weight:600;border:none}.table-group td,.table-group th{padding:0.8rem 1rem;text-align:center}.table-group td:first-child,.table-group th:first-child{text-align:left}.promo-banner{background:linear-gradient(135deg,var(--fw-primary) 0%,#004422 100%);color:#ffffff;border-radius:12px;padding:3rem}.faq-accordion .accordion-item{border:1px solid var(--fw-border);border-radius:8px;margin-bottom:1rem;overflow:hidden;box-shadow:var(--fw-card-shadow)}.faq-accordion .accordion-button{font-weight:600;color:var(--fw-secondary);background-color:#ffffff}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(0,102,51,0.05);color:var(--fw-primary);box-shadow:none}.timeline-steps{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;position:relative}.timeline-steps::before{content:'';position:absolute;top:50%;left:0;right:0;height:4px;background-color:var(--fw-border);z-index:1}.timeline-step{z-index:2;background:#ffffff;padding:1rem;border-radius:8px;border:2px solid var(--fw-primary);width:calc(16% - 10px);min-width:140px;text-align:center;box-shadow:var(--fw-card-shadow);margin-bottom:1rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.btn-custom-primary{background-color:var(--fw-primary);color:#ffffff;border:none;font-weight:600;padding:0.6rem 1.5rem;border-radius:6px;transition:all 0.2s ease}.btn-custom-primary:hover{background-color:#004d26;color:#ffffff;box-shadow:0 4px 12px rgba(0,102,51,0.2)}.btn-custom-secondary{background-color:var(--fw-secondary);color:#ffffff;border:none;font-weight:600;padding:0.6rem 1.5rem;border-radius:6px;transition:all 0.2s ease}.btn-custom-secondary:hover{background-color:#002244;color:#ffffff;box-shadow:0 4px 12px rgba(0,51,102,0.2)}.fw-footer{background-color:var(--fw-dark-bg);color:#e2e8f0;padding:60px 0 30px}.fw-footer a{color:#cbd5e0;text-decoration:none;transition:color 0.2s ease}.fw-footer a:hover{color:var(--fw-accent)}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.timeline-steps::before{display:none}.timeline-step{width:48%}}@media (max-width:575.98px){.hero-title{font-size:1.8rem}.timeline-step{width:100%}.section-padding{padding:45px 0}}