:root{--bg:#08111f;--bg2:#0d1830;--panel:#0f1d34;--text:#edf4ff;--muted:#9fb2cb;--blue:#2463a7;--cyan:#19d3ff;--lime:#72e646;--white:#ffffff;--ink:#13233a;--light:#f5f8fc;--line:#dce5ef;--shadow:0 18px 50px rgba(6,17,32,.18);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.nav{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(8,17,31,.76);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}.nav-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:10px;color:#fff;font-weight:700;letter-spacing:-.02em;font-size:25px}.brand-mark{width:34px;height:34px;border:2px solid var(--blue);border-radius:9px 16px 9px 16px;transform:rotate(-8deg);position:relative}.brand-logo img{display:block;width:190px;height:auto;object-fit:contain}.footer-logo img{width:165px}.brand-mark:after{content:"";width:12px;height:8px;background:var(--lime);position:absolute;right:-6px;top:-5px;border-radius:100% 0 100% 0;transform:rotate(20deg)}.menu{display:flex;gap:22px;color:#dfe9f7;font-size:14px;align-items:center}.menu a{opacity:.88}.menu a:hover{opacity:1;color:#fff}.nav-cta{padding:11px 16px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#fff;font-size:13px;font-weight:650}.hamburger{display:none;color:#fff;font-size:26px}.hero{min-height:760px;background:var(--bg);color:#fff;position:relative;overflow:hidden}.slides{position:relative;min-height:760px}.slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease;display:flex;align-items:center;padding-top:72px}.slide.active{opacity:1;z-index:2}.slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,10,20,.9) 0,rgba(4,10,20,.7) 42%,rgba(4,10,20,.26) 72%,rgba(4,10,20,.18) 100%),linear-gradient(180deg,rgba(4,10,20,.08),rgba(4,10,20,.26));z-index:0}.slide.one{background-image:url("../images/dd6beeabd3b32df9.webp");background-size:cover;background-position:center}.slide.two{background-image:url("../images/1c647f3424f7cfc0.webp");background-size:cover;background-position:center}.slide.three{background-image:url("../images/6a79b9f253fe54a3.webp");background-size:cover;background-position:center}.slide.four{background-image:url("../images/cebba2c8a0489baa.webp");background-size:cover;background-position:center}.hero-grid{display:none;position:absolute;right:4%;width:44%;height:62%;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:44px 44px;transform:perspective(900px) rotateY(-9deg) rotateX(4deg);box-shadow:0 50px 120px rgba(0,0,0,.24);overflow:hidden}.hero-grid:after{content:"";position:absolute;inset:12%;background:linear-gradient(180deg,transparent 0 60%,rgba(46,124,255,.22) 60% 61%,transparent 61%),linear-gradient(90deg,transparent 0 25%,rgba(25,211,255,.22) 25% 26%,transparent 26% 49%,rgba(114,230,70,.2) 49% 50%,transparent 50%);border:1px solid rgba(255,255,255,.08);border-radius:18px}.hero-copy{position:relative;z-index:2;max-width:720px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;color:#9cc7ff;font-weight:700;margin-bottom:22px}.hero .slide-title,.hero h1{font-size:clamp(44px,6vw,78px);line-height:.98;letter-spacing:-.055em;margin:0 0 22px;max-width:850px}.hero p{max-width:720px;font-size:clamp(18px,2vw,23px);line-height:1.45;color:#cfe0f5;margin:0 0 34px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 21px;border-radius:999px;font-weight:700;font-size:14px;transition:.2s ease}.btn.primary{background:var(--blue);color:#fff}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(46,124,255,.35)}.btn.ghost{border:1px solid rgba(255,255,255,.26);color:#fff}.slider-dots{position:absolute;z-index:10;bottom:36px;left:50%;transform:translateX(-50%);display:flex;gap:9px}.dot{width:9px;height:9px;border-radius:999px;background:rgba(255,255,255,.3);cursor:pointer;transition:.2s}.dot.active{width:30px;background:#fff}section{padding:100px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:48px}.section-head h2{font-size:clamp(34px,4vw,54px);line-height:1.04;letter-spacing:-.04em;margin:0;max-width:760px}.section-head p{max-width:520px;color:#5c6c80;line-height:1.6;margin:0}.dark{background:var(--bg);color:#fff}.dark .section-head p{color:#9eb0c6}.dark .eyebrow{color:#78bbff}.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pillar{border:1px solid var(--line);border-radius:var(--radius);padding:34px;min-height:300px;background:#fff;position:relative;overflow:hidden}.pillar:before{content:"";position:absolute;width:140px;height:140px;border-radius:50%;right:-55px;top:-55px;background:linear-gradient(135deg,rgba(46,124,255,.15),rgba(25,211,255,.08))}.pillar .num{font-size:12px;font-weight:800;letter-spacing:.15em;color:#6f89aa}.pillar h3{font-size:28px;margin:64px 0 8px;letter-spacing:-.03em}.pillar strong{display:block;margin-bottom:12px}.pillar p{color:#627084;line-height:1.55}.pillar a{display:inline-block;margin-top:18px;color:var(--blue);font-weight:750}.products{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.product{min-height:330px;border-radius:24px;padding:34px;background:linear-gradient(145deg,#101f37,#0a1323);border:1px solid rgba(255,255,255,.08);position:relative;overflow:hidden}.product:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:-80px;bottom:-90px;background:radial-gradient(circle,rgba(46,124,255,.32),transparent 68%)}.product-tag{color:#7fb8ff;font-size:12px;letter-spacing:.16em;font-weight:800}.product h3{font-size:34px;margin:26px 0 10px;letter-spacing:-.04em}.product .claim{font-size:20px;color:#fff;margin-bottom:14px}.product p{color:#a9bad0;max-width:540px;line-height:1.55}.product a{display:inline-block;margin-top:20px;font-weight:800;color:#9ed1ff}.ai-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.ai-panel{border-radius:28px;min-height:440px;background:radial-gradient(circle at 70% 30%,rgba(25,211,255,.35),transparent 28%),radial-gradient(circle at 35% 70%,rgba(114,230,70,.18),transparent 24%),linear-gradient(145deg,#0c1730,#10295a);border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.ai-nodes{position:absolute;inset:0}.node{position:absolute;width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 0 26px rgba(255,255,255,.7)}.node.n1{left:24%;top:28%}.node.n2{left:62%;top:22%}.node.n3{left:74%;top:58%}.node.n4{left:38%;top:70%}.node.n5{left:52%;top:46%}.ai-lines{position:absolute;inset:0}.ai-lines:after,.ai-lines:before{content:"";position:absolute;left:22%;right:20%;top:49%;height:1px;background:linear-gradient(90deg,transparent,#5ad8ff,transparent);transform:rotate(-12deg)}.ai-lines:after{transform:rotate(33deg)}.ai-copy h2{font-size:48px;line-height:1.05;letter-spacing:-.04em;margin:0 0 18px}.ai-copy p{font-size:18px;color:#acbdd2;line-height:1.6}.usecases{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:28px}.usecase{background:#13243f;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:18px}.usecase strong{display:block;margin-bottom:6px}.usecase span{color:#9fb2c8;font-size:14px;line-height:1.45}.techbar{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.tech{padding:12px 17px;border-radius:999px;background:#eef4fb;border:1px solid #d9e5f2;font-weight:700;color:#2a3e57}.cases{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.case{border-radius:22px;padding:28px;background:#f5f8fc;border:1px solid #e1e9f2;min-height:260px}.case small{color:#2463a7;font-weight:800;letter-spacing:.1em}.case h3{font-size:27px;margin:24px 0 12px}.case p{color:#5d6d80;line-height:1.55}.numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.number{padding:38px;border-radius:22px;background:#fff;color:var(--ink)}.number b{font-size:58px;letter-spacing:-.05em;color:#1162d7}.number span{display:block;margin-top:5px;color:#5f6e82}.method{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;align-items:stretch;margin-top:36px}.step{border-radius:18px;padding:26px 22px;background:#f4f8fc;border:1px solid #e1e9f2;position:relative}.step b{font-size:13px;color:#2463a7}.step h3{margin:28px 0 8px;font-size:22px}.step p{color:#617186;font-size:14px;line-height:1.5}.step:not(:last-child):after{content:"→";position:absolute;right:-10px;top:50%;transform:translateY(-50%);font-weight:800;color:#7d93ad;z-index:2}.cta{padding:70px 0;background:linear-gradient(120deg,#0b1730,#123a78);color:#fff}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{font-size:44px;letter-spacing:-.04em;margin:0}.cta p{color:#bfd0e8;max-width:620px}footer{background:#06101d;color:#95a7be;padding:42px 0}.footer-inner{display:flex;justify-content:space-between;gap:24px;align-items:center}.footer-nav{display:flex;gap:18px;flex-wrap:wrap;font-size:13px}.copyright{font-size:13px}@media (max-width:900px){.menu,.nav-cta{display:none}.hamburger{display:block}.brand-logo img{width:155px}.hero{min-height:700px}.slides{min-height:700px}.hero-grid{opacity:.22;width:80%;right:-30%;height:50%}.cases,.numbers,.pillars{grid-template-columns:1fr}.products{grid-template-columns:1fr}.ai-grid{grid-template-columns:1fr}.method{grid-template-columns:1fr}.step:not(:last-child):after{display:none}.section-head{align-items:flex-start;flex-direction:column}.cta-inner,.footer-inner{flex-direction:column;align-items:flex-start}}@media (max-width:600px){.container{width:min(100% - 28px,1180px)}section{padding:72px 0}.hero .slide-title,.hero h1{font-size:47px}.hero p{font-size:18px}.hero-actions{flex-direction:column;align-items:stretch}.usecases{grid-template-columns:1fr}.ai-copy h2{font-size:38px}}.pillar{padding:0;overflow:hidden}.pillar-media{height:190px;background-size:cover;background-position:center;position:relative}.pillar-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(7,17,31,.28))}.pillar-body{padding:30px 34px 34px}.pillar h3{margin:26px 0 8px}.pillar:before{display:none}.editorial-feature{padding:0;background:#07111f;color:#fff}.editorial-grid{display:grid;grid-template-columns:1.15fr .85fr;min-height:520px}.editorial-image{min-height:520px;background-image:url("../images/215a213d799a561a.webp");background-size:cover;background-position:center}.editorial-copy{display:flex;flex-direction:column;justify-content:center;padding:68px;background:#0b1830}.editorial-copy h2{font-size:clamp(38px,4vw,58px);line-height:1.04;letter-spacing:-.045em;margin:0 0 22px}.editorial-copy p{color:#b7c8dd;font-size:18px;line-height:1.65;max-width:560px}.editorial-copy a{margin-top:22px;color:#fff;font-weight:800}.photo-credit{position:absolute;right:14px;bottom:12px;font-size:10px;color:rgba(255,255,255,.72);z-index:3}.slide{isolation:isolate}@media(max-width:900px){.editorial-grid{grid-template-columns:1fr}.editorial-image{min-height:360px}.editorial-copy{padding:46px 28px}.pillar-media{height:220px}}.ep-footer{background:#242424;color:#c7c7c7;padding:44px 0 18px;border-top:1px solid rgba(255,255,255,.05)}.ep-footer .footer-grid{display:grid;grid-template-columns:1.05fr 1fr .9fr 1.2fr;gap:54px;align-items:start}.ep-footer h3{margin:0 0 16px;color:#fff;font-size:20px;line-height:1.25}.ep-footer p{margin:0 0 18px;line-height:1.65;color:#a9a9a9}.ep-footer .search-box{display:flex;width:100%;max-width:250px;background:#fff;border-radius:0;overflow:hidden;margin-bottom:36px}.ep-footer .search-box input{flex:1;border:0;padding:14px 16px;font-size:14px;outline:0}.ep-footer .search-box button{width:44px;border:0;background:#fff;font-size:18px;cursor:pointer}.ep-footer .cert-img{width:215px;max-width:100%;display:block;background:#fff}.ep-footer .contact-line{display:flex;gap:12px;align-items:flex-start;margin:0 0 14px;color:#a9a9a9}.ep-footer .contact-icon{color:#2463a7;width:22px;flex:0 0 22px;font-size:18px;line-height:1.4}.ep-footer .por-block{margin-bottom:28px}.ep-footer .por-title{margin:0 0 8px;color:#9d9d9d}.ep-footer .por-img{display:block;width:265px;max-width:100%;background:#fff}.ep-footer .footer-bottom{margin-top:38px;padding-top:18px;border-top:1px solid #565656;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:13px}.ep-footer .footer-links{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.ep-footer .footer-links a{color:#d3d3d3}.ep-footer .linkedin{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:3px;background:#0a66c2;color:#fff;font-weight:800}@media(max-width:980px){.ep-footer .footer-grid{grid-template-columns:1fr 1fr;gap:36px}}@media(max-width:640px){.ep-footer .footer-grid{grid-template-columns:1fr}.ep-footer .footer-bottom{flex-direction:column;align-items:flex-start}}.ep-footer .certification-badge{width:250px;max-width:100%;min-height:122px;padding:18px 18px 17px;display:flex;align-items:center;gap:16px;background:#f7f7f5;border:1px solid rgba(255,255,255,.12);color:#202020}.ep-footer .cert-mark{position:relative;flex:0 0 62px;width:62px;height:62px;border:1.6px solid #333;border-radius:50%}.ep-footer .cert-h,.ep-footer .cert-v{position:absolute;display:block;background:#333;left:50%;top:50%;transform:translate(-50%,-50%)}.ep-footer .cert-v{width:1.5px;height:48px}.ep-footer .cert-h{width:48px;height:1.5px}.ep-footer .cert-mark:after,.ep-footer .cert-mark:before{content:"";position:absolute;left:50%;top:50%;background:#333;transform-origin:center}.ep-footer .cert-mark:before{width:36px;height:1px;transform:translate(-50%,-50%) rotate(45deg)}.ep-footer .cert-mark:after{width:36px;height:1px;transform:translate(-50%,-50%) rotate(-45deg)}.ep-footer .cert-org{font-family:Georgia,"Times New Roman",serif;font-size:21px;line-height:1.05;margin-bottom:8px}.ep-footer .cert-standard{font-size:11px;line-height:1.35;font-weight:700;letter-spacing:.015em}.ep-footer .cert-code{margin-top:4px;font-size:11px;line-height:1.3;color:#555}.home-hero .slide-title{font-size:clamp(50px,6.4vw,82px);line-height:.96;letter-spacing:-.058em;margin:0 0 24px}.home-hero p{max-width:820px;font-size:clamp(19px,2vw,24px);line-height:1.52;color:#d4e1f2;margin:0 0 32px}.home-actions{display:flex;gap:14px;flex-wrap:wrap}.home-proof{display:flex;flex-wrap:wrap;gap:34px;margin-top:48px;color:#c4d4e7;font-size:13px}.home-proof b{display:block;color:#fff;font-size:18px;margin-bottom:4px}.home-intro{display:grid;grid-template-columns:1.08fr .92fr;gap:54px;align-items:start}.home-intro h2{font-size:clamp(38px,4.4vw,58px);line-height:1.04;letter-spacing:-.045em;margin:0}.home-intro p{font-size:19px;line-height:1.7;color:#617084;margin:8px 0 0}.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.offer-card{min-height:320px;padding:32px;border-radius:22px;border:1px solid #dce5ef;background:#fff;display:flex;flex-direction:column}.offer-card small{color:#2463a7;font-weight:800;letter-spacing:.1em}.offer-card h3{font-size:29px;letter-spacing:-.025em;margin:22px 0 12px}.offer-card p{color:#617084;line-height:1.6;margin:0 0 24px}.offer-card a{margin-top:auto;font-weight:800;color:#246fd5}.home-feature{padding:0;background:#07111f;color:#fff}.home-feature-grid{display:grid;grid-template-columns:1.08fr .92fr;min-height:520px}.home-feature-img{min-height:520px;background-size:cover;background-position:center}.home-feature-copy{padding:64px;background:#0b1830;display:flex;flex-direction:column;justify-content:center}.home-feature-copy h2{font-size:clamp(38px,4vw,56px);line-height:1.04;letter-spacing:-.045em;margin:0 0 22px}.home-feature-copy p{font-size:18px;line-height:1.65;color:#b7c8dd;margin:0 0 22px}.home-feature-copy a{font-weight:800;color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{padding:28px;min-height:285px;border-radius:20px;background:linear-gradient(145deg,#10203a,#0a1425);border:1px solid rgba(255,255,255,.08)}.product-card small{color:#7bbcff;font-weight:800;letter-spacing:.1em}.product-card h3{font-size:27px;margin:20px 0 10px;color:#fff}.product-card p{color:#a8bad0;line-height:1.58}.product-card a{display:inline-block;margin-top:14px;color:#fff;font-weight:800}.home-tech{display:flex;flex-wrap:wrap;gap:12px}.home-tech span{padding:13px 17px;border-radius:999px;background:#eef4fb;border:1px solid #d9e5f2;color:#2a3e57;font-weight:750}.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.insight-card{overflow:hidden;border-radius:22px;border:1px solid #e0e8f1;background:#fff}.insight-media{height:210px;background-size:cover;background-position:center}.insight-body{padding:26px}.insight-body small{color:#2463a7;font-weight:800;letter-spacing:.1em}.insight-body h3{font-size:25px;line-height:1.15;margin:16px 0 10px}.insight-body p{color:#627084;line-height:1.55}.insight-body a{display:inline-block;margin-top:8px;color:#2463a7;font-weight:800}.home-cta{padding:78px 0;background:linear-gradient(120deg,#0b1730,#123a78);color:#fff}.home-cta-row{display:flex;justify-content:space-between;align-items:center;gap:30px}.home-cta h2{font-size:44px;letter-spacing:-.04em;margin:0 0 10px}.home-cta p{max-width:700px;color:#bfd0e8;line-height:1.6}@media(max-width:980px){.insight-grid,.offer-grid,.product-grid{grid-template-columns:1fr 1fr}.home-feature-grid,.home-intro{grid-template-columns:1fr}.home-feature-img{min-height:360px}}@media(max-width:680px){.insight-grid,.offer-grid,.product-grid{grid-template-columns:1fr}.home-feature-copy{padding:44px 28px}.home-cta-row{flex-direction:column;align-items:flex-start}}.home-slider{position:relative;min-height:760px;padding-top:72px;overflow:hidden;background:#07111f;color:#fff}.home-slide{position:absolute;inset:72px 0 0 0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s ease;background-size:cover;background-position:center}.home-slide.active{opacity:1;visibility:visible;z-index:2}.home-slide::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,12,24,.94) 0,rgba(5,12,24,.72) 45%,rgba(5,12,24,.26) 77%,rgba(5,12,24,.12) 100%)}.home-slide .container{position:relative;z-index:2}.home-slide-inner{min-height:688px;display:flex;align-items:center}.home-slide-copy{max-width:860px}.home-slide .slide-title,.home-slide h1{font-size:clamp(50px,6.4vw,82px);line-height:.96;letter-spacing:-.058em;margin:0 0 24px}.home-slide p{max-width:820px;font-size:clamp(19px,2vw,24px);line-height:1.52;color:#d4e1f2;margin:0 0 32px}.home-actions{display:flex;gap:14px;flex-wrap:wrap}.home-proof{display:flex;flex-wrap:wrap;gap:34px;margin-top:48px;color:#c4d4e7;font-size:13px}.home-proof b{display:block;color:#fff;font-size:18px;margin-bottom:4px}.slider-dots{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);z-index:8;display:flex;gap:10px}.slider-dot{width:11px;height:11px;border-radius:50%;border:1px solid rgba(255,255,255,.65);background:rgba(255,255,255,.18);cursor:pointer}.slider-dot.active{background:#fff}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:8;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(7,17,31,.34);color:#fff;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center}.slider-arrow.prev{left:22px}.slider-arrow.next{right:22px}.home-intro{display:grid;grid-template-columns:1.08fr .92fr;gap:54px;align-items:start}.home-intro h2{font-size:clamp(38px,4.4vw,58px);line-height:1.04;letter-spacing:-.045em;margin:0}.home-intro p{font-size:19px;line-height:1.7;color:#617084;margin:8px 0 0}.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.offer-card{min-height:320px;padding:32px;border-radius:22px;border:1px solid #dce5ef;background:#fff;display:flex;flex-direction:column}.offer-card small{color:#2463a7;font-weight:800;letter-spacing:.1em}.offer-card h3{font-size:29px;letter-spacing:-.025em;margin:22px 0 12px}.offer-card p{color:#617084;line-height:1.6;margin:0 0 24px}.offer-card a{margin-top:auto;font-weight:800;color:#246fd5}.home-feature{padding:0;background:#07111f;color:#fff}.home-feature-grid{display:grid;grid-template-columns:1.08fr .92fr;min-height:520px}.home-feature-img{min-height:520px;background-size:cover;background-position:center}.home-feature-copy{padding:64px;background:#0b1830;display:flex;flex-direction:column;justify-content:center}.home-feature-copy h2{font-size:clamp(38px,4vw,56px);line-height:1.04;letter-spacing:-.045em;margin:0 0 22px}.home-feature-copy p{font-size:18px;line-height:1.65;color:#b7c8dd;margin:0 0 22px}.home-feature-copy a{font-weight:800;color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{padding:28px;min-height:285px;border-radius:20px;background:linear-gradient(145deg,#10203a,#0a1425);border:1px solid rgba(255,255,255,.08)}.product-card small{color:#7bbcff;font-weight:800;letter-spacing:.1em}.product-card h3{font-size:27px;margin:20px 0 10px;color:#fff}.product-card p{color:#a8bad0;line-height:1.58}.product-card a{display:inline-block;margin-top:14px;color:#fff;font-weight:800}.home-tech{display:flex;flex-wrap:wrap;gap:12px}.home-tech span{padding:13px 17px;border-radius:999px;background:#eef4fb;border:1px solid #d9e5f2;color:#2a3e57;font-weight:750}.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.insight-card{overflow:hidden;border-radius:22px;border:1px solid #e0e8f1;background:#fff}.insight-media{height:210px;background-size:cover;background-position:center}.insight-body{padding:26px}.insight-body small{color:#2463a7;font-weight:800;letter-spacing:.1em}.insight-body h3{font-size:25px;line-height:1.15;margin:16px 0 10px}.insight-body p{color:#627084;line-height:1.55}.insight-body a{display:inline-block;margin-top:8px;color:#2463a7;font-weight:800}.home-cta{padding:78px 0;background:linear-gradient(120deg,#0b1730,#123a78);color:#fff}.home-cta-row{display:flex;justify-content:space-between;align-items:center;gap:30px}.home-cta h2{font-size:44px;letter-spacing:-.04em;margin:0 0 10px}.home-cta p{max-width:700px;color:#bfd0e8;line-height:1.6}@media(max-width:980px){.insight-grid,.offer-grid,.product-grid{grid-template-columns:1fr 1fr}.home-feature-grid,.home-intro{grid-template-columns:1fr}.home-feature-img{min-height:360px}}@media(max-width:680px){.insight-grid,.offer-grid,.product-grid{grid-template-columns:1fr}.home-feature-copy{padding:44px 28px}.home-cta-row{flex-direction:column;align-items:flex-start}.slider-arrow{display:none}}.site-header{z-index:2000}.hamburger{display:none;width:46px;height:46px;padding:10px;border:1px solid rgba(255,255,255,.24);border-radius:11px;background:rgba(255,255,255,.06);flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;appearance:none}.hamburger span{width:23px;height:2px;display:block;border-radius:999px;background:#fff;transition:transform .22s ease,opacity .22s ease}.hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-navigation{position:absolute;top:100%;left:0;right:0;z-index:1999;background:#08111f;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 20px 36px rgba(0,0,0,.32);max-height:calc(100dvh - 72px);overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-navigation[hidden]{display:none!important}.mobile-menu{display:flex;flex-direction:column;width:min(100%,760px);margin:0 auto;padding:7px 22px 24px}.mobile-menu>a{display:block;padding:16px 3px;color:#fff;opacity:1;font-size:17px;line-height:1.2;border-bottom:1px solid rgba(255,255,255,.09)}.mobile-menu .mobile-contact{margin-top:16px;padding:14px 18px;border:1px solid rgba(255,255,255,.25);border-radius:999px;text-align:center;font-weight:700;background:rgba(255,255,255,.06)}body.menu-open{overflow:hidden;touch-action:none}@media(max-width:1024px){.site-header{position:fixed;top:0;left:0;right:0}.desktop-contact,.desktop-menu{display:none!important}.hamburger{display:flex!important}.nav-inner{min-height:72px}.brand-logo img{width:170px!important;height:auto!important}}@media(min-width:1025px){.mobile-navigation{display:none!important}}.products-hero{min-height:650px;padding-top:72px;color:#fff;background:linear-gradient(90deg,rgba(5,12,24,.95) 0,rgba(5,12,24,.72) 48%,rgba(5,12,24,.25) 78%,rgba(5,12,24,.1) 100%),url('../images/709da8779dc5e0d0.webp') center/cover}.products-hero .hero-inner{min-height:578px;display:flex;align-items:center}.products-hero .hero-copy{max-width:860px}.products-hero .slide-title,.products-hero h1{font-size:clamp(50px,6.2vw,78px);line-height:.97;letter-spacing:-.055em;margin:0 0 24px}.products-hero p{max-width:820px;font-size:21px;line-height:1.6;color:#d4e1f2}.product-stack{display:grid;gap:26px}.product-row{display:grid;grid-template-columns:1fr 1fr;min-height:420px;overflow:hidden;border-radius:24px;border:1px solid #dfe7f0;background:#fff}.product-row:nth-child(2n) .product-image{order:2}.product-row:nth-child(2n) .product-copy{order:1}.product-image{background-size:cover;background-position:center;min-height:420px}.product-copy{padding:50px;display:flex;flex-direction:column;justify-content:center}.product-copy small{font-size:11px;letter-spacing:.13em;font-weight:850;color:#2463a7}.product-copy h2{font-size:40px;line-height:1.05;letter-spacing:-.04em;margin:18px 0 14px}.product-copy p{font-size:17px;line-height:1.65;color:#627084;margin:0 0 18px}.product-tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px}.product-tags span{padding:8px 11px;border-radius:999px;background:#eef4fb;border:1px solid #d8e5f2;color:#315175;font-size:12px;font-weight:750}.product-copy a{font-weight:800;color:#246fd5}.product-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-principle{padding:28px;border-radius:20px;background:#0d1b33;border:1px solid rgba(255,255,255,.08)}.product-principle h3{font-size:24px;color:#fff;margin:0 0 10px}.product-principle p{color:#a8bad0;line-height:1.6;margin:0}@media(max-width:900px){.product-row{grid-template-columns:1fr}.product-row:nth-child(2n) .product-copy,.product-row:nth-child(2n) .product-image{order:initial}.product-copy{padding:38px 28px}.product-principles{grid-template-columns:1fr}}.products-page-hero{min-height:520px;padding-top:72px;color:#fff;background:linear-gradient(90deg,rgba(5,12,24,.94) 0,rgba(5,12,24,.72) 48%,rgba(5,12,24,.25) 78%,rgba(5,12,24,.12) 100%),url('../images/709da8779dc5e0d0.webp') center/cover}.products-page-hero .hero-inner{min-height:448px;display:flex;align-items:center}.products-page-hero .hero-copy{max-width:850px}.products-page-hero .slide-title,.products-page-hero h1{font-size:clamp(48px,6vw,74px);line-height:.98;letter-spacing:-.055em;margin:0 0 22px}.products-page-hero p{max-width:800px;font-size:20px;line-height:1.6;color:#d2e1f4}.products-intro{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:start;margin-bottom:42px}.products-intro h2{font-size:clamp(36px,4.2vw,54px);line-height:1.04;letter-spacing:-.045em;margin:0}.products-intro p{color:#627084;font-size:18px;line-height:1.65;margin:8px 0 0}@media(max-width:900px){.products-intro{grid-template-columns:1fr}}.lang-switch{display:flex;align-items:center;gap:6px;margin-left:10px;font-size:12px;font-weight:800}.lang-switch a{padding:6px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.24);color:#dbe8f7}.lang-switch a.active{background:#fff;color:#0b1730;border-color:#fff}.mobile-lang-switch{display:flex;gap:8px;padding:14px 0 4px}.mobile-lang-switch a{flex:1;text-align:center;padding:11px;border-radius:999px;border:1px solid rgba(255,255,255,.18);font-weight:800;color:#fff}.mobile-lang-switch a.active{background:#fff;color:#0b1730;border-color:#fff}@media(max-width:1024px){.desktop-lang-switch{display:none!important}}@media(min-width:1025px){.mobile-lang-switch{display:none!important}}:root{--brand-leaf-green:#50C426}.desktop-menu a.menu-active{color:var(--brand-leaf-green)!important;opacity:1!important;font-weight:800}.mobile-menu>a.menu-active{color:var(--brand-leaf-green)!important;font-weight:800}