:root{--primary-yellow: #FFCC00;--primary-yellow-hover: #e6b800;--secondary-blue: #77c9d4;--secondary-blue-dark: #5ba3ad;--text-dark: #1F2937;--text-gray: #4B5563;--bg-white: #FFFFFF;--bg-light: #F9FAFB;--font-main: "Poppins", sans-serif;--max-width: 1200px;--header-height: 80px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-main);color:var(--text-dark);background-color:#f3f4f6;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.04'/%3E%3C/svg%3E");line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}html{scroll-behavior:smooth}img{max-width:100%;display:block}button{font-family:var(--font-main);cursor:pointer;border:none;outline:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-bg{background-color:var(--bg-light)}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;margin-bottom:1rem}h1{font-size:3rem;color:var(--text-dark)}h2{font-size:2.25rem;text-align:center;margin-bottom:3rem;color:var(--secondary-blue)}p{color:var(--text-gray);margin-bottom:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;border-radius:50px;font-weight:600;font-size:1.125rem;transition:all .3s ease;text-decoration:none}@keyframes pulse-yellow{0%{box-shadow:0 0 #ffcc00b3}70%{box-shadow:0 0 0 15px #fc00}to{box-shadow:0 0 #fc00}}@keyframes shimmer{0%{background-position:200% center}to{background-position:-200% center}}.btn-primary{background:var(--primary-yellow);background:linear-gradient(110deg,var(--primary-yellow) 20%,#ffd633 40%,var(--primary-yellow) 55%);background-size:200% auto;color:var(--text-dark);box-shadow:0 4px 14px #fc06;animation:shimmer 3s linear infinite,pulse-yellow 2s infinite;border:2px solid transparent}.btn-primary:hover{background-color:var(--primary-yellow-hover);background-position:-100% center;transform:translateY(-2px) scale(1.02);box-shadow:0 6px 25px #fc09;animation:none}.btn-secondary{background-color:var(--secondary-blue);color:#fff}.btn-secondary:hover{background-color:var(--secondary-blue-dark)}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.grid{display:grid}.gap-4{gap:1rem}.gap-8{gap:2rem}@media(max-width:768px){h1{font-size:2.25rem}h2{font-size:1.75rem}.section{padding:60px 0}}
