:root{--primary:#058c42;--primary-hover:#047a39;--secondary:#2c3e50;--background:#fff;--background-secondary:#f8fafc;--foreground:#2c3e50;--text-muted:#64748b;--border:#e2e8f0;--container-width:1440px;--header-height:80px;--radius:.5rem;--font-family:"Pp Neue Montreal","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-family);color:var(--foreground);background-color:var(--background);scroll-behavior:smooth;line-height:1.5}a{color:inherit;text-decoration:none}ul{list-style:none}button{font-family:inherit}.container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-bg{background-color:var(--background-secondary)}.grid{gap:2rem;display:grid}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.flex-col{flex-direction:column}.gap-4{gap:1rem}.h1{letter-spacing:-.02em;color:var(--secondary);font-size:3.5rem;font-weight:700;line-height:1.1}.h2{letter-spacing:-.02em;color:var(--secondary);margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.h3{color:var(--secondary);margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.text-lg{font-size:1.125rem}.text-muted{color:var(--text-muted)}.text-center{text-align:center}.btn{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-1px)}.btn-outline{border:1px solid var(--border);color:var(--foreground);background-color:#0000}.btn-outline:hover{border-color:var(--foreground);background-color:var(--background-secondary)}.btn-animate{cursor:pointer;z-index:1;background:#111827;border:none;border-radius:6px;outline:none;justify-content:center;align-items:center;transition:all .4s;display:inline-flex;position:relative;overflow:hidden;color:#fff!important}.btn-animate span{z-index:10;align-items:center;gap:inherit;transition:color .4s;display:flex;position:relative}.btn-animate:before{content:"";z-index:5;background:#058c42;width:120%;height:100%;transition:transform .5s cubic-bezier(.3,1,.8,1);position:absolute;top:0;left:-10%;transform:skew(30deg)}.btn-animate:hover:before{transform:translate(100%)skew(30deg)}.btn-animate:hover{background:#111827}.btn-outline-animate{cursor:pointer;z-index:1;background:#058c42;border:1px solid #d1d5db;border-radius:6px;outline:none;justify-content:center;align-items:center;transition:all .4s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000d;color:#111827!important}.btn-outline-animate:before{content:"";z-index:5;background:#fff;width:120%;height:100%;transition:transform .5s cubic-bezier(.3,1,.8,1);position:absolute;top:0;left:-10%;transform:skew(30deg)}.btn-outline-animate:hover:before{transform:translate(100%)skew(30deg)}.btn-animate span,.btn-outline-animate span{z-index:10;align-items:center;gap:inherit;transition:color .4s;display:flex;position:relative}.btn-outline-animate:hover{border-color:#058c42;box-shadow:0 4px 15px #058c4226}.btn-outline-animate:hover span{color:#fff!important}.hidden-mobile{display:block}.only-mobile{display:none}@media (max-width:1024px){.hidden-mobile{display:none!important}.only-mobile{display:block!important}}@media (max-width:768px){:root{--header-height:70px}.container{padding:0 1.25rem}.section{padding:3.5rem 0}.h1{font-size:2.25rem;line-height:1.2}.h2{margin-bottom:1rem;font-size:1.85rem;line-height:1.25}.h3{font-size:1.35rem}.text-lg{font-size:1rem}}@media (max-width:480px){.h1{font-size:2rem}.h2{font-size:1.6rem}}img{max-width:100%;height:auto}@media (max-width:768px){.h1{font-size:2.5rem}.h2{font-size:2rem}}
