@font-face {
  font-family: "MilligramText-Regular";
  src: url("/assets/fonts/MilligramText-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "MilligramText-Medium";
  src: url("/assets/fonts/MilligramText-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

.ai-in-dsd-page {
  --ai-navy-deep: #061f44;
  --ai-green: #8dc63f;
  --ai-white: #ffffff;
  margin: 0;
  background: #ffffff;
  color: var(--ai-white);
  font-family: "MilligramText-Regular", Arial, sans-serif;
}

.ai-in-dsd-page h1,
.ai-in-dsd-page h2,
.ai-in-dsd-page h3,
.ai-in-dsd-page h4,
.ai-in-dsd-page h5,
.ai-in-dsd-page h6 {
  font-family: "CooperBTLight", "MilligramText-Medium", Arial, sans-serif;
  margin: 0;
}

.ai-in-dsd-page p,
.ai-in-dsd-page li,
.ai-in-dsd-page a,
.ai-in-dsd-page span {
  font-family: "MilligramText-Regular", Arial, sans-serif;
}

.ai-in-dsd-page p {
  /* margin: 0; */
}

.ai-hero-section {
  padding: 0;
  background-color: #00254f;
}

.ai-hero.container {
  background-image: url("/assets/img/newsletter/ai-in-dsd-hero-bg-v2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.ai-hero-inner {
  min-height: 540px;
  display: flex;
  align-items: center;
}

.ai-content {
  width: min(100%, 490px);
  margin-left: 60px;
}

.ai-logos {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 42px;
}

.ai-logo {
  display: block;
  height: auto;
  object-fit: contain;
}

.ai-logo-dispatch {
  width: 80px;
}

.ai-logo-bmobile {
  width: 200px;
}

.ai-logo-divider {
  width: 1px;
  height: 64px;
  background: rgba(255, 255, 255, 0.82);
}

.ai-kicker {
  display: inline-block;
  margin-bottom: 34px;
  color: #7ebc45;
  font-size: 18px;
  font-family: "MilligramText-Medium", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  position: relative;
}

.ai-kicker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 74px;
  height: 4px;
  background: #7ebc45;
}

.ai-title {
  font-size: clamp(58px, 9vw, 75px);
  line-height: 0.94;
  letter-spacing: -0.04em;
  margin-bottom: 26px !important;
  font-weight: 700;
}

.ai-title-accent {
  color: #7ebc45;
}

.ai-description {
  max-width: 420px;
  font-size: clamp(22px, 3vw, 25px);
  line-height: 1.42;
  color: rgba(255, 255, 255, 0.97);
}

.ai-description span {
  display: block;
}

/* Mobile/tablet hero art strip — hidden on desktop */
.ai-hero-art {
  display: none;
}

.ai-intro-section {
  background-color: #ffffff;
  padding: 36px 0 40px;
}

.ai-intro-content {
  max-width: 100%;
}

.ai-intro-section p {
  color: #111111CC;
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 22px;
}

.ai-intro-section p:last-child {
  margin-bottom: 0;
}

.ai-intro-section strong {
  font-family: "MilligramText-Medium", Arial, sans-serif;
  font-weight: 700;
}

.ai-stats-section {
  background-color: #ffffff;
  padding: 10px 0 48px;
}

.ai-stats-section .container {
  text-align: center;
}

.ai-stats-section .ai-stats-title {
  color: #111111CC;;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 28px;
  padding-bottom: 12px;
  display: inline-block;
  text-decoration: underline;
}

.ai-stats-image-wrap {
  text-align: center;
  padding: 0;
  max-width: 920px;
  margin: 0 auto;
}

.ai-stats-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.ai-works-section {
  background-color: #ffffff;
  padding: 10px 0 48px;
  text-align: left;
}

.ai-works-section .ai-works-title {
  color: #0A1628;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: left;
  border: none;
  padding: 0;
  display: block;
}

.ai-works-intro,
.ai-works-bottom {
  color: #3E4C5E;
  font-size: 18px;
  line-height: 2;
  margin: 0 0 22px;
}

.ai-works-list {
  list-style: disc;
  padding-left: 22px;
  margin: 0 0 22px;
}

.ai-works-list li {
  color: #3E4C5E;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 18px;
}

.ai-works-list li:last-child {
  margin-bottom: 0;
}

.ai-works-section strong {
  font-family: "MilligramText-Medium", Arial, sans-serif;
  font-weight: 700;
}

.ai-works-bottom {
  margin-bottom: 0;
}

/* ===== Expert Take ===== */
.ai-expert-section {
  background: #ffffff;
  padding: 20px 0 56px;
  color: #1a1a1a;
}

.ai-expert-top-line {
  height: 10px;
  width: 100%;
  margin-bottom: 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, #57B441 0%, #0245D0 100%);
}

.ai-expert-hero {
  margin-bottom: 28px;
}

.ai-expert-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  margin-bottom: 18px;
  border: 1.5px solid #8ec8d8;
  border-radius: 999px;
  color: #1f4f78;
  font-size: 15px;
  font-family: "MilligramText-Medium", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ai-expert-section .ai-expert-title {
  color: #0A1628;
  font-size: clamp(28px, 3.4vw, 56px);
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 22px;
  text-align: left;
  border: none;
  padding: 0;
  display: block;
  max-width: 430px;
}

.ai-expert-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 0;
}

.ai-expert-author-photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

.ai-expert-author-name {
  color: #3E4C5E;
  font-size: 18px;
  font-family: "MilligramText-Medium", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 4px;
}

.ai-expert-author-role {
  color: #3E4C5E;
  font-size: 14px;
  line-height: 1.4;
}

.ai-expert-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ai-expert-visual-img {
  width: 100%;
  max-width: 460px;
  height: auto;
  display: block;
}

.ai-expert-quote {
  display: flex;
  align-items: flex-start;
  gap: 45px;
  padding: 22px 24px;
  margin: 0 0 24px;
  border: 2px solid #6286B7;
  border-radius: 18px;
  background: #f7fbff;
}

.ai-expert-quote-icon {
  width: 42px;
  height: auto;
  flex-shrink: 0;
  margin-top: 2px;
  mix-blend-mode: multiply;
}

.ai-expert-quote-text {
  margin: 0;
  color: #334155;
  font-size: 18px;
  line-height: 1.6;
}

.ai-expert-quote-text span {
  color: #003C95;
  font-family: "MilligramText-Medium", Arial, sans-serif;
  font-weight: 500;
}

.ai-expert-desc {
  color: #374151;
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 34px;
}

.ai-changing-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}

.ai-changing-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0D96C5 0%, #43AF62 100%);

  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ai-changing-header-icon {
  width: 24px;
  height: auto;
  /* filter: brightness(0) invert(1); */
}

.ai-changing-title {
  color: #3E4C5E;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}

.ai-changing-line {
  flex: 1;
  height: 2px;
  position: relative;
  background: #57B441;
  border-radius: 999px;
}

.ai-changing-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #57B441;
  transform: translateY(-50%);
}

.ai-changing-list {
  margin-bottom: 28px;
}

.ai-changing-item {
  display: grid;
  grid-template-columns: 88px 3px 1fr;
  gap: 18px;
  align-items: start;
  padding: 34px 0;
  border-bottom: 1px solid #e5e7eb;
}

.ai-changing-item:last-child {
  border-bottom: none;
}

.ai-changing-item-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: radial-gradient(197.78% 197.78% at 50% 50%, #FFFFFF 0%, #A4E8FF 100%);
  box-shadow: 0px 4px 4px 0px #20202040 inset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-changing-item-icon img {
  width: 46px;
  height: auto;
  display: block;
}

.ai-changing-item-bar {
  width: 3px;
  min-height: 100%;
  align-self: stretch;
  background: #43AF62;
  border-radius: 999px;
  /* margin-top: 8px; */
}

.ai-changing-item-content h4 {
  color: #003C95;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}

.ai-changing-item-content p {
  color: #3E4C5E;
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}

.ai-advice-box {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 28px 30px;
  border-radius: 22px;
  background: linear-gradient(180deg, #024F79 23.61%, #43AF62 100%);
  color: #ffffff;
}

.ai-advice-icon-wrap {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0D96C5 0%, #43AF62 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  border: 1px solid #ffffff;
}

.ai-advice-icon {
  width: 34px;
  height: auto;
  /* filter: brightness(0) invert(1); */
}

.ai-advice-content {
  flex: 1;
}

.ai-expert-section .ai-advice-title {
  color: #71BF44;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 14px;
  text-align: left;
  border: none;
  padding: 0;
  display: block;
}

.ai-advice-question {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.55;
  font-family: "MilligramText-Medium", Arial, sans-serif;
  font-weight: 500;
  font-style: italic;
  margin: 0;
}

.ai-advice-divider {
  width: 72px;
  height: 2px;
  margin: 16px 0 18px;
  background: #0D96C5;
  border: none;
}

.ai-advice-content p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 10px;
}
.ai-advice-question{
  font-size: 20px !important;
}
.ai-advice-content p:last-child {
  margin-bottom: 0;
}

/* ===== Quick reads ===== */
.ai-quick-reads-section {
  background: #ffffff;
  padding: 10px 0 56px;
}

.ai-quick-reads-section .ai-quick-reads-title {
  color: #0b2f5b;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 28px;
  text-align: left;
  border: none;
  padding: 0;
  display: block;
}

.ai-quick-reads-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ai-quick-read-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 24px;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  background: #ffffff;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ai-quick-read-card:hover {
  border-color: #c5d8ea;
  box-shadow: 0 8px 24px rgba(11, 47, 91, 0.06);
  text-decoration: none;
}

.ai-quick-read-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ai-quick-read-icon--blue {
  background: #E6F3FB;
}

.ai-quick-read-icon--green {
  background: #EEF8E8;
}

.ai-quick-read-icon img {
  width: 28px;
  height: auto;
  display: block;
  /* mix-blend-mode: screen; */
}

.ai-quick-read-content {
  min-width: 0;
  flex: 1;
}

.ai-quick-read-content h3 {
  color: #0b2f5b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 8px;
}

.ai-quick-read-content p {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 10px;
}

.ai-quick-read-link {
  color: #0085CD;
  font-size: 14px;
  font-family: "MilligramText-Medium", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ===== Wrap up ===== */
.ai-wrapup-section {
  background: #ffffff;
  padding: 24px 0 64px;
}

.ai-wrapup-header {
  text-align: center;
  margin-bottom: 28px;
}

.ai-wrapup-kicker {
  color: #0085CD;
  font-size: 14px;
  font-family: "MilligramText-Medium", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.ai-wrapup-section .ai-wrapup-title {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  border: none;
  padding: 0;
  display: block;
}

.ai-wrapup-content p {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 18px;
  text-align: left;
}

.ai-wrapup-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .ai-content {
    width: min(100%, 440px);
    margin-left: 32px;
  }
}

@media (max-width: 991px) {
  .ai-hero-section {
    padding: 0;
  }

  .ai-hero.container {
    background-image: none;
    background-color: #00254f;
    padding: 32px 24px 0;
  }

  .ai-hero-inner {
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }

  .ai-content {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 0;
    order: 1;
    text-align: center;
  }

  .ai-hero-art {
    display: block;
    order: 2;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    min-height: 300px;
    margin-top: 28px;
    background-image: url("/assets/img/newsletter/ai-in-dsd-hero-bg-v2.svg");
    background-repeat: no-repeat;
    background-position: 72% center;
    background-size: cover;
  }

  .ai-logos {
    gap: 14px;
    margin-bottom: 28px;
    flex-wrap: wrap;
    align-items: center;
  }

  .ai-logo-divider {
    height: 44px;
  }

  .ai-logo-dispatch {
    width: 80px;
  }

  .ai-logo-bmobile {
    width: 168px;
  }

  .ai-kicker {
    font-size: 15px;
    margin-bottom: 24px;
    letter-spacing: 0.2em;
  }

  .ai-kicker::after {
    bottom: -10px;
    height: 4px;
    width: 58px;
  }

  .ai-title {
    font-size: clamp(44px, 9vw, 60px);
    margin-bottom: 18px !important;
  }

  .ai-description {
    max-width: 100%;
    font-size: clamp(18px, 3.2vw, 24px);
  }

  .ai-expert-section {
    padding: 16px 0 40px;
  }

  .ai-expert-visual {
    margin-top: 18px;
  }

  .ai-changing-item {
    grid-template-columns: 72px 3px 1fr;
    gap: 14px;
  }

  .ai-changing-item-icon {
    width: 72px;
    height: 72px;
  }
}

@media (max-width: 640px) {
  .ai-hero.container {
    padding: 24px 16px 0;
  }

  .ai-hero-art {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    min-height: 240px;
    margin-top: 24px;
    background-position: 68% center;
  }

  .ai-logos {
    gap: 10px;
    margin-bottom: 22px;
  }

  .ai-logo-divider {
    height: 32px;
  }

  .ai-logo-dispatch {
    width: 64px;
  }

  .ai-logo-bmobile {
    width: 140px;
  }

  .ai-kicker {
    font-size: 14px;
    letter-spacing: 0.18em;
  }

  .ai-title {
    font-size: clamp(42px, 15vw, 74px);
  }

  .ai-description {
    max-width: 320px;
    font-size: 20px;
    line-height: 1.48;
  }

  .ai-intro-section {
    padding: 24px 0 28px;
  }

  .ai-intro-section p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .ai-stats-section {
    padding: 8px 0 32px;
  }

  .ai-stats-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .ai-works-section {
    padding: 8px 0 32px;
  }

  .ai-works-section .ai-works-title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .ai-works-intro,
  .ai-works-bottom,
  .ai-works-list li {
    font-size: 16px;
    line-height: 1.65;
  }

  .ai-expert-section {
    padding: 12px 0 36px;
  }

  .ai-expert-top-line {
    margin-bottom: 24px;
  }

  .ai-expert-section .ai-expert-title {
    font-size: 28px;
  }

  .ai-expert-author-photo {
    width: 64px;
    height: 64px;
  }

  .ai-expert-visual-img {
    max-width: 320px;
    margin: 0 auto;
  }

  .ai-expert-quote {
    flex-direction: column;
    gap: 12px;
    padding: 18px;
  }

  .ai-expert-desc,
  .ai-expert-quote-text {
    font-size: 16px;
  }

  .ai-changing-header {
    flex-wrap: wrap;
  }

  .ai-changing-line {
    flex-basis: 100%;
    margin-top: 6px;
  }

  .ai-changing-title {
    font-size: 22px;
  }

  .ai-changing-item {
    grid-template-columns: 68px 3px 1fr;
    gap: 12px;
    padding: 18px 0;
  }

  .ai-changing-item-icon {
    width: 68px;
    height: 68px;
  }

  .ai-changing-item-icon img {
    width: 34px;
  }

  .ai-changing-item-content h4 {
    font-size: 18px;
  }

  .ai-changing-item-content p {
    font-size: 15px;
  }

  .ai-advice-box {
    flex-direction: column;
    gap: 16px;
    padding: 22px 18px;
  }

  .ai-expert-section .ai-advice-title {
    font-size: 22px;
  }

  .ai-advice-question,
  .ai-advice-content p {
    font-size: 15px;
  }

  .ai-quick-reads-section {
    padding: 8px 0 36px;
  }

  .ai-quick-reads-section .ai-quick-reads-title {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .ai-quick-read-card {
    gap: 14px;
    padding: 16px;
  }

  .ai-quick-read-icon {
    width: 48px;
    height: 48px;
  }

  .ai-quick-read-icon img {
    width: 24px;
  }

  .ai-quick-read-content h3 {
    font-size: 17px;
  }

  .ai-quick-read-content p {
    font-size: 14px;
  }

  .ai-wrapup-section {
    padding: 16px 0 40px;
  }

  .ai-wrapup-section .ai-wrapup-title {
    font-size: 24px;
  }

  .ai-wrapup-content p {
    font-size: 16px;
  }
}
