/* ===== XIAOHONGSHU PAGE STYLES ===== */
/* Xiaohongshu Red: #FF2442  Deep: #D91A36  Light: #FFF0F2  Pink: #FF7E91 */

/* === BANNER === */
.banner {
  background:
    radial-gradient(ellipse at 80% 30%, #fff0f2 0%, transparent 50%),
    radial-gradient(ellipse at 20% 70%, #fef3de 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, #fff5f7 0%, transparent 60%), #f4f7f9;
  position: relative;
  overflow: hidden;
  padding: 80px 0 72px;
}
.banner-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.banner-text {
  flex: 1;
  min-width: 0;
  max-width: none;
}
.banner-showcase {
  position: relative;
  width: 550px;
  min-height: 390px;
  flex: 0 0 550px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.note-card-stack {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 250px;
  height: 270px;
  transform: translateY(-50%);
}
.note-sim-card {
  position: absolute;
  width: 112px;
  padding: 8px 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(145, 26, 51, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.note-sim-card-left { left: 0; top: 72px; transform: rotate(-6deg); }
.note-sim-card-center { left: 68px; top: 12px; transform: rotate(3deg); }
.note-sim-card-right { right: 0; bottom: 6px; transform: rotate(6deg); }
.note-sim-cover {
  display: block;
  height: 122px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.note-sim-cover-beauty { background: radial-gradient(circle at 65% 28%, #fff 0 7%, transparent 8%), linear-gradient(145deg, #ff9db0, #ff2442 58%, #7d2235); }
.note-sim-cover-life { background: radial-gradient(circle at 35% 32%, rgba(255,255,255,.72), transparent 19%), linear-gradient(145deg, #b8e1ff, #8d72e1 56%, #f5a623); }
.note-sim-cover-food { background: radial-gradient(circle at 65% 35%, #ffe8ad 0 16%, transparent 17%), linear-gradient(145deg, #fff0bd, #ff9f43 58%, #dc4e28); }
.note-sim-card i {
  display: block;
  width: 78%;
  height: 5px;
  margin-top: 6px;
  border-radius: 99px;
  background: #e9edf2;
}
.note-sim-card i:nth-of-type(2) { width: 92%; }
.note-sim-card i:nth-of-type(3) { width: 48%; background: #ffd1d8; }
.banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 16px;
  border-radius: 20px;
  background: rgba(255, 36, 66, 0.08);
  border: 1px solid rgba(255, 36, 66, 0.15);
  color: #d91a36;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.banner-tag i {
  font-size: 10px;
}
.banner h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.banner h1 span {
  background: linear-gradient(90deg, #ff2442, #ff7e91, #f5a623);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.banner-desc {
  font-size: 20px;
  color: var(--text-secondary);
  line-height: 1.9;
  margin-bottom: 20px;
}
.banner-stats {
  display: flex;
  gap: 36px;
  margin-bottom: 28px;
}
.banner-stat {
  text-align: left;
}
.banner-stat-num {
  font-family: var(--font-en);
  font-size: 28px;
  font-weight: 800;
  background: linear-gradient(135deg, #ff2442, #f5a623);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.banner-stat-label {
  font-size: 12px;
  color: var(--text-light);
  margin-top: 2px;
}
.banner-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn-banner-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 36px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--transition);
  background: linear-gradient(135deg, #ff2442, #ff7e91, #f5a623);
  color: #fff;
  box-shadow: 0 4px 20px rgba(255, 36, 66, 0.2);
  text-decoration: none;
}
.btn-banner-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 36, 66, 0.3);
}
.btn-banner-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 32px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--transition);
  background: transparent;
  color: #d91a36;
  border: 2px solid rgba(255, 36, 66, 0.3);
  text-decoration: none;
}
.btn-banner-outline:hover {
  border-color: #ff2442;
  background: rgba(255, 36, 66, 0.05);
  transform: translateY(-2px);
}
.banner-visual {
  width: 380px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 36, 66, 0.1);
  border-radius: 16px;
  padding: 28px 24px;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(255, 36, 66, 0.04);
}
.visual-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 36, 66, 0.04);
  border: 1px solid rgba(255, 36, 66, 0.1);
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 16px;
}
.visual-bar i {
  color: #ff2442;
  font-size: 14px;
  opacity: 0.5;
}
.visual-bar span {
  color: var(--text-light);
  font-size: 14px;
  flex: 1;
}
.visual-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.visual-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(255, 36, 66, 0.02);
  border: 1px solid rgba(255, 36, 66, 0.06);
  transition: all 0.3s;
}
.visual-item.highlight {
  background: rgba(255, 36, 66, 0.06);
  border-color: rgba(255, 36, 66, 0.18);
}
.visual-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}
.visual-icon.red {
  background: linear-gradient(135deg, #ff7e91, #ff2442);
  color: #fff;
}
.visual-icon.green {
  background: linear-gradient(135deg, #03b3ff, #72d7ff 55%, #f5a623);
  color: #fff;
}
.visual-icon.orange {
  background: linear-gradient(135deg, #f5a623, #ff8c00);
  color: #fff;
}
.visual-text {
  font-size: 13px;
  color: var(--text-secondary);
  flex: 1;
}
.visual-text strong {
  color: var(--text);
  font-weight: 600;
}
.visual-badge {
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.visual-badge.hot {
  background: rgba(255, 36, 66, 0.1);
  color: #d91a36;
  border: 1px solid rgba(255, 36, 66, 0.15);
}
.visual-badge.success {
  background: rgba(16, 185, 129, 0.1);
  color: #059669;
  border: 1px solid rgba(16, 185, 129, 0.15);
}
.visual-badge.warm {
  background: rgba(245, 166, 35, 0.1);
  color: #e09100;
  border: 1px solid rgba(245, 166, 35, 0.15);
}

/* === PRICE TABLE === */
.price-table-section {
  padding: 80px 0;
  background:
    radial-gradient(ellipse at 50% 20%, #fff0f2 0%, transparent 50%),
    radial-gradient(ellipse at 80% 80%, #fef6e8 0%, transparent 45%), #f7f8fa;
}
.price-table-header {
  text-align: center;
  margin-bottom: 48px;
}
.price-table-header h2 {
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 10px;
}
.price-table-header h2 span {
  background: linear-gradient(90deg, #ff2442, #ff7e91, #f5a623);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.price-table-header p {
  font-size: 15px;
  color: var(--text-secondary);
}
.price-container {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  box-shadow:
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 10px rgba(255, 36, 66, 0.12);
  position: relative;
  border: 1px solid rgba(255, 36, 66, 0.1);
  overflow: hidden;
}
@keyframes redGlow {
  0% {
    box-shadow:
      0 5px 15px rgba(0, 0, 0, 0.05),
      0 0 5px rgba(255, 36, 66, 0.12);
  }
  100% {
    box-shadow:
      0 10px 30px rgba(0, 0, 0, 0.08),
      0 0 20px rgba(255, 36, 66, 0.25);
  }
}
.table-title {
  background: linear-gradient(90deg, #ff2442, #ff7e91, #f5a623);
  color: #fff;
  padding: 20px 28px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-radius: 16px 16px 0 0;
}
.table-title i {
  margin-right: 10px;
}
.grid-row {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 0.8fr 0.8fr 1.5fr;
  align-items: center;
  padding: 23px 20px;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}
.grid-header {
  background: #f8fafc;
  font-weight: bold;
  color: #666;
  font-size: 14px;
  border-bottom: 2px solid #e2e8f0;
  padding: 15px 20px;
}
.grid-row:not(.grid-header):hover {
  background-color: rgba(255, 36, 66, 0.04);
  cursor: pointer;
}
.grid-row:not(.grid-header):hover .col-price {
  text-shadow: 0 0 8px rgba(255, 36, 66, 0.25);
}
.grid-row:not(.grid-header):hover .col-fans {
  transform: scale(1.03);
}
.col-media {
  display: flex;
  align-items: center;
  gap: 12px;
}
.col-media-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.15);
}
.col-media-icon.icon-beauty { background: linear-gradient(135deg, #ff5c8a, #d91a6a); }
.col-media-icon.icon-fashion { background: linear-gradient(135deg, #a855f7, #6d28d9); }
.col-media-icon.icon-maternal { background: linear-gradient(135deg, #f7c948, #e09200); }
.col-media-icon.icon-travel { background: linear-gradient(135deg, #38bdf8, #087f8c); }
.col-media-icon.icon-home { background: linear-gradient(135deg, #2dd4bf, #0f766e); }
.col-media-icon.icon-tech { background: linear-gradient(135deg, #64748b, #172033); }
.col-media-icon.icon-fitness { background: linear-gradient(135deg, #34d399, #047857); }
.col-media-icon.icon-pet { background: linear-gradient(135deg, #fb7185, #c2416c); }
.col-media-icon.icon-food { background: linear-gradient(135deg, #fb923c, #c2410c); }
.col-media-icon.icon-koc { background: linear-gradient(135deg, #818cf8, #4f46e5); }
.col-media a,
.col-media .resource-name {
  color: #d91a36;
  text-decoration: none;
  font-weight: 500;
}
.col-media a:hover {
  color: #ff2442;
}
.col-media-sub {
  font-size: 11px;
  color: var(--text-light);
  margin-top: 1px;
}
.col-price {
  color: #d91a36;
  font-weight: bold;
  font-size: 18px;
  transition:
    transform 0.3s,
    text-shadow 0.3s;
}
.diamond-tag {
  font-size: 10px;
  border: 1px solid #ff2442;
  padding: 1px 4px;
  border-radius: 3px;
  margin-left: 5px;
  color: #ff2442;
}
.col-fans {
  font-size: 13px;
  color: var(--text-secondary);
  transition: transform 0.3s;
}
.col-fans .fans-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}
.fans-badge.micro {
  background: rgba(255, 36, 66, 0.06);
  color: #d91a36;
  border: 1px solid rgba(255, 36, 66, 0.12);
}
.fans-badge.small {
  background: rgba(16, 185, 129, 0.06);
  color: #059669;
  border: 1px solid rgba(16, 185, 129, 0.12);
}
.fans-badge.medium {
  background: rgba(245, 166, 35, 0.06);
  color: #e09100;
  border: 1px solid rgba(245, 166, 35, 0.12);
}
.fans-badge.large {
  background: rgba(236, 72, 153, 0.06);
  color: #db2777;
  border: 1px solid rgba(236, 72, 153, 0.12);
}
.col-data {
  text-align: center;
  color: #555;
  font-size: 13px;
}
.interact-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}
.interact-dot.active {
  background: #10b981;
}
.interact-dot.normal {
  background: #f5a623;
}
.geo-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
}
.geo-tag.high {
  background: rgba(255, 36, 66, 0.08);
  color: #d91a36;
  border: 1px solid rgba(255, 36, 66, 0.12);
  position: relative;
  overflow: hidden;
}
.geo-tag.high::after {
  content: '';
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  animation: geoShimmer 2.8s ease-in-out infinite;
}
@keyframes geoShimmer {
  0% {
    left: -60%;
  }
  50% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.geo-tag.medium {
  background: rgba(245, 166, 35, 0.08);
  color: #e09100;
  border: 1px solid rgba(245, 166, 35, 0.12);
}
.geo-tag.low {
  background: rgba(0, 0, 0, 0.04);
  color: #999;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.col-note {
  font-size: 13px;
  color: #666;
}
.note-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  background: rgba(255, 36, 66, 0.06);
  color: #d91a36;
  border: 1px solid rgba(255, 36, 66, 0.1);
  margin-right: 4px;
  margin-bottom: 2px;
}
.login-prompt-row {
  padding: 40px 20px;
  text-align: center;
  background: linear-gradient(to bottom, #fff 0%, #fff5f7 100%);
  border-radius: 0 0 16px 16px;
}
.prompt-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.prompt-text {
  font-size: 16px;
  color: #666;
  font-weight: 500;
}
.prompt-text i {
  color: #ff2442;
  margin-right: 8px;
}
.btn-login-main {
  display: inline-block;
  background: linear-gradient(135deg, #ff2442 0%, #f5a623 100%);
  color: #fff;
  padding: 12px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(255, 36, 66, 0.3);
  transition: all 0.3s;
}
.btn-login-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 36, 66, 0.45);
}

/* === PACKAGES (unique to xiaohongshu) === */
.packages-section {
  padding: 80px 0;
  background:
    radial-gradient(ellipse at 30% 25%, #fff0f2 0%, transparent 50%),
    radial-gradient(ellipse at 70% 75%, #fef6e8 0%, transparent 50%), #fff;
}
.packages-header {
  text-align: center;
  margin-bottom: 48px;
}
.packages-header h2 {
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 10px;
}
.packages-header h2 span {
  background: linear-gradient(90deg, #ff2442, #ff7e91, #f5a623);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.packages-header p {
  font-size: 15px;
  color: var(--text-secondary);
}
.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.package-card {
  border-radius: 20px;
  padding: 32px 28px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 36, 66, 0.08);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.package-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(255, 36, 66, 0.1);
}
.package-card.featured {
  border: 2px solid rgba(255, 36, 66, 0.3);
  box-shadow: 0 4px 20px rgba(255, 36, 66, 0.08);
}
.package-card.featured:hover {
  box-shadow: 0 12px 40px rgba(255, 36, 66, 0.18);
}
.package-card-badge {
  position: absolute;
  top: 16px;
  right: -28px;
  background: linear-gradient(135deg, #ff2442, #ff7e91);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 36px;
  transform: rotate(45deg);
  letter-spacing: 1px;
}
.package-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
  color: #fff;
}
.package-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.package-card-subtitle {
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 16px;
}
.package-card-price {
  margin-bottom: 16px;
}
.price-amount {
  font-family: var(--font-en);
  font-size: 36px;
  font-weight: 900;
  color: #d91a36;
}
.price-unit {
  font-size: 14px;
  color: var(--text-light);
  margin-left: 2px;
}
.package-card-count {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(255, 36, 66, 0.06);
  color: #d91a36;
  border: 1px solid rgba(255, 36, 66, 0.1);
  margin-bottom: 16px;
}
.package-card-features {
  list-style: none;
  margin-bottom: 20px;
}
.package-card-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 5px 0;
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.5;
}
.package-card-features li i {
  color: #ff2442;
  margin-top: 3px;
  font-size: 12px;
  flex-shrink: 0;
}
.package-card-btn {
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  border: 2px solid rgba(255, 36, 66, 0.2);
  color: #d91a36;
  background: transparent;
}
.package-card-btn:hover {
  border-color: #ff2442;
  background: rgba(255, 36, 66, 0.05);
}
.package-card-btn.primary {
  background: linear-gradient(135deg, #ff2442, #ff7e91);
  color: #fff;
  border: none;
  box-shadow: 0 4px 16px rgba(255, 36, 66, 0.25);
}
.package-card-btn.primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255, 36, 66, 0.35);
}

/* === CASES (unique to xiaohongshu) === */
.cases-section {
  padding: 80px 0;
  background:
    radial-gradient(ellipse at 70% 25%, #fff0f2 0%, transparent 50%),
    radial-gradient(ellipse at 30% 75%, #fef6e8 0%, transparent 50%), #f7f8fa;
}
.cases-header {
  text-align: center;
  margin-bottom: 48px;
}
.cases-header h2 {
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 10px;
}
.cases-header h2 span {
  background: linear-gradient(90deg, #ff2442, #ff7e91, #f5a623);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cases-header p {
  font-size: 15px;
  color: var(--text-secondary);
}
.cases-grid {
  column-count: 2;
  column-gap: 24px;
}
.case-card {
  break-inside: avoid;
  margin-bottom: 24px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 36, 66, 0.08);
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: all var(--transition);
}
.case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(255, 36, 66, 0.1);
}
.case-card-header {
  padding: 20px 24px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case-card-header h4 {
  font-size: 16px;
  font-weight: 700;
}
.case-tag {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  background: rgba(255, 36, 66, 0.06);
  color: #d91a36;
  border: 1px solid rgba(255, 36, 66, 0.1);
}
.case-card-body {
  padding: 0 24px 20px;
}
.case-data-row {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) minmax(0, 1.25fr);
  align-items: end;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed #eee;
}
.case-data-row:last-child {
  border-bottom: none;
}
.case-metric-label {
  align-self: center;
  font-size: 12px;
  color: var(--text-light);
}
.case-metric-before,
.case-metric-after {
  position: relative;
  padding-bottom: 12px;
  text-align: left;
}
.case-metric-before {
  font-size: 12px;
  color: #8b92a1;
}
.case-metric-after {
  font-size: 13px;
  font-weight: 700;
  color: #d91a36;
}
.case-metric-before::before,
.case-metric-after::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 99px;
}
.case-metric-before::before {
  width: 34%;
  height: 4px;
  background: #d9dee6;
}
.case-metric-after::before {
  width: 88%;
  height: 7px;
  background: linear-gradient(90deg, #ff2442, #ff7e91, #f5a623);
  box-shadow: 0 3px 9px rgba(255, 36, 66, 0.16);
}
.case-card:nth-child(2) .case-metric-after::before { width: 93%; }
.case-card:nth-child(3) .case-metric-after::before { width: 82%; }
.case-card:nth-child(4) .case-metric-after::before { width: 76%; }
.case-growth {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  background: rgba(16, 185, 129, 0.08);
  color: #059669;
  border: 1px solid rgba(16, 185, 129, 0.12);
  margin-left: 6px;
}
.case-card-footer {
  padding: 12px 24px;
  background: linear-gradient(to bottom, #fff, #fff8f9);
  border-top: 1px solid #f0f0f0;
  font-size: 12px;
  color: var(--text-light);
  text-align: center;
  font-style: italic;
}

/* === COMPARE === */
.compare-section {
  padding: 80px 0;
  background:
    radial-gradient(ellipse at 25% 30%, #fff0f2 0%, transparent 50%),
    radial-gradient(ellipse at 75% 70%, #fef3de 0%, transparent 50%), #fff;
}
.compare-header {
  text-align: center;
  margin-bottom: 48px;
}
.compare-header h2 {
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 10px;
}
.compare-header h2 span {
  background: linear-gradient(90deg, #ff2442, #ff7e91, #f5a623);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.compare-header p {
  font-size: 15px;
  color: var(--text-secondary);
}
.compare-grid {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: stretch;
}
.compare-card {
  flex: 1;
  max-width: 560px;
  border-radius: 20px;
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  transition: all var(--transition);
}
.compare-card.bad {
  background: #f8f9fa;
  border: 2px solid #e8eaed;
}
.compare-card.good {
  background: linear-gradient(135deg, #fff5f7, #fef9ee);
  border: 2px solid rgba(255, 36, 66, 0.2);
  box-shadow: 0 8px 40px rgba(255, 36, 66, 0.06);
}
.compare-card:hover {
  transform: translateY(-4px);
}
.compare-card.good:hover {
  box-shadow: 0 12px 48px rgba(255, 36, 66, 0.15);
}
.compare-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.compare-card.bad .compare-icon {
  background: #f0f1f3;
  color: #999;
}
.compare-card.good .compare-icon {
  background: linear-gradient(135deg, #ff7e91, #ff2442);
  color: #fff;
}
.compare-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.compare-card.bad h3 {
  color: #888;
}
.compare-card.good h3 {
  color: var(--text);
}
.compare-list {
  list-style: none;
  margin-bottom: 20px;
}
.compare-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  font-size: 14px;
  line-height: 1.6;
}
.compare-card.bad .compare-list li {
  color: #888;
}
.compare-card.good .compare-list li {
  color: var(--text-secondary);
}
.compare-list li i {
  margin-top: 3px;
  font-size: 13px;
  flex-shrink: 0;
}
.compare-card.bad .compare-list li i {
  color: #ccc;
}
.compare-card.good .compare-list li i {
  color: #ff2442;
}
.compare-result {
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
}
.compare-card.bad .compare-result {
  background: #f0f1f3;
  color: #999;
}
.compare-card.good .compare-result {
  background: linear-gradient(135deg, rgba(255, 36, 66, 0.08), rgba(245, 166, 35, 0.06));
  color: var(--text);
}

/* === FINAL CTA === */
.final-cta-section {
  padding: 80px 0;
  background:
    radial-gradient(ellipse at 30% 25%, #fef6e8 0%, transparent 50%),
    radial-gradient(ellipse at 70% 75%, #fff0f2 0%, transparent 50%), #fff;
}
.final-cta {
  text-align: center;
  padding: 48px 32px;
  background:
    radial-gradient(ellipse at 30% 40%, #fff0f2 0%, transparent 50%),
    radial-gradient(ellipse at 70% 60%, #feefd0 0%, transparent 50%), linear-gradient(135deg, #fff5f7, #fef9ee);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(255, 36, 66, 0.1);
}
.final-cta h3 {
  font-size: 26px;
  font-weight: 900;
  color: var(--text);
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.final-cta h3 em {
  font-style: normal;
  background: linear-gradient(90deg, #ff2442, #f5a623);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.final-cta p {
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}
.final-cta .btn-cta {
  position: relative;
  z-index: 2;
  border-color: #172033;
  color: #fff;
  background: linear-gradient(135deg, #172033, #26364f);
  box-shadow: 0 8px 24px rgba(23, 32, 51, 0.22);
}
.final-cta .btn-cta:hover {
  border-color: #0f172a;
  color: #fff;
  background: #0f172a;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.3);
}

/* === RESPONSIVE === */
@media (max-width: 1200px) {
  .banner-showcase {
    width: 324px;
    flex-basis: 324px;
  }
  .note-card-stack {
    display: none;
  }
  .compare-grid {
    flex-direction: column;
    gap: 24px;
  }
  .compare-card {
    max-width: 100%;
  }
  .packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cases-grid {
    column-count: 1;
  }
}
@media (max-width: 768px) {
  .banner {
    display: none;
  }
  .compare-section {
    display: none;
  }
  .packages-grid {
    grid-template-columns: 1fr;
  }
  .cases-grid {
    column-count: 1;
  }
  .grid-header,
  .col-fans,
  .col-data,
  .col-note {
    display: none;
  }
  .grid-row {
    grid-template-columns: 1fr 1fr;
    padding: 15px;
  }
  .col-media {
    font-size: 15px;
  }
  .col-price {
    text-align: right;
  }
  .final-cta h3 {
    font-size: 20px;
  }
  .final-cta .btn-cta {
    font-size: 14px;
    padding: 12px 24px;
  }
}
