:root{--color-primary:#a3e635;--color-primary-hover:#94d82d;--color-primary-active:#84cc16;--color-primary-light:#f7fee7;--color-secondary:#ffffff;--color-secondary-hover:#f9fafb;--color-secondary-active:#f3f4f6;--color-orange:#f97316;--color-orange-hover:#ea580c;--color-orange-active:#c2410c;--color-graphite:#1f2937;--color-gray-600:#6b7280;--color-gray-300:#d1d5db;--color-gray-200:#e5e7eb;--color-gray-100:#f3f4f6;--color-gray-50:#f9fafb;--color-background:#ffffff;--color-background-light:#f9fafb;--color-text-primary:#1f2937;--color-text-secondary:#6b7280}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;height:100vh;overflow:auto;scroll-behavior:smooth}body{color:#1f2937;background:#ffffff;font-family:var(--font-inter),"Inter",system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font-family:inherit;outline:none;border:none;background:inherit;cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--header-size:0px}.margin-scroll{scroll-margin-top:var(--header-size)}.section-title{font-size:24px;font-weight:700;line-height:1.3;color:#1f2937;margin:0}@media (min-width:768px){.section-title{font-size:32px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}