*{margin:0;padding:0;box-sizing:border-box}
:root{--adobe-red:#FA0F00;--adobe-dark:#202020;--adobe-gray:#f5f5f5;--text:#202020;--text2:#6e6e6e;--white:#fff;--cream:#faf6f2}
body{font-family:"Adobe Clean","PingFang SC","Microsoft YaHei",sans-serif;color:var(--text);line-height:1.7;background:#fff}
a{text-decoration:none;color:inherit}
.container{max-width:1180px;margin:0 auto;padding:0 32px}
.time-bar{background:var(--adobe-dark);color:#d0d0d0;font-size:12px;padding:6px 0}
.time-bar-inner{max-width:1180px;margin:0 auto;padding:0 32px;display:flex;justify-content:space-between}
.tb-status::before{content:"";display:inline-block;width:7px;height:7px;background:#3ab54a;border-radius:50%;margin-right:8px}
.site-header{background:#fff;position:sticky;top:0;z-index:100;border-bottom:1px solid #eee}
.nav-wrap{display:flex;align-items:center;height:68px;gap:36px}
.logo{font-size:25px;font-weight:800;color:var(--adobe-dark);font-style:italic}
.logo span{color:var(--adobe-red)}
.main-nav ul{display:flex;list-style:none;gap:2px}
.main-nav a{display:block;padding:8px 15px;font-size:15px;color:var(--text);border-radius:4px;transition:.2s}
.main-nav a:hover,.main-nav a.active{background:#f0f0f0;color:var(--adobe-red)}
.btn-nav-cta{margin-left:auto;background:var(--adobe-dark);color:#fff;padding:11px 26px;font-size:14px;font-weight:600;border-radius:24px;transition:.2s}
.btn-nav-cta:hover{background:var(--adobe-red)}
/* Adobe产品大区块 */
.ad-hero{background:linear-gradient(120deg,#1a1a1a 0%,#3d1414 100%);color:#fff;padding:90px 0 100px}
.ad-hero .hero-label{font-size:14px;letter-spacing:2px;text-transform:uppercase;color:#ff8a80;margin-bottom:18px}
.ad-hero h1{font-size:52px;font-weight:800;line-height:1.15;max-width:780px;margin-bottom:22px;letter-spacing:-1px}
.ad-hero .hero-sub{font-size:19px;color:#d5d5d5;max-width:660px;margin-bottom:20px}
.ad-hero .promo{background:rgba(250,15,0,.15);border-left:3px solid var(--adobe-red);padding:12px 18px;font-size:14px;max-width:660px;margin-bottom:32px;color:#ffcdd2}
.hero-cta-row{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.btn-red{background:var(--adobe-red);color:#fff;padding:14px 34px;font-size:16px;font-weight:700;border-radius:28px;display:inline-block;transition:.2s}
.btn-red:hover{background:#d40e00}
.btn-ghost{border:1.5px solid #fff;color:#fff;padding:13px 32px;font-size:15px;border-radius:28px;display:inline-block}
.btn-ghost:hover{background:#fff;color:var(--adobe-dark)}
.free-trial{font-size:14px;color:#ffab91}
/* 产品专区 - Adobe核心：每个产品一个大横块 */
.product-zone{padding:80px 0}
.product-zone.alt{background:var(--adobe-gray)}
.product-zone.cream{background:var(--cream)}
.pz-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.pz-inner.reverse .pz-visual{order:2}
.pz-tag{display:inline-block;font-size:13px;font-weight:700;letter-spacing:1px;color:var(--adobe-red);text-transform:uppercase;margin-bottom:14px}
.pz-text h2{font-size:36px;font-weight:800;line-height:1.2;margin-bottom:16px;color:var(--adobe-dark)}
.pz-text .pz-desc{font-size:17px;color:var(--text2);margin-bottom:16px;line-height:1.8}
.pz-offer{font-size:14px;background:#fff3e0;border-left:3px solid #ff9800;padding:10px 16px;margin-bottom:24px;color:#7a4f00}
.pz-cta-row{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.pz-cta-row .btn-red{padding:12px 28px;font-size:15px}
.pz-cta-row .link-arrow{color:var(--adobe-red);font-weight:600;font-size:15px}
.pz-visual{height:340px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:80px;font-weight:800;color:#fff;position:relative;overflow:hidden}
.vz-1{background:linear-gradient(135deg,#FA0F00,#ff6f60)}
.vz-2{background:linear-gradient(135deg,#5e35b1,#9575cd)}
.vz-3{background:linear-gradient(135deg,#0077c8,#4fc3f7)}
.vz-4{background:linear-gradient(135deg,#2e7d32,#81c784)}
.vz-5{background:linear-gradient(135deg,#e65100,#ffb74d)}
.pz-visual .vz-label{position:absolute;bottom:20px;left:24px;font-size:15px;font-weight:600;letter-spacing:1px;opacity:.9}
/* 全部工具网格 */
.tools-section{padding:70px 0;background:#fff}
.tools-section h2{font-size:34px;font-weight:800;text-align:center;margin-bottom:12px}
.tools-section .ts-sub{text-align:center;color:var(--text2);font-size:16px;margin-bottom:48px}
.tools-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.tool-card{background:var(--adobe-gray);padding:28px 24px;border-radius:8px;transition:transform .2s,box-shadow .2s;border-top:3px solid transparent}
.tool-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px rgba(0,0,0,.1);border-top-color:var(--adobe-red)}
.tool-card .tc-icon{font-size:26px;font-weight:800;color:var(--adobe-red);margin-bottom:12px}
.tool-card h3{font-size:17px;font-weight:700;margin-bottom:8px}
.tool-card p{font-size:13.5px;color:var(--text2);line-height:1.6}
/* 步骤 */
.steps-band{background:var(--adobe-dark);color:#fff;padding:70px 0}
.steps-band h2{font-size:32px;text-align:center;margin-bottom:52px;font-weight:800}
.steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.step-item{background:#2a2a2a;padding:30px 24px;border-radius:8px;border-top:3px solid var(--adobe-red)}
.step-item .sn{font-size:14px;color:var(--adobe-red);font-weight:700;letter-spacing:1px}
.step-item h3{font-size:18px;margin:10px 0;font-weight:700}
.step-item p{font-size:14px;color:#bdbdbd;line-height:1.7}
/* 数据 */
.metrics{padding:64px 0;background:var(--cream)}
.metrics-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}
.metric .m-num{font-size:44px;font-weight:800;color:var(--adobe-red)}
.metric .m-label{font-size:14px;color:var(--text2);margin-top:8px}
/* FAQ */
.faq-band{padding:70px 0}
.faq-band h2{font-size:32px;text-align:center;margin-bottom:44px;font-weight:800}
.faq-wrap{max-width:840px;margin:0 auto}
.faq-item{border:1px solid #e8e8e8;border-radius:8px;margin-bottom:14px;padding:0 24px}
.faq-item summary{padding:20px 0;font-size:16px;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between}
.faq-item summary::after{content:"+";color:var(--adobe-red);font-size:22px}
.faq-item[open] summary::after{content:"−"}
.faq-item p{padding:0 0 20px;font-size:15px;color:var(--text2);line-height:1.85}
/* CTA */
.cta-band{background:var(--adobe-red);color:#fff;text-align:center;padding:64px 0}
.cta-band h2{font-size:32px;font-weight:800;margin-bottom:14px}
.cta-band p{font-size:16px;opacity:.92;margin-bottom:28px}
.cta-band .btn-white{background:#fff;color:var(--adobe-red);padding:14px 38px;font-weight:700;border-radius:28px;font-size:16px;display:inline-block}
/* 内页 */
.page-hero{background:linear-gradient(120deg,#1a1a1a,#3d1414);color:#fff;padding:60px 0}
.page-hero h1{font-size:38px;font-weight:800;margin-bottom:10px}
.page-hero p{color:#d5d5d5;font-size:17px}
.content-section{padding:56px 0}
.content-block{margin-bottom:40px}
.content-block h2{font-size:24px;font-weight:800;margin-bottom:16px;color:var(--adobe-dark)}
.content-block h3{font-size:18px;margin:22px 0 10px}
.content-block p{font-size:15px;color:var(--text2);margin-bottom:14px;line-height:1.9}
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.price-card{border:1px solid #e8e8e8;border-radius:10px;padding:36px 28px;text-align:center}
.price-card.featured{border:2px solid var(--adobe-red);position:relative}
.price-card.featured::before{content:"最受欢迎";position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--adobe-red);color:#fff;padding:3px 18px;font-size:12px;border-radius:14px}
.price-card h3{font-size:20px;font-weight:800}
.price-card .price{font-size:42px;font-weight:800;color:var(--adobe-red);margin:14px 0}
.price-card .price small{font-size:14px;color:var(--text2);font-weight:400}
.price-card ul{list-style:none;text-align:left;margin:22px 0}
.price-card li{padding:8px 0;font-size:14px;color:var(--text2);border-bottom:1px solid #f2f2f2}
.price-card li::before{content:"✓ ";color:var(--adobe-red);font-weight:700}
.dl-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.dl-card{padding:28px;border:1px solid #e8e8e8;border-radius:10px;display:flex;gap:18px;align-items:center}
.dl-card:hover{border-color:var(--adobe-red)}
.dl-icon{width:58px;height:58px;background:var(--cream);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:26px;flex-shrink:0}
.dl-card h3{font-size:18px;font-weight:700}
.dl-card p{font-size:13px;color:var(--text2);margin:4px 0 8px}
.dl-card a{color:var(--adobe-red);font-weight:600;font-size:14px}
.site-footer{background:var(--adobe-dark);color:#b0b0b0;padding:56px 0 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:40px}
.footer-logo{font-size:22px;font-weight:800;color:#fff;font-style:italic;margin-bottom:14px}
.footer-logo span{color:var(--adobe-red)}
.footer-brand p{font-size:13px;line-height:1.7}
.footer-col h4{color:#fff;font-size:15px;margin-bottom:16px}
.footer-links{display:flex;flex-direction:column;gap:8px}
.footer-links a{font-size:13px;color:#b0b0b0}
.footer-links a:hover{color:#fff}
.footer-col p{font-size:13px;margin-bottom:8px}
.footer-bottom{border-top:1px solid #333;padding:20px 0;display:flex;justify-content:space-between;font-size:12px}
@media(max-width:900px){.pz-inner,.tools-grid,.steps-row,.metrics-row,.price-grid,.dl-grid,.footer-grid{grid-template-columns:1fr}.pz-inner.reverse .pz-visual{order:0}.ad-hero h1{font-size:34px}.main-nav{display:none}}
