body.single-ai_dtc_site_page.ai-dtc-spv-template {
  margin: 0;
  background:
    radial-gradient(circle at 0 0, rgba(125, 145, 157, .08), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(223, 227, 229, .70), transparent 24%),
    linear-gradient(180deg, #fbfbfa, #edf0f0);
  color: #1f2a31;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.single-ai_dtc_site_page.ai-dtc-spv-template .site,
body.single-ai_dtc_site_page.ai-dtc-spv-template .site-content,
body.single-ai_dtc_site_page.ai-dtc-spv-template .entry-content,
body.single-ai_dtc_site_page.ai-dtc-spv-template main {
  margin: 0;
  max-width: none;
  padding: 0;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.ai-dtc-site-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  margin: 0 0 18px;
  background: rgba(250, 250, 249, .84);
  border-bottom: 1px solid rgba(31, 42, 49, .10);
  backdrop-filter: blur(18px);
}

.ai-dtc-site-topbar__inner {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 68px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.ai-dtc-site-topbar__brand {
  color: #1f2a31;
  font-size: 31px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0;
}

.ai-dtc-site-topbar__nav {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.ai-dtc-site-topbar__nav a {
  color: #44535d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.ai-dtc-spv-container,
.ai-dtc-spv-topbar__inner,
.ai-dtc-spv-section.ai-dtc-spv-hero {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.ai-dtc-spv-section {
  padding: 28px 0;
  scroll-margin-top: 92px;
}

.ai-dtc-spv-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(250, 250, 249, .84);
  border-bottom: 1px solid rgba(31, 42, 49, .10);
  backdrop-filter: blur(18px);
}

.ai-dtc-spv-topbar__inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ai-dtc-spv-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ai-dtc-spv-brand__mark {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2d3940, #596a74);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.ai-dtc-spv-brand__name {
  font-size: 17px;
  font-weight: 800;
  color: #1f2a31;
}

.ai-dtc-spv-topbar__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 13px;
  font-weight: 600;
  color: #61707a;
}

.ai-dtc-spv-topbar__nav a:hover { color: #2d3940; }

.ai-dtc-spv-btn {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  border: none;
  cursor: pointer;
}

.ai-dtc-spv-btn--primary {
  color: #fff;
  background: linear-gradient(180deg, #7d919d, #596a74);
  box-shadow: 0 10px 22px rgba(89, 106, 116, .20);
}

.ai-dtc-spv-btn--secondary {
  color: #1f2a31;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(31, 42, 49, .10);
}

.ai-dtc-spv-btn--ghost {
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
}

.ai-dtc-spv-btn--sm {
  min-height: 40px;
  padding: 0 16px;
}

.ai-dtc-spv-eyebrow,
.ai-dtc-spv-tag {
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: #596a74;
  background: rgba(125, 145, 157, .12);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}

.ai-dtc-spv-link {
  color: #596a74;
  font-size: 13px;
  font-weight: 700;
}

.ai-dtc-spv-chip {
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(31, 42, 49, .10);
  color: #61707a;
  font-size: 12px;
  font-weight: 700;
}

.ai-dtc-spv-hero {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(560px, 1.28fr);
  gap: 18px;
  align-items: stretch;
}

.ai-dtc-spv-hero__copy,
.ai-dtc-spv-hero__media {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 32px 64px rgba(31, 42, 49, .10);
}

.ai-dtc-spv-hero__copy {
  padding: 34px;
  display: grid;
  align-content: center;
  gap: 14px;
  background: linear-gradient(135deg, rgba(255,255,255,.8), rgba(243,244,244,.92));
}

.ai-dtc-spv-hero__copy h1 {
  margin: 0;
  max-width: 10ch;
  font-size: clamp(44px, 5.6vw, 78px);
  line-height: .92;
  font-weight: 900;
}

.ai-dtc-spv-hero__lead {
  margin: 0;
  max-width: 24rem;
  color: #61707a;
  font-size: 15px;
  line-height: 1.7;
}

.ai-dtc-spv-hero__actions,
.ai-dtc-spv-hero__badges,
.ai-dtc-spv-footer-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ai-dtc-spv-hero__media {
  position: relative;
  min-height: 660px;
  background: #e4e8ea;
}

.ai-dtc-spv-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(.97) brightness(1.02);
}

.ai-dtc-spv-hero__overlay {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(31, 42, 49, .10);
  box-shadow: 0 20px 44px rgba(31, 42, 49, .08);
}

.ai-dtc-spv-hero__overlay strong {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
}

.ai-dtc-spv-hero__overlay span {
  color: #61707a;
  font-size: 13px;
}

.ai-dtc-spv-intro {
  text-align: center;
}

.ai-dtc-spv-intro__inner {
  max-width: 34rem;
}

.ai-dtc-spv-intro h2,
.ai-dtc-spv-section-head h2,
.ai-dtc-spv-footer-cta__copy h2 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.1;
  font-weight: 800;
}

.ai-dtc-spv-intro__body {
  margin: 14px 0 18px;
  color: #61707a;
  font-size: 15px;
  line-height: 1.7;
}

.ai-dtc-spv-intro__points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  text-align: left;
}

.ai-dtc-spv-intro__point,
.ai-dtc-spv-cap-card,
.ai-dtc-spv-trust-info,
.ai-dtc-spv-quote {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(31, 42, 49, .10);
  box-shadow: 0 8px 24px rgba(31, 42, 49, .05);
}

.ai-dtc-spv-intro__point strong,
.ai-dtc-spv-cap-card h3,
.ai-dtc-spv-pm-card__body h3,
.ai-dtc-spv-scene-card__content h3,
.ai-dtc-spv-trust-card h3,
.ai-dtc-spv-trust-info h4 {
  margin: 0 0 6px;
  font-weight: 700;
}

.ai-dtc-spv-intro__point p,
.ai-dtc-spv-cap-card p,
.ai-dtc-spv-pm-card__body p,
.ai-dtc-spv-scene-card__content p,
.ai-dtc-spv-trust-info p,
.ai-dtc-spv-footer-cta__copy p,
.ai-dtc-spv-section-head p {
  margin: 0;
  color: #61707a;
  line-height: 1.65;
}

.ai-dtc-spv-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.ai-dtc-spv-section-head__copy {
  display: grid;
  gap: 6px;
}

.ai-dtc-spv-section-head p {
  max-width: 28rem;
}

.ai-dtc-spv-section-head__cta {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(31, 42, 49, .10);
  background: rgba(255,255,255,.84);
  color: #596a74;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.ai-dtc-spv-cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ai-dtc-spv-cap-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(125, 145, 157, .12);
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  color: #596a74;
}

.ai-dtc-spv-pm-grid {
  display: grid;
  grid-template-columns: 1.42fr .58fr;
  gap: 16px;
}

.ai-dtc-spv-pm-feature,
.ai-dtc-spv-pm-stack-card {
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(31, 42, 49, .10);
  box-shadow: 0 20px 44px rgba(31, 42, 49, .08);
}

.ai-dtc-spv-pm-feature {
  display: grid;
  grid-template-columns: minmax(260px, .95fr) minmax(0, 1.05fr);
}

.ai-dtc-spv-pm-feature__visual,
.ai-dtc-spv-pm-stack-card__visual {
  background: linear-gradient(180deg, #eef1f0, #f8f8f5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-dtc-spv-pm-feature__visual {
  min-height: 500px;
  padding: 16px;
}

.ai-dtc-spv-pm-feature__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.ai-dtc-spv-pm-stack {
  display: grid;
  gap: 16px;
}

.ai-dtc-spv-pm-stack-card {
  display: grid;
  grid-template-columns: minmax(180px, .7fr) minmax(0, 1.3fr);
}

.ai-dtc-spv-pm-stack-card__visual {
  min-height: 248px;
}

.ai-dtc-spv-pm-stack-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-dtc-spv-pm-stack-card__visual--banner img {
  object-position: center bottom;
}

.ai-dtc-spv-pm-card__body {
  padding: 18px;
  display: grid;
  gap: 9px;
  align-content: start;
}

.ai-dtc-spv-pm-card__body--feature {
  padding: 26px;
  gap: 12px;
  align-content: center;
}

.ai-dtc-spv-pm-card__body--feature h3 {
  font-size: 32px;
}

.ai-dtc-spv-pm-card__body .ai-dtc-spv-btn {
  width: fit-content;
}

.ai-dtc-spv-pm-card__body--feature .ai-dtc-spv-btn {
  width: fit-content;
}

.ai-dtc-spv-pm-card__placeholder {
  width: 88px;
  height: 88px;
  border-radius: 20px;
  background: rgba(125, 145, 157, .12);
}

.ai-dtc-spv-scene-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ai-dtc-spv-scene-card {
  min-height: 460px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(31, 42, 49, .10);
  box-shadow: 0 20px 44px rgba(31, 42, 49, .08);
  background: #e4e8ea;
}

.ai-dtc-spv-scene-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(.97) brightness(1.02);
}

.ai-dtc-spv-scene-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 20, 24, .02), rgba(14, 20, 24, .32));
}

.ai-dtc-spv-scene-card__content {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(31, 42, 49, .10);
  backdrop-filter: blur(8px);
}

.ai-dtc-spv-scene-card__content p {
  font-size: 12px;
  line-height: 1.55;
  margin-bottom: 10px;
}

.ai-dtc-spv-trust-layout {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 16px;
}

.ai-dtc-spv-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

.ai-dtc-spv-stat {
  padding: 18px;
  border-radius: 16px;
  background: rgba(125, 145, 157, .10);
  text-align: center;
}

.ai-dtc-spv-stat strong {
  display: block;
  margin-bottom: 4px;
  font-size: 28px;
  color: #2d3940;
}

.ai-dtc-spv-stat span {
  color: #61707a;
  font-size: 13px;
}

.ai-dtc-spv-trust-card {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(31, 42, 49, .10);
  box-shadow: 0 8px 24px rgba(31, 42, 49, .05);
}

.ai-dtc-spv-trust-card__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ai-dtc-spv-trust-info h4 {
  font-size: 15px;
}

.ai-dtc-spv-logos {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.ai-dtc-spv-logo-placeholder {
  width: 80px;
  height: 40px;
  border-radius: 8px;
  background: rgba(125, 145, 157, .10);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #87939a;
  font-size: 10px;
  font-weight: 600;
}

.ai-dtc-spv-quotes {
  display: grid;
  gap: 12px;
}

.ai-dtc-spv-quote p {
  margin-bottom: 8px;
  color: #1f2a31;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
}

.ai-dtc-spv-quote span {
  color: #87939a;
  font-size: 12px;
  font-weight: 600;
}

.ai-dtc-spv-footer-cta {
  padding-bottom: 64px;
}

.ai-dtc-spv-footer-cta__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 32px;
  border-radius: 28px;
  background: linear-gradient(135deg, #2d3940, #596a74);
  color: #fff;
  box-shadow: 0 24px 48px rgba(45, 57, 64, .24);
}

.ai-dtc-spv-footer-cta__copy p {
  margin-top: 6px;
  color: rgba(255,255,255,.82);
}

.ai-dtc-spv-site-footer {
  margin-top: 24px;
  padding: 40px 0 28px;
  color: #c9d2d6;
  font-size: 12px;
  background: #111621;
}

.ai-dtc-spv-site-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr .9fr;
  gap: 28px;
  align-items: start;
}

.ai-dtc-spv-brand--footer .ai-dtc-spv-brand__name {
  color: #fff;
}

.ai-dtc-spv-site-footer__brand p,
.ai-dtc-spv-site-footer__column a {
  color: #c9d2d6;
}

.ai-dtc-spv-site-footer__brand p {
  max-width: 26rem;
  margin: 14px 0 0;
  line-height: 1.7;
}

.ai-dtc-spv-site-footer__column,
.ai-dtc-spv-site-footer__brand {
  display: grid;
  gap: 12px;
}

.ai-dtc-spv-site-footer__column h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.ai-dtc-spv-site-footer__column a {
  font-size: 14px;
  line-height: 1.4;
}

.ai-dtc-spv-site-footer__column a:hover,
.ai-dtc-spv-section-head__cta:hover,
.ai-dtc-spv-site-footer__bottom a:hover {
  color: #fff;
}

.ai-dtc-spv-site-footer__social,
.ai-dtc-spv-site-footer__payments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.ai-dtc-spv-site-footer__social a,
.ai-dtc-spv-site-footer__payments span {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.ai-dtc-spv-site-footer__payments {
  margin-top: 8px;
}

.ai-dtc-spv-site-footer__bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.ai-dtc-spv-site-footer__bottom a {
  color: #c9d2d6;
}

.ai-dtc-spv-content-page__inner {
  max-width: 860px;
  margin: 0 auto;
}

.ai-dtc-spv-content-page__inner > *:first-child {
  margin-top: 0;
}

.ai-dtc-spv-content-page__inner > *:last-child {
  margin-bottom: 0;
}

.ai-dtc-spv-content-page__inner h1,
.ai-dtc-spv-content-page__inner h2,
.ai-dtc-spv-content-page__inner h3 {
  color: #1f2b37;
  letter-spacing: 0;
}

.ai-dtc-spv-content-page__inner p,
.ai-dtc-spv-content-page__inner li {
  color: #566573;
  line-height: 1.75;
}

/* ── Body Template Layouts ── */

.ai-dtc-content {
  padding: 56px 0;
  scroll-margin-top: 92px;
}

.ai-dtc-content__container {
  margin: 0 auto;
  padding: 0 28px;
}

.ai-dtc-content__article > *:first-child {
  margin-top: 0;
}

.ai-dtc-content__article > *:last-child {
  margin-bottom: 0;
}

.ai-dtc-content__article h1 {
  margin-bottom: 20px;
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1.15;
  letter-spacing: 0;
  color: #1f2b37;
}

.ai-dtc-content__article h2,
.ai-dtc-content__article h3 {
  color: #1f2b37;
  letter-spacing: 0;
}

.ai-dtc-content__article h2 {
  margin-top: 36px;
  margin-bottom: 16px;
  font-size: 22px;
}

.ai-dtc-content__article h3 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 18px;
}

.ai-dtc-content__article p {
  margin-bottom: 16px;
  color: #566573;
  font-size: 16px;
  line-height: 1.75;
}

.ai-dtc-content__article p:last-child {
  margin-bottom: 0;
}

.ai-dtc-content__article li {
  color: #566573;
  line-height: 1.75;
}

.ai-dtc-content__article ul,
.ai-dtc-content__article ol {
  margin-bottom: 16px;
  padding-left: 24px;
}

/* Standard: narrow reading column */
.ai-dtc-content--standard .ai-dtc-content__container {
  max-width: 750px;
}

/* Split: wider for side-by-side content */
.ai-dtc-content--split .ai-dtc-content__container {
  max-width: 1080px;
}

/* Editorial: spacious, magazine-like */
.ai-dtc-content--editorial {
  padding-top: 64px;
  padding-bottom: 64px;
}

.ai-dtc-content--editorial .ai-dtc-content__container {
  max-width: 860px;
}

.ai-dtc-content--editorial .ai-dtc-content__article figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

.ai-dtc-content--editorial .ai-dtc-content__article p {
  line-height: 1.85;
}

/* ── Global content components (available in all body templates) ── */

/* FAQ Accordion — use <details>/<summary> in editor */
.ai-dtc-content__article details {
  border-bottom: 1px solid #dce5e9;
  padding: 16px 0;
}

.ai-dtc-content__article details:first-of-type {
  border-top: 1px solid #dce5e9;
}

.ai-dtc-content__article details summary {
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #1f2b37;
  padding: 4px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ai-dtc-content__article details summary::-webkit-details-marker {
  display: none;
}

.ai-dtc-content__article details summary::after {
  content: '+';
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 300;
  color: #73808a;
  transition: transform .2s;
}

.ai-dtc-content__article details[open] summary::after {
  content: '−';
}

.ai-dtc-content__article details p {
  margin: 10px 0 0;
  color: #566573;
  font-size: 14px;
  line-height: 1.7;
}

/* Ingredient benefit badge — use <span class="ai-dtc-ingredient-benefit"> in editor */
.ai-dtc-ingredient-benefit {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #f0f4f1;
  color: #315640;
  font-size: 12px;
  font-weight: 700;
}

/* Section heading for FAQ groups */
.ai-dtc-content__article h2.ai-dtc-section-label {
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #73808a;
}

.ai-dtc-content__article h2.ai-dtc-section-label:first-child {
  margin-top: 0;
}

.ai-dtc-content-hero,
.ai-dtc-content-split figure {
  margin: 0;
}

.ai-dtc-content-hero {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.ai-dtc-content-hero img,
.ai-dtc-content-split img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.ai-dtc-content-hero img {
  max-height: 520px;
}

.ai-dtc-content-hero--compact img {
  max-height: 360px;
}

.ai-dtc-content-hero figcaption,
.ai-dtc-content-split figcaption {
  color: #73808a;
  font-size: 13px;
}

.ai-dtc-content-split {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  align-items: start;
  margin: 28px 0;
}

.ai-dtc-content-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0;
}

.ai-dtc-content-card {
  padding: 22px;
  border: 1px solid #dce5e9;
  border-radius: 18px;
  background: #fbfcfc;
}

.ai-dtc-content-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

.ai-dtc-content-card p:last-child {
  margin-bottom: 0;
}

.ai-dtc-content-callout {
  margin: 28px 0;
  padding: 18px 20px;
  border-left: 3px solid #89a0ad;
  background: #f3f7f8;
  color: #2b3c47;
}

@media (max-width: 1100px) {
  .ai-dtc-spv-hero,
  .ai-dtc-spv-trust-layout,
  .ai-dtc-spv-footer-cta__card,
  .ai-dtc-spv-pm-feature,
  .ai-dtc-spv-pm-stack-card,
  .ai-dtc-spv-pm-grid {
    grid-template-columns: 1fr;
  }

  .ai-dtc-spv-section-head {
    align-items: start;
    flex-direction: column;
  }

  .ai-dtc-spv-cap-grid,
  .ai-dtc-spv-scene-grid,
  .ai-dtc-spv-intro__points,
  .ai-dtc-spv-stats,
  .ai-dtc-spv-site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .ai-dtc-content-split,
  .ai-dtc-content-card-grid {
    grid-template-columns: 1fr;
  }

  .ai-dtc-content--split .ai-dtc-content__container {
    max-width: 750px;
  }
}

@media (max-width: 760px) {
  .ai-dtc-site-topbar__inner {
    padding: 0 18px;
  }

  .ai-dtc-site-topbar__nav {
    display: none;
  }

  .ai-dtc-spv-topbar__nav {
    display: none;
  }

  .ai-dtc-spv-hero__copy {
    padding: 24px;
  }

  .ai-dtc-spv-hero__copy h1 {
    font-size: 36px;
  }

  .ai-dtc-spv-hero__media {
    min-height: 460px;
  }

  .ai-dtc-spv-cap-grid,
  .ai-dtc-spv-scene-grid,
  .ai-dtc-spv-intro__points,
  .ai-dtc-spv-stats,
  .ai-dtc-spv-trust-card__grid,
  .ai-dtc-spv-site-footer__grid {
    grid-template-columns: 1fr;
  }

  .ai-dtc-spv-topbar__inner,
  .ai-dtc-spv-container,
  .ai-dtc-spv-section.ai-dtc-spv-hero {
    padding-left: 14px;
    padding-right: 14px;
  }

  .ai-dtc-spv-site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .ai-dtc-spv-site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .ai-dtc-content--editorial {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
