:root{--brand-50:#fdf4f6;--brand-100:#fbe8ed;--brand-200:#f6ccd6;--brand-300:#f0a9bc;--brand-400:#e6849f;--brand-500:#d96083;--brand-600:#c64a6d;--brand-700:#a83b5b;--brand-800:#87324b;--brand-900:#5f2436;--ink:#1e171c;--slate:#3a3237;--stone:#a59ba0;--mist:#f6f1f3;--white:#fff;--sand:#efd6cd;--success:#2f7a6b;--warning:#c18c2c;--error:#b3475e;--font-heading:"Sora",sans-serif;--font-body:"Manrope",sans-serif;--space-1:8px;--space-2:16px;--space-3:24px;--space-4:32px;--space-5:40px;--space-6:48px;--space-8:64px;--space-10:80px;--space-12:96px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--shadow-sm:0 4px 12px #1e171c0d;--shadow-md:0 10px 30px #1e171c14;--shadow-lg:0 20px 40px #1e171c1f;--container-max:1200px;--container-padding:var(--space-3)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{font-family:var(--font-body);color:var(--ink);background-color:var(--mist);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;min-height:100vh;font-size:16px;font-weight:400;line-height:1.6;display:flex}main{flex:1}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--ink);font-weight:600;line-height:1.2}h1{font-size:48px;font-weight:700}h2{font-size:32px}h3{font-size:24px}p{color:var(--slate)}a{color:inherit;text-decoration:none}a:hover{color:var(--brand-600)}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}.container{width:100%;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}@media (max-width:768px){h1{font-size:36px}h2{font-size:28px}h3{font-size:20px}}
