:root{--brand-primary: #5C98CF;--brand-secondary: #25418F;--brand-accent: #69BC41;--primary: var(--brand-secondary);--primary-dark: #16275A;--accent: var(--brand-accent);--bg-center: #EAF0F8;--bg-left-start: #0A102B;--bg-left-end: #1B2D6F;--bg-right-start: #2C6D24;--bg-right-end: #69BC41;--section-padding: 4rem 1rem;--header-height: 60px;--site-max: 1400px}@font-face{font-display:swap;font-family:"Inter";font-style:normal;font-weight:400;src:url("../fonts/inter-v19-latin-regular.woff2") format("woff2");}@font-face{font-display:swap;font-family:"Inter";font-style:normal;font-weight:600;src:url("../fonts/inter-v19-latin-600.woff2") format("woff2");}@font-face{font-display:swap;font-family:"Inter";font-style:normal;font-weight:700;src:url("../fonts/inter-v19-latin-700.woff2") format("woff2");}*{margin:0;padding:0;box-sizing:border-box;font-family:"Inter",sans-serif;overflow-wrap:anywhere}html,body{height:100%}body{background:var(--bg-center);color:#0d1326;line-height:1.6;-webkit-font-smoothing:antialiased;position:relative}body::before,body::after{content:"";position:fixed;top:0;bottom:0;width:calc((100vw - var(--site-max))/2);background:var(--bg-left-start);z-index:-1;pointer-events:none}body::after{right:0}body::before{left:0}.site{max-width:var(--site-max);margin:0 auto;min-height:100%;background:var(--bg-center);display:flex;flex-direction:column}header{display:flex;align-items:center;gap:1rem;padding:0 1.25rem;min-height:var(--header-height);background:rgba(204,204,204,.85);box-shadow:0 3px 8px rgba(0,0,0,.15);position:sticky;top:0;z-index:1000}.logo img{display:block;height:56px;max-height:60px;margin:2px 0}#nav-toggle{display:none}.hamburger{display:none;flex-direction:column;gap:4px;cursor:pointer;margin-left:auto}.hamburger span{width:26px;height:3px;background:#0d1326;border-radius:2px;transition:transform .3s}nav{margin-left:auto}nav ul{display:flex;gap:2rem;list-style:none;align-items:center;height:100%}nav a{display:flex;align-items:center;color:#0d1326;text-decoration:none;font-weight:600;height:100%}nav a:hover{color:var(--accent)}.hero{width:100%;overflow:hidden;margin:0;background:linear-gradient(135deg, var(--bg-left-start) 0%, var(--primary-dark) 40%, var(--bg-left-end) 75%, var(--bg-right-start) 100%);color:#fff}.hero-inner{width:100%;padding:6rem 4rem;display:grid;grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));gap:2rem;align-items:center}.hero h1{font-size:clamp(2rem,6vw,3.5rem)}.hero img{width:100%;max-width:1000px;margin:auto}.subpage-hero{background:#16275a;color:#fff;text-align:center;padding:4rem 1rem}.subpage-hero h1{font-size:2rem;margin-bottom:.5rem}.subpage-hero p{opacity:.9}.grid-3{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:2rem;margin-top:2rem}.card{padding:0 0 1.5rem;background:var(--surface);text-align:center;text-decoration:none;color:#0d1326;font-weight:600}.overview-img{width:100%;aspect-ratio:1/1;object-fit:cover;margin-bottom:1rem}footer{margin-top:auto;padding:2rem 1rem;text-align:center;background:#333;color:#fff;font-size:.875rem}.legal-links{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;margin-top:.5rem;font-size:.875rem}.legal-links a{color:#fff;text-decoration:none;font-weight:600;white-space:nowrap}.legal-links a:hover{color:var(--accent);}a{color:var(--brand-secondary);text-decoration:none;transition:color .25s ease;}a:hover,a:focus-visible{color:var(--brand-accent);text-decoration:underline;}@media (max-width: 768px){.hamburger{display:flex;position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);margin:0;}nav{margin-left:0}nav ul{position:fixed;top:var(--header-height);right:0;background:rgba(250,250,250,.97);flex-direction:column;gap:1.5rem;padding:2rem;min-width:200px;max-width:75%;height:calc(100vh - var(--header-height));transform:translateX(100%);transition:transform .3s;box-shadow:-4px 0 10px rgba(0,0,0,.1)}#nav-toggle:checked+label+nav ul{transform:translateX(0)}#nav-toggle:checked+label .line1{transform:rotate(45deg) translateY(8px)}#nav-toggle:checked+label .line2{opacity:0}#nav-toggle:checked+label .line3{transform:rotate(-45deg) translateY(-8px)}.hero-inner{display:block;padding:4rem 1.25rem;text-align:center}.hero-inner img{width:100%;height:auto;opacity:.9;margin-top:1.5rem}}.news-main{padding:4rem 2rem;max-width:900px;margin:0 auto}.news-single-main{padding:4rem 2rem;max-width:800px;margin:0 auto}.news-single-img{max-width:800px}.news-title{text-align:center;margin-bottom:2rem}.news-item{margin-bottom:3rem}.news-head{margin-bottom:.25rem}.news-date{font-size:.875rem;color:#555;margin-bottom:.5rem}.news-summary{margin:1rem 0}.news-more{font-weight:600;text-decoration:none;color:var(--primary)}.news-more:hover{color:var(--accent)}.post-hero{display:flex;align-items:center;gap:2rem;margin:1rem 0}.post-hero img{width:100%;max-width:320px;border-radius:.5rem;background:#fff;padding:.5rem}@media (max-width: 768px){.post-hero{flex-direction:column;text-align:left}.post-hero img{width:100%;max-width:640px}}@media (max-width: 960px){.news-single-main{padding:4rem 2rem;max-width:100%;margin:1rem auto}.news-single-img{max-width:100%}}.news-nav{display:flex;justify-content:space-between;margin-top:2rem}.news-nav a{font-weight:600;text-decoration:none;color:var(--primary)}.news-nav a:hover{color:var(--accent)}.carousel-main{max-width:1000px;margin-inline:auto;padding:4rem 1rem;width:100%;overflow-x:hidden;}.carousel-main h1{text-align:center;margin-bottom:2.5rem}.carousel-div{position:relative;overflow:hidden;border-radius:.75rem;box-shadow:0 4px 14px rgba(0,0,0,.08)}.slides{display:flex;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory}.slides::-webkit-scrollbar{display:none}.slide{flex:0 0 100%;scroll-snap-align:start;display:flex;align-items:center;gap:2rem;padding:3rem 1rem;color:#fff}.slide:nth-child(even){flex-direction:row-reverse}.slide img{width:45%;max-width:320px;border-radius:.5rem;background:#fff;padding:.5rem}.slide h3{font-size:1.5rem;margin-bottom:.5rem}.dots{display:flex;justify-content:center;gap:.5rem;margin-top:.8rem}.dots a{width:10px;height:10px;border-radius:50%;background:#bbb;display:block}.dots a:hover,.dots a:focus{background:var(--accent)}@media (max-width: 768px){.slide{flex-direction:column !important;text-align:center}.slide img{width:70%}.carousel-main{padding:3rem .75rem;}}@media (max-width: 480px){.carousel-main{padding:2rem .5rem;}}.prod-main{padding:4rem 1rem;max-width:900px;margin:auto}.prod-main h1{text-align:center;margin-bottom:1.5rem}.prod-main img{width:60%;max-width:360px;display:block;margin:0 auto 2rem}.prod-row{display:flex;align-items:center;gap:2rem;margin:4rem 0}.prod-row:nth-child(even){flex-direction:row-reverse}.prod-row img{width:45%;max-width:320px;border-radius:.5rem;background:#fff;padding:.5rem}.prod-row h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--primary)}.prod-summary-row{display:flex;align-items:center;gap:2rem;margin:4rem 0}.prod-summary-row:nth-child(even){flex-direction:row-reverse}.prod-summary-row a{display:flex;align-items:center}.prod-summary-row img{max-width:320px;max-height:240px;border-radius:.5rem;background:#fff;padding:.5rem}.prod-summary-row h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--primary)}.prod-slide-bg{background:linear-gradient(135deg, #3a4c8f 0%, #5c98cf 100%)}.prod-single-main{padding:4rem 1rem;max-width:800px;margin:0 auto}.prod-single-main h1{text-align:left;margin-bottom:.5rem}.prod-single-img{max-width:800px;max-height:240px}.prod-single-row{display:flex;align-items:center;gap:2rem;margin:4rem 0}.prod-single-row img{width:80%;max-width:1080px;max-height:720px;border-radius:.5rem;background:#fff;padding:.5rem}.prod-single-row h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--primary)}.button{display:inline-block;padding:10px 20px;font-size:16px;color:#fff;background-color:#25418f;text-align:center;text-decoration:none;border-radius:5px}.button:hover{color:#fff;background-color:#69bc41}@media (max-width: 768px){.prod-single-main{margin:1rem 1rem}.prod-row,.prod-single-row,.prod-summary-row{flex-direction:column !important;text-align:center}.prod-row img,.prod-single-row img,.prod-summary-row img{width:70%}}.tech-main{padding:4rem 1rem;max-width:900px;margin:auto}.tech-main h1{text-align:center;margin-bottom:1.5rem}.tech-main img{width:60%;max-width:360px;display:block;margin:0 auto 2rem}.tech-row{display:flex;align-items:center;gap:2rem;margin:4rem 0}.tech-row:nth-child(even){flex-direction:row-reverse}.tech-row img{width:45%;max-width:320px;border-radius:.5rem;background:#fff;padding:.5rem}.tech-row h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--primary)}.tech-slide-bg{background:linear-gradient(135deg, #3a4c8f 0%, #5c98cf 100%)}@media (max-width: 768px){.tech-row{flex-direction:column !important;text-align:center}.tech-row img{width:70%}}.team-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:2rem;max-width:768px;margin:4rem auto;padding:0 1rem}.member{background:var(--surface);padding:2rem;text-align:center;border-radius:var(--radius);transition:.25s;box-shadow:var(--shadow)}.member:hover{transform:translateY(-6px);box-shadow:0 6px 18px rgba(0,0,0,.15)}.member img{width:180px;height:180px;border-radius:50%;border:2px solid var(--brand-primary);object-fit:cover;margin-bottom:1rem}.member h3{font-size:1.2rem;margin-bottom:.25rem;color:var(--primary)}.member .role{color:var(--accent);font-weight:600}@media (max-width: 768px){.team-grid{grid-template-columns:1fr;gap:1.5rem;}.member img{width:60%;max-width:220px;height:auto;margin-inline:auto;}.member{padding:1.5rem}}