:root{--primary: #AC5055;--primary-dark: #8a3d41;--primary-light: #c96b70;--white: #ffffff;--light-gray: #F8F9FA;--dark-gray: #2D3748;--text-color: #333333;--border-radius: 12px;--shadow: 0 4px 20px rgba(0,0,0,.1);--transition: all .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-color);line-height:1.6;overflow-x:hidden;background:var(--white)}h1,h2,h3,h4,h5,h6{line-height:1.3}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font-family:inherit}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
