*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#2c2c2c;--primary-dark:#1a1a1a;--accent-yellow:#ffd93d;--accent-orange:#ff6b35;--accent-green:#a4d65e;--accent-pink:#ff85c1;--text-dark:#2c2c2c;--text-gray:#4a4a4a;--text-light:#6a6a6a;--bg-white:#fff;--bg-cream:#fff8f0;--bg-light:#fefaf5;--transition:all 0.3s ease}html{scroll-behavior:smooth}body{font-family:Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;color:var(--text-dark);background-color:var(--bg-white);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(4rem,12vw,12rem);line-height:.85}h1,h2{font-weight:900;letter-spacing:-.04em;color:#ff6b35}h2{font-size:clamp(3rem,8vw,8rem);line-height:.9}h3{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.02em}p{margin-bottom:1rem;font-size:clamp(1rem,2vw,1.125rem)}a{color:inherit;text-decoration:none;transition:var(--transition)}button{cursor:pointer;border:none;background:none;font-family:inherit}img{max-width:100%;height:auto;display:block}section{padding:6rem 2rem;width:100%;margin:0}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width:768px){section{padding:3rem 1rem}}