:root{--primary: #0284c7;--primary-hover: #0369a1;--primary-light: #e0f2fe;--secondary: #0f172a;--accent: #f59e0b;--bg-main: #f8fafc;--bg-card: #ffffff;--text-main: #334155;--text-dark: #0f172a;--text-muted: #64748b;--border-color: #e2e8f0;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--shadow-sm: 0 2px 8px rgba(0,0,0,.04);--shadow-md: 0 8px 24px rgba(0,0,0,.06);--shadow-lg: 0 16px 32px rgba(0,0,0,.1);--font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--bg-main);color:var(--text-main);line-height:1.6}a{text-decoration:none;color:inherit}.container{max-width:1240px;margin:0 auto;padding:0 1.5rem}.topbar{background:var(--secondary);color:#94a3b8;font-size:.875rem;padding:.5rem 0}.topbar-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.topbar-info{display:flex;gap:1.5rem}.topbar-info-item{display:flex;align-items:center;gap:.4rem}.header{position:sticky;top:0;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.nav-container{display:flex;justify-content:space-between;align-items:center;height:80px}.logo-group{display:flex;align-items:center;gap:.85rem}.logo-badge{width:48px;height:48px;background:linear-gradient(135deg,var(--primary),#0284c7);color:#fff;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem;box-shadow:0 4px 12px #0284c74d}.logo-text h1{font-size:1.25rem;font-weight:800;color:var(--text-dark);letter-spacing:-.02em}.logo-text p{font-size:.75rem;color:var(--text-muted);font-weight:500}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-link{font-weight:600;font-size:.95rem;color:var(--text-main);transition:color .2s ease}.nav-link:hover,.nav-link.active{color:var(--primary)}.btn-primary{background:var(--primary);color:#fff;padding:.65rem 1.4rem;border-radius:50px;font-weight:600;font-size:.9rem;transition:all .2s ease;box-shadow:0 4px 14px #0284c740;border:none;cursor:pointer}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 6px 20px #0284c759}.hero{position:relative;padding:5rem 0;overflow:hidden;background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3.5rem;align-items:center}.hero-tag{display:inline-flex;align-items:center;gap:.5rem;background:#fff;padding:.4rem 1rem;border-radius:50px;font-size:.85rem;font-weight:700;color:var(--primary);box-shadow:var(--shadow-sm);margin-bottom:1.25rem}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;color:var(--text-dark);margin-bottom:1.25rem;letter-spacing:-.03em}.hero-title span{color:var(--primary);background:linear-gradient(135deg,var(--primary),#0369a1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem}.hero-actions{display:flex;gap:1rem}.hero-img-wrapper{position:relative}.hero-img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);object-fit:cover;aspect-ratio:4/3}.hero-stat-card{position:absolute;bottom:-20px;left:-20px;background:#fff;padding:1.25rem 1.5rem;border-radius:var(--radius-md);box-shadow:var(--shadow-md);display:flex;align-items:center;gap:1rem}.stat-icon{width:46px;height:46px;border-radius:var(--radius-sm);background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center}.features{padding:5rem 0;background:#fff}.section-header{text-align:center;max-width:650px;margin:0 auto 3.5rem}.section-subtitle{color:var(--primary);font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.section-title{font-size:2.2rem;font-weight:800;color:var(--text-dark)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{padding:2rem;background:var(--bg-main);border-radius:var(--radius-md);border:1px solid var(--border-color);transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--primary-light)}.feature-icon{width:56px;height:56px;background:#fff;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--primary);box-shadow:var(--shadow-sm);margin-bottom:1.5rem}.feature-card h3{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem}.feature-card p{color:var(--text-muted);font-size:.95rem}.kepsek-section{padding:5rem 0;background:var(--bg-main)}.kepsek-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:3.5rem;align-items:center;background:#fff;padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}.kepsek-img{width:100%;border-radius:var(--radius-md);object-fit:cover;aspect-ratio:4/5}.kepsek-content h2{font-size:2rem;font-weight:800;color:var(--text-dark);margin-bottom:1rem}.kepsek-quote{font-size:1.05rem;color:var(--text-main);margin-bottom:1.5rem;font-style:italic;border-left:4px solid var(--primary);padding-left:1rem}.kepsek-name{font-weight:800;color:var(--text-dark);font-size:1.1rem}.kepsek-role{color:var(--primary);font-size:.9rem;font-weight:600}.footer{background:var(--secondary);color:#94a3b8;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-brand h2{color:#fff;font-size:1.4rem;margin-bottom:1rem}.footer-title{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:1.25rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #1e293b;font-size:.875rem}@media (max-width: 768px){.hero-grid,.kepsek-grid,.footer-grid{grid-template-columns:1fr}.nav-menu{display:none}.hero-title{font-size:2.1rem}.topbar{display:none}}
