/* =====================================================
   HOME HERO — Kumaclouds Flagship Section
   2-column: left content + right enterprise trust card
   Background: hero.png with dark overlay
   ===================================================== */

/* ===== SECTION WRAPPER ===== */
._aTi_jjA {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  background-color: #071a45; /* fallback */
}

/* Background image + gradient overlay — lighter to show the starfield */
._aTi_jjA::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      100deg,
      rgba(4, 14, 44, 0.60) 0%,
      rgba(7, 24, 68, 0.38) 45%,
      rgba(12, 38, 108, 0.15) 100%
    ),
    var(--kc-hero-bg) center center / cover no-repeat;
  z-index: 0;
}

/* ===== INNER CONTAINER ===== */
._qm-yNZQ {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: var(--hero-pt) var(--hero-px) var(--hero-pb);
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

/* ===== ROW 2: MAIN GRID ===== */
._ppQyO_T {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--hero-grid-gap);
  align-items: start;
  width: 100%;
}

/* ===== LEFT: CONTENT ===== */
._5-zNmd4 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ─── Breadcrumb ─── */
._0J8pzfG {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  width: fit-content;
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  margin-bottom: var(--hero-path-mb);
}
._0J8pzfG svg {
  color: rgba(255,255,255,0.5);
  flex-shrink: 0;
}
._0J8pzfG span {
  color: rgba(255,255,255,0.7);
}

/* ─── Headline ─── */
._-pwMvaA {
  font-size: clamp(2.2rem, 3.5vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.12;
  letter-spacing: -0.028em;
  margin: 0 0 20px;
  max-width: 540px;
}

._tijO37z {
  display: block;
  background: linear-gradient(90deg, #60a5fa 0%, #93c5fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ─── Description ─── */
._Oyag5tr {
  font-size: clamp(15px, 1.3vw, 17px);
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin: 0 0 20px;
  max-width: 520px;
  text-align: justify;
  text-justify: inter-word;
}

/* ─── CTA row ─── */
._Eo06voU {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

._Eo06voU ._s02TpC8 {
  padding-right: 8px;
}

/* ─── Eyebrow badge ─── */
.__FyIlRb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(148, 197, 253, 0.95);
  letter-spacing: 0.01em;
  text-transform: none;
  padding: 7px 16px;
  background: rgba(37, 99, 235, 0.15);
  border: 1px solid rgba(96, 165, 250, 0.32);
  border-radius: 999px;
  width: fit-content;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.__FyIlRb::before {
  content: "✦";
  color: #60a5fa;
  font-size: 0.72rem;
  flex-shrink: 0;
  line-height: 1;
}

/* ─── Subtitle second line ─── */
._aTi_jjA .kc-page-hero__subtitle--sub {
  display: block;
  margin-top: 4px;
  opacity: 0.62;
}

/* ─── Text-led CTA motion ─── */
._zCgoTmI {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 1.12rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
}
/* Underline on text label only — blue gradient focal point */
._zCgoTmI > span:not(._fp7vwlR) {
  position: relative;
  padding-bottom: 5px;
}
._zCgoTmI > span:not(._fp7vwlR)::after {
  content: '';
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #60a5fa 0%, #38bdf8 60%, transparent 100%);
  border-radius: 2px;
  transition: opacity 0.22s ease, width 0.28s ease;
  opacity: 1;
}
._zCgoTmI:hover > span:not(._fp7vwlR)::after {
  background: linear-gradient(90deg, #93c5fd 0%, #7dd3fc 60%, transparent 100%);
  opacity: 1;
}
._fp7vwlR {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex-shrink: 0;
  transition: transform 0.22s ease;
}
._fp7vwlR img {
  display: block;
  width: 100%;
  height: 100%;
}
._zCgoTmI:hover ._fp7vwlR {
  transform: translateX(6px);
}

/* ─── Partner strip (full-width below hero inner on desktop) ─── */
._Vc8cniI {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 40px;
  padding: 10px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(190px, 240px) repeat(4, minmax(135px, 1fr));
  /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
  align-items: stretch;
  gap: 10px;
  /* background:
    radial-gradient(720px 90px at 64% 100%, rgba(56, 189, 248, 0.26), transparent 62%),
    linear-gradient(180deg, rgba(37, 99, 235, 0.12), rgba(29, 78, 216, 0.08)),
    rgba(8, 24, 72, 0.58); */
  /* border: 1px solid rgba(147, 197, 253, 0.28); */
  border-radius: 16px;
  /* backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); */
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(96, 165, 250, 0.24),
    0 22px 54px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

._Vc8cniI::before {
  content: "";
  position: absolute;
  left: 15%;
  right: 5%;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.78), rgba(37, 99, 235, 0.62), transparent);
  filter: blur(0.3px);
  opacity: 0.78;
  pointer-events: none;
  z-index: 0;
}

._Vc8cniI::after {
  content: "";
  position: absolute;
  left: 34%;
  right: 2%;
  bottom: -26px;
  height: 58px;
  background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.40), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* ── Label (left rail) ── */
._5sc9p5L {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 56px;
  padding: 8px 14px 8px 10px;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(147, 197, 253, 0.32);
  border-radius: 0;
}

._5sc9p5L {
  grid-column: 1 / -1;
  border-right: none;
  border-bottom: 1px solid rgba(147, 197, 253, 0.18);
  padding: 0 0 10px;
}

._GCu0Sg1 {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.95) 0%, rgba(29, 78, 216, 0.72) 100%);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.20),
    0 12px 28px rgba(37, 99, 235, 0.28);
}

._GCu0Sg1 svg {
  width: 16px;
  height: 16px;
}

._sepGDXZ {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  overflow: hidden;
}

._4nLTiiI {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._vgqkc2o {
  display: block;
  max-width: none;
  font-size: 0.66rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.25;
  white-space: normal;
  overflow: hidden;
  text-overflow: clip;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* ── Partner chips (individual cards) ── */
._CXyqKuK {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-width: 0;
  min-height: 58px;
  padding: 10px 15px;
  box-sizing: border-box;
  background:
    radial-gradient(260px 42px at 50% 100%, rgba(56, 189, 248, 0.18), transparent 64%),
    linear-gradient(180deg, rgba(59, 130, 246, 0.16), rgba(37, 99, 235, 0.07)),
    rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(147, 197, 253, 0.20);
  border-radius: 8px;
  transition: background 0.18s, border-color 0.18s, transform 0.18s;
  /* box-shadow:
    0 14px 30px rgba(15, 23, 42, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    inset 0 -2px 12px rgba(59, 130, 246, 0.24); */
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

._CXyqKuK::before {
  content: "";
  position: absolute;
  left: 20%;
  right: 14%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.85), transparent);
  opacity: 0.70;
  pointer-events: none;
}

._CXyqKuK::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: -2px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.9), transparent);
  filter: blur(1px);
  opacity: 0.78;
  pointer-events: none;
}

._CXyqKuK:hover {
  background:
    linear-gradient(180deg, rgba(59, 130, 246, 0.22), rgba(37, 99, 235, 0.10)),
    rgba(255, 255, 255, 0.085);
  border-color: rgba(147, 197, 253, 0.34);
  transform: translateY(-1px);
}

._CXyqKuK img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex: 0 0 24px;
}

._0DUJN-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  overflow: hidden;
}

.__x3-ZoI {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._G585ntz {
  display: block;
  font-size: 10.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ===== RIGHT: ENTERPRISE TRUST CARD ===== */
._9qo2RID {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

/* The card itself */
._dv73Zy5 {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: var(--hero-card-pad-lg);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ─── Card header ─── */
._Vb8Opr6 {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  margin-bottom: 20px;
}

._Z8Tk8_D {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(96, 165, 250, 0.24) 0%, rgba(59, 130, 246, 0.12) 100%);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #60a5fa;
}

._5azxbh8 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

._Vsl4dEg {
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 3px;
}

/* ─── Credential list ─── */
._US28wYr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 22px;
}

._eM2BgI- {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.70);
  line-height: 1.4;
}

/* When cred has title+text body (rightCard data-driven structure) */
._E42OhlD {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

._oj6RLTC {
  color: rgba(255, 255, 255, 0.90);
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 1.3;
}

._ukW-VN8 {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.775rem;
  line-height: 1.4;
}

._SRXHPH9 {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: rgba(96, 165, 250, 0.7);
}
._SRXHPH9 svg {
  width: 20px;
  height: 20px;
}

/* ─── Stats footer ─── */
._TYU2rAO {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 24px;
  gap: 0;
}

._NkbE1Qr {
  text-align: center;
  padding: 0 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

._NkbE1Qr:last-child {
  border-right: none;
}

._OYS78HH {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
}

._rgyuhST {
  display: block;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.38);
  font-weight: 500;
  margin-top: 6px;
  line-height: 1.3;
}

/* ===== RESPONSIVE ===== */

/* Desktop: >1024px */
@media (min-width: 1025px) {
  ._5-zNmd4 {
    padding-right: 80px;
  }
  ._Vc8cniI {
    margin-top: 32px;
    padding: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    border-radius: 14px;
  }

  ._5sc9p5L {
    grid-column: 1 / -1;
    border-right: none;
    min-height: auto;
    border-bottom: 1px solid rgba(147, 197, 253, 0.18);
    padding: 0 0 10px;
  }
}

/* Tablet: 641–1024px */
@media (min-width: 641px) and (max-width: 1024px) {
  ._aTi_jjA {
    min-height: auto;
  }

  ._qm-yNZQ {
    padding: 64px 28px 72px;
    text-align: left;
  }

  ._ppQyO_T {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  ._5-zNmd4 {
    align-items: flex-start;
  }

  ._TVOe8O6 {
    align-self: flex-start;
  }

  ._-pwMvaA {
    font-size: clamp(2rem, 5vw, 2.8rem);
    max-width: 100%;
  }

  ._Oyag5tr {
    max-width: 100%;
    text-align: justify;
  }

  ._Eo06voU {
    justify-content: flex-start;
  }

  ._Vc8cniI {
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
    padding: 14px;
    box-sizing: border-box;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: 8px;
    border-radius: 8px;
  }

  ._5sc9p5L {
    grid-column: 1 / -1;
    min-height: auto;
    align-items: flex-start;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    padding: 0 0 8px;
  }

  ._CXyqKuK {
    border-left: none;
    align-items: center;
    min-height: 56px;
    padding: 8px 10px;
    gap: 8px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 6px;
  }

  ._CXyqKuK img {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  /* Visual: center + no top padding */
  ._9qo2RID {
    justify-content: center;
    width: 100%;
    padding-top: 0;
  }

  /* Platform card compact density */
  ._dv73Zy5 {
    /* width/max-width/margin-inline handled by B19 in base.css */
    padding: var(--hero-card-pad-md);
    border-radius: 18px;
  }

  ._Vb8Opr6 {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  ._Z8Tk8_D {
    /* width: 38px;
    height: 38px; */
    border-radius: 10px;
  }

  ._US28wYr {
    gap: 9px;
    margin-bottom: 13px;
  }

  ._eM2BgI- {
    gap: 10px;
    font-size: 0.80rem;
    line-height: 1.35;
  }

  /* _SRXHPH9: base already 42px — no override needed */

  ._TYU2rAO {
    padding-top: 14px;
  }

  ._OYS78HH {
    font-size: 1.42rem;
  }

  ._rgyuhST {
    font-size: 0.62rem;
    margin-top: 4px;
  }
}



/* ≤640px: mobile full safe container */
@media (max-width: 640px) {
  ._aTi_jjA {
    overflow: clip;
  }

  ._qm-yNZQ {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 52px 24px 56px;
    box-sizing: border-box;
    overflow: hidden;
  }

  ._ppQyO_T {
    grid-template-columns: 1fr;
    gap: 28px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  ._5-zNmd4,
  ._9qo2RID,
  ._0J8pzfG,
  ._Eo06voU {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  ._9qo2RID {
    justify-content: center;
    padding-top: 0;
  }

  ._TVOe8O6 {
    align-self: flex-start;
  }

  ._Vc8cniI {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 12px;
    box-sizing: border-box;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: 8px;
    border-radius: 8px;
    overflow: hidden;
  }

  ._5sc9p5L {
    grid-column: 1 / -1;
    min-height: auto;
    align-items: flex-start;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    padding: 0 0 8px;
  }

  ._-pwMvaA {
    font-size: clamp(2rem, 9vw, 2.45rem);
    line-height: 1.1;
    letter-spacing: -0.018em;
    max-width: 100%;
    text-wrap: balance;
  }

  ._Oyag5tr {
    font-size: 0.98rem;
    line-height: 1.68;
    max-width: 100%;
    text-align: left;
    text-justify: auto;
  }

  ._Eo06voU {
    display: grid;
    /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
    gap: 8px;
  }

  ._Eo06voU .kc-btn--primary,
  ._Eo06voU .kc-btn--ghost,
  ._Eo06voU .kc-btn--secondary,
  ._Eo06voU ._s02TpC8 {
    width: 100%;
    min-width: 0;
    min-height: var(--btn-h);
    padding: 0 8px 0 10px;
    font-size: clamp(0.78rem, 3.25vw, 0.92rem);
    white-space: nowrap;
    line-height: 1;
    text-align: center;
  }

  ._Eo06voU ._XS-q0qO {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    padding: 7px;
  }

  .__x3-ZoI {
    font-size: 12px;
    white-space: nowrap;
  }

  ._G585ntz {
    font-size: 10px;
    white-space: nowrap;
  }

  ._CXyqKuK {
    min-width: 0;
    min-height: 54px;
    padding: 8px 10px;
    border-left: none;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 6px;
  }

  ._CXyqKuK img {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  ._0DUJN-7 {
    min-width: 0;
  }

  ._zCgoTmI {
    font-size: 0.92rem;
  }

  ._fp7vwlR {
    width: 38px;
    height: 38px;
  }

  ._fp7vwlR img {
    width: 38px;
    height: 38px;
  }

  /* Platform card — mobile compact */
  ._dv73Zy5 {
    padding: 22px 20px;
    border-radius: 18px;
  }

  ._Vb8Opr6 {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  ._Z8Tk8_D {
    border-radius: 10px;
  }

  ._US28wYr {
    gap: 9px;
    margin-bottom: 13px;
  }

  ._TYU2rAO {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 14px;
  }

  ._OYS78HH {
    font-size: 1.35rem;
  }

  ._rgyuhST {
    font-size: 0.62rem;
    margin-top: 4px;
  }

  ._eM2BgI- {
    font-size: 0.8rem;
    gap: 10px;
    line-height: 1.35;
  }

  ._0J8pzfG {
    width: fit-content;
    max-width: calc(100vw - 48px);
    padding: 8px 14px;
  }
}
