﻿/* service-miniprogram.css - Extracted from inline styles */
:root {
      --red: #E60012; --red-hover: #CC0010; --red-light: rgba(230,0,18,0.08);
      --blue: #003366; --blue-light: #0066cc; --blue-lighter: #e8f0fa;
      --nav-bg: #0a1628; --body-bg: #ffffff; --section-bg: #f5f7fa;
      --text-dark: #333333; --text-body: #555555; --text-muted: #888888;
      --border-light: #e5e7eb; --card-shadow: 0 2px 12px rgba(0,0,0,0.08);
      --card-shadow-hover: 0 8px 30px rgba(0,0,0,0.12); --header-h: 120px;
      --font-body: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', system-ui, sans-serif;
      --font-display: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', system-ui, sans-serif;
    }
    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { background: var(--body-bg); color: var(--text-dark); font-family: var(--font-body); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
    ::-webkit-scrollbar { width: 6px; } ::-webkit-scrollbar-track { background: #f0f0f0; } ::-webkit-scrollbar-thumb { background: #ccc; border-radius: 3px; }
    @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
    .animate-on-scroll { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .animate-on-scroll.visible { opacity: 1; transform: translateY(0); }

    /* HEADER */
    
    
    
    .logo { font-size: 22px; font-weight: 800; color: #fff; text-decoration: none; letter-spacing: -0.5px; }
    .logo span { color: var(--red); }
    
    
    
    
    
    
    
    
    
    
    
    

    /* HERO */
    .hero-banner { position: relative; overflow: hidden; padding: 140px 32px 100px; min-height: 520px; display: flex; align-items: center; background: linear-gradient(135deg, #0a1628 0%, #0f2035 40%, #132a45 100%); }
    .hero-banner::before { content: ''; position: absolute; inset: 0; background: url('../images/hero-miniprogram.jpg') center/cover no-repeat; opacity: 0.5; z-index: 1; }
    .hero-banner::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,22,40,0.5) 0%, rgba(15,32,53,0.3) 50%, rgba(10,22,40,0.4) 100%); z-index: 2; }
    .hero-inner { max-width: 1440px; margin: 0 auto; position: relative; z-index: 3; width: 100%; }
    .breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(255,255,255,0.35); margin-bottom: 28px; }
    .breadcrumb a { color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s; }
    .breadcrumb a:hover { color: var(--red); }
    .breadcrumb .sep { color: rgba(255,255,255,0.2); }
    .breadcrumb .current { color: rgba(255,255,255,0.6); }
    .hero-label { display: inline-flex; align-items: center; gap: 6px; padding: 6px 16px; background: var(--red-light); border: 1px solid rgba(230,0,18,0.2); border-radius: 100px; font-size: 12px; font-weight: 600; color: var(--red); letter-spacing: 0.05em; margin-bottom: 20px; }
    .hero-title { font-family: var(--font-display); font-size: clamp(32px, 5vw, 56px); font-weight: 900; line-height: 1.2; color: #fff; margin-bottom: 16px; text-wrap: balance; word-break: keep-all; }
    .hero-subtitle { font-size: 18px; color: rgba(255,255,255,0.5); font-weight: 500; letter-spacing: 0.1em; margin-bottom: 24px; }
    .hero-desc { font-size: 16px; line-height: 1.8; color: rgba(255,255,255,0.7); max-width: 700px; }
    .hero-btns { display: flex; gap: 16px; margin-top: 32px; flex-wrap: wrap; }
    .btn-hero-primary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; font-size: 15px; font-weight: 600; color: #fff; background: var(--red); border: none; border-radius: 8px; cursor: pointer; text-decoration: none; transition: all 0.3s; }
    .btn-hero-primary:hover { background: var(--red-hover); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(230,0,18,0.3); }
    .btn-hero-secondary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; font-size: 15px; font-weight: 600; color: #fff; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 8px; cursor: pointer; text-decoration: none; transition: all 0.3s; }
    .btn-hero-secondary:hover { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.3); }

    /* SECTION COMMON */
    .section-header { text-align: center; margin-bottom: 56px; }
    .section-header h2 { font-size: 32px; font-weight: 800; color: var(--blue); margin-bottom: 12px; }
    .section-header p { font-size: 16px; color: var(--text-muted); max-width: 600px; margin: 0 auto; }

    /* PLATFORM SUPPORT */
    .platform-section { padding: 80px 32px; background: var(--body-bg); }
    .platform-inner { max-width: 1440px; margin: 0 auto; }
    .platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
    .platform-card { background: #fff; border: 1px solid var(--border-light); border-radius: 20px; padding: 48px 32px; text-align: center; box-shadow: var(--card-shadow); transition: all 0.4s; position: relative; overflow: hidden; }
    .platform-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 6px; transform: scaleX(0); transition: transform 0.4s; }
    .platform-card:hover { transform: translateY(-8px); box-shadow: var(--card-shadow-hover); }
    .platform-card:hover::after { transform: scaleX(1); }
    .platform-card.wechat::after { background: #07c160; }
    .platform-card.alipay::after { background: #1677ff; }
    .platform-card.douyin::after { background: #161823; }
    .platform-logo { width: 80px; height: 80px; border-radius: 24px; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; font-size: 36px; }
    .platform-logo.wechat { background: linear-gradient(135deg, rgba(7,193,96,0.1), rgba(7,193,96,0.05)); }
    .platform-logo.alipay { background: linear-gradient(135deg, rgba(22,119,255,0.1), rgba(22,119,255,0.05)); }
    .platform-logo.douyin { background: linear-gradient(135deg, rgba(22,24,35,0.1), rgba(254,44,85,0.05)); }
    .platform-card h3 { font-size: 22px; font-weight: 700; color: var(--blue); margin-bottom: 12px; }
    .platform-card p { font-size: 14px; line-height: 1.8; color: var(--text-body); margin-bottom: 20px; }
    .platform-features { list-style: none; padding: 0; }
    .platform-features li { font-size: 13px; color: var(--text-muted); padding: 6px 0; display: flex; align-items: center; justify-content: center; gap: 8px; }
    .platform-features li::before { content: '\2713'; color: var(--red); font-weight: 700; font-size: 14px; }

    /* TYPE GRID */
    .type-section { padding: 80px 32px; background: var(--section-bg); }
    .type-inner { max-width: 1440px; margin: 0 auto; }
    .type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .type-card { background: #fff; border-radius: 16px; padding: 32px 24px; box-shadow: var(--card-shadow); border: 1px solid var(--border-light); transition: all 0.3s; text-align: center; }
    .type-card:hover { transform: translateY(-4px); box-shadow: var(--card-shadow-hover); border-color: rgba(230,0,18,0.15); }
    .type-icon { width: 60px; height: 60px; border-radius: 16px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; font-size: 28px; transition: all 0.3s; }
    .type-card:hover .type-icon { transform: scale(1.1); }
    .type-card:nth-child(1) .type-icon { background: rgba(255,107,107,0.1); }
    .type-card:nth-child(2) .type-icon { background: rgba(255,159,67,0.1); }
    .type-card:nth-child(3) .type-icon { background: rgba(46,139,87,0.1); }
    .type-card:nth-child(4) .type-icon { background: rgba(66,133,244,0.1); }
    .type-card:nth-child(5) .type-icon { background: rgba(156,39,176,0.1); }
    .type-card:nth-child(6) .type-icon { background: rgba(0,150,136,0.1); }
    .type-card h3 { font-size: 17px; font-weight: 700; color: var(--blue); margin-bottom: 8px; }
    .type-card p { font-size: 13px; line-height: 1.7; color: var(--text-muted); }

    /* FEATURES LIST */
    .features-section { padding: 80px 32px; background: var(--body-bg); }
    .features-inner { max-width: 1440px; margin: 0 auto; }
    .features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
    .feature-item { text-align: center; padding: 40px 24px; }
    .feature-number { font-size: 48px; font-weight: 900; color: var(--red); opacity: 0.15; margin-bottom: 8px; font-family: var(--font-display); }
    .feature-item h3 { font-size: 20px; font-weight: 700; color: var(--blue); margin-bottom: 12px; }
    .feature-item p { font-size: 14px; line-height: 1.8; color: var(--text-body); }
    .feature-item .feature-detail { margin-top: 16px; list-style: none; padding: 0; text-align: left; }
    .feature-item .feature-detail li { font-size: 13px; color: var(--text-muted); padding: 4px 0; display: flex; align-items: center; gap: 8px; }
    .feature-item .feature-detail li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--red); flex-shrink: 0; }

    /* TIMELINE */
    .timeline-section { padding: 80px 32px; background: var(--section-bg); }
    .timeline-inner { max-width: 1000px; margin: 0 auto; }
    .timeline { position: relative; padding: 20px 0; }
    .timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 3px; background: linear-gradient(to bottom, var(--red), rgba(230,0,18,0.1)); transform: translateX(-50%); }
    .timeline-item { display: flex; align-items: center; margin-bottom: 48px; position: relative; }
    .timeline-item:last-child { margin-bottom: 0; }
    .timeline-item:nth-child(odd) { flex-direction: row-reverse; }
    .timeline-content { width: calc(50% - 40px); background: #fff; border-radius: 16px; padding: 28px; box-shadow: var(--card-shadow); border: 1px solid var(--border-light); transition: all 0.3s; }
    .timeline-content:hover { box-shadow: var(--card-shadow-hover); transform: translateY(-2px); }
    .timeline-item:nth-child(odd) .timeline-content { margin-right: auto; }
    .timeline-item:nth-child(even) .timeline-content { margin-left: auto; }
    .timeline-dot { position: absolute; left: 50%; transform: translateX(-50%); width: 24px; height: 24px; border-radius: 50%; background: var(--red); border: 4px solid #fff; box-shadow: 0 2px 8px rgba(230,0,18,0.3); z-index: 2; }
    .timeline-content h4 { font-size: 16px; font-weight: 700; color: var(--blue); margin-bottom: 4px; }
    .timeline-content .time-label { font-size: 12px; font-weight: 600; color: var(--red); margin-bottom: 8px; display: inline-block; padding: 2px 10px; background: var(--red-light); border-radius: 100px; }
    .timeline-content p { font-size: 14px; line-height: 1.7; color: var(--text-body); }

    /* CTA */
    .cta-section { padding: 80px 32px; background: linear-gradient(135deg, #0a1628 0%, #0f2035 100%); position: relative; overflow: hidden; }
    .cta-section::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(230,0,18,0.1) 0%, transparent 60%); pointer-events: none; }
    .cta-inner { max-width: 1440px; margin: 0 auto; position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
    .cta-info { flex: 1; }
    .cta-info h2 { font-size: 30px; font-weight: 700; color: #fff; margin-bottom: 16px; }
    .cta-info p { font-size: 16px; line-height: 1.8; color: rgba(255,255,255,0.6); margin-bottom: 24px; }
    .cta-contacts { display: flex; flex-direction: column; gap: 12px; }
    .cta-contact { display: flex; align-items: center; gap: 10px; font-size: 15px; color: rgba(255,255,255,0.7); }
    .cta-contact strong { color: #fff; }
    .cta-contact-icon { width: 36px; height: 36px; border-radius: 8px; background: rgba(230,0,18,0.15); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; color: var(--red); }
    .cta-contact-icon .svg-icon svg { width: 18px; height: 18px; }
    .cta-form { width: 400px; flex-shrink: 0; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 32px; backdrop-filter: blur(10px); }
    .cta-form h3 { font-size: 20px; font-weight: 600; color: #fff; margin-bottom: 20px; }
    .form-group { margin-bottom: 16px; }
    .form-input { width: 100%; padding: 12px 16px; font-size: 14px; color: #fff; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; outline: none; transition: all 0.3s; font-family: var(--font-body); }
    .form-input:focus { border-color: var(--red); background: rgba(255,255,255,0.1); }
    .form-input::placeholder { color: rgba(255,255,255,0.3); }
    .form-textarea { width: 100%; padding: 12px 16px; font-size: 14px; color: #fff; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; outline: none; resize: vertical; min-height: 100px; transition: all 0.3s; font-family: var(--font-body); }
    .form-textarea:focus { border-color: var(--red); background: rgba(255,255,255,0.1); }
    .form-textarea::placeholder { color: rgba(255,255,255,0.3); }
    .btn-submit { width: 100%; padding: 14px; font-size: 15px; font-weight: 600; color: #fff; background: var(--red); border: none; border-radius: 8px; cursor: pointer; transition: all 0.3s; font-family: var(--font-body); }
    .btn-submit:hover { background: var(--red-hover); }

    /* FOOTER */
    .site-footer { background: #fff; border-top: 1px solid var(--border-light); padding: 48px 32px 24px; }
    .footer-inner { max-width: 1440px; margin: 0 auto; }
    .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 40px; }
    .footer-brand .logo { margin-bottom: 12px; display: inline-block; }
    .footer-brand p { font-size: 14px; line-height: 1.7; color: var(--text-muted); margin-bottom: 16px; }
    .footer-social { display: flex; gap: 8px; }
    .footer-social a { width: 36px; height: 36px; border-radius: 8px; background: var(--section-bg); display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--text-muted); text-decoration: none; transition: all 0.2s; }
    .footer-social a:hover { background: var(--red-light); color: var(--red); }
    .footer-col h4 { font-size: 15px; font-weight: 600; color: var(--text-dark); margin-bottom: 16px; }
    .footer-col ul { list-style: none; } .footer-col li { margin-bottom: 10px; }
    .footer-col a { font-size: 14px; color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
    .footer-col a:hover { color: var(--red); }
    .footer-bottom { padding-top: 24px; border-top: 1px solid var(--border-light); display: flex; align-items: center; justify-content: space-between; }
    .footer-bottom p { font-size: 13px; color: var(--text-muted); }
    .footer-tags { display: flex; gap: 12px; flex-wrap: wrap; }
    .footer-tag { font-size: 12px; color: var(--text-muted); padding: 4px 12px; background: var(--section-bg); border-radius: 100px; }@media (max-width: 1440px) {
      .platform-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
      .type-grid { grid-template-columns: repeat(2, 1fr); }
      .features-grid { grid-template-columns: repeat(2, 1fr); }
      .timeline::before { left: 24px; }
      .timeline-item, .timeline-item:nth-child(odd) { flex-direction: row; padding-left: 60px; }
      .timeline-dot { left: 24px; }
      .timeline-content { width: 100%; }
      .timeline-item:nth-child(odd) .timeline-content, .timeline-item:nth-child(even) .timeline-content { margin: 0; }
      .footer-grid { grid-template-columns: repeat(2, 1fr); }
      .cta-inner { flex-direction: column; } .cta-form { width: 100%; }
    }
    @media (max-width: 640px) {
      .type-grid { grid-template-columns: 1fr; }
      .features-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
      
      .hero-banner { padding: 120px 16px 60px; min-height: 400px; }
    }
