:root{--background:#ffffff;--surface:#ffffff;--surface-muted:#f5f5f5;--surface-strong:#1a1a1a;--surface-warm:#fffdf0;--text:#1a1a1a;--text-muted:#666666;--text-on-dark:#ffffff;--brand-yellow:#f4c400;--brand-red:#e53935;--brand-yellow-soft:#fff8d6;--brand-red-soft:#fde8e8;--gold-gradient:linear-gradient(135deg,#f4c400,#e6b800);--border:#e8e8e8;--shadow:0 4px 24px rgba(0,0,0,0.08);--shadow-gold:0 4px 16px rgba(244,196,0,0.4);--radius-lg:12px;--container:1200px;--header-height:72px;--header-bg:#ffffff;--header-border:#f0f0f0;--card-radius:10px;--card-shadow:0 2px 12px rgba(0,0,0,0.06);--card-hover-shadow:0 8px 32px rgba(0,0,0,0.12);--transition-fast:0.15s ease;--transition-medium:0.25s ease;--font-display:system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#ffffff;color:var(--text);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}[role=button],a,button,label[for],select{cursor:pointer}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit}::selection{background:rgba(244,196,0,.35);color:#1a1a1a}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes underlineGrow{0%{width:0}to{width:100%}}@keyframes fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-in{animation:fadeInUp .5s ease forwards}.stagger-1,.stagger-2,.stagger-3,.stagger-4,.stagger-5{opacity:0;animation:fadeInUp .6s cubic-bezier(.22,1,.36,1) forwards}.stagger-1{animation-delay:0s}.stagger-2{animation-delay:.11s}.stagger-3{animation-delay:.22s}.stagger-4{animation-delay:.33s}.stagger-5{animation-delay:.46s}.section-divider{display:block;width:60px;height:3px;margin:0 auto;border-radius:2px;background:var(--gold-gradient)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important;scroll-behavior:auto!important}}