/* Gates of Olympus Ireland 2026 — layout #6 sidebar + cards */

@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@600;700;800&family=Source+Sans+3:wght@400;500;600;700&display=swap");

:root {
  --bg-deep: #0a1812;
  --bg-card: #122820;
  --bg-sidebar: #0e2018;
  --bg-elevated: #1a3328;
  --emerald: #22c55e;
  --emerald-dark: #16a34a;
  --gold: #d4a84b;
  --gold-light: #e8c878;
  --cream: #f5f0e6;
  --text: #edf5ef;
  --text-muted: #8fa898;
  --border: rgba(34, 197, 94, 0.2);
  --border-gold: rgba(212, 168, 75, 0.35);
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  --max-width: 1180px;
  --sidebar-w: 248px;
  --header-h: 64px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans 3", system-ui, -apple-system, sans-serif;
  background: var(--bg-deep);
  background-image:
    radial-gradient(ellipse at 85% 0%, rgba(34, 197, 94, 0.09) 0%, transparent 52%),
    radial-gradient(ellipse at 5% 100%, rgba(212, 168, 75, 0.07) 0%, transparent 48%);
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
}

body.has-sticky-cta {
  padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--emerald);
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: var(--gold-light);
}

a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 16px;
}

h1, h2, h3, .logo {
  font-family: "Lexend", system-ui, sans-serif;
}

/* Update bar */
.update-bar {
  background: linear-gradient(90deg, var(--emerald-dark), var(--gold));
  color: var(--bg-deep);
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 7px 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 24, 18, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 16px;
  height: var(--header-h);
  gap: 12px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 1rem;
  color: var(--cream);
  white-space: nowrap;
}

.logo span {
  color: var(--emerald);
}

.logo-icon {
  flex-shrink: 0;
}

.main-nav ul {
  display: flex;
  list-style: none;
  gap: 4px;
}

.main-nav a {
  display: block;
  padding: 8px 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
  border-radius: var(--radius-sm);
  transition: color 0.2s, background 0.2s;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--cream);
  background: rgba(34, 197, 94, 0.12);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  cursor: pointer;
  padding: 8px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--cream);
  border-radius: 1px;
  transition: transform 0.2s, opacity 0.2s;
}

/* Hero */
.hero {
  padding: 28px 16px 24px;
  border-bottom: 1px solid var(--border);
}

.hero-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-text h1 {
  font-size: clamp(1.625rem, 5vw, 2.375rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--cream);
  margin-bottom: 12px;
}

.hero-text h1 em {
  font-style: normal;
  color: var(--emerald);
}

.hero-subtitle {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 540px;
}

.hero-visual {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow);
  min-height: 240px;
  aspect-ratio: 5 / 3;
}

.hero-visual__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(212, 168, 75, 0.22) 0%, transparent 45%),
    radial-gradient(circle at 85% 15%, rgba(34, 197, 94, 0.28) 0%, transparent 42%),
    linear-gradient(145deg, #0a1812 0%, #122820 45%, #1a3328 100%);
}

.hero-visual__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34, 197, 94, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 197, 94, 0.05) 1px, transparent 1px);
  background-size: 32px 32px;
}

.hero-visual__bg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72%;
  height: 72%;
  transform: translate(-50%, -52%);
  border: 1px solid rgba(212, 168, 75, 0.25);
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(34, 197, 94, 0.04), 0 0 0 24px rgba(212, 168, 75, 0.03);
}

.hero-visual__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 24, 18, 0.15) 0%, rgba(10, 24, 18, 0.55) 100%);
}

.hero-visual__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 240px;
  padding: 20px 16px 16px;
  text-align: center;
  gap: 8px;
}

.hero-badge {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(10, 24, 18, 0.75);
  border: 1px solid var(--gold);
  color: var(--gold-light);
  font-family: "Lexend", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-shield {
  width: 64px;
  height: 72px;
  filter: drop-shadow(0 4px 16px rgba(34, 197, 94, 0.35));
}

.hero-shield svg {
  width: 100%;
  height: 100%;
}

.hero-visual__title {
  font-family: "Lexend", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: 0.02em;
}

.hero-visual__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  list-style: none;
  margin: 2px 0 6px;
}

.hero-visual__tags li {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.28);
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--emerald);
  letter-spacing: 0.03em;
}

.hero-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
}

.hero-logos img {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  border: 2px solid rgba(212, 168, 75, 0.45);
  background: var(--bg-card);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.hero-logos img:first-child {
  width: 52px;
  height: 52px;
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(212, 168, 75, 0.25), 0 4px 16px rgba(34, 197, 94, 0.25);
}

/* Trust bar */
.trust-bar {
  padding: 16px 0;
  background: var(--bg-sidebar);
  border-bottom: 1px solid var(--border);
}

.trust-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--cream);
  padding: 10px 14px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.trust-icon {
  font-size: 1.125rem;
  flex-shrink: 0;
}

/* Showcase — layout #6 sidebar + cards */
.showcase {
  padding: 32px 0 40px;
}

.section-title {
  font-size: clamp(1.25rem, 3.5vw, 1.625rem);
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 20px;
  text-align: center;
}

.section-title span {
  color: var(--gold);
}

.showcase-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Sidebar */
.showcase-sidebar {
  background: var(--bg-sidebar);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
}

.sidebar-heading {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold);
  margin-bottom: 12px;
}

.sidebar-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}

.sidebar-stat {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 10px;
  text-align: center;
}

.sidebar-stat strong {
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: 1.125rem;
  color: var(--emerald);
  line-height: 1.2;
}

.sidebar-stat span {
  font-size: 0.6875rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sidebar-rank-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sidebar-rank-link {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 3px);
  min-width: 120px;
  padding: 8px 10px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.sidebar-rank-link:hover,
.sidebar-rank-link.is-active {
  border-color: var(--emerald);
  color: var(--cream);
  background: rgba(34, 197, 94, 0.1);
}

.sidebar-rank-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--bg-elevated);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gold);
  flex-shrink: 0;
}

.sidebar-rank-link.is-active .sidebar-rank-num,
.sidebar-rank-link:first-child .sidebar-rank-num {
  background: var(--emerald);
  color: var(--bg-deep);
}

.sidebar-trust-note {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.sidebar-trust-note strong {
  color: var(--emerald);
}

/* Casino cards */
.showcase-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.trust-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
  scroll-margin-top: calc(var(--header-h) + 16px);
}

.trust-card:hover {
  border-color: rgba(34, 197, 94, 0.4);
  box-shadow: var(--shadow);
}

.trust-card--featured {
  border-color: var(--border-gold);
  position: relative;
}

.trust-card--featured::before {
  content: "Most Trusted 2026";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, var(--gold), var(--emerald));
  color: var(--bg-deep);
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 5px 12px;
  border-bottom-left-radius: var(--radius-sm);
  z-index: 1;
}

.card-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 16px 12px;
}

.rank-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg-elevated);
  border: 2px solid var(--gold);
  font-family: "Lexend", sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  color: var(--gold);
  flex-shrink: 0;
}

.trust-card--featured .rank-badge {
  background: var(--emerald);
  border-color: var(--emerald);
  color: var(--bg-deep);
}

.casino-logo {
  width: 110px;
  height: 110px;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius-sm);
  border: 2px solid var(--border);
  flex-shrink: 0;
}

.card-info {
  flex: 1;
  min-width: 0;
  padding-top: 4px;
}

.card-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 6px;
}

.trust-score {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--emerald);
  margin-bottom: 4px;
}

.trust-score::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: rgba(34, 197, 94, 0.2);
  border-radius: 50%;
  font-size: 0.625rem;
}

.payout-badge {
  display: inline-block;
  font-size: 0.75rem;
  color: var(--text-muted);
  background: var(--bg-elevated);
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 4px;
}

.card-bonus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: var(--bg-elevated);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.bonus-label {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  margin-bottom: 2px;
}

.bonus-value {
  font-family: "Lexend", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold-light);
}

.perks {
  list-style: none;
  padding: 12px 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.perks li {
  font-size: 0.8125rem;
  color: var(--text-muted);
  padding-left: 18px;
  position: relative;
}

.perks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--emerald);
}

.card-actions {
  padding: 0 16px 16px;
}

.btn-cta {
  display: block;
  width: 100%;
  padding: 13px 20px;
  background: linear-gradient(135deg, var(--emerald), var(--emerald-dark));
  color: var(--bg-deep);
  font-family: "Lexend", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
}

.btn-cta:hover {
  color: var(--bg-deep);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(34, 197, 94, 0.35);
}

.trust-card--featured .btn-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
}

/* SEO section */
.seo-section {
  padding: 32px 0;
  border-top: 1px solid var(--border);
}

.seo-section h2 {
  font-size: 1.25rem;
  color: var(--cream);
  margin-bottom: 16px;
}

.seo-section p {
  font-size: 0.9375rem;
  color: var(--text-muted);
  margin-bottom: 14px;
  max-width: 780px;
}

.seo-section p:last-child {
  margin-bottom: 0;
}

/* FAQ teaser */
.faq-teaser {
  padding: 32px 0;
  border-top: 1px solid var(--border);
}

.faq-teaser h2 {
  font-size: 1.25rem;
  color: var(--cream);
  margin-bottom: 16px;
}

.faq-teaser-list {
  list-style: none;
  margin-bottom: 16px;
}

.faq-teaser-list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.9375rem;
}

.faq-teaser-list li strong {
  color: var(--cream);
  display: block;
  margin-bottom: 4px;
}

.faq-teaser-list li p {
  color: var(--text-muted);
  font-size: 0.875rem;
}

.link-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 0.9375rem;
}

.link-more::after {
  content: "→";
}

/* Responsible gambling */
.responsible {
  padding: 24px 0;
  background: var(--bg-sidebar);
  border-top: 1px solid var(--border);
}

.responsible .container {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.age-badge {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 2px solid var(--gold);
  font-family: "Lexend", sans-serif;
  font-weight: 800;
  font-size: 0.875rem;
  color: var(--gold);
}

.responsible p {
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* Footer */
.site-footer {
  padding: 32px 0 24px;
  border-top: 1px solid var(--border);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 16px;
}

.footer-nav a {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
}

.footer-nav a:hover {
  color: var(--emerald);
}

.disclaimer {
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 12px;
  max-width: 780px;
}

.copyright {
  font-size: 0.75rem;
  color: var(--text-muted);
  opacity: 0.7;
}

/* Sticky mobile CTA */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(10, 24, 18, 0.97);
  border-top: 1px solid var(--border-gold);
  backdrop-filter: blur(12px);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.sticky-cta.is-visible {
  transform: translateY(0);
}

.sticky-cta-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: var(--max-width);
  margin: 0 auto;
}

.sticky-cta-info {
  flex: 1;
  min-width: 0;
}

.sticky-cta-label {
  font-size: 0.6875rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sticky-cta-name {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--cream);
}

.sticky-cta .btn-cta {
  width: auto;
  flex-shrink: 0;
  padding: 10px 18px;
  font-size: 0.875rem;
}

/* Subpages */
.page-hero {
  padding: 32px 0 24px;
  border-bottom: 1px solid var(--border);
  text-align: center;
}

.page-hero h1 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  color: var(--cream);
  margin-bottom: 8px;
}

.page-hero p {
  color: var(--text-muted);
  font-size: 1rem;
}

.page-content {
  padding: 32px 0 40px;
}

.page-content h2 {
  font-family: "Lexend", sans-serif;
  font-size: 1.125rem;
  color: var(--cream);
  margin: 28px 0 12px;
}

.page-content h2:first-child {
  margin-top: 0;
}

.page-content p,
.page-content li {
  font-size: 0.9375rem;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.page-content ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.page-content li {
  margin-bottom: 6px;
}

/* FAQ accordion */
.faq-list {
  list-style: none;
}

.faq-accordion-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  margin-bottom: 10px;
  overflow: hidden;
  background: var(--bg-card);
}

.faq-accordion-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Lexend", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--cream);
}

.faq-accordion-btn::after {
  content: "+";
  font-size: 1.25rem;
  color: var(--emerald);
  flex-shrink: 0;
  transition: transform 0.2s;
}

.faq-accordion-item.is-open .faq-accordion-btn::after {
  transform: rotate(45deg);
}

.faq-accordion-body {
  display: none;
  padding: 0 16px 14px;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.faq-accordion-item.is-open .faq-accordion-body {
  display: block;
}

/* Contact form */
.contact-form {
  max-width: 520px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 11px 14px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text);
  font-family: inherit;
  font-size: 0.9375rem;
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--emerald);
}

.form-group textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form .btn-cta {
  margin-top: 8px;
}

/* Responsive */
@media (min-width: 480px) {
  .trust-items {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .trust-item {
    flex: 1 1 calc(33.333% - 7px);
    min-width: 140px;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 6px;
    padding: 12px 8px;
  }

  .perks {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }

  .main-nav {
    display: block !important;
  }

  .hero-inner {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }

  .hero-text {
    flex: 1;
  }

  .hero-visual {
    flex: 0 0 42%;
    min-height: 280px;
  }

  .hero-visual__content {
    min-height: 280px;
    padding: 24px 20px 18px;
  }

  .hero-shield {
    width: 72px;
    height: 80px;
  }

  .hero-visual__title {
    font-size: 1.1875rem;
  }

  .hero-logos img {
    width: 48px;
    height: 48px;
  }

  .hero-logos img:first-child {
    width: 56px;
    height: 56px;
  }

  .showcase-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
  }

  .showcase-sidebar {
    flex: 0 0 var(--sidebar-w);
    position: sticky;
    top: calc(var(--header-h) + 16px);
  }

  .sidebar-rank-nav {
    flex-direction: column;
  }

  .sidebar-rank-link {
    flex: none;
    width: 100%;
  }

  .showcase-cards {
    flex: 1;
    min-width: 0;
  }

  .card-top {
    padding: 20px 20px 14px;
  }

  .sticky-cta {
    display: none;
  }

  body.has-sticky-cta {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .nav-toggle {
    display: flex;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(10, 24, 18, 0.98);
    border-bottom: 1px solid var(--border);
    padding: 8px 16px 16px;
  }

  .main-nav.is-open {
    display: block;
  }

  .main-nav ul {
    flex-direction: column;
    gap: 2px;
  }

  .main-nav a {
    padding: 12px 14px;
  }
}

@media (min-width: 1024px) {
  .card-bonus {
    padding: 14px 20px;
  }

  .card-top {
    gap: 18px;
  }
}
