:root{
  --bg:#07111f;--bg2:#0a1627;--panel:#0e1c30;--panel2:#11233b;--line:#213751;
  --text:#f5f8fc;--muted:#a9bdd5;--brand:#ff6a00;--brand2:#ff8a2c;--blue:#3888ff;--green:#35d59a;
  --max:1420px;--radius:26px;--shadow:0 26px 80px rgba(0,0,0,.28);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#07111f 0%,#081321 52%,#060e19 100%);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 48px));margin:auto}
.nav-wrap{position:sticky;top:0;z-index:70;background:rgba(7,17,31,.84);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.07)}.nav{min-height:78px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:13px;min-width:280px}.brand img{width:64px;height:48px;object-fit:contain;background:white;border-radius:9px;padding:4px}.brand-name{font-weight:800;font-size:15px}.brand-tag{font-size:10px;color:#ff9861;margin-top:2px}.nav nav{margin-left:auto}.nav ul{display:flex;list-style:none;gap:3px;padding:0;margin:0;align-items:center}.nav nav a{display:block;color:#bbcade;padding:10px 12px;border-radius:10px;font-size:14px;font-weight:600}.nav nav a:hover,.nav nav a.active{color:#fff;background:rgba(255,255,255,.05)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #29415e;border-radius:12px;padding:12px 18px;font-weight:800;font-size:14px;transition:.2s ease;background:#0b192b;color:#fff}.btn:hover{transform:translateY(-2px);border-color:#466484;background:#102039}.btn.primary{background:linear-gradient(135deg,var(--brand),var(--brand2));border-color:transparent;color:#101010;box-shadow:0 12px 32px rgba(255,106,0,.18)}.btn.primary:hover{box-shadow:0 16px 38px rgba(255,106,0,.28)}
.menu-toggle{display:none;margin-left:auto;background:none;border:1px solid var(--line);color:#fff;border-radius:10px;padding:9px 11px;font-size:19px}
.eyebrow,.mini-kicker{display:inline-flex;color:#ff8b43;font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.hero{padding:68px 0 46px}.hero-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(620px,1.14fr);gap:54px;align-items:center}.hero-copy h1{font-size:clamp(46px,4.9vw,78px);line-height:.98;letter-spacing:-.055em;margin:22px 0 24px;max-width:760px}.hero-copy h1 span{color:var(--brand)}.hero-copy>p{font-size:19px;color:#b9cbe0;max-width:700px;margin:0 0 26px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.trust-row{display:flex;gap:9px;flex-wrap:wrap;margin-top:25px}.trust-row span{border:1px solid #243b57;background:rgba(255,255,255,.025);border-radius:999px;padding:8px 12px;color:#afc3dc;font-size:12px}
.hero-slider{position:relative;height:590px;border:1px solid #29415e;border-radius:32px;background:radial-gradient(circle at 85% 12%,rgba(255,106,0,.11),transparent 34%),linear-gradient(145deg,#0e1c30,#07121f);overflow:hidden;box-shadow:var(--shadow)}.hero-slide{position:absolute;inset:0;opacity:0;transform:translateX(24px);transition:opacity .55s ease,transform .55s ease;padding:36px 40px 86px;display:flex;flex-direction:column}.hero-slide.active{opacity:1;transform:none;z-index:2}.slide-count{position:absolute;right:28px;top:28px;border:1px solid #2e4867;border-radius:999px;padding:8px 13px;color:#8fa7c2;font-size:12px;font-weight:900;letter-spacing:.12em}.slide-visual{height:355px;display:grid;place-items:center}.visual-orb{width:315px;height:315px;border-radius:50%;display:grid;place-items:center;position:relative;background:radial-gradient(circle at 40% 30%,rgba(255,255,255,.05),rgba(255,255,255,.01) 45%,rgba(0,0,0,.12));border:1px solid #2c4563}.visual-orb::before,.visual-orb::after{content:"";position:absolute;border-radius:50%;border:1px dashed rgba(74,139,218,.28)}.visual-orb::before{inset:24px}.visual-orb::after{inset:58px}.slide-symbol{width:150px;height:150px;display:grid;place-items:center;border-radius:34px;background:#0a1728;border:1px solid #355472;box-shadow:0 0 50px rgba(42,116,220,.10)}.slide-symbol svg{width:105px;height:105px;stroke:currentColor;fill:none;stroke-width:5}.slide-symbol.cyber{color:#ff7720}.slide-symbol.cloud{color:#9a6cff}.slide-symbol.network{color:#3d8cff}.slide-symbol.server{color:#48d7a2}.slide-symbol.cctv{color:#ff9150}.slide-symbol.support{color:#57c4ff}.slide-copy{margin-top:auto}.slide-copy span{color:#ff8b43;font-size:11px;font-weight:900;letter-spacing:.14em}.slide-copy h2{font-size:40px;letter-spacing:-.035em;margin:6px 0 5px}.slide-copy p{margin:0;color:#afc2d8;font-size:15px}.slide-copy a{display:inline-block;margin-top:13px;font-weight:800;font-size:13px;border-bottom:1px solid var(--brand);padding-bottom:4px}.slider-controls{position:absolute;z-index:10;left:38px;right:38px;bottom:26px;display:flex;align-items:center;justify-content:space-between}.arrow{width:43px;height:43px;border-radius:50%;border:1px solid #29445f;background:#0b1828;color:white;font-size:25px;cursor:pointer}.dots{display:flex;gap:8px}.dot{height:4px;width:28px;border:0;border-radius:5px;background:#45576b;cursor:pointer;padding:0}.dot.active{background:var(--brand);width:48px}
section{padding:72px 0}.section-head{display:grid;grid-template-columns:1fr .72fr;gap:60px;align-items:end;margin-bottom:32px}.section-head h2{font-size:clamp(38px,4vw,58px);letter-spacing:-.045em;line-height:1.02;margin:8px 0 0}.section-head p{color:var(--muted);font-size:17px;margin:0;max-width:620px}.solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.solution-card{min-height:270px;padding:26px;border:1px solid #233a56;border-radius:22px;background:linear-gradient(160deg,#0f1d31,#0a1727);position:relative;overflow:hidden;transition:.25s ease}.solution-card:hover{transform:translateY(-5px);border-color:#3a5b80;box-shadow:0 24px 60px rgba(0,0,0,.24)}.solution-card::after{content:"";position:absolute;width:180px;height:180px;right:-75px;top:-90px;border-radius:50%;background:var(--accent,#ff6a00);filter:blur(80px);opacity:.10}.solution-icon{width:58px;height:58px;color:var(--accent,#ff6a00);margin-bottom:40px}.solution-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:4}.solution-card h3{font-size:21px;margin:0 0 7px}.solution-card p{margin:0;color:#a9bdd5;font-size:14px}.solution-card>span{display:block;color:#ff8737;font-weight:800;font-size:13px;margin-top:26px}.solution-card:nth-child(2){--accent:#9b68ff}.solution-card:nth-child(3){--accent:#458cff}.solution-card:nth-child(4){--accent:#33c8f7}.solution-card:nth-child(5){--accent:#ff7b25}.solution-card:nth-child(6){--accent:#45d79c}.solution-card:nth-child(7){--accent:#f6b940}.solution-card:nth-child(8){--accent:#728dff}
.about{border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);background:linear-gradient(90deg,rgba(255,106,0,.035),transparent 42%)}.about-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:90px;align-items:center}.about h2{font-size:48px;line-height:1.04;letter-spacing:-.045em;margin:10px 0 18px}.about p{color:#afc1d7;font-size:17px;max-width:680px}.about-points{display:grid;gap:11px}.about-point{display:grid;grid-template-columns:40px 1fr;gap:14px;border:1px solid #223852;border-radius:16px;padding:17px;background:#0a1728}.about-point b{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:rgba(255,106,0,.11);color:#ff822f}.about-point strong{display:block;margin-bottom:3px}.about-point span{font-size:13px;color:#9fb5ce}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid #243d5b;border-radius:24px;background:#0d1a2d;overflow:hidden}.product-stage{height:228px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-stage.windows{background:linear-gradient(135deg,#09216b,#274fd3 58%,#92b3ff)}.product-stage.office{background:linear-gradient(135deg,#ffece5,#ffd6c6)}.product-stage.m365{background:linear-gradient(135deg,#5226ca,#8b4df0 55%,#db5c95)}.product-stage.security{background:linear-gradient(90deg,#d80929 0 50%,#70dbbf 50%)}.product-mark{font-size:62px;font-weight:950}.product-stage.windows .product-mark{color:white}.product-stage.office .product-mark{color:#f15b24}.product-stage.m365 .product-mark{width:118px;height:118px;border:22px solid transparent;border-top-color:#ff7043;border-right-color:#8665ff;border-bottom-color:#3e71ff;border-left-color:#ef57af;border-radius:50%}.security-logos{width:100%;display:grid;grid-template-columns:1fr 1fr;text-align:center;font-size:55px;font-weight:950;color:#fff}.security-logos div:last-child{color:#14352d}.product-body{padding:25px}.product-body h3{font-size:23px;margin:0 0 6px}.product-body p{color:#a9bdd5;margin:0 0 16px}.chips{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:20px}.chip{border-radius:999px;border:1px solid #2b4666;background:#152740;padding:5px 9px;font-size:11px;color:#c6d6e8}
.brand-wall-section{background:#050b13;border-block:1px solid rgba(255,255,255,.05)}.brand-wall-head{text-align:center;max-width:850px;margin:0 auto 45px}.brand-wall-head h2{font-size:48px;letter-spacing:-.045em;margin:10px 0 10px}.brand-wall-head p{color:#97abc1}.brand-wall{display:grid;grid-template-columns:repeat(5,1fr);gap:28px 42px;align-items:center}.brand-logo-item{height:85px;display:flex;align-items:center;justify-content:center;padding:10px;filter:grayscale(1) brightness(0) invert(1);opacity:.77;transition:.22s ease}.brand-logo-item:hover{opacity:1;transform:translateY(-3px);filter:grayscale(1) brightness(0) invert(1) drop-shadow(0 0 12px rgba(255,255,255,.18))}.brand-logo-item img{max-height:44px;max-width:175px;object-fit:contain}.brand-wall-note{text-align:center;color:#60758c;font-size:11px;margin:34px auto 0;max-width:900px}
.knowledge-preview{display:grid;grid-template-columns:1.15fr repeat(3,1fr);gap:16px}.knowledge-intro{padding-right:30px}.knowledge-intro h2{font-size:45px;line-height:1.05;letter-spacing:-.04em;margin:10px 0}.knowledge-intro p{color:#9fb4cb}.article-card{border:1px solid #233a56;border-radius:20px;background:#0d1a2c;padding:23px;min-height:240px;display:flex;flex-direction:column}.article-card .tag{color:#ff8737;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.article-card h3{font-size:21px;line-height:1.15;margin:12px 0}.article-card p{color:#a4b8cf;font-size:13px;margin:0}.article-card a{margin-top:auto;font-size:13px;font-weight:800;color:#fff}
.cta{border:1px solid #2b4563;border-radius:28px;padding:38px 42px;background:radial-gradient(circle at 85% 20%,rgba(255,106,0,.16),transparent 30%),linear-gradient(135deg,#0e1e33,#091625);display:flex;justify-content:space-between;gap:30px;align-items:center}.cta h3{font-size:33px;margin:0 0 7px;letter-spacing:-.035em}.cta p{margin:0;color:#a7bad1}.cta-actions{display:flex;gap:10px;flex-wrap:wrap}
footer{padding:54px 0 30px;border-top:1px solid rgba(255,255,255,.06)}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:45px}.footer-brand img{height:65px;width:auto;background:white;border-radius:8px;padding:4px}.footer-grid h4{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:#8da5bf;margin:0 0 14px}.footer-grid a,.footer-grid p{display:block;color:#a8bbd0;font-size:13px;margin:7px 0}.copyright{border-top:1px solid rgba(255,255,255,.06);margin-top:36px;padding-top:20px;color:#657b93;font-size:11px}
.page-hero{padding:84px 0 45px}.page-hero-grid{display:grid;grid-template-columns:1fr .75fr;gap:70px;align-items:center}.page-hero h1{font-size:clamp(46px,5vw,74px);line-height:1;letter-spacing:-.05em;margin:14px 0 18px}.page-hero h1 span{color:var(--brand)}.page-hero p{font-size:18px;color:#abc0d7;max-width:720px}.page-visual{height:300px;border:1px solid #26415f;border-radius:28px;background:radial-gradient(circle at 60% 40%,rgba(255,106,0,.13),transparent 38%),#0d1b2f;display:grid;place-items:center}.page-visual svg{width:145px;height:145px;stroke:#ff7b25;fill:none;stroke-width:4}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-card{border:1px solid #223a57;border-radius:20px;background:#0c192a;padding:24px}.feature-card .icon{width:48px;height:48px;color:#ff812e;margin-bottom:28px}.feature-card svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:4}.feature-card h3{font-size:21px;margin:0 0 8px}.feature-card p{color:#a6bad1;font-size:14px;margin:0}.notice{margin-top:15px;color:#ff9a59;font-size:12px;font-weight:700}
.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.catalog-card{border:1px solid #243c58;background:#0d1a2d;border-radius:20px;overflow:hidden}.catalog-art{height:160px;display:grid;place-items:center;background:linear-gradient(135deg,#132944,#0a1728);font-size:30px;font-weight:900}.catalog-card.orange .catalog-art{background:linear-gradient(135deg,#ff6a00,#ff9d55);color:#111}.catalog-body{padding:21px}.catalog-body h3{margin:0 0 8px}.catalog-body p{margin:0 0 16px;color:#a6bad1;font-size:13px}.catalog-actions{display:flex;gap:8px;flex-wrap:wrap}
@media(max-width:1180px){.hero-grid{grid-template-columns:1fr;gap:30px}.hero-copy{max-width:850px}.hero-slider{height:560px}.solution-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.brand-wall{grid-template-columns:repeat(4,1fr)}.knowledge-preview{grid-template-columns:1fr 1fr}.knowledge-intro{grid-column:1/-1}.page-hero-grid{grid-template-columns:1fr}.page-visual{height:240px}}
@media(max-width:900px){.container{width:min(100% - 28px,var(--max))}.nav nav,.nav>.btn{display:none}.menu-toggle{display:block}.nav.mobile-open nav{display:block;position:absolute;top:76px;left:14px;right:14px;background:#091625;border:1px solid #243c59;border-radius:18px;padding:12px}.nav.mobile-open nav ul{display:grid}.hero{padding-top:44px}.hero-copy h1{font-size:52px}.hero-slider{height:520px}.slide-visual{height:315px}.visual-orb{width:265px;height:265px}.section-head,.about-grid{grid-template-columns:1fr;gap:26px}.feature-grid,.catalog-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.cta{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.brand{min-width:auto}.brand-name,.brand-tag{display:none}.hero-copy h1{font-size:44px}.hero-copy>p{font-size:16px}.hero-slider{height:485px;border-radius:23px}.hero-slide{padding:26px 24px 78px}.slide-visual{height:285px}.visual-orb{width:225px;height:225px}.slide-symbol{width:115px;height:115px}.slide-symbol svg{width:78px;height:78px}.slide-copy h2{font-size:31px}.slider-controls{left:22px;right:22px}.solution-grid,.product-grid,.brand-wall,.feature-grid,.catalog-grid,.knowledge-preview,.footer-grid{grid-template-columns:1fr}.brand-wall{gap:12px}.brand-logo-item{height:70px}.section-head h2,.about h2,.brand-wall-head h2{font-size:38px}.page-hero h1{font-size:48px}.cta{padding:27px}.cta h3{font-size:27px}}

/* =========================================================
   HOME V5.1 — Premium polish (home-only)
   ========================================================= */
body.home-premium{
  background:
    radial-gradient(900px 520px at 84% 2%,rgba(255,106,0,.07),transparent 58%),
    radial-gradient(760px 520px at 12% 22%,rgba(56,136,255,.055),transparent 60%),
    linear-gradient(180deg,#07111f 0%,#081321 50%,#060e19 100%);
}
.home-premium .nav-wrap{background:rgba(6,14,25,.88);border-bottom-color:rgba(255,255,255,.055)}
.home-premium .nav{min-height:74px}
.home-premium .nav nav a{font-size:13px;padding:9px 11px}
.home-premium .brand img{box-shadow:none;border:1px solid rgba(255,255,255,.08)}

.home-premium .hero{padding:56px 0 52px}
.home-premium .hero-grid{grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr);gap:48px;align-items:center}
.home-premium .hero-copy{padding:8px 0}
.home-premium .hero-copy .eyebrow{font-size:10px;letter-spacing:.16em;border:1px solid #27405d;border-radius:999px;padding:8px 11px;background:rgba(255,255,255,.018)}
.home-premium .hero-copy h1{font-size:clamp(46px,4.6vw,70px);line-height:1.01;max-width:720px;margin:20px 0 20px;letter-spacing:-.052em}
.home-premium .hero-copy>p{font-size:17px;line-height:1.7;max-width:610px;color:#aebfd2;margin-bottom:23px}
.home-premium .hero-actions{gap:10px}
.home-premium .hero-actions .btn{padding:12px 17px}
.home-premium .trust-row{margin-top:22px;gap:8px}
.home-premium .trust-row span{padding:7px 11px;background:rgba(255,255,255,.018);font-size:11px;color:#9fb4cb}

.home-premium .hero-slider{height:540px;border-radius:28px;border-color:#243d5a;background:
  radial-gradient(circle at 82% 14%,rgba(255,106,0,.09),transparent 32%),
  radial-gradient(circle at 18% 80%,rgba(56,136,255,.08),transparent 38%),
  linear-gradient(145deg,#0d1a2d,#07121f);box-shadow:0 28px 90px rgba(0,0,0,.30)}
.home-premium .hero-slide{padding:30px 34px 78px}
.home-premium .slide-count{top:24px;right:24px;font-size:10px;padding:7px 11px;background:rgba(7,17,31,.42);backdrop-filter:blur(10px)}
.home-premium .slide-visual{height:310px}
.home-premium .visual-orb{width:276px;height:276px;border-color:#294461;background:radial-gradient(circle at 38% 30%,rgba(255,255,255,.06),rgba(255,255,255,.01) 46%,rgba(0,0,0,.12));box-shadow:inset 0 0 70px rgba(30,80,140,.07),0 18px 70px rgba(0,0,0,.18)}
.home-premium .visual-orb::before{inset:20px}.home-premium .visual-orb::after{inset:52px}
.home-premium .slide-symbol{width:132px;height:132px;border-radius:29px;background:linear-gradient(145deg,#0d1d31,#091522);box-shadow:0 18px 50px rgba(0,0,0,.20)}
.home-premium .slide-symbol svg{width:91px;height:91px}
.home-premium .slide-copy span{font-size:10px}
.home-premium .slide-copy h2{font-size:34px;margin:5px 0 4px}
.home-premium .slide-copy p{font-size:14px;max-width:500px}
.home-premium .slide-copy a{font-size:12px;margin-top:10px}
.home-premium .slider-controls{left:30px;right:30px;bottom:21px}
.home-premium .arrow{width:39px;height:39px;font-size:22px}
.home-premium .dot{width:22px}.home-premium .dot.active{width:40px}

.home-premium section{padding:62px 0}
.home-premium .section-head{grid-template-columns:1fr .66fr;gap:52px;margin-bottom:28px}
.home-premium .section-head h2{font-size:clamp(36px,3.6vw,52px)}
.home-premium .section-head p{font-size:15px;line-height:1.7}

.home-premium .solution-grid{grid-template-columns:repeat(3,1fr);gap:14px}
.home-premium .solution-card{min-height:228px;padding:23px;border-radius:20px;background:linear-gradient(155deg,rgba(16,30,50,.95),rgba(8,22,37,.95));border-color:#213752}
.home-premium .solution-icon{width:49px;height:49px;margin-bottom:31px}
.home-premium .solution-card h3{font-size:19px}
.home-premium .solution-card p{font-size:13px}
.home-premium .solution-card>span{margin-top:20px;font-size:12px}
.home-premium .solution-card:hover{transform:translateY(-4px);box-shadow:0 20px 55px rgba(0,0,0,.22)}
.home-premium .secondary-solutions{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}
.home-premium .secondary-card{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #213752;border-radius:18px;background:rgba(13,27,46,.72);padding:19px 21px;transition:.2s ease}
.home-premium .secondary-card:hover{border-color:#385a7f;transform:translateY(-2px)}
.home-premium .secondary-card strong{display:block;font-size:16px;margin-bottom:2px}.home-premium .secondary-card span{font-size:12px;color:#9fb4ca}.home-premium .secondary-card b{color:#ff8737;font-size:18px}

.home-premium .about{padding:56px 0;background:linear-gradient(90deg,rgba(255,106,0,.028),transparent 46%)}
.home-premium .about-grid{gap:70px}
.home-premium .about h2{font-size:42px;max-width:690px}
.home-premium .about p{font-size:15px;line-height:1.75}
.home-premium .about-point{padding:15px;border-radius:14px;background:rgba(10,23,40,.78)}
.home-premium .about-point b{width:36px;height:36px;border-radius:10px;font-size:12px}
.home-premium .about-point span{font-size:12px}

.home-premium .product-grid{gap:14px}
.home-premium .product-card{border-radius:20px;border-color:#223a56;background:#0c192b;transition:.22s ease}
.home-premium .product-card:hover{transform:translateY(-4px);border-color:#3a5b7e;box-shadow:0 20px 60px rgba(0,0,0,.22)}
.home-premium .product-stage{height:190px}
.home-premium .product-mark{font-size:54px}
.home-premium .product-body{padding:21px}
.home-premium .product-body h3{font-size:20px}.home-premium .product-body p{font-size:13px}.home-premium .product-body .btn{padding:10px 14px;font-size:12px}

.home-premium .brand-wall-section{padding:58px 0;background:#050b13}
.home-premium .brand-wall-head{margin-bottom:31px}
.home-premium .brand-wall-head h2{font-size:42px}
.home-premium .brand-wall{gap:18px 34px}
.home-premium .brand-logo-item{height:66px;opacity:.7}
.home-premium .brand-logo-item img{max-height:36px;max-width:160px}
.home-premium .brand-wall-note{margin-top:24px}

.home-premium .knowledge-preview{gap:14px}
.home-premium .knowledge-intro h2{font-size:40px}
.home-premium .knowledge-intro p{font-size:14px;line-height:1.7}
.home-premium .article-card{min-height:210px;padding:20px;border-radius:18px}
.home-premium .article-card h3{font-size:18px}.home-premium .article-card p{font-size:12px;line-height:1.65}

.home-premium .cta{padding:32px 36px;border-radius:24px}
.home-premium .cta h3{font-size:29px}.home-premium .cta p{font-size:14px}

@media(max-width:1180px){
  .home-premium .hero-grid{grid-template-columns:1fr;gap:28px}
  .home-premium .hero-slider{height:520px}
  .home-premium .solution-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .home-premium .hero{padding-top:36px}
  .home-premium .hero-copy h1{font-size:43px}
  .home-premium .hero-copy>p{font-size:15px}
  .home-premium .hero-slider{height:470px}
  .home-premium .hero-slide{padding:24px 22px 72px}
  .home-premium .slide-visual{height:270px}
  .home-premium .visual-orb{width:218px;height:218px}
  .home-premium .slide-symbol{width:108px;height:108px}.home-premium .slide-symbol svg{width:74px;height:74px}
  .home-premium .slide-copy h2{font-size:29px}
  .home-premium .solution-grid,.home-premium .secondary-solutions{grid-template-columns:1fr}
  .home-premium .section-head{grid-template-columns:1fr;gap:16px}
}

/* V5.2 — Hero micro-polish: tighter top rhythm + slightly calmer headline */
@media (min-width: 901px){
  .home-premium .hero{padding-top:34px}
  .home-premium .hero-copy{padding-top:0}
  .home-premium .hero-copy h1{font-size:clamp(44px,4.25vw,66px);max-width:700px}
}


/* V5.3 — Home typography refinement: calmer weight, stronger hierarchy */
.home-premium{
  font-optical-sizing:auto;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.home-premium .brand-name{font-weight:760;letter-spacing:-.012em}
.home-premium .brand-tag{font-weight:500;letter-spacing:.015em}
.home-premium .nav nav a{font-weight:560;letter-spacing:-.005em}
.home-premium .btn{font-weight:700;letter-spacing:-.012em}
.home-premium .hero-copy .eyebrow,
.home-premium .mini-kicker{font-weight:720;letter-spacing:.155em}
.home-premium .hero-copy h1{
  font-weight:760;
  letter-spacing:-.048em;
  text-wrap:balance;
}
.home-premium .hero-copy h1 span{font-weight:760}
.home-premium .hero-copy>p{font-weight:430;letter-spacing:-.008em}
.home-premium .trust-row span{font-weight:520}
.home-premium .slide-count{font-weight:720}
.home-premium .slide-copy span{font-weight:720;letter-spacing:.145em}
.home-premium .slide-copy h2{font-weight:730;letter-spacing:-.03em}
.home-premium .slide-copy p{font-weight:430}
.home-premium .slide-copy a{font-weight:680}
.home-premium .section-head h2,
.home-premium .about h2,
.home-premium .brand-wall-head h2,
.home-premium .knowledge-intro h2{font-weight:735;letter-spacing:-.04em}
.home-premium .solution-card h3,
.home-premium .secondary-card strong,
.home-premium .product-body h3,
.home-premium .article-card h3{font-weight:690;letter-spacing:-.022em}
.home-premium .solution-card>span,
.home-premium .article-card a{font-weight:670}
.home-premium .about-point strong{font-weight:680}
.home-premium .cta h3{font-weight:720;letter-spacing:-.026em}
.home-premium footer h4{font-weight:680}

@media(max-width:700px){
  .home-premium .hero-copy h1{font-weight:740;letter-spacing:-.043em}
}

/* =========================================================
   HOME V6 — restrained professional redesign
   ========================================================= */
.home-v6 .nav{min-height:72px}
.home-v6 .nav nav a{font-size:13px;font-weight:560;padding:9px 12px}
.home-v6 .nav-cta{padding:11px 16px}
.home-v6 .hero{padding:34px 0 58px}
.home-v6 .hero-grid{grid-template-columns:minmax(0,.88fr) minmax(570px,1.12fr);gap:52px}
.home-v6 .hero-copy h1{font-size:clamp(44px,4.1vw,64px);line-height:1.015;max-width:690px}
.home-v6 .hero-copy>p{max-width:600px;font-size:16.5px}
.home-v6 .hero-slider{height:520px}
.home-v6 .slide-visual{height:300px}
.home-v6 .visual-orb{width:260px;height:260px}
.home-v6 .slide-symbol{width:124px;height:124px}
.home-v6 .slide-symbol svg{width:86px;height:86px}
.home-v6 .slide-copy h2{font-size:33px}

.home-v6 section{padding:70px 0}
.home-v6 .v6-heading{grid-template-columns:1fr .58fr;align-items:end;margin-bottom:34px}
.home-v6 .v6-heading h2{max-width:780px}
.home-v6 .v6-heading p{max-width:500px}

.v6-solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#213751;border:1px solid #213751;border-radius:24px;overflow:hidden}
.v6-solution-card{display:grid;grid-template-columns:64px 1fr auto;gap:20px;align-items:center;min-height:146px;padding:26px 28px;background:#0b192b;transition:.22s ease}
.v6-solution-card:hover{background:#102139}
.v6-solution-card h3{margin:0 0 5px;font-size:20px;font-weight:690;letter-spacing:-.025em}
.v6-solution-card p{margin:0;color:#9fb5ce;font-size:13.5px;line-height:1.55}
.v6-solution-card>b{font-size:22px;color:#ff8737;font-weight:500;transition:.2s ease}
.v6-solution-card:hover>b{transform:translateX(4px)}
.v6-icon{width:58px;height:58px;display:grid;place-items:center;color:#ff7620;background:rgba(255,106,0,.07);border-radius:16px}
.v6-icon svg{width:39px;height:39px;stroke:currentColor;fill:none;stroke-width:4}
.v6-icon.blue{color:#438dff;background:rgba(67,141,255,.07)}.v6-icon.cyan{color:#39c9f5;background:rgba(57,201,245,.07)}.v6-icon.purple{color:#a06dfd;background:rgba(160,109,253,.07)}.v6-icon.orange{color:#ff8a3d}.v6-icon.green{color:#43d29a;background:rgba(67,210,154,.07)}

.v6-why{background:linear-gradient(180deg,rgba(255,255,255,.012),rgba(255,255,255,.005));border-block:1px solid rgba(255,255,255,.05)}
.v6-why-intro{max-width:850px;margin-bottom:38px}
.v6-why-intro h2{font-size:clamp(38px,4vw,56px);margin:10px 0 14px;letter-spacing:-.045em;line-height:1.02;font-weight:735}
.v6-why-intro p{margin:0;color:#a9bdd5;font-size:17px;max-width:720px}
.v6-principles{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.v6-principles article{padding:25px 23px;border-top:1px solid #35506f;background:rgba(10,23,40,.38)}
.v6-principles span{color:#ff8434;font-size:11px;font-weight:720;letter-spacing:.13em}
.v6-principles h3{font-size:18px;margin:30px 0 8px;letter-spacing:-.02em}
.v6-principles p{color:#9fb4ca;font-size:13px;margin:0;line-height:1.65}

.v6-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.v6-product{border:1px solid #223a56;border-radius:20px;background:#0b1829;overflow:hidden;transition:.22s ease}
.v6-product:hover{transform:translateY(-4px);border-color:#3b5f86;box-shadow:0 22px 55px rgba(0,0,0,.20)}
.v6-product-art{height:172px;display:grid;place-items:center;position:relative;overflow:hidden}
.v6-product>div:last-child{padding:20px 21px 22px}.v6-product small{color:#8098b4;font-size:9px;letter-spacing:.15em;font-weight:720}.v6-product h3{margin:5px 0 3px;font-size:20px;letter-spacing:-.025em}.v6-product p{margin:0;color:#a8bbd0;font-size:12px}
.windows-art{background:linear-gradient(145deg,#0d3192,#3070e6)}.windows-art span{font-size:68px;color:#fff;font-weight:400}.office-art{background:linear-gradient(145deg,#ffede6,#ffd7c8)}.office-art span{font-size:62px;color:#f35a25;font-weight:850}.m365-art{background:linear-gradient(145deg,#5328c7,#9a51ef 55%,#d74e8e)}.m365-art i{width:86px;height:86px;border-radius:50%;border:17px solid transparent;border-top-color:#ff7144;border-right-color:#8d68ff;border-bottom-color:#3f78ff;border-left-color:#ee5aaa}.security-art{grid-template-columns:1fr 1fr;background:linear-gradient(90deg,#cb102e 0 50%,#6cdec1 50%)}.security-art strong{font-size:49px;text-align:center}.security-art strong:first-child{color:#fff}.security-art strong:last-child{color:#14372f}
.v6-section-action{margin-top:22px}.v6-section-action a{font-size:13px;font-weight:680;color:#d7e2ef}.v6-section-action span{color:#ff8737;margin-left:6px}

.home-v6 .v6-brands{padding:62px 0}.home-v6 .brand-wall-head{margin-bottom:34px}.home-v6 .brand-wall{grid-template-columns:repeat(5,1fr);gap:14px 28px}.home-v6 .brand-logo-item{height:62px;opacity:.72;filter:grayscale(1) brightness(1.35);transition:.2s ease}.home-v6 .brand-logo-item:hover{opacity:1;filter:grayscale(0) brightness(1);transform:translateY(-2px)}

.v6-articles{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.v6-articles>a{display:flex;flex-direction:column;min-height:230px;padding:24px;border:1px solid #223a56;border-radius:19px;background:#0a1829;transition:.2s ease}.v6-articles>a:hover{border-color:#3a5b80;transform:translateY(-3px)}.v6-articles span{font-size:10px;letter-spacing:.14em;font-weight:720;color:#ff8737}.v6-articles h3{font-size:21px;margin:30px 0 9px;letter-spacing:-.025em}.v6-articles p{color:#9fb4ca;font-size:13px;margin:0;line-height:1.65}.v6-articles b{margin-top:auto;padding-top:24px;font-size:12px;color:#dbe6f2;font-weight:670}

.v6-contact{padding-top:50px!important}.v6-contact-card{display:flex;align-items:end;justify-content:space-between;gap:50px;padding:42px 46px;border:1px solid rgba(255,106,0,.28);border-radius:25px;background:radial-gradient(620px 280px at 10% 0%,rgba(255,106,0,.10),transparent 65%),#0b1829}.v6-contact-card h2{font-size:39px;margin:8px 0 9px;letter-spacing:-.04em}.v6-contact-card p{margin:0;color:#a9bdd5}.v6-contact-actions{display:flex;gap:10px;flex-wrap:wrap;flex:0 0 auto}

@media(max-width:1100px){.home-v6 .hero-grid{grid-template-columns:1fr}.home-v6 .hero-slider{height:500px}.v6-principles{grid-template-columns:repeat(2,1fr)}.v6-product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.home-v6 .nav-cta{display:none}.home-v6 .v6-heading{grid-template-columns:1fr;gap:14px}.v6-solution-grid{grid-template-columns:1fr}.v6-principles,.v6-product-grid,.v6-articles{grid-template-columns:1fr}.v6-contact-card{align-items:flex-start;flex-direction:column;padding:30px}.home-v6 .brand-wall{grid-template-columns:repeat(2,1fr)}.v6-solution-card{grid-template-columns:52px 1fr auto;padding:22px 20px}.v6-icon{width:50px;height:50px}.v6-icon svg{width:34px;height:34px}}


/* V7 — editorial premium pass */
.home-v6{--max:1260px}
.home-v6 .nav{min-height:78px}
.home-v6 .hero{padding:52px 0 88px}
.home-v6 .hero-grid{grid-template-columns:minmax(0,.92fr) minmax(560px,1.08fr);gap:72px}
.home-v6 .hero-copy h1{font-size:clamp(46px,4.25vw,66px);line-height:1.01;max-width:720px;margin:22px 0 22px}
.home-v6 .hero-copy>p{font-size:17px;line-height:1.72;max-width:620px}
.home-v6 .hero-slider{height:535px;border-radius:30px;box-shadow:0 34px 90px rgba(0,0,0,.28)}
.home-v6 section{padding:96px 0}
.home-v6 .v6-heading{margin-bottom:48px;grid-template-columns:minmax(0,1fr) minmax(300px,.48fr)}
.home-v6 .v6-heading h2,.home-v6 .brand-wall-head h2{font-size:clamp(38px,4vw,54px);line-height:1.03;letter-spacing:-.047em}
.home-v6 .v6-heading p,.home-v6 .brand-wall-head p{font-size:15px;line-height:1.75}

.v6-solution-grid{grid-template-columns:repeat(3,1fr);gap:0;border-radius:0;border:0;border-top:1px solid #29415e;border-bottom:1px solid #29415e;background:transparent;overflow:visible}
.v6-solution-card{display:flex;flex-direction:column;align-items:flex-start;min-height:285px;padding:34px 30px 30px;background:transparent;border-right:1px solid #213751;position:relative}
.v6-solution-card:nth-child(3n){border-right:0}.v6-solution-card:nth-child(-n+3){border-bottom:1px solid #213751}
.v6-solution-card:hover{background:rgba(255,255,255,.018)}
.v6-solution-card .v6-icon{width:54px;height:54px;margin-bottom:auto;border-radius:14px}
.v6-solution-card>div:nth-child(2){padding-top:48px}
.v6-solution-card h3{font-size:23px;margin-bottom:9px}.v6-solution-card p{font-size:14px;max-width:300px}
.v6-solution-card>b{position:absolute;right:28px;bottom:28px}

.v6-why{background:#07111e;border-block:1px solid rgba(255,255,255,.055)}
.v6-why-intro{max-width:760px;margin-bottom:55px}.v6-why-intro p{max-width:650px}
.v7-why-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px;align-items:start}
.v7-why-statement{padding-top:8px}.v7-why-statement p{font-size:clamp(25px,2.6vw,38px);line-height:1.22;letter-spacing:-.035em;color:#dbe6f2;margin:0 0 28px}.v7-why-statement strong{color:#fff;font-weight:680}.v7-why-statement a{font-size:13px;font-weight:680;color:#ff8a3d}
.v7-why-layout .v6-principles{grid-template-columns:1fr;gap:0;border-top:1px solid #29415e}
.v7-why-layout .v6-principles article{display:grid;grid-template-columns:54px 190px 1fr;gap:18px;align-items:start;padding:25px 0;background:transparent;border-top:0;border-bottom:1px solid #213751}
.v7-why-layout .v6-principles h3{margin:0;font-size:17px}.v7-why-layout .v6-principles p{font-size:13px}.v7-why-layout .v6-principles span{padding-top:3px}

.v6-software{background:linear-gradient(180deg,#081523,#091827)}
.v6-product-grid{grid-template-columns:1.25fr 1fr 1fr 1.1fr;gap:12px}
.v6-product{border-radius:16px;border-color:#203650;background:#091625}.v6-product-art{height:195px}.v6-product>div:last-child{padding:21px 22px 24px}.v6-product h3{font-size:21px}
.v6-section-action{margin-top:28px}

.home-v6 .v6-brands{padding:82px 0;background:#040a11}.home-v6 .brand-wall-head{text-align:left;margin:0 0 46px;max-width:760px}.home-v6 .brand-wall{grid-template-columns:repeat(5,1fr);gap:0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.home-v6 .brand-logo-item{height:92px;border-right:1px solid rgba(255,255,255,.06);opacity:.65}.home-v6 .brand-logo-item:nth-child(5n){border-right:0}.home-v6 .brand-logo-item:nth-child(-n+5){border-bottom:1px solid rgba(255,255,255,.06)}.home-v6 .brand-wall-note{text-align:left;margin:24px 0 0}

.v6-knowledge{background:#0b1828}.v6-articles{grid-template-columns:1.35fr .825fr .825fr;gap:0;border-top:1px solid #29415e;border-bottom:1px solid #29415e}.v6-articles>a{min-height:310px;border:0;border-right:1px solid #213751;border-radius:0;background:transparent;padding:32px}.v6-articles>a:last-child{border-right:0}.v6-articles>a:hover{transform:none;background:rgba(255,255,255,.018)}.v6-articles h3{font-size:25px;margin-top:62px}.v6-articles>a:first-child h3{font-size:34px;max-width:430px}.v6-articles p{max-width:440px}

.v6-contact{padding:88px 0!important}.v6-contact-card{padding:56px 60px;border-radius:18px;background:radial-gradient(720px 340px at 0% 0%,rgba(255,106,0,.13),transparent 65%),#091625}.v6-contact-card h2{font-size:clamp(38px,4vw,54px)}

@media(max-width:1100px){.v6-solution-grid{grid-template-columns:repeat(2,1fr)}.v6-solution-card:nth-child(3n){border-right:1px solid #213751}.v6-solution-card:nth-child(2n){border-right:0}.v6-solution-card:nth-child(-n+4){border-bottom:1px solid #213751}.v7-why-layout{grid-template-columns:1fr;gap:48px}.v6-product-grid{grid-template-columns:repeat(2,1fr)}.v6-articles{grid-template-columns:1fr 1fr}.v6-articles>a:first-child{grid-column:1/-1;border-right:0;border-bottom:1px solid #213751}.v6-articles>a:nth-child(2){border-right:1px solid #213751}.home-v6 .brand-wall{grid-template-columns:repeat(3,1fr)}.home-v6 .brand-logo-item{border-bottom:1px solid rgba(255,255,255,.06)!important}}
@media(max-width:800px){.home-v6 section{padding:70px 0}.home-v6 .hero{padding:38px 0 64px}.v6-solution-grid{grid-template-columns:1fr}.v6-solution-card{min-height:230px;border-right:0!important;border-bottom:1px solid #213751!important}.v6-solution-card:last-child{border-bottom:0!important}.v7-why-layout .v6-principles article{grid-template-columns:42px 1fr}.v7-why-layout .v6-principles p{grid-column:2}.v6-product-grid,.v6-articles{grid-template-columns:1fr}.v6-articles>a,.v6-articles>a:first-child{grid-column:auto;border-right:0!important;border-bottom:1px solid #213751}.home-v6 .brand-wall{grid-template-columns:repeat(2,1fr)}.v6-contact-card{padding:38px 30px}}


/* V8.1 — premium frameless hero slider */
.home-v6 .hero-slider-premium{
  height:560px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
.home-v6 .hero-slider-premium::before{
  content:"";position:absolute;inset:8% 2% 6% 6%;
  background:radial-gradient(circle at 70% 30%,rgba(255,122,33,.12),transparent 35%),radial-gradient(circle at 42% 46%,rgba(61,140,255,.08),transparent 42%);
  filter:blur(22px);pointer-events:none;
}
.home-v6 .hero-slider-premium .hero-slide{padding:18px 26px 82px;overflow:visible}
.home-v6 .hero-slider-premium .slide-count{top:12px;right:22px;background:rgba(8,20,34,.6);backdrop-filter:blur(8px)}
.home-v6 .premium-scene{height:365px;position:relative;display:grid;place-items:center}
.home-v6 .premium-scene svg{width:100%;height:100%;overflow:visible}
.home-v6 .premium-scene .ambient-glow{position:absolute;width:56%;height:56%;border-radius:50%;right:10%;top:14%;background:radial-gradient(circle,rgba(255,122,33,.12),transparent 68%);filter:blur(26px)}
.home-v6 .premium-copy{margin-top:auto;max-width:650px;padding-left:4px}
.home-v6 .premium-copy h2{font-size:42px;margin-top:4px}
.home-v6 .premium-copy p{max-width:610px}
.home-v6 .hero-slider-premium .slider-controls{left:26px;right:26px;bottom:18px}
.home-v6 .hero-slider-premium .arrow{background:rgba(8,20,34,.58);backdrop-filter:blur(8px)}
@media(max-width:1100px){.home-v6 .hero-slider-premium{height:545px}.home-v6 .premium-scene{height:345px}}
@media(max-width:620px){.home-v6 .hero-slider-premium{height:480px}.home-v6 .hero-slider-premium .hero-slide{padding:18px 10px 72px}.home-v6 .premium-scene{height:285px}.home-v6 .premium-copy h2{font-size:31px}.home-v6 .hero-slider-premium .slide-count{right:10px}.home-v6 .hero-slider-premium .slider-controls{left:10px;right:10px}}

/* V8.2 — refined support slide */
.home-v6 .premium-support.support-refined .ambient-glow{
  width:52%;height:52%;left:30%;right:auto;top:14%;
  background:radial-gradient(circle,rgba(69,225,174,.12),rgba(56,189,248,.08) 38%,rgba(255,122,33,.05) 58%,transparent 72%);
}
.home-v6 .premium-support.support-refined svg{max-width:760px}

/* V8.3 — compact premium navigation polish */
.home-v6 .nav-wrap{background:rgba(6,14,25,.94);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.055);box-shadow:none}
.home-v6 .nav{min-height:68px;gap:24px}
.home-v6 .brand{gap:11px;min-width:310px}
.home-v6 .brand img{width:54px;height:46px;padding:3px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#fff}
.home-v6 .brand-name{font-size:14px;font-weight:730;letter-spacing:-.018em;line-height:1.15}
.home-v6 .brand-tag{font-size:9px;font-weight:550;letter-spacing:.01em;color:#d98558;margin-top:4px;opacity:.9}
.home-v6 .nav nav a{font-size:12.5px;font-weight:560;padding:8px 11px;border-radius:8px;color:#aebdd0}
.home-v6 .nav nav a:hover{color:#fff;background:rgba(255,255,255,.035)}
.home-v6 .nav nav a.active{color:#fff;background:rgba(255,255,255,.045);box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)}
.home-v6 .nav-cta{padding:10px 17px;min-height:42px;border-radius:12px;font-size:12.5px;box-shadow:0 8px 24px rgba(255,112,24,.10)}
@media(max-width:1100px){.home-v6 .brand{min-width:270px}.home-v6 .nav{gap:16px}.home-v6 .nav nav a{padding-inline:8px}}


/* V8.4 — refined editorial solutions grid */
.home-v6 .v6-solution-grid{grid-template-columns:repeat(3,1fr);gap:0;border-radius:0;border:0;border-top:1px solid #29415e;border-bottom:1px solid #29415e;background:transparent;overflow:visible}
.home-v6 .v6-solution-card{display:flex;flex-direction:column;align-items:flex-start;min-height:232px;padding:28px 28px 24px;background:transparent;border-right:1px solid #213751;position:relative;transition:background .22s ease,transform .22s ease}
.home-v6 .v6-solution-card:nth-child(3n){border-right:0}.home-v6 .v6-solution-card:nth-child(-n+3){border-bottom:1px solid #213751}
.home-v6 .v6-solution-card:hover{background:linear-gradient(180deg,rgba(30,54,84,.22),rgba(13,29,49,.10));transform:none}
.home-v6 .v6-solution-card .v6-icon{width:64px;height:64px;margin-bottom:38px;border-radius:16px;transition:transform .22s ease,filter .22s ease,box-shadow .22s ease}
.home-v6 .v6-solution-card .v6-icon svg{width:42px;height:42px}
.home-v6 .v6-solution-card:hover .v6-icon{transform:translateY(-2px) scale(1.04);filter:brightness(1.12);box-shadow:0 12px 26px rgba(0,0,0,.18)}
.home-v6 .v6-solution-card>div:nth-child(2){padding-top:0;display:flex;flex-direction:column;min-height:120px;width:100%}
.home-v6 .v6-solution-card h3{font-size:22px;line-height:1.18;margin:0 0 10px;font-weight:680;letter-spacing:-.025em;transition:transform .22s ease,color .22s ease}
.home-v6 .v6-solution-card:hover h3{transform:translateX(3px);color:#fff}
.home-v6 .v6-solution-card p{font-size:14px;line-height:1.55;max-width:320px;margin:0;color:#9fb5ce}
.home-v6 .v6-solution-card>b{display:none}
.home-v6 .v6-explore{margin-top:auto;padding-top:18px;color:#ff8737;font-size:13px;font-weight:700;letter-spacing:.01em;transition:transform .22s ease,color .22s ease}
.home-v6 .v6-solution-card:hover .v6-explore{transform:translateX(4px);color:#ff9b58}
@media(max-width:1100px){.home-v6 .v6-solution-grid{grid-template-columns:repeat(2,1fr)}.home-v6 .v6-solution-card{border-right:1px solid #213751}.home-v6 .v6-solution-card:nth-child(2n){border-right:0}.home-v6 .v6-solution-card:nth-child(-n+4){border-bottom:1px solid #213751}}
@media(max-width:800px){.home-v6 .v6-solution-grid{grid-template-columns:1fr}.home-v6 .v6-solution-card{min-height:205px;border-right:0!important;border-bottom:1px solid #213751!important;padding:24px 22px}.home-v6 .v6-solution-card:last-child{border-bottom:0!important}.home-v6 .v6-solution-card .v6-icon{width:58px;height:58px;margin-bottom:30px}.home-v6 .v6-solution-card .v6-icon svg{width:38px;height:38px}}

/* V8.5 — final Solutions polish */
.home-v6 .v6-solutions .v6-heading h2{max-width:760px}
.home-v6 .v6-solution-card{min-height:216px;padding:26px 28px 22px}
.home-v6 .v6-solution-card .v6-icon{width:70px;height:70px;margin-bottom:30px}
.home-v6 .v6-solution-card .v6-icon svg{width:46px;height:46px}
.home-v6 .v6-solution-card>div:nth-child(2){min-height:112px}
.home-v6 .v6-solution-card h3{font-size:22px;margin-bottom:8px}
.home-v6 .v6-solution-card p{font-size:14px;line-height:1.5;max-width:330px}
.home-v6 .v6-explore{margin-top:20px;font-weight:700;color:#ff7b25;transition:transform .22s ease,color .22s ease}
.home-v6 .v6-solution-card:hover .v6-explore{transform:translateX(5px);color:#ff9b58}
@media(max-width:800px){.home-v6 .v6-solution-card{min-height:192px}.home-v6 .v6-solution-card .v6-icon{width:62px;height:62px;margin-bottom:24px}.home-v6 .v6-solution-card .v6-icon svg{width:41px;height:41px}}

/* V8.6 — Why Valente refinement */
.home-v6 .v6-why{padding:76px 0 72px}
.home-v6 .v6-why-intro{max-width:760px;margin-bottom:40px}
.home-v6 .v6-why-intro h2{font-size:clamp(36px,3.6vw,52px);line-height:1.04;letter-spacing:-.04em;margin:9px 0 12px}
.home-v6 .v6-why-intro p{max-width:680px;font-size:16px;line-height:1.7;color:#9fb3ca}
.home-v6 .v7-why-layout{grid-template-columns:.68fr 1.32fr;gap:78px}
.home-v6 .v7-why-statement{padding-top:4px}
.home-v6 .v7-why-statement p{font-size:clamp(21px,2vw,31px);line-height:1.28;letter-spacing:-.025em;max-width:520px;margin-bottom:22px;color:#cdd9e7}
.home-v6 .v7-why-statement strong{font-weight:650;color:#f6f8fb}
.home-v6 .v7-why-statement a{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:680;color:#ff8a3d;transition:gap .18s ease,color .18s ease}
.home-v6 .v7-why-statement a:hover{gap:10px;color:#ff9a58;text-decoration:none}
.home-v6 .v7-why-layout .v6-principles article{grid-template-columns:58px 214px 1fr;gap:34px;padding:24px 0;transition:background .18s ease,padding-left .18s ease}
.home-v6 .v7-why-layout .v6-principles article:hover{background:rgba(255,255,255,.012);padding-left:8px}
.home-v6 .v7-why-layout .v6-principles article>span{font-size:12px;letter-spacing:.12em;font-weight:760;color:#ff7b25;padding-top:4px}
.home-v6 .v7-why-layout .v6-principles h3{font-size:17px;line-height:1.35;font-weight:690;color:#f5f7fb}
.home-v6 .v7-why-layout .v6-principles p{font-size:13px;line-height:1.6;color:#93a8c0;max-width:500px}
@media(max-width:1100px){.home-v6 .v7-why-layout{gap:42px}.home-v6 .v7-why-layout .v6-principles article{grid-template-columns:52px 190px 1fr;gap:22px}}
@media(max-width:800px){.home-v6 .v6-why{padding:62px 0}.home-v6 .v6-why-intro{margin-bottom:30px}.home-v6 .v7-why-statement p{font-size:23px}.home-v6 .v7-why-layout .v6-principles article{grid-template-columns:42px 1fr;gap:14px;padding:20px 0}.home-v6 .v7-why-layout .v6-principles p{grid-column:2}}

/* V8.7 — final refinements: Why Valente */
.home-v6 .v7-why-statement p{font-size:clamp(19px,1.8vw,28px);line-height:1.31;letter-spacing:-.02em;max-width:500px}
.home-v6 .v7-why-layout .v6-principles article{grid-template-columns:58px 228px 1fr;gap:38px}
@media(max-width:1100px){.home-v6 .v7-why-layout .v6-principles article{grid-template-columns:52px 205px 1fr;gap:26px}}
@media(max-width:800px){.home-v6 .v7-why-statement p{font-size:21px}.home-v6 .v7-why-layout .v6-principles article{grid-template-columns:42px 1fr;gap:14px}}

/* V8.8 — Brand wall: monochrome at rest, official colour on hover/focus */
.home-v6 .brand-logo-item{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  opacity:.82;
  filter:none;
  transition:background-color .22s ease, opacity .22s ease, transform .22s ease, box-shadow .22s ease;
}
.home-v6 .brand-logo-item img{
  filter:grayscale(1) brightness(0) invert(1);
  opacity:.72;
  transition:filter .22s ease, opacity .22s ease, transform .22s ease;
}
.home-v6 .brand-logo-item::before{
  content:"";
  position:absolute;
  inset:8px;
  border-radius:14px;
  background:#f6f8fb;
  opacity:0;
  transform:scale(.97);
  transition:opacity .22s ease, transform .22s ease;
  z-index:-1;
}
.home-v6 .brand-logo-item:hover,
.home-v6 .brand-logo-item:focus-visible{
  opacity:1;
  transform:translateY(-2px);
  background:transparent;
  box-shadow:none;
  outline:none;
}
.home-v6 .brand-logo-item:hover::before,
.home-v6 .brand-logo-item:focus-visible::before{
  opacity:1;
  transform:scale(1);
}
.home-v6 .brand-logo-item:hover img,
.home-v6 .brand-logo-item:focus-visible img{
  filter:none;
  opacity:1;
  transform:scale(1.04);
}

@media (hover:none){
  .home-v6 .brand-logo-item img{filter:none;opacity:1}
  .home-v6 .brand-logo-item::before{opacity:1;transform:none}
}


/* V8.9 — authentic vendor colour behaviour */
.home-v6 .brand-logo-item:hover img,
.home-v6 .brand-logo-item:focus-visible img{
  filter:none;
  opacity:1;
}
/* Ubiquiti/UniFi uses the official mark recoloured to the familiar UI blue */
.home-v6 .brand-logo-item.brand-unifi:hover img,
.home-v6 .brand-logo-item.brand-unifi:focus-visible img{
  filter: brightness(0) saturate(100%) invert(39%) sepia(93%) saturate(1965%) hue-rotate(198deg) brightness(103%) contrast(103%);
}
/* VMware and Synology are naturally neutral/grey marks; keep their authentic tone visible */
.home-v6 .brand-logo-item[aria-label="VMware"]:hover img,
.home-v6 .brand-logo-item[aria-label="VMware"]:focus-visible img,
.home-v6 .brand-logo-item[aria-label="Synology"]:hover img,
.home-v6 .brand-logo-item[aria-label="Synology"]:focus-visible img{
  filter:none;
}
@media (hover:none){
  .home-v6 .brand-logo-item.brand-unifi img{
    filter: brightness(0) saturate(100%) invert(39%) sepia(93%) saturate(1965%) hue-rotate(198deg) brightness(103%) contrast(103%);
  }
}


/* V8.10 — final vendor logo wall: clean dark wall, authentic colour on interaction */
.home-v6 .brand-logo-item{
  background:transparent !important;
  box-shadow:none !important;
}
.home-v6 .brand-logo-item::before{display:none !important;}
.home-v6 .brand-logo-item img{
  filter:grayscale(1) brightness(0) invert(1) !important;
  opacity:.62;
  transform:none;
}
.home-v6 .brand-logo-item:hover,
.home-v6 .brand-logo-item:focus-visible{
  transform:translateY(-2px);
  opacity:1;
  outline:none;
}
.home-v6 .brand-logo-item:hover img,
.home-v6 .brand-logo-item:focus-visible img{
  filter:none !important;
  opacity:1;
  transform:scale(1.035);
}
/* Bitdefender source is the authentic wordmark; tint to the current brand blue on interaction. */
.home-v6 .brand-logo-item.brand-bitdefender:hover img,
.home-v6 .brand-logo-item.brand-bitdefender:focus-visible img{
  filter:brightness(0) saturate(100%) invert(31%) sepia(98%) saturate(1670%) hue-rotate(200deg) brightness(92%) contrast(101%) !important;
}
/* Ubiquiti / UniFi mark: familiar UI blue on interaction. */
.home-v6 .brand-logo-item.brand-unifi:hover img,
.home-v6 .brand-logo-item.brand-unifi:focus-visible img{
  filter:brightness(0) saturate(100%) invert(39%) sepia(93%) saturate(1965%) hue-rotate(198deg) brightness(103%) contrast(103%) !important;
}
/* Naturally neutral marks stay neutral, but become crisp on interaction. */
.home-v6 .brand-logo-item[aria-label="VMware"]:hover img,
.home-v6 .brand-logo-item[aria-label="VMware"]:focus-visible img,
.home-v6 .brand-logo-item[aria-label="Synology"]:hover img,
.home-v6 .brand-logo-item[aria-label="Synology"]:focus-visible img,
.home-v6 .brand-logo-item[aria-label="MikroTik"]:hover img,
.home-v6 .brand-logo-item[aria-label="MikroTik"]:focus-visible img{
  filter:grayscale(1) brightness(0) invert(1) !important;
  opacity:.94;
}
@media (hover:none){
  .home-v6 .brand-logo-item img{filter:none !important;opacity:1}
  .home-v6 .brand-logo-item.brand-bitdefender img{filter:brightness(0) saturate(100%) invert(31%) sepia(98%) saturate(1670%) hue-rotate(200deg) brightness(92%) contrast(101%) !important}
  .home-v6 .brand-logo-item.brand-unifi img{filter:brightness(0) saturate(100%) invert(39%) sepia(93%) saturate(1965%) hue-rotate(198deg) brightness(103%) contrast(103%) !important}
  .home-v6 .brand-logo-item[aria-label="VMware"] img,
  .home-v6 .brand-logo-item[aria-label="Synology"] img,
  .home-v6 .brand-logo-item[aria-label="MikroTik"] img{filter:grayscale(1) brightness(0) invert(1) !important;opacity:.92}
}
