.hero {
  position: relative;
  padding: 2.2rem 0 2rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: min(44rem, 100%);
  background:
    radial-gradient(circle at 50% 0%, rgba(120, 214, 255, 0.18), transparent 48%),
    linear-gradient(180deg, rgba(8, 31, 50, 0.42), rgba(8, 31, 50, 0));
  pointer-events: none;
}

.hero-container {
  position: relative;
}

.hero-shell {
  display: grid;
  gap: 1.9rem;
  align-items: start;
}

.hero-top {
  display: grid;
  gap: 1.9rem;
  align-items: start;
}

.hero-copy {
  position: relative;
  padding: 1.5rem 0 0;
  width: 100%;
}

.hero h1 {
  font-size: clamp(2.6rem, 7vw, 5.2rem);
  max-width: 11ch;
}

.hero-preview {
  display: grid;
  gap: 1rem;
  width: 100%;
}

.hero-signup {
  width: 100%;
}

.hero-preview-title {
  margin: 0;
  color: rgba(228, 246, 255, 0.9);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero-visual-wrap {
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(14, 39, 60, 0.84), rgba(8, 28, 43, 0.76));
}

.hero-visual {
  position: relative;
  min-height: 380px;
  border-radius: calc(var(--radius-lg) - 8px);
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(123, 219, 255, 0.18), transparent 32%),
    linear-gradient(145deg, #08243a 0%, #0d1d30 45%, #08111d 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 10% 8%;
  border-radius: 32px;
  background:
    radial-gradient(circle at top, rgba(165, 233, 255, 0.14), transparent 35%),
    linear-gradient(180deg, rgba(63, 148, 180, 0.18), rgba(18, 57, 83, 0.12)),
    linear-gradient(145deg, #0f5271 0%, #0a3b53 100%);
  border: 1px solid rgba(195, 237, 255, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 24px 50px rgba(6, 13, 23, 0.38);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 16% 13%;
  height: 24px;
  border-radius: 999px;
  background: rgba(5, 11, 18, 0.34);
  filter: blur(18px);
}

.table-badge,
.player-seat,
.deck,
.pile,
.community-row,
.card,
.status-chip {
  position: absolute;
}

.table-badge {
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  padding: 0.45rem 0.7rem;
  background: rgba(230, 248, 255, 0.94);
  color: #114567;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: var(--shadow-sm);
}

.status-chip {
  top: 1rem;
  right: 1rem;
  z-index: 2;
  background: rgba(7, 18, 30, 0.58);
  color: #d7f5ff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.player-seat {
  z-index: 2;
  min-width: 102px;
  padding: 0.6rem 0.7rem;
  border-radius: 20px;
  background: rgba(219, 245, 255, 0.08);
  border: 1px solid rgba(182, 232, 255, 0.14);
  color: rgba(239, 251, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.player-seat strong {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}

.player-seat span {
  display: block;
  font-size: 0.69rem;
  opacity: 0.78;
  margin-top: 0.2rem;
}

.seat-top {
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
}

.seat-left {
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
}

.seat-right {
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
}

.seat-bottom {
  left: 50%;
  bottom: 1.15rem;
  transform: translateX(-50%);
  background: rgba(110, 201, 240, 0.14);
}

.community-row {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 0.55rem;
  z-index: 2;
}

.card {
  width: 60px;
  aspect-ratio: 5 / 7;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(247, 253, 255, 0.96), rgba(215, 235, 245, 0.94));
  border: 1px solid rgba(128, 185, 214, 0.22);
  box-shadow: 0 14px 24px rgba(7, 14, 23, 0.22);
}

.card::before,
.card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.card::before {
  top: 12px;
  left: 12px;
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, #56c8f7, #1d82bf);
  opacity: 0.9;
}

.card::after {
  right: 12px;
  bottom: 12px;
  width: 24px;
  height: 4px;
  background: rgba(25, 92, 128, 0.22);
}

.deck,
.pile {
  z-index: 2;
  width: 66px;
  aspect-ratio: 5 / 7;
  border-radius: 18px;
  box-shadow: 0 16px 28px rgba(6, 14, 23, 0.26);
}

.deck {
  left: 22%;
  bottom: 27%;
  background:
    linear-gradient(145deg, rgba(244, 251, 255, 0.94), rgba(206, 227, 238, 0.94));
  border: 1px solid rgba(122, 184, 212, 0.22);
}

.deck::before,
.deck::after,
.pile::before,
.pile::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(122, 184, 212, 0.14);
}

.deck::before {
  transform: translate(-5px, 6px);
  background: rgba(239, 248, 252, 0.88);
  z-index: -1;
}

.deck::after {
  transform: translate(-10px, 12px);
  background: rgba(197, 223, 236, 0.76);
  z-index: -2;
}

.pile {
  right: 23%;
  bottom: 30%;
  transform: rotate(7deg);
  background:
    linear-gradient(145deg, rgba(243, 251, 255, 0.96), rgba(205, 227, 238, 0.96));
  border: 1px solid rgba(122, 184, 212, 0.22);
}

.pile::before {
  transform: translate(4px, 5px) rotate(-4deg);
  background: rgba(236, 248, 253, 0.82);
  z-index: -1;
}

.pile::after {
  transform: translate(8px, 10px) rotate(-7deg);
  background: rgba(194, 222, 236, 0.7);
  z-index: -2;
}

.features-grid {
  grid-template-columns: 1fr;
}

.feature-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 1.45rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(180deg, rgba(14, 39, 60, 0.82), rgba(8, 26, 40, 0.8));
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: auto -10% -28% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(117, 220, 255, 0.18), transparent 66%);
  pointer-events: none;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 38%);
  pointer-events: none;
}

.feature-card-top,
.feature-card-bottom {
  position: relative;
  z-index: 1;
}

.feature-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.feature-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #afeaff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-card-tag::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 16px currentColor;
  opacity: 0.9;
}

.feature-card h3 {
  margin-top: 1.25rem;
  font-family: "Fraunces", serif;
  font-size: 1.52rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
  max-width: 11ch;
}

.feature-card p {
  margin-top: 0.85rem;
  max-width: 30ch;
}

.support-pill {
  display: inline-flex;
  align-items: center;
  margin-top: 1.15rem;
  color: rgba(221, 244, 255, 0.9);
  font-size: 0.8rem;
  font-weight: 700;
}

.feature-card.feature-sync {
  background:
    linear-gradient(160deg, rgba(20, 66, 95, 0.88), rgba(8, 28, 42, 0.8));
}

.feature-card.feature-ranked {
  background:
    linear-gradient(160deg, rgba(10, 56, 83, 0.88), rgba(8, 26, 39, 0.8));
}

.feature-card.feature-stakes {
  background:
    linear-gradient(160deg, rgba(13, 49, 74, 0.88), rgba(6, 24, 37, 0.8));
}

.feature-card.feature-events {
  background:
    linear-gradient(160deg, rgba(15, 61, 87, 0.88), rgba(7, 27, 41, 0.8));
}

.roadmap {
  padding: 1.75rem 0;
}

.roadmap-shell {
  padding: 2rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(13, 39, 60, 0.82), rgba(8, 29, 44, 0.76));
}

.roadmap-grid {
  display: grid;
  gap: 1rem;
}

.roadmap-card {
  padding: 1.35rem;
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(17, 45, 68, 0.84), rgba(10, 31, 47, 0.82));
  border: 1px solid rgba(196, 235, 255, 0.14);
  box-shadow: var(--shadow-sm);
}

.roadmap-card h3 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: 1.42rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.roadmap-card p,
.feature-card p,
.trust-card p,
.faq-item p {
  margin-top: 0.35rem;
}

.faq {
  padding: 1.75rem 0;
}

.updates {
  padding: 0.5rem 0 1.75rem;
}

.update-box {
  padding: 2rem;
  background:
    linear-gradient(180deg, rgba(10, 33, 52, 0.84), rgba(11, 42, 64, 0.62));
}

.update-box .section-title {
  max-width: 14ch;
}

.update-box .section-copy {
  max-width: 60ch;
}

.updates-trust-line {
  margin-top: 1.2rem;
}

.faq-item-head {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cta {
  padding: 1.5rem 0 2rem;
}

.cta-box {
  padding: 2rem;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(13, 39, 60, 0.84), rgba(14, 52, 78, 0.58));
}

.cta-box p {
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
}

.footer-note {
  margin-top: 1rem;
}

.cta-title {
  font-size: clamp(2.1rem, 6vw, 4rem);
  max-width: 10ch;
  margin-left: auto;
  margin-right: auto;
}

.cta-box p {
  margin-left: auto;
  margin-right: auto;
}

.footer-note {
  margin-top: 1.2rem;
  color: rgba(203, 232, 246, 0.72);
  font-size: 0.84rem;
}

.trust-grid,
.faq-grid,
.roadmap-grid,
.features-grid {
  align-items: stretch;
}

.trust-card,
.faq-item,
.roadmap-card,
.feature-card {
  background:
    linear-gradient(180deg, rgba(14, 39, 60, 0.82), rgba(8, 26, 40, 0.8));
  border: 1px solid rgba(196, 235, 255, 0.14);
}

.trust-card h3,
.faq-item h3,
.roadmap-card h3 {
  font-family: "Fraunces", serif;
  font-size: 1.42rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
