﻿/* service-marketing.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; }
    .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); }
     
    
    .logo { font-size: 22px; font-weight: 800; color: #fff; text-decoration: none; letter-spacing: -0.5px; } .logo span { color: var(--red); }
        
       
      
    .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-marketing.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; }
    .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-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; }

    /* CHANNEL MATRIX */
    .channel-section { padding: 80px 32px; background: var(--body-bg); }
    .channel-inner { max-width: 1440px; margin: 0 auto; }
    .channel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .channel-card { background: #fff; border-radius: 20px; padding: 40px 32px; box-shadow: var(--card-shadow); border: 1px solid var(--border-light); display: flex; align-items: flex-start; gap: 24px; transition: all 0.4s; }
    .channel-card:hover { transform: translateY(-4px); box-shadow: var(--card-shadow-hover); }
    .svg-icon { display: inline-flex; align-items: center; justify-content: center; }
    .svg-icon svg { width: 28px; height: 28px; }
    .channel-icon { width: 72px; height: 72px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 32px; flex-shrink: 0; }
    .channel-card:nth-child(1) .channel-icon { background: linear-gradient(135deg, rgba(33,150,243,0.15), rgba(33,150,243,0.05)); color: #2196F3; }
    .channel-card:nth-child(2) .channel-icon { background: linear-gradient(135deg, rgba(230,0,18,0.15), rgba(230,0,18,0.05)); color: #E60012; }
    .channel-card:nth-child(3) .channel-icon { background: linear-gradient(135deg, rgba(255,152,0,0.15), rgba(255,152,0,0.05)); color: #FF9800; }
    .channel-card:nth-child(4) .channel-icon { background: linear-gradient(135deg, rgba(156,39,176,0.15), rgba(156,39,176,0.05)); color: #9C27B0; }
    .channel-card h3 { font-size: 20px; font-weight: 700; color: var(--blue); margin-bottom: 8px; }
    .channel-card p { font-size: 14px; line-height: 1.7; color: var(--text-body); margin-bottom: 12px; }
    .channel-tags { display: flex; flex-wrap: wrap; gap: 6px; }
    .channel-tag { font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 100px; background: var(--section-bg); color: var(--text-muted); }

    /* ALTERNATING CONTENT */
    .content-section { padding: 80px 32px; }
    .content-inner { max-width: 1440px; margin: 0 auto; }
    .content-block { display: flex; align-items: center; gap: 60px; margin-bottom: 80px; }
    .content-block:last-child { margin-bottom: 0; }
    .content-block.reverse { flex-direction: row-reverse; }
    .content-block-text { flex: 1; }
    .content-block-visual { flex: 1; border-radius: 20px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.08); aspect-ratio: 16/10; }
    .content-block-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .content-block-text h3 { font-size: 26px; font-weight: 800; color: var(--blue); margin-bottom: 16px; }
    .content-block-text p { font-size: 15px; line-height: 1.8; color: var(--text-body); margin-bottom: 16px; }
    .content-block-text ul { list-style: none; padding: 0; }
    .content-block-text li { font-size: 14px; color: var(--text-body); padding: 8px 0; display: flex; align-items: center; gap: 10px; border-bottom: 1px dashed var(--border-light); }
    .content-block-text li:last-child { border-bottom: none; }
    .content-block-text li::before { content: '\2713'; color: var(--red); font-weight: 700; }

    /* REPORT */
    .report-section { padding: 80px 32px; background: var(--section-bg); }
    .report-inner { max-width: 1440px; margin: 0 auto; }
    .report-card { background: #fff; border-radius: 20px; padding: 48px; box-shadow: var(--card-shadow); border: 1px solid var(--border-light); }
    .report-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 32px; }
    .report-item { text-align: center; padding: 24px; }
    .report-item-icon { width: 48px; height: 48px; border-radius: 12px; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; background: var(--red-light); color: #E60012; }
    .report-item-icon .svg-icon svg { width: 20px; height: 20px; }
    .report-item h4 { font-size: 16px; font-weight: 700; color: var(--blue); margin-bottom: 6px; }
    .report-item p { font-size: 13px; color: var(--text-muted); }

    /* CASES */
    .cases-section { padding: 80px 32px; background: var(--body-bg); }
    .cases-inner { max-width: 1440px; margin: 0 auto; }
    .cases-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
    .case-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: var(--card-shadow); border: 1px solid var(--border-light); transition: all 0.3s; }
    .case-card:hover { transform: translateY(-4px); box-shadow: var(--card-shadow-hover); }
    .case-card-top { background: var(--section-bg); padding: 32px; border-bottom: 1px solid var(--border-light); }
    .case-card-top h3 { font-size: 18px; font-weight: 700; color: var(--blue); margin-bottom: 8px; }
    .case-card-top p { font-size: 13px; color: var(--text-muted); line-height: 1.7; }
    .case-card-bottom { padding: 24px 32px; display: flex; gap: 32px; }
    .case-metric { text-align: center; flex: 1; }
    .case-metric-value { font-size: 24px; font-weight: 900; color: var(--red); font-family: var(--font-display); }
    .case-metric-label { font-size: 12px; color: var(--text-muted); margin-top: 4px; }

    .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); }
    .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) { .channel-grid { grid-template-columns: 1fr; } .content-block, .content-block.reverse { flex-direction: column; } .cases-grid { grid-template-columns: 1fr; } .report-features { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: repeat(2, 1fr); } .cta-inner { flex-direction: column; } .cta-form { width: 100%; } }
    @media (max-width: 640px) { .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; } }
