.home-hero { background: radial-gradient(ellipse 120% 90% at 50% -10%, #1A5C44 0%, #10432F 55%, #0B3223 100%); color: #F6F1E3; padding: 44px 0 52px; position: relative; overflow: hidden; }
.home-hero:after { content: "♠ ♥ ♦ ♣"; position: absolute; right: -10px; bottom: -34px; font-size: 130px; letter-spacing: 18px; opacity: 0.05; white-space: nowrap; }
.home-hero .hero-eyebrow { text-transform: uppercase; letter-spacing: 2px; font-size: 12px; color: #D9B544; margin: 0 0 12px; }
.home-hero h1 { color: #F6F1E3; max-width: 620px; }
.home-hero .hero-text { max-width: 580px; font-size: 17px; color: rgba(246, 241, 227, 0.85); margin: 0 0 24px; }
.home-hero .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; }
.home-hero .button-gold { background-color: #D9B544; color: #20241F; padding: 12px 22px; border-radius: 6px; font-weight: 700; font-size: 15px; text-decoration: none; display: inline-block; }
.home-hero .button-gold:hover { background-color: #E4C45C; }
.home-hero .button-ghost { background-color: transparent; color: #F6F1E3; border: 1px solid rgba(246, 241, 227, 0.45); padding: 12px 22px; border-radius: 6px; font-weight: 600; font-size: 15px; text-decoration: none; display: inline-block; }
.home-hero .button-ghost:hover { border-color: #F6F1E3; }
.home-hero .hero-trust { display: flex; gap: 18px; margin: 26px 0 0; padding: 0; list-style: none; font-size: 13px; color: rgba(246, 241, 227, 0.68); flex-wrap: wrap; }
@media (min-width: 768px) {
	.home-hero { padding: 60px 0 68px; }
}
