@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--font-primary:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--primary-color:#0078d4;--secondary-color:#00bcf2;--accent-color:#005a9e;--background-color:#fff;--surface-color:#fafbfc;--surface-elevated:#fff;--text-primary:#1a1a1a;--text-secondary:#4a5568;--text-light:#718096;--border-color:#e2e8f0;--border-light:#ffffff14;--shadow-crisp:0 1px 3px #0000000d;--shadow-elevated:0 4px 12px #00000014;--shadow-floating:0 8px 24px #0000001f;--radius-none:0;--radius-sm:2px;--radius-md:3px;--radius-lg:4px}*{box-sizing:border-box;margin:0;padding:0;border-radius:0!important}html{scroll-behavior:smooth}body{font-family:var(--font-primary);background-color:var(--background-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:.01em;font-weight:400;line-height:1.65;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.7em;font-weight:700;line-height:1.18}h1{letter-spacing:-.04em;font-size:2.6rem;font-weight:800}h2{font-size:2rem;font-weight:700}h3{font-size:1.5rem;font-weight:700}h4{font-size:1.2rem;font-weight:700}h5{font-size:1.05rem;font-weight:700}h6{font-size:.95rem;font-weight:700}p{font-family:var(--font-primary);color:var(--text-secondary);margin-bottom:1.1em;font-size:1.04rem;line-height:1.7}a{color:var(--primary-color);border-bottom:1.5px solid #0000;text-decoration:none;transition:color .2s,border-bottom .2s}a:hover,a:focus{color:var(--accent-color);border-bottom:1.5px solid var(--accent-color);outline:none}.btn{border-radius:var(--radius-md);cursor:pointer;box-shadow:var(--shadow-crisp);border:none;align-items:center;gap:.5rem;padding:.65rem 1.4rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s;display:inline-flex}.btn-primary{background:var(--primary-color);color:#fff;border:1.5px solid var(--primary-color)}.btn-primary:hover,.btn-primary:focus{background:var(--accent-color);color:#fff;border-color:var(--accent-color);box-shadow:var(--shadow-elevated)}.btn-secondary{color:var(--primary-color);border:1.5px solid var(--primary-color);background:#fff}.btn-secondary:hover,.btn-secondary:focus{background:var(--primary-color);color:#fff;border-color:var(--accent-color);box-shadow:var(--shadow-elevated)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:3rem 0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}@media (max-width:1024px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}}@media (max-width:768px){.container{padding:0 1rem}.section{padding:3rem 0}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}}@media (max-width:480px){h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.btn{justify-content:center;width:100%}}*{transition:background .2s,color .2s,border-color .2s,box-shadow .2s}::selection{background:var(--primary-color);color:#fff}::selection{background:var(--primary-color);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--surface-color)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-color)}
.Header-module__KppamW__header{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#000c;border-bottom:1px solid #ffffff1a;transition:all .3s;position:fixed;top:0;left:0;right:0}.Header-module__KppamW__header.Header-module__KppamW__scrolled{background:#000000f2;border-bottom:1px solid #fff3}.Header-module__KppamW__headerContainer{justify-content:space-between;align-items:center;max-width:1400px;height:80px;margin:0 auto;padding:0 2rem;display:flex}.Header-module__KppamW__logoContainer{flex-shrink:0}.Header-module__KppamW__logoLink{transition:transform .3s;display:block}.Header-module__KppamW__logoLink:hover{transform:scale(1.05)}.Header-module__KppamW__logoImage{filter:brightness()drop-shadow(0 2px 8px #00bcf233);width:auto;max-width:400px;height:90px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;transition:all .3s}.Header-module__KppamW__logoImage:hover{filter:brightness(1.1)drop-shadow(0 4px 16px #00bcf266);transform:scale(1.02)}@media (max-width:768px){.Header-module__KppamW__logoImage{max-width:280px;height:70px}}.Header-module__KppamW__navContainer{align-items:center;gap:2rem;display:flex}.Header-module__KppamW__navList{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__KppamW__navItem{position:relative}.Header-module__KppamW__navLink{color:#ffffffe6;padding:.5rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.Header-module__KppamW__navLink:hover{color:#00bcf2}.Header-module__KppamW__navLink:after{content:"";background:linear-gradient(45deg,#0078d4,#00bcf2);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.Header-module__KppamW__navLink:hover:after{width:100%}.Header-module__KppamW__ctaLink{letter-spacing:.025em;text-transform:uppercase;background:linear-gradient(135deg,#0078d4,#005a9e);border:none;font-size:.9rem;font-weight:600;transition:all .2s;color:#fff!important;padding:.75rem 1.75rem!important}.Header-module__KppamW__ctaLink:hover{background:linear-gradient(135deg,#005a9e,#004578);transform:translateY(-1px);box-shadow:0 4px 12px #0078d440}.Header-module__KppamW__ctaLink:after{display:none}.Header-module__KppamW__menuToggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;width:30px;height:30px;padding:.5rem;display:none;position:relative}.Header-module__KppamW__menuToggle span{transform-origin:50%;background:#fff;width:25px;height:2px;transition:all .3s;display:block}.Header-module__KppamW__menuToggle span:first-child,.Header-module__KppamW__menuToggle span:nth-child(2){margin-bottom:6px}.Header-module__KppamW__menuToggleOpen span:first-child{transform:rotate(45deg)translate(6px,6px)}.Header-module__KppamW__menuToggleOpen span:nth-child(2){opacity:0}.Header-module__KppamW__menuToggleOpen span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.Header-module__KppamW__partnerLogos{align-items:center;gap:1rem;display:flex}.Header-module__KppamW__partnerLogos a{opacity:.7;transition:opacity .3s;display:block}.Header-module__KppamW__partnerLogos a:hover{opacity:1}.Header-module__KppamW__partnerLogos img{filter:brightness(0)invert()drop-shadow(0 1px 4px #ffffff1a);opacity:.8;width:auto;height:80px;transition:all .3s}.Header-module__KppamW__partnerLogos a:hover img{filter:brightness()invert(0)drop-shadow(0 2px 8px #00bcf24d);opacity:1;transform:scale(1.1)}@media (max-width:1024px){.Header-module__KppamW__headerContainer{padding:0 1rem}.Header-module__KppamW__partnerLogos{display:none}}@media (max-width:768px){.Header-module__KppamW__menuToggle{display:flex}.Header-module__KppamW__navList{-webkit-backdrop-filter:blur(20px);opacity:0;background:#000000f2;border-bottom:1px solid #ffffff1a;flex-direction:column;gap:0;padding:2rem;transition:all .3s;position:fixed;top:80px;left:0;right:0;transform:translateY(-100vh)}.Header-module__KppamW__navListOpen{opacity:1;transform:translateY(0)}.Header-module__KppamW__navItem{text-align:center;border-bottom:1px solid #ffffff1a;width:100%;padding:1rem 0}.Header-module__KppamW__navItem:last-child{border-bottom:none}.Header-module__KppamW__navLink{width:100%;padding:1rem 0;font-size:1.1rem;display:block}.Header-module__KppamW__ctaLink{background:linear-gradient(135deg,#0078d4,#005a9e);margin-top:1rem;font-weight:600;color:#fff!important;padding:1rem 2rem!important}}@media (max-width:480px){.Header-module__KppamW__headerContainer{height:70px}.Header-module__KppamW__logoImage{height:50px}.Header-module__KppamW__navList{top:70px}}
.Footer-module__UDEoiW__footer{color:#fff;background:linear-gradient(135deg,#1a1a1a 0%,#000 100%);margin-top:4rem;padding:4rem 0 2rem}.Footer-module__UDEoiW__footerContainer{max-width:1400px;margin:0 auto;padding:0 2rem}.Footer-module__UDEoiW__footerContent{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__UDEoiW__footerSection h4{color:#00bcf2;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.Footer-module__UDEoiW__logoSection{flex-direction:column;gap:1rem;display:flex}.Footer-module__UDEoiW__footerLogo{width:auto;max-width:450px;height:130px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;filter:drop-shadow(0 2px 12px #00bcf226);margin-bottom:1rem;transition:transform .3s}.Footer-module__UDEoiW__footerLogo:hover{filter:drop-shadow(0 4px 20px #00bcf240);transform:scale(1.03)}@media (max-width:768px){.Footer-module__UDEoiW__footerLogo{max-width:280px;height:75px}}.Footer-module__UDEoiW__footerTagline{color:#fffc;margin:0;font-size:1.1rem;line-height:1.5}.Footer-module__UDEoiW__footerLink{color:#ffffffb3;padding:.5rem 0;font-weight:500;text-decoration:none;transition:all .3s;display:block}.Footer-module__UDEoiW__footerLink:hover{color:#00bcf2;transform:translate(5px)}.Footer-module__UDEoiW__credential{color:#fff9;margin:.5rem 0;font-family:Courier New,monospace;font-size:.9rem}.Footer-module__UDEoiW__footerBottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding-top:2rem;display:flex}.Footer-module__UDEoiW__partnerLogos{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}.Footer-module__UDEoiW__partnerLogos img{opacity:.7;filter:brightness(0)invert()drop-shadow(0 1px 6px #ffffff1a);width:auto;height:100px;transition:all .3s}.Footer-module__UDEoiW__partnerLogos img:hover{opacity:1;filter:brightness()invert(0)drop-shadow(0 3px 12px #00bcf266);transform:scale(1.15)}.Footer-module__UDEoiW__copyright{color:#ffffff80;margin:0;font-size:.9rem}@media (max-width:1024px){.Footer-module__UDEoiW__footerContent{grid-template-columns:1fr 1fr;gap:2rem}.Footer-module__UDEoiW__footerSection:first-child{grid-column:1/-1;margin-bottom:1rem}}@media (max-width:768px){.Footer-module__UDEoiW__footer{padding:3rem 0 1.5rem}.Footer-module__UDEoiW__footerContainer{padding:0 1rem}.Footer-module__UDEoiW__footerContent{text-align:center;grid-template-columns:1fr;gap:2rem}.Footer-module__UDEoiW__footerLogo{max-width:320px;height:100px}.Footer-module__UDEoiW__footerBottom{text-align:center;flex-direction:column;gap:1.5rem}.Footer-module__UDEoiW__partnerLogos{justify-content:center}.Footer-module__UDEoiW__partnerLogos img{height:80px}}
