@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--color-primary:#dda735;--color-primary-hover:#c79224;--color-primary-light:#fff8e7;--color-orange:#e65f2b;--color-orange-hover:#d14d1a;--color-orange-light:#fff2ed;--color-magenta:#d81b60;--color-magenta-hover:#bf1350;--color-magenta-light:#fdf0f5;--color-purple:#4a154b;--color-purple-hover:#3a0f3c;--color-purple-light:#f4ecf5;--color-green-success:#2e7d32;--color-green-light:#e8f5e9;--color-sold:#8c827a;--color-sold-light:#f0ede9;--color-bg:#fdfbf7;--color-bg-alt:#f8f4ec;--color-surface:#fff;--color-border:#e8e2d5;--color-border-hover:#dda735;--color-text:#231f20;--color-text-muted:#6b6361;--color-text-light:#948a87;--font-heading:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--space-3xs:.25rem;--space-2xs:.5rem;--space-xs:.75rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:4rem;--radius-sm:8px;--radius-md:14px;--radius-lg:24px;--radius-full:9999px;--shadow-sm:0 2px 8px #231f200a;--shadow-md:0 6px 18px #231f2014;--shadow-lg:0 12px 32px #231f201f;--shadow-primary:0 8px 20px #dda73540;--shadow-orange:0 8px 20px #e65f2b40;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-normal:.25s cubic-bezier(.4, 0, .2, 1);--transition-smooth:.35s cubic-bezier(.16, 1, .3, 1);--container-max:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}:focus-visible{outline:3px solid var(--color-orange);outline-offset:3px;border-radius:4px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.container{width:100%;max-width:var(--container-max);padding-left:var(--space-sm);padding-right:var(--space-sm);margin-left:auto;margin-right:auto}@media (width>=768px){.container{padding-left:var(--space-md);padding-right:var(--space-md)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-alt)}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-orange)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
