body { font-family: 'Inter', sans-serif; margin: 0; padding: 0; background: #f9f9f9; color: #333; }
.header { background: #fff; border-bottom: 1px solid #ddd; padding: 10px 20px; display: flex; justify-content: space-between; align-items: center; }
.brand img { width: 40px; height: auto; }
.hero { text-align: center; padding: 60px 20px; background: linear-gradient(180deg, #0b1324 0%, #0f1d37 60%, #102343 100%); color: #fff; }
.hero .logo { width: 80px; margin-bottom: 20px; }
.hero .tagline { color: #43b063; font-size: 1.2rem; margin-bottom: 30px; }
.primary, .cta { background: #0f5c2a; color: #fff; border: none; padding: 12px 20px; border-radius: 8px; cursor: pointer; font-weight: bold; }
.primary:hover, .cta:hover { background: #0b4a21; }
.section-title { font-size: 1.8rem; margin-bottom: 24px; text-align: center; }
.about { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.box { background: #fff; border: 1px solid #ddd; border-radius: 12px; padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.footer { text-align: center; padding: 20px; background: #0b1324; color: #fff; }
.actions { display: flex; gap: 14px; justify-content: center; margin-top: 16px; }
.ghost { background: transparent; border: 1px solid #ddd; color: #333; padding: 12px 16px; border-radius: 8px; text-decoration: none; font-weight: bold; }
.ghost:hover { background: #f1f5f9; }
