
    :root{
      --blue-900:#06173f;
      --blue-800:#0a2d79;
      --blue-700:#1646b8;
      --text:#112037;
      --muted:#5e6f87;
      --line:#d7deea;
      --bg:#f3f6fb;
      --white:#fff;
      --wrap:min(1380px,92vw);
    }
    html,
    body{
      margin:0 !important;
      padding:0 !important;
    }
    *{box-sizing:border-box;margin:0;padding:0}
    body{
      font-family:Barlow,sans-serif;
      color:var(--text);
      background:var(--bg);
      line-height:1.45;
    }
    html.is-shell-loading{cursor:progress}
    html.is-shell-loading,
    html.is-shell-loading body{
      overflow:hidden;
    }
    [data-page-main]{
      transition:opacity .26s ease, transform .26s ease;
      will-change:opacity,transform;
    }
    html.is-shell-loading [data-page-main]{
      opacity:.38;
      transform:translateY(8px);
    }
    [data-page-main].is-content-enter{
      opacity:0;
      transform:translateY(14px);
    }
    .site-shell-loader{
      position:fixed;
      inset:0;
      z-index:10050;
      display:grid;
      place-items:center;
      padding:20px;
      background:#e8ecf2;
      opacity:0;
      visibility:hidden;
      pointer-events:none;
      transition:opacity .24s ease, visibility .24s ease;
    }
    html.is-shell-loading .site-shell-loader{
      opacity:1;
      visibility:visible;
      pointer-events:auto;
    }
    .site-shell-loader__panel{
      width:100%;
      height:100%;
      background:transparent;
      border:0;
      border-radius:0;
      box-shadow:none;
      position:relative;
      overflow:hidden;
      display:grid;
      place-items:center;
    }
    .site-shell-loader__close{
      display:none;
    }
    .site-shell-loader__content{
      display:grid;
      justify-items:center;
      gap:24px;
      transform:translateY(-8px);
    }
    .site-shell-loader__spinner{
      width:52px;
      height:52px;
      border-radius:999px;
      border:3px solid #c6cfde;
      border-top-color:#7a90d9;
      animation:shellLoaderSpin .9s linear infinite;
    }
    .site-shell-loader__brand{
      display:flex;
      align-items:center;
      gap:14px;
      color:#6a7689;
    }
    .site-shell-loader__mark{
      width:30px;
      height:30px;
      position:relative;
      transform:rotate(45deg);
      border-radius:5px;
      background:linear-gradient(180deg,#2d68f0 0%, #164dc5 100%);
      box-shadow:-13px 0 0 0 rgba(45,104,240,.25);
    }
    .site-shell-loader__word{
      display:grid;
      line-height:1;
      gap:6px;
    }
    .site-shell-loader__word strong{
      font-size:1.8rem;
      color:#6f7b8f;
      font-weight:600;
      letter-spacing:.01em;
      text-transform:lowercase;
    }
    .site-shell-loader__word small{
      font-size:.9rem;
      color:#7f95d8;
      letter-spacing:.18em;
      font-weight:700;
    }
    html.is-shell-loading .cursor-follower{
      opacity:0 !important;
      visibility:hidden;
    }
    @keyframes shellLoaderSpin{
      to{
        transform:rotate(360deg);
      }
    }
    @media (prefers-reduced-motion:reduce){
      .site-shell-loader,
      [data-page-main]{
        transition:none;
      }
      .site-shell-loader__spinner{
        animation:none;
      }
    }
    a{text-decoration:none;color:inherit}
    .wrap{width:var(--wrap);margin-inline:auto}

    .site-topbar{
      background:linear-gradient(90deg,var(--blue-800),var(--blue-900));
      color:#eef3ff;
      border-bottom:1px solid rgba(255,255,255,.15);
      margin-top:0 !important;
      top:0 !important;
      transform:none !important;
    }
    .site-topbar .wrap{
      min-height:46px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      padding:8px 0;
      font-size:.92rem;
    }
    .socials{display:flex;align-items:center;gap:10px}
    .socials a{
      width:20px;height:20px;display:grid;place-items:center;border-radius:999px;
      color:#fff;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);font-size:11px;
    }
    .top-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
    .top-meta span{display:inline-flex;align-items:center;gap:7px}
    .top-meta i{color:#c6d5ff}

    .header{
      background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;
    }
    .header .wrap{
      min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:22px;
    }
    .logo{
      display:flex;align-items:center;gap:10px;font-size:3rem;font-weight:700;color:#174093;letter-spacing:.01em;
    }
    .logo-mark{
      width:18px;height:50px;border-radius:10px;
      background:linear-gradient(180deg,#3b76ff,#1c3ea7);
      transform:skewX(-22deg);
      box-shadow:10px 0 0 0 rgba(59,118,255,.22);
    }
    .logo small{
      display:block;font-size:.7rem;color:#5e6f87;font-weight:600;line-height:1;margin-top:-8px
    }
    .logo-text{display:grid}
    .header-logo-image{
      max-width:300px;
      width:100%;
      height:auto;
      display:block;
    }

    .nav{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:nowrap;
      position:relative;
    }
    .nav-item{
      position:relative;
    }
    .nav-link{
      min-height:44px;
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:0 13px;
      border-radius:10px;
      font-weight:700;
      color:#1b2a42;
      transition:background .2s ease,color .2s ease;
    }
    .nav-link:hover{
      background:#edf3ff;
      color:#15336f;
    }
    .nav-link.is-dropdown-only{
      cursor:default;
    }
    .nav-link.is-active,
    .nav-item.is-active > .nav-link{
      background:#e6eeff;
      color:#18469a;
      box-shadow:inset 0 0 0 1px #cfdcff;
    }
    .nav-link .bi{
      font-size:10px;
      color:#6d7f97;
      transition:transform .2s ease;
    }
    .nav-item.has-children:hover > .nav-link .bi,
    .nav-item.has-children.is-open > .nav-link .bi,
    .nav-item.has-children:focus-within > .nav-link .bi{
      transform:rotate(180deg);
    }
    .nav-item.has-children:hover > .nav-link,
    .nav-item.has-children.is-open > .nav-link,
    .nav-item.has-children:focus-within > .nav-link{
      background:#edf3ff;
      color:#18469a;
    }
    .nav-dropdown{
      position:absolute;
      left:0;
      top:calc(100% + 6px);
      width:260px;
      background:#f6f6f7;
      border:1px solid #d6d9df;
      border-radius:0;
      box-shadow:0 10px 24px rgba(10,22,51,.16);
      opacity:0;
      visibility:hidden;
      transform:translateY(5px);
      transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
      z-index:35;
    }
    .nav-item.has-children:hover > .nav-dropdown,
    .nav-item.has-children.is-open > .nav-dropdown,
    .nav-item.has-children:focus-within > .nav-dropdown{
      opacity:1;
      visibility:visible;
      transform:translateY(0);
    }
    .nav-dropdown-link{
      display:block;
      color:#111;
      font-weight:600;
      font-size:1.06rem;
      line-height:1.3;
      padding:10px 14px;
      border-bottom:1px solid #d7d8dc;
      background:#f6f6f7;
    }
    .nav-dropdown-link:link,
    .nav-dropdown-link:visited{
      color:#111;
    }
    .nav-dropdown-link:hover{
      background:#eceef3;
      color:#1346aa;
    }
    .nav-dropdown-link.is-active,
    .nav-dropdown-link.is-active:visited{
      background:#e6edff;
      color:#1346aa;
      font-weight:700;
    }
    .nav-dropdown-group{
      border-bottom:1px solid #d7d8dc;
      background:#f1f4fa;
    }
    .nav-dropdown-group-title{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      color:#111;
      font-weight:700;
      font-size:1.06rem;
      line-height:1.3;
      padding:10px 14px;
      background:#f1f4fa;
    }
    .nav-dropdown-group-title:link,
    .nav-dropdown-group-title:visited{
      color:#111;
    }
    .nav-dropdown-group-title:hover{
      background:#e7edf7;
      color:#111;
    }
    .nav-dropdown-group-title.is-active,
    .nav-dropdown-group-title.is-active:visited,
    .nav-dropdown-group.is-active > .nav-dropdown-group-title{
      background:#dfe8ff;
      color:#123f9d;
      font-weight:700;
    }
    .nav-dropdown-group:not(.is-active) > .nav-dropdown-group-title,
    .nav-dropdown-group:not(.is-active) > .nav-dropdown-group-title:link,
    .nav-dropdown-group:not(.is-active) > .nav-dropdown-group-title:visited,
    .nav-dropdown-group:not(.is-active) > .nav-dropdown-group-title span{
      color:#111 !important;
    }
    .nav-dropdown-group-title .bi{
      font-size:10px;
      color:#5473ab;
      transition:transform .2s ease;
    }
    .nav-dropdown-group.has-children:hover > .nav-dropdown-group-title .bi,
    .nav-dropdown-group.has-children.is-open > .nav-dropdown-group-title .bi,
    .nav-dropdown-group.has-children:focus-within > .nav-dropdown-group-title .bi{
      transform:rotate(180deg);
    }
    .nav-dropdown-submenu{
      max-height:0;
      opacity:0;
      overflow:hidden;
      visibility:hidden;
      transition:max-height .22s ease, opacity .2s ease, visibility .2s ease;
    }
    .nav-dropdown-group.has-children:hover > .nav-dropdown-submenu,
    .nav-dropdown-group.has-children.is-open > .nav-dropdown-submenu,
    .nav-dropdown-group.has-children:focus-within > .nav-dropdown-submenu{
      max-height:420px;
      opacity:1;
      visibility:visible;
    }
    .nav-dropdown-group-title.is-dropdown-only,
    .nav-dropdown-link.is-dropdown-only{
      cursor:default;
    }
    .nav-dropdown-link.level-3{
      padding-left:28px;
      font-size:1.03rem;
      background:#f8f9fb;
    }
    .mobile-menu-toggle{display:none}

    .mobile-backdrop{
      position:fixed;
      inset:0;
      background:rgba(8,14,31,.45);
      opacity:0;
      visibility:hidden;
      transition:opacity .22s ease, visibility .22s ease;
      z-index:46;
    }
    .mobile-panel{
      position:fixed;
      top:0;
      right:0;
      height:100dvh;
      width:min(86vw,420px);
      background:#f2f5fb;
      border-left:2px solid #1d3e97;
      box-shadow:-18px 0 40px rgba(7,18,52,.25);
      transform:translateX(102%);
      transition:transform .24s ease;
      z-index:47;
      display:flex;
      flex-direction:column;
      overflow:auto;
    }
    .mobile-panel-head{
      min-height:82px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      padding:12px 16px;
      border-bottom:1px solid #d6e0f3;
      background:#fff;
      position:sticky;
      top:0;
      z-index:2;
    }
    .mobile-logo{
      display:flex;
      align-items:center;
      gap:10px;
      color:#173f95;
      font-weight:700;
      text-decoration:none;
      font-size:2rem;
      line-height:1;
    }
    .mobile-logo small{
      display:block;
      font-size:.56rem;
      color:#64799b;
      margin-top:-6px;
      letter-spacing:.01em;
      text-transform:uppercase;
    }
    .mobile-logo .header-logo-image{
      max-width:210px;
      width:100%;
      height:auto;
      display:block;
    }
    .mobile-close{
      width:44px;
      height:44px;
      border-radius:999px;
      border:0;
      background:linear-gradient(180deg,#3e5cff 0%, #3550eb 100%);
      color:#fff;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      cursor:pointer;
      box-shadow:0 8px 18px rgba(26,56,176,.3);
    }
    .mobile-close i{font-size:1.1rem}
    .mobile-nav{
      padding:16px;
      border-bottom:1px solid #d7e0ef;
      background:#f2f5fb;
    }
    .mobile-nav-item{
      min-height:58px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      border-bottom:1px solid #cfdaf0;
      color:#18253d;
      font-size:1.1rem;
      text-decoration:none;
    }
    .mobile-nav-item.is-active{
      color:#153f93;
      font-weight:700;
    }
    .mobile-nav-item.is-dropdown-only,
    .mobile-sub-link.is-dropdown-only{
      cursor:default;
    }
    .mobile-nav-item i{
      color:#1f2b4e;
      font-size:1.4rem;
      line-height:1;
    }
    .mobile-nav-node{
      border-bottom:1px solid #cfdaf0;
    }
    .mobile-nav-row{
      min-height:58px;
      display:flex;
      align-items:center;
      gap:8px;
    }
    .mobile-nav-row > .mobile-nav-item{
      border-bottom:0;
      flex:1;
    }
    .mobile-nav-expand{
      width:42px;
      height:42px;
      border-radius:10px;
      border:1px solid #c6d3ef;
      background:#fff;
      color:#31466d;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
    }
    .mobile-nav-expand i{
      font-size:1rem;
      transition:transform .2s ease;
    }
    .mobile-nav-node.open > .mobile-nav-row .mobile-nav-expand i,
    .mobile-sub-node.open > .mobile-sub-row .mobile-nav-expand i{
      transform:rotate(45deg);
    }
    .mobile-submenu{
      display:none;
      padding:0 0 10px 14px;
    }
    .mobile-nav-node.open > .mobile-submenu,
    .mobile-sub-node.open > .mobile-submenu{
      display:block;
    }
    .mobile-sub-node{
      border-left:2px solid #d7e3fb;
      padding-left:10px;
      margin-top:6px;
    }
    .mobile-sub-row{
      min-height:44px;
      display:flex;
      align-items:center;
      gap:8px;
    }
    .mobile-sub-link{
      flex:1;
      min-height:40px;
      display:inline-flex;
      align-items:center;
      color:#294171;
      font-weight:600;
      font-size:1rem;
    }
    .mobile-sub-link.is-active{
      color:#153f93;
      font-weight:700;
    }
    .mobile-submenu.level-2{
      padding-left:10px;
      padding-bottom:4px;
    }
    .mobile-sub-link.level-2-link{
      min-height:36px;
      font-size:.95rem;
      color:#3a4f78;
    }
    .mobile-lang-row{
      padding:14px 16px;
      border-bottom:1px solid #d7e0ef;
      background:#f2f5fb;
      display:flex;
      flex-direction:column;
      gap:8px;
    }
    .mobile-lang-toggle{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:8px;
      min-height:44px;
      padding:0 2px;
      border-bottom:1px solid #cad5ee;
      color:#203055;
      font-weight:600;
      font-size:1.05rem;
      border-left:0;
      border-right:0;
      border-top:0;
      background:transparent;
      width:100%;
      text-align:left;
    }
    .mobile-lang-toggle .flag{font-size:1.2rem}
    .mobile-lang-toggle #mobileCurrentLangFlag{
      display:inline-flex;
      width:18px;
      height:13px;
      border-radius:2px;
      overflow:hidden;
      border:1px solid #c7d2ec;
      vertical-align:middle;
    }
    .mobile-lang-toggle .bi{
      transition:transform .2s ease;
    }
    .mobile-lang-list{
      display:none;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:8px;
      padding-top:4px;
    }
    .mobile-lang-row.open .mobile-lang-list{
      display:grid;
    }
    .mobile-lang-row.open .mobile-lang-toggle .bi{
      transform:rotate(180deg);
    }
    .mobile-lang-item{
      min-height:38px;
      border-radius:10px;
      border:1px solid #c8d4ef;
      background:#fff;
      color:#294171;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:6px;
      text-decoration:none;
      font-weight:700;
      font-size:.92rem;
    }
    .mobile-lang-item.is-active{
      background:#e6eeff;
      border-color:#7c96df;
      color:#173671;
    }
    .mobile-contact{
      padding:18px 16px 20px;
      background:#f2f5fb;
    }
    .mobile-contact h3{
      margin-bottom:14px;
      color:#111f38;
      font-size:2rem;
      font-weight:700;
    }
    .mobile-contact-list{
      display:grid;
      gap:12px;
      margin-bottom:18px;
    }
    .mobile-contact-item{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:#374f7e;
      font-size:1.03rem;
      line-height:1.45;
    }
    .mobile-contact-item i{
      color:#3556ff;
      font-size:1rem;
      margin-top:3px;
    }
    .mobile-contact-btn{
      min-height:54px;
      width:100%;
      border-radius:999px;
      border:0;
      background:linear-gradient(90deg,#3f57f7,#3950ec);
      color:#fff;
      font-size:1.18rem;
      font-weight:700;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      text-decoration:none;
      box-shadow:0 12px 24px rgba(48,73,190,.35);
    }
    body.mobile-menu-open{
      overflow:hidden;
    }
    body.mobile-menu-open .mobile-backdrop{
      opacity:1;
      visibility:visible;
    }
    body.mobile-menu-open .mobile-panel{
      transform:translateX(0);
    }

    .lang-menu{position:relative}
    .lang-toggle{
      min-height:44px;
      padding:0 12px 0 8px;
      border-radius:999px;
      border:2px solid #d7e2ff;
      background:linear-gradient(180deg,#0b2a6f 0%, #081f55 100%);
      color:#fff;
      display:inline-flex;
      align-items:center;
      gap:7px;
      font-weight:700;
      font-size:0.96rem;
      letter-spacing:.01em;
      cursor:pointer;
      box-shadow:0 10px 24px rgba(7,18,54,.24);
    }
    .lang-toggle:hover{filter:brightness(1.04)}
    .lang-icon{
      width:24px;
      height:24px;
      border-radius:999px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:rgba(255,255,255,.09);
      border:1px solid rgba(255,255,255,.2);
      color:#f4f7ff;
    }
    .lang-current{
      display:inline-flex;
      align-items:center;
      gap:6px;
    }
    .lang-current .flag{font-size:.92rem}
    .lang-current #currentLangFlag{
      display:inline-flex;
      width:18px;
      height:13px;
      border-radius:2px;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.34);
      vertical-align:middle;
    }
    .lang-toggle i{font-size:.84rem}
    .lang-toggle .chev{
      font-size:.88rem;
      transition:transform .2s ease;
      opacity:.96;
    }
    .lang-menu.open .lang-toggle .chev{transform:rotate(180deg)}
    .lang-dropdown{
      position:absolute;
      top:calc(100% + 10px);
      right:0;
      width:224px;
      background:#f2f5fb;
      border:1px solid #d9e2f0;
      border-radius:10px;
      box-shadow:0 16px 34px rgba(9,25,58,.2);
      padding:8px;
      opacity:0;
      visibility:hidden;
      transform:translateY(8px);
      transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
      z-index:40;
    }
    .lang-menu.open .lang-dropdown{
      opacity:1;
      visibility:visible;
      transform:translateY(0);
    }
    .lang-item{
      display:flex;
      align-items:center;
      gap:10px;
      min-height:42px;
      padding:0 10px;
      border-radius:8px;
      color:#294171;
      font-size:1.06rem;
      font-weight:500;
    }
    .lang-item:hover{background:#e5ecf8}
    .lang-item.is-active{
      background:#e3ebf9;
      color:#173671;
      font-weight:700;
    }
    .flag{
      font-size:1.25rem;
      line-height:1;
      font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji","Segoe UI Symbol",sans-serif;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:18px;
      height:13px;
      border-radius:2px;
      overflow:hidden;
      border:1px solid #c7d2ec;
      background:#fff;
      flex:0 0 auto;
    }
    .flag-img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }

    .hero{
      position:relative;
      z-index:2;
      min-height:76vh;
      background:#0b1424;
      overflow:visible;
    }
    .hero-slides{
      position:absolute;
      inset:0;
      z-index:0;
      pointer-events:none;
    }
    .hero-slide{
      position:absolute;
      inset:0;
      opacity:0;
      transform:scale(1.03);
      transition:opacity .42s ease, transform 4s ease;
    }
    .hero-slide-image{
      position:absolute;
      inset:0;
      width:100%;
      height:100%;
      object-fit:cover;
      object-position:center;
      display:block;
    }
    .hero-slide.is-active{
      opacity:1;
      transform:scale(1);
    }
    .hero::before{
      content:"";
      position:absolute;inset:0;
      background:radial-gradient(circle at 50% 65%,rgba(255,255,255,.06),transparent 45%);
      z-index:1;
      pointer-events:none;
    }
    .hero::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(0deg,rgba(8,14,28,.58),rgba(8,14,28,.58));
      z-index:1;
      pointer-events:none;
    }
    .hero-content{
      position:relative;z-index:2;
      min-height:76vh;
      display:grid;place-items:center;
      text-align:center;
      color:#fff;
      padding:110px 20px 170px;
    }
    .hero h1{
      font-size:clamp(2rem,5.2vw,4rem);
      line-height:1.05;
      max-width:18ch;
      margin:0 auto 12px;
      font-weight:700;
    }
    .hero p{
      font-size:clamp(1rem,2vw,1.5rem);
      color:#e6edff;
      margin-bottom:18px;
    }
    .hero .cta{
      display:inline-flex;align-items:center;gap:8px;
      min-height:52px;padding:0 28px;border-radius:10px;
      border:1px solid rgba(78,122,255,.7);background:rgba(4,22,67,.45);
      color:#fff;font-weight:600;font-size:1.05rem;
    }

    .hero-arrow{
      position:absolute;top:50%;transform:translateY(-50%);
      width:54px;height:54px;border-radius:999px;
      border:1px solid rgba(255,255,255,.6);background:rgba(255,255,255,.08);
      color:#fff;display:grid;place-items:center;font-size:2rem;z-index:3;
      cursor:pointer;
    }
    .hero-arrow i{
      font-size:1.4rem;
      line-height:1;
    }
    .hero-arrow.left{left:30px}
    .hero-arrow.right{right:30px}

    .hero-dots{
      position:absolute;left:50%;bottom:94px;transform:translateX(-50%);
      display:flex;gap:10px;z-index:3;
    }
    .hero-dots button{
      width:28px;
      height:4px;
      border-radius:999px;
      border:0;
      background:rgba(255,255,255,.6);
      cursor:pointer;
      padding:0;
    }
    .hero-dots button.active{background:#2e67ff}

    .page-hero{
      position:relative;
      width:min(100%, 1870px);
      height:363px;
      min-height:363px;
      margin-inline:auto;
      display:flex;
      align-items:flex-end;
      overflow:hidden;
      isolation:isolate;
      background:#0b1424;
    }
    .page-hero-bg{
      position:absolute;
      inset:0;
      width:100%;
      height:100%;
      object-fit:cover;
      z-index:0;
    }
    .page-hero-overlay{
      position:absolute;
      inset:0;
      z-index:1;
      background:
        linear-gradient(90deg,rgba(4,11,25,.52) 0%, rgba(4,11,25,.35) 42%, rgba(4,11,25,.58) 100%),
        linear-gradient(0deg,rgba(5,10,21,.34),rgba(5,10,21,.34));
    }
    .page-hero-wrap{
      position:relative;
      z-index:2;
    }
    .page-hero-content{
      padding:0 0 42px;
      color:#fff;
    }
    .page-hero-content h1{
      font-size:clamp(2rem,3.7vw,3.35rem);
      line-height:1.08;
      margin:0 0 14px;
      font-weight:700;
      color:#fff;
    }
    .page-hero-breadcrumb{
      display:flex;
      align-items:center;
      gap:10px;
      font-size:1.35rem;
      line-height:1.2;
      flex-wrap:wrap;
    }
    .page-hero-breadcrumb a{
      color:rgba(235,243,255,.84);
      text-decoration:none;
    }
    .page-hero-breadcrumb .sep{
      color:#56a3ff;
      display:inline-flex;
      align-items:center;
    }
    .page-hero-breadcrumb .sep i{
      font-size:.82rem;
      line-height:1;
    }
    .page-hero-breadcrumb .current{
      color:#ffffff;
      font-weight:600;
    }

    .cat-wrap{
      position:absolute;left:50%;bottom:-58px;transform:translateX(-50%);
      width:var(--wrap);z-index:4;
    }
    .cats{
      display:grid;grid-template-columns:repeat(4,1fr);gap:10px;
    }
    .cat{
      background:#fff;border:1px solid var(--line);border-radius:10px;padding:20px 14px;
      display:flex;align-items:center;gap:12px;min-height:100px;
      box-shadow:0 16px 34px rgba(20,39,74,.12);
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      cursor:pointer;
    }
    .cat:hover{
      transform:translateY(-4px);
      border-color:#c1d0e4;
      box-shadow:0 20px 38px rgba(20,39,74,.18);
    }
    .cat-icon{
      width:86px;flex:0 0 auto;display:grid;place-items:center;
    }
    .cat-icon i{
      font-size:2.1rem;
      color:#062f87;
      line-height:1;
      transition:transform .2s ease;
    }
    .cat-icon svg{
      width:74px;height:auto;display:block;
      transition:transform .2s ease;
    }
    .cat:hover .cat-icon svg{transform:translateY(-2px)}
    .cat:hover .cat-icon i{transform:translateY(-2px)}
    .cat b{font-size:1.05rem;line-height:1.15}

    .after-hero{
      position:relative;
      z-index:1;
      padding:112px 0 84px;
    }
    .process-kicker{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:12px;
      color:#3556ff;
      font-size:1.45rem;
      font-weight:700;
      letter-spacing:.02em;
      margin-bottom:10px;
    }
    .process-kicker i{
      font-size:.95rem;
    }
    .process-title{
      text-align:center;
      margin-bottom:28px;
      font-size:clamp(2rem,3.4vw,3.2rem);
      color:#0b1f4d;
      line-height:1.1;
    }
    .process-flow{
      --process-gap:26px;
      display:grid;
      grid-template-columns:repeat(5,minmax(0,1fr));
      gap:var(--process-gap);
      position:relative;
    }
    .process-flow::before{
      content:none;
    }
    .process-step{
      position:relative;
      z-index:1;
      padding:4px 4px 0;
    }
    .process-step::after{
      content:"";
      position:absolute;
      left:50%;
      top:56px;
      width:calc(100% + var(--process-gap) + 20px);
      border-top:2px dashed #b8c8ee;
      transform-origin:left center;
      pointer-events:none;
      opacity:.9;
      z-index:0;
    }
    .process-step:nth-child(odd)::after{
      transform:rotate(18deg);
    }
    .process-step:nth-child(even)::after{
      transform:rotate(-18deg);
    }
    .process-step:last-child::after{
      display:none;
    }
    .process-step:nth-child(even){margin-top:116px}
    .process-step-head{
      width:102px;
      height:102px;
      margin:0 auto 16px;
      border-radius:999px;
      background:#fff;
      border:1px solid #dce4f4;
      display:grid;
      place-items:center;
      position:relative;
      box-shadow:0 12px 28px rgba(21,39,88,.08);
    }
    .process-step-icon i{
      font-size:2.3rem;
      color:#3356f3;
      line-height:1;
    }
    .process-step-num{
      position:absolute;
      left:-8px;
      top:-8px;
      width:38px;
      height:38px;
      border-radius:999px;
      background:linear-gradient(180deg,#4261ff,#3551f0);
      color:#fff;
      font-size:1.35rem;
      font-weight:700;
      display:grid;
      place-items:center;
      box-shadow:0 8px 20px rgba(46,73,215,.36);
    }
    .process-list{
      list-style:none;
      display:grid;
      gap:7px;
      max-width:280px;
      margin:0 auto;
      color:#28426e;
      font-size:1.04rem;
      line-height:1.42;
      font-weight:500;
    }
    .process-list li{
      position:relative;
      padding-left:20px;
    }
    .process-list li::before{
      content:"\2713";
      position:absolute;
      left:0;
      top:0;
      color:#204488;
      font-weight:700;
      font-size:.95rem;
    }

    .about-showcase{
      padding:20px 0 74px;
    }
    .about-showcase-wrap{
      display:grid;
      grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);
      gap:32px;
      align-items:stretch;
    }
    .about-media-card{
      position:relative;
      width:100%;
      height:100%;
      justify-self:start;
      border-radius:0;
      overflow:hidden;
      border:0;
      box-shadow:none;
      min-height:0;
      background:transparent;
    }
    .about-media-card::after{
      content:none;
    }
    .about-media-card img{
      width:100%;
      height:100%;
      object-fit:cover;
      object-position:center;
      display:block;
    }
    .about-play{
      position:absolute;
      left:50%;
      top:50%;
      transform:translate(-50%,-50%);
      width:114px;
      height:114px;
      border-radius:999px;
      display:grid;
      place-items:center;
      background:radial-gradient(circle at 30% 30%,#4b74ff,#2b44dc);
      color:#fff;
      border:8px solid rgba(232,239,255,.82);
      box-shadow:0 14px 32px rgba(38,69,203,.42);
      z-index:2;
      transition:transform .2s ease, box-shadow .2s ease;
    }
    .about-play i{
      font-size:2.5rem;
      line-height:1;
      margin-left:6px;
    }
    .about-play:hover{
      transform:translate(-50%,-50%) scale(1.04);
      box-shadow:0 18px 36px rgba(38,69,203,.5);
    }
    .about-content-card{
      background:transparent;
      border:0;
      border-radius:0;
      box-shadow:none;
      padding:6px 0 0;
      max-width:none;
      width:100%;
      display:flex;
      flex-direction:column;
      gap:16px;
    }
    .about-kicker{
      display:inline-flex;
      align-items:center;
      gap:10px;
      text-transform:uppercase;
      letter-spacing:.04em;
      color:#2d4fff;
      font-size:.94rem;
      font-weight:700;
    }
    .about-kicker i{
      font-size:1rem;
    }
    .about-content-card h2{
      font-size:clamp(1.85rem,2.6vw,2.75rem);
      line-height:1.1;
      color:#081f4f;
      max-width:12ch;
    }
    .about-content-card p{
      font-size:1.1rem;
      line-height:1.75;
      color:#4f5f7f;
    }
    .about-copy{
      max-width:none;
      display:block;
    }
    .about-copy p{
      margin:0;
    }
    .about-copy-text{
      display:-webkit-box;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:13;
      overflow:hidden;
      text-overflow:ellipsis;
      line-height:1.75;
      max-height:calc(1.75em * 13);
    }
    .about-divider{
      height:1px;
      background:#dbe3f2;
      margin-top:2px;
    }
    .about-actions{
      display:flex;
      align-items:center;
      gap:20px;
      flex-wrap:wrap;
    }
    .about-btn{
      min-height:56px;
      padding:0 28px;
      border-radius:999px;
      background:linear-gradient(90deg,#4a64ff,#3048df);
      color:#fff;
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-size:1.08rem;
      font-weight:700;
      box-shadow:0 12px 26px rgba(43,67,195,.32);
    }
    .about-phone{
      min-height:0;
      border-radius:0;
      border:0;
      display:inline-flex;
      align-items:center;
      gap:12px;
      background:transparent;
      padding:0;
    }
    .about-phone-icon{
      width:58px;
      height:58px;
      border-radius:999px;
      display:grid;
      place-items:center;
      background:#fff;
      border:3px solid #4460ea;
      color:#2b45df;
      font-size:1.2rem;
    }
    .about-phone-text{
      display:grid;
      line-height:1.2;
      color:#18284a;
      font-weight:700;
      font-size:1.05rem;
    }
    .about-phone-text small{
      margin-top:2px;
      color:#3a54db;
      font-size:1.13rem;
      font-weight:700;
      letter-spacing:.01em;
    }

    .brands-showcase{
      padding:8px 0 58px;
    }
    .brands-head{
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      gap:18px;
      margin-bottom:20px;
    }
    .brands-head h2{
      color:#0f1f3d;
      font-size:2rem;
      font-weight:700;
      line-height:1;
    }
    .brands-line{
      height:1px;
      background:#d2dcf2;
      width:100%;
    }
    .brands-list{
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
      gap:14px;
      align-items:center;
      width:100%;
    }
    .brands-empty{
      border:1px dashed #ccd8f2;
      border-radius:12px;
      min-height:92px;
      display:flex;
      align-items:center;
      justify-content:center;
      text-align:center;
      padding:16px 18px;
      color:#5f7398;
      background:#f7f9ff;
      font-size:1rem;
    }
    .brand-item{
      width:100%;
      max-width:none;
      min-height:88px;
      border-radius:12px;
      display:flex;
      align-items:center;
      justify-content:center;
      padding:14px 16px;
      background:transparent;
      border:0;
      transition:transform .2s ease, opacity .2s ease, filter .2s ease;
    }
    a.brand-item:hover{
      transform:translateY(-2px);
    }
    .brand-item img{
      width:100%;
      max-width:220px;
      max-height:64px;
      object-fit:contain;
      filter:grayscale(1);
      opacity:.78;
      transition:filter .22s ease, opacity .22s ease;
      display:block;
      margin-inline:auto;
    }
    .brand-item:hover img{
      filter:none;
      opacity:1;
    }

    .home-news-stream{
      padding:14px 0 30px;
    }
    .home-news-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:18px;
      margin-bottom:18px;
      flex-wrap:wrap;
    }
    .home-news-kicker{
      display:inline-flex;
      align-items:center;
      gap:10px;
      color:#3457ff;
      font-size:.95rem;
      font-weight:700;
      letter-spacing:.08em;
      text-transform:uppercase;
      margin-bottom:8px;
    }
    .home-news-kicker i{
      font-size:.82rem;
    }
    .home-news-head h2{
      color:#0b2154;
      font-size:clamp(1.8rem,3.1vw,2.75rem);
      line-height:1.08;
    }
    .home-news-all{
      min-height:48px;
      display:inline-flex;
      align-items:center;
      gap:8px;
      border-radius:999px;
      border:1px solid #cadaf4;
      background:#fff;
      color:#123678;
      font-size:1rem;
      font-weight:700;
      padding:0 20px;
      transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
    }
    .home-news-all:hover{
      transform:translateY(-2px);
      color:#2d4fff;
      border-color:#9db6f0;
      box-shadow:0 12px 24px rgba(27,53,139,.15);
    }
    .home-news-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:16px;
    }
    .home-news-card{
      background:#fff;
      border:1px solid #d6dff1;
      border-radius:18px;
      overflow:hidden;
      min-height:100%;
      display:grid;
      grid-template-rows:auto 1fr auto;
      box-shadow:0 16px 32px rgba(16,34,79,.07);
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .home-news-card:hover{
      transform:translateY(-5px);
      border-color:#b9caeb;
      box-shadow:0 22px 40px rgba(16,34,79,.14);
    }
    .home-news-card-media{
      position:relative;
      display:block;
      aspect-ratio:16/10;
      background:linear-gradient(145deg,#1d2f5b,#2d4fff);
      overflow:hidden;
    }
    .home-news-card-media img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
      transition:transform .26s ease;
    }
    .home-news-card:hover .home-news-card-media img{
      transform:scale(1.04);
    }
    .home-news-card-placeholder{
      width:100%;
      height:100%;
      display:grid;
      place-items:center;
      color:rgba(255,255,255,.9);
      font-size:2.2rem;
    }
    .home-news-date{
      position:absolute;
      left:12px;
      bottom:12px;
      min-height:34px;
      border-radius:999px;
      padding:0 12px;
      display:inline-flex;
      align-items:center;
      background:rgba(8,20,54,.75);
      backdrop-filter:blur(4px);
      border:1px solid rgba(202,217,255,.38);
      color:#f4f7ff;
      font-size:.86rem;
      font-weight:700;
      letter-spacing:.02em;
    }
    .home-news-card-body{
      padding:15px 16px 10px;
      display:grid;
      gap:8px;
      align-content:start;
    }
    .home-news-category{
      color:#4262ff;
      font-size:.83rem;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:.06em;
    }
    .home-news-card-body h3{
      color:#0c2454;
      font-size:1.35rem;
      line-height:1.28;
      font-weight:700;
    }
    .home-news-card-body h3 a{
      color:inherit;
    }
    .home-news-card-body h3 a:hover{
      color:#2f4fff;
    }
    .home-news-preview{
      color:#536484;
      font-size:1rem;
      line-height:1.58;
      font-weight:500;
    }
    .home-news-card-foot{
      padding:0 16px 16px;
      margin-top:4px;
    }
    .home-news-link{
      min-height:42px;
      width:100%;
      border-radius:12px;
      border:1px solid #d2dcf2;
      background:#f6f9ff;
      color:#173872;
      font-size:.96rem;
      font-weight:700;
      display:inline-flex;
      align-items:center;
      justify-content:space-between;
      gap:8px;
      padding:0 14px;
      transition:background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
    }
    .home-news-link:hover{
      background:#e8efff;
      border-color:#acc2f1;
      color:#2f4fff;
      transform:translateY(-1px);
    }
    .home-news-empty{
      background:#fff;
      border:1px dashed #c9d7f2;
      border-radius:16px;
      min-height:220px;
      display:grid;
      align-content:center;
      justify-items:center;
      text-align:center;
      gap:12px;
      padding:24px;
    }
    .home-news-empty h3{
      color:#13316f;
      font-size:1.5rem;
    }
    .home-news-empty p{
      color:#596e92;
      max-width:60ch;
      line-height:1.62;
      font-size:1rem;
    }

    .content-page{
      padding:36px 0 72px;
    }
    .content-page-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:14px;
      padding:24px;
    }
    .content-page-title{
      font-size:2rem;
      margin-bottom:10px;
      color:#112a54;
    }
    .content-page-cover{
      margin:0 0 16px;
      border:1px solid #d8e1ef;
      border-radius:12px;
      overflow:hidden;
      background:#f2f6ff;
    }
    .content-page-cover img{
      display:block;
      width:100%;
      height:clamp(220px, 34vw, 420px);
      object-fit:cover;
    }
    .content-page-summary{
      color:var(--muted);
      margin-bottom:20px;
      font-size:1.04rem;
    }
    .content-page-body{
      color:#243b63;
      white-space:pre-wrap;
      font-size:1.04rem;
      line-height:1.7;
    }
    .content-page-custom-html{
      color:#243b63;
      font-size:1.04rem;
      line-height:1.7;
    }
    .content-page-mission{
      padding:10px 0 2px;
      border-top:1px dashed #d5dff0;
      margin-top:6px;
    }
    .content-product-detail{
      margin-top:10px;
      display:grid;
      grid-template-columns:minmax(300px, 1.05fr) minmax(320px, 1fr) 290px;
      gap:18px;
      align-items:start;
    }
    .content-product-media{
      background:#f5f8ff;
      border:1px solid #d8e1f1;
      border-radius:14px;
      overflow:hidden;
      min-height:340px;
      display:grid;
      place-items:center;
    }
    .content-product-media img{
      width:100%;
      height:100%;
      min-height:340px;
      object-fit:cover;
      display:block;
    }
    .content-product-media-empty{
      color:#6f7f99;
      font-weight:600;
      font-size:1rem;
    }
    .content-product-copy{
      min-height:100%;
      padding:4px 0;
    }
    .content-product-sidebar{
      background:#f0f4fb;
      border:1px solid #d5dff0;
      border-radius:14px;
      padding:16px 14px;
      display:grid;
      gap:14px;
    }
    .content-product-sidebar h3{
      color:#102654;
      font-size:1.55rem;
      font-weight:700;
      line-height:1.15;
    }
    .content-product-sidebar-list{
      display:grid;
      gap:10px;
    }
    .content-product-sidebar-link{
      min-height:44px;
      display:inline-flex;
      align-items:center;
      border-radius:12px;
      border:1px solid #d6e0f2;
      background:#fff;
      color:#173872;
      font-size:1rem;
      font-weight:600;
      padding:0 12px;
      transition:background .2s ease, color .2s ease, border-color .2s ease;
    }
    .content-product-sidebar-link:hover{
      background:#edf3ff;
      color:#1f45aa;
      border-color:#bfd0ef;
    }
    .content-product-sidebar-link.is-active{
      background:linear-gradient(90deg,#3e57f6,#3148dd);
      color:#fff;
      border-color:#3f58f7;
    }
    .content-corporate-layout{
      margin-top:10px;
      display:grid;
      grid-template-columns:minmax(300px, 520px) 1fr;
      gap:20px;
      align-items:start;
    }
    .content-corporate-media{
      border:1px solid #d8e1ef;
      border-radius:12px;
      overflow:hidden;
      background:#eef3fb;
    }
    .content-corporate-media img{
      width:100%;
      height:100%;
      min-height:290px;
      object-fit:cover;
      display:block;
    }
    .content-corporate-copy{
      min-height:100%;
      padding-top:2px;
    }
    .content-page-products{
      margin-top:12px;
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:16px;
    }
    .content-page-products-head{
      margin-top:4px;
      margin-bottom:8px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
    }
    .content-page-products-head p{
      color:#4d6388;
      font-size:1rem;
      line-height:1.5;
    }
    .content-page-products-head strong{
      color:#163a81;
      font-size:1.08rem;
    }
    .content-product-filter-nav{
      display:flex;
      align-items:center;
      flex-wrap:wrap;
      gap:10px;
      margin-bottom:12px;
    }
    .content-product-filter-btn{
      min-height:42px;
      padding:0 14px;
      border-radius:10px;
      border:1px solid #cfdcf3;
      background:#f5f8ff;
      color:#1d3f88;
      font-size:.95rem;
      font-weight:700;
      display:inline-flex;
      align-items:center;
      cursor:pointer;
      transition:background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
    }
    .content-product-filter-btn:hover{
      background:#e8efff;
      border-color:#b7c9ea;
      color:#18408d;
      transform:translateY(-1px);
    }
    .content-product-filter-btn.is-active{
      background:linear-gradient(90deg,#3e57f6,#3148dd);
      border-color:#3f58f7;
      color:#fff;
      box-shadow:0 10px 20px rgba(49,72,221,.24);
    }
    .content-product-filter-btn.is-all{
      margin-left:auto;
    }
    .content-page-product-card{
      border:1px solid #d2dcef;
      border-radius:16px;
      overflow:hidden;
      background:linear-gradient(180deg,#fbfdff 0%, #f4f8ff 100%);
      display:grid;
      grid-template-rows:auto 1fr;
      min-height:100%;
      position:relative;
      transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    }
    .content-page-product-card:hover{
      transform:translateY(-4px);
      border-color:#afc3e7;
      box-shadow:0 18px 34px rgba(20,39,74,.12);
    }
    .content-page-product-media{
      min-height:196px;
      background:#eaf1ff;
      border-bottom:1px solid #d2dcef;
    }
    .content-page-product-media img{
      width:100%;
      height:100%;
      min-height:196px;
      object-fit:cover;
      display:block;
    }
    .content-page-product-media-empty-state{
      display:grid;
      place-items:center;
      color:#5d74a2;
      font-size:2rem;
      background:radial-gradient(circle at 30% 20%, #f7faff 0%, #e7efff 100%);
    }
    .content-page-product-copy{
      display:grid;
      gap:8px;
      padding:14px 14px 16px;
      align-content:start;
    }
    .content-page-product-label{
      display:inline-flex;
      align-items:center;
      justify-self:start;
      min-height:24px;
      padding:0 10px;
      border-radius:999px;
      background:#e4ecff;
      color:#284e98;
      font-size:.76rem;
      font-weight:700;
      letter-spacing:.05em;
      text-transform:uppercase;
    }
    .content-page-product-copy h3{
      color:#13397f;
      font-size:1.26rem;
      line-height:1.25;
    }
    .content-page-product-copy p{
      color:#536b95;
      font-size:.98rem;
      line-height:1.58;
    }
    .content-page-product-cta{
      margin-top:4px;
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#224a98;
      font-weight:700;
      font-size:.94rem;
    }
    .content-page-product-cta i{
      font-size:.84rem;
      transition:transform .2s ease;
    }
    .content-page-product-card:hover .content-page-product-cta i{
      transform:translateX(3px);
    }
    .content-page-product-card.is-hidden{
      display:none;
    }
    .content-page-children{
      margin-top:26px;
      display:grid;
      gap:12px;
    }
    .content-page-child{
      border:1px solid var(--line);
      border-radius:10px;
      background:#f8fbff;
      padding:14px;
      display:grid;
      grid-template-columns:minmax(0, 180px) 1fr;
      gap:14px;
      align-items:start;
      transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .content-page-child:hover{
      transform:translateY(-2px);
      border-color:#c8d5ea;
      box-shadow:0 12px 26px rgba(20,39,74,.08);
    }
    .content-page-child-media{
      border-radius:10px;
      overflow:hidden;
      border:1px solid #d4deee;
      background:#eef3fb;
      min-height:110px;
    }
    .content-page-child-media img{
      width:100%;
      height:100%;
      min-height:110px;
      object-fit:cover;
      display:block;
    }
    .content-page-child-copy{
      display:grid;
      align-content:start;
      gap:4px;
    }
    .content-page-child h3{
      color:#13377a;
      margin-bottom:4px;
      font-size:1.2rem;
    }
    .content-page-child p{
      color:var(--muted);
      font-size:1rem;
    }

    .news-page{
      padding:36px 0 74px;
    }
    .news-page-head{
      margin-bottom:20px;
    }
    .news-kicker{
      display:inline-flex;
      align-items:center;
      text-transform:uppercase;
      letter-spacing:.06em;
      color:#2d4fff;
      font-weight:700;
      font-size:.92rem;
      margin-bottom:8px;
    }
    .news-page-head h1{
      color:#0d2456;
      font-size:clamp(1.8rem,3.2vw,2.6rem);
      margin-bottom:8px;
    }
    .news-lead{
      color:#5c6f8e;
      max-width:70ch;
      font-size:1.04rem;
    }
    .news-category-nav{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin:0 0 18px;
    }
    .news-category-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:40px;
      padding:0 14px;
      border-radius:11px;
      border:1px solid #c9d7f2;
      background:#f3f7ff;
      color:#1b3f82;
      font-weight:700;
      font-size:.95rem;
      text-decoration:none;
      transition:.22s ease;
    }
    .news-category-btn:hover{
      background:#e8f0ff;
      border-color:#9cb4e4;
      color:#14316c;
    }
    .news-category-btn.is-active{
      background:linear-gradient(135deg,#2d4fff 0%, #4159e7 100%);
      color:#fff;
      border-color:transparent;
      box-shadow:0 10px 24px rgba(57,84,201,.24);
    }
    .news-list{
      display:grid;
      gap:16px;
    }
    .news-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:14px;
      overflow:hidden;
      display:grid;
      grid-template-columns:minmax(240px, 320px) 1fr;
      min-height:220px;
    }
    .news-cover img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }
    .news-cover{
      display:block;
      color:inherit;
      text-decoration:none;
      background:#edf2fb;
    }
    .news-cover.is-empty{
      display:grid;
      place-items:center;
      min-height:220px;
    }
    .news-cover-empty{
      display:grid;
      place-items:center;
      width:82px;
      height:82px;
      border-radius:50%;
      background:#dce7fb;
      color:#3d55a8;
      font-size:1.7rem;
    }
    .news-body{
      padding:18px 20px;
      display:grid;
      gap:10px;
      align-content:start;
    }
    .news-meta{
      color:#6d7f99;
      font-size:.9rem;
      font-weight:600;
    }
    .news-body h2{
      color:#14316c;
      font-size:1.5rem;
      line-height:1.22;
    }
    .news-body h2 a{
      color:inherit;
      text-decoration:none;
    }
    .news-body h2 a:hover{
      color:#2d4fff;
    }
    .news-category{
      display:inline-flex;
      width:max-content;
      max-width:100%;
      align-items:center;
      justify-content:center;
      min-height:26px;
      border-radius:999px;
      background:#e8eefb;
      color:#2b4fa0;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:.04em;
      font-size:.72rem;
      padding:0 10px;
      margin-top:-2px;
    }
    .news-excerpt{
      color:#4f5f7f;
      font-size:1.02rem;
      line-height:1.62;
      font-weight:500;
    }
    .news-readmore{
      display:inline-flex;
      align-items:center;
      gap:8px;
      width:max-content;
      color:#1d46a1;
      font-weight:700;
      text-decoration:none;
      margin-top:2px;
    }
    .news-readmore:hover{
      color:#2d4fff;
      transform:translateX(2px);
    }
    .news-content{
      color:#334b72;
      font-size:1rem;
      line-height:1.68;
      white-space:pre-wrap;
    }
    .news-empty{
      background:#fff;
      border:1px solid var(--line);
      border-radius:14px;
      padding:24px;
    }
    .news-empty h2{
      color:#14316c;
      margin-bottom:8px;
      font-size:1.45rem;
    }
    .news-empty p{
      color:#566a88;
      line-height:1.62;
    }
    .news-detail-page{
      padding:36px 0 74px;
    }
    .news-detail-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:14px;
      padding:22px;
    }
    .news-detail-cover{
      margin:0 0 16px;
      border-radius:12px;
      overflow:hidden;
      background:#edf2fb;
      min-height:300px;
    }
    .news-detail-cover img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
      max-height:480px;
    }
    .news-detail-head{
      display:grid;
      gap:8px;
      margin-bottom:10px;
    }
    .news-detail-head h1{
      color:#13316e;
      font-size:clamp(1.7rem,3vw,2.4rem);
      line-height:1.18;
      margin:0;
    }
    .news-detail-category{
      display:inline-flex;
      width:max-content;
      min-height:28px;
      align-items:center;
      border-radius:999px;
      background:#e8eefb;
      color:#2b4fa0;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:.04em;
      font-size:.74rem;
      padding:0 10px;
      margin:0;
    }
    .news-detail-excerpt{
      color:#4b628d;
      font-weight:600;
      line-height:1.66;
      margin-bottom:10px;
    }
    .news-detail-content{
      color:#36507b;
      line-height:1.72;
      font-size:1.05rem;
      white-space:pre-wrap;
    }
    .news-back-link{
      margin-top:18px;
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#2049a8;
      font-weight:700;
      text-decoration:none;
    }
    .news-back-link:hover{
      color:#2d4fff;
      transform:translateX(-2px);
    }
    .news-related{
      margin-top:22px;
    }
    .news-related h2{
      color:#14316c;
      margin-bottom:12px;
      font-size:1.5rem;
    }
    .news-related-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:14px;
    }
    .news-related-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:12px;
      overflow:hidden;
      display:grid;
      grid-template-rows:auto 1fr;
    }
    .news-related-media{
      display:block;
      min-height:170px;
      background:#edf2fb;
      color:inherit;
      text-decoration:none;
    }
    .news-related-media img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }
    .news-related-media.is-empty{
      display:grid;
      place-items:center;
    }
    .news-related-copy{
      padding:12px 13px 14px;
      display:grid;
      gap:8px;
      align-content:start;
    }
    .news-related-copy h3{
      margin:0;
      font-size:1.08rem;
      line-height:1.34;
      color:#14316c;
    }
    .news-related-copy h3 a{
      color:inherit;
      text-decoration:none;
    }
    .news-related-copy h3 a:hover{
      color:#2d4fff;
    }
    .news-related-copy p{
      margin:0;
      color:#516284;
      line-height:1.58;
      font-size:.95rem;
    }

    .contact-page{
      padding:36px 0 74px;
    }
    .contact-page-head{
      margin-bottom:20px;
    }
    .contact-kicker{
      display:inline-flex;
      align-items:center;
      text-transform:uppercase;
      letter-spacing:.06em;
      color:#2d4fff;
      font-weight:700;
      font-size:.92rem;
      margin-bottom:8px;
    }
    .contact-page-head h1{
      color:#0d2456;
      font-size:clamp(1.8rem,3.2vw,2.6rem);
      margin-bottom:8px;
    }
    .contact-lead{
      color:#5c6f8e;
      max-width:70ch;
      font-size:1.04rem;
    }
    .contact-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:14px;
    }
    .contact-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:14px;
      padding:20px;
      display:grid;
      gap:10px;
    }
    .contact-icon{
      width:54px;
      height:54px;
      border-radius:999px;
      display:grid;
      place-items:center;
      background:linear-gradient(90deg,#4a64ff,#3048df);
      color:#fff;
      font-size:1.3rem;
      box-shadow:0 10px 24px rgba(42,67,199,.32);
    }
    .contact-card h2{
      color:#173874;
      font-size:1.36rem;
    }
    .contact-card p{
      color:#4f5f7f;
      font-size:1.06rem;
      line-height:1.6;
      word-break:break-word;
    }
    .contact-map-card{
      margin-top:18px;
      background:#fff;
      border:1px solid var(--line);
      border-radius:16px;
      padding:18px;
      display:grid;
      gap:14px;
      box-shadow:0 16px 36px rgba(20,49,108,.08);
    }
    .contact-map-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:14px;
    }
    .contact-map-head h2{
      color:#173874;
      font-size:1.5rem;
      margin-bottom:4px;
    }
    .contact-map-head p{
      color:#5b6f90;
      font-size:1rem;
      line-height:1.5;
      max-width:70ch;
    }
    .contact-map-head a{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 14px;
      border-radius:999px;
      background:#edf2ff;
      border:1px solid #d4defa;
      color:#1a418f;
      font-weight:700;
      font-size:.96rem;
      white-space:nowrap;
      flex:0 0 auto;
    }
    .contact-map-head a:hover{
      background:#dfe9ff;
    }
    .contact-map-frame{
      border-radius:12px;
      overflow:hidden;
      border:1px solid #d7e0f2;
      line-height:0;
      background:#eaf0ff;
    }
    .contact-map-frame > *{
      width:100% !important;
      max-width:none !important;
    }
    .contact-map-frame iframe,
    .contact-map-frame > * iframe{
      display:block;
      width:100% !important;
      max-width:none !important;
      height:clamp(420px, 58vh, 640px) !important;
      min-height:420px;
      border:0 !important;
      margin:0 !important;
    }

    .site-footer{
      margin-top:92px;
      background:linear-gradient(180deg,#05061f 0%, #06081e 100%);
      color:#edf2ff;
      position:relative;
      overflow:visible;
      padding-top:0;
    }
    .footer-contact-strip{
      transform:translateY(-82px);
      margin-bottom:-34px;
      border-radius:18px;
      background:linear-gradient(90deg,#3950ef 0%, #3d55f8 100%);
      box-shadow:0 24px 44px rgba(16,30,109,.45);
      padding:26px 28px;
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:12px;
    }
    .footer-contact-item{
      display:flex;
      align-items:center;
      gap:14px;
      padding:8px 16px;
      min-height:96px;
      border-right:1px solid rgba(255,255,255,.24);
    }
    .footer-contact-item:last-child{
      border-right:0;
    }
    .footer-contact-icon{
      width:56px;
      height:56px;
      border-radius:999px;
      display:grid;
      place-items:center;
      flex:0 0 auto;
      background:rgba(255,255,255,.92);
      color:#2f49e6;
      font-size:1.4rem;
    }
    .footer-contact-copy{
      display:grid;
      gap:3px;
      line-height:1.3;
      min-width:0;
    }
    .footer-contact-copy strong{
      font-size:1.02rem;
      font-weight:700;
      color:#fff;
    }
    .footer-contact-copy small{
      color:#f0f4ff;
      font-size:1.18rem;
      font-weight:700;
      overflow-wrap:anywhere;
    }
    .footer-main{
      padding:34px 0 42px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:minmax(0,1.15fr) repeat(3,minmax(0,1fr));
      gap:34px;
    }
    .footer-brand{
      max-width:350px;
    }
    .footer-logo{
      display:inline-flex;
      align-items:center;
      gap:12px;
      color:#f2f5ff;
      margin-bottom:18px;
      text-decoration:none;
    }
    .footer-logo-image{
      max-width:270px;
      width:100%;
      height:auto;
      display:block;
    }
    .footer-logo .logo-mark{
      width:20px;
      height:56px;
    }
    .footer-logo-text{
      display:grid;
      font-size:3.1rem;
      font-weight:700;
      letter-spacing:.01em;
      line-height:1;
    }
    .footer-logo-text small{
      margin-top:-7px;
      font-size:.62rem;
      letter-spacing:.04em;
      text-transform:uppercase;
      color:#a7b8ea;
      font-weight:600;
    }
    .footer-brand p{
      color:#d7e1ff;
      font-size:1.2rem;
      line-height:1.62;
      margin-bottom:18px;
    }
    .footer-socials{
      display:flex;
      align-items:center;
      gap:8px;
    }
    .footer-socials a{
      width:40px;
      height:40px;
      border-radius:8px;
      border:1px solid rgba(197,211,255,.44);
      color:#f5f8ff;
      display:grid;
      place-items:center;
      font-size:1rem;
      transition:background .2s ease, border-color .2s ease, transform .2s ease;
    }
    .footer-socials a:hover{
      background:#3b54f2;
      border-color:#6a85ff;
      transform:translateY(-2px);
    }
    .footer-links-col h3{
      color:#fff;
      font-size:2.1rem;
      font-weight:700;
      margin-bottom:12px;
      position:relative;
    }
    .footer-links-col h3::after{
      content:"";
      display:block;
      width:56px;
      height:2px;
      background:rgba(191,205,255,.85);
      margin-top:10px;
    }
    .footer-links{
      list-style:none;
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:#ebf1ff;
      font-size:1.2rem;
      font-weight:500;
      display:inline-flex;
      align-items:center;
      gap:8px;
      text-decoration:none;
      transition:color .2s ease, transform .2s ease;
    }
    .footer-links a i{
      color:#b9c9ff;
      font-size:.84rem;
    }
    .footer-links a:hover{
      color:#7fa2ff;
      transform:translateX(2px);
    }
    .footer-contact-list{
      list-style:none;
      display:grid;
      gap:12px;
    }
    .footer-contact-list li{
      display:flex;
      align-items:flex-start;
      gap:9px;
      color:#eaf0ff;
      font-size:1.2rem;
      line-height:1.45;
    }
    .footer-contact-list i{
      color:#baccff;
      margin-top:2px;
      font-size:1rem;
      flex:0 0 auto;
    }
    .footer-contact-col-wide{
      grid-column:span 2;
    }
    .footer-bottom{
      border-top:1px solid rgba(165,183,255,.15);
      background:linear-gradient(90deg,#374cf3 0%, #3243e6 100%);
      color:#f8faff;
      min-height:62px;
      display:flex;
      align-items:center;
      font-size:1.1rem;
      font-weight:500;
    }

    .cursor-follower{
      position:fixed;
      left:0;
      top:0;
      width:0;
      height:0;
      --dot-x: 12px;
      --dot-y: 0px;
      pointer-events:none;
      z-index:9999;
      opacity:0;
      transition:opacity .18s ease;
    }
    .cursor-follower.ready{opacity:1}
    .cursor-ring{
      position:absolute;
      width:34px;
      height:34px;
      margin:-17px 0 0 -17px;
      border-radius:999px;
      border:1.5px solid rgba(62,101,255,.7);
      background:rgba(62,101,255,.03);
      transition:transform .2s ease, opacity .2s ease, border-color .2s ease;
    }
    .cursor-dot{
      position:absolute;
      width:7px;
      height:7px;
      margin:-3.5px 0 0 -3.5px;
      border-radius:999px;
      background:#3e65ff;
      box-shadow:0 0 0 1px rgba(62,101,255,.2);
      transform:translate(var(--dot-x), var(--dot-y));
      transition:opacity .2s ease;
    }
    .cursor-blob{
      position:absolute;
      width:74px;
      height:74px;
      margin:-37px 0 0 -37px;
      border-radius:999px;
      background:rgba(92,119,255,.3);
      transform:scale(.25);
      opacity:0;
      transition:transform .2s ease, opacity .2s ease, width .2s ease, height .2s ease, margin .2s ease;
      mix-blend-mode:multiply;
    }
    .cursor-follower.is-hover .cursor-ring{
      transform:scale(1.22);
      border-color:rgba(52,235,126,.9);
      background:rgba(52,235,126,.08);
    }
    .cursor-follower.is-hover .cursor-ring,
    .cursor-follower.is-hover .cursor-dot{
      opacity:0;
    }
    .cursor-follower.is-hover .cursor-blob{
      transform:scale(1);
      opacity:1;
    }
    .cursor-follower.is-down .cursor-ring{transform:scale(.92)}
    .cursor-follower.is-down .cursor-dot{
      transform:translate(var(--dot-x), var(--dot-y)) scale(.9);
    }

    .floating-whatsapp,
    .floating-scroll-top{
      position:fixed;
      bottom:20px;
      width:58px;
      height:58px;
      border-radius:999px;
      border:0;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      text-decoration:none;
      box-shadow:0 14px 30px rgba(8,24,68,.26);
      z-index:65;
      transition:transform .2s ease, box-shadow .2s ease, opacity .22s ease;
    }
    .floating-whatsapp{
      left:16px;
      color:#fff;
      background:linear-gradient(180deg,#23d366 0%, #17aa50 100%);
    }
    .floating-whatsapp i{
      font-size:1.95rem;
      line-height:1;
    }
    .floating-whatsapp:hover{
      transform:translateY(-2px);
      box-shadow:0 18px 34px rgba(13,87,43,.34);
    }
    .floating-scroll-top{
      right:16px;
      color:#f5f8ff;
      background:linear-gradient(180deg,#3a5afe 0%, #2947d8 100%);
      cursor:pointer;
      opacity:0;
      transform:translateY(10px) scale(.92);
      pointer-events:none;
    }
    .floating-scroll-top i{
      font-size:1.5rem;
      line-height:1;
    }
    .floating-scroll-top.is-visible{
      opacity:1;
      transform:translateY(0) scale(1);
      pointer-events:auto;
    }
    .floating-scroll-top:hover{
      transform:translateY(-2px) scale(1);
      box-shadow:0 18px 34px rgba(27,52,168,.36);
    }

    @media (max-width:1100px){
      .cats{grid-template-columns:repeat(3,1fr)}
      .cat-wrap{bottom:-106px}
      .after-hero{padding-top:164px}
      .about-showcase-wrap{
        grid-template-columns:1fr;
        gap:20px;
        align-items:start;
      }
      .process-flow{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:18px 24px;
      }
      .process-flow::before{
        display:none;
      }
      .process-step::after{
        display:none;
      }
      .process-step:nth-child(even){
        margin-top:0;
      }
      .brands-list{
        grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
        gap:12px;
      }
      .home-news-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
      }
      .news-card{
        grid-template-columns:1fr;
      }
      .news-cover{
        min-height:220px;
      }
      .news-related-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
      }
      .contact-grid{
        grid-template-columns:1fr;
      }
      .contact-map-head{
        flex-direction:column;
        align-items:flex-start;
      }
      .content-product-filter-nav{
        gap:8px;
      }
      .content-product-filter-btn{
        min-height:40px;
        padding:0 12px;
        font-size:.9rem;
      }
      .contact-map-frame iframe,
      .contact-map-frame > * iframe{
        height:clamp(360px, 52vh, 560px) !important;
        min-height:360px;
      }
      .content-page{
        padding:30px 0 56px;
      }
      .about-media-card{
        width:min(100%, 620px);
        height:clamp(320px, 52vw, 430px);
      }
      .about-copy{
        max-width:100%;
      }
      .site-footer{
        margin-top:72px;
        padding-top:0;
      }
      .footer-contact-strip{
        transform:translateY(-68px);
        margin-bottom:-28px;
        border-radius:16px;
        grid-template-columns:1fr;
        padding:16px 18px;
      }
      .footer-contact-item{
        min-height:auto;
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.24);
        padding:8px 4px 14px;
      }
      .footer-contact-item:last-child{
        border-bottom:0;
        padding-bottom:6px;
      }
      .footer-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:30px 26px;
      }
      .footer-brand{
        max-width:none;
      }
    }
    @media (max-width:860px){
      .site-topbar{display:none}
      .header .wrap{
        min-height:74px;
        padding:10px 0;
        align-items:center;
        justify-content:space-between;
        gap:8px;
      }
      .logo{
        font-size:2.15rem;
        gap:8px;
      }
      .logo-mark{
        width:14px;
        height:40px;
      }
      .logo small{
        font-size:.58rem;
        margin-top:-6px;
      }
      .nav,
      .lang-menu{
        display:none;
      }
      .mobile-menu-toggle{
        width:46px;
        height:46px;
        border-radius:10px;
        border:0;
        background:#fff;
        color:#1e2a44;
        display:inline-flex;
        align-items:center;
        justify-content:center;
        box-shadow:0 8px 18px rgba(17,38,85,.15);
      }
      .mobile-menu-toggle i{
        font-size:1.7rem;
        line-height:1;
      }
      .hero-arrow{display:none}
      .page-hero{
        height:250px;
        min-height:250px;
      }
      .page-hero-content{
        padding-bottom:28px;
      }
      .page-hero-content h1{
        font-size:2.2rem;
        margin-bottom:10px;
      }
      .page-hero-breadcrumb{
        font-size:1.1rem;
        gap:8px;
      }
      .cats{
        display:flex;
        overflow-x:auto;
        overflow-y:hidden;
        gap:10px;
        padding:0 4px 8px;
        scroll-snap-type:x proximity;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
        -ms-overflow-style:none;
        cursor:grab;
      }
      .cats.is-dragging{
        cursor:grabbing;
        user-select:none;
        scroll-snap-type:none;
      }
      .cats::-webkit-scrollbar{
        width:0;
        height:0;
        display:none;
      }
      .cat{
        min-width:min(82vw,360px);
        flex:0 0 auto;
        scroll-snap-align:start;
      }
      .cat-wrap{
        left:0;
        transform:none;
        width:100%;
        padding:0 14px;
        bottom:-120px;
      }
      .after-hero{padding-top:182px}
      .process-kicker{
        font-size:1.15rem;
      }
      .process-title{
        margin-bottom:18px;
        font-size:2.1rem;
      }
      .process-flow{
        grid-template-columns:1fr;
        gap:16px;
      }
      .process-step{
        background:#fff;
        border:1px solid #dce4f4;
        border-radius:14px;
        padding:14px;
      }
      .process-step-head{
        width:78px;
        height:78px;
        margin-bottom:12px;
      }
      .process-step-icon i{
        font-size:1.7rem;
      }
      .process-step-num{
        width:30px;
        height:30px;
        font-size:1.05rem;
      }
      .process-list{
        max-width:none;
        font-size:1rem;
      }
      .about-showcase{
        padding:4px 0 56px;
      }
      .about-content-card{
        padding:0;
      }
      .about-content-card p{
        font-size:1.06rem;
        line-height:1.62;
      }
      .about-media-card{
        width:100%;
        height:clamp(260px, 58vw, 360px);
      }
      .about-copy{
        max-width:100%;
      }
      .about-play{
        width:90px;
        height:90px;
        border-width:6px;
      }
      .about-play i{
        font-size:2rem;
      }
      .about-actions{
        flex-direction:column;
        align-items:stretch;
      }
      .about-btn,
      .about-phone{
        justify-content:center;
      }
      .site-footer{
        margin-top:50px;
        padding-top:0;
      }
      .news-page{
        padding:24px 0 52px;
      }
      .home-news-stream{
        padding:0 0 22px;
      }
      .home-news-head{
        margin-bottom:14px;
      }
      .home-news-head h2{
        font-size:1.9rem;
      }
      .home-news-grid{
        grid-template-columns:1fr;
        gap:12px;
      }
      .home-news-card-body h3{
        font-size:1.2rem;
      }
      .brands-showcase{
        padding:6px 0 42px;
      }
      .brands-head{
        gap:10px;
        margin-bottom:14px;
      }
      .brands-head h2{
        font-size:1.34rem;
      }
      .brands-list{
        display:flex;
        overflow-x:auto;
        overflow-y:hidden;
        gap:10px;
        padding:0 2px 6px;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
        -ms-overflow-style:none;
      }
      .brands-list::-webkit-scrollbar{
        width:0;
        height:0;
        display:none;
      }
      .brands-empty{
        min-height:80px;
        font-size:.95rem;
      }
      .brand-item{
        min-height:72px;
        min-width:min(68vw, 240px);
        flex:0 0 auto;
        padding:8px;
      }
      .brand-item img{
        max-height:54px;
      }
      .contact-page{
        padding:24px 0 52px;
      }
      .content-product-filter-nav{
        display:grid;
        grid-template-columns:1fr 1fr;
      }
      .content-product-filter-btn{
        justify-content:center;
      }
      .content-product-filter-btn.is-all{
        margin-left:0;
        grid-column:1 / -1;
      }
      .contact-map-head h2{
        font-size:1.35rem;
      }
      .contact-map-head p{
        font-size:.94rem;
      }
      .contact-map-head a{
        min-height:40px;
        padding:8px 12px;
      }
      .contact-map-frame iframe,
      .contact-map-frame > * iframe{
        height:52svh !important;
        min-height:320px;
      }
      .news-page-head h1{
        font-size:2rem;
      }
      .news-body{
        padding:14px 16px;
      }
      .news-body h2{
        font-size:1.25rem;
      }
      .news-category-nav{
        gap:8px;
      }
      .news-category-btn{
        min-height:38px;
        padding:0 11px;
        font-size:.9rem;
      }
      .news-detail-card{
        padding:16px;
      }
      .news-detail-cover{
        min-height:220px;
      }
      .news-detail-head h1{
        font-size:1.75rem;
      }
      .news-related-grid{
        grid-template-columns:1fr;
      }
      .content-page{
        padding:24px 0 46px;
      }
      .content-page-card{
        padding:18px;
      }
      .content-page-title{
        font-size:1.7rem;
      }
      .content-product-detail{
        grid-template-columns:1fr;
      }
      .content-product-media{
        min-height:260px;
      }
      .content-product-media img{
        min-height:260px;
      }
      .content-corporate-layout{
        grid-template-columns:1fr;
      }
      .content-page-products{
        grid-template-columns:repeat(2,minmax(0,1fr));
      }
      .content-page-products-head{
        margin-bottom:10px;
      }
      .content-page-product-media{
        min-height:172px;
      }
      .content-page-product-media img{
        min-height:172px;
      }
      .content-page-child{
        grid-template-columns:1fr;
        gap:10px;
      }
      .content-page-child-media{
        min-height:160px;
      }
      .content-page-child-media img{
        min-height:160px;
      }
      .footer-contact-strip{
        transform:translateY(-54px);
        margin-bottom:-18px;
        border-radius:16px;
      }
      .footer-main{
        padding-top:18px;
      }
      .footer-grid{
        grid-template-columns:1fr;
        gap:24px;
      }
      .footer-links-col h3{
        font-size:1.8rem;
      }
      .footer-brand p,
      .footer-links a,
      .footer-contact-list li{
        font-size:1.05rem;
      }
      .footer-logo-text{
        font-size:2.5rem;
      }
      .footer-bottom{
        min-height:56px;
        font-size:.95rem;
      }
    }
    @media (max-width:560px){
      .floating-whatsapp,
      .floating-scroll-top{
        width:52px;
        height:52px;
        bottom:14px;
      }
      .floating-whatsapp{
        left:12px;
      }
      .floating-scroll-top{
        right:12px;
      }
      .floating-whatsapp i{
        font-size:1.75rem;
      }
      .floating-scroll-top i{
        font-size:1.35rem;
      }
      .header .wrap{
        min-height:68px;
      }
      .logo{
        font-size:1.9rem;
      }
      .logo small{
        font-size:.53rem;
      }
      .cat{min-width:86vw}
      .page-hero{
        height:220px;
        min-height:220px;
      }
      .page-hero-content h1{
        font-size:1.8rem;
      }
      .page-hero-breadcrumb{
        font-size:1rem;
      }
      .content-page-products{
        grid-template-columns:1fr;
      }
      .content-page-products-head{
        margin-bottom:8px;
      }
      .content-page-products-head p{
        font-size:.94rem;
      }
      .content-page-product-copy h3{
        font-size:1.16rem;
      }
      .content-page-product-media{
        min-height:190px;
      }
      .content-page-product-media img{
        min-height:190px;
      }
      .news-detail-page{
        padding:26px 0 54px;
      }
      .news-detail-card{
        padding:14px;
      }
      .news-detail-head h1{
        font-size:1.5rem;
      }
      .news-detail-content{
        font-size:1rem;
      }
      .cat-wrap{position:relative;left:auto;bottom:auto;transform:none;width:100%;margin-top:-46px;padding:0}
      .hero-content{padding-bottom:70px}
      .hero-dots{bottom:26px}
      .after-hero{padding-top:32px}
    }
  

