@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;background-color:#0d1117;color:#e6edf3;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:1.75rem}p{margin-bottom:1rem}a{color:#58a6ff;text-decoration:none;transition:color .2s}a:hover{color:#1f6feb}.btn{display:inline-block;padding:12px 24px;border-radius:6px;font-weight:500;text-align:center;cursor:pointer;transition:all .2s;border:1px solid transparent}.btn-primary{background-color:#2f81f7;color:#fff}.btn-primary:hover{background-color:#0965ea}.btn-secondary{background-color:initial;border-color:#30363d;color:#e6edf3}.btn-secondary:hover{background-color:#161b22}.btn-outline{background-color:initial;border-color:#30363d;color:#e6edf3}.btn-outline:hover{border-color:#2f81f7;color:#2f81f7}.site-header{position:sticky;top:0;background-color:rgba(13,17,23,.95);backdrop-filter:blur(10px);border-bottom:1px solid #30363d;z-index:1000}.navbar{padding:1rem 0}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;flex-direction:column}.logo-text{font-size:1.5rem;font-weight:700;color:#2f81f7}.logo-subtitle{font-size:.875rem;color:#fff}.navbar-menu{display:flex;align-items:center;gap:2rem}.navbar-start{display:flex;list-style:none;gap:2rem}.navbar-link{color:#e6edf3;font-weight:500}.navbar-link:hover,.navbar-link.active{color:#2f81f7}.hero-section{padding:6rem 0;text-align:center}.hero-section .hero-title{margin-bottom:1.5rem}.hero-section .hero-title .title-line{display:block;font-size:3.5rem;font-weight:700;line-height:1.2}.hero-section .hero-title .title-line:nth-child(2){color:#2f81f7}.hero-section .hero-title .title-line:nth-child(3){color:#fff}.hero-section .hero-subtitle{font-size:1.25rem;color:#fff;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-section .hero-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem}.hero-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.hero-stats .stat-item{text-align:center}.hero-stats .stat-number{font-size:2.5rem;font-weight:700;color:#2f81f7;margin-bottom:.5rem}.hero-stats .stat-label{color:#fff;font-size:.875rem;text-transform:uppercase;letter-spacing:1px}.section-header{text-align:center;margin-bottom:4rem}.section-header .section-title{margin-bottom:1rem}.section-header .section-subtitle{color:#fff;max-width:600px;margin:0 auto}.expertise-section{padding:5rem 0;background-color:#11161e}.expertise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.expertise-card{background-color:#161b22;border:1px solid #30363d;border-radius:8px;padding:2rem;transition:transform .2s,border-color .2s}.expertise-card:hover{transform:translateY(-4px);border-color:#2f81f7}.expertise-card .card-icon{margin-bottom:1.5rem;color:#2f81f7}.expertise-card .card-title{margin-bottom:1rem}.expertise-card .card-description{color:#fff;margin-bottom:1.5rem}.expertise-card .card-features{list-style:none}.expertise-card .card-features li{padding:.5rem 0;color:#fff;position:relative;padding-left:1.5rem}.expertise-card .card-features li::before{content:"→";position:absolute;left:0;color:#2f81f7}.research-section{padding:5rem 0}.research-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.category-card{background-color:#161b22;border:1px solid #30363d;border-radius:8px;padding:2rem}.category-card .category-title{margin-bottom:1rem;color:#2f81f7}.category-card .category-description{color:#fff;margin-bottom:1.5rem}.category-card .category-tags{display:flex;flex-wrap:wrap;gap:.5rem}.case-studies-section{padding:5rem 0;background-color:#11161e}.case-studies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.case-study-card{background-color:#161b22;border:1px solid #30363d;border-radius:8px;padding:2rem;transition:transform .2s}.case-study-card:hover{transform:translateY(-4px);border-color:#2f81f7}.case-study-card .case-study-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.case-study-card .case-study-category{background-color:rgba(47,129,247,.1);color:#2f81f7;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:500}.case-study-card .case-study-year{color:#fff;font-size:.875rem}.case-study-card .case-study-title{margin-bottom:1rem}.case-study-card .case-study-description{color:#fff;margin-bottom:1.5rem}.tag{display:inline-block;background-color:rgba(47,129,247,.1);color:#2f81f7;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:500}.section-actions{text-align:center}.site-footer{background-color:#11161e;border-top:1px solid #30363d;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem}.footer-brand .footer-logo{font-size:1.5rem;font-weight:700;color:#2f81f7;margin-bottom:.5rem;display:block}.footer-brand .footer-tagline{color:#fff}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column .footer-title{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#e6edf3}.footer-column .footer-list{list-style:none}.footer-column .footer-list li{margin-bottom:.5rem}.footer-column .footer-list a{color:#fff}.footer-column .footer-list a:hover{color:#2f81f7}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #30363d}.footer-copyright{color:#fff}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:#fff}.footer-legal a:hover{color:#2f81f7}@media(max-width:768px){.navbar-menu{display:none}.navbar-menu.is-active{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background-color:#0d1117;border-top:1px solid #30363d;padding:1rem}.navbar-burger{display:block;cursor:pointer}.navbar-burger span{display:block;width:25px;height:3px;background-color:#e6edf3;margin:5px 0;transition:.3s}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(1){transform:rotate(45deg)translate(5px,5px)}.navbar-burger.is-active span:nth-child(3){transform:rotate(-45deg)translate(7px,-6px)}.hero-title .title-line{font-size:2.5rem}.hero-stats{gap:2rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.theme-toggle-btn{background:0 0;border:none;color:#e6edf3;cursor:pointer;padding:8px;border-radius:6px;transition:background-color .2s}.theme-toggle-btn:hover{background-color:#161b22}.theme-toggle-btn .icon-moon{display:none}[data-theme=dark] .theme-toggle-btn .icon-sun{display:none}[data-theme=dark] .theme-toggle-btn .icon-moon{display:block}