/* Desktop home: the Club carries the same quiet hierarchy as the native
 * mobile card. This stylesheet intentionally targets only the home component. */
body.home .hb-desktop-home-club{position:relative;overflow:hidden;margin:0;background:radial-gradient(circle at 91% 9%,rgba(101,155,197,.28),transparent 31%),linear-gradient(135deg,#0b2e53,#15497a);color:#fff;box-shadow:0 22px 54px rgba(7,29,53,.19)}
body.home .hb-desktop-home-club,body.home .hb-desktop-home-club *{box-sizing:border-box}
body.home .hb-desktop-home-club__inner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:52px;align-items:center;width:min(1180px,calc(100% - 48px));margin:0 auto;padding:68px 0}
body.home .hb-desktop-home-club__copy{display:grid;gap:17px;max-width:660px}
body.home .hb-desktop-home-club__topline{display:flex;align-items:center;justify-content:space-between;gap:14px}
body.home .hb-desktop-home-club__topline small{color:#f3b4bf;font:900 10px/1.2 "Nimbus Sans",Arial,sans-serif;letter-spacing:.15em;text-transform:uppercase}
body.home .hb-desktop-home-club__topline>span{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(255,255,255,.1);color:#fff;font:900 9px/1 "Nimbus Sans",Arial,sans-serif;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap}
body.home .hb-desktop-home-club h2{margin:0;color:#fff;font-family:"Nimbus Roman No9 L",Georgia,serif;font-size:clamp(33px,3.4vw,48px);font-weight:500;letter-spacing:-.042em;line-height:.98}
body.home .hb-desktop-home-club p{max-width:620px;margin:0;color:#dce7ef;font:400 16px/1.58 "Nimbus Sans",Arial,sans-serif}
body.home .hb-desktop-home-club__actions{display:grid;gap:22px;justify-items:start;padding:24px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:rgba(2,24,46,.22)}
body.home .hb-desktop-home-club__actions ul{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}
body.home .hb-desktop-home-club__actions li{padding:8px 10px;border:1px solid rgba(255,255,255,.17);border-radius:999px;background:rgba(255,255,255,.08);color:#edf4f8;font:800 10px/1 "Nimbus Sans",Arial,sans-serif}
body.home .hb-desktop-home-club__actions a{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:9px;width:100%;padding:0 18px;border-radius:12px;background:#fff;color:#0d365e;font:900 12px/1 "Nimbus Sans",Arial,sans-serif;letter-spacing:.015em;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease}
body.home .hb-desktop-home-club__actions a span{color:#ef334d;font-size:21px;line-height:1}
body.home .hb-desktop-home-club__actions a:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.18)}
body.home .hb-desktop-home-club__actions a:focus-visible{outline:3px solid #fff;outline-offset:4px}
@media (max-width:860px){
	body.home .hb-desktop-home-club__inner{grid-template-columns:1fr;gap:28px;width:min(100% - 32px,720px);padding:42px 0}
	body.home .hb-desktop-home-club__actions{max-width:520px;width:100%}
}
