.hero-image-card {
  background: #111328;
  padding: 0;
}

.hero-image-card::before {
  position: absolute;
  z-index: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  background: linear-gradient(180deg, transparent 15%, rgba(7, 8, 23, 0.94) 100%);
  opacity: 1;
  inset: 0;
}

.hero-image-card > img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center;
}

.hero-image-overlay {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 29px;
  inset: 0;
}

.hero-image-overlay .casino-card-top {
  position: absolute;
  top: 25px;
  right: 27px;
  left: 27px;
}

.hero-image-overlay > small {
  color: #f0c762;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.hero-image-overlay h2 {
  margin: 9px 0 15px;
}

.hero-image-overlay > a {
  display: flex;
  min-height: 45px;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
  padding: 0 16px;
  border-radius: 7px;
  background: #fff;
  color: #171327;
  font-size: 12px;
  font-weight: 900;
}

.game-grid article {
  padding: 0 0 26px;
}

.game-photo {
  width: 100%;
  height: 145px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  object-fit: cover;
}

.game-grid article > span {
  top: 158px;
}

.game-grid h3 {
  margin: 22px 27px 10px;
}

.game-grid article > p {
  margin: 0 27px;
}

.game-grid article > a {
  bottom: 20px;
}

.article-visual > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
}

.article-visual::before {
  z-index: 1;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(10, 12, 31, 0.12), rgba(10, 12, 31, 0.84));
  inset: 0;
}

.article-visual::after {
  display: none;
}

.article-visual > span,
.article-visual > b {
  z-index: 2;
}

@media (max-width: 560px) {
  .hero-image-card > img {
    height: 360px;
  }

  .hero-image-overlay {
    padding: 23px;
  }

  .game-photo {
    height: 170px;
  }

  .game-grid article > span {
    top: 183px;
  }
}

.content-cover {
  width: 100%;
  height: clamp(220px, 32vw, 410px);
  margin-top: 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.24);
}

.brand-logo {
  width: 190px;
  height: 52px;
  object-fit: contain;
  object-position: left center;
}

.footer-logo {
  width: 220px;
  height: 88px;
  object-fit: contain;
  object-position: left center;
}

.comparison-section {
  padding: 105px 0;
  background: #fff;
}

.comparison-table-wrap {
  overflow-x: auto;
  border: 1px solid #dfe2ea;
  border-radius: 14px;
}

.comparison-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  text-align: left;
}

.comparison-table th,
.comparison-table td {
  border-bottom: 1px solid #e6e8ef;
  padding: 19px 21px;
  font-size: 12px;
  line-height: 1.75;
}

.comparison-table thead th {
  background: #15172d;
  color: #fff;
  font-size: 11px;
}

.comparison-table tbody th {
  width: 130px;
  color: #5f459f;
  background: #f7f5fb;
}

.comparison-table tbody tr:last-child > * {
  border-bottom: 0;
}

.editorial-section {
  padding: 105px 0;
  background: #111328;
  color: #fff;
}

.editorial-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
}

.editorial-intro h2 {
  margin: 14px 0 20px;
  font-size: 38px;
  line-height: 1.3;
}

.editorial-intro > p:not(.section-label) {
  color: rgba(255,255,255,.66);
  font-size: 13px;
  line-height: 1.9;
}

.editorial-intro a {
  display: inline-block;
  margin-top: 24px;
  color: #e8bc5b;
  font-size: 11px;
  font-weight: 900;
}

.editorial-process {
  border-top: 1px solid rgba(255,255,255,.14);
}

.editorial-process li {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 18px;
  padding: 23px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.editorial-process b {
  color: #e8bc5b;
  font: 400 14px Georgia, serif;
}

.editorial-process strong {
  font-size: 15px;
}

.editorial-process p {
  margin: 6px 0 0;
  color: rgba(255,255,255,.56);
  font-size: 11px;
  line-height: 1.75;
}

.knowledge-section {
  padding: 105px 0;
  background: #f5f7fb;
}

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

.knowledge-grid article {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid #dfe2ea;
  border-radius: 13px;
  background: #fff;
}

.knowledge-grid article > span {
  color: #9a7123;
  font: 700 14px Georgia, serif;
}

.knowledge-grid h3 {
  margin: 30px 0 12px;
  font-size: 20px;
}

.knowledge-grid p {
  margin: 0;
  color: #74798a;
  font-size: 12px;
  line-height: 1.85;
}

.knowledge-grid a {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #eceef3;
  color: #60449f;
  font-size: 10px;
  font-weight: 900;
}

.picks-section {
  padding-top: 96px;
}

.quick-nav-stage {
  position: relative;
  z-index: 3;
  height: 51px;
  background: #f5f7fb;
}

.quick-nav-stage .quick-nav {
  margin-bottom: 0;
  transform: translateY(-51px);
}

@media (max-width: 780px) {
  .brand-logo { width: 154px; height: 44px; }
  .editorial-grid { grid-template-columns: 1fr; gap: 45px; }
  .knowledge-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-nav-stage { height: 35px; }
  .quick-nav-stage .quick-nav { transform: translateY(-35px); }
}

@media (max-width: 560px) {
  .comparison-section, .editorial-section, .knowledge-section { padding: 74px 0; }
  .knowledge-grid { grid-template-columns: 1fr; }
  .knowledge-grid article { min-height: 245px; }
  .footer-logo { width: 190px; height: 76px; }
  .picks-section { padding-top: 78px; }
}

/* 小魚樂品牌首頁 */
.casino-hero {
  background: radial-gradient(circle at 82% 18%, rgba(224, 137, 18, .2), transparent 30%), linear-gradient(135deg, #05060d 0%, #11101d 58%, #24130b 100%);
}

.casino-hero-grid {
  grid-template-columns: .9fr 1.1fr;
  gap: 36px;
}

.casino-hero h1 {
  font-size: clamp(42px, 4.4vw, 60px);
}

.xiaoyule-hero-card {
  min-height: 0;
  aspect-ratio: 2 / 1;
  padding: 0;
  border: 1px solid rgba(255, 197, 74, .38);
  border-radius: 18px;
  background: #050505;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .56), 0 0 35px rgba(232, 149, 24, .13);
}

.xiaoyule-hero-card::before {
  display: none;
}

.xiaoyule-hero-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quick-nav {
  background: #11121f;
  border-color: rgba(255, 197, 74, .22);
}

.quick-nav > a > b,
.portal-heading > div > p,
.section-label {
  color: #bd7718;
}

.brand-pick-logo {
  width: 76px;
  height: 76px;
  padding: 8px;
  border-radius: 14px;
  background: #050505;
}

.brand-pick-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.visual-pick {
  color: #221304;
  background: linear-gradient(145deg, #ffe37d, #d9830d);
  font-family: Georgia, serif;
}

.slot-pick {
  color: #fff1be;
  background: linear-gradient(145deg, #9e160d, #2a0707);
}

.pick-score strong {
  font-size: 22px;
}

.games-section {
  background: radial-gradient(circle at 15% 10%, rgba(193, 101, 8, .12), transparent 30%), #090a12;
}

.game-grid article {
  border-color: rgba(255, 193, 66, .16);
  background: linear-gradient(145deg, rgba(255, 166, 30, .09), rgba(255, 255, 255, .025));
}

.offer-feature {
  background: radial-gradient(circle at 90% 15%, rgba(255, 177, 39, .18), transparent 33%), linear-gradient(135deg, #090909, #301007);
}

.intent-section {
  padding: 105px 0;
  background: #fff;
}

.intent-heading {
  max-width: 900px;
  margin-bottom: 38px;
}

.intent-heading h2 {
  max-width: 850px;
  margin: 11px 0 18px;
  color: #111426;
  font-size: clamp(32px, 4vw, 47px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -.045em;
}

.intent-heading > p:not(.section-label) {
  margin: 0;
  color: #6e7383;
  font-size: 13px;
  line-height: 1.9;
}

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

.intent-grid article {
  display: flex;
  min-height: 290px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #e0e2e8;
  border-top: 4px solid #dc941d;
  border-radius: 12px;
  background: #f8f8fb;
}

.intent-grid article > span {
  color: #a4670c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.intent-grid h3 {
  margin: 28px 0 12px;
  font-size: 21px;
}

.intent-grid p {
  margin: 0;
  color: #717687;
  font-size: 12px;
  line-height: 1.85;
}

.intent-grid a {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #e2e4e9;
  color: #9e6209;
  font-size: 10px;
  font-weight: 900;
}

@media (max-width: 980px) {
  .casino-hero-grid { grid-template-columns: .9fr 1.1fr; gap: 28px; }
  .casino-hero h1 { font-size: 48px; }
}

@media (max-width: 780px) {
  .casino-hero-grid { grid-template-columns: 1fr; }
  .xiaoyule-hero-card { width: 100%; }
  .intent-grid { grid-template-columns: 1fr; }
  .intent-grid article { min-height: 245px; }
}

@media (max-width: 560px) {
  .intent-section { padding: 74px 0; }
  .brand-pick-logo { width: 64px; height: 64px; }
  .xiaoyule-hero-card { border-radius: 12px; }
  .casino-hero h1 { font-size: 40px; }
}

.xiaoyule-review-hero {
  color: #fff;
  background: radial-gradient(circle at 82% 16%, rgba(224, 133, 15, .2), transparent 30%), linear-gradient(135deg, #05060c, #18101a 60%, #2b1208);
}

.xiaoyule-review-hero .breadcrumbs,
.xiaoyule-review-hero .breadcrumbs a,
.xiaoyule-review-hero .content-dek,
.xiaoyule-review-hero .article-meta {
  color: rgba(255,255,255,.66);
}

.review-brand-lockup {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.review-brand-lockup img {
  width: 210px;
  height: 70px;
  object-fit: contain;
  object-position: left center;
}

.review-brand-lockup span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 193, 63, .28);
  border-radius: 20px;
  color: #efb538;
  font-size: 10px;
  font-weight: 900;
}

.xiaoyule-review-hero .eyebrow {
  color: #e4a92c;
}

.review-promo-actions {
  display: flex;
  gap: 11px;
  margin-top: 27px;
}

.review-promo-actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border-radius: 25px;
  font-size: 11px;
  font-weight: 900;
}

.review-promo-primary {
  color: #17130b;
  background: linear-gradient(135deg, #f6d273, #bd7926);
  box-shadow: 0 14px 34px rgba(190,121,38,.25);
}

.review-promo-secondary {
  color: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.035);
}

.xiaoyule-review-banner {
  width: 100%;
  margin-top: 38px;
  border: 1px solid rgba(255, 194, 61, .25);
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0,0,0,.36);
}

.xiaoyule-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 28px 0;
}

.xiaoyule-fact-grid > div {
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid #e2e0d9;
  background: #fffdf7;
}

.xiaoyule-fact-grid strong {
  color: #a96c0b;
  font-size: 10px;
}

.xiaoyule-fact-grid span {
  margin-top: 8px;
  color: #17191f;
  font-size: 15px;
  font-weight: 800;
}

.inline-feature-image {
  width: 100%;
  max-height: 440px;
  margin: 24px 0 28px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 20px 50px rgba(20, 14, 7, .15);
}

.review-faq details {
  border-top: 1px solid #dedfdc;
}

.review-faq details:last-child {
  border-bottom: 1px solid #dedfdc;
}

.review-faq summary {
  cursor: pointer;
  padding: 21px 0;
  font-size: 16px;
  font-weight: 800;
}

.review-faq p {
  margin: -4px 0 23px;
}

.withdrawal-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 26px 0;
}

.withdrawal-steps > div {
  padding: 21px;
  border: 1px solid #e0ddd4;
  background: #fffdf7;
}

.withdrawal-steps strong {
  color: #a96c0b;
  font-size: 11px;
}

.withdrawal-steps p {
  margin: 8px 0 0;
}

.article-inline-link {
  color: #9a650e;
  font-weight: 850;
}

.review-promo-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 35px;
  padding: 25px 27px;
  border: 1px solid rgba(214,152,33,.35);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg,#121728,#251508);
}

.review-promo-cta > div {
  display: flex;
  flex-direction: column;
}

.review-promo-cta strong { font-size: 16px; }
.review-promo-cta span { margin-top: 5px; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.6; }
.review-promo-cta > a { flex: 0 0 auto; padding: 13px 19px; border-radius: 22px; color: #17130b; background: linear-gradient(135deg,#f6d273,#bd7926); font-size: 10px; font-weight: 900; }

@media (max-width: 560px) {
  .review-brand-lockup { align-items: flex-start; flex-direction: column; }
  .review-brand-lockup img { width: 180px; height: 60px; }
  .xiaoyule-fact-grid { grid-template-columns: 1fr; }
  .xiaoyule-review-banner { margin-top: 28px; border-radius: 10px; }
  .review-promo-actions { flex-direction: column; }
  .withdrawal-steps { grid-template-columns: 1fr; }
  .review-promo-cta { flex-direction: column; align-items: stretch; }
  .review-promo-cta > a { text-align: center; }
}

.review-index-hero {
  color: #fff;
  background: radial-gradient(circle at 78% 20%, rgba(222, 137, 21, .2), transparent 30%), linear-gradient(135deg, #06070e, #1b1118 62%, #321509);
}

.review-index-hero .breadcrumbs,
.review-index-hero .breadcrumbs a,
.review-index-hero .content-dek,
.review-index-hero .article-meta {
  color: rgba(255,255,255,.67);
}

.review-index-hero .eyebrow {
  color: #e4a92c;
}

.featured-review-section {
  padding: 100px 0;
  background: #f5f6fa;
}

.featured-review-card {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  overflow: hidden;
  border: 1px solid #dedfe5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 25px 60px rgba(26, 19, 12, .1);
}

.featured-review-media img {
  width: 100%;
  height: 100%;
  min-height: 530px;
  object-fit: cover;
}

.featured-review-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px;
}

.featured-review-copy > img {
  width: 210px;
  height: 70px;
  object-fit: contain;
  object-position: left center;
}

.featured-review-copy > span {
  align-self: flex-start;
  margin-top: 24px;
  padding: 6px 9px;
  border-radius: 4px;
  color: #9a5d04;
  background: #fff0c5;
  font-size: 9px;
  font-weight: 900;
}

.featured-review-copy h2 {
  margin: 12px 0;
  font-size: 34px;
}

.featured-review-copy p,
.featured-review-copy li {
  color: #707687;
  font-size: 12px;
  line-height: 1.8;
}

.featured-review-copy ul {
  display: grid;
  gap: 8px;
  margin: 22px 0;
}

.featured-review-copy li::before {
  content: "✓";
  margin-right: 9px;
  color: #c5780a;
}

.featured-review-copy > a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  border-radius: 7px;
  color: #211403;
  background: linear-gradient(135deg, #f9d66e, #d78a17);
  font-size: 12px;
  font-weight: 900;
}

.review-topics {
  padding: 105px 0;
  background: #fff;
}

@media (max-width: 780px) {
  .featured-review-card { grid-template-columns: 1fr; }
  .featured-review-media img { min-height: 0; aspect-ratio: 2 / 1; }
}

@media (max-width: 560px) {
  .featured-review-section, .review-topics { padding: 72px 0; }
  .featured-review-copy { padding: 28px; }
  .featured-review-copy > img { width: 180px; height: 60px; }
}
