/* ========================================
   传媒公司网站 - 暗色电影风格主题
   独特配色：深紫+珊瑚红+金色
   ======================================== */

/* CSS Reset & Base */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Noto Sans SC','PingFang SC','Microsoft YaHei','Hiragino Sans GB',sans-serif;background:#0b0b1a;color:#e8e6f0;line-height:1.8;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:#ff6b6b;text-decoration:none;transition:color .3s ease}
a:hover{color:#ffd166}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3;color:#fff}
h1{font-size:2rem}
h2{font-size:1.6rem;margin-bottom:1rem}
h3{font-size:1.3rem;margin-bottom:.8rem}
p{margin-bottom:1rem}

/* Layout Container */
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}

/* ========== HEADER ========== */
.site-header{background:linear-gradient(135deg,#0b0b1a 0%,#1a1a3e 100%);padding:1rem 0;border-bottom:2px solid rgba(255,107,107,.3);position:relative;z-index:100}
.header-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}
.logo-area{display:flex;align-items:center;gap:.6rem}
.logo-area img{width:40px;height:40px}
.logo-area span{font-size:1.2rem;font-weight:800;background:linear-gradient(90deg,#ff6b6b,#ffd166);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}

/* Navigation */
.main-nav{width:100%}
.nav-toggle{display:block;background:none;border:2px solid #ff6b6b;color:#ff6b6b;padding:.4rem .8rem;border-radius:6px;font-size:1rem;cursor:pointer}
.nav-list{display:none;flex-direction:column;gap:0;width:100%;padding-top:.5rem}
.nav-list.active{display:flex}
.nav-list li a{display:block;padding:.7rem 1rem;color:#e8e6f0;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.05);transition:all .3s}
.nav-list li a:hover,.nav-list li a.current{color:#ffd166;background:rgba(255,209,102,.08)}

/* ========== HERO SECTION ========== */
.hero-section{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#0b0b1a}
.hero-bg{position:absolute;inset:0;z-index:1}
.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.35;filter:blur(2px)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,11,26,.6) 0%,rgba(11,11,26,.95) 100%);z-index:2}
.hero-content{position:relative;z-index:3;text-align:center;padding:3rem 1rem}
.hero-content h1{font-size:2.2rem;margin-bottom:1rem;text-shadow:0 4px 20px rgba(255,107,107,.4)}
.hero-content p{font-size:1.05rem;color:#c5c3d4;max-width:600px;margin:0 auto 1.5rem}
.btn-primary{display:inline-block;padding:.8rem 2rem;background:linear-gradient(135deg,#e63946,#ff6b6b);color:#fff;border-radius:50px;font-weight:700;font-size:1rem;transition:all .3s;box-shadow:0 4px 20px rgba(230,57,70,.4)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px rgba(230,57,70,.6);color:#fff}

/* ========== VIDEO MODULE ========== */
.video-showcase{background:linear-gradient(180deg,#0f0f2a,#0b0b1a);padding:3rem 0}
.video-wrapper{position:relative;width:100%;max-width:800px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 8px 40px rgba(230,57,70,.2)}
.video-wrapper video{width:100%;display:block;border-radius:16px}
.video-placeholder{position:relative;padding-top:56.25%;background:#1a1a3e;border-radius:16px}
.video-placeholder img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:16px}
.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;background:rgba(230,57,70,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;z-index:5}
.play-btn::after{content:'';width:0;height:0;border-left:22px solid #fff;border-top:14px solid transparent;border-bottom:14px solid transparent;margin-left:4px}
.play-btn:hover{background:#e63946;transform:translate(-50%,-50%) scale(1.1)}

/* ========== SECTION STYLES ========== */
.section-block{padding:3rem 0}
.section-block:nth-child(even){background:linear-gradient(180deg,#0f0f2a,#12122e)}
.section-title{text-align:center;margin-bottom:2rem;position:relative}
.section-title h2{display:inline-block;position:relative;padding-bottom:.5rem}
.section-title h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#e63946,#ffd166);border-radius:3px}

/* ========== CREATOR PROFILE ========== */
.creator-profile{display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center}
.creator-avatar{width:140px;height:140px;border-radius:50%;overflow:hidden;border:3px solid #e63946;box-shadow:0 4px 20px rgba(230,57,70,.3)}
.creator-avatar img{width:100%;height:100%;object-fit:cover}
.creator-info h3{color:#ffd166;margin-bottom:.5rem}
.creator-info .title-tag{display:inline-block;padding:.2rem .8rem;background:rgba(230,57,70,.15);color:#ff6b6b;border-radius:20px;font-size:.85rem;margin-bottom:.8rem}

/* ========== CARD GRID ========== */
.card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.media-card{background:linear-gradient(145deg,#1a1a3e,#12122e);border-radius:12px;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);border:1px solid rgba(255,107,107,.1)}
.media-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(230,57,70,.2);border-color:rgba(255,107,107,.3)}
.media-card .card-img{position:relative;padding-top:140%;overflow:hidden}
.media-card .card-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}
.media-card:hover .card-img img{transform:scale(1.05)}
.media-card .card-body{padding:.8rem}
.media-card .card-body h4{font-size:.95rem;color:#fff;margin-bottom:.3rem}
.media-card .card-body p{font-size:.8rem;color:#a8a6b8;margin-bottom:.3rem}
.card-rating{color:#ffd166;font-size:.85rem}

/* ========== SERVICE MODULE ========== */
.service-grid{display:grid;grid-template-columns:1fr;gap:1.2rem}
.service-item{background:linear-gradient(145deg,#1a1a3e,#151530);padding:1.5rem;border-radius:12px;border-left:4px solid #e63946;transition:all .3s}
.service-item:hover{border-left-color:#ffd166;background:linear-gradient(145deg,#1e1e45,#1a1a3e)}
.service-item .icon-circle{width:50px;height:50px;background:linear-gradient(135deg,#e63946,#ff6b6b);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.3rem;color:#fff}
.service-item h4{color:#ffd166;margin-bottom:.5rem}

/* ========== STAR COLLAB ========== */
.star-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.star-card{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:3/4}
.star-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.star-card:hover img{transform:scale(1.08)}
.star-card .star-overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(transparent,rgba(11,11,26,.9));color:#fff}
.star-card .star-overlay h4{font-size:.95rem;color:#ffd166}

/* ========== CONSULT CTA ========== */
.consult-cta{background:linear-gradient(135deg,#e63946,#c62828);padding:3rem 1rem;text-align:center;border-radius:16px;margin:2rem 1rem}
.consult-cta h2{color:#fff;margin-bottom:1rem}
.consult-cta p{color:rgba(255,255,255,.85);margin-bottom:1.5rem}
.btn-gold{display:inline-block;padding:.8rem 2.5rem;background:linear-gradient(135deg,#ffd166,#f4a261);color:#1a1a2e;border-radius:50px;font-weight:700;font-size:1rem;transition:all .3s;box-shadow:0 4px 20px rgba(255,209,102,.4)}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 6px 30px rgba(255,209,102,.6);color:#1a1a2e}

/* ========== ABOUT SECTION ========== */
.about-content{background:linear-gradient(145deg,#12122e,#0f0f2a);padding:2rem;border-radius:16px;border:1px solid rgba(255,107,107,.1)}
.about-content p{color:#c5c3d4;text-indent:2em}

/* ========== PAYMENT ========== */
.payment-section{text-align:center}
.payment-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem}
.payment-icons .pay-item{background:#1a1a3e;padding:.8rem 1.2rem;border-radius:10px;min-width:120px;text-align:center;border:1px solid rgba(255,107,107,.1);transition:all .3s}
.payment-icons .pay-item:hover{border-color:#ffd166}
.payment-icons .pay-item span{display:block;font-size:.85rem;color:#c5c3d4;margin-top:.3rem}

/* ========== LICENSE ========== */
.license-box{background:linear-gradient(145deg,#1a1a3e,#12122e);padding:2rem;border-radius:16px;border:1px solid rgba(255,209,102,.2);text-align:center}
.license-badge{width:100px;height:100px;margin:0 auto 1rem;border-radius:50%;overflow:hidden;border:3px solid #ffd166}
.license-badge img{width:100%;height:100%;object-fit:cover}

/* ========== SUPPORT ========== */
.support-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.support-card{background:#1a1a3e;padding:1.2rem;border-radius:12px;text-align:center;border:1px solid rgba(255,107,107,.1);transition:all .3s}
.support-card:hover{border-color:#ff6b6b}
.support-card .support-icon{font-size:1.8rem;margin-bottom:.5rem}
.support-card h4{color:#ffd166;font-size:.95rem;margin-bottom:.3rem}
.support-card p{font-size:.8rem;color:#a8a6b8}

/* ========== FAQ ========== */
.faq-list{display:flex;flex-direction:column;gap:.8rem}
.faq-item{background:#1a1a3e;border-radius:12px;overflow:hidden;border:1px solid rgba(255,107,107,.1)}
.faq-question{padding:1rem 1.2rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#fff;transition:all .3s}
.faq-question:hover{color:#ffd166}
.faq-question::after{content:'+';font-size:1.3rem;color:#ff6b6b;transition:transform .3s}
.faq-item.active .faq-question::after{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease;padding:0 1.2rem}
.faq-item.active .faq-answer{max-height:500px;padding:0 1.2rem 1rem}
.faq-answer p{color:#c5c3d4;font-size:.9rem}

/* ========== REVIEWS ========== */
.review-list{display:flex;flex-direction:column;gap:1rem}
.review-card{background:linear-gradient(145deg,#1a1a3e,#151530);padding:1.2rem;border-radius:12px;border:1px solid rgba(255,107,107,.08)}
.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}
.review-header .reviewer-name{font-weight:700;color:#ffd166}
.review-header .review-date{font-size:.8rem;color:#777}
.review-city{font-size:.8rem;color:#a8a6b8;margin-bottom:.3rem}
.review-stars{color:#ffd166;margin-bottom:.5rem}
.review-text{color:#c5c3d4;font-size:.9rem}

/* ========== BREADCRUMB ========== */
.breadcrumb{padding:.8rem 0;font-size:.85rem}
.breadcrumb a{color:#a8a6b8}
.breadcrumb a:hover{color:#ff6b6b}
.breadcrumb span{color:#666;margin:0 .3rem}

/* ========== FOOTER ========== */
.site-footer{background:linear-gradient(180deg,#0a0a18,#050510);padding:2.5rem 0 1rem;border-top:2px solid rgba(230,57,70,.2)}
.footer-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}
.footer-col h4{color:#ffd166;font-size:1rem;margin-bottom:.8rem;position:relative;padding-bottom:.4rem}
.footer-col h4::after{content:'';position:absolute;bottom:0;left:0;width:30px;height:2px;background:#e63946}
.footer-col ul li{margin-bottom:.4rem}
.footer-col ul li a{color:#a8a6b8;font-size:.9rem;transition:color .3s}
.footer-col ul li a:hover{color:#ff6b6b}
.footer-social{display:flex;gap:.8rem;margin-top:.5rem}
.footer-social a{width:36px;height:36px;background:#1a1a3e;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ff6b6b;transition:all .3s;font-size:.9rem}
.footer-social a:hover{background:#e63946;color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:1rem;text-align:center}
.footer-bottom p{font-size:.8rem;color:#666}
.footer-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.8rem}
.footer-badges span{background:#1a1a3e;padding:.3rem .6rem;border-radius:6px;font-size:.75rem;color:#a8a6b8}

/* ========== INNER PAGE ========== */
.inner-hero{padding:3rem 1rem;text-align:center;background:linear-gradient(135deg,#0f0f2a,#1a1a3e)}
.inner-hero h1{font-size:1.8rem;margin-bottom:.5rem}
.inner-hero p{color:#a8a6b8}
.content-article{padding:2rem 0}
.content-article p{color:#c5c3d4;text-indent:2em;margin-bottom:1.2rem;line-height:2}
.content-article h2{color:#ffd166;margin:2rem 0 1rem;padding-left:.8rem;border-left:4px solid #e63946}
.content-article h3{color:#ff6b6b;margin:1.5rem 0 .8rem}
.content-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.5rem 0}
.content-gallery img{border-radius:10px;width:100%;aspect-ratio:16/10;object-fit:cover}

/* ========== APP DOWNLOAD ========== */
.app-hero{padding:3rem 1rem;text-align:center;background:linear-gradient(135deg,#e63946,#c62828)}
.app-hero h1{color:#fff;font-size:2rem;margin-bottom:1rem}
.app-hero p{color:rgba(255,255,255,.9)}
.app-features{display:grid;grid-template-columns:1fr;gap:1rem;padding:2rem 0}
.app-feature-card{background:#1a1a3e;padding:1.5rem;border-radius:12px;text-align:center;border:1px solid rgba(255,107,107,.1)}
.app-feature-card .feat-icon{font-size:2rem;margin-bottom:.8rem}
.app-feature-card h4{color:#ffd166;margin-bottom:.5rem}
.download-btns{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-top:1.5rem}
.dl-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 2rem;border-radius:12px;font-weight:700;font-size:1rem;transition:all .3s;min-width:220px;justify-content:center}
.dl-btn-ios{background:#1a1a3e;color:#fff;border:2px solid #ff6b6b}
.dl-btn-android{background:linear-gradient(135deg,#e63946,#ff6b6b);color:#fff}
.dl-btn:hover{transform:translateY(-2px)}

/* ========== RESPONSIBLE SECTION ========== */
.responsible-box{background:linear-gradient(145deg,#1a1a3e,#12122e);padding:1.5rem;border-radius:12px;border:1px solid rgba(255,209,102,.15)}
.responsible-box h3{color:#ffd166}
.responsible-box ul{padding-left:1.2rem}
.responsible-box ul li{color:#c5c3d4;margin-bottom:.5rem;position:relative;padding-left:1rem}
.responsible-box ul li::before{content:'';position:absolute;left:0;top:.6rem;width:6px;height:6px;background:#e63946;border-radius:50%}

/* ========== RESPONSIVE ========== */
@media(min-width:640px){
  .card-grid{grid-template-columns:repeat(3,1fr)}
  .star-gallery{grid-template-columns:repeat(3,1fr)}
  .support-grid{grid-template-columns:repeat(4,1fr)}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .app-features{grid-template-columns:repeat(2,1fr)}
  .download-btns{flex-direction:row;justify-content:center}
}
@media(min-width:1024px){
  .nav-toggle{display:none}
  .nav-list{display:flex!important;flex-direction:row;gap:0;width:auto;padding-top:0}
  .nav-list li a{padding:.5rem 1rem;border-bottom:none;font-size:.9rem}
  .main-nav{width:auto}
  .hero-content h1{font-size:3rem}
  h1{font-size:2.5rem}
  h2{font-size:1.8rem}
  .card-grid{grid-template-columns:repeat(4,1fr)}
  .star-gallery{grid-template-columns:repeat(4,1fr)}
  .footer-grid{grid-template-columns:repeat(4,1fr)}
  .service-grid{grid-template-columns:repeat(3,1fr)}
  .creator-profile{flex-direction:row;text-align:left}
  .content-gallery{grid-template-columns:repeat(3,1fr)}
  .app-features{grid-template-columns:repeat(3,1fr)}
}

/* ========== ANIMATIONS ========== */
@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.7}}
.fade-in{animation:fadeInUp .6s ease forwards}
.pulse-anim{animation:pulse 2s ease-in-out infinite}

/* ========== UTILITIES ========== */
.text-center{text-align:center}
.mt-1{margin-top:1rem}
.mt-2{margin-top:2rem}
.mb-1{margin-bottom:1rem}
.mb-2{margin-bottom:2rem}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
