*,*::before,*::after{box-sizing:border-box}body{background:var(--bg-main);color:var(--text);font-family:'Inter',sans-serif;font-size:1rem;line-height:1.8;margin:0}h1,h2,h3,h4,h5,h6{font-family:'Rajdhani',sans-serif;font-weight:700;color:var(--text)}a{color:var(--sky);text-decoration:none}a:hover{color:var(--gold)}.breadcrumb-wrap{background:var(--bg-deep);border-bottom:1px solid var(--border);padding:0.7rem 0}.breadcrumb-item a{color:var(--sky);font-size:0.87rem}.breadcrumb-item.active{color:var(--muted);font-size:0.87rem}.breadcrumb-item + .breadcrumb-item::before{color:#475569}.page-hero{background:linear-gradient(135deg,var(--bg-deep) 0%,#0d1f38 55%,#0e2540 100%);padding:80px 0 64px;border-bottom:1px solid var(--border);position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;top:-100px;right:-100px;width:520px;height:520px;background:radial-gradient(circle,rgba(125,211,252,0.06) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-hero::after{content:'';position:absolute;bottom:-80px;left:-80px;width:380px;height:380px;background:radial-gradient(circle,rgba(250,204,21,0.04) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-hero h1{font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.18}.page-hero h1 span{color:var(--sky)}.page-hero .lead{color:var(--soft);max-width:640px;font-size:1.06rem}.section-dark{background:var(--bg-main);padding:72px 0}.section-mid{background:var(--bg-section);padding:72px 0}.section-title{font-size:clamp(1.6rem,3vw,2.3rem);margin-bottom:0.3rem}.section-title span{color:var(--gold)}.section-title span.sky{color:var(--sky)}.title-bar{width:52px;height:4px;background:linear-gradient(90deg,var(--sky),var(--gold));border-radius:2px;margin:0 auto 2rem}.title-bar-left{width:52px;height:4px;background:linear-gradient(90deg,var(--sky),var(--gold));border-radius:2px;margin:0 0 1.6rem}.cat-badge{display:inline-block;background:rgba(125,211,252,0.1);color:var(--sky);border:1px solid rgba(125,211,252,0.28);font-size:0.78rem;font-weight:600;padding:0.25rem 0.85rem;border-radius:20px;margin-bottom:0.8rem}.cat-badge-gold{display:inline-block;background:rgba(250,204,21,0.1);color:var(--gold);border:1px solid rgba(250,204,21,0.28);font-size:0.78rem;font-weight:600;padding:0.25rem 0.85rem;border-radius:20px;margin-bottom:0.8rem}.stat-pill{background:var(--card-bg);border:1px solid var(--border);border-radius:14px;padding:1.4rem 1rem;text-align:center;transition:border-color 0.2s,transform 0.2s}.stat-pill:hover{border-color:var(--sky);transform:translateY(-4px)}.stat-pill .sp-value{font-family:'Rajdhani',sans-serif;font-size:2rem;font-weight:700;color:var(--sky);line-height:1}.stat-pill .sp-label{color:var(--muted);font-size:0.82rem;margin-top:0.3rem}.feature-card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:2rem 1.6rem;height:auto;position:relative;overflow:hidden;transition:border-color 0.25s,transform 0.25s}.feature-card::before{content:'';position:absolute;top:-50px;right:-50px;width:160px;height:160px;background:radial-gradient(circle,rgba(125,211,252,0.05) 0%,transparent 70%);border-radius:50%;pointer-events:none}.feature-card:hover{border-color:var(--sky);transform:translateY(-5px)}.feature-card .fc-icon{width:56px;height:56px;background:linear-gradient(135deg,rgba(125,211,252,0.15),rgba(125,211,252,0.05));border:1px solid rgba(125,211,252,0.25);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:1.1rem}.feature-card h5{font-size:1.15rem;color:var(--text);margin-bottom:0.5rem}.feature-card p{color:var(--soft);font-size:0.9rem;margin:0}.highlight-box{background:linear-gradient(135deg,#1a2f4a,#1e3a5f);border-left:4px solid var(--sky);border-radius:8px;padding:1.3rem 1.6rem}.highlight-box p{color:var(--soft);margin:0;font-size:0.94rem}.highlight-box-gold{background:linear-gradient(135deg,#1c2a10,#243515);border-left:4px solid var(--gold);border-radius:8px;padding:1.3rem 1.6rem}.highlight-box-gold p{color:var(--soft);margin:0;font-size:0.94rem}.checklist{list-style:none;padding:0;margin:0}.checklist li{padding:0.42rem 0;color:var(--soft);font-size:0.93rem;display:flex;align-items:flex-start;gap:0.65rem}.checklist li i{color:var(--sky);margin-top:0.22rem;flex-shrink:0}.checklist li i.gold{color:var(--gold)}.timeline{position:relative;padding-left:2rem}.timeline::before{content:'';position:absolute;left:7px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,var(--sky),var(--gold));border-radius:2px}.tl-item{position:relative;margin-bottom:2rem}.tl-dot{position:absolute;left:-2rem;top:0.3rem;width:16px;height:16px;background:var(--sky);border:3px solid var(--bg-main);border-radius:50%}.tl-year{font-family:'Rajdhani',sans-serif;font-size:0.82rem;font-weight:700;color:var(--gold);letter-spacing:0.06em;text-transform:uppercase;margin-bottom:0.2rem}.tl-title{font-size:1rem;color:var(--text);margin-bottom:0.25rem}.tl-desc{color:var(--muted);font-size:0.88rem;margin:0}.value-card{background:var(--bg-deep);border:1px solid var(--border);border-radius:12px;padding:1.5rem 1.3rem;text-align:center;height:auto;transition:border-color 0.2s,transform 0.2s}.value-card:hover{border-color:var(--gold);transform:translateY(-4px)}.value-card .vc-icon{font-size:2rem;margin-bottom:0.7rem;display:block}.value-card h6{color:var(--gold);font-size:1rem;margin-bottom:0.4rem}.value-card p{color:var(--muted);font-size:0.85rem;margin:0}.team-card{background:var(--card-bg);border:1px solid var(--border);border-radius:14px;padding:1.8rem 1.4rem;text-align:center;height:auto;transition:border-color 0.25s,transform 0.25s}.team-card:hover{border-color:var(--sky);transform:translateY(-4px)}.team-avatar{width:72px;height:72px;background:linear-gradient(135deg,var(--sky),#38bdf8);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Rajdhani',sans-serif;font-size:1.6rem;font-weight:700;color:var(--bg-deep);margin:0 auto 1rem}.team-card h6{color:var(--text);font-size:1rem;margin-bottom:0.2rem}.team-card .role{color:var(--sky);font-size:0.82rem;font-weight:600;margin-bottom:0.6rem}.team-card p{color:var(--muted);font-size:0.85rem;margin:0}.cta-banner{background:linear-gradient(135deg,#0d1f38 0%,#18304f 100%);border:2px solid rgba(125,211,252,0.25);border-radius:18px;padding:3.5rem 2rem;text-align:center;position:relative;overflow:hidden}.cta-banner::before{content:'';position:absolute;top:-80px;right:-80px;width:320px;height:320px;background:radial-gradient(circle,rgba(125,211,252,0.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.cta-banner::after{content:'';position:absolute;bottom:-60px;left:-60px;width:240px;height:240px;background:radial-gradient(circle,rgba(250,204,21,0.04) 0%,transparent 70%);border-radius:50%;pointer-events:none}.btn-outline-sky{border:2px solid var(--sky);color:var(--sky);font-weight:700;padding:0.7rem 2rem;border-radius:6px;font-size:0.95rem;background:transparent;transition:all 0.2s;display:inline-block}.btn-outline-sky:hover{background:var(--sky);color:#0b1829}hr.divider{border-color:var(--border)}html,body{overflow-x:clip;width:100%}
