:root {
  --green-900: #0b5f4f;
  --green-800: #0f7b61;
  --green-700: #178768;
  --green-600: #249c77;
  --yellow-500: #ffdb22;
  --yellow-400: #f3c620;
  --red-500: #cb3d29;
  --blue-050: #eef5ff;
  --pink-050: #fff1f4;
  --gray-950: #070707;
  --gray-900: #121212;
  --gray-750: #53575e;
  --gray-600: #808893;
  --gray-300: #d9dde2;
  --gray-200: #e8ecef;
  --gray-100: #f5f6f8;
  --white: #ffffff;
  --panel-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  --radius: 10px;
  --page-max: 1260px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Barlow", sans-serif;
  color: var(--gray-900);
  background-color: #f8fafb;
  background-image:
    radial-gradient(circle at 24px 24px, rgba(10, 122, 99, 0.045) 2px, transparent 2px),
    radial-gradient(circle at 0 0, rgba(10, 122, 99, 0.03) 1px, transparent 1px),
    linear-gradient(135deg, rgba(10, 122, 99, 0.025), rgba(255, 255, 255, 0) 46%);
  background-size: 48px 48px, 24px 24px, 100% 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
  cursor: pointer;
}

.mobile-download-bar {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: linear-gradient(90deg, #3b9d44, #1d7940);
  color: var(--white);
}

.download-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

.download-copy strong {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
}

.download-copy span {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.84);
}

.download-cta,
.download-close {
  border: 0;
  border-radius: 999px;
  background: var(--yellow-500);
  color: var(--gray-900);
  font-weight: 700;
}

.download-cta {
  padding: 10px 16px;
  white-space: nowrap;
}

.download-close {
  min-width: 36px;
  height: 36px;
  padding: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px max(16px, calc((100vw - var(--page-max)) / 2 + 12px));
  background: var(--green-700);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 3px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--white);
}

.brand {
  display: inline-flex;
  align-items: center;
  font-family: "Teko", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.9rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
}

.brand-image {
  display: none;
  height: 44px;
  width: auto;
  object-fit: contain;
}

.brand-text {
  display: inline-flex;
  align-items: baseline;
}

.brand.has-image .brand-image {
  display: block;
}

.brand.has-image .brand-text {
  display: none;
}

.brand-lotus {
  color: var(--white);
}

.brand-365 {
  color: var(--yellow-500);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-btn {
  min-width: 92px;
  padding: 12px 18px;
  border-radius: 3px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  white-space: nowrap;
}

.header-btn-accent {
  background: var(--yellow-500);
}

.header-btn-light {
  background: var(--white);
}

.top-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px 16px 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: var(--white);
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
}

.top-links a {
  color: var(--red-500);
}

.page-layout {
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr) 262px;
  gap: 24px;
  width: min(calc(100% - 32px), var(--page-max));
  margin: 10px auto 0;
  align-items: start;
}

.left-rail,
.right-rail,
.main-content {
  min-width: 0;
}

.left-rail,
.right-rail {
  position: sticky;
  top: 122px;
}

.panel {
  border: 1px solid rgba(14, 23, 32, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--panel-shadow);
}

.sports-menu {
  overflow: hidden;
}

.sports-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 40px;
  padding: 8px 15px;
  border-bottom: 1px solid var(--gray-200);
  font-size: 1rem;
  font-weight: 700;
  color: #8a210f;
  background: rgba(255, 255, 255, 0.95);
}

.sports-menu-item:last-child {
  border-bottom: 0;
}

.sports-menu-dot {
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 50%;
  flex: 0 0 auto;
}

.sports-menu-item.is-active {
  color: #b53e16;
  background: linear-gradient(90deg, rgba(245, 245, 245, 0.95), rgba(255, 255, 255, 0.98));
}

.follow-card {
  margin-top: 16px;
  padding: 16px 14px;
}

.follow-title {
  margin: 0 0 12px;
  font-size: 1.7rem;
  line-height: 1;
  color: var(--green-700);
  font-weight: 800;
}

.follow-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid #7cc6f1;
  background: linear-gradient(180deg, #ecf8ff, #dff3ff);
  color: #0f5f93;
  font-weight: 800;
  text-align: left;
}

.follow-link-icon {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex: 0 0 34px;
  background: linear-gradient(180deg, #39a9e8, #1784cd);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.follow-link-icon::before {
  content: "";
  position: absolute;
  inset: 7px 6px 8px 8px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M21.4 4.6 18.2 20c-.2 1.1-.8 1.4-1.7.9l-4.8-3.5-2.3 2.2c-.3.3-.5.5-1 .5l.3-4.9 9-8.1c.4-.3-.1-.5-.5-.2l-11.1 7-4.8-1.5c-1-.3-1-.9.2-1.4L19.5 3c.9-.4 1.7.2 1.9 1.6Z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.follow-link-copy {
  display: block;
  min-width: 0;
}

.mobile-betslip {
  display: none;
  margin-bottom: 12px;
  padding: 14px;
}

.credit-line,
.wallet-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: 700;
}

.credit-line strong {
  color: var(--green-700);
}

.promo-board {
  margin-bottom: 10px;
}

.promo-grid {
  margin-bottom: 0;
}

.loop-carousel {
  --carousel-gap: 12px;
  --carousel-visible: 1;
  position: relative;
}

.loop-carousel-viewport {
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}

.loop-carousel-track {
  display: flex;
  gap: var(--carousel-gap);
  transition: transform 0.45s ease;
  will-change: transform;
}

.loop-carousel-slide {
  flex: 0 0 calc((100% - (var(--carousel-visible) - 1) * var(--carousel-gap)) / var(--carousel-visible));
  min-width: 0;
}

.loop-carousel.is-dragging .loop-carousel-track {
  cursor: grabbing;
}

.promo-carousel {
  --carousel-gap: 12px;
  --carousel-visible: 3;
}

.quick-carousel {
  --carousel-gap: 8px;
  --carousel-visible: 7;
}

.promo-card {
  display: block;
  position: relative;
  min-height: 130px;
  overflow: hidden;
  padding: 18px 18px 16px;
  border-radius: 12px;
  color: var(--white);
  isolation: isolate;
  box-shadow: var(--panel-shadow);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.promo-card::before,
.promo-card::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 50%;
  opacity: 0.24;
  z-index: -1;
}

.promo-card::before {
  top: -30px;
  right: -16px;
  width: 112px;
  height: 112px;
  background: rgba(255, 255, 255, 0.3);
}

.promo-card::after {
  bottom: -36px;
  left: -26px;
  width: 150px;
  height: 150px;
  background: rgba(255, 204, 0, 0.28);
}

.promo-card-theme-casino {
  background: linear-gradient(135deg, #7324a2, #d91b82 70%, #f34b53);
}

.promo-card-theme-daily {
  background: linear-gradient(135deg, #5924d1, #7c1de4 55%, #ff9c24);
}

.promo-card-theme-speed {
  background: linear-gradient(135deg, #4d208a, #9028c9 58%, #f14788);
}

.promo-label {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(16, 17, 24, 0.32);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.promo-title {
  margin: 14px 0 6px;
  font-family: "Teko", sans-serif;
  font-size: 2rem;
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
}

.promo-copy {
  max-width: 18ch;
  font-size: 0.92rem;
  font-weight: 700;
}

.promo-button {
  display: inline-flex;
  margin-top: 14px;
  padding: 7px 12px 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff4b35, #ff8737);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.quick-strip {
  margin-bottom: 12px;
}

.loop-carousel-slide > .promo-card,
.loop-carousel-slide > .quick-tile {
  height: 100%;
}

.quick-tile {
  display: grid;
  gap: 8px;
  min-height: 64px;
  padding: 8px 10px 10px;
  border-radius: 8px;
  color: var(--white);
  box-shadow: var(--panel-shadow);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.quick-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 14, 22, 0.12), rgba(9, 14, 22, 0.58));
}

.quick-tile-name {
  position: relative;
}

.quick-tile-name {
  align-self: end;
  font-size: 0.92rem;
  font-weight: 800;
}

.quick-tile-tone-pool {
  background: linear-gradient(135deg, #0c4d7a, #2d6ca2);
}

.quick-tile-tone-cricket {
  background: linear-gradient(135deg, #7a4e16, #1f837e);
}

.quick-tile-tone-football {
  background: linear-gradient(135deg, #346c7d, #7e6132);
}

.quick-tile-tone-tennis {
  background: linear-gradient(135deg, #7d4d28, #389062);
}

.quick-tile-tone-fight {
  background: linear-gradient(135deg, #3d7d48, #91b92c);
}

.quick-tile-tone-matka {
  background: linear-gradient(135deg, #3d8b7c, #8e6320);
}

.quick-tile-tone-fifa {
  background: linear-gradient(135deg, #7e5d20, #4e7893);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.feature-card {
  display: block;
  position: relative;
  min-height: 96px;
  overflow: hidden;
  border-radius: 10px;
  padding: 16px 18px;
  color: var(--white);
  box-shadow: var(--panel-shadow);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 70%, rgba(255, 209, 93, 0.35), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(255, 255, 255, 0.24), transparent 22%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
}

.feature-card-aviator {
  background: linear-gradient(135deg, #5427c7, #23348b 45%, #33429d);
}

.feature-card-mines {
  background: linear-gradient(135deg, #5232d4, #1f5ece 55%, #ef4ba2);
}

.feature-card-fun {
  background: linear-gradient(135deg, #132a9e, #2246cf 48%, #3f177e);
}

.feature-card-color {
  background: linear-gradient(135deg, #214fda, #3b8de8 38%, #d85e1e);
}

.feature-title {
  position: relative;
  margin: 0;
  font-family: "Teko", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 0.88;
  letter-spacing: 0.04em;
  text-shadow: 0 6px 16px rgba(0, 0, 0, 0.36);
}

.feature-copy {
  position: relative;
  margin-top: 10px;
  max-width: 18ch;
  font-size: 0.9rem;
  font-weight: 700;
}

.provider-grid {
  margin-bottom: 20px;
}

.provider-carousel {
  --provider-gap: 10px;
  --provider-visible-columns: 3;
  position: relative;
}

.provider-viewport {
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}

.provider-track {
  display: flex;
  gap: var(--provider-gap);
  transition: transform 0.45s ease;
  will-change: transform;
}

.provider-column {
  display: grid;
  gap: var(--provider-gap);
  flex: 0 0 calc((100% - (var(--provider-visible-columns) - 1) * var(--provider-gap)) / var(--provider-visible-columns));
  min-width: 0;
}

.provider-carousel.is-dragging .provider-track {
  cursor: grabbing;
}

.provider-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--white);
  box-shadow: var(--panel-shadow);
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.provider-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 16, 24, 0.4), rgba(11, 16, 24, 0.15));
}

.provider-badge,
.provider-name {
  position: relative;
}

.provider-card-tone-sportsbook {
  background: linear-gradient(90deg, #0a6079, #1d7fa9);
}

.provider-card-tone-evolution {
  background: linear-gradient(90deg, #6c9c45, #a1ca72);
}

.provider-card-tone-ecricket {
  background: linear-gradient(90deg, #142267, #1f4f9e);
}

.provider-card-tone-casino {
  background: linear-gradient(90deg, #f02118, #f4a329);
}

.provider-card-tone-royal {
  background: linear-gradient(90deg, #6a1d8b, #922ea0);
}

.provider-card-tone-card {
  background: linear-gradient(90deg, #4a2c84, #8c4abd);
}

.provider-badge {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
  font-size: 0.76rem;
  font-weight: 800;
}

.provider-name {
  font-size: 0.98rem;
  font-weight: 800;
}

.provider-pagination {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 10px;
}

.provider-dot {
  width: 18px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(13, 28, 40, 0.18);
}

.provider-dot.is-active {
  background: #0c2233;
}

.market-board {
  overflow: hidden;
}

.board-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: var(--green-700);
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
}

.board-status {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d4ff7a;
  box-shadow: 0 0 0 4px rgba(212, 255, 122, 0.2);
}

.market-section + .market-section {
  border-top: 1px solid var(--gray-200);
}

.market-section-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 348px;
  align-items: center;
  gap: 12px;
  padding: 8px 12px 7px;
  background: linear-gradient(180deg, #ffffff, #fcfcfc);
  border-bottom: 1px solid #e8edf1;
}

.market-sport {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #22272d;
}

.market-sport-icon {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid currentColor;
  flex: 0 0 16px;
}

.market-sport-icon.market-sport-icon-image {
  border: 0;
  border-radius: 0;
}

.market-sport-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.market-headers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #252c33;
}

.market-header-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.market-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 348px;
  gap: 12px;
  padding: 7px 12px 6px;
  border-bottom: 1px solid #eef2f5;
  background: linear-gradient(180deg, #ffffff, #fffefe);
}

.match-meta {
  display: grid;
  align-content: center;
  gap: 2px;
  min-height: 52px;
  padding-right: 8px;
}

.match-name {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.01em;
  color: #21262c;
}

.match-note {
  color: #6e7883;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.15;
}

.match-time {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #59656f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.match-time-stamp {
  display: inline-flex;
  align-items: center;
}

.match-live {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #129a58;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.match-live::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: none;
}

.odds-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 4px;
}

.odd-box {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 42px;
  padding: 4px 2px 3px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.odd-box-back {
  background: linear-gradient(180deg, #e7f1f9 0%, #d8e8f3 100%);
  border-color: #d7e4ee;
}

.odd-box-lay {
  background: linear-gradient(180deg, #faecef 0%, #f4dce2 100%);
  border-color: #eed9df;
}

.odd-value {
  font-size: 0.84rem;
  line-height: 1;
  color: #1f2830;
  letter-spacing: -0.01em;
}

.odd-size {
  margin-top: 1px;
  font-size: 0.6rem;
  font-weight: 600;
  line-height: 1;
  color: #58656f;
}

.odd-size.is-empty {
  display: none;
}

.odd-box.is-suspended {
  background: linear-gradient(180deg, #abb2bb 0%, #979fa8 100%);
  border-color: #a0a8b1;
  color: var(--white);
  box-shadow: none;
}

.odd-box.is-suspended .odd-value {
  color: #ffffff;
  font-size: 0.96rem;
}

.odd-box.is-suspended .odd-size {
  color: rgba(255, 255, 255, 0.82);
}

.odd-box.is-updated {
  transform: translateY(-1px);
}

.odd-box.is-updated.is-up {
  border-color: rgba(54, 142, 79, 0.45);
  box-shadow: inset 0 0 0 1px rgba(79, 181, 109, 0.22);
}

.odd-box.is-updated.is-down {
  border-color: rgba(212, 93, 121, 0.4);
  box-shadow: inset 0 0 0 1px rgba(227, 122, 149, 0.18);
}

.wallet-panel,
.betslip-panel {
  overflow: hidden;
}

.wallet-heading {
  padding: 12px 14px;
  background: var(--green-700);
  color: var(--white);
}

.wallet-toggle {
  width: 16px;
  height: 16px;
  border: 0;
  background: transparent;
  position: relative;
}

.wallet-toggle::before,
.wallet-toggle::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 9px;
  height: 2px;
  background: var(--white);
}

.wallet-toggle::before {
  left: 0;
  transform: rotate(45deg);
}

.wallet-toggle::after {
  right: 0;
  transform: rotate(-45deg);
}

.wallet-balance {
  margin: 0;
  padding: 16px 14px;
  font-size: 2rem;
  font-weight: 800;
}

.betslip-title {
  padding: 16px 14px 12px;
  font-size: 1.15rem;
  font-weight: 800;
  border-top: 1px solid var(--gray-200);
}

.betslip-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.betslip-tab {
  min-height: 36px;
  border: 0;
  background: var(--green-700);
  color: var(--white);
  font-weight: 700;
}

.betslip-tab.is-active {
  background: var(--yellow-500);
  color: var(--gray-900);
}

.betslip-empty {
  padding: 16px 14px 18px;
  color: var(--gray-600);
  font-size: 0.92rem;
}

.site-footer {
  margin-top: 24px;
  padding: 28px 16px 22px;
  background: var(--gray-950);
  color: var(--white);
}

.download-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin: 0 auto 34px;
  padding: 12px 18px 10px;
  border-radius: 999px;
  background: var(--white);
  color: var(--gray-900);
  font-size: 1.15rem;
  font-weight: 800;
}

.download-pill span {
  font-size: 0.86rem;
  color: var(--gray-750);
}

.footer-main {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: min(calc(100% - 16px), 1110px);
  margin: 0 auto 24px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo-image {
  display: none;
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.footer-brand.has-image .footer-logo-image {
  display: block;
}

.footer-brand.has-image .footer-logo-mark {
  display: none;
}

.footer-logo-mark {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 26px 18px 32px 20px;
  background: linear-gradient(135deg, #ff3a30, #831bd7 52%, #0a85ff);
  font-size: 2rem;
  font-weight: 800;
}

.footer-logo-copy {
  display: grid;
  gap: 4px;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
}

.footer-logo-copy strong,
.footer-logo-copy span {
  font-size: 1rem;
}

.footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  line-height: 1.45;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  width: min(calc(100% - 16px), 1110px);
  margin: 0 auto;
}

.payment-pill {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.94rem;
  font-weight: 800;
}

.payment-pill--icon-only {
  gap: 0;
}

.payment-icon {
  width: min(100%, 82px);
  max-width: 82px;
  height: 24px;
  flex: 0 1 82px;
  object-fit: contain;
  background: transparent;
}

.payment-label {
  line-height: 1.1;
  font-size: 0.76rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.footer-rule {
  width: min(calc(100% - 16px), 1110px);
  margin: 32px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
}

.floating-help {
  position: fixed;
  z-index: 18;
  border: 0;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
}

.floating-whatsapp {
  left: 14px;
  bottom: 148px;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #39b355, #1d7f3f);
  color: var(--white);
}

.floating-whatsapp span {
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.floating-whatsapp small {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.floating-chat {
  right: 16px;
  bottom: 142px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1b866a, #229a78);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
}

.drawer-backdrop,
.mobile-drawer {
  display: none;
}

@media (max-width: 1120px) {
  .page-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .category-page .page-layout {
    grid-template-columns: minmax(0, 1fr);
    width: min(calc(100% - 16px), var(--page-max));
    gap: 0;
  }

  .left-rail,
  .right-rail {
    position: static;
    display: none;
  }

  .main-content {
    padding: 0 0 0;
  }

  .mobile-betslip {
    display: block;
  }

  .category-page .category-copy-board {
    padding: 18px 16px;
  }

  .category-page .category-copy-blank.has-content {
    padding: 22px 20px 24px;
  }
}

@media (max-width: 900px) {
  .promo-carousel {
    --carousel-visible: 2;
  }

  .quick-carousel {
    --carousel-visible: 4;
  }

  .provider-carousel {
    --provider-visible-columns: 2;
  }

  .market-section-header,
  .market-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .market-headers {
    padding-left: 0;
    justify-self: stretch;
  }

  .odds-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .odd-box.is-mobile-hide {
    display: none;
  }

  .footer-main,
  .payment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-hero-card,
  .seo-highlight-grid {
    grid-template-columns: 1fr;
  }

  .seo-tag-list {
    justify-content: flex-start;
  }

  .seo-content-article > .seo-section {
    padding: 18px;
  }
}

@media (max-width: 640px) {
  .mobile-download-bar {
    display: flex;
  }

  .site-header {
    top: 0;
  }

  .header-main {
    padding: 10px 10px 12px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .brand {
    font-size: 2.35rem;
  }

  .brand.has-image .brand-image {
    height: 34px;
  }

  .header-actions {
    gap: 6px;
  }

  .header-btn {
    min-width: 72px;
    padding: 10px 12px;
    font-size: 0.98rem;
  }

  .top-links {
    display: none;
  }

  .page-layout {
    width: min(calc(100% - 8px), var(--page-max));
    margin-top: 8px;
  }

  .promo-carousel {
    --carousel-visible: 1.08;
    --carousel-gap: 8px;
  }

  .promo-card {
    min-height: 156px;
  }

  .quick-carousel {
    --carousel-visible: 3.25;
    --carousel-gap: 6px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .provider-carousel {
    --provider-visible-columns: 1.1;
  }

  .payment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .board-heading {
    font-size: 1.35rem;
  }

  .market-row {
    gap: 8px;
    padding: 8px;
  }

  .match-meta {
    min-height: auto;
  }

  .match-name {
    font-size: 0.92rem;
  }

  .odds-grid {
    gap: 6px;
  }

  .odd-box {
    min-height: 54px;
  }

  .download-pill {
    margin-bottom: 24px;
    font-size: 1rem;
  }

  .footer-main {
    grid-template-columns: 1fr;
    width: min(calc(100% - 8px), 1110px);
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-copy {
    font-size: 0.92rem;
    text-align: left;
  }

  .payment-grid {
    width: min(calc(100% - 8px), 1110px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-rule {
    width: min(calc(100% - 8px), 1110px);
  }

  .floating-whatsapp {
    left: 10px;
    bottom: 120px;
  }

  .floating-chat {
    right: 10px;
    bottom: 118px;
  }

  .drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 28;
    background: rgba(8, 15, 22, 0.48);
  }

  .drawer-backdrop.is-open,
  .mobile-drawer.is-open {
    display: block;
  }

  .mobile-drawer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29;
    width: min(88vw, 320px);
    height: 100vh;
    padding: 0 10px 16px;
    overflow-y: auto;
    background: #f5f5f5;
    box-shadow: 20px 0 40px rgba(0, 0, 0, 0.2);
  }

  .drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px 12px;
    padding: 10px;
    background: var(--green-700);
  }

.drawer-header .brand {
  font-size: 2.4rem;
}

}

.sports-menu-copy {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.sports-menu-count {
  margin-left: auto;
  min-width: 22px;
  padding: 3px 6px;
  border-radius: 999px;
  background: rgba(19, 124, 99, 0.1);
  color: var(--green-700);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
}

.market-empty {
  display: grid;
  gap: 6px;
  padding: 18px 16px 20px;
  color: var(--gray-750);
}

.market-empty strong {
  color: var(--gray-900);
  font-size: 1rem;
}

.category-copy-board {
  margin-top: 10px;
  padding: 16px;
  scroll-margin-top: 110px;
}

.category-copy-header {
  display: grid;
  gap: 4px;
}

.category-copy-header-article {
  gap: 10px;
}

.category-copy-kicker {
  color: var(--green-650);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.category-copy-title {
  margin: 0;
  color: #18242d;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.55rem;
  line-height: 1;
}

.category-copy-header-article .category-copy-title {
  max-width: 880px;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: clamp(2rem, 3vw, 2.95rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: #14323b;
}

.category-copy-intro {
  max-width: 860px;
  margin: 0;
  color: #425159;
  font-size: 1rem;
  line-height: 1.78;
}

.category-page .page-layout {
  grid-template-columns: 152px minmax(0, 1fr);
  width: min(calc(100% - 28px), 1330px);
  gap: 16px;
}

.category-page .right-rail {
  display: none;
}

.category-page .category-copy-board {
  margin-top: 14px;
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(19, 124, 99, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 219, 34, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 252, 250, 0.96));
  box-shadow: 0 24px 48px rgba(7, 48, 39, 0.08);
  isolation: isolate;
}

.category-page .category-copy-board::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #177d63 0%, #1ea07b 44%, #ffd84a 100%);
}

.category-page .category-copy-header-article {
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(19, 124, 99, 0.14);
}

.category-page .category-copy-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid rgba(19, 124, 99, 0.12);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(18, 120, 97, 0.09), rgba(18, 120, 97, 0.03));
  color: #0f7159;
  letter-spacing: 0.08em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.category-page .category-copy-kicker::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1c8b6d, #ffd84a);
}

.category-page .category-copy-header-article .category-copy-title {
  max-width: 860px;
  font-family: "Teko", "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 600;
  line-height: 0.9;
  color: #112c33;
  letter-spacing: -0.02em;
  text-wrap: balance;
  text-shadow: 0 12px 24px rgba(8, 41, 34, 0.08);
}

.category-page .category-copy-header-article .category-copy-title::after {
  content: "";
  display: block;
  width: min(180px, 38%);
  height: 6px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(23, 125, 99, 0.95), rgba(255, 216, 74, 0.92));
  box-shadow: 0 10px 20px rgba(23, 125, 99, 0.18);
}

.category-page .category-copy-intro {
  max-width: 910px;
  padding: 18px 20px;
  border: 1px solid rgba(19, 124, 99, 0.12);
  border-left: 4px solid #198b6d;
  border-radius: 16px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 251, 249, 0.94)),
    #ffffff;
  color: #33474f;
  font-size: 1.03rem;
  line-height: 1.84;
  box-shadow: 0 18px 32px rgba(10, 46, 38, 0.05);
}

.category-copy-blank {
  min-height: 180px;
  margin-top: 14px;
  border: 1px dashed #d6ddd9;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(24, 139, 109, 0.03), rgba(24, 139, 109, 0.01)),
    #fafcfc;
}

.category-copy-blank.has-content {
  min-height: 0;
  padding: 18px 18px 20px;
  border-style: solid;
  border-color: rgba(19, 124, 99, 0.14);
  background:
    linear-gradient(180deg, rgba(24, 139, 109, 0.05), rgba(24, 139, 109, 0.015)),
    #fbfdfd;
}

.category-page .category-copy-blank.has-content {
  padding: 30px 30px 32px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 252, 250, 0.95)),
    #fbfdfd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

@keyframes content-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes content-soft-float {
  from {
    box-shadow: 0 18px 36px rgba(8, 45, 37, 0.06);
  }

  to {
    box-shadow: 0 26px 46px rgba(8, 45, 37, 0.1);
  }
}

.seo-content {
  display: grid;
  gap: 18px;
  color: #24323b;
  overflow-wrap: anywhere;
}

.seo-content-article {
  max-width: 920px;
  margin: 0 auto;
  gap: 26px;
  font-family: "Barlow", sans-serif;
  font-optical-sizing: auto;
}

.category-page .category-copy-blank.has-content > .seo-content:not(.seo-content-article) {
  max-width: 920px;
  margin: 0 auto;
  gap: 22px;
}

.category-page .category-copy-blank.has-content > .seo-content:not(.seo-content-article) > .seo-section,
.category-page .category-copy-blank.has-content > .seo-content:not(.seo-content-article) > .seo-highlight-grid,
.category-page .category-copy-blank.has-content > .seo-content:not(.seo-content-article) > .seo-metrics-grid,
.category-page .category-copy-blank.has-content > .seo-content:not(.seo-content-article) > .seo-hero-card,
.category-page .category-copy-blank.has-content > .seo-content:not(.seo-content-article) > .seo-compare-table-wrap,
.category-page .category-copy-blank.has-content > .seo-content:not(.seo-content-article) > .seo-provider-showcase,
.category-page .category-copy-blank.has-content > .seo-content:not(.seo-content-article) > .seo-brand-strip,
.category-page .category-copy-blank.has-content > .seo-content:not(.seo-content-article) > .seo-guide-link-grid,
.category-page .category-copy-blank.has-content > .seo-content:not(.seo-content-article) > .seo-cta-banner,
.category-page .category-copy-blank.has-content > .seo-content:not(.seo-content-article) > .seo-ranking-grid,
.category-page .category-copy-blank.has-content > .seo-content:not(.seo-content-article) > .seo-note-card,
.category-page .category-copy-blank.has-content > .seo-content:not(.seo-content-article) > .seo-faq {
  width: 100%;
}

.seo-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: 18px;
  padding: 26px 28px;
  border: 1px solid rgba(19, 124, 99, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 214, 71, 0.26), transparent 34%),
    linear-gradient(135deg, rgba(17, 118, 96, 0.12), rgba(17, 118, 96, 0.04)),
    #ffffff;
  box-shadow: 0 24px 48px rgba(10, 56, 45, 0.085);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.seo-hero-card p {
  margin: 0;
  color: #2d4048;
  font-size: 1.03rem;
  line-height: 1.82;
}

.seo-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: flex-start;
  justify-content: flex-end;
}

.seo-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: flex-start;
  justify-content: flex-end;
}

.seo-hero-point {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(19, 124, 99, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(239, 248, 244, 0.96)),
    #ffffff;
  color: #0f6a55;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 10px 18px rgba(12, 51, 42, 0.05);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.seo-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(19, 124, 99, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(236, 247, 243, 0.96));
  color: #0f6a55;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(12, 51, 42, 0.05);
}

.seo-lead {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #1f3138;
  font-size: 1.04rem;
  line-height: 1.8;
}

.seo-page-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-page-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(19, 124, 99, 0.1);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 248, 0.96)),
    #ffffff;
  color: #126f59;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(8, 45, 37, 0.045);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.seo-page-nav-link:hover {
  transform: translateY(-2px);
  border-color: rgba(19, 124, 99, 0.2);
  color: #0d604d;
  box-shadow: 0 18px 28px rgba(8, 45, 37, 0.08);
}

.seo-brand-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.seo-brand-tile {
  display: grid;
  place-items: center;
  min-height: 92px;
  padding: 14px 16px;
  border: 1px solid rgba(19, 124, 99, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at top center, rgba(255, 214, 71, 0.14), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 250, 248, 0.96)),
    #ffffff;
  box-shadow: 0 14px 28px rgba(8, 45, 37, 0.05);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.seo-brand-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(19, 124, 99, 0.18);
  box-shadow: 0 20px 34px rgba(8, 45, 37, 0.08);
}

.seo-brand-tile-logo {
  display: block;
  width: auto;
  max-width: min(100%, 180px);
  max-height: 46px;
  object-fit: contain;
}

.seo-brand-tile-logo-square {
  max-height: 58px;
}

.seo-provider-showcase {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.seo-provider-card {
  grid-column: span 4;
  display: grid;
  gap: 14px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(19, 124, 99, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 216, 74, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 249, 247, 0.95)),
    #ffffff;
  box-shadow: 0 18px 34px rgba(8, 45, 37, 0.06);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.seo-provider-card-featured {
  grid-column: span 8;
  background:
    radial-gradient(circle at top right, rgba(255, 216, 74, 0.34), transparent 32%),
    linear-gradient(140deg, rgba(18, 122, 96, 0.14), rgba(18, 122, 96, 0.04) 48%),
    #ffffff;
}

.seo-provider-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.seo-provider-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #177d63, #22a079);
  color: #ffffff;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.seo-provider-stars {
  color: #efbb1f;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.seo-provider-logo-shell {
  display: grid;
  place-items: center;
  min-height: 88px;
  padding: 16px 20px;
  border: 1px solid rgba(19, 124, 99, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 250, 0.96)),
    #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 22px rgba(8, 45, 37, 0.05);
}

.seo-provider-card-featured .seo-provider-logo-shell {
  min-height: 98px;
}

.seo-provider-logo {
  display: block;
  width: auto;
  max-width: min(100%, 220px);
  max-height: 54px;
  object-fit: contain;
}

.seo-provider-logo-diamond {
  max-height: 62px;
}

.seo-provider-copy {
  display: grid;
  gap: 6px;
}

.seo-provider-copy h3 {
  margin: 0;
  color: #112d35;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.seo-provider-copy p {
  margin: 0;
  color: #3f525a;
  font-size: 0.96rem;
  line-height: 1.66;
}

.seo-provider-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.seo-provider-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(23, 125, 99, 0.08);
  color: #116f59;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.seo-provider-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-provider-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 12px;
  font-family: "Barlow", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.seo-provider-btn-solid {
  background: linear-gradient(180deg, #1c8e6e, #106a53);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(16, 106, 83, 0.22);
}

.seo-provider-btn-outline {
  border: 1px solid rgba(19, 124, 99, 0.16);
  background: rgba(255, 255, 255, 0.94);
  color: #116f59;
}

.seo-provider-btn:hover {
  transform: translateY(-2px);
}

.seo-provider-btn-solid:hover {
  box-shadow: 0 18px 32px rgba(16, 106, 83, 0.28);
}

.seo-provider-btn-outline:hover {
  border-color: rgba(19, 124, 99, 0.26);
  background: rgba(242, 249, 247, 0.98);
}

.seo-ranking-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.seo-ranking-card {
  display: grid;
  gap: 10px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(19, 124, 99, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 249, 247, 0.95)),
    #ffffff;
  box-shadow: 0 18px 30px rgba(8, 45, 37, 0.055);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.seo-ranking-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(23, 125, 99, 0.08);
  color: #167a62;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-ranking-card h3 {
  margin: 0;
  color: #122f37;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 1.36rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.seo-ranking-card p {
  margin: 0;
  color: #42535b;
  font-size: 0.94rem;
  line-height: 1.68;
}

.seo-ranking-card a {
  color: #167a62;
  font-size: 0.9rem;
  font-weight: 700;
}

.seo-ranking-card a:hover {
  text-decoration: underline;
}

.seo-metrics-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.seo-metric-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  justify-items: start;
  text-align: left;
  padding: 18px 16px 16px;
  border: 1px solid rgba(19, 124, 99, 0.1);
  border-radius: 20px;
  background:
    radial-gradient(circle at top center, rgba(255, 214, 71, 0.18), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(242, 249, 247, 0.95)),
    #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 18px 34px rgba(8, 45, 37, 0.055);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.seo-metric-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: linear-gradient(90deg, #177d63, #28a47f);
  color: #ffffff;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 18px rgba(23, 125, 99, 0.2);
}

.seo-metric-card strong {
  display: block;
  color: #122f37;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.seo-metric-card > div > span {
  display: block;
  margin-top: 4px;
  color: #445760;
  font-family: "Barlow", sans-serif;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.55;
}

.seo-metric-icon,
.seo-heading-icon,
.seo-card-icon {
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(8, 45, 37, 0.12));
}

.seo-metric-icon {
  width: 52px;
  height: 52px;
}

.seo-section {
  display: grid;
  gap: 8px;
}

.seo-content-article > .seo-section {
  position: relative;
  overflow: hidden;
  padding: 24px 26px;
  border: 1px solid rgba(19, 124, 99, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 251, 250, 0.95)),
    #ffffff;
  box-shadow: 0 18px 34px rgba(8, 52, 42, 0.06);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.seo-content-article > .seo-section::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(24, 138, 105, 0.95), rgba(255, 213, 61, 0.92));
}

.seo-section h2 {
  margin: 0;
  color: #112d35;
  font-family: "Teko", "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: clamp(2.05rem, 3vw, 2.9rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 8px 18px rgba(8, 41, 34, 0.04);
  display: block;
}

.seo-content-article > .seo-section h2 {
  position: relative;
  padding-bottom: 14px;
}

.seo-heading-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}

.seo-content-article > .seo-section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #168a69, #ffd53d);
  box-shadow: 0 10px 18px rgba(22, 138, 105, 0.16);
}

.seo-section p {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #34474f;
  font-size: 1rem;
  line-height: 1.8;
}

.seo-list {
  margin: 0;
  padding-left: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #34474f;
  font-size: 0.99rem;
  line-height: 1.78;
}

.seo-list li + li {
  margin-top: 6px;
}

.seo-list li::marker {
  color: #168a69;
}

.seo-step-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-step-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 18px 19px;
  border: 1px solid rgba(19, 124, 99, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 250, 248, 0.92)),
    #ffffff;
  box-shadow: 0 16px 30px rgba(10, 46, 38, 0.048);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.seo-step-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(180deg, #1a8d6f, #106650);
  color: #ffffff;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 1.34rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(16, 102, 80, 0.24);
}

.seo-step-content strong {
  display: block;
  margin-bottom: 5px;
  color: #122f37;
  font-family: "Barlow", sans-serif;
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.seo-step-content p {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #3b4d56;
  font-size: 0.98rem;
  line-height: 1.76;
}

.seo-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.seo-highlight-card {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(19, 124, 99, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 249, 247, 0.95)),
    #ffffff;
  box-shadow: 0 18px 30px rgba(8, 45, 37, 0.055);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.seo-highlight-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(23, 125, 99, 0.08);
  color: #177d63;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-card-icon {
  width: 34px;
  height: 34px;
}

.seo-highlight-card h3 {
  margin: 0;
  color: #133038;
  font-family: "Barlow", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.seo-highlight-card p {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #41525a;
  font-size: 0.96rem;
  line-height: 1.72;
}

.seo-note-card {
  padding: 20px 22px;
  border: 1px solid rgba(19, 124, 99, 0.12);
  border-left: 5px solid #127861;
  border-radius: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 251, 248, 0.92)),
    #ffffff;
  color: #2f4148;
  font-size: 0.99rem;
  line-height: 1.76;
  box-shadow: 0 16px 28px rgba(9, 43, 36, 0.055);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.seo-compare-table-wrap {
  overflow-x: auto;
  margin-top: 4px;
  border: 1px solid rgba(19, 124, 99, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 249, 247, 0.96)),
    #ffffff;
  box-shadow: 0 18px 30px rgba(8, 45, 37, 0.05);
}

.seo-compare-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  font-family: "Barlow", sans-serif;
}

.seo-compare-table th,
.seo-compare-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(19, 124, 99, 0.08);
  text-align: left;
  vertical-align: top;
}

.seo-compare-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(23, 125, 99, 0.96), rgba(20, 108, 86, 0.96));
  color: #ffffff;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.seo-compare-table tbody tr:nth-child(even) {
  background: rgba(19, 124, 99, 0.025);
}

.seo-compare-table tbody tr:hover {
  background: rgba(19, 124, 99, 0.055);
}

.seo-compare-table td {
  color: #34474f;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.6;
}

.seo-compare-table td:first-child {
  color: #122f37;
  font-weight: 700;
}

.seo-compare-table a {
  color: #177d63;
  font-weight: 700;
  text-decoration: none;
}

.seo-compare-table a:hover {
  text-decoration: underline;
}

.seo-table-provider {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.seo-table-provider-logo {
  display: block;
  width: 58px;
  height: 40px;
  object-fit: contain;
  object-position: center;
}

.seo-table-provider-logo-square {
  height: 46px;
}

.seo-table-provider strong {
  display: block;
  color: #122f37;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
}

.seo-table-provider span {
  display: block;
  margin-top: 2px;
  color: #5a6a71;
  font-size: 0.8rem;
  line-height: 1.4;
}

.seo-table-provider-text {
  grid-template-columns: minmax(0, 1fr);
}

.seo-table-note {
  margin: 0;
  color: #5a6a71;
  font-family: "Barlow", sans-serif;
  font-size: 0.9rem;
  line-height: 1.65;
}

.seo-cta-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid rgba(19, 124, 99, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 216, 74, 0.26), transparent 34%),
    linear-gradient(135deg, rgba(18, 122, 96, 0.13), rgba(18, 122, 96, 0.04)),
    #ffffff;
  box-shadow: 0 22px 38px rgba(8, 45, 37, 0.065);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.seo-cta-banner-copy {
  display: grid;
  gap: 6px;
}

.seo-cta-banner-kicker {
  color: #0f7159;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-cta-banner strong {
  color: #112d35;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.seo-cta-banner p {
  margin: 0;
  color: #405159;
  font-size: 0.98rem;
  line-height: 1.72;
}

.seo-cta-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.seo-cta-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.seo-cta-banner-btn-solid {
  background: linear-gradient(180deg, #1b8c6e, #106850);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(16, 104, 80, 0.24);
}

.seo-cta-banner-btn-outline {
  border: 1px solid rgba(19, 124, 99, 0.16);
  background: rgba(255, 255, 255, 0.94);
  color: #116f59;
}

.seo-cta-banner-btn:hover {
  transform: translateY(-2px);
}

.seo-guide-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.seo-guide-link {
  display: grid;
  gap: 6px;
  padding: 18px 18px 17px;
  border: 1px solid rgba(19, 124, 99, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 249, 247, 0.95)),
    #ffffff;
  color: #34474f;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(8, 45, 37, 0.05);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.seo-guide-link strong {
  color: #122f37;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.seo-guide-link span {
  color: #445760;
  font-family: "Barlow", sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.58;
}

.seo-guide-link:hover {
  transform: translateY(-4px);
  border-color: rgba(22, 138, 105, 0.22);
  box-shadow: 0 22px 36px rgba(8, 45, 37, 0.09);
}

.seo-faq {
  display: grid;
  gap: 10px;
}

.seo-faq-item {
  padding: 15px 16px;
  border: 1px solid rgba(19, 124, 99, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 248, 0.95)),
    #ffffff;
  box-shadow: 0 12px 24px rgba(8, 45, 37, 0.04);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.seo-faq-item h3 {
  margin: 0 0 8px;
  color: #123038;
  font-family: "Barlow", sans-serif;
  font-size: 1.03rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.seo-faq-item p {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #3c4f57;
  font-size: 0.96rem;
  line-height: 1.72;
}

.category-page .page-layout {
  grid-template-columns: 152px minmax(0, 1fr) !important;
  width: min(calc(100% - 28px), 1330px) !important;
  gap: 16px !important;
}

.category-page .right-rail {
  display: none !important;
}

.category-page .main-content,
.category-page .seo-content-article {
  width: 100%;
}

.category-copy-board,
.category-page .category-copy-kicker,
.category-page .category-copy-header-article .category-copy-title,
.category-page .category-copy-intro,
.seo-content-article > * {
  animation: content-fade-up 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.category-copy-board {
  animation-duration: 560ms;
}

.category-page .category-copy-kicker {
  animation-delay: 60ms;
}

.category-page .category-copy-header-article .category-copy-title {
  animation-delay: 110ms;
}

.category-page .category-copy-intro {
  animation-delay: 170ms;
}

.seo-content-article > *:nth-child(1) {
  animation-delay: 220ms;
}

.seo-content-article > *:nth-child(2) {
  animation-delay: 280ms;
}

.seo-content-article > *:nth-child(3) {
  animation-delay: 340ms;
}

.seo-content-article > *:nth-child(4) {
  animation-delay: 400ms;
}

.seo-content-article > *:nth-child(5) {
  animation-delay: 460ms;
}

.seo-content-article > *:nth-child(6) {
  animation-delay: 520ms;
}

.seo-content-article > *:nth-child(7) {
  animation-delay: 580ms;
}

.seo-hero-card:hover,
.seo-brand-tile:hover,
.seo-provider-card:hover,
.seo-ranking-card:hover,
.seo-hero-point:hover,
.seo-metric-card:hover,
.seo-cta-banner:hover,
.seo-content-article > .seo-section:hover,
.seo-step-item:hover,
.seo-highlight-card:hover,
.seo-note-card:hover,
.seo-faq-item:hover {
  transform: translateY(-4px);
  border-color: rgba(22, 138, 105, 0.22);
  box-shadow: 0 24px 42px rgba(8, 45, 37, 0.1);
}

.category-page .category-copy-board:hover {
  animation: content-soft-float 220ms ease forwards;
}

@media (prefers-reduced-motion: reduce) {
  .category-copy-board,
  .category-page .category-copy-kicker,
  .category-page .category-copy-header-article .category-copy-title,
  .category-page .category-copy-intro,
  .seo-content-article > *,
  .seo-hero-card,
  .seo-provider-card,
  .seo-content-article > .seo-section,
  .seo-step-item,
  .seo-highlight-card,
  .seo-note-card,
  .seo-faq-item {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

@media (max-width: 1120px) {
  .seo-brand-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .seo-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-provider-card,
  .seo-provider-card-featured {
    grid-column: span 6;
  }

  .seo-ranking-grid {
    grid-template-columns: 1fr;
  }

  .seo-cta-banner {
    grid-template-columns: 1fr;
  }

  .seo-cta-banner-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .drawer-close {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: var(--white);
    font-weight: 800;
  }

  .drawer-links,
  .drawer-menu {
    display: grid;
    gap: 10px;
  }

  .drawer-links {
    margin-bottom: 16px;
  }

  .drawer-links a,
  .drawer-menu .sports-menu-item {
    border-radius: 8px;
    border: 1px solid var(--gray-200);
    background: var(--white);
  }

  body.drawer-open {
    overflow: hidden;
  }

  .category-copy-board {
    scroll-margin-top: 96px;
  }

  .category-page .category-copy-board {
    margin-top: 10px;
    padding: 16px 14px;
    border-radius: 16px;
  }

  .category-page .category-copy-header-article {
    gap: 12px;
    padding-bottom: 16px;
  }

  .category-page .category-copy-kicker {
    min-height: 30px;
    padding: 0 12px;
    font-size: 0.68rem;
  }

  .category-page .category-copy-header-article .category-copy-title {
    font-size: clamp(2.3rem, 12vw, 3.2rem);
    line-height: 0.92;
  }

  .category-page .category-copy-header-article .category-copy-title::after {
    width: min(120px, 46%);
    height: 5px;
    margin-top: 10px;
  }

  .category-page .category-copy-intro {
    padding: 14px;
    border-radius: 14px;
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .category-page .category-copy-blank.has-content {
    padding: 16px 14px 18px;
    border-radius: 14px;
  }

  .seo-content-article {
    max-width: none;
    gap: 18px;
  }

  .seo-hero-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 16px;
    border-radius: 18px;
  }

  .seo-hero-card p,
  .seo-lead,
  .seo-section p,
  .seo-list,
  .seo-step-content p,
  .seo-highlight-card p,
  .seo-note-card,
  .seo-faq-item p,
  .seo-cta-banner p,
  .seo-guide-link span,
  .seo-metric-card > div > span {
    font-size: 0.94rem;
    line-height: 1.7;
  }

  .seo-page-nav {
    gap: 8px;
  }

  .seo-page-nav-link {
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.76rem;
  }

  .seo-brand-strip,
  .seo-ranking-grid,
  .seo-highlight-grid,
  .seo-guide-link-grid,
  .seo-metrics-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .seo-provider-showcase {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .seo-provider-card,
  .seo-provider-card-featured {
    grid-column: auto;
    gap: 12px;
    padding: 16px;
    border-radius: 18px;
  }

  .seo-provider-topline {
    flex-wrap: wrap;
    align-items: center;
  }

  .seo-provider-logo-shell,
  .seo-provider-card-featured .seo-provider-logo-shell {
    min-height: 80px;
    padding: 14px;
  }

  .seo-provider-copy h3 {
    font-size: 1.35rem;
  }

  .seo-provider-copy p {
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .seo-provider-actions,
  .seo-cta-banner-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .seo-provider-btn,
  .seo-cta-banner-btn {
    width: 100%;
  }

  .seo-content-article > .seo-section {
    padding: 18px 16px 18px 18px;
    border-radius: 18px;
  }

  .seo-section h2 {
    font-size: clamp(1.85rem, 9vw, 2.3rem);
  }

  .seo-step-item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 14px 17px;
    border-radius: 16px;
  }

  .seo-step-number {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 1.18rem;
  }

  .seo-highlight-card,
  .seo-note-card,
  .seo-faq-item {
    padding: 16px 14px;
    border-radius: 16px;
  }

  .seo-compare-table-wrap {
    border-radius: 16px;
  }

  .seo-compare-table {
    min-width: 640px;
  }

  .seo-cta-banner {
    gap: 14px;
    padding: 18px 16px;
    border-radius: 18px;
  }

  .seo-cta-banner strong {
    font-size: 1.55rem;
    line-height: 1;
  }

  .seo-guide-link {
    padding: 16px 14px;
    border-radius: 16px;
  }
}

/* Exact-match tuning against the live Lotus365 homepage */

:root {
  --green-700: #177d63;
  --green-650: #198b6d;
  --yellow-500: #ffd62f;
  --gray-100: #f6f6f6;
  --gray-150: #efefef;
  --gray-950: #080808;
  --panel-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  --radius: 6px;
  --page-max: 1040px;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #f6f6f6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M24 1l20 11.5v23L24 47 4 35.5v-23z' fill='none' stroke='%23ececec' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 48px 48px;
}

.site-header {
  box-shadow: none;
}

.header-main {
  min-height: 76px;
  padding: 20px max(12px, calc((100vw - var(--page-max)) / 2 + 8px));
  background: var(--green-700);
}

.brand {
  font-family: "Roboto Condensed", sans-serif;
}

.brand-image {
  height: 36px;
}

.header-actions {
  gap: 10px;
}

.header-btn {
  width: 70px;
  min-width: 70px;
  height: 36px;
  padding: 0;
  line-height: 36px;
  border-radius: 2px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}

.top-links {
  gap: 26px;
  padding: 8px 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0;
}

.page-layout {
  grid-template-columns: 152px minmax(0, 1fr) 261px;
  gap: 10px;
  width: min(calc(100% - 20px), var(--page-max));
  margin-top: 10px;
}

.left-rail,
.right-rail {
  top: 118px;
}

.panel {
  border: 1px solid #e2e2e2;
  background: var(--white);
  box-shadow: var(--panel-shadow);
}

.sports-menu-item {
  position: relative;
  min-height: 34px;
  padding: 6px 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.74rem;
  color: #a34a2d;
}

.sports-menu-item.is-active::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: #b93a1f;
}

.sports-menu-dot {
  width: 9px;
  height: 9px;
  border-width: 1px;
}

.sports-menu-icon {
  display: inline-grid;
  place-items: center;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}

.sports-menu-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.sports-menu-copy {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.sports-menu-count {
  margin-left: auto;
  min-width: 18px;
  padding: 2px 4px;
  border-radius: 999px;
  background: rgba(25, 139, 109, 0.1);
  color: var(--green-650);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  text-align: center;
}

.follow-card {
  margin-top: 8px;
  padding: 8px;
}

.follow-title {
  margin: 0 0 8px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.96rem;
  line-height: 1.05;
  color: var(--green-650);
}

.follow-link {
  position: relative;
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid #89cff4;
  border-radius: 8px;
  background: linear-gradient(90deg, #e6f7ff, #f9fdff);
  color: #11689d;
  gap: 8px;
}

.follow-link-title,
.follow-link-subtitle {
  display: block;
}

.follow-link-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.follow-link-subtitle {
  margin-top: 3px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-betslip {
  display: none !important;
}

.promo-board {
  margin-bottom: 6px;
}

.promo-carousel {
  --carousel-gap: 6px;
}

.promo-card {
  min-height: 92px;
  padding: 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background: none !important;
  box-shadow: none;
}

.promo-card::before,
.promo-card::after {
  display: none;
}

.promo-image,
.feature-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-label,
.promo-title,
.promo-copy,
.promo-button,
.feature-title,
.feature-copy {
  display: none;
}

.quick-strip {
  margin-bottom: 6px;
}

.quick-carousel {
  --carousel-gap: 6px;
}

.quick-tile {
  min-height: 43px;
  padding: 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-shadow: none;
}

.quick-tile::before {
  background: linear-gradient(180deg, rgba(9, 14, 22, 0.06), rgba(9, 14, 22, 0.38));
}

.quick-tile-name {
  padding: 0 8px 6px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.84rem;
}

.feature-grid {
  gap: 6px;
  margin-bottom: 6px;
}

.feature-card {
  min-height: 73px;
  padding: 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background: none !important;
  box-shadow: none;
}

.feature-card::before {
  display: none;
}

.provider-grid {
  gap: 6px;
  margin-bottom: 10px;
}

.provider-carousel {
  --provider-gap: 6px;
}

.provider-card {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  box-shadow: none;
  gap: 8px;
}

.provider-card::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.08));
}

.provider-badge {
  display: grid;
  place-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.42rem;
  font-weight: 700;
  overflow: hidden;
}

.provider-badge.provider-badge-image {
  display: block;
  border-radius: 0;
  background: none;
  object-fit: contain;
}

.provider-name {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
}

.provider-pagination {
  margin-top: 6px;
  gap: 5px;
}

.provider-dot {
  width: 14px;
  height: 3px;
}

.board-heading {
  padding: 8px 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
}

.board-status {
  width: 14px;
  height: 14px;
  border-radius: 0;
  background: url("https://www.lotus365.co.in/img/inplayall.2a7e12b8.svg") center / contain no-repeat;
  box-shadow: none;
}

.market-section-header {
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 8px;
  padding: 7px 9px 6px;
  background: linear-gradient(180deg, #ffffff, #fcfcfc);
}

.market-row {
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 8px;
  padding: 5px 9px 6px;
}

.market-headers {
  gap: 4px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.72rem;
}

.market-sport {
  gap: 5px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.86rem;
}

.market-sport-icon {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
}

.match-meta {
  gap: 2px;
  min-height: 44px;
  padding-right: 0;
}

.match-name {
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.1;
}

.match-note {
  font-size: 0.58rem;
}

.match-time {
  gap: 4px;
  font-size: 0.63rem;
}

.match-live {
  font-size: 0.54rem;
}

.category-copy-board {
  margin-top: 8px;
  padding: 10px;
}

.category-copy-kicker {
  font-size: 0.62rem;
}

.category-copy-title {
  font-size: 1rem;
}

.category-copy-blank {
  min-height: 150px;
  margin-top: 10px;
  border-radius: 5px;
}

.odds-grid {
  gap: 3px;
}

.odd-box {
  min-height: 35px;
  padding: 3px 1px 2px;
  border-radius: 4px;
}

.odd-value {
  font-size: 0.74rem;
}

.odd-size {
  margin-top: 1px;
  font-size: 0.54rem;
}

.wallet-heading {
  padding: 8px 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.74rem;
}

.wallet-balance {
  padding: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
}

.betslip-title {
  padding: 8px 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.86rem;
}

.betslip-tab {
  min-height: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.68rem;
}

.betslip-empty {
  padding: 10px;
  font-size: 0.66rem;
  line-height: 1.35;
}

.site-footer {
  margin-top: 18px;
  padding: 20px 0 18px;
}

.download-pill {
  margin-bottom: 20px;
  padding: 9px 18px 7px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
}

.footer-main {
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 12px;
  width: min(calc(100% - 20px), var(--page-max));
  margin: 0 auto 16px;
}

.footer-brand {
  justify-content: flex-start;
}

.footer-logo-image {
  width: 180px;
  height: auto;
}

.footer-brand.has-image .footer-logo-copy {
  display: none;
}

.footer-copy {
  font-size: 0.72rem;
  line-height: 1.48;
  color: rgba(255, 255, 255, 0.94);
}

.payment-grid {
  width: min(calc(100% - 20px), var(--page-max));
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
}

.payment-pill {
  min-height: 42px;
  gap: 0;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.68rem;
}

.payment-icon {
  width: min(100%, 84px);
  max-width: 84px;
  height: 26px;
  flex-basis: 84px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.22));
}

.footer-rule {
  width: min(calc(100% - 20px), var(--page-max));
  margin-top: 18px;
  padding-top: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 0.7rem;
}

.floating-whatsapp {
  left: 4px;
  bottom: 8px;
  width: 65px;
  height: 65px;
  border-radius: 0;
  background: url("https://www.lotus365.co.in/img/wp_support.2f4561c0.webp") center / contain no-repeat;
  box-shadow: none;
}

.floating-whatsapp span,
.floating-whatsapp small {
  display: none;
}

.floating-chat {
  right: 12px;
  bottom: 10px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2cb487, #168a67);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
  font-size: 0;
}

.floating-chat::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 6.5h14a1.5 1.5 0 0 1 1.5 1.5v7A1.5 1.5 0 0 1 19 16.5H11l-4.5 3v-3H5A1.5 1.5 0 0 1 3.5 15V8A1.5 1.5 0 0 1 5 6.5Z' fill='%23fff'/%3E%3C/svg%3E") center / contain no-repeat;
}

.floating-chat.has-image {
  width: 56px;
  height: 56px;
  border-radius: 0;
  background: transparent;
}

.floating-chat.has-image::before {
  display: none;
}

.floating-chat-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.18));
}

@media (max-width: 1120px) {
  .page-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .payment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .seo-hero-card,
  .seo-highlight-grid {
    grid-template-columns: 1fr;
  }
  .seo-tag-list {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .mobile-download-bar {
    display: flex;
    gap: 8px;
    padding: 4px 6px 5px 8px;
    background: linear-gradient(90deg, #198f46, #177544);
  }

  .download-copy {
    position: relative;
    gap: 0;
    padding-left: 28px;
  }

  .download-copy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    border-radius: 4px;
    background:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M15.5 8A2.5 2.5 0 1 0 18 10.5 2.5 2.5 0 0 0 15.5 8ZM8.5 8A2.5 2.5 0 1 0 11 10.5 2.5 2.5 0 0 0 8.5 8Zm9.03-4.84.86-.5-.76-1.3-.9.52A9.45 9.45 0 0 0 12 1.03a9.39 9.39 0 0 0-4.72 1.21l-.9-.52-.76 1.3.86.5A8.4 8.4 0 0 0 3.5 8.2h17a8.4 8.4 0 0 0-2.97-5.04ZM7.5 18a1.5 1.5 0 0 0 3 0v-4h-3Zm6 0a1.5 1.5 0 0 0 3 0v-4h-3Z'/%3E%3C/svg%3E") center / 14px 14px no-repeat,
      rgba(255, 255, 255, 0.18);
  }

  .download-copy strong {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.82rem;
    line-height: 1.05;
  }

  .download-copy span {
    font-size: 0.62rem;
    white-space: nowrap;
  }

  .download-cta {
    min-width: 100px;
    height: 28px;
    padding: 0 12px;
    line-height: 28px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.78rem;
  }

  .download-close {
    min-width: 28px;
    width: 28px;
    height: 28px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.95rem;
  }

  .header-main {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    min-height: 58px;
    padding: 9px 5px;
  }

  .menu-toggle {
    display: inline-block;
    width: 28px;
    height: 28px;
  }

  .menu-toggle span {
    width: 18px;
    height: 2px;
    margin: 3px auto;
  }

  .brand.has-image .brand-image {
    height: 16px;
  }

  .header-actions {
    gap: 4px;
  }

  .header-btn {
    width: 68px;
    min-width: 68px;
    height: 34px;
    line-height: 34px;
    font-size: 0.82rem;
  }

  .page-layout {
    width: min(calc(100% - 10px), 390px);
    margin-top: 4px;
  }

  .promo-carousel {
    --carousel-visible: 1;
    --carousel-gap: 4px;
  }

  .promo-card {
    min-height: 106px;
  }

  .quick-carousel {
    --carousel-visible: 4.8;
    --carousel-gap: 4px;
  }

  .quick-strip {
    margin-bottom: 4px;
  }

  .quick-tile {
    min-height: 32px;
  }

  .quick-tile-name {
    padding: 0 5px 4px;
    font-size: 0.62rem;
  }

  .feature-grid {
    gap: 4px;
  }

  .provider-grid {
    margin-bottom: 12px;
  }

  .provider-carousel {
    --provider-gap: 4px;
    --provider-visible-columns: 1.06;
  }

  .feature-card {
    min-height: 57px;
  }

  .provider-card {
    min-height: 34px;
    padding: 0 8px;
  }

  .provider-name {
    font-size: 0.68rem;
  }

  .board-heading {
    padding: 7px 8px;
    font-size: 0.95rem;
  }

  .market-row {
    gap: 5px;
    padding: 7px 7px 6px;
  }

  .market-section-header {
    gap: 6px;
    padding: 7px 7px 6px;
  }

  .match-name {
    font-size: 0.74rem;
  }

  .match-time {
    font-size: 0.68rem;
  }

  .odds-grid {
    gap: 3px;
  }

  .odd-box {
    min-height: 42px;
    padding: 4px 1px 3px;
    border-radius: 6px;
  }

  .odd-value {
    font-size: 0.78rem;
  }

  .odd-size {
    font-size: 0.56rem;
  }

  .download-pill {
    margin-bottom: 16px;
    font-size: 0.94rem;
  }

  .category-copy-board {
    margin-top: 6px;
    padding: 10px 8px 12px;
  }

  .category-copy-title {
    font-size: 0.92rem;
  }

  .category-copy-blank {
    min-height: 120px;
  }

  .category-page .category-copy-board {
    padding: 12px 10px 14px;
    border-radius: 14px;
  }

  .category-page .category-copy-header-article {
    gap: 10px;
    padding-bottom: 12px;
  }

  .category-page .category-copy-header-article .category-copy-title {
    font-size: clamp(2.05rem, 9vw, 2.7rem);
    line-height: 0.92;
    letter-spacing: -0.01em;
  }

  .category-page .category-copy-header-article .category-copy-title::after {
    width: min(128px, 48%);
    height: 5px;
    margin-top: 8px;
  }

  .category-copy-intro,
  .seo-hero-card p,
  .seo-section p,
  .seo-list,
  .seo-step-content p,
  .seo-faq-item p,
  .seo-note-card {
    font-size: 0.92rem;
  }

  .category-page .category-copy-blank.has-content {
    padding: 16px 14px 18px;
    border-radius: 14px;
  }

  .seo-content-article {
    gap: 16px;
  }

  .seo-page-nav {
    gap: 8px;
  }

  .seo-page-nav-link {
    min-height: 34px;
    padding: 0 11px;
    font-size: 0.7rem;
  }

  .seo-brand-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .seo-brand-tile {
    min-height: 70px;
    padding: 10px 12px;
    border-radius: 14px;
  }

  .seo-brand-tile-logo {
    max-height: 34px;
  }

  .seo-brand-tile-logo-square {
    max-height: 42px;
  }

  .seo-provider-showcase {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .seo-provider-card,
  .seo-provider-card-featured {
    grid-column: auto;
    gap: 12px;
    padding: 14px 12px 15px;
    border-radius: 16px;
  }

  .seo-provider-logo-shell {
    min-height: 72px;
    padding: 12px 14px;
    border-radius: 14px;
  }

  .seo-provider-card-featured .seo-provider-logo-shell {
    min-height: 76px;
  }

  .seo-provider-logo {
    max-height: 44px;
  }

  .seo-provider-copy h3 {
    font-size: 1.3rem;
  }

  .seo-provider-copy p {
    font-size: 0.85rem;
    line-height: 1.58;
  }

  .seo-provider-pills span {
    min-height: 26px;
    padding: 0 9px;
    font-size: 0.68rem;
  }

  .seo-provider-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .seo-provider-btn {
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.8rem;
    border-radius: 10px;
  }

  .seo-ranking-grid {
    gap: 10px;
  }

  .seo-ranking-card {
    gap: 8px;
    padding: 14px 13px 15px;
    border-radius: 14px;
  }

  .seo-ranking-card h3 {
    font-size: 1.08rem;
  }

  .seo-ranking-card p,
  .seo-ranking-card a {
    font-size: 0.82rem;
  }

  .seo-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .seo-compare-table-wrap {
    border-radius: 14px;
  }

  .seo-compare-table {
    min-width: 720px;
  }

  .seo-compare-table th,
  .seo-compare-table td {
    padding: 11px 12px;
  }

  .seo-table-provider {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 9px;
  }

  .seo-table-provider-logo {
    width: 44px;
    height: 32px;
  }

  .seo-table-provider-logo-square {
    height: 36px;
  }

  .seo-table-provider strong {
    font-size: 0.84rem;
  }

  .seo-table-provider span {
    font-size: 0.72rem;
  }

  .seo-table-note {
    font-size: 0.8rem;
  }

  .seo-cta-banner {
    gap: 12px;
    padding: 16px 14px;
    border-radius: 16px;
  }

  .seo-cta-banner strong {
    font-size: 1.38rem;
  }

  .seo-cta-banner p {
    font-size: 0.84rem;
  }

  .seo-cta-banner-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .seo-cta-banner-btn {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.8rem;
    border-radius: 10px;
  }

  .seo-guide-link-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .seo-guide-link {
    padding: 14px 13px;
    border-radius: 14px;
  }

  .seo-guide-link strong {
    font-size: 0.92rem;
  }

  .seo-guide-link span {
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .seo-hero-points {
    justify-content: flex-start;
    gap: 8px;
  }

  .seo-hero-point {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.8rem;
  }

  .seo-metric-card {
    gap: 9px;
    padding: 14px 10px 13px;
    border-radius: 14px;
  }

  .seo-metric-badge {
    min-height: 24px;
    padding: 0 9px;
    font-size: 0.7rem;
  }

  .seo-metric-card strong {
    font-size: 0.9rem;
  }

  .seo-metric-card > div > span {
    font-size: 0.76rem;
    line-height: 1.45;
  }

  .seo-section h2 {
    font-size: clamp(1.76rem, 9vw, 2.2rem);
    line-height: 0.92;
    gap: 10px;
  }

  .seo-heading-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .seo-content-article > .seo-section h2::after {
    width: 56px;
    height: 3px;
  }

  .seo-content-article > .seo-section,
  .seo-hero-card {
    padding: 15px 14px;
    border-radius: 14px;
  }

  .seo-step-item {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
    border-radius: 12px;
  }

  .seo-step-number {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 1.08rem;
  }

  .seo-highlight-card,
  .seo-faq-item {
    padding: 13px 12px;
    border-radius: 12px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    width: min(calc(100% - 20px), 390px);
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-logo-image {
    width: 255px;
  }

  .footer-copy {
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .payment-grid {
    width: min(calc(100% - 20px), 390px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 9px 8px;
    border-radius: 8px;
  }

  .payment-pill {
    min-height: 36px;
    padding: 4px 5px;
    font-size: 0.58rem;
    border-radius: 7px;
  }

  .payment-icon {
    width: min(100%, 64px);
    max-width: 64px;
    height: 20px;
    flex-basis: 64px;
  }

  .footer-rule {
    width: min(calc(100% - 20px), 390px);
  }

  .floating-whatsapp {
    left: 4px;
    bottom: 12px;
    width: 65px;
    height: 65px;
  }

  .floating-chat {
    right: 10px;
    bottom: 14px;
    width: 34px;
    height: 34px;
  }

  .drawer-header .brand.has-image .brand-image {
    height: 26px;
  }

  .drawer-header {
    margin: 0 -10px 12px;
    padding: 11px 10px;
  }

  .drawer-links {
    margin-top: 10px;
  }
}

body.auth-modal-open {
  overflow: hidden;
}

.header-btn.is-authenticated {
  background: rgba(255, 255, 255, 0.18);
  color: var(--white);
}

.header-btn.header-btn-logout {
  background: #1f252c;
  color: var(--white);
}

.lotus-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
}

.lotus-auth-modal.is-hidden {
  display: none;
}

.lotus-auth-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 11, 18, 0.76);
  backdrop-filter: blur(7px) saturate(90%);
}

.lotus-auth-card {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 26px), 548px);
  margin: min(7vh, 56px) auto 0;
  padding: 26px 28px 24px;
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0) 18%),
    linear-gradient(180deg, #509379 0%, #4a8b73 48%, #457c67 100%);
  box-shadow:
    0 30px 80px rgba(4, 12, 10, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  -webkit-font-smoothing: antialiased;
}

.lotus-auth-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 38%, rgba(8, 17, 13, 0.08) 100%);
  pointer-events: none;
}

.lotus-auth-card > * {
  position: relative;
  z-index: 1;
}

.lotus-auth-close {
  position: absolute;
  top: -16px;
  right: -16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 999px;
  background: #f7d83a;
  color: #18221e;
  font-size: 2.15rem;
  line-height: 1;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.lotus-auth-header {
  text-align: center;
}

.lotus-auth-logo {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: clamp(3.4rem, 7vw, 4.5rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}

.lotus-auth-logo-lotus {
  color: #ffffff;
}

.lotus-auth-logo-365 {
  color: #f4d744;
}

.lotus-auth-title {
  margin: 4px 0 0;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.012em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.lotus-auth-message {
  min-height: 18px;
  margin: 12px 0 2px;
  font-family: "Barlow", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffe8ac;
  text-align: left;
}

.lotus-auth-message.is-empty {
  display: none;
}

.lotus-auth-message.is-error {
  color: #ff9d89;
}

.lotus-auth-message.is-success {
  color: #78ddb2;
}

.lotus-auth-form {
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

.lotus-auth-phone-row {
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr) 94px;
  gap: 16px;
  align-items: end;
}

.lotus-auth-prefix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 4px 0 0;
  border: 0;
  border-bottom: 3px solid #e0c432;
  background: transparent;
  color: #ffffff;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  transition:
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.lotus-auth-prefix-chevron {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-right: 3px solid #dce4da;
  border-bottom: 3px solid #dce4da;
  transform: rotate(45deg) translateY(-2px);
}

.lotus-auth-field {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
  border-bottom: 3px solid #e0c432;
  transition:
    border-color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.lotus-auth-field-phone {
  min-height: 54px;
}

.lotus-auth-field input {
  width: 100%;
  min-height: 44px;
  padding: 0 2px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.012em;
  caret-color: #ffe46e;
}

.lotus-auth-field input::placeholder {
  color: rgba(232, 235, 230, 0.82);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.lotus-auth-field input:focus {
  outline: none;
}

.lotus-auth-otp {
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, #c4cf61 0%, #a8b74e 100%);
  color: #1d2318;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 8px 18px rgba(38, 55, 24, 0.18);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.lotus-auth-field-icon input {
  padding-left: 34px;
  padding-right: 34px;
}

.lotus-auth-leading {
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  opacity: 0.9;
}

.lotus-auth-leading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #edf0eb;
  transition:
    background-color 160ms ease,
    transform 160ms ease;
}

.lotus-auth-leading-user::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12c2.76 0 5-2.46 5-5.5S14.76 1 12 1 7 3.46 7 6.5 9.24 12 12 12Zm0 2c-4.42 0-8 2.24-8 5v2h16v-2c0-2.76-3.58-5-8-5Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12c2.76 0 5-2.46 5-5.5S14.76 1 12 1 7 3.46 7 6.5 9.24 12 12 12Zm0 2c-4.42 0-8 2.24-8 5v2h16v-2c0-2.76-3.58-5-8-5Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.lotus-auth-leading-lock::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M17 9h-1V7a4 4 0 1 0-8 0v2H7a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-9a2 2 0 0 0-2-2Zm-6 8.73V19h2v-1.27a2 2 0 1 0-2 0ZM10 9V7a2 2 0 1 1 4 0v2h-4Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M17 9h-1V7a4 4 0 1 0-8 0v2H7a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-9a2 2 0 0 0-2-2Zm-6 8.73V19h2v-1.27a2 2 0 1 0-2 0ZM10 9V7a2 2 0 1 1 4 0v2h-4Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.lotus-auth-visibility {
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 0;
  transition:
    transform 160ms ease,
    opacity 160ms ease;
}

.lotus-auth-visibility::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #dfe6db;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 5c5.5 0 9.64 4.09 10.93 6.2.1.18.1.42 0 .6C21.64 13.91 17.5 18 12 18S2.36 13.91 1.07 11.8a.57.57 0 0 1 0-.6C2.36 9.09 6.5 5 12 5Zm0 2C8.1 7 4.88 9.64 3.17 11.5 4.88 13.36 8.1 16 12 16s7.12-2.64 8.83-4.5C19.12 9.64 15.9 7 12 7Zm0 1.5A3.5 3.5 0 1 1 8.5 12 3.5 3.5 0 0 1 12 8.5Zm0 2A1.5 1.5 0 1 0 13.5 12 1.5 1.5 0 0 0 12 10.5Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 5c5.5 0 9.64 4.09 10.93 6.2.1.18.1.42 0 .6C21.64 13.91 17.5 18 12 18S2.36 13.91 1.07 11.8a.57.57 0 0 1 0-.6C2.36 9.09 6.5 5 12 5Zm0 2C8.1 7 4.88 9.64 3.17 11.5 4.88 13.36 8.1 16 12 16s7.12-2.64 8.83-4.5C19.12 9.64 15.9 7 12 7Zm0 1.5A3.5 3.5 0 1 1 8.5 12 3.5 3.5 0 0 1 12 8.5Zm0 2A1.5 1.5 0 1 0 13.5 12 1.5 1.5 0 0 0 12 10.5Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.lotus-auth-visibility.is-active::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 11px;
  border-top: 2px solid #dfe6db;
  transform: rotate(-32deg);
}

.lotus-auth-referral-toggle {
  justify-self: end;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.lotus-auth-field-referral.is-hidden {
  display: none;
}

.lotus-auth-submit {
  min-height: 48px;
  margin-top: 2px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, #bac864 0%, #a5b650 100%);
  color: #151d18;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 1.26rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 10px 22px rgba(29, 45, 18, 0.22);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.lotus-auth-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.lotus-auth-benefit {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 6px 8px 6px 4px;
  border-radius: 12px;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.25;
  transition:
    transform 160ms ease,
    background-color 160ms ease;
}

.lotus-auth-benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 58px;
  border: 2px solid #f0d245;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.08);
  color: #f0d245;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.lotus-auth-benefit-icon::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-color: currentColor;
}

.lotus-auth-benefit-icon-upgrade::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M12 18h40v32H12zm6 6v20h28V24zm9-12h10l4 6H23zm13 24h6l-9 11-9-11h6V26h6z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M12 18h40v32H12zm6 6v20h28V24zm9-12h10l4 6H23zm13 24h6l-9 11-9-11h6V26h6z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.lotus-auth-benefit-icon-support::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M32 10c-11 0-20 8.5-20 19v10h8V29a12 12 0 0 1 24 0v10h8V29c0-10.5-9-19-20-19Zm-10 32h20a7 7 0 0 1-7 7h-6a7 7 0 0 1-7-7Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M32 10c-11 0-20 8.5-20 19v10h8V29a12 12 0 0 1 24 0v10h8V29c0-10.5-9-19-20-19Zm-10 32h20a7 7 0 0 1-7 7h-6a7 7 0 0 1-7-7Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.lotus-auth-benefit-icon-withdraw {
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.lotus-auth-benefit-icon-withdraw::before {
  content: none;
}

.lotus-auth-footer {
  margin: 28px 0 0;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  text-align: center;
}

.lotus-auth-footer a {
  margin-left: 4px;
  color: #f0d245;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  transition:
    color 160ms ease,
    text-shadow 160ms ease;
}

.lotus-auth-close:hover,
.lotus-auth-close:focus-visible {
  background: #ffe04b;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px) scale(1.03) rotate(6deg);
}

.lotus-auth-prefix:hover,
.lotus-auth-prefix:focus-visible,
.lotus-auth-field:hover,
.lotus-auth-field:focus-within {
  border-bottom-color: #ffe35e;
}

.lotus-auth-prefix:hover,
.lotus-auth-prefix:focus-visible {
  color: #fff8d3;
  transform: translateY(-1px);
}

.lotus-auth-field:hover,
.lotus-auth-field:focus-within {
  box-shadow: inset 0 -1px 0 rgba(255, 243, 180, 0.3);
}

.lotus-auth-field:hover .lotus-auth-leading::before,
.lotus-auth-field:focus-within .lotus-auth-leading::before,
.lotus-auth-field:hover .lotus-auth-visibility::before,
.lotus-auth-field:focus-within .lotus-auth-visibility::before {
  background-color: #fff2bb;
}

.lotus-auth-field:hover .lotus-auth-visibility,
.lotus-auth-field:focus-within .lotus-auth-visibility {
  transform: translateY(-50%) scale(1.06);
}

.lotus-auth-otp:hover,
.lotus-auth-otp:focus-visible {
  background: linear-gradient(180deg, #d0da6d 0%, #b1c052 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 12px 22px rgba(38, 55, 24, 0.24);
  transform: translateY(-1px);
}

.lotus-auth-referral-toggle:hover,
.lotus-auth-referral-toggle:focus-visible,
.lotus-auth-footer a:hover,
.lotus-auth-footer a:focus-visible {
  color: #ffe46a;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.14);
}

.lotus-auth-referral-toggle:hover,
.lotus-auth-referral-toggle:focus-visible {
  transform: translateY(-1px);
}

.lotus-auth-submit:hover,
.lotus-auth-submit:focus-visible {
  background: linear-gradient(180deg, #c6d56a 0%, #acbf52 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 14px 26px rgba(27, 44, 17, 0.28);
  transform: translateY(-2px);
}

.lotus-auth-benefit:hover {
  background: rgba(255, 255, 255, 0.045);
  transform: translateY(-2px);
}

.lotus-auth-benefit:hover .lotus-auth-benefit-icon {
  border-color: #ffe164;
  background: rgba(0, 0, 0, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.lotus-auth-close:focus-visible,
.lotus-auth-prefix:focus-visible,
.lotus-auth-otp:focus-visible,
.lotus-auth-visibility:focus-visible,
.lotus-auth-referral-toggle:focus-visible,
.lotus-auth-submit:focus-visible,
.lotus-auth-footer a:focus-visible {
  outline: none;
}

.lotus-auth-field input:focus::placeholder {
  color: rgba(255, 248, 212, 0.92);
}

.lotus-auth-submit:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 6px 14px rgba(27, 44, 17, 0.16);
}

.member-page-layout {
  display: grid;
  gap: 18px;
  width: min(calc(100% - 32px), var(--page-max));
  margin: 14px auto 0;
}

.member-page-layout-embed {
  gap: 0;
  width: min(100%, 100vw);
  max-width: none;
  margin-top: 0;
}

.site-header-member-only {
  position: sticky;
  top: 0;
  z-index: 40;
  box-shadow: none;
  border-bottom: 0;
}

.site-header-member-only .header-main {
  min-height: 76px;
  padding-top: 18px;
  padding-bottom: 18px;
  background: #36775e;
}

.site-header-member-only .brand-image {
  height: 38px;
}

.site-header-member-only .header-actions {
  gap: 8px;
}

.member-page-layout-header-only {
  width: 100%;
  max-width: none;
  margin: 0;
  margin-top: -1px;
  background: #0f1114;
}

.member-embed-shell {
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.member-embed-viewport {
  --member-crop-top: 0px;
  --member-crop-bottom: 0px;
  --member-crop-side: 0px;
  position: relative;
  overflow: hidden;
  background: #0f1114;
  min-height: calc(100dvh - 76px);
  height: calc(100dvh - 76px);
}

.member-embed-viewport.is-home-view {
  --member-crop-top: 104px;
  --member-crop-bottom: 0px;
  --member-crop-side: 24px;
  min-height: 5177px;
  height: 5177px;
}

.member-embed-viewport.is-login-view {
  --member-crop-top: 12px;
  --member-crop-bottom: 0px;
}

.member-frame-cropped {
  width: calc(100% + (var(--member-crop-side) * 2));
  height: calc(100% + var(--member-crop-top) + var(--member-crop-bottom));
  margin-left: calc(var(--member-crop-side) * -1);
  margin-top: calc(var(--member-crop-top) * -1);
}

.member-embed-viewport:not(.is-ready) {
  opacity: 0;
}

.member-embed-viewport.is-ready {
  opacity: 1;
}

.member-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: 28px 30px;
  overflow: hidden;
  border-color: rgba(255, 219, 34, 0.2);
  background:
    radial-gradient(circle at top right, rgba(255, 219, 34, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(11, 95, 79, 0.98), rgba(20, 115, 88, 0.94));
  color: var(--white);
  box-shadow: 0 22px 44px rgba(8, 53, 43, 0.18);
}

.member-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.08), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.12) 0, transparent 14%);
  pointer-events: none;
}

.member-hero-copy,
.member-hero-actions {
  position: relative;
  z-index: 1;
}

.member-hero-kicker {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px 6px;
  border-radius: 999px;
  background: rgba(255, 219, 34, 0.14);
  color: #ffea7b;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.member-hero-title {
  margin: 16px 0 10px;
  max-width: 16ch;
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.member-hero-text {
  margin: 0;
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.04rem;
  line-height: 1.65;
}

.member-hero-actions {
  display: grid;
  gap: 10px;
  min-width: min(100%, 260px);
}

.member-mode-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 219, 34, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.member-mode-button:hover,
.member-mode-button:focus-visible,
.member-mode-button.is-active {
  border-color: rgba(255, 219, 34, 0.86);
  background: linear-gradient(180deg, #ffe35b 0%, #e3c525 100%);
  color: #173022;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 14px 26px rgba(5, 29, 22, 0.24);
  transform: translateY(-1px);
}

.member-mode-button-secondary {
  background: rgba(0, 0, 0, 0.18);
}

.member-frame-panel {
  overflow: hidden;
  padding: 0;
}

.member-frame-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(12, 22, 32, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 251, 0.96));
}

.member-frame-heading {
  display: grid;
  gap: 4px;
}

.member-frame-kicker {
  color: var(--green-700);
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.member-frame-heading strong {
  font-family: "Barlow Condensed", "Roboto Condensed", sans-serif;
  font-size: 1.58rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.member-frame-note {
  max-width: 54ch;
  margin: 0;
  color: #51606a;
  font-size: 0.97rem;
  line-height: 1.55;
  text-align: right;
}

.member-frame-wrap {
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(10, 16, 22, 0.06), rgba(10, 16, 22, 0.02)),
    #edf2f5;
}

.member-frame {
  display: block;
  width: 100%;
  min-height: 760px;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

@media (max-width: 640px) {
  .lotus-auth-card {
    width: min(calc(100% - 18px), 430px);
    margin-top: 46px;
    padding: 24px 14px 18px;
    border-radius: 14px;
  }

  .lotus-auth-close {
    top: -14px;
    right: -10px;
    width: 44px;
    height: 44px;
    font-size: 1.8rem;
  }

  .lotus-auth-logo {
    font-size: 3.1rem;
  }

  .lotus-auth-title {
    font-size: 1.52rem;
  }

  .lotus-auth-phone-row {
    grid-template-columns: 88px minmax(0, 1fr) 90px;
    gap: 10px;
  }

  .lotus-auth-prefix {
    min-height: 50px;
    font-size: 1rem;
  }

  .lotus-auth-otp {
    min-height: 40px;
    font-size: 0.82rem;
  }

  .lotus-auth-field,
  .lotus-auth-field-phone {
    min-height: 50px;
  }

  .lotus-auth-field input {
    font-size: 0.95rem;
  }

  .lotus-auth-benefits {
    gap: 12px;
    margin-top: 22px;
  }

  .lotus-auth-benefit {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
    justify-items: center;
    font-size: 0.8rem;
  }

  .lotus-auth-benefit-icon {
    width: 68px;
    height: 54px;
  }

  .lotus-auth-footer {
    margin-top: 22px;
    font-size: 0.92rem;
  }
}

@media (max-width: 960px) {
  .member-embed-viewport {
    min-height: calc(100dvh - 76px);
    height: calc(100dvh - 76px);
  }

  .member-embed-viewport.is-home-view {
    --member-crop-top: 86px;
    --member-crop-bottom: 0px;
    --member-crop-side: 12px;
    min-height: 4895px;
    height: 4895px;
  }

  .member-hero {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 24px 20px;
  }

  .member-hero-title {
    max-width: 100%;
  }

  .member-hero-actions {
    min-width: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .member-frame-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .member-frame-note {
    max-width: 100%;
    text-align: left;
  }
}

@media (max-width: 720px) {
  .site-header-member-only .header-main {
    min-height: 64px;
    gap: 8px;
    padding: 12px 8px;
  }

  .site-header-member-only .brand {
    min-width: 0;
    flex: 1;
    font-size: 1.3rem;
  }

  .site-header-member-only .brand-image {
    height: 28px;
  }

  .site-header-member-only .brand.has-image .brand-image {
    display: none;
  }

  .site-header-member-only .brand.has-image .brand-text {
    display: inline-flex;
  }

  .site-header-member-only .header-actions {
    gap: 6px;
    flex-shrink: 0;
  }

  .site-header-member-only .header-btn {
    width: 48px;
    min-width: 48px;
    height: 32px;
    line-height: 32px;
    font-size: 0.64rem;
  }

  .member-page-layout {
    width: min(calc(100% - 14px), var(--page-max));
  }

  .member-page-layout-embed {
    width: min(100%, 100vw);
    margin-top: 0;
  }

  .member-embed-viewport {
    min-height: calc(100dvh - 70px);
    height: calc(100dvh - 70px);
  }

  .member-embed-viewport.is-home-view {
    --member-crop-top: 72px;
    --member-crop-bottom: 0px;
    --member-crop-side: 0px;
    min-height: 1506px;
    height: 1506px;
  }

  .member-embed-viewport.is-login-view {
    --member-crop-top: 10px;
  }

  .member-hero {
    gap: 18px;
    padding: 20px 16px;
  }

  .member-hero-kicker {
    font-size: 0.82rem;
  }

  .member-hero-title {
    margin: 12px 0 8px;
    font-size: 2.3rem;
  }

  .member-hero-text {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .member-hero-actions {
    grid-template-columns: 1fr;
  }

  .member-mode-button {
    min-height: 48px;
    font-size: 1rem;
  }

  .member-frame-toolbar {
    padding: 16px;
  }

  .member-frame-heading strong {
    font-size: 1.36rem;
  }

  .member-frame-wrap {
    padding: 10px;
  }

  .member-frame {
    min-height: 68vh;
  }
}

@media (max-width: 1120px) {
  .category-page .page-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(calc(100% - 16px), var(--page-max)) !important;
    gap: 0 !important;
  }

  .category-page .main-content,
  .category-page .category-copy-board,
  .category-page .category-copy-blank,
  .category-page .seo-content-article {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.category-page .page-layout {
  grid-template-columns: 152px minmax(0, 1fr) !important;
  width: min(calc(100% - 28px), 1330px) !important;
  gap: 16px !important;
}

.category-page .right-rail {
  display: none !important;
}

.category-page .main-content,
.category-page .seo-content-article {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 1120px) {
  .category-page .page-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(calc(100% - 16px), var(--page-max)) !important;
    gap: 0 !important;
  }

  .category-page .main-content,
  .category-page .category-copy-board,
  .category-page .category-copy-blank,
  .category-page .seo-content-article {
    width: 100% !important;
    max-width: 100% !important;
  }
}
