*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#f8fafc;color:#0f172a}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{height:80px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center}.header-inner{width:100%;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.4rem;font-weight:700;color:#0f172a;letter-spacing:.5px}.nav{display:flex;align-items:center;gap:1.5rem}.nav-link{text-decoration:none;color:#1e3a8a;font-weight:500}.nav-link:hover{color:#0f172a}.nav-btn{padding:.6rem 1.4rem;border-radius:6px;text-decoration:none;font-weight:600;background:#1e3a8a;color:#fff;transition:.2s ease}.nav-btn:hover{background:#d4af37;color:#0f172a}.hero{padding:6rem 2rem;text-align:center}.hero h1{font-size:3rem;margin-bottom:1.5rem;font-weight:700}.hero p{font-size:1.15rem;max-width:700px;margin:0 auto 2.5rem;color:#475569}.button-group{display:flex;justify-content:center;gap:1rem}.primary-btn{padding:.9rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;background:#1e3a8a;color:#fff;transition:.2s ease}.primary-btn:hover{background:#d4af37;color:#0f172a}.secondary-btn{padding:.9rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;border:1px solid #1e3a8a;color:#1e3a8a;transition:.2s ease}.secondary-btn:hover{background:#1e3a8a;color:#fff}.features{padding:5rem 2rem;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{padding:2rem;border-radius:10px;border:1px solid #e5e7eb;background:#fff;transition:.2s ease}.feature-card:hover{border-color:#1e3a8a}.feature-card h3{margin-bottom:1rem;color:#1e3a8a}.feature-card p{color:#475569}.footer{padding:2rem;text-align:center;font-size:.9rem;color:#64748b;background:#f1f5f9}
