.elementor-104 .elementor-element.elementor-element-6bc57479{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* =========================================================
   AGENTIC SDLC — ARTICLES PAGE
   Scope: only .asdlc-articles-page
   ========================================================= */

.asdlc-articles-page {
  --asdlc-bg: #090d13;
  --asdlc-bg-2: #0e1520;
  --asdlc-bg-3: #101827;

  --asdlc-light: #f4f7fb;
  --asdlc-white: #ffffff;

  --asdlc-text: #d7deea;
  --asdlc-text-soft: #a9b7ca;

  --asdlc-text-dark: #17202b;
  --asdlc-body-text: #334155;
  --asdlc-muted-dark: #516074;

  --asdlc-blue: #41b6ff;
  --asdlc-blue-dark: #1677ff;
  --asdlc-cyan: #80dcff;
  --asdlc-violet: #7b61ff;

  --asdlc-border: rgba(130, 160, 190, 0.22);
  --asdlc-border-light: rgba(20, 35, 55, 0.12);

  --asdlc-radius: 28px;
  --asdlc-radius-sm: 18px;

  --asdlc-shadow: 0 24px 80px rgba(0, 0, 0, 0.26);
  --asdlc-shadow-light: 0 18px 54px rgba(23, 32, 43, 0.055);

  overflow: hidden;
  background: var(--asdlc-light);
  color: var(--asdlc-body-text);
  font-family: Inter, Manrope, Arial, sans-serif;
}

.asdlc-articles-page *,
.asdlc-articles-page *::before,
.asdlc-articles-page *::after {
  box-sizing: border-box;
}

.asdlc-articles-page h1,
.asdlc-articles-page h2,
.asdlc-articles-page h3,
.asdlc-articles-page p {
  margin: 0;
}

.asdlc-articles-page h1,
.asdlc-articles-page h2,
.asdlc-articles-page h3 {
  font-family: Inter, Manrope, Arial, sans-serif;
  font-weight: 800;
}

.asdlc-articles-page p {
  font-family: Inter, Manrope, Arial, sans-serif;
  font-weight: 400;
}

.asdlc-articles-page a {
  text-decoration: none !important;
}

.asdlc-articles-container {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  margin: 0 auto;
}

.asdlc-articles-page .asdlc-kicker {
  margin-bottom: 18px;
  color: var(--asdlc-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* =========================================================
   HERO
   ========================================================= */

.asdlc-articles-hero {
  position: relative;
  padding: 118px 0 86px;
  background:
    radial-gradient(circle at 82% 18%, rgba(123, 97, 255, 0.22), transparent 30%),
    radial-gradient(circle at 16% 72%, rgba(65, 182, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #070b10 0%, #0d1520 52%, #101827 100%);
  color: #ffffff;
}

.asdlc-articles-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 84%);
  pointer-events: none;
}

.asdlc-articles-hero .asdlc-articles-container {
  position: relative;
  z-index: 1;
}

.asdlc-articles-hero h1 {
  max-width: 1180px;
  color: #ffffff;
  font-size: clamp(48px, 6.2vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.asdlc-articles-lead {
  width: 100%;
  max-width: 1180px;
  margin-top: 28px !important;
  color: var(--asdlc-text);
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.48;
}

.asdlc-articles-disclaimer {
  width: 100%;
  max-width: 1180px;
  margin-top: 34px;
  padding: 28px 30px;
  border: 1px solid rgba(130, 160, 190, 0.24);
  border-radius: var(--asdlc-radius-sm);
  background: rgba(255, 255, 255, 0.055);
}

.asdlc-articles-disclaimer p {
  color: var(--asdlc-text);
  font-size: 16px;
  line-height: 1.68;
}

/* =========================================================
   SECTIONS
   ========================================================= */

.asdlc-articles-section {
  padding: 86px 0;
}

.asdlc-articles-light {
  background:
    linear-gradient(180deg, #f4f7fb 0%, #ffffff 44%, #f4f7fb 100%);
}

.asdlc-articles-dark {
  background:
    radial-gradient(circle at 82% 18%, rgba(123, 97, 255, 0.16), transparent 32%),
    radial-gradient(circle at 18% 78%, rgba(65, 182, 255, 0.14), transparent 30%),
    linear-gradient(135deg, #070b10 0%, #0d1520 55%, #101827 100%);
  color: #ffffff;
}

.asdlc-articles-section-head {
  width: 100%;
  max-width: 1180px;
  margin-bottom: 42px;
}

.asdlc-articles-section-head h2 {
  color: var(--asdlc-text-dark);
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.052em;
  font-weight: 800;
}

.asdlc-articles-section-head p {
  width: 100%;
  max-width: 1180px;
  margin-top: 20px;
  color: var(--asdlc-body-text);
  font-size: 18px;
  line-height: 1.72;
}

.asdlc-articles-dark .asdlc-articles-section-head h2 {
  color: #ffffff;
}

.asdlc-articles-dark .asdlc-articles-section-head p {
  color: var(--asdlc-text);
}

/* =========================================================
   SERIES GRID
   ========================================================= */

.asdlc-articles-series-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.asdlc-article-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
  padding: 30px;
  border: 1px solid var(--asdlc-border-light);
  border-radius: var(--asdlc-radius);
  background: #ffffff;
  box-shadow: var(--asdlc-shadow-light);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.asdlc-article-card-active:hover {
  transform: translateY(-2px);
  border-color: rgba(65, 182, 255, 0.35);
  box-shadow: 0 24px 70px rgba(23, 32, 43, 0.10);
}

.asdlc-article-card-pending {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(244, 247, 251, 0.92));
}

.asdlc-article-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding-bottom: 18px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(20, 35, 55, 0.10);
}

.asdlc-article-number {
  flex: 0 0 auto;
  color: var(--asdlc-blue-dark);
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.asdlc-article-status {
  display: inline-flex;
  width: fit-content;
  flex: 0 0 auto;
  align-items: center;
  min-height: 30px;
  padding: 8px 12px;
  border: 1px solid rgba(22, 119, 255, 0.22);
  border-radius: 999px;
  background: rgba(22, 119, 255, 0.065);
  color: var(--asdlc-blue-dark);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.asdlc-article-card-pending .asdlc-article-status {
  border-color: rgba(81, 96, 116, 0.20);
  background: rgba(81, 96, 116, 0.055);
  color: #516074;
}

.asdlc-article-topic {
  margin-top: 18px;
  margin-bottom: 10px;
  color: var(--asdlc-blue-dark);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.asdlc-article-card h3 {
  max-width: none;
  margin-bottom: 14px;
  color: var(--asdlc-text-dark);
  font-size: clamp(23px, 2vw, 31px);
  line-height: 1.14;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.asdlc-article-card p {
  max-width: none;
  margin-bottom: 24px;
  color: var(--asdlc-body-text);
  font-size: 16px;
  line-height: 1.65;
}

.asdlc-article-card-pending h3,
.asdlc-article-card-pending p {
  color: var(--asdlc-muted-dark);
}

.asdlc-article-link {
  display: inline-flex;
  width: fit-content;
  min-width: 168px;
  min-height: 46px;
  margin-top: auto;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid rgba(22, 119, 255, 0.28);
  border-radius: 999px;
  background: rgba(22, 119, 255, 0.065);
  color: var(--asdlc-blue-dark) !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
}

.asdlc-article-link:hover {
  border-color: rgba(22, 119, 255, 0.65);
  background: rgba(22, 119, 255, 0.10);
}

.asdlc-article-link-disabled {
  border-color: rgba(81, 96, 116, 0.18);
  background: rgba(81, 96, 116, 0.055);
  color: #64748b !important;
  cursor: default;
}

/* =========================================================
   TAGS
   ========================================================= */

.asdlc-articles-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.asdlc-articles-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(130, 160, 190, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.065);
  color: var(--asdlc-text);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

/* =========================================================
   FINAL
   ========================================================= */

.asdlc-articles-final {
  padding: 96px 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(123, 97, 255, 0.20), transparent 30%),
    radial-gradient(circle at 18% 72%, rgba(65, 182, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #070b10 0%, #0d1520 52%, #101827 100%);
  color: #ffffff;
}

.asdlc-articles-final-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

.asdlc-articles-final h2 {
  max-width: 1180px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.052em;
  font-weight: 800;
}

.asdlc-articles-final p {
  max-width: 1180px;
  color: var(--asdlc-text);
  font-size: 17px;
  line-height: 1.68;
}

.asdlc-articles-final p + p {
  margin-top: 16px;
}

.asdlc-articles-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.asdlc-articles-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 15px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.asdlc-articles-button:hover {
  transform: translateY(-1px);
}

.asdlc-articles-button-primary {
  border: 1px solid rgba(65, 182, 255, 0.9);
  background: linear-gradient(135deg, #41b6ff, #1677ff);
  color: #ffffff !important;
}

.asdlc-articles-button-primary:hover {
  box-shadow: 0 14px 32px rgba(22, 119, 255, 0.28);
}

.asdlc-articles-button-secondary {
  border: 1px solid rgba(215, 222, 234, 0.28);
  background: rgba(255, 255, 255, 0.055);
  color: #ffffff !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1024px) {
  .asdlc-articles-series-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .asdlc-articles-container {
    width: calc(100% - 32px);
  }

  .asdlc-articles-hero {
    padding: 92px 0 62px;
  }

  .asdlc-articles-hero h1 {
    font-size: clamp(40px, 12vw, 58px);
    line-height: 1;
  }

  .asdlc-articles-section {
    padding: 64px 0;
  }

  .asdlc-articles-section-head h2 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .asdlc-article-card {
    padding: 26px;
    border-radius: 22px;
  }

  .asdlc-article-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .asdlc-article-number {
    font-size: 30px;
  }

  .asdlc-article-card h3 {
    font-size: 24px;
    line-height: 1.16;
  }

  .asdlc-article-link {
    width: 100%;
  }

  .asdlc-articles-tags span {
    width: 100%;
  }

  .asdlc-articles-final {
    padding: 72px 0;
  }

  .asdlc-articles-final-actions {
    flex-direction: column;
  }

  .asdlc-articles-button {
    width: 100%;
  }
}/* End custom CSS */