:root{--red:#c41e24;--white:#fff;--gray-1:#f5f5f7;--gray-2:#e8e8ed;--gray-3:#6e6e73;--gray-4:#1d1d1f;--font:-apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Helvetica Neue", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);color:var(--gray-4);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}.nav{z-index:100;-webkit-backdrop-filter:blur(20px);background:#fffc;border-bottom:1px solid #0000000d;position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 24px;display:flex}.nav-logo{color:var(--red);letter-spacing:-.5px;font-size:20px;font-weight:700;text-decoration:none}.nav-links{gap:32px;list-style:none;display:flex}.nav-links a{color:var(--gray-4);font-size:14px;text-decoration:none;transition:color .2s}.nav-links a:hover,.nav-links a.router-link-active{color:var(--red)}.btn-capsule{cursor:pointer;border:none;border-radius:980px;padding:12px 32px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-red{background:var(--red);color:var(--white)}.btn-red:hover{background:#a0181e}.btn-white{background:var(--white);color:var(--red);border:2px solid var(--red)}.btn-white:hover{background:var(--red);color:var(--white)}.hero{text-align:center;background:var(--white);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 24px 80px;display:flex}.hero-tag{color:var(--red);letter-spacing:2px;text-transform:uppercase;margin-bottom:24px;font-size:14px}.hero-title{letter-spacing:-2px;color:var(--gray-4);margin-bottom:24px;font-size:80px;font-weight:800;line-height:1.05}.hero-title .red{color:var(--red)}.hero-subtitle{color:var(--gray-3);max-width:700px;margin-bottom:16px;font-size:28px;font-weight:600;line-height:1.4}.hero-desc{color:var(--gray-3);max-width:600px;margin-bottom:48px;font-size:20px;line-height:1.6}.hero-actions{gap:20px;display:flex}.section{padding:120px 24px}.section-gray{background:var(--gray-1)}.section-red{background:var(--red);color:var(--white)}.section-inner{max-width:1200px;margin:0 auto}.section-label{color:var(--red);letter-spacing:2px;text-transform:uppercase;margin-bottom:16px;font-size:14px}.section-red .section-label{color:#ffffffb3}.section-title{letter-spacing:-1.5px;margin-bottom:24px;font-size:56px;font-weight:800;line-height:1.1}.section-red .section-title{color:var(--white)}.section-desc{color:var(--gray-3);max-width:640px;margin-bottom:64px;font-size:20px;line-height:1.6}.section-red .section-desc{color:#fffc}.card-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.card{background:var(--white);border-radius:28px;padding:48px 40px;transition:transform .3s}.card:hover{transform:translateY(-4px)}.section-red .card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a}.card-icon{margin-bottom:24px;font-size:48px}.card-title{color:var(--gray-4);margin-bottom:12px;font-size:24px;font-weight:700}.section-red .card-title{color:var(--white)}.card-desc{color:var(--gray-3);font-size:17px;line-height:1.6}.section-red .card-desc{color:#ffffffb3}.footer{background:var(--gray-4);color:#ffffffb3;padding:64px 24px 32px}.footer-inner{max-width:1200px;margin:0 auto}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.footer-logo{color:var(--white);margin-bottom:16px;font-size:24px;font-weight:700}.footer-desc{color:#ffffff80;margin-bottom:24px;font-size:14px;line-height:1.6}.footer-title{color:#fff6;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-size:14px;font-weight:600}.footer-links{list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:#ffffffb3;font-size:15px;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-bottom{color:#fff6;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:24px;font-size:13px;display:flex}@media (width<=768px){.hero-title{font-size:48px}.section-title{font-size:36px}.card-grid,.footer-grid{grid-template-columns:1fr}.nav-links{display:none}}
