@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--corporate-blue:#19284f;--corporate-blue-light:#25396d;--accent-color:#2563eb;--accent-hover:#1d4ed8;--bg-light:#f8fafc;--bg-white:#fff;--text-dark:#19284f;--text-muted:#475569;--border-color:#e2e8f0}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-family:Inter,sans-serif}body{background-color:var(--bg-white);color:var(--text-dark);-webkit-font-smoothing:antialiased;line-height:1.6}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}h1,h2,h3,h4{color:var(--corporate-blue);font-family:Inter,sans-serif;font-weight:700;line-height:1.2}.btn{cursor:pointer;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--accent-color);color:#fff}.btn-primary:hover{background-color:var(--accent-hover)}.btn-outline{color:var(--accent-color);border-color:var(--accent-color);background-color:#0000}.btn-outline:hover{background-color:#eff6ff}.btn-dark{background-color:var(--corporate-blue);color:#fff}.btn-dark:hover{background-color:var(--corporate-blue-light)}.header{background-color:var(--bg-white);border-bottom:1px solid var(--border-color);z-index:100;transition:transform .3s ease-in-out;position:sticky;top:0}.header-hidden{transform:translateY(-100%)}.header-logo{width:auto;height:48px}.header-content{justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.logo{align-items:center;gap:.75rem;display:flex}.logo img{width:auto;height:32px}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-dark);font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--accent-color)}.mobile-menu-btn{color:var(--corporate-blue);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;display:none}.hero{background-color:var(--corporate-blue);color:#fff;padding:6rem 0}.hero h1{color:#fff;max-width:800px;margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.5rem)}.hero p{color:#cbd5e1;max-width:700px;margin-bottom:2.5rem;font-size:1.125rem}.hero-stats{border-top:1px solid #ffffff1a;gap:3rem;margin-top:4rem;padding-top:2rem;display:flex}.stat-item h4{color:#fff;margin-bottom:.25rem;font-size:1.5rem}.stat-item p{color:#94a3b8;margin:0;font-size:.875rem}.section{padding:4rem 0}.bg-gray{background-color:var(--bg-light)}.section-title{margin-bottom:2rem}.section-title h2{margin-bottom:1rem;font-size:2.25rem}.section-title p{color:var(--text-muted);max-width:600px;font-size:1.125rem}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.card{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:4px;padding:2rem;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000d}.card-icon{width:48px;height:48px;color:var(--accent-color);background-color:#eff6ff;border-radius:4px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.card h3{margin-bottom:.75rem;font-size:1.25rem}.card p{color:var(--text-muted);font-size:.95rem}.form-grid-2{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.form-group{margin-bottom:1.5rem}.form-label{color:var(--text-dark);margin-bottom:.5rem;font-weight:500;display:block}.form-control{border:1px solid var(--border-color);border-radius:4px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.form-control:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #2563eb1a}.download-box{background-color:var(--corporate-blue);color:#fff;text-align:center;border-radius:8px;padding:4rem}.download-box h2{color:#fff}footer{background-color:var(--corporate-blue-light);color:#fff;padding:3rem 0;font-size:.875rem}footer .footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem;display:grid}footer h4{color:#fff;margin-bottom:1rem}footer ul{list-style:none}footer ul li{margin-bottom:.5rem}footer a{color:#94a3b8;text-decoration:none}footer a:hover{color:#fff}.footer-bottom{text-align:center;color:#94a3b8;border-top:1px solid #ffffff1a;padding-top:2rem}.solutions-wrapper{grid-template-columns:1fr 1.2fr;gap:4rem;display:grid}.solutions-info{z-index:10;align-self:start;position:sticky;top:150px}.card-title-sticky{display:none}.solutions-cards{flex-direction:column;display:flex}.card-wrapper{height:250px}.card-wrapper:last-child{height:auto;padding-bottom:50px}.card-wrapper .card{top:calc(150px + (var(--index) * 20px));z-index:var(--index);background-color:var(--bg-white);transform-origin:top;transition:all .3s;position:sticky;box-shadow:0 -10px 40px -10px #00000026}@media (width<=768px){.header-logo{height:36px}.header-content{flex-direction:row;justify-content:space-between;align-items:center;padding:.25rem 1.5rem}.mobile-menu-btn{display:block}.nav-links{background-color:var(--bg-white);border-top:1px solid var(--border-color);flex-direction:column;padding:1.5rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 15px -3px #0000001a}.nav-links.active{display:flex}.nav-links a{text-align:center;width:100%;padding:.5rem 0}.nav-links .btn{margin-top:.5rem}.hero{padding:3rem 0}.hero h1{font-size:2rem}.hero-stats{text-align:left;flex-direction:column;gap:1.5rem;margin-top:2rem;padding-top:1.5rem}.section{padding:2.5rem 0}.grid-3{grid-template-columns:1fr}.download-box{padding:2rem 1.5rem}.download-box h2{font-size:1.75rem!important}.form-grid-2,.solutions-wrapper{grid-template-columns:1fr}.solutions-info{display:none}.card-title-sticky{height:80px;display:block}.card-title-sticky .section-title{z-index:7;background:var(--bg-light);text-align:center;border-bottom:1px solid #0000000d;margin-bottom:0;padding:1rem 0 .5rem;position:sticky;top:0}.card-title-sticky .section-title h2{margin-bottom:.25rem;font-size:1.25rem}.card-title-sticky .section-title p{margin-bottom:0;font-size:.85rem;line-height:1.3}.card-wrapper{height:200px}.card-wrapper:last-child{height:auto;padding-bottom:30px}.card-wrapper .card{top:calc(80px + (var(--index) * 10px));z-index:calc(7 + var(--index));position:sticky}}
