:root{--color-red:#ff442f;--color-red-dark:#e63424;--color-text:#121212;--color-muted:#666f7a;--color-soft:#f5f5f5;--color-line:#e8e8e8;--color-footer:#282828;--layout-max:1180px;--header-height:68px;font-family:Inter,PingFang SC,Microsoft YaHei,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--color-text);background:#fff;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{display:block;max-width:100%}.container{width:min(var(--layout-max),calc(100% - 48px));margin:0 auto}.section{padding:96px 0}.section-soft{background:#f6f6f6}.red-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:0;border-radius:8px;padding:0 32px;color:#fff;background:var(--color-red);font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.red-button:focus-visible,.red-button:hover{background:var(--color-red-dark);box-shadow:0 14px 30px #ff442f3d;transform:translateY(-1px)}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gsap-site-motion{display:none}@media(max-width:768px){.container{width:min(100% - 28px,var(--layout-max))}.section{padding:64px 0}}
