/* =====================================================
   NAVBAR V2 — Improved Navigation
   Kumaclouds Design System
   ===================================================== */

/* ===== BODY PADDING OVERRIDE ===== */
body {
  padding-top: 64px; /* fixed navbar height */
}

/* ===== NEW NAVBAR ===== */
._-sFCB44 {
  width: 100%;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  height: 64px;
  transition: box-shadow 0.3s ease;
}

._UM6-pG0 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 16px;
}

/* ===== LOGO ===== */
._lpfrt01 {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  gap: 10px;
}

._lpfrt01 img {
  height: 38px;
  width: auto;
  transition: transform 0.2s ease;
}

._lpfrt01:hover img {
  transform: scale(1.04);
}

/* ===== NAV LINKS ===== */
._y3d2Dit {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  justify-content: center;
}

/* Nav item wrapper */
._rwuufdk {
  position: relative;
}

/* Both link and button styles share same look */
._x8aepFX,
._aeOPPAB {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #1e293b;
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
  line-height: 1;
}

._Vu3qtfD,
._bfR9zJT {
  display: none;
}

._x8aepFX:hover,
._aeOPPAB:hover,
._rwuufdk:hover > ._aeOPPAB {
  background: rgba(37, 99, 235, 0.07);
  color: #2563eb;
}

/* Active state for nav links */
.kc-nav-link--active,
.kc-nav-btn--active {
  color: #2563eb;
  background: rgba(37, 99, 235, 0.07);
}

/* Chevron icon in nav button */
._D-CZD5- {
  width: 13px;
  height: 13px;
  transition: transform 0.22s ease;
  opacity: 0.55;
  flex-shrink: 0;
}

/* Chevron rotates when dropdown is open */
._rwuufdk.is-open ._D-CZD5- {
  transform: rotate(180deg);
  opacity: 0.85;
}

/* ===== DROPDOWN ===== */
._NfjD-7c {
  position: absolute;
  top: 100%;           /* flush — no gap; bridge below covers the seam */
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.03),
    0 16px 48px rgba(0, 0, 0, 0.12),
    0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 8px;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
  z-index: 200;
  pointer-events: none;
}

/* Transparent hover-bridge: fills the seam between button and panel */
._NfjD-7c::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
  background: transparent;
}

/* JS-driven: .is-open added on mouseenter, removed after delay on mouseleave */
._rwuufdk.is-open ._NfjD-7c {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

._iS23Z5y {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(15, 23, 42, 0.38);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 6px 10px 4px;
}

._UhhH4S- {
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
  margin: 6px 4px;
}

._NfjD-7c a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #334155;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 500;
  transition: background 0.12s, color 0.12s;
  white-space: nowrap;
}

._NfjD-7c a:hover {
  background: rgba(37, 99, 235, 0.07);
  color: #1d4ed8;
}

/* Wide dropdown — 2-column grid (for SSL types) */
.kc-dropdown--wide {
  min-width: 360px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  left: 0;
  transform: translateX(0) translateY(-6px);
}

._rwuufdk.is-open .kc-dropdown--wide {
  transform: translateX(0) translateY(0);
}

.kc-dropdown--wide ._iS23Z5y,
.kc-dropdown--wide ._UhhH4S-,
.kc-dropdown--wide ._9LRoGwJ {
  grid-column: 1 / -1;
}

/* Mega menu — 5-column service groups */
.kc-dropdown--mega {
  width: min(1180px, calc(100vw - 96px));
  min-width: 860px;
  max-width: calc(100vw - 96px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 38px 34px;
  gap: 0;
  align-items: start;
  border-radius: 22px;
  border: 1px solid rgba(147, 197, 253, 0.36);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 251, 255, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 0 0 6px rgba(96, 165, 250, 0.16),
    0 30px 90px rgba(15, 23, 42, 0.22);
}

.kc-dropdown--mega::after {
  content: "";
  position: absolute;
  top: -16px;
  left: calc(50% - 88px);
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.98);
  transform: translateX(-50%) rotate(45deg);
  box-shadow: -1px -1px 0 rgba(147, 197, 253, 0.22);
}

._rwuufdk.is-open .kc-dropdown--mega {
  transform: translateX(-50%) translateY(0);
}

._jCbVNqH {
  padding: 0 26px;
  border-right: 1px solid rgba(15, 23, 42, 0.09);
}

._jCbVNqH:last-child {
  border-right: none;
}

._FNFRNa0 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(37, 99, 235, 0.15);
  white-space: nowrap;
}

._4Tfp1T2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #2563eb;
  background: linear-gradient(180deg, #eef4ff, #e7efff);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 20px rgba(37, 99, 235, 0.12);
}

._4Tfp1T2 svg {
  width: 22px;
  height: 22px;
}

.kc-dropdown--mega ._jCbVNqH a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-radius: 7px;
  color: #16233a;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 600;
  transition: background 0.12s, color 0.12s;
  white-space: nowrap;
  gap: 10px;
}

.kc-dropdown--mega ._jCbVNqH a::before {
  content: "›";
  color: #2563eb;
  font-size: 1.15em;
  line-height: 1;
  transform: translateY(-1px);
}

.kc-dropdown--mega ._jCbVNqH a:hover {
  background: rgba(37, 99, 235, 0.07);
  color: #1d4ed8;
}

._S9v5SZA {
  font-weight: 700 !important;
  color: #2563eb !important;
  font-size: 0.79rem !important;
  margin-top: 6px;
  padding-top: 8px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* ===== SOLUTIONS DROPDOWN ===== */

/* 2-col feature card layout */
.kc-dropdown--solutions {
  /* width: 560px; */
  width: min(1180px, calc(100vw - 96px));
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 10px;
}

._rwuufdk.is-open .kc-dropdown--solutions {
  transform: translateX(-50%) translateY(0);
}

._g8WOyup {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  color: #1e293b;
  text-decoration: none;
  transition: background 0.12s, color 0.12s;
  white-space: normal;
}

._g8WOyup:hover {
  background: rgba(37, 99, 235, 0.06);
  color: #1d4ed8;
}

._g8WOyup.is-active {
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
}

._g-_KCqT {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 10px;
  color: #2563eb;
  background: linear-gradient(180deg, #eef4ff, #e7efff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 4px 12px rgba(37, 99, 235, 0.1);
}

._g-_KCqT svg {
  width: 20px;
  height: 20px;
}

._Fl4vgNu {
  flex: 1;
  min-width: 0;
}

._oz0nuJL {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: inherit;
  line-height: 1.35;
}

._yNw-UbE {
  display: block;
  font-size: 0.78rem;
  color: #64748b;
  font-weight: 400;
  line-height: 1.45;
  margin-top: 2px;
}

._g8WOyup:hover ._yNw-UbE {
  color: #475569;
}

._eDMVca4 {
  display: none;
}

@media (min-width: 1025px) {
  .kc-nav-item--dropdown {
    position: static;
  }

  .kc-nav-item--solutions {
    position: relative;
  }

  ._x8aepFX,
  ._aeOPPAB {
    position: relative;
    background: transparent;
  }

  ._x8aepFX:hover,
  ._aeOPPAB:hover,
  ._rwuufdk:hover > ._aeOPPAB {
    background: transparent;
    color: #2563eb;
  }

  .kc-nav-link--active,
  .kc-nav-btn--active {
    background: transparent;
    color: #2563eb;
  }

  .kc-nav-link--active::after,
  .kc-nav-btn--active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 46px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #60a5fa, #2563eb);
    transform: translateX(-50%);
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.34);
  }

  .kc-dropdown--solutions {
    width: min(980px, calc(100vw - 96px));
    min-width: min(860px, calc(100vw - 96px));
    max-width: calc(100vw - 96px);
    top: calc(100% + 16px);
    left: 50%;
    transform: translateX(-30%) translateY(-6px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 38px 34px;
    align-items: stretch;
    border-radius: 24px;
    border: 1px solid rgba(147, 197, 253, 0.38);
    background:
      radial-gradient(420px 180px at 50% 0%, rgba(219, 234, 254, 0.78), transparent 74%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.95));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.92),
      0 0 0 6px rgba(96, 165, 250, 0.16),
      0 30px 90px rgba(15, 23, 42, 0.22);
  }

  .kc-dropdown--solutions::after {
    content: "";
    position: absolute;
    top: -16px;
    left: 30%;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.98);
    transform: translateX(-50%) rotate(45deg);
    box-shadow: -1px -1px 0 rgba(147, 197, 253, 0.22);
  }

  ._rwuufdk.is-open .kc-dropdown--solutions {
    transform: translateX(-30%) translateY(0);
  }

  ._g8WOyup {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 38px;
    align-items: start;
    gap: 18px;
    min-height: 90px;
    padding: 20px 22px;
    border: 1px solid rgba(191, 219, 254, 0.72);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.76);
    color: #0f172a;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.94),
      0 18px 38px rgba(15, 23, 42, 0.055);
  }

  ._g8WOyup:hover,
  ._g8WOyup.is-active {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(96, 165, 250, 0.62);
    color: #0f172a;
    transform: translateY(-1px);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.96),
      0 22px 48px rgba(37, 99, 235, 0.12);
  }

  ._g-_KCqT {
    align-self: start;
    justify-self: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 14px;
    color: #2563eb;
    background: linear-gradient(180deg, #f1f6ff, #e9f1ff);
    /* box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.94),
      0 14px 28px rgba(37, 99, 235, 0.08); */
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 20px rgba(37, 99, 235, 0.12);
  }

  ._g-_KCqT svg {
    width: 24px;
    height: 24px;
    stroke-width: 2.1;
  }

  ._Fl4vgNu {
    align-self: start;
    padding-top: 1px;
  }

  ._oz0nuJL {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.24;
    letter-spacing: 0;
  }

  ._yNw-UbE {
    max-width: 28ch;
    margin-top: 6px;
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.45;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  ._g8WOyup:hover ._yNw-UbE {
    color: #475569;
  }

  ._eDMVca4 {
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(147, 197, 253, 0.58);
    border-radius: 999px;
    color: #2563eb;
    font-size: 1.2rem;
    line-height: 1;
    background: rgba(255, 255, 255, 0.62);
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  }

  ._g8WOyup:hover ._eDMVca4 {
    transform: translateX(2px);
    border-color: rgba(37, 99, 235, 0.5);
    background: rgba(239, 246, 255, 0.96);
  }
}

/* ===== RIGHT ACTIONS ===== */
._Qd3isCu {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* Generic button style */
._X3C8NOw {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 9px;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.18s ease;
  white-space: nowrap;
  line-height: 1;
}

.kc-btn--ghost {
  color: #334155;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.kc-btn--ghost:hover {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.22);
}

.kc-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.28);
}

.kc-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.38);
  background: linear-gradient(135deg, #60c8f8 0%, #3b82f6 100%);
}

.kc-btn--primary:active {
  transform: translateY(0);
}

/* Navbar CTA — polished sizing */
.kc-btn--nav-cta {
  min-height: 42px;
  padding: 7px 7px 7px 18px;
  gap: 10px;
  font-weight: 700;
  font-size: 0.9rem;
}

.kc-btn--nav-cta svg {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  padding: 6px;
  border-radius: 8px;
  box-sizing: border-box;
  background: rgba(30, 64, 175, 0.32);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.18);
}

/* ===== MOBILE TOGGLE ===== */
._GpqE3AQ {
  display: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  cursor: pointer;
  padding: 7px;
  color: #1e293b;
  line-height: 0;
  transition: background 0.15s;
}

._GpqE3AQ:hover {
  background: rgba(0, 0, 0, 0.04);
}

/* ===== MOBILE NAV ===== */
@media (min-width: 641px) and (max-width: 1024px) {
  body.__6Kruiq {
    overflow: auto;
  }

  body.__6Kruiq::after {
    content: "";
    position: fixed;
    inset: 58px 0 0;
    z-index: 999;
    background: transparent;
    pointer-events: none;
  }

  ._-sFCB44 {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  ._y3d2Dit {
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    flex: none;
    position: fixed;
    top: 64px;
    left: 14px;
    right: 14px;
    bottom: 0;
    width: auto;
    height: auto;
    max-height: none;
    background-image:
      linear-gradient(
        180deg,
        rgb(255, 255, 255) 0%,
        rgb(255, 255, 255) 70%,
        rgba(255, 255, 255, 0.95) 85%,
        rgba(255, 255, 255, 0) 96%,
        rgba(255, 255, 255, 0) 100%
      );
    background-origin: padding-box;
    background-clip: padding-box;
    padding: 22px;
    overflow-y: auto;
    overscroll-behavior: contain;
    z-index: 1000;
    gap: 9px;
    border: 0;
    border-radius: 20px;
    box-shadow: none;
  }

  ._y3d2Dit::before {
    content: none;
  }

  ._y3d2Dit > * {
    position: relative;
    z-index: 1;
  }

  ._y3d2Dit::after {
    content: none;
    position: sticky;
    bottom: -22px;
    display: none;
    flex: 0 0 62px;
    height: 62px;
    margin-top: -62px;
    border-radius: 0 0 20px 20px;
    background:
      linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.78) 54%, rgba(255,255,255,0.96) 100%);
    pointer-events: none;
    z-index: 2;
  }

  ._y3d2Dit.is-open {
    display: flex;
  }

  ._rwuufdk {
    width: 100%;
  }

  ._x8aepFX,
  ._aeOPPAB {
    width: 100%;
    justify-content: flex-start;
    min-height: 66px;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 0.96rem;
    font-weight: 740;
    border: 1px solid rgba(226, 232, 240, 0.72);
    background: rgba(255, 255, 255, 0.68);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.74),
      0 8px 22px rgba(15, 23, 42, 0.035);
  }

  ._Vu3qtfD {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 12px;
    color: #2563eb;
    background: linear-gradient(180deg, #eef4ff, #e8f0ff);
  }

  ._Vu3qtfD svg {
    width: 24px;
    height: 24px;
  }

  ._iThI3F9 {
    flex: 1;
    text-align: left;
  }

  ._bfR9zJT {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    color: #475569;
    font-size: 1.55rem;
    line-height: 1;
  }

  ._aeOPPAB {
    justify-content: flex-start;
  }

  ._x8aepFX:hover,
  ._aeOPPAB:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
  }

  .kc-nav-link--active {
    background: rgba(238, 244, 255, 0.78);
    border-color: #dbeafe;
    color: #2563eb;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.82),
      0 8px 20px rgba(37, 99, 235, 0.055);
  }

  .kc-nav-btn--active {
    background: rgba(238, 244, 255, 0.78);
    border-color: #dbeafe;
    color: #2563eb;
  }

  ._rwuufdk.is-expanded ._D-CZD5- {
    transform: rotate(180deg);
    opacity: 0.85;
  }

  ._rwuufdk.is-expanded > ._aeOPPAB {
    background: rgba(255,255,255,0.88);
    border: 1px solid #dbeafe;
    color: #2563eb;
  }

  ._rwuufdk.is-expanded > ._aeOPPAB:hover {
    color: #1e293b;
  }

  /* Dropdown in mobile: static, hidden by default */
  ._NfjD-7c,
  .kc-dropdown--wide,
  .kc-dropdown--mega,
  .kc-dropdown--solutions {
    position: static;
    transform: none !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    box-shadow: none;
    background: rgba(255,255,255,0.62);
    border: 1px solid #dbeafe;
    border-radius: 14px;
    margin: 8px 0 12px;
    padding: 18px;
    display: none;
    grid-template-columns: 1fr;
    min-width: 0;
    max-width: 100%;
    max-height: min(62dvh, 560px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  ._NfjD-7c::before {
    display: none;
    content: none;
  }

  .kc-dropdown--mega::after {
    display: none;
    content: none;
  }

  ._rwuufdk.is-expanded ._NfjD-7c,
  ._rwuufdk.is-expanded .kc-dropdown--wide,
  ._rwuufdk.is-expanded .kc-dropdown--mega,
  ._rwuufdk.is-expanded .kc-dropdown--solutions {
    display: grid;
    pointer-events: auto;
  }

  /* Mobile dropdown items: compact */
  ._NfjD-7c a,
  .kc-dropdown--mega ._jCbVNqH a {
    min-height: 34px;
    padding: 7px 0;
    font-size: 0.86rem;
    border-radius: 0;
    white-space: normal;
  }

  /* Mega menu groups: stack vertically, no borders */
  .kc-dropdown--mega ._jCbVNqH {
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 0;
    margin: 0;
  }

  .kc-dropdown--mega ._jCbVNqH:last-child {
    border-bottom: none;
  }

  .kc-dropdown--mega ._FNFRNa0 {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 0 0 10px;
    margin: 0 0 4px;
    font-size: 0.76rem;
    border-bottom: none;
    text-align: left;
    white-space: normal;
  }

  ._4Tfp1T2 {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  ._4Tfp1T2 svg {
    width: 17px;
    height: 17px;
  }

  .kc-dropdown--mega ._jCbVNqH a {
    padding: 8px 12px;
    font-size: 0.88rem;
  }

  ._GpqE3AQ {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  ._Qd3isCu .kc-btn--ghost {
    display: none;
  }
}

@media (max-width: 640px) {
  body.__6Kruiq {
    overflow: auto;
  }

  body.__6Kruiq::after {
    content: "";
    position: fixed;
    inset: 58px 0 0;
    z-index: 999;
    background: transparent;
    pointer-events: none;
  }

  ._-sFCB44 {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  ._y3d2Dit {
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    flex: none;
    position: fixed;
    top: 64px;
    left: 14px;
    right: 14px;
    bottom: 0;
    width: auto;
    height: auto;
    max-height: none;
    background-image:
      linear-gradient(
        180deg,
        rgb(255, 255, 255) 0%,
        rgb(255, 255, 255) 70%,
        rgba(255, 255, 255, 0.95) 85%,
        rgba(255, 255, 255, 0) 96%,
        rgba(255, 255, 255, 0) 100%
      );
    background-origin: padding-box;
    background-clip: padding-box;
    padding: 22px;
    overflow-y: auto;
    overscroll-behavior: contain;
    z-index: 1000;
    gap: 9px;
    border: 0;
    border-radius: 20px;
    box-shadow: none;
  }

  ._y3d2Dit::before {
    content: none;
  }

  ._y3d2Dit > * {
    position: relative;
    z-index: 1;
  }

  ._y3d2Dit::after {
    content: none;
    position: sticky;
    bottom: -22px;
    display: none;
    flex: 0 0 62px;
    height: 62px;
    margin-top: -62px;
    border-radius: 0 0 20px 20px;
    background:
      linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.78) 54%, rgba(255,255,255,0.96) 100%);
    pointer-events: none;
    z-index: 2;
  }

  ._y3d2Dit.is-open {
    display: flex;
  }

  ._rwuufdk {
    width: 100%;
  }

  ._x8aepFX,
  ._aeOPPAB {
    width: 100%;
    justify-content: flex-start;
    min-height: 66px;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 0.96rem;
    font-weight: 740;
    border: 1px solid rgba(226, 232, 240, 0.72);
    background: rgba(255, 255, 255, 0.68);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.74),
      0 8px 22px rgba(15, 23, 42, 0.035);
  }

  ._Vu3qtfD {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 12px;
    color: #2563eb;
    background: linear-gradient(180deg, #eef4ff, #e8f0ff);
  }

  ._Vu3qtfD svg {
    width: 24px;
    height: 24px;
  }

  ._iThI3F9 {
    flex: 1;
    text-align: left;
  }

  ._bfR9zJT {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    color: #475569;
    font-size: 1.55rem;
    line-height: 1;
  }

  ._aeOPPAB {
    justify-content: flex-start;
  }

  ._x8aepFX:hover,
  ._aeOPPAB:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
  }

  .kc-nav-link--active {
    background: rgba(238, 244, 255, 0.78);
    border-color: #dbeafe;
    color: #2563eb;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.82),
      0 8px 20px rgba(37, 99, 235, 0.055);
  }

  .kc-nav-btn--active {
    background: rgba(238, 244, 255, 0.78);
    border-color: #dbeafe;
    color: #2563eb;
  }

  ._rwuufdk.is-expanded ._D-CZD5- {
    transform: rotate(180deg);
    opacity: 0.85;
  }

  ._rwuufdk.is-expanded > ._aeOPPAB {
    background: rgba(255,255,255,0.88);
    border: 1px solid #dbeafe;
    color: #2563eb;
  }

  ._rwuufdk.is-expanded > ._aeOPPAB:hover {
    color: #1e293b;
  }

  /* Dropdown in mobile: static, hidden by default */
  ._NfjD-7c,
  .kc-dropdown--wide,
  .kc-dropdown--mega,
  .kc-dropdown--solutions {
    position: static;
    transform: none !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    box-shadow: none;
    background: rgba(255,255,255,0.62);
    border: 1px solid #dbeafe;
    border-radius: 14px;
    margin: 8px 0 12px;
    padding: 18px;
    display: none;
    grid-template-columns: 1fr;
    min-width: 0;
    max-width: 100%;
    max-height: min(62dvh, 560px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  ._NfjD-7c::before {
    display: none;
    content: none;
  }

  .kc-dropdown--mega::after {
    display: none;
    content: none;
  }

  ._rwuufdk.is-expanded ._NfjD-7c,
  ._rwuufdk.is-expanded .kc-dropdown--wide,
  ._rwuufdk.is-expanded .kc-dropdown--mega,
  ._rwuufdk.is-expanded .kc-dropdown--solutions {
    display: grid;
    pointer-events: auto;
  }

  /* Mobile dropdown items: compact */
  ._NfjD-7c a,
  .kc-dropdown--mega ._jCbVNqH a {
    min-height: 34px;
    padding: 7px 0;
    font-size: 0.86rem;
    border-radius: 0;
    white-space: normal;
  }

  /* Mega menu groups: stack vertically, no borders */
  .kc-dropdown--mega ._jCbVNqH {
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 0;
    margin: 0;
  }

  .kc-dropdown--mega ._jCbVNqH:last-child {
    border-bottom: none;
  }

  .kc-dropdown--mega ._FNFRNa0 {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 0 0 10px;
    margin: 0 0 4px;
    font-size: 0.76rem;
    border-bottom: none;
    text-align: left;
    white-space: normal;
  }

  ._4Tfp1T2 {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  ._4Tfp1T2 svg {
    width: 17px;
    height: 17px;
  }

  .kc-dropdown--mega ._jCbVNqH a {
    padding: 8px 12px;
    font-size: 0.88rem;
  }

  ._GpqE3AQ {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  ._Qd3isCu .kc-btn--ghost {
    display: none;
  }

  /* Mobile-only size adjustments */
  body {
    padding-top: 58px;
  }

  ._-sFCB44 {
    height: 58px;
    top: 0;
  }

  ._UM6-pG0 {
    padding: 0 16px;
  }

  ._lpfrt01 img {
    height: 38px;
  }

  ._y3d2Dit {
    top: 64px;
    bottom: 0;
    height: auto;
    max-height: none;
  }

  .kc-btn--nav-cta {
    min-height: 42px;
    padding: 7px 7px 7px 16px;
    gap: 8px;
  }

  .kc-btn--nav-cta svg {
    display: block;
    width: 26px;
    height: 26px;
    flex-basis: 26px;
    padding: 6px;
  }
}
