/* ===== TAOCAN (PACKAGES) PAGE STYLES ===== */
/* Trust-Gold: #B99362 (Champagne)  Deep-Blue: #1E3A8A  Light: #FAF6F0 */

/* === BANNER === */
.banner {
  background:
    radial-gradient(ellipse at 80% 30%, #faf6f0 0%, transparent 50%),
    radial-gradient(ellipse at 20% 70%, #e8edf6 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, #f5f0e8 0%, transparent 60%), #f4f7f9;
  position: relative;
  overflow: hidden;
  padding: 80px 0 48px;
}
.banner-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 16px;
  border-radius: 20px;
  background: rgba(185, 147, 98, 0.08);
  border: 1px solid rgba(185, 147, 98, 0.2);
  color: #9a7b4f;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.banner-tag i {
  font-size: 10px;
}
.banner h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.banner h1 span {
  background: linear-gradient(135deg, #b99362, #1e3a8a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.banner-desc {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 22px;
}
.banner-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}
.banner-stats span {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
}
.banner-stats strong {
  color: #f2d29b;
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 800;
}
.banner-stats i {
  width: 1px;
  height: 16px;
  background: rgba(242, 210, 155, 0.28);
}

/* === ANCHOR NAV === */
.anchor-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.anchor-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  border: 1.5px solid rgba(185, 147, 98, 0.2);
  color: #9a7b4f;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
}
.anchor-btn:hover,
.anchor-btn.active {
  background: linear-gradient(135deg, #b99362, #1e3a8a);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(185, 147, 98, 0.25);
  transform: translateY(-1px);
}
.anchor-btn i {
  font-size: 12px;
}
.taocan-page .banner-tag {
  border-color: rgba(185, 147, 98, 0.45);
  color: #f2d29b;
  background: rgba(185, 147, 98, 0.14);
}
.taocan-page .banner h1,
.taocan-page .banner h1 span {
  color: transparent;
  background: linear-gradient(135deg, #fffdf7, #f2d29b 48%, #b8d2ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.taocan-page .banner-desc { color: #d8dfed; }
.taocan-page .anchor-btn {
  border-color: rgba(185, 147, 98, 0.42);
  color: #f2d29b;
  background: rgba(15, 35, 72, 0.62);
}
.taocan-page .anchor-btn:hover,
.taocan-page .anchor-btn.active {
  background: linear-gradient(135deg, #b99362, #1e3a8a);
}

/* === SECTION HEADERS (shared) === */
.sec-header {
  text-align: center;
  margin-bottom: 48px;
}
.sec-header h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 10px;
}
.sec-header h2 span {
  background: linear-gradient(135deg, #b99362, #1e3a8a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sec-header p {
  font-size: 15px;
  color: var(--text-secondary);
}

/* === CORE PACKAGES === */
.core-section {
  padding: 80px 0;
  background:
    radial-gradient(ellipse at 50% 20%, #faf6f0 0%, transparent 50%),
    radial-gradient(ellipse at 80% 80%, #e8edf6 0%, transparent 45%), #f7f8fa;
}
.core-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.core-card {
  border-radius: 20px;
  padding: 36px 32px;
  background: #fff;
  border: 2px solid rgba(185, 147, 98, 0.1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.core-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  background: linear-gradient(135deg, #b99362, #d4af37, #1e3a8a, #b99362);
  background-size: 300% 300%;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 0;
}
.core-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(30, 58, 138, 0.2);
  background: #1e3a8a;
  border-color: transparent;
}
.core-card:hover::before {
  opacity: 1;
  animation: goldFlow 3s ease infinite;
}
.core-card > * {
  position: relative;
  z-index: 1;
}
.core-card:hover .core-card-title h3 {
  color: #fde68a;
}
.core-card:hover .core-card-title .subtitle {
  color: rgba(255, 255, 255, 0.65);
}
.core-card:hover .core-card-desc {
  color: rgba(255, 255, 255, 0.85);
}
.core-card:hover .core-tier {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}
.core-card:hover .core-tier-name {
  color: rgba(255, 255, 255, 0.7);
}
.core-card:hover .core-tier-price {
  color: #fde68a;
}
.core-card:hover .core-tier-detail {
  color: rgba(255, 255, 255, 0.6);
}
.core-card:hover .core-tier.highlight {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}
.core-card:hover .core-tier.highlight .core-tier-price {
  color: #fde68a;
}
.core-card:hover .core-card-features li {
  color: rgba(255, 255, 255, 0.85);
}
.core-card:hover .core-card-features li i {
  color: #fde68a;
}
@keyframes goldFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.core-card-badge {
  position: absolute;
  top: 20px;
  right: -30px;
  padding: 5px 40px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  transform: rotate(45deg);
  letter-spacing: 1px;
  z-index: 2;
}
.core-card-badge.classic {
  background: linear-gradient(135deg, #b99362, #d4af37);
}
.core-card-badge.news {
  background: linear-gradient(135deg, #1e3a8a, #3b82f6);
}
.core-card-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.core-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  flex-shrink: 0;
}
.core-card-title h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 2px;
}
.core-card-title .subtitle {
  font-size: 13px;
  color: var(--text-light);
}
.core-card-desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Tiers inside core card */
.core-tiers {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
.core-tier {
  flex: 1;
  padding: 16px 14px;
  border-radius: 12px;
  background: #f8f9fa;
  border: 1px solid #eee;
  text-align: center;
  transition: all 0.3s;
}
.core-tier:hover {
  border-color: rgba(185, 147, 98, 0.3);
  background: rgba(185, 147, 98, 0.03);
}
.core-tier-name {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.core-tier-price {
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 900;
  color: #b99362;
  margin-bottom: 4px;
}
.core-tier-price .yen {
  font-size: 14px;
  font-weight: 600;
}
.core-tier-detail {
  font-size: 11px;
  color: var(--text-light);
  line-height: 1.5;
}
.core-tier.highlight {
  position: relative;
  z-index: 1;
  background:
    linear-gradient(#fffdf8, #f7f8fd) padding-box,
    linear-gradient(135deg, #d4af37, #b99362 48%, #1e3a8a) border-box;
  border: 1px solid transparent;
  box-shadow: 0 12px 30px rgba(94, 71, 38, 0.12);
  transform: scale(1.06);
}
.core-tier.highlight:hover {
  transform: scale(1.08) translateY(-2px);
}
.core-tier-badge {
  position: absolute;
  top: -10px;
  right: 10px;
  padding: 3px 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d4af37, #b99362);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.4px;
  box-shadow: 0 4px 10px rgba(185, 147, 98, 0.24);
}
.core-tier.highlight .core-tier-price {
  color: #1e3a8a;
}

.core-card-features {
  list-style: none;
  margin-bottom: 20px;
}
.core-card-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 5px 0;
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.6;
}
.core-card-features li i {
  color: #b99362;
  margin-top: 3px;
  font-size: 12px;
  flex-shrink: 0;
}
.core-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  border: 0;
  cursor: pointer;
}
.core-card-btn.gold {
  background: linear-gradient(135deg, #b99362, #d4af37);
  color: #fff;
  box-shadow: 0 4px 16px rgba(185, 147, 98, 0.25);
}
.core-card-btn.gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(185, 147, 98, 0.35);
}
.core-card-btn.blue {
  background: linear-gradient(135deg, #1e3a8a, #3b82f6);
  color: #fff;
  box-shadow: 0 4px 16px rgba(30, 58, 138, 0.25);
}
.core-card-btn.blue:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(30, 58, 138, 0.35);
}

/* === INDUSTRY PACKAGES === */
.industry-section {
  padding: 80px 0;
  background:
    radial-gradient(ellipse at 30% 25%, #faf6f0 0%, transparent 50%),
    radial-gradient(ellipse at 70% 75%, #e8edf6 0%, transparent 50%), #fff;
}
.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ind-card {
  border-radius: 16px;
  padding: 28px 24px;
  background: #fff;
  border: 1.5px solid #eee;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ind-card::before {
  content: '';
  position: absolute;
  inset: -1.5px;
  border-radius: 17.5px;
  background: linear-gradient(135deg, #b99362, #d4af37, #1e3a8a, #b99362);
  background-size: 300% 300%;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: -1;
}
/* Hover: deep-blue bg + white/gold text */
.ind-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(30, 58, 138, 0.18);
  background: #1e3a8a;
  border-color: transparent;
}
.ind-card:hover::before {
  opacity: 1;
  animation: goldFlow 3s ease infinite;
}
.ind-card:hover h4 {
  color: #fde68a;
}
.ind-card:hover .ind-card-sub {
  color: rgba(255, 255, 255, 0.65);
}
.ind-card:hover .ind-card-resources {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.85);
}
.ind-card:hover .ind-card-resources i {
  color: #fde68a;
}
.ind-card:hover .ind-card-geo {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fde68a;
}
.ind-card:hover .featured-media-logos span {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.ind-card:hover .ind-card-price {
  color: rgba(255, 255, 255, 0.7);
}
.ind-card:hover .ind-card-price strong {
  color: #fde68a;
}
.ind-card:hover .ind-card-price .price-range {
  color: #fde68a;
}
.ind-card:hover .ind-card-hook {
  color: rgba(255, 255, 255, 0.7);
}
.ind-card:hover .ind-card-btn {
  background: linear-gradient(135deg, #fde68a, #f5a623);
  color: #1e3a8a;
}
/* Highlighted (wide) cards */
.ind-card.featured {
  grid-column: span 2;
}
.ind-card.featured .ind-card-icon {
  width: 52px;
  height: 52px;
  font-size: 22px;
}
.featured-media-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: -3px 0 14px;
}
.featured-media-logos span {
  padding: 5px 10px;
  border: 1px solid rgba(30, 58, 138, 0.1);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(185, 147, 98, 0.08), rgba(30, 58, 138, 0.05));
  color: #32446d;
  font-size: 10px;
  font-weight: 700;
  transition: all 0.4s;
}
.ind-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.ind-badge.hot {
  background: linear-gradient(135deg, #b99362, #d4af37);
  color: #fff;
}
.ind-badge.profit {
  background: linear-gradient(135deg, #03b3ff, #72d7ff 55%, #f5a623);
  color: #fff;
}
.ind-badge.geo {
  background: linear-gradient(135deg, #1e3a8a, #3b82f6);
  color: #fff;
}
.ind-badge.ai {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
}
.ind-badge.local {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #fff;
}
.ind-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 14px;
}
.ind-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  transition: color 0.4s;
}
.ind-card-sub {
  font-size: 12px;
  color: var(--text-light);
  margin-bottom: 12px;
  transition: color 0.4s;
}
.ind-card-resources {
  font-size: 12px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 14px;
  padding: 10px 12px;
  background: #f8f9fa;
  border-radius: 8px;
  transition: all 0.4s;
}
.ind-card-resources i {
  color: #b99362;
  margin-right: 4px;
  font-size: 10px;
  transition: color 0.4s;
}
.ind-card-geo {
  font-size: 11px;
  color: #1e3a8a;
  padding: 4px 10px;
  border-radius: 8px;
  background: rgba(30, 58, 138, 0.05);
  border: 1px solid rgba(30, 58, 138, 0.1);
  margin-bottom: 14px;
  display: inline-block;
  transition: all 0.4s;
}
.ind-card-geo i {
  margin-right: 4px;
}
.ind-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ind-card-price {
  font-family: var(--font-en);
  font-size: 13px;
  color: var(--text-light);
  transition: color 0.4s;
}
.ind-card-price strong {
  font-size: 18px;
  font-weight: 800;
  color: #b99362;
  transition: color 0.4s;
}
.ind-card-price .price-range {
  font-size: 14px;
  font-weight: 700;
  color: #b99362;
  transition: color 0.4s;
}
.ind-card-hook {
  font-size: 11px;
  color: #1e3a8a;
  margin-top: 8px;
  font-weight: 600;
  line-height: 1.5;
  transition: color 0.4s;
}
.ind-card-btn {
  padding: 8px 18px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  background: linear-gradient(135deg, #b99362, #d4af37);
  color: #fff;
  box-shadow: 0 2px 8px rgba(185, 147, 98, 0.2);
  cursor: pointer;
  border: none;
}
.ind-card-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(185, 147, 98, 0.3);
}

/* === FINAL CTA === */
.final-cta-section {
  padding: 80px 0;
  background:
    radial-gradient(ellipse at 30% 25%, #e8edf6 0%, transparent 50%),
    radial-gradient(ellipse at 70% 75%, #faf6f0 0%, transparent 50%), #f7f8fa;
}
.final-cta {
  text-align: center;
  padding: 48px 32px;
  background:
    radial-gradient(ellipse at 30% 40%, #faf6f0 0%, transparent 50%),
    radial-gradient(ellipse at 70% 60%, #e8edf6 0%, transparent 50%), linear-gradient(135deg, #f9f5ee, #edf0f7);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(185, 147, 98, 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(135deg, #b99362, #1e3a8a);
  -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) {
  .core-grid {
    grid-template-columns: 1fr;
  }
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ind-card.featured {
    grid-column: span 2;
  }
  .anchor-nav {
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .banner {
    display: none;
  }
  .anchor-nav-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px 0;
  }
  .anchor-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    padding: 0 16px;
  }
  .anchor-btn {
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 12px;
    padding: 8px 16px;
  }
  .core-grid {
    grid-template-columns: 1fr;
  }
  .core-tiers {
    flex-direction: column;
  }
  .core-tier.highlight,
  .core-tier.highlight:hover {
    transform: none;
  }
  .industry-grid {
    grid-template-columns: 1fr;
  }
  .ind-card.featured {
    grid-column: span 1;
  }
  .final-cta h3 {
    font-size: 20px;
  }
  .final-cta .btn-cta {
    font-size: 14px;
    padding: 12px 24px;
  }
}
