:root{--bg:#fffaf7;--panel:#ffffff;--panel-soft:#fff1ed;--text:#222831;--muted:#626975;--line:#eadfd9;--brand:#b92d34;--brand-dark:#8d1d28;--accent:#f4b860;--shadow:0 18px 45px rgba(74,34,28,.10);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,92vw);margin:0 auto}.sr-only{position:absolute;left:-9999px}.topline{height:4px;background:linear-gradient(90deg,var(--brand),var(--accent))}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,250,247,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0}.brand-logo,.footer-logo{display:flex;align-items:center;gap:12px;font-weight:800}.brand-logo img,.footer-logo img{width:48px;height:48px}.brand-logo strong{display:block;font-size:22px}.brand-logo em{display:block;font-style:normal;font-size:12px;color:var(--muted)}.main-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.main-nav a{padding:9px 12px;border-radius:999px;color:#3f454d;font-size:14px}.main-nav a:hover,.main-nav a.active{background:var(--brand);color:#fff}.search-wrap{display:grid;grid-template-columns:1fr auto;gap:10px;padding:0 0 16px}.search-wrap input{border:1px solid var(--line);border-radius:14px;padding:13px 16px;background:#fff;font-size:15px}.search-wrap button,.btn,.consult-form button,.footer-cta{border:0;border-radius:14px;padding:13px 18px;background:var(--brand);color:#fff;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.search-wrap p{grid-column:1/-1;margin:0;color:var(--muted);font-size:13px}.hero{padding:76px 0 56px;background:radial-gradient(circle at top right,rgba(244,184,96,.35),transparent 34%),linear-gradient(135deg,#fff8f2,#fff)}.hero-grid,.sub-hero-grid,.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center}.eyebrow{margin:0 0 12px;color:var(--brand);font-weight:800;letter-spacing:.06em}.hero h1,.sub-hero h1{font-size:clamp(34px,5vw,58px);line-height:1.12;margin:0 0 20px}.hero-subtitle,.sub-hero p{font-size:18px;color:var(--muted);margin:0 0 24px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:22px 0}.btn.ghost{background:#fff;color:var(--brand);border:1px solid rgba(185,45,52,.25)}.trust-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:22px 0;padding:0;list-style:none}.trust-list li{background:#fff;border:1px solid var(--line);padding:10px 14px;border-radius:14px;color:#3f454d}.domain-note{background:var(--panel-soft);border-left:4px solid var(--brand);padding:12px 14px;border-radius:14px;color:#3f454d}.hero-card,.sub-hero figure{position:relative;margin:0;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:12px;box-shadow:var(--shadow);overflow:hidden}.hero-card img,.sub-hero img{border-radius:18px;aspect-ratio:4/3;object-fit:cover}.hero-card figcaption,.sub-hero figcaption{font-size:14px;color:var(--muted);padding:12px 6px 2px}.play-badge,.play-overlay{position:absolute;display:grid;place-items:center;border-radius:50%;background:rgba(185,45,52,.92);color:#fff;box-shadow:0 12px 24px rgba(185,45,52,.25)}.play-badge{right:34px;top:34px;width:64px;height:64px;font-size:26px}.section{padding:72px 0}.section.muted{background:#fff4ef}.section-head{max-width:820px;margin-bottom:30px}.section-head h2{font-size:clamp(26px,3.2vw,40px);line-height:1.2;margin:0 0 12px}.section-head p{color:var(--muted);margin:0}.card-grid{display:grid;gap:22px}.card-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-card,.scenario-list article,.update-list article,.review-grid article,.faq-list details,.prose{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}.feature-card img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px;margin-bottom:16px}.feature-card h3,.scenario-list h3,.video-content h3,.update-list h3,.review-grid h3{margin:0 0 8px;font-size:20px}.feature-card p,.scenario-list p,.video-content p,.update-list p,.review-grid p,.prose p{color:var(--muted);margin:0 0 12px}.metric{display:inline-flex;margin:4px 0 12px;color:var(--brand);font-weight:800}.tag-row{display:flex;flex-wrap:wrap;gap:8px}.tag-row span{background:var(--panel-soft);color:var(--brand-dark);border-radius:999px;padding:4px 10px;font-size:12px}.video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.video-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:.25s ease}.video-card:hover{transform:translateY(-4px)}.video-card figure{margin:0;position:relative;overflow:hidden}.video-card img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:.3s ease}.video-card:hover img{transform:scale(1.04);filter:brightness(.78)}.play-overlay{left:50%;top:50%;width:58px;height:58px;transform:translate(-50%,-50%) scale(.84);opacity:0;transition:.25s ease}.video-card:hover .play-overlay{opacity:1;transform:translate(-50%,-50%) scale(1)}.video-content{padding:18px}.stats{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.stats span{font-size:12px;color:#59616b;background:#f7f2ef;border-radius:999px;padding:4px 8px}.scenario-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.timeline{display:grid;gap:18px}.timeline article{display:grid;grid-template-columns:70px 1fr;gap:18px;background:#fff;border:1px solid var(--line);padding:20px;border-radius:var(--radius);box-shadow:var(--shadow)}.timeline article>span{width:54px;height:54px;border-radius:16px;background:var(--brand);color:#fff;display:grid;place-items:center;font-weight:900}.timeline h3{margin:0 0 6px}.timeline p{margin:0;color:var(--muted)}.timeline small{color:var(--brand);font-weight:800}.update-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.update-list time{color:var(--brand);font-weight:800}.faq-list{display:grid;gap:14px}.faq-list details{box-shadow:none}.faq-list summary{font-weight:800;cursor:pointer;color:#252b33}.faq-list p{color:var(--muted);margin:12px 0 0}.review-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.review-grid strong{color:var(--brand);font-size:18px}.review-grid h3{font-size:17px}.review-grid span{color:var(--muted);font-size:13px}.contact-band{background:linear-gradient(135deg,var(--brand),#5e1720);color:#fff}.contact-band .eyebrow,.contact-band p{color:rgba(255,255,255,.86)}.contact-band .contact-grid{align-items:start}.consult-form{background:#fff;color:var(--text);border-radius:var(--radius);padding:24px;display:grid;gap:14px;box-shadow:0 24px 50px rgba(0,0,0,.18)}.consult-form label{display:grid;gap:8px;font-weight:800}.consult-form input,.consult-form textarea{border:1px solid var(--line);border-radius:12px;padding:12px 14px;font:inherit}.consult-form textarea{min-height:110px;resize:vertical}.consult-form p{color:var(--muted);font-size:13px;margin:0}.sub-hero{padding:64px 0;background:linear-gradient(135deg,#fff8f4,#fff)}.breadcrumb{padding-top:18px;color:var(--muted);font-size:14px}.breadcrumb a{color:var(--brand);font-weight:700}.prose{max-width:900px}.contact-methods{padding:0;list-style:none}.contact-methods li{margin:10px 0;background:rgba(255,255,255,.12);padding:12px;border-radius:12px}.site-footer{background:#191b1f;color:#f5f5f5;padding:52px 0 0}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr 1fr;gap:36px}.footer-logo img{width:44px;height:44px}.footer-logo span{font-size:22px}.site-footer p{color:#cdd1d6}.site-footer h2{font-size:18px;margin:0 0 12px}.site-footer a{display:block;color:#e8edf3;margin:8px 0}.footer-cta{display:inline-flex!important;margin-top:14px}.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.12);padding:18px;margin-top:34px;color:#cdd1d6}.update-time{font-weight:800;color:#fff!important}@media (max-width:980px){.header-inner,.hero-grid,.sub-hero-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}.header-inner{align-items:flex-start}.main-nav{justify-content:flex-start}.card-grid.four,.video-grid,.scenario-list,.update-list,.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{padding-top:42px}}@media (max-width:640px){.search-wrap{grid-template-columns:1fr}.hero-actions{display:grid}.trust-list,.card-grid.four,.video-grid,.scenario-list,.update-list,.review-grid{grid-template-columns:1fr}.timeline article{grid-template-columns:1fr}.section{padding:50px 0}.main-nav a{font-size:13px;padding:8px 10px}.hero h1,.sub-hero h1{font-size:32px}}
