.demo-root{--primary:#1a3c2b;--primary-light:#2d5a45;--primary-dark:#142e21;--accent:#c8a97e;--accent-hover:#b8986a;--bg:#faf9f6;--bg-warm:#f5f0e8;--text:#1a1a1a;--text-muted:#6b6b6b;--text-light:#9a9a9a;--border:#e5e5e5;--white:#fff;--success:#2d5a45;--shadow-sm:0 1px 2px rgba(0,0,0,0.04);--shadow-md:0 4px 12px rgba(0,0,0,0.06);--shadow-lg:0 12px 40px rgba(0,0,0,0.08);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px}.demo-root .container-main{max-width:1280px;margin:0 auto;padding:0 16px}@media (min-width:640px){.demo-root .container-main{padding:0 24px}}.demo-root .section-header{text-align:center;margin-bottom:32px}.demo-root .section-header h2{font-size:1.875rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.demo-root .section-header p{color:var(--text-muted)}.demo-root .cv-auto{content-visibility:auto;contain-intrinsic-size:auto 500px}@keyframes fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.demo-root .animate-fade-in-up{animation:fade-in-up .8s ease-out both}