
    #cooper-case,
    #client-review {
      scroll-margin-top: 160px !important;
    }

    .mobile-menu-drawer {
      height: auto !important;
      max-height: unset !important;
      overflow-y: visible !important;
    }

    .mobile-menu-list {
      overflow-y: visible !important;
      height: auto !important;
    }
  

    .text-ellipsis-1 {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .text-ellipsis-2 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .text-ellipsis-3 {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .no-scrollbar::-webkit-scrollbar {
      display: none;
    }

    .no-scrollbar {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    [data-icon] {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      -webkit-mask-size: contain;
      mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-position: center;
      background-color: currentColor;
    }

    .gold-divider {
      width: 60px;
      height: 2px;
      background: linear-gradient(90deg, transparent, var(--bxm-gold), transparent);
      margin: 0 auto;
    }

    .guofeng-pattern {
      background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C8A24B' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }

    .btn-gold {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 14px 32px;
      background: linear-gradient(135deg, var(--bxm-gold) 0%, var(--bxm-gold-dark) 100%);
      color: white;
      border-radius: 8px;
      font-weight: 600;
      font-size: 15px;
      transition: all 0.3s ease;
      text-decoration: none;
      border: none;
      cursor: pointer;
    }

    .btn-gold:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(200, 162, 75, 0.35);
    }

    .btn-outline-gold {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 14px 32px;
      border: 2px solid var(--bxm-gold);
      color: var(--bxm-gold-text);
      border-radius: 8px;
      font-weight: 500;
      font-size: 15px;
      transition: all 0.3s ease;
      text-decoration: none;
      background: transparent;
      cursor: pointer;
    }

    .btn-outline-gold:hover {
      background: var(--bxm-gold);
      color: white;
    }

    .btn-primary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 14px 32px;
      background: var(--bxm-primary);
      color: white;
      border-radius: 8px;
      font-weight: 600;
      font-size: 15px;
      transition: all 0.3s ease;
      text-decoration: none;
      border: none;
      cursor: pointer;
    }

    .btn-primary:hover {
      background: var(--bxm-primary-dark);
      transform: translateY(-2px);
    }

    .btn-sm {
      padding: 10px 22px;
      font-size: 13px;
    }

    .section-title {
      font-family: var(--bxm-font-family-cn);
      font-size: 32px;
      font-weight: 700;
      color: var(--bxm-text-primary);
      letter-spacing: 0.05em;
    }

    .section-tag {
      font-size: 13px;
      letter-spacing: 0.2em;
      color: var(--bxm-gold-text);
    }

    .product-card {
      border: 2px solid transparent;
      border-radius: 12px;
      overflow: hidden;
      background: var(--bxm-surface);
      transition: all 0.3s ease;
    }

    .product-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
      border-color: var(--bxm-gold-text);
    }

    .scroll-marquee-content {
      display: inline-block;
      padding-left: 100%;
      animation: scrollMarquee 45s linear infinite;
    }

    @keyframes scrollMarquee {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-100%);
      }
    }

    .scroll-marquee-content:hover {
      animation-play-state: paused;
    }

    footer *::after,
    footer *::before {
      content: none !important;
    }

    footer .text-center::after,
    footer .text-center::before {
      content: none !important;
    }

    .hero-section {
      position: relative;
      min-height: 460px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .hero-bg-wrapper {
      position: absolute;
      inset: 0;
      z-index: 0;
    }

    .hero-bg-slide {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      transition: opacity 1s ease-in-out;
      filter: blur(2px) saturate(0.9);
      transform: scale(1.02);
    }

    .hero-bg-slide.active {
      opacity: 1;
    }

    .hero-mask {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(180deg, rgba(164, 22, 26, 0.70) 0%, rgba(122, 16, 20, 0.60) 40%, rgba(43, 35, 32, 0.80) 100%);
    }

    .crab-banner-section {
      position: relative;
      min-height: 300px;
      overflow: hidden;
    }

    .crab-banner-wrapper {
      position: absolute;
      inset: 0;
      z-index: 0;
    }

    .crab-banner-slide {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      transition: opacity 0.8s ease-in-out;
    }

    .crab-banner-slide.active {
      opacity: 1;
    }

    .crab-banner-mask {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(135deg, rgba(164, 22, 26, 0.75) 0%, rgba(122, 16, 20, 0.65) 100%);
    }

    .crab-banner-dot {
      cursor: pointer;
    }

    .crab-banner-dot:hover {
      background: white !important;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      text-align: center;
    }

    .stat-number {
      font-family: var(--bxm-font-family-cn);
      font-size: 48px;
      font-weight: 700;
      line-height: 1;
      color: var(--bxm-gold-text);
    }

    .category-card {
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      cursor: pointer;
    }

    .category-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    }

    .category-card::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 60%;
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
      pointer-events: none;
    }

    .category-card:hover::after {
      height: 70%;
    }

    .brand-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 14px 12px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.06);
      transition: all 0.3s ease;
    }

    .brand-item:hover {
      border-color: rgba(200, 162, 75, 0.5);
      background: rgba(255, 255, 255, 0.1);
      transform: translateY(-2px);
    }

    .fade-up {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }

    .fade-up.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .cta-card {
      position: relative;
      overflow: hidden;
      border-radius: 20px;
    }

    .service-card {
      text-align: center;
      padding: 24px 20px;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.08);
      transition: all 0.3s ease;
    }

    .service-card:hover {
      background: rgba(255, 255, 255, 0.1);
      border-color: rgba(200, 162, 75, 0.3);
      transform: translateY(-4px);
    }

    .timeline-item {
      position: relative;
      padding-left: 28px;
      padding-bottom: 24px;
    }

    .timeline-item::before {
      content: '';
      position: absolute;
      left: 5px;
      top: 8px;
      bottom: -8px;
      width: 2px;
      background: linear-gradient(180deg, var(--bxm-gold), var(--bxm-gold-lighter));
    }

    .timeline-item:last-child::before {
      display: none;
    }

    .timeline-item::after {
      content: '';
      position: absolute;
      left: 0;
      top: 6px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: var(--bxm-gold);
      border: 2px solid white;
      box-shadow: 0 0 0 2px var(--bxm-gold);
    }

    .faq-item {
      overflow: hidden;
      border: 1px solid var(--bxm-border);
      background: var(--bxm-surface);
      border-radius: 12px;
      transition: border-color 0.3s ease;
    }

    .faq-item:hover {
      border-color: var(--bxm-gold-lighter);
    }

    .section-subtitle {
      font-family: var(--bxm-font-family-body);
      font-size: 15px;
      color: var(--bxm-text-secondary);
      margin-top: 12px;
    }

    .fade-up-delay-1 {
      transition-delay: 0.1s;
    }

    .fade-up-delay-2 {
      transition-delay: 0.2s;
    }

    .fade-up-delay-3 {
      transition-delay: 0.3s;
    }

    .fade-up-delay-4 {
      transition-delay: 0.4s;
    }

    .fade-up-delay-5 {
      transition-delay: 0.5s;
    }

    .fade-up-delay-6 {
      transition-delay: 0.6s;
    }

    @media (max-width: 768px) {
      .stat-number {
        font-size: 36px;
      }

      .section-title {
        font-size: 26px;
      }

      .hero-section {
        min-height: 70vh;
      }
    }

    @media (max-width: 480px) {
      .stat-number {
        font-size: 30px;
      }
    }
  