
:root {
  --bg: #031f15;
  --bg-2: #073022;
  --bg-3: #0b3d2c;
  --panel: rgba(9, 45, 31, 0.88);
  --panel-strong: rgba(8, 36, 25, 0.96);
  --panel-soft: rgba(14, 60, 41, 0.64);
  --border: rgba(149, 255, 191, 0.16);
  --white: #f8fffb;
  --text: #e9fff2;
  --muted: #b1dbc1;
  --lime: #6dff8d;
  --lime-2: #9bffb1;
  --emerald: #0bd27a;
  --emerald-2: #03b76a;
  --yellow: #ffd84a;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
  --shadow-soft: 0 12px 32px rgba(0, 0, 0, 0.22);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top right, rgba(12, 103, 55, 0.28), transparent 28%),
    radial-gradient(circle at top left, rgba(80, 183, 78, 0.18), transparent 22%),
    linear-gradient(180deg, #062619 0%, #031f15 32%, #041810 100%);
  line-height: 1.6;
}
body.is-loading { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 1100;
  background: #fff;
  color: #032317;
  padding: 10px 16px;
  border-radius: 999px;
}
.skip-link:focus { top: 16px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.container { width: min(100% - 32px, var(--container)); margin: 0 auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(130,255,180,0.16);
  border-radius: 999px;
  background: rgba(111, 255, 171, 0.08);
  color: var(--lime-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.page-loader {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1200;
  background: linear-gradient(180deg, rgba(5,32,22,0.98), rgba(8,56,35,0.98));
  transition: opacity 320ms ease, visibility 320ms ease;
}
.page-loader.is-hidden { opacity: 0; visibility: hidden; }
.loader-card {
  width: min(92vw, 460px);
  padding: 32px 28px;
  border-radius: 28px;
  border: 1px solid rgba(132,255,194,0.16);
  background: rgba(12, 53, 37, 0.94);
  box-shadow: var(--shadow);
  text-align: center;
}
.loader-logo { width: 190px; margin: 0 auto 20px; }
.loader-symbols { display: flex; justify-content: center; gap: 10px; margin-bottom: 18px; }
.loader-symbols span {
  width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px;
  background: rgba(255,255,255,0.97); color: var(--emerald); font-weight: 950;
  box-shadow: var(--shadow-soft); animation: symbol-up 850ms cubic-bezier(.2,.8,.2,1) both;
}
.loader-symbols span:nth-child(2){animation-delay:120ms;} .loader-symbols span:nth-child(3){animation-delay:240ms;}
.loader-progress { height: 8px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,0.16); }
.loader-progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--yellow), #fff, var(--lime)); animation: fill-line 1450ms ease both; }
.loader-card p { margin-top: 14px; color: var(--white); font-weight: 850; }
.site-header { position: fixed; top: 16px; left: 0; right: 0; z-index: 1000; pointer-events: none; }
.header-shell {
  width: min(100% - 32px, 1240px);
  min-height: 74px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 170px minmax(0,1fr) 260px;
  align-items: center;
  gap: 18px;
  padding: 10px 14px 10px 18px;
  border: 1px solid rgba(132,255,194,0.18);
  border-radius: 999px;
  background: rgba(7, 45, 31, 0.86);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(16px);
  pointer-events: auto;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}
.site-header.is-scrolled .header-shell {
  background: rgba(4, 34, 23, 0.94);
  box-shadow: 0 18px 50px rgba(0,0,0,0.34);
}
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand img { width: 146px; height: auto; filter: drop-shadow(0 8px 18px rgba(0,0,0,0.22)); }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(8px, 1.6vw, 18px); font-size: 14px; font-weight: 900; }
.primary-nav a {
  position: relative; padding: 10px 8px; border-radius: 999px; color: var(--text);
}
.primary-nav a::after {
  content:""; position:absolute; left:10px; right:10px; bottom:2px; height:3px; border-radius:999px;
  background: linear-gradient(90deg, var(--lime), var(--yellow)); transform: scaleX(0); transform-origin:left; transition: transform 180ms ease;
}
.primary-nav a:hover::after,.primary-nav a:focus-visible::after,.primary-nav a.is-active::after{ transform: scaleX(1); }
.primary-nav a.is-active { color: #fff; }
.header-actions { display: grid; grid-template-columns: 1fr 1.18fr; gap: 8px; }
.nav-toggle {
  display: none; width: 48px; height: 48px; border: 0; border-radius: 16px; background: rgba(255,255,255,0.1); color: var(--white); cursor: pointer;
}
.nav-toggle span:not(.sr-only) { display:block; width:22px; height:2px; margin:5px auto; border-radius:999px; background:currentColor; transition: transform 180ms ease, opacity 180ms ease; }
body.is-nav-open .nav-toggle span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
body.is-nav-open .nav-toggle span:nth-child(2){ opacity: 0; }
body.is-nav-open .nav-toggle span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }
.btn {
  position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 950; line-height: 1; text-align: center; overflow: hidden; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; white-space: nowrap;
}
.btn::before{ content:""; position:absolute; inset:0; z-index:-1; background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.28) 50%, transparent 78%); transform: translateX(-120%); transition: transform 520ms ease; }
.btn:hover,.btn:focus-visible{ transform: translateY(-2px); }
.btn:hover::before,.btn:focus-visible::before{ transform: translateX(120%); }
.btn-primary { background: linear-gradient(135deg, var(--emerald) 0%, var(--emerald-2) 52%, #5cf38a 100%); color: #fff; box-shadow: 0 16px 32px rgba(3,183,106,0.28); }
.btn-primary:hover,.btn-primary:focus-visible{ box-shadow: 0 18px 40px rgba(3,183,106,0.40); }
.btn-ghost { color: var(--white); background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.12); }
.btn-soft { color: #072918; background: linear-gradient(135deg, #f8fffb, #d7ffe5); border-color: rgba(111,255,171,0.18); box-shadow: 0 12px 28px rgba(0,0,0,0.12); }
.btn-large { min-height: 54px; padding-inline: 26px; }
main { overflow: clip; }
.hero { position: relative; padding: 136px 0 68px; }
.hero-bg {
  position: absolute; inset: 0; background:
    radial-gradient(circle at top right, rgba(124,255,171,0.18), transparent 22%),
    radial-gradient(circle at 20% 20%, rgba(255,216,74,0.10), transparent 20%),
    radial-gradient(circle at bottom left, rgba(18,106,67,0.34), transparent 24%);
  pointer-events:none;
}
.hero-grid, .sub-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 32px; align-items: center; }
.hero-grid-home { min-height: 680px; }
.hero-copy h1 {
  margin: 16px 0 18px; font-size: clamp(2.5rem, 5vw, 4.45rem); line-height: .98; letter-spacing: -.04em; color: #fff; text-wrap: balance;
}
.hero-copy p { margin: 0 0 16px; max-width: 720px; font-size: 1.06rem; color: var(--muted); }
.hero-actions { display:flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 24px; }
.trust-row { display:flex; flex-wrap:wrap; gap: 10px; }
.trust-row span {
  padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(153,255,192,0.14); background: rgba(255,255,255,0.05); color: var(--lime-2); font-weight: 800; font-size: 14px;
}
.hero-bento { display:grid; grid-template-columns: 1.18fr .82fr; gap: 18px; grid-template-areas: "main tall" "small1 small2"; }
.bento-card {
  position: relative; min-height: 210px; border-radius: var(--radius-xl); overflow: hidden;
  border: 1px solid rgba(163,255,199,0.16); box-shadow: var(--shadow); background: rgba(255,255,255,0.03);
}
.bento-card img { width: 100%; height: 100%; object-fit: cover; }
.bento-main { grid-area: main; min-height: 420px; }
.bento-tall { grid-area: tall; min-height: 420px; }
.bento-small { min-height: 180px; }
.bento-small.second { grid-column: 2 / 3; }
.floating-chip {
  position:absolute; left:16px; top:16px; display:inline-flex; align-items:center; min-height:38px; padding:8px 14px; border-radius:999px; background: rgba(4,31,21,0.84); color:#fff; font-size: 13px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; border:1px solid rgba(157,255,195,0.16);
}
.section { padding: 72px 0; }
.section-head { max-width: 760px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { margin: 16px 0 14px; font-size: clamp(2rem, 3.8vw, 3.1rem); line-height: 1.04; letter-spacing: -.03em; color:#fff; }
.section-head p { margin:0; color: var(--muted); }
.quick-strip { padding: 12px 0 28px; }
.strip-grid { display:grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.strip-item {
  display:flex; flex-direction:column; gap: 4px; padding: 18px 18px; border-radius: 22px; background: rgba(255,255,255,0.05); border:1px solid rgba(153,255,192,0.14); box-shadow: var(--shadow-soft);
}
.strip-item strong { color:#fff; font-size: 1rem; }
.strip-item span { color: var(--muted); font-size: .94rem; }
.strip-item.muted { background: rgba(255,216,74,0.08); }
.explainer-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px; }
.explainer-card, .info-card, .promo-tile, .reward-card, .content-panel, .quote-panel, .steps-grid article, .responsible-card, .social-card, .faq .accordion details, .provider-card, .footer-brand {
  border: 1px solid rgba(157,255,195,0.14); background: rgba(10, 43, 30, 0.78); box-shadow: var(--shadow-soft);
}
.explainer-card, .info-card {
  overflow:hidden; border-radius: var(--radius-lg);
}
.explainer-card img, .info-card img { width:100%; height: 245px; object-fit: cover; }
.explainer-card div, .info-card { padding: 0; }
.explainer-card div { padding: 22px; }
.explainer-card h3, .info-card h3 { margin: 0 0 10px; font-size: 1.35rem; color:#fff; }
.explainer-card p, .info-card p, .content-panel p, .quote-panel p, .steps-grid p, .footer-brand p, .footer-social-head p { margin: 0; color: var(--muted); }
.marquee-wrap { margin-top: 28px; padding-block: 8px; overflow: hidden; }
.provider-row { position: relative; overflow: hidden; }
.provider-track { display:flex; gap: 14px; will-change: transform; }
.provider-card {
  width: 136px; min-width: 136px; height: 84px; display:grid; place-items:center; border-radius: 999px; background: rgba(255,255,255,0.05); padding: 12px; backdrop-filter: blur(6px);
}
.provider-card img { max-width: 84%; max-height: 64px; object-fit: contain; }
.narrative-grid { display:grid; grid-template-columns: 1fr .92fr; gap: 24px; align-items: start; }
.content-panel, .quote-panel {
  padding: 28px; border-radius: var(--radius-lg);
}
.content-panel h3 { margin: 0 0 14px; color:#fff; font-size: 1.5rem; }
.feature-list { margin: 0; padding-left: 20px; color: var(--muted); }
.feature-list li + li { margin-top: 10px; }
.quote-panel { background: linear-gradient(180deg, rgba(255,216,74,0.08), rgba(255,255,255,0.04)); }
.quote-panel p { font-size: 1.18rem; font-weight: 700; color: #fff7c5; }
.side-visual { border-radius: var(--radius-xl); overflow: hidden; border:1px solid rgba(157,255,195,0.16); box-shadow: var(--shadow); }
.side-visual img { width:100%; height:100%; object-fit: cover; min-height: 420px; }
.sub-hero { padding-bottom: 42px; }
.sub-hero-grid.reverse { grid-template-columns: .92fr 1.08fr; }
.card-section .triple-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px; }
.info-card { padding-bottom: 20px; }
.info-card h3, .info-card p { padding-inline: 20px; }
.info-card h3 { margin-top: 18px; }
.text-rich .narrative-grid { align-items: center; }
.quote-panel p { margin:0; }
.accordion { display:grid; gap: 14px; margin-top: 28px; }
.accordion details { border-radius: var(--radius-md); overflow:hidden; }
.accordion summary {
  list-style:none; cursor:pointer; padding: 20px 24px; font-weight: 900; color:#fff; display:flex; align-items:center; justify-content:space-between;
}
.accordion summary::-webkit-details-marker { display:none; }
.accordion summary::after { content:'+'; font-size: 24px; color: var(--lime); }
.accordion details[open] summary::after { content:'−'; }
.accordion p { padding: 0 24px 20px; margin: 0; color: var(--muted); }
.site-footer {
  padding: 48px 0 24px; background: linear-gradient(180deg, rgba(2,20,13,0.18), rgba(2,20,13,0.74)); border-top:1px solid rgba(157,255,195,0.10);
}
.footer-grid { display:grid; grid-template-columns: .86fr 1.14fr; gap: 28px; align-items: start; }
.footer-brand { padding: 24px; border-radius: var(--radius-lg); }
.footer-brand img { width: 168px; margin-bottom: 14px; }
.footer-brand strong { display:block; margin-top: 14px; color:#fff; }
.footer-social { display:grid; gap: 18px; }
.footer-social-head h3 { margin: 10px 0 8px; font-size: 2rem; color:#fff; }
.footer-social-cards { display:grid; grid-template-columns: 1fr; gap: 16px; }
.social-card {
  display:block; padding: 14px; border-radius: var(--radius-lg); background: rgba(10, 43, 30, 0.8); transition: transform 180ms ease, border-color 180ms ease;
}
.social-card:hover, .social-card:focus-visible { transform: translateY(-2px); border-color: rgba(157,255,195,0.26); }
.social-card img {
  width: 100%; max-width: 540px; margin: 0 auto; height: auto; object-fit: contain; border-radius: 18px;
}
.footer-bottom { padding-top: 26px; text-align:center; }
.footer-bottom p { margin:0; color: var(--muted); font-size: .95rem; }
[data-reveal] { opacity:0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; transition-delay: var(--reveal-delay, 0ms); }
[data-reveal].is-visible { opacity:1; transform: translateY(0); }
@keyframes symbol-up { 0% { transform: translateY(18px) scale(.9); opacity:0; } 100% { transform: translateY(0) scale(1); opacity:1; } }
@keyframes fill-line { 0% { transform: scaleX(0); transform-origin:left; } 100% { transform: scaleX(1); transform-origin:left; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (max-width: 1080px) {
  .header-shell { grid-template-columns: 150px 1fr auto; }
  .hero-grid, .sub-hero-grid, .narrative-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-bento { max-width: 760px; margin-inline:auto; }
  .strip-grid { grid-template-columns: repeat(2, 1fr); }
  .explainer-grid, .card-section .triple-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .site-header { top: 12px; }
  .header-shell {
    grid-template-columns: 1fr auto auto; width: min(100% - 20px, 1240px); border-radius: 28px; align-items: center;
  }
  .nav-toggle { display:block; }
  .primary-nav {
    position: absolute; top: calc(100% + 12px); left: 0; right: 0; display:grid; gap: 8px; padding: 14px; border-radius: 24px; background: rgba(5,35,23,.98); border:1px solid rgba(132,255,194,0.14); box-shadow: var(--shadow); opacity:0; pointer-events:none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease;
  }
  body.is-nav-open .primary-nav { opacity:1; pointer-events:auto; transform: translateY(0); }
  .primary-nav a { padding: 12px 14px; background: rgba(255,255,255,0.04); border-radius: 16px; }
  .header-actions { display:none; }
  .hero { padding-top: 126px; }
  .hero-copy h1 { font-size: clamp(2.1rem, 10vw, 3.2rem); }
  .hero-bento { grid-template-columns: 1fr; grid-template-areas: none; }
  .bento-main, .bento-tall, .bento-small, .bento-small.second { grid-area: auto; min-height: 230px; grid-column: auto; }
  .strip-grid, .explainer-grid, .card-section .triple-grid { grid-template-columns: 1fr; }
  .footer-social-head h3 { font-size: 1.7rem; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 20px, var(--container)); }
  .header-shell { grid-template-columns: 1fr auto auto; gap: 10px; padding: 10px 12px; }
  .brand img { width: 126px; }
  .btn { min-height: 42px; padding-inline: 16px; }
  .hero-copy p { font-size: 1rem; }
  .trust-row span { font-size: 13px; }
  .footer-brand, .content-panel, .quote-panel, .social-card { padding: 18px; }
  .social-card img { max-width: 100%; }
}


/* More text + safe image sizing pass */
.expanded-copy {
  padding-top: 82px;
  background:
    radial-gradient(circle at 12% 18%, rgba(109,255,141,0.08), transparent 24%),
    radial-gradient(circle at 86% 28%, rgba(255,216,74,0.07), transparent 22%);
}
.expanded-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}
.long-card {
  min-height: 100%;
  padding: 26px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(157,255,195,0.16);
  background: linear-gradient(180deg, rgba(13, 55, 38, 0.9), rgba(6, 32, 22, 0.9));
  box-shadow: var(--shadow-soft);
}
.long-card h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 1.36rem;
  line-height: 1.18;
}
.long-card p {
  margin: 0;
  color: var(--muted);
}
.long-card p + p {
  margin-top: 14px;
}
.visual-copy-row {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: center;
  gap: 28px;
  margin-top: 28px;
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(157,255,195,0.16);
  background: rgba(7, 38, 26, 0.86);
  box-shadow: var(--shadow-soft);
}
.visual-copy-row h3 {
  margin: 14px 0 12px;
  color: #ffffff;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  line-height: 1.08;
}
.visual-copy-row p {
  margin: 0;
  color: var(--muted);
}
.visual-copy-row p + p {
  margin-top: 14px;
}
.safe-image-card {
  margin: 0;
  min-height: 300px;
  display: grid;
  place-items: center;
  padding: 16px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(157,255,195,0.14);
  background: linear-gradient(180deg, rgba(1, 20, 13, 0.72), rgba(7, 42, 28, 0.78));
  overflow: hidden;
}
.safe-image-card img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  border-radius: 18px;
}
.safe-image-card.wide-safe img {
  max-height: 300px;
}
.safe-image-card.square-safe img {
  max-height: 390px;
}

/* Prevent image obstruction/cropping across pages */
.bento-card {
  display: flex;
  flex-direction: column;
  padding: 12px;
  gap: 10px;
  background: linear-gradient(180deg, rgba(5, 35, 23, 0.92), rgba(2, 22, 14, 0.94));
}
.bento-card img {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  object-fit: contain !important;
  background: rgba(1, 18, 12, 0.84);
  border-radius: 22px;
}
.floating-chip {
  position: static !important;
  align-self: flex-start;
  margin: 0;
  max-width: 100%;
  white-space: normal;
}
.explainer-card img,
.info-card img,
.side-visual img {
  object-fit: contain !important;
  background: rgba(1, 18, 12, 0.84);
}
.explainer-card img,
.info-card img {
  height: clamp(220px, 22vw, 280px);
  padding: 12px;
}
.side-visual {
  display: grid;
  place-items: center;
  background: rgba(1, 18, 12, 0.84);
}
.side-visual img {
  min-height: 0 !important;
  max-height: 520px;
  padding: 14px;
}
.social-card img {
  max-height: 190px;
  object-fit: contain !important;
  background: rgba(1, 18, 12, 0.36);
}
.provider-card img,
.footer-brand img,
.brand img,
.loader-logo {
  object-fit: contain !important;
}

@media (max-width: 1080px) {
  .expanded-grid {
    grid-template-columns: 1fr 1fr;
  }
  .visual-copy-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .expanded-grid {
    grid-template-columns: 1fr;
  }
  .visual-copy-row {
    padding: 20px;
  }
  .safe-image-card {
    min-height: 220px;
    padding: 12px;
  }
  .safe-image-card img {
    max-height: 320px;
  }
  .explainer-card img,
  .info-card img {
    height: 240px;
  }
  .social-card img {
    max-height: 150px;
  }
}


/* Home opening relayout: show only image 2 and image 3 */
.hero-grid-home {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 540px);
  align-items: start;
}
.hero-showcase-duo {
  display: grid;
  gap: 20px;
}
.showcase-card {
  border: 1px solid rgba(157,255,195,0.15);
  border-radius: var(--radius-xl);
  background: rgba(8, 38, 27, 0.86);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.showcase-media {
  padding: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.01));
}
.showcase-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: contain;
  background: rgba(0,0,0,0.08);
  border-radius: 22px;
  display: block;
}
.showcase-copy {
  padding: 0 20px 20px;
}
.showcase-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--lime-2);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.showcase-copy h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.36rem;
  line-height: 1.15;
}
.showcase-copy p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 1180px) {
  .hero-grid-home {
    grid-template-columns: 1fr;
  }
  .hero-showcase-duo {
    max-width: 860px;
    width: 100%;
    margin-inline: auto;
  }
}

@media (max-width: 860px) {
  .showcase-media {
    padding: 12px;
  }
  .showcase-copy {
    padding: 0 16px 18px;
  }
  .showcase-copy h3 {
    font-size: 1.18rem;
  }
}


.longform-section {
  padding-top: 78px;
}
.longform-section.alt {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  border-top: 1px solid rgba(157,255,195,0.08);
  border-bottom: 1px solid rgba(157,255,195,0.08);
}
.longform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}
.longform-block {
  padding: 26px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(157,255,195,0.14);
  background: rgba(10, 43, 30, 0.78);
  box-shadow: var(--shadow-soft);
}
.longform-block h3,
.longform-article h3 {
  margin: 0 0 14px;
  font-size: 1.52rem;
  color: #fff;
}
.longform-block p,
.longform-article p {
  margin: 0 0 16px;
  color: var(--muted);
}
.longform-block p:last-child,
.longform-article p:last-child {
  margin-bottom: 0;
}
.longform-stack {
  display: grid;
  gap: 24px;
}
.longform-article {
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(157,255,195,0.14);
  background: rgba(8, 38, 27, 0.86);
  box-shadow: var(--shadow-soft);
}
@media (max-width: 900px) {
  .longform-grid {
    grid-template-columns: 1fr;
  }
}


/* Casino copy update: safe opening image cards and long casino reading blocks */
.hero-grid-home {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 540px);
  align-items: start;
}
.hero-showcase-duo {
  display: grid;
  gap: 20px;
}
.showcase-card {
  border: 1px solid rgba(157,255,195,0.15);
  border-radius: var(--radius-xl);
  background: rgba(8, 38, 27, 0.86);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.showcase-media {
  padding: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.01));
}
.showcase-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: contain;
  background: rgba(0,0,0,0.08);
  border-radius: 22px;
  display: block;
}
.showcase-copy {
  padding: 0 20px 20px;
}
.showcase-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--lime-2);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.showcase-copy h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.36rem;
  line-height: 1.15;
}
.showcase-copy p {
  margin: 0;
  color: var(--muted);
}
.longform-section {
  padding-top: 78px;
}
.longform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}
.longform-block {
  padding: 26px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(157,255,195,0.14);
  background: rgba(10, 43, 30, 0.78);
  box-shadow: var(--shadow-soft);
}
.longform-block h3 {
  margin: 0 0 14px;
  font-size: 1.52rem;
  color: #fff;
}
.longform-block p {
  margin: 0 0 16px;
  color: var(--muted);
}
.longform-block p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  .hero-grid-home {
    grid-template-columns: 1fr;
  }
  .hero-showcase-duo {
    max-width: 860px;
    width: 100%;
    margin-inline: auto;
  }
}
@media (max-width: 900px) {
  .longform-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 860px) {
  .showcase-media {
    padding: 12px;
  }
  .showcase-copy {
    padding: 0 16px 18px;
  }
  .showcase-copy h3 {
    font-size: 1.18rem;
  }
}
