.landing-page{max-width:var(--content-max-width);margin:0 auto;padding:2rem 16px 0;display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:2rem;align-items:start}@media(max-width:900px){.landing-page{grid-template-columns:minmax(0,1fr)}}.landing-main{display:flex;flex-direction:column}.landing-sidebar{position:sticky;top:calc(var(--header-height) + 1.5rem);display:flex;flex-direction:column;gap:1.5rem}.landing-section{max-width:var(--content-max-width);margin:0 auto;padding:1.5rem 20px}.landing-section--flush{max-width:none;margin:0;padding:0}.landing-section h2{margin:0 0 1.25rem;font-size:1.35rem;color:var(--body-heading-color)}.landing-sidebar .related-posts{margin-top:0}.landing-casinos__list{display:flex;flex-direction:column;gap:1rem}.landing-html-block{background:var(--surface-white);border:1px solid rgb(226 232 240);border-radius:var(--radius-md);padding:1.25rem;overflow:hidden}.landing-html-block iframe{display:block;max-width:100%}.landing-404{max-width:var(--content-max-width);margin:0 auto;padding:4rem 20px;text-align:center}.landing-404 h1{margin:0 0 .75rem;font-size:clamp(2rem,5vw,3rem);color:var(--text-body)}.landing-404__message{color:var(--text-muted);margin:0 0 1.5rem}.landing-404__home-link{color:var(--brand-accent);font-weight:600;text-decoration:underline;text-underline-offset:.15em}.landing-404__home-link:hover,.landing-404__home-link:focus-visible{color:var(--brand-accent-soft)}
