:root{--background:#fff;--foreground:#333;--primary:#08c;--primary-hover:#069;--accent:#f60;--surface:#f9fafb;--border:#e5e7eb;--font-sans:"Inter","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--navbar-bg:#fff;--footer-bg:#1e293b;--footer-text:#cbd5e1}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.corporate-panel{background:#fff;border:1px solid var(--border);border-radius:8px;padding:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.btn-primary{display:inline-block;background-color:var(--primary);color:#fff;padding:.75rem 1.5rem;border-radius:4px;font-weight:500;transition:all .2s ease;border:none;cursor:pointer;text-transform:uppercase;font-size:.9rem;letter-spacing:.5px}.btn-primary:hover{background-color:var(--primary-hover)}.btn-outline{display:inline-block;background-color:transparent;color:var(--primary);padding:.75rem 1.5rem;border-radius:4px;font-weight:500;transition:all .2s ease;border:1px solid var(--primary);cursor:pointer;text-transform:uppercase;font-size:.9rem;letter-spacing:.5px}.btn-outline:hover{background-color:#f0f7ff}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem;color:#111827}h1{font-size:2.5rem}h2{font-size:2rem;color:var(--primary)}h3{font-size:1.5rem}p{margin-bottom:1rem;color:#4b5563}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-grey{background-color:var(--surface);padding:4rem 0}.section-white{background-color:#fff;padding:4rem 0}@media (max-width:768px){h1{font-size:2rem!important}h2{font-size:1.75rem!important}h3{font-size:1.4rem!important}.section-grey,.section-white{padding:2.5rem 0!important}.container{padding:0 1.25rem!important}.custom-cursor{display:none!important}}.footer-dev-link:hover{color:var(--primary)}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;padding-bottom:3rem}.footer-copyright{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}@media (max-width:992px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width:768px){.footer-grid{grid-template-columns:1fr;gap:3rem;text-align:center}.footer-grid h3{display:block!important;margin:0 auto 1.5rem!important;width:-moz-fit-content;width:fit-content}.footer-copyright{flex-direction:column;text-align:center;gap:1.25rem}}.footer-link{transition:color .2s}.footer-link:hover{color:var(--primary)!important}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton{background:#f6f7f8;background-image:linear-gradient(90deg,#f6f7f8 0,#edeef1 20%,#f6f7f8 40%,#f6f7f8);background-repeat:no-repeat;background-size:1000px 100%;display:inline-block;position:relative;animation:shimmer 2s linear infinite;border-radius:4px}.skeleton-text{height:1rem;width:100%;margin-bottom:.5rem}.skeleton-title{height:2rem;width:60%;margin-bottom:1.5rem}.skeleton-rect{height:200px;width:100%}.skeleton-circle{height:50px;width:50px;border-radius:50%}