/* ================================================================
   VALUECAST — BLOG LISTING PAGE  (blog.css)
   Scoped under .vc-blog-page to avoid conflicts
   ================================================================ */

.vc-blog-page,
.vc-blog-detail {
  --electric-blue: rgba(4, 70, 242, 1);
  --navy: rgba(0, 5, 26, 1);
  --ice-white: rgba(255, 255, 255, 1);
  --steel: rgba(188, 191, 204, 1);
  --cloud: rgba(245, 246, 252, 1);
  --p1-r-font-family: "Hanken Grotesk", "Inter", Helvetica;
  --p1-r-font-weight: 400;
  --p1-r-font-size: 18px;
  --p1-r-line-height: 1.6;
  --p1-r-letter-spacing: 0;
  --p1-r-font-style: normal;
}

@font-face {
  font-family: "Outfit-Medium";
  src: local("Outfit Medium"), local("Outfit-Medium");
  font-weight: 500;
  font-style: normal;
}

/* ── Base ── */
.vc-blog-page.blogs {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  background-color: var(--ice-white);
  overflow: hidden;
}

/* ================================================================
   HERO
   ================================================================ */
.vc-blog-page .hero {
  display: flex;
  width: 100%;
  min-height: 552px;
  align-items: flex-start;
  padding: 92px 48px 84px 48px;
  position: relative;
  background-image: var(--hero-bg-image, none);
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}
.vc-blog-page .hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,5,26,0.55);
}

.vc-blog-page .frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  align-items: flex-start;
  gap: 40px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.vc-blog-page .div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  width: 100%;
}

.vc-blog-page .frame-2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vc-blog-page .rectangle {
  width: 8px;
  height: 8px;
  background-color: var(--electric-blue);
  flex-shrink: 0;
}

.vc-blog-page .knowledge-hub {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.vc-blog-page .text-wrapper {
  font-family: "Outfit", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(36px, 5vw, 72px);
  text-align: center;
  line-height: 1.1;
  max-width: 860px;
}

.vc-blog-page .vector {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(653px, 45vw);
  height: auto;
  z-index: 0;
}

/* ================================================================
   MIDDLE
   ================================================================ */
.vc-blog-page .middle {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 30px;
  padding: 30px 0 0;
  background-color: var(--ice-white);
}

/* ── Marquee ── */
.vc-blog-page .line {
  display: flex;
  width: 100%;
  height: 120px;
  align-items: center;
  overflow: hidden;
  padding: 10px 0 20px;
  background-color: var(--ice-white);
  
}

.vc-blog-page .div-2 {
  display: flex;
  align-items: center;
  gap: 40px;
  white-space: nowrap;
  will-change: transform;
  animation: vc-marquee-slow 60s linear infinite;
}

.vc-blog-page .clarity-control {
  flex-shrink: 0;
  opacity: 0.9;
  font-family: "Outfit", Helvetica;
  font-weight: 400;
  color: var(--steel);
  font-size: clamp(40px, 5vw, 48px);
  line-height: 1;
  white-space: nowrap;
}

.vc-blog-page .clarity-control-2 {
  flex-shrink: 0;
  font-weight: 400;
  color: var(--electric-blue);
  font-family: "Outfit", Helvetica;
  font-size: clamp(40px, 5vw, 48px);
  line-height: 1;
  white-space: nowrap;
}

/* ── Intro header ── */
.vc-blog-page .frame-3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1240px;
  align-items: center;
  gap: 28px;
  padding: 0 20px 31px;
}

.vc-blog-page .expert-insights {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: var(--navy);
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}

.vc-blog-page .p {
  font-family: "Outfit", Helvetica;
  font-weight: 400;
  color: var(--navy);
  font-size: clamp(28px, 3.5vw, 48px);
  text-align: center;
  line-height: 1.1;
  max-width: 740px;
}

.vc-blog-page .explore-perspectives {
  opacity: 0.84;
  font-family: var(--p1-r-font-family);
  color: var(--navy);
  font-size: var(--p1-r-font-size);
  text-align: center;
  line-height: var(--p1-r-line-height);
  max-width: 900px;
}

/* ================================================================
   CATEGORIES + ARTICLES AREA
   ================================================================ */
.vc-blog-page .frame-4 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  background-color: #edeff7;
}

/* ── Category nav ── */
.vc-blog-page .categories {
  display: flex;
  width: 100%;
  max-width: 1440px;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 100px;
  background-color: #edeff7;
}

.vc-blog-page .heading-eco-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  background-color: #edeff7;
  border-radius: 0 10px 0 0;
  border: 1px solid rgba(125,125,125,0.2);
}

.vc-blog-page .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  transition: background 0.2s;
}
.vc-blog-page .div-wrapper:hover { background-color: #e6eeff; }

.vc-blog-page .heading-eco {
  font-family: "Outfit", Helvetica;
  font-weight: 800;
  color: #0446f2;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  white-space: nowrap;
}

.vc-blog-page .heading-eco-2 {
  font-family: "Outfit", Helvetica;
  font-weight: 800;
  color: rgba(0,0,0,0.51);
  font-size: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}
.vc-blog-page .heading-eco-2:hover { color: #0446f2; }

/* Active category split layout (left details + right posts) */
.vc-blog-page .vc-blog-content-row {
  max-width: 1280px;
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 0 0 30px;
}

.vc-blog-page .vc-blog-content-row.has-active-category {
  width: 100%;
  max-width: 1440px;
  padding: 0 120px 30px;
  box-sizing: border-box;
}

.vc-blog-page .vc-blog-posts-col {
  flex: 1;
  min-width: 0;
}

.vc-blog-page .vc-blog-content-row .article {
  max-width: none;
  padding: 20px 0 0;
}

.vc-blog-page .vc-active-category-panel {
  width: 320px;
  min-width: 320px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e5e8f3;
  box-shadow: 0 8px 24px rgba(4, 70, 242, 0.08);
  overflow: hidden;
  position: sticky;
  top: 96px;
}

.vc-blog-page .vc-active-category-image {
  width: 100%;
  
  object-fit: contain;
  object-position: left center;
  display: block;
  background-color: #f5f6fc;
}

/* =============================================
   RESPONSIVE - 1920x1080 DESKTOPS
   ============================================= */
@media (min-width: 1900px) and (max-width: 2200px) and (min-height: 1000px) {
  .vc-blog-page .hero {
    min-height: 620px;
    padding: 140px 80px 120px 80px;
  }

  .vc-blog-page .frame {
    gap: 48px;
  }

  .vc-blog-page .middle {
    padding: 40px 80px 60px;
  }

  .vc-blog-page .frame-4 {
    width: calc(100% + 160px);
    margin-left: -80px;
    margin-right: -80px;
  }

  .vc-blog-page .line {
    height: 160px;
  }

  .vc-blog-page .vc-blog-content-row {
    gap: 40px;
    padding: 0 80px;
    margin-top: 30px;
  }

  /* Maintain grid layout with proper padding for active-category */
  .vc-blog-page .vc-blog-content-row.has-active-category {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: stretch;
    padding: 0 80px 30px;
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .vc-active-category-panel {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
    top: auto;
    display: flex;
    flex-direction: column;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .vc-blog-posts-col {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 100%;
  }
}

/* =============================================
   RESPONSIVE - LARGE SCREENS (> 1024px)
   ============================================= */
@media (min-width: 1025px) {
  .vc-blog-page .vc-blog-content-row.has-active-category {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: stretch;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .vc-active-category-panel {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
    top: auto;
    display: flex;
    flex-direction: column;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .vc-blog-posts-col {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 100%;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .vc-active-category-panel {
    margin-top: 0;
    align-self: stretch;
  }

}

.vc-blog-page .vc-active-category-content {
  padding: 18px 18px 20px;
}

.vc-blog-page .vc-active-category-eyebrow {
  font-family: "Outfit", Helvetica;
  font-size: 12px;
  font-weight: 700;
  color: #0446f2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 8px;
}

.vc-blog-page .vc-active-category-title {
  font-family: "Outfit", Helvetica;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #00051a;
  margin: 0 0 10px;
}

.vc-blog-page .vc-active-category-description {
  font-family: "Inter", Helvetica;
  color: rgba(0, 5, 26, 0.74);
  font-size: 15px;
  line-height: 1.6;
}

.vc-blog-page .vc-active-category-description p {
  margin: 0;
}

.vc-blog-page.has-active-category .article {
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 14px;
}

.vc-blog-page.has-active-category .frame-11 {
  grid-column: 1;
  grid-row: auto;
}

.vc-blog-page.has-active-category .group-wrapper,
.vc-blog-page.has-active-category .frame-wrapper,
.vc-blog-page.has-active-category .frame-9 {
  grid-column: 1;
}

/* ================================================================
   ARTICLE CARDS GRID
   ================================================================ */
.vc-blog-page .article {
  display: grid;
  grid-template-columns: 605px 1fr;
  grid-template-rows: auto;
  gap: 14px;
  width: 100%;
  max-width: 1280px;
  padding: 20px 0 30px;
  position: relative;
}

.vc-blog-page .frame-11 {
  grid-column: 1;
  grid-row: 1;
  position: relative;
}

.vc-blog-page .frame-12 {
  position: relative;
  width: 100%;
  height: 401px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: visible;
}

.vc-blog-page .mask-group {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vc-blog-page .vc-cat-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #0446f2;
  color: #fff;
  font-family: "Outfit", Helvetica;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 5px 12px;
  border-radius: 6px;
  text-transform: uppercase;
}

/* Move date, comments, author metadata to top of featured image only (NOT all cards) */
.vc-blog-page .frame-11 .frame-wrapper {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  left: auto !important;
  width: auto !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  padding: 8px 12px !important;
  flex-direction: row !important;
  gap: 4px !important;
}

.vc-blog-page .frame-11 .frame-9 {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  left: auto !important;
  width: auto !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  padding: 8px 12px !important;
  flex-direction: row !important;
  gap: 4px !important;
}

.vc-blog-page .frame-13 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  position: absolute;
  top: 128px;
  left: 40px;
}

.vc-blog-page .group-8,
.vc-blog-page .group-9,
.vc-blog-page .group-10 {
  background: rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 4px 12px;
}

.vc-blog-page .text-wrapper-7 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  font-size: 10px;
}

.vc-blog-page .text-4 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #82ccf9;
  font-size: 10px;
}

.vc-blog-page .how-AI-is {
  position: absolute;
  bottom: 80px;
  left: 40px;
  right: 20px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #00051a;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.3;
}

.vc-blog-page .group-11 {
  position: absolute;
  bottom: 20px;
  left: 40px;
  background-color: #0446f2;
  border-radius: 8px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
}

.vc-blog-page .group-12 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vc-blog-page .text-wrapper-8 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}

.vc-blog-page .vector-4 { width: 12px; height: 12px; }

.vc-blog-page .group-wrapper,
.vc-blog-page .frame-wrapper {
  grid-column: 2;
  display: flex;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #f6f7fb;
  padding: 16px 20px;
  transition: box-shadow 0.2s;
}
.vc-blog-page .group-wrapper:hover,
.vc-blog-page .frame-wrapper:hover { box-shadow: 0 4px 20px rgba(4,70,242,0.08); }

.vc-blog-page .frame-9 {
  grid-column: 2;
  display: flex;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #f6f7fb;
  padding: 16px 20px;
}

.vc-blog-page .frame-6,
.vc-blog-page .frame-8 {
  display: flex;
  flex-direction: row;
  width: auto;
  gap: 4px;
  align-items: center;
}

.vc-blog-page .frame-7 {
  display: flex;
  align-items: center;
  gap: 4px;
}

.vc-blog-page .group-2,
.vc-blog-page .group-3,
.vc-blog-page .group-4 {
  background: #f5f6fc;
  border-radius: 20px;
  padding: 4px 10px;
}

.vc-blog-page .NOV,
.vc-blog-page .text-wrapper-2,
.vc-blog-page .text-wrapper-3 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #6e7180;
  font-size: 9px;
  white-space: nowrap;
}

.vc-blog-page .text-wrapper-4,
.vc-blog-page .text-wrapper-5,
.vc-blog-page .text-wrapper-6 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #00051a;
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1.3;
  text-decoration: none;
  display: block;
}

.vc-blog-page .group-5,
.vc-blog-page .group-7 {
  display: none;
}

.vc-blog-page .read-more,
.vc-blog-page .read-more-2 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #0446f2;
  font-size: 12px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.vc-blog-page .read-more:hover,
.vc-blog-page .read-more-2:hover { opacity: 0.75; }

.vc-blog-page .img,
.vc-blog-page .vector-2 { width: 8px; height: 8px; }

.vc-blog-page .group-6 { width: 100%; }

.vc-blog-page .frame-10 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* ── Empty state ── */
/* Active category Figma layout */
@media (min-width: 1025px) {
  .vc-blog-page .vc-blog-content-row.has-active-category {
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(410px, 464px);
    grid-auto-rows: auto;
    gap: 28px;
    padding: 22px clamp(100px, 7.8vw, 150px) 46px;
    align-items: stretch;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .vc-active-category-panel {
    grid-column: 1;
    grid-row: 1 / 4;
    min-height: 300px;
    background: transparent;
    border: 0;
    border-radius: 14px;
    box-shadow: none;
    overflow: hidden;
    z-index: 1;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .vc-active-category-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(0, 5, 26, 0.62) 0%, rgba(0, 5, 26, 0.28) 52%, rgba(0, 5, 26, 0.06) 100%);
    pointer-events: none;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .vc-active-category-image {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
    background: #f7f8fb;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .vc-active-category-content {
    display: none;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .vc-blog-posts-col,
  .vc-blog-page .vc-blog-content-row.has-active-category .article {
    height: 100%;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .vc-blog-posts-col {
    display: contents;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .article {
    display: contents;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .frame-11 {
    grid-column: 1;
    grid-row: 1 / 4;
    display: block;
    min-height: 300px;
    z-index: 2;
    pointer-events: none;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .frame-12 {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background: transparent;
    border-radius: 14px;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .mask-group,
  .vc-blog-page .vc-blog-content-row.has-active-category .vc-cat-badge {
    display: none;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .frame-13 {
    top: auto;
    left: 32px;
    right: 32px;
    bottom: clamp(190px, 15vw, 230px);
    gap: 16px;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .group-8,
  .vc-blog-page .vc-blog-content-row.has-active-category .group-9,
  .vc-blog-page .vc-blog-content-row.has-active-category .group-10 {
    position: relative;
    background: transparent;
    border-radius: 0;
    padding: 0 0 0 9px;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .group-8::before,
  .vc-blog-page .vc-blog-content-row.has-active-category .group-9::before,
  .vc-blog-page .vc-blog-content-row.has-active-category .group-10::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background: #ffffff;
    border-radius: 50%;
    transform: translateY(-50%);
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .text-wrapper-7,
  .vc-blog-page .vc-blog-content-row.has-active-category .text-4 {
    color: rgba(255, 255, 255, 0.9);
    font-family: "Outfit", Helvetica;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .how-AI-is {
    left: 32px;
    right: 36px;
    bottom: 82px;
    color: #ffffff;
    font-family: "Outfit", Helvetica;
    font-size: clamp(26px, 2.6vw, 40px);
    font-weight: 500;
    line-height: 1.08;
    display: -webkit-box;
    max-height: 3.24em;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    text-shadow: 0 2px 18px rgba(0, 5, 26, 0.28);
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .group-11 {
    left: 32px;
    bottom: 32px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    pointer-events: auto;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .text-wrapper-8 {
    color: #ffffff;
    font-family: "Inter", Helvetica;
    font-size: 14px;
    font-weight: 700;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .vector-4 {
    filter: brightness(0) invert(1);
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .group-wrapper,
  .vc-blog-page .vc-blog-content-row.has-active-category .frame-wrapper,
  .vc-blog-page .vc-blog-content-row.has-active-category .frame-9 {
    grid-column: 2;
    display: flex;
    align-items: flex-start;
    min-height: 91px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.82);
    border: 0;
    border-radius: 14px;
    box-shadow: none;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category {
    row-gap: 24px;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .group,
  .vc-blog-page .vc-blog-content-row.has-active-category .frame-6,
  .vc-blog-page .vc-blog-content-row.has-active-category .frame-8,
  .vc-blog-page .vc-blog-content-row.has-active-category .group-6 {
    width: 100%;
    min-height: 100%;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .frame-6,
  .vc-blog-page .vc-blog-content-row.has-active-category .frame-8,
  .vc-blog-page .vc-blog-content-row.has-active-category .group-6 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .frame-7,
  .vc-blog-page .vc-blog-content-row.has-active-category .frame-10 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .frame-10 {
    order: -1;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .group-2,
  .vc-blog-page .vc-blog-content-row.has-active-category .group-3,
  .vc-blog-page .vc-blog-content-row.has-active-category .group-4 {
    position: relative;
    background: transparent;
    border-radius: 0;
    padding: 0 0 0 9px;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .group-2::before,
  .vc-blog-page .vc-blog-content-row.has-active-category .group-3::before,
  .vc-blog-page .vc-blog-content-row.has-active-category .group-4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background: #0446f2;
    border-radius: 50%;
    transform: translateY(-50%);
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .NOV,
  .vc-blog-page .vc-blog-content-row.has-active-category .text-wrapper-2,
  .vc-blog-page .vc-blog-content-row.has-active-category .text-wrapper-3 {
    color: rgba(0, 5, 26, 0.58);
    font-family: "Outfit", Helvetica;
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .text-wrapper-4,
  .vc-blog-page .vc-blog-content-row.has-active-category .text-wrapper-5,
  .vc-blog-page .vc-blog-content-row.has-active-category .text-wrapper-6 {
    color: #00051a;
    font-family: "Outfit", Helvetica;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.08;
    width: 100%;
    margin: 0;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .group-5,
  .vc-blog-page .vc-blog-content-row.has-active-category .group-7 {
    display: inline-flex;
    align-items: center;
    margin-top: 2px;
    gap: 4px;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .read-more,
  .vc-blog-page .vc-blog-content-row.has-active-category .read-more-2 {
    color: #0446f2;
    font-family: "Inter", Helvetica;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .img,
  .vc-blog-page .vc-blog-content-row.has-active-category .vector-2 {
    width: 7px;
    height: 7px;
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .vc-blog-page .vc-blog-content-row.has-active-category {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 45%);
    gap: 24px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category .text-wrapper-4,
  .vc-blog-page .vc-blog-content-row.has-active-category .text-wrapper-5,
  .vc-blog-page .vc-blog-content-row.has-active-category .text-wrapper-6 {
    font-size: 19px;
  }
}

@media (min-width: 1900px) and (max-width: 1930px) and (min-height: 1000px) and (max-height: 1100px) {
  .vc-blog-page .vc-blog-content-row.has-active-category {
    grid-template-columns: minmax(0, 1fr) minmax(410px, 464px);
    gap: 28px;
    padding: 22px calc((100vw - 1440px) / 2 + 100px) 46px;
  }
}

@media (min-width: 1900px) and (max-width: 1930px) and (max-height: 999px) {
  .vc-blog-page .vc-blog-content-row.has-active-category {
    grid-template-columns: minmax(0, 1fr) minmax(410px, 464px);
    gap: 28px;
    padding: 22px calc((100vw - 1440px) / 2 + 100px) 46px;
  }
}

.vc-blog-empty {
  padding: 60px;
  text-align: center;
  color: #6c6c6c;
  font-family: "Inter", Helvetica;
  font-size: 18px;
  width: 100%;
  grid-column: 1 / -1;
}
.vc-blog-empty a { color: #0446f2; text-decoration: underline; }

/* ================================================================
   NEWSLETTER BANNER
   ================================================================ */
.vc-blog-page .frame-14 {
  height: auto;
  display: flex;
  flex-direction: column;
  width: 70%;
  max-width: 1080px;
  align-items: center;
  gap: 20px;
  padding: 60px 40px;
  border-radius: 21px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.22) 100%),
              linear-gradient(0deg, rgba(4,70,242,1) 0%, rgba(4,70,242,1) 100%);
  margin: 20px 0;
}

.vc-blog-page .frame-15 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  align-items: center;
  gap: 20px;
}

.vc-blog-page .frame-16 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.vc-blog-page .text-wrapper-9 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 44px);
  text-align: center;
  white-space: nowrap;
}

.vc-blog-page .text-wrapper-10 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}

.vc-blog-page .text-wrapper-13 {
  font-family: "Outfit", Helvetica;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  font-size: clamp(24px, 3vw, 40px);
  text-align: center;
  line-height: 1.1;
}

.vc-subscribe-fallback { width: 100%; }

.vc-subscribe-form .group-13 {
  display: flex;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.vc-subscribe-form .frame-17 {
  flex: 1;
  display: flex;
  align-items: center;
  background: #f0f0f0;
  border-radius: 10px 0 0 10px;
  border: 1px solid #b4d3fc;
  padding: 0 12px;
}

.vc-subscribe-form .text-wrapper-11 {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-family: "Inter", Helvetica;
  font-size: 13px;
  color: #000;
  padding: 10px 0;
}

.vc-subscribe-form .frame-18 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: #00051a;
  border-radius: 0 10px 10px 0;
}

.vc-subscribe-form .text-wrapper-12 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 13px;
  background: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

/* ================================================================
   BROWSE ALL ARTICLES HEADING
   ================================================================ */
.vc-blog-page .vc-browse-all-section {
  max-width: 1280px;
  padding: 10px 0 20px;
  width: 100%;
}

.vc-blog-page .vc-browse-all-title {
  font-family: "Outfit", Helvetica;
  font-weight: 400;
  font-size: 36px;
  color: var(--navy);
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

/* ================================================================
   RECENT POSTS GRID
   ================================================================ */
.vc-blog-page .frame-19 {
  max-width: 1280px;
  padding: 20px 0 40px;
}

.vc-blog-page .frame-20 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.vc-blog-page .frame-21 {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.vc-blog-page .frame-22 {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 240px;
  max-width: 320px;
  gap: 12px;
}

.vc-blog-page .rectangle-2,
.vc-blog-page .vc-rp-thumb {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
  background-color: #edeff7;
  display: block;
}

.vc-blog-page .vc-rp-placeholder {
  width: 100%;
  height: 200px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e6eeff, #bccbff);
}

.vc-blog-page .frame-23 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.vc-blog-page .text-wrapper-14 {
  font-family: "Outfit", Helvetica;
  font-weight: 400;
  color: #6a6a6a;
  font-size: 11px;
}

.vc-blog-page .AI-automation-from,
.vc-blog-page .vc-rp-title {
  font-family: "Outfit", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s;
}
.vc-blog-page .vc-rp-title:hover { color: #0446f2; }

/* Keep Browse All Articles aligned with the active category columns */
@media (min-width: 1025px) {
  .vc-blog-page .vc-browse-all-section,
  .vc-blog-page .frame-19 {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    padding-left: clamp(100px, 7.8vw, 150px);
    padding-right: clamp(100px, 7.8vw, 150px);
  }

  .vc-blog-page .frame-19 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1900px) and (max-width: 1930px) {
  .vc-blog-page .vc-browse-all-section,
  .vc-blog-page .frame-19 {
    padding-left: calc((100vw - 1440px) / 2 + 100px);
    padding-right: calc((100vw - 1440px) / 2 + 100px);
  }
}

/* ================================================================
   PAGINATION
   ================================================================ */
.vc-blog-page .page {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 0 40px;
  flex-wrap: wrap;
}

.vc-blog-page .page-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #000000;
}

.vc-blog-page .text-wrapper-15 {
  font-family: "Outfit", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
}

.vc-blog-page .text-wrapper-16 {
  font-family: "Outfit", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  text-decoration: none;
  padding: 4px 8px;
  transition: color 0.2s;
}
.vc-blog-page .text-wrapper-16:hover { color: #0446f2; }

/* ================================================================
   CTA SECTION
   ================================================================ */
.vc-blog-page .cta {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 100px 40px;
  position: relative;
  background-color: var(--electric-blue);
  overflow: hidden;
}

.vc-blog-page .frame-24 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  max-width: 800px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.vc-blog-page .rectangle-3 {
  width: 8px;
  height: 8px;
  background: #ffffff;
  flex-shrink: 0;
}

.vc-blog-page .contact-us {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  letter-spacing: 1px;
}

.vc-blog-page .text-wrapper-17 {
  font-family: "Outfit", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
  margin: 0;
}

.vc-blog-page .button-white {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 60px;
  padding: 14px 28px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.vc-blog-page .button-white:hover {
  background: #eef3ff;
  transform: translateY(-1px);
}

.vc-blog-page .explore-more {
  font-family: "Outfit", Helvetica;
  font-weight: 400;
  color: #0446f2;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 0;
}

.vc-blog-page .arrow-right-wrapper {
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vc-blog-page .arrow-right { width: 16px; height: 16px; }

.vc-blog-page .vector-5,
.vc-blog-page .vector-6 {
  position: absolute;
  pointer-events: none;
  
}
.vc-blog-page .vector-5 { bottom: 0; left: 0; width: 35%; }
.vc-blog-page .vector-6 { top: 0; right: 0; width: 35%; }

/* ================================================================
   SINGLE POST — BLOG DETAIL
   ================================================================ */
.vc-blog-detail.blog-detail {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
}

.vc-blog-detail .frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 72px 40px 0;
  gap: 24px;
  box-sizing: border-box;
}

.vc-blog-detail .div-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}

.vc-single-cat {
  display: inline-block;
  font-family: "Outfit", Helvetica;
  font-weight: 700;
  color: #0446f2;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #e6eeff;
  padding: 4px 14px;
  border-radius: 100px;
}

.vc-blog-detail .text-wrapper {
  width: 100%;
  max-width: 1030px;
  font-family: "Outfit-Medium", "Outfit", Helvetica;
  font-weight: 500;
  color: #00051a;
  font-size: clamp(34px, 5vw, 64px);
  letter-spacing: 0;
  line-height: 1.05;
  text-align: center;
  margin: 0;
  padding: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}

.vc-single-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: Outfit;
  font-weight: 400;
  color: #6e7180;
  font-size: 14px;
  padding-left: 52px;
}

.vc-meta-sep { color: #bcbfcc; }

.vc-share-above-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
  margin-bottom: 16px;
  padding: 0;
  width: 100%;
}

.vc-share-above-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: transparent;
  color: #00051a;
  transition: color 0.2s;
  text-decoration: none;
  position: relative;
}

.vc-share-above-nav a:hover {
  color: #0446f2;
}

.vc-share-above-nav a img {
  width: 24px;
  height: 24px;
  display: block;
}

.vc-blog-detail .rectangle-wrapper {
  width: 100%;
  max-width: 1241px;
  height: 376px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.vc-blog-detail .rectangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 376px;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

.vc-single-content {
  width: 100%;
  max-width: 860px;
  margin: 40px auto;
  padding: 0 40px;
  font-family: "Hanken Grotesk", "Inter", Helvetica;
  font-size: 18px;
  color: #373737;
  line-height: 1.7;
}

.vc-blog-detail .vc-single-content::after {
  content: "";
  display: block;
  width: min(220px, 60%);
  height: 1px;
  margin: 34px auto 0;
  background-color: #d9dce6;
}

.vc-blog-detail .vc-single-content h2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Outfit", Helvetica;
  font-weight: 500;
  color: #00051a;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: normal;
  margin-bottom: 20px;
}

.vc-single-content h2 {
  font-family: "Outfit", Helvetica;
  font-weight: 500;
  color: #00051a;
  font-size: clamp(22px, 2.5vw, 32px);
  margin: 40px 0 16px;
  line-height: 1.2;
}

.vc-blog-detail .vc-single-content .wp-block-heading {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: -1px;
  margin-bottom: 10px;
  font-family: "Outfit-Medium", "Outfit", Helvetica;
  font-weight: 500;
  color: #00051a;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.vc-single-content h3 {
  font-family: "Outfit", Helvetica;
  font-weight: 500;
  color: #00051a;
  font-size: clamp(18px, 2vw, 26px);
  margin: 32px 0 12px;
}

.vc-blog-detail .vc-single-content p,
.vc-blog-detail .vc-single-content .wp-block-paragraph {
  font-weight: 300;
  position: relative;
  margin-top: -1px;
  margin-bottom: 20px;
  font-family: "Outfit", Helvetica;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17.5px;
}


.vc-blog-detail .vc-single-content ul,
.vc-blog-detail .vc-single-content ol,
.vc-single-content ul, 
.vc-single-content ol {
  padding-left: 28px;
  margin-bottom: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vc-blog-detail .vc-single-content li,
.vc-single-content li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Outfit", Helvetica;
  font-weight: 400;
  color: #00051a;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.vc-blog-detail .vc-single-content blockquote,
.vc-single-content blockquote {
  border-left: 4px solid #0446f2;
  background: #e6eeff;
  padding: 20px 24px;
  margin: 28px 0;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #0446f2;
  font-family: "Outfit", Helvetica;
  font-weight: 300;
  font-size: 14px;
}

.vc-blog-detail .vc-single-content img,
.vc-single-content img {
  position: relative;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  margin: 24px 0;
  display: block;
}

.vc-blog-detail .vc-single-content-clear {
  clear: both;
}

.vc-single-content .wp-caption-text {
  text-align: center;
  font-family: "Outfit", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16.2px;
  margin-top: 0;
  margin-bottom: 20px;
}

.vc-blog-detail .group-7 {
  width: 100%;
  max-width: 860px;
  margin: 40px auto 60px;
  padding: 0 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vc-blog-detail .line-wrapper {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.vc-blog-detail .vc-nav-line {
  border: none;
  border-top: 1px solid #d9dce6;
  margin: 0;
  width: 100%;
  height: 1px;
}

.vc-blog-detail .vc-post-nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

.vc-blog-detail .vc-nav-prev {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  text-decoration: none;
  flex: 0 1 auto;
  order: 1;
}

.vc-blog-detail .vc-nav-next {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  text-decoration: none;
  flex: 0 1 auto;
  order: 3;
}

.vc-blog-detail .vc-nav-arrow {
  font-size: 12px;
  color: #0446f2;
  flex-shrink: 0;
  width: 7.5px;
  height: 7.36px;
}

.vc-blog-detail .text-wrapper-27 {
  font-family: "Outfit", Helvetica;
  font-weight: 400;
  color: #0446f2;
  font-size: 11px;
  letter-spacing: 0.22px;
  display: block;
  margin: 0;
  line-height: 13.2px;
  white-space: nowrap;
  position: relative;
  width: fit-content;
  margin-top: -1px;
}

.vc-blog-detail .text-wrapper-28 {
  font-family: "Outfit", Helvetica;
  font-weight: 400;
  color: #0543e5;
  font-size: 11px;
  letter-spacing: 0.22px;
  display: block;
  margin: 0;
  line-height: 13.2px;
  white-space: nowrap;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  text-align: right;
}

.vc-blog-detail .blockchain-and {
  font-family: "Outfit", Helvetica;
  font-weight: 500;
  color: #00051a;
  font-size: 19px;
  line-height: 22.8px;
  margin: 0;
  letter-spacing: 0.19px;
  position: relative;
  width: fit-content;
  margin-top: -1px;
}

.vc-blog-detail .transforming {
  font-family: "Outfit", Helvetica;
  font-weight: 500;
  color: #00051a;
  font-size: 19px;
  line-height: 22.8px;
  margin: 0;
  letter-spacing: 0.19px;
  position: relative;
  width: 253px;
  margin-top: -1px;
  text-align: right;
}

.vc-blog-detail .vc-nav-disabled { 
  opacity: 0.4; 
  pointer-events: none; 
}

.vc-blog-detail .frame-29 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 0;
  height: auto;
  margin: 0;
  order: 0;
  position: static;
  transform: none;
  background: transparent;
}

.vc-blog-detail .frame-29 .vc-nav-divider,
.vc-blog-detail .line-2 {
  width: 2px;
  height: 87px;
  background: #d9dce6;
  flex-shrink: 0;
  margin-right: -2px;
}

.vc-blog-detail .vc-share-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
  flex: 0 0 auto;
  margin-top: 0;
  width: auto;
}

.vc-blog-detail .vc-group-share {
  width: 100%;
  justify-content: flex-end;
  margin: 0 0 18px;
}

.vc-blog-detail .vc-share-label {
  font-family: "Inter", Helvetica;
  font-size: 13px;
  color: #6e7180;
  font-weight: 500;
  display: none;
}

.vc-blog-detail .vc-share-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 0;
  background: transparent;
  color: #00051a;
  transition: color 0.2s;
  text-decoration: none;
  position: relative;
}

.vc-blog-detail .vc-share-wrap a:hover { 
  color: #0446f2;
}

.vc-blog-detail .vc-share-wrap a svg {
  width: 24px;
  height: 24px;
}

.vc-blog-detail .vc-share-wrap a img {
  width: 24px;
  height: 24px;
  display: block;
}

.vc-related-posts {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 40px;
}

.vc-related-title {
  font-family: "Outfit", Helvetica;
  font-weight: 500;
  color: #00051a;
  font-size: 28px;
  margin-bottom: 24px;
}

.vc-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

.vc-related-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
}

.vc-related-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
}

.vc-related-placeholder {
  width: 100%;
  height: 160px;
  border-radius: 12px;
  background: linear-gradient(135deg, #e6eeff, #bccbff);
}

.vc-related-card span {
  font-family: "Outfit", Helvetica;
  font-weight: 500;
  color: #00051a;
  font-size: 15px;
  line-height: 1.4;
  transition: color 0.2s;
}
.vc-related-card:hover span { color: #0446f2; }

.vc-comments-section {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 60px;
  padding: 0 40px;
}

.vc-blog-detail .text-wrapper-4 {
  font-family: "Outfit", Helvetica;
  font-weight: 500;
  color: #00051a;
  font-size: 28px;
  margin-bottom: 24px;
}

.vc-comment {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.vc-blog-detail .vc-comment {
  display: flex;
  gap: 10px;
}

.vc-blog-detail .img-wrapper {
  display: flex;
  flex-direction: column;
  width: 97px;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  position: relative;
  top: 0;
  left: 0;
  flex-shrink: 0;
}

.vc-blog-detail .rectangle-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 76px;
  object-fit: cover;
  border-radius: 8px;
}

.vc-blog-detail .frame-12 {
  display: flex;
  flex-direction: column;
  width: 83px;
  align-items: flex-start;
  gap: 5px;
  position: relative;
  top: 0;
  left: 0;
}

.vc-blog-detail .text-wrapper-8 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Outfit", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.12px;
  line-height: 14.4px;
}

.vc-blog-detail .text-wrapper-9 {
  position: relative;
  align-self: stretch;
  font-family: "Outfit", Helvetica;
  font-weight: 500;
  color: #9a9a9a;
  font-size: 12px;
  letter-spacing: 0.12px;
  line-height: 14.4px;
}

.vc-blog-detail .frame-13 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  top: 0;
  left: 0;
}

.vc-blog-detail .text-wrapper-10 {
  width: 100%;
  font-weight: 300;
  position: relative;
  margin-top: -1px;
  font-family: "Outfit", Helvetica;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17.5px;
}

.vc-blog-detail .text-wrapper-7 {
  position: relative;
  font-family: "Outfit", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.12px;
  line-height: 14.4px;
  white-space: nowrap;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: block;
}

.vc-blog-detail .text-wrapper-7,
.vc-reply-btn {
  background: none;
  border: 1px solid #0446f2;
  color: #0446f2;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 20px;
  cursor: pointer;
  align-self: flex-start;
  transition: background 0.2s, color 0.2s;
}
.vc-reply-btn:hover { background: #0446f2; color: #ffffff; }

.vc-comment-form, .reply-form { display: flex; flex-direction: column; gap: 16px; }

.vc-form-row { display: flex; flex-direction: column; gap: 12px; }

.vc-blog-detail .text-wrapper-12,
.vc-blog-detail .text-wrapper-13,
.vc-blog-detail .text-wrapper-14 {
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #00051a;
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 4px;
}

.reply-textarea,
.reply-input {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: "Inter", Helvetica;
  font-size: 15px;
  color: #00051a;
  outline: none;
  transition: border-color 0.2s;
  background: #fff;
}
.reply-textarea:focus,
.reply-input:focus { border-color: #0446f2; }

.reply-textarea { resize: vertical; min-height: 120px; }

.vc-form-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.vc-comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.vc-comment-form .comment-form-cookies-consent ~ .comment-form-cookies-consent {
  display: none !important;
}

.vc-form-checkbox input[type="checkbox"] {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  accent-color: #0446f2;
  flex-shrink: 0;
  cursor: pointer;
  vertical-align: middle;
}

.vc-form-checkbox label {
  font-family: "Inter", Helvetica;
  font-size: 14px;
  color: #373737;
  cursor: pointer;
  margin: 0;
}

.i-agree-with-terms {
  display: inline-block;
  font-family: "Inter", Helvetica;
  font-size: 14px;
  color: #373737;
  cursor: pointer;
}


.terms-checkbox-input { width: 16px; height: 16px; accent-color: #0446f2; }

.vc-blog-detail .group-wrapper { display: flex; justify-content: flex-start; }

.group-5.vc-submit-btn,
.vc-blog-detail .group-5 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #0735ef;
  color: #ffffff;
  border: none;
  border-radius: 60px;
  padding: 14px 28px;
  cursor: pointer;
  font-family: "Outfit", Helvetica;
  font-weight: 500;
  font-size: 16px;
  transition: background 0.2s;
}
.vc-blog-detail .group-5:hover { background: #0446f2; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
  .vc-blog-page .hero { padding: 72px 40px 60px 40px; }
  .vc-blog-page .categories { padding: 15px 40px; }
  .vc-blog-page .vc-blog-content-row {
    flex-direction: column;
    padding: 0 40px 24px;
    gap: 16px;
  }
  .vc-blog-page .vc-active-category-panel {
    width: 100%;
    min-width: 0;
    position: static;
  }
  .vc-blog-page .article {
    grid-template-columns: 1fr;
    padding: 20px 40px;
  }
  .vc-blog-page .vc-blog-content-row .article {
    padding: 0;
  }
  .vc-blog-page .frame-11 { grid-column: 1; grid-row: auto; }
  .vc-blog-page .group-wrapper,
  .vc-blog-page .frame-wrapper,
  .vc-blog-page .frame-9 { grid-column: 1; }
  .vc-blog-page .frame-12 { height: 320px; }

  .vc-blog-detail .frame,
  .vc-blog-detail .rectangle-wrapper,
  .vc-blog-detail .group-7,
  .vc-related-posts,
  .vc-comments-section,
  .vc-single-content { padding-left: 24px; padding-right: 24px; }
}

/* ================================================================
   HOME HEADER PARITY — BLOG + BLOG DETAIL
   All .vc-blog-page selectors use :not(.home):not(.front-page)
   so they NEVER affect the homepage header.
   ================================================================ */
.vc-blog-page:not(.home):not(.front-page) #vc-nav-menu .mega-menu-wrap,
.vc-blog-page:not(.home):not(.front-page) #vc-nav-menu > div:not(.vc-menu-list),
.vc-blog-detail #vc-nav-menu .mega-menu-wrap,
.vc-blog-detail #vc-nav-menu > div:not(.vc-menu-list) {
  display: contents !important;
}

.vc-blog-page:not(.home):not(.front-page) #vc-nav-menu .mega-menu-wrap > ul,
.vc-blog-detail #vc-nav-menu .mega-menu-wrap > ul {
  display: flex !important;
}

.vc-blog-page:not(.home):not(.front-page) #vc-navbar .vc-menu-list > li > a,
.vc-blog-detail #vc-navbar .vc-menu-list > li > a,
.vc-blog-page:not(.home):not(.front-page) #vc-nav-menu ul.vc-menu-list > li > a,
.vc-blog-detail #vc-nav-menu ul.vc-menu-list > li > a,
.vc-blog-page:not(.home):not(.front-page) #vc-nav-menu .mega-menu-wrap > ul > li > a,
.vc-blog-detail #vc-nav-menu .mega-menu-wrap > ul > li > a {
  display: inline-flex !important;
  align-items: center !important;
  padding: 8px 16px !important;
  border-radius: 999px !important;
  -webkit-border-radius: 999px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.2 !important;
  background-color: transparent !important;
  color: #ffffff !important;
}

.vc-blog-page:not(.home):not(.front-page) #vc-navbar .vc-menu-list > li.current-menu-item > a,
.vc-blog-page:not(.home):not(.front-page) #vc-navbar .vc-menu-list > li.current_page_item > a,
.vc-blog-detail #vc-navbar .vc-menu-list > li.current-menu-item > a,
.vc-blog-detail #vc-navbar .vc-menu-list > li.current_page_item > a {
  background-color: #0446f2 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
}

/* Blog detail header pills */
.vc-blog-detail #vc-navbar .vc-menu-list > li > a,
.vc-blog-detail #vc-nav-menu ul.vc-menu-list > li > a,
.vc-blog-detail #vc-nav-menu .mega-menu-wrap > ul > li > a {
  background-color: #00051a !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
}

.vc-blog-detail #vc-navbar.scrolled .vc-menu-list > li > a,
.vc-blog-detail #vc-navbar.scrolled #vc-nav-menu ul.vc-menu-list > li > a,
.vc-blog-detail #vc-navbar.scrolled #vc-nav-menu .mega-menu-wrap > ul > li > a {
  background-color: #00051a !important;
  color: #ffffff !important;
}

.vc-blog-detail #vc-navbar .vc-menu-list > li.current-menu-item > a,
.vc-blog-detail #vc-navbar .vc-menu-list > li.current_page_item > a,
.vc-blog-detail #vc-navbar .vc-menu-list > li > a[href*='/blog'] {
  background-color: #0446f2 !important;
  color: #ffffff !important;
}

.vc-blog-page:not(.home):not(.front-page) #vc-navbar .vc-nav-cta,
.vc-blog-detail #vc-navbar .vc-nav-cta {
  border-radius: 50px !important;
  padding: 0 !important;
  height: 41px !important;
  box-shadow: 0 4px 15px rgba(4, 70, 242, 0.3) !important;
}

.vc-blog-page:not(.home):not(.front-page) #vc-navbar .vc-nav-menu,
.vc-blog-detail #vc-navbar .vc-nav-menu {
  border-radius: 0 !important;
  padding: 0 !important;
  height: auto !important;
  box-shadow: none !important;
}

/* Responsive heights for Call Now button on blog pages */
@media (max-width: 1024px) {
  .vc-blog-page:not(.home):not(.front-page) #vc-navbar .vc-nav-cta,
  .vc-blog-detail #vc-navbar .vc-nav-cta {
    height: 37px !important;
  }
}

@media (max-width: 991px) {
  .vc-blog-page:not(.home):not(.front-page) #vc-navbar .vc-nav-cta,
  .vc-blog-detail #vc-navbar .vc-nav-cta {
    height: 35px !important;
  }
}

.vc-blog-page:not(.home):not(.front-page) #vc-navbar .vc-menu-list,
.vc-blog-detail #vc-navbar .vc-menu-list,
.vc-blog-page:not(.home):not(.front-page) #vc-nav-menu ul.vc-menu-list,
.vc-blog-detail #vc-nav-menu ul.vc-menu-list {
  background: transparent !important;
  border-radius: 0 !important;
  gap: 4px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.vc-blog-page:not(.home):not(.front-page) #vc-navbar .vc-btn-label,
.vc-blog-detail #vc-navbar .vc-btn-label {
  background: transparent !important;
  color: #ffffff !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 0 !important;
  height: auto !important;
  border-radius: 0 !important;
}

.vc-blog-page:not(.home):not(.front-page) #vc-navbar .vc-phone-ico,
.vc-blog-detail #vc-navbar .vc-phone-ico {
  margin: 0 !important;
  width: 16px !important;
  height: 16px !important;
}

/* Blog listing scrolled state */
.vc-blog-page:not(.home):not(.front-page) #vc-navbar.scrolled .vc-menu-list > li > a,
.vc-blog-page:not(.home):not(.front-page) #vc-navbar.scrolled #vc-nav-menu ul.vc-menu-list > li > a,
.vc-blog-page:not(.home):not(.front-page) #vc-navbar.scrolled #vc-nav-menu .mega-menu-wrap > ul > li > a {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vc-blog-page:not(.home):not(.front-page) #vc-navbar.scrolled .vc-menu-list > li > a *,
.vc-blog-page:not(.home):not(.front-page) #vc-navbar.scrolled #vc-nav-menu ul.vc-menu-list > li > a *,
.vc-blog-page:not(.home):not(.front-page) #vc-navbar.scrolled #vc-nav-menu .mega-menu-wrap > ul > li > a * {
  color: inherit !important;
  opacity: 1 !important;
}

/* Scrolled active highlight — blog pages only, not homepage */
.vc-blog-page:not(.home):not(.front-page) #vc-navbar.scrolled .vc-menu-list > li.current-menu-item > a,
.vc-blog-page:not(.home):not(.front-page) #vc-navbar.scrolled .vc-menu-list > li.current_page_item > a,
.vc-blog-page:not(.home):not(.front-page) #vc-navbar.scrolled .vc-menu-list > li > a[href*='/blog'] {
  background-color: #0446f2 !important;
  color: #ffffff !important;
}

.vc-blog-page:not(.home):not(.front-page) #vc-navbar.scrolled .vc-menu-list > li.current-menu-item > a *,
.vc-blog-page:not(.home):not(.front-page) #vc-navbar.scrolled .vc-menu-list > li.current_page_item > a *,
.vc-blog-page:not(.home):not(.front-page) #vc-navbar.scrolled .vc-menu-list > li > a[href*='/blog'] * {
  color: #ffffff !important;
}

.vc-blog-page:not(.home):not(.front-page) #vc-navbar.scrolled .vc-hamburger span {
  background: #000000 !important;
}

/* Logo fix */
.vc-blog-page:not(.home):not(.front-page) #vc-navbar .vc-nav-logo,
.vc-blog-detail #vc-navbar .vc-nav-logo {
  display: inline-flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
}

.vc-blog-page:not(.home):not(.front-page) #vc-navbar .vc-nav-logo img,
.vc-blog-detail #vc-navbar .vc-nav-logo img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-height: 44px !important;
  object-fit: contain !important;
}

.vc-blog-page:not(.home):not(.front-page) #vc-navbar .vc-nav-logo .vc-logo-dark,
.vc-blog-detail #vc-navbar .vc-nav-logo .vc-logo-dark {
  display: none !important;
}

.vc-blog-page:not(.home):not(.front-page) #vc-navbar .vc-nav-logo .vc-logo-light,
.vc-blog-detail #vc-navbar .vc-nav-logo .vc-logo-light {
  display: block !important;
}

@media (max-width: 640px) {
  .vc-blog-page .hero { padding: 72px 20px 40px 20px; min-height: 320px; }
  .vc-blog-page .categories { padding: 12px 16px; gap: 8px; }
  .vc-blog-page .article { padding: 16px 16px; }
  .vc-blog-page .vc-blog-content-row {
    padding: 0 16px 16px;
  }
  .vc-blog-page .vc-blog-content-row .article {
    padding: 0;
  }
  .vc-blog-page .vc-active-category-title {
    font-size: 22px;
  }
  .vc-blog-page .frame-3 { padding: 0 16px 24px; }
  .vc-blog-page .frame-14 { padding: 40px 20px; border-radius: 16px; }
  .vc-blog-page .cta { padding: 60px 20px; }

  .vc-post-nav-row {
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
  }
  
  .vc-nav-prev, .vc-nav-next {
    width: 100%;
  }

  .vc-nav-next {
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
  }
  
  .vc-blog-detail .frame-29,
  .frame-29 { 
    display: flex !important;
  }
  
  .vc-blog-detail .vc-share-wrap,
  .vc-share-wrap {
    margin-top: 0;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    position: static;
    transform: none;
    width: auto;
    background: transparent;
    padding-left: 0;
  }
  
  .vc-blog-detail .vc-share-wrap a {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .vc-blog-detail .frame,
  .vc-blog-detail .rectangle-wrapper,
  .vc-blog-detail .group-7,
  .vc-related-posts,
  .vc-comments-section,
  .vc-single-content { padding-left: 16px; padding-right: 16px; }
  
  .vc-blog-detail .group-7 {
    padding: 24px 16px;
    margin: 32px auto;
  }
  
  .vc-blog-detail .blockchain-and,
  .vc-blog-detail .transforming {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .vc-blog-page .frame-14 {
    width: calc(100% - 32px);
    margin: 20px auto;
    padding: 32px 16px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .vc-blog-page .frame-15 {
    max-width: 100%;
  }

  .vc-blog-page .text-wrapper-9,
  .vc-blog-page .text-wrapper-13 {
    white-space: normal;
    word-break: break-word;
  }

  .vc-subscribe-form .group-13 {
    max-width: 100%;
    flex-direction: column;
    gap: 10px;
  }

  .vc-subscribe-form .frame-17 {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #b4d3fc;
  }

  .vc-subscribe-form .frame-18 {
    width: 100%;
    border-radius: 10px;
    padding: 12px 16px;
  }

  .vc-subscribe-form .text-wrapper-12 {
    width: 100%;
    text-align: center;
  }

}

/* ════════════════════════════════════════════════════════════════
   COMPREHENSIVE MOBILE BREAKPOINTS — BLOG PAGE
   Breakpoints:
     576px  Large phone landscape / small tablet
     480px  Standard mobile portrait
     430px  iPhone 14 Plus / 15 Plus / Pro Max
     390px  iPhone 14 / 15 / 14 Pro / 15 Pro
     375px  iPhone SE 2&3, 12 mini, 13 mini
     360px  Samsung Galaxy S-series / most Android
     320px  iPhone 5 / SE 1st gen / very small screens
   ════════════════════════════════════════════════════════════════ */

/* ── LARGE PHONE LANDSCAPE (≤ 576px) ────────────────────────── */
@media (max-width: 576px) {
  .vc-blog-page .hero {
    padding: 56px 16px 32px 16px;
    min-height: 280px;
  }
  .vc-blog-page .hero h1 {
    font-size: clamp(24px, 6.5vw, 36px);
  }
  .vc-blog-page .categories {
    padding: 12px 12px;
    gap: 6px;
    display: flex;
    flex-wrap: wrap;
  }
  .vc-blog-page .category-btn {
    padding: 8px 14px;
    font-size: 12px;
    border-radius: 6px;
  }
  .vc-blog-page .article {
    padding: 14px 12px;
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .vc-blog-page .article-thumbnail {
    height: 220px;
    border-radius: 10px;
  }
  .vc-blog-page .article-content {
    padding: 12px 0;
  }
  .vc-blog-page .frame-14 {
    padding: 28px 16px;
    margin: 16px auto;
    border-radius: 14px;
  }
  .vc-blog-page .vc-active-category-title {
    font-size: 20px;
    line-height: 1.3;
  }
  .vc-blog-page .vc-active-category-panel {
    width: 100%;
  }
  .vc-blog-page .frame-wrapper {
    flex-direction: column;
  }
}

/* ── STANDARD MOBILE PORTRAIT (≤ 480px) ────────────────────────── */
@media (max-width: 480px) {
  .vc-blog-page .hero {
    padding: 48px 14px 24px 14px;
    min-height: 240px;
  }
  .vc-blog-page .hero h1 {
    font-size: clamp(22px, 6vw, 32px);
    line-height: 1.2;
  }
  .vc-blog-page .categories {
    padding: 10px 10px;
    gap: 5px;
  }
  .vc-blog-page .category-btn {
    padding: 6px 12px;
    font-size: 11px;
  }
  .vc-blog-page .article {
    padding: 12px 10px;
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .vc-blog-page .article-thumbnail {
    height: 200px;
  }
  .vc-blog-page .article-meta {
    font-size: 12px;
    gap: 8px;
  }
  .vc-blog-page .frame-3 {
    padding: 0 12px 20px;
  }
  .vc-blog-page .frame-14 {
    padding: 24px 14px;
    margin: 14px auto;
  }
  .vc-blog-page .subscribe-form {
    gap: 10px;
  }
  .vc-blog-page .subscribe-input {
    padding: 10px 14px;
    font-size: 12px;
    border-radius: 8px;
  }
  .vc-blog-page .subscribe-btn {
    padding: 10px 16px;
    font-size: 12px;
  }
}

/* ── iPHONE 14 PLUS / 15 PLUS / PRO MAX (≤ 430px) ─────────────── */
@media (max-width: 430px) {
  .vc-blog-page .hero {
    padding: 44px 12px 20px 12px;
    min-height: 220px;
  }
  .vc-blog-page .hero h1 {
    font-size: clamp(20px, 5.5vw, 28px);
  }
  .vc-blog-page .categories {
    padding: 8px 8px;
    gap: 4px;
  }
  .vc-blog-page .category-btn {
    padding: 6px 10px;
    font-size: 10px;
  }
  .vc-blog-page .article {
    padding: 10px 8px;
    gap: 8px;
  }
  .vc-blog-page .article-thumbnail {
    height: 180px;
  }
  .vc-blog-page .article-title {
    font-size: 16px;
  }
  .vc-blog-page .frame-14 {
    padding: 20px 12px;
    border-radius: 12px;
  }
  .vc-blog-page .subscribe-input,
  .vc-blog-page .subscribe-btn {
    font-size: 11px;
    padding: 8px 12px;
  }
}

/* ── iPHONE 14 / 15 / 14 PRO / 15 PRO (≤ 390px) ──────────────── */
@media (max-width: 390px) {
  .vc-blog-page .hero {
    padding: 40px 10px 18px 10px;
    min-height: 200px;
  }
  .vc-blog-page .hero h1 {
    font-size: clamp(18px, 5vw, 24px);
    line-height: 1.2;
  }
  .vc-blog-page .categories {
    padding: 8px 10px;
    gap: 4px;
  }
  .vc-blog-page .category-btn {
    padding: 5px 9px;
    font-size: 9px;
  }
  .vc-blog-page .article {
    padding: 10px 8px;
    gap: 6px;
  }
  .vc-blog-page .article-thumbnail {
    height: 160px;
    border-radius: 8px;
  }
  .vc-blog-page .article-title {
    font-size: 14px;
    line-height: 1.3;
  }
  .vc-blog-page .article-meta {
    font-size: 11px;
  }
  .vc-blog-page .vc-active-category-title {
    font-size: 16px;
  }
  .vc-blog-page .frame-14 {
    padding: 18px 10px;
  }
}

/* ── iPHONE SE 2/3 / 12 MINI / 13 MINI (≤ 375px) ───────────── */
@media (max-width: 375px) {
  .vc-blog-page .hero {
    padding: 36px 10px 16px 10px;
  }
  .vc-blog-page .hero h1 {
    font-size: clamp(16px, 4.5vw, 22px);
  }
  .vc-blog-page .categories {
    padding: 8px 8px;
    gap: 3px;
    font-size: 11px;
  }
  .vc-blog-page .category-btn {
    padding: 5px 8px;
    font-size: 9px;
  }
  .vc-blog-page .article {
    padding: 10px 6px;
    gap: 6px;
  }
  .vc-blog-page .article-thumbnail {
    height: 150px;
  }
  .vc-blog-page .article-title {
    font-size: 13px;
  }
  .vc-blog-page .article-content {
    padding: 8px 0;
  }
  .vc-blog-page .frame-14 {
    padding: 16px 10px;
  }
  .vc-blog-page .cta {
    padding: 40px 10px;
  }
  .vc-blog-page .subscribe-form {
    gap: 8px;
    flex-direction: column;
  }
}

/* ── SAMSUNG GALAXY S / MOST ANDROID (≤ 360px) ──────────────── */
@media (max-width: 360px) {
  .vc-blog-page .hero {
    padding: 32px 8px 14px 8px;
  }
  .vc-blog-page .hero h1 {
    font-size: clamp(14px, 4vw, 20px);
  }
  .vc-blog-page .categories {
    padding: 6px 8px;
    gap: 3px;
    font-size: 10px;
  }
  .vc-blog-page .category-btn {
    padding: 4px 7px;
    font-size: 8px;
  }
  .vc-blog-page .article {
    padding: 8px 6px;
    gap: 5px;
  }
  .vc-blog-page .article-thumbnail {
    height: 140px;
  }
  .vc-blog-page .article-title {
    font-size: 12px;
  }
  .vc-blog-page .article-meta {
    font-size: 10px;
  }
  .vc-blog-page .vc-active-category-title {
    font-size: 14px;
  }
  .vc-blog-page .frame-14 {
    padding: 14px 8px;
    margin: 12px auto;
  }
}

/* ── iPHONE 5 / SE 1ST GEN / VERY SMALL (≤ 320px) ──────────── */
@media (max-width: 320px) {
  .vc-blog-page .hero {
    padding: 28px 6px 12px 6px;
    min-height: 180px;
  }
  .vc-blog-page .hero h1 {
    font-size: clamp(12px, 3.5vw, 16px);
    line-height: 1.1;
  }
  .vc-blog-page .categories {
    padding: 6px 4px;
    gap: 2px;
    font-size: 9px;
  }
  .vc-blog-page .category-btn {
    padding: 4px 6px;
    font-size: 7px;
  }
  .vc-blog-page .article {
    padding: 8px 4px;
    gap: 4px;
  }
  .vc-blog-page .article-thumbnail {
    height: 120px;
    border-radius: 6px;
  }
  .vc-blog-page .article-title {
    font-size: 11px;
    line-height: 1.2;
  }
  .vc-blog-page .article-meta {
    font-size: 9px;
    gap: 4px;
  }
  .vc-blog-page .article-content {
    padding: 6px 0;
  }
  .vc-blog-page .frame-3 {
    padding: 0 6px 16px;
  }
  .vc-blog-page .frame-14 {
    padding: 12px 6px;
    margin: 10px auto;
  }
  .vc-blog-page .cta {
    padding: 28px 6px;
  }
  .vc-blog-page .subscribe-form {
    gap: 6px;
    flex-direction: column;
  }
  .vc-blog-page .subscribe-input {
    padding: 6px 8px;
    font-size: 10px;
  }
  .vc-blog-page .subscribe-btn {
    padding: 6px 10px;
    font-size: 10px;
  }
}

/* ════════════════════════════════════════════════════════════════
   ENHANCED MOBILE RESPONSIVE — CATEGORIES & ARTICLE ROWS
   Focus: .categories, .vc-blog-content-row, .has-active-category, .frame-19
   ════════════════════════════════════════════════════════════════ */

/* ── TABLET & SMALL DESKTOP (1024px - 768px) ─────────────────── */
@media (min-width: 768px) and (max-width: 1024px) {
  .vc-blog-page .categories {
    padding: 15px 30px;
    gap: 10px;
    justify-content: flex-start;
  }

  .vc-blog-page .heading-eco-wrapper,
  .vc-blog-page .div-wrapper {
    padding: 10px 16px;
    font-size: 13px;
    border-radius: 8px;
  }

  .vc-blog-page .vc-blog-content-row {
    flex-direction: column;
    padding: 0 20px 24px;
    gap: 20px;
    max-width: 100%;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category {
    padding: 0 20px 24px;
  }

  .vc-blog-page .vc-active-category-panel {
    width: 100%;
    min-width: 100%;
    position: static;
    top: auto;
    border-radius: 16px;
  }

  .vc-blog-page .frame-19 {
    max-width: 100%;
    padding: 20px 0 30px;
  }

  .vc-blog-page .frame-20 {
    gap: 18px;
  }

  .vc-blog-page .frame-21 {
    gap: 16px;
    flex-wrap: wrap;
  }

  .vc-blog-page .frame-22 {
    max-width: calc(50% - 8px);
    flex: 0 1 calc(50% - 8px);
    min-width: 200px;
  }

  .vc-blog-page .rectangle-2,
  .vc-blog-page .vc-rp-thumb {
    height: 180px;
  }
}

/* ── LARGE PHONE LANDSCAPE & SMALL TABLET (641px - 767px) ───── */
@media (max-width: 767px) {
  .vc-blog-page .categories {
    padding: 12px 16px;
    gap: 8px;
    flex-wrap: wrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .vc-blog-page .heading-eco-wrapper,
  .vc-blog-page .div-wrapper {
    padding: 10px 14px;
    font-size: 12px;
    border-radius: 8px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .vc-blog-page .vc-blog-content-row {
    flex-direction: column;
    padding: 0 16px 20px;
    gap: 16px;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category {
    padding: 0 16px 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .vc-blog-page .vc-blog-posts-col {
    width: 100%;
    flex: 1;
  }

  .vc-blog-page .vc-active-category-panel {
    width: 100%;
    min-width: 100%;
    position: static;
    top: auto;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(4, 70, 242, 0.06);
    margin-top: 0;
  }

  .vc-blog-page .vc-active-category-image {
    height: 200px;
    object-fit: cover;
  }

  .vc-blog-page .vc-active-category-title {
    font-size: 20px;
    line-height: 1.2;
  }

  .vc-blog-page .vc-active-category-description {
    font-size: 14px;
    line-height: 1.5;
  }

  .vc-blog-page .frame-19 {
    max-width: 100%;
    padding: 16px 0 24px;
  }

  .vc-blog-page .frame-20 {
    gap: 16px;
  }

  .vc-blog-page .frame-21 {
    gap: 14px;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .vc-blog-page .frame-22 {
    max-width: calc(50% - 7px);
    flex: 0 1 calc(50% - 7px);
    min-width: 140px;
    gap: 10px;
  }

  .vc-blog-page .rectangle-2,
  .vc-blog-page .vc-rp-thumb {
    height: 160px;
    border-radius: 12px;
  }

  .vc-blog-page .frame-23 {
    gap: 5px;
  }

  .vc-blog-page .vc-rp-title {
    font-size: 14px;
  }
}

/* ── STANDARD MOBILE (481px - 640px) ──────────────────────────── */
@media (max-width: 640px) {
  .vc-blog-page .categories {
    padding: 12px 14px;
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .vc-blog-page .heading-eco-wrapper,
  .vc-blog-page .div-wrapper {
    padding: 8px 12px;
    font-size: 11px;
    border-radius: 6px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .vc-blog-page .vc-blog-content-row {
    flex-direction: column;
    padding: 0 14px 18px;
    gap: 14px;
    max-width: 100%;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category {
    padding: 0 14px 18px;
    width: 100%;
    max-width: 100%;
  }

  .vc-blog-page .vc-blog-posts-col {
    width: 100%;
  }

  .vc-blog-page .vc-active-category-panel {
    width: 100%;
    min-width: 100%;
    position: static;
    top: auto;
    border-radius: 14px;
    border: 1px solid #e5e8f3;
    box-shadow: 0 2px 12px rgba(4, 70, 242, 0.05);
  }

  .vc-blog-page .vc-active-category-image {
    height: 180px;
    object-fit: cover;
  }

  .vc-blog-page .vc-active-category-content {
    padding: 16px 14px 18px;
  }

  .vc-blog-page .vc-active-category-title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .vc-blog-page .vc-active-category-description {
    font-size: 13px;
    line-height: 1.4;
  }

  .vc-blog-page .frame-19 {
    max-width: 100%;
    padding: 14px 0 20px;
  }

  .vc-blog-page .frame-20 {
    gap: 14px;
  }

  .vc-blog-page .frame-21 {
    gap: 12px;
    flex-wrap: wrap;
  }

  .vc-blog-page .frame-22 {
    max-width: calc(50% - 6px);
    flex: 0 1 calc(50% - 6px);
    min-width: 130px;
    gap: 8px;
  }

  .vc-blog-page .rectangle-2,
  .vc-blog-page .vc-rp-thumb {
    height: 140px;
    border-radius: 10px;
  }

  .vc-blog-page .vc-rp-placeholder {
    height: 140px;
  }

  .vc-blog-page .frame-23 {
    gap: 4px;
  }

  .vc-blog-page .text-wrapper-14 {
    font-size: 10px;
  }

  .vc-blog-page .vc-rp-title {
    font-size: 13px;
    line-height: 1.3;
  }
}

/* ── SMALL PHONE PORTRAIT (≤ 480px) ──────────────────────────── */
@media (max-width: 480px) {
  .vc-blog-page .categories {
    padding: 10px 12px;
    gap: 6px;
    flex-wrap: wrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .vc-blog-page .heading-eco-wrapper,
  .vc-blog-page .div-wrapper {
    padding: 8px 11px;
    font-size: 10px;
    border-radius: 6px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .vc-blog-page .vc-blog-content-row {
    flex-direction: column;
    padding: 0 12px 16px;
    gap: 12px;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category {
    padding: 0 12px 16px;
  }

  .vc-blog-page .vc-active-category-panel {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(4, 70, 242, 0.05);
  }

  .vc-blog-page .vc-active-category-image {
    height: 160px;
  }

  .vc-blog-page .vc-active-category-content {
    padding: 14px 12px 16px;
  }

  .vc-blog-page .vc-active-category-eyebrow {
    font-size: 11px;
  }

  .vc-blog-page .vc-active-category-title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .vc-blog-page .vc-active-category-description {
    font-size: 12px;
    line-height: 1.4;
  }

  .vc-blog-page .frame-19 {
    padding: 12px 0 18px;
  }

  .vc-blog-page .frame-20 {
    gap: 12px;
  }

  .vc-blog-page .frame-21 {
    gap: 10px;
    align-items: flex-start;
  }

  .vc-blog-page .frame-22 {
    max-width: calc(50% - 5px);
    flex: 0 1 calc(50% - 5px);
    min-width: 120px;
    gap: 6px;
  }

  .vc-blog-page .rectangle-2,
  .vc-blog-page .vc-rp-thumb {
    height: 120px;
    border-radius: 8px;
  }

  .vc-blog-page .vc-rp-placeholder {
    height: 120px;
  }

  .vc-blog-page .text-wrapper-14 {
    font-size: 9px;
  }

  .vc-blog-page .vc-rp-title {
    font-size: 12px;
    line-height: 1.3;
  }

  .vc-blog-page .frame-23 {
    gap: 3px;
  }
}

/* ── EXTRA SMALL PHONE (≤ 380px) ──────────────────────────── */
@media (max-width: 380px) {
  .vc-blog-page .categories {
    padding: 8px 10px;
    gap: 5px;
  }

  .vc-blog-page .heading-eco-wrapper,
  .vc-blog-page .div-wrapper {
    padding: 6px 10px;
    font-size: 9px;
  }

  .vc-blog-page .vc-blog-content-row {
    padding: 0 10px 14px;
    gap: 10px;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category {
    padding: 0 10px 14px;
  }

  .vc-blog-page .vc-active-category-panel {
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(4, 70, 242, 0.04);
  }

  .vc-blog-page .vc-active-category-image {
    height: 140px;
  }

  .vc-blog-page .vc-active-category-content {
    padding: 12px 10px 14px;
  }

  .vc-blog-page .vc-active-category-title {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .vc-blog-page .vc-active-category-description {
    font-size: 11px;
  }

  .vc-blog-page .frame-19 {
    padding: 10px 0 16px;
  }

  .vc-blog-page .frame-20 {
    gap: 10px;
  }

  .vc-blog-page .frame-21 {
    gap: 8px;
  }

  .vc-blog-page .frame-22 {
    max-width: calc(50% - 4px);
    flex: 0 1 calc(50% - 4px);
    min-width: 110px;
  }

  .vc-blog-page .rectangle-2,
  .vc-blog-page .vc-rp-thumb {
    height: 100px;
  }

  .vc-blog-page .vc-rp-placeholder {
    height: 100px;
  }

  .vc-blog-page .vc-rp-title {
    font-size: 11px;
  }
}

/* ── VERY SMALL PHONE (≤ 320px) ──────────────────────────── */
@media (max-width: 320px) {
  .vc-blog-page .categories {
    padding: 6px 8px;
    gap: 4px;
  }

  .vc-blog-page .heading-eco-wrapper,
  .vc-blog-page .div-wrapper {
    padding: 6px 8px;
    font-size: 8px;
    padding: 5px 8px;
  }

  .vc-blog-page .vc-blog-content-row {
    padding: 0 8px 12px;
    gap: 8px;
  }

  .vc-blog-page .vc-blog-content-row.has-active-category {
    padding: 0 8px 12px;
  }

  .vc-blog-page .vc-active-category-image {
    height: 120px;
  }

  .vc-blog-page .vc-active-category-content {
    padding: 10px 8px 12px;
  }

  .vc-blog-page .vc-active-category-title {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .vc-blog-page .vc-active-category-description {
    font-size: 10px;
    line-height: 1.3;
  }

  .vc-blog-page .frame-19 {
    padding: 8px 0 14px;
  }

  .vc-blog-page .frame-21 {
    gap: 6px;
  }

  .vc-blog-page .frame-22 {
    max-width: calc(50% - 3px);
    flex: 0 1 calc(50% - 3px);
    min-width: 100px;
    gap: 4px;
  }

  .vc-blog-page .rectangle-2,
  .vc-blog-page .vc-rp-thumb {
    height: 90px;
    border-radius: 6px;
  }

  .vc-blog-page .vc-rp-placeholder {
    height: 90px;
  }

  .vc-blog-page .text-wrapper-14 {
    font-size: 8px;
  }

  .vc-blog-page .vc-rp-title {
    font-size: 10px;
    line-height: 1.2;
  }
}
