:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#0f172a;--text-muted:#475569;--text-light:#f8fafc;--accent:#059669;--accent-hover:#047857;--accent-2:#d97706;--border:#e2e8f0;--card-shadow:0 4px 12px rgba(15,23,42,0.05);--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}p,li,td,small{color:var(--text-muted)}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--text-main)}.card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);transition:var(--transition)}.card:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(15,23,42,0.08)}section{padding:80px 0;border-bottom:1px solid var(--border)}.section-dark{background-color:var(--surface-strong);color:var(--text-light);border-bottom:none}.section-dark h2,.section-dark h3,.section-dark p,.section-dark td,.section-dark small{color:var(--text-light) !important}.section-dark .card{background-color:#1e293b;border-color:#334155}header{position:sticky;top:0;z-index:1030;background:rgba(255,255,255,0.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.navbar-brand img{height:40px;width:auto;object-fit:contain}.nav-link{color:var(--text-muted);font-weight:500;transition:var(--transition)}.nav-link:hover,.nav-link.active{color:var(--accent)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:100px 0 120px;border-bottom:none;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:-50px;left:0;width:100%;height:100px;background:var(--page-bg);transform:skewY(-2deg)}.hero-title{font-size:2.8rem;line-height:1.25;margin-bottom:20px;background:linear-gradient(90deg,#34d399,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img-wrapper{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.3)}.hero-img-wrapper img{width:100%;height:auto;object-fit:cover;transition:var(--transition)}.hero-img-wrapper img:hover{transform:scale(1.03)}.timeline-item{position:relative;padding-left:30px;margin-bottom:25px;border-left:2px solid var(--accent)}.timeline-item::before{content:'';position:absolute;left:-7px;top:5px;width:12px;height:12px;border-radius:50%;background-color:var(--accent-2)}.responsive-table-holder{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.responsive-table-holder::-webkit-scrollbar{height:6px}.responsive-table-holder::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.accordion-button:not(.collapsed){background-color:rgba(5,150,105,0.1);color:var(--accent)}.accordion-button:focus{box-shadow:none;border-color:var(--accent)}footer{background-color:var(--surface-strong);color:var(--text-light);padding:60px 0 30px}footer a{color:#94a3b8;text-decoration:none;transition:var(--transition)}footer a:hover{color:var(--text-light)}@media (max-width:991.98px){.hero-title{font-size:2.2rem}section{padding:60px 0}}