html {
  scroll-behavior: smooth;
}

body.single-ai_dtc_variant.ai-dtc-template {
  margin: 0;
  background: #f8fafc;
  color: #0f172a;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.single-ai_dtc_variant.ai-dtc-template .site,
body.single-ai_dtc_variant.ai-dtc-template .site-content,
body.single-ai_dtc_variant.ai-dtc-template .entry-content,
body.single-ai_dtc_variant.ai-dtc-template .wp-site-blocks,
body.single-ai_dtc_variant.ai-dtc-template main.wp-block-group {
  margin: 0;
  max-width: none;
  padding: 0;
}

.ai-dtc-promo-bar {
  background: #08245e;
  color: #f8fafc;
}

.ai-dtc-promo-bar__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ai-dtc-promo-bar__inner span {
  margin: 0 10px;
  opacity: 0.6;
}

.ai-dtc-sitebar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #dbe3f0;
  backdrop-filter: blur(16px);
}

.ai-dtc-sitebar__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 14px 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.ai-dtc-sitebar__brand-group {
  display: grid;
  gap: 2px;
}

.ai-dtc-sitebar__brand {
  font-size: 32px;
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: 0;
  color: #0a2a6b;
}

.ai-dtc-sitebar__meta {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4em;
  color: #475467;
}

.ai-dtc-sitebar__nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.ai-dtc-sitebar__nav a,
.ai-dtc-sitebar__utility {
  color: #334155;
  text-decoration: none;
  font-size: 14px;
}

.ai-dtc-sitebar__utility {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.ai-dtc-sitebar__stars,
.ai-dtc-hero__stars {
  color: #f59e0b;
}

.ai-dtc-shell__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 28px 20px 140px;
}

.ai-dtc-variant {
  display: grid;
  gap: 18px;
}

.ai-dtc-hero,
.ai-dtc-problem-solution,
.ai-dtc-bundles,
.ai-dtc-benefits,
.ai-dtc-trust,
.ai-dtc-faq,
.ai-dtc-gallery {
  background: #ffffff;
  border: 1px solid #dbe3f0;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.ai-dtc-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 620px);
  gap: 28px;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.ai-dtc-hero__content {
  display: grid;
  align-content: start;
  gap: 14px;
}

.ai-dtc-hero__kicker {
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e9f0ff;
  color: #1155d4;
  font-size: 12px;
  font-weight: 800;
}

.ai-dtc-hero h1 {
  margin: 0;
  max-width: 12ch;
  color: #08245e;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 0.96;
  font-weight: 900;
}

.ai-dtc-hero p {
  margin: 0;
  max-width: 36rem;
  color: #334155;
  font-size: 17px;
  line-height: 1.7;
}

.ai-dtc-hero__rating {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #334155;
  font-size: 15px;
  font-weight: 700;
}

.ai-dtc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  width: fit-content;
  padding: 0 24px;
  border-radius: 10px;
  background: linear-gradient(180deg, #1f6bff 0%, #0f55d8 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(31, 107, 255, 0.2);
}

.ai-dtc-button--primary {
  width: 100%;
}

.ai-dtc-hero__trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ai-dtc-hero__trust li {
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #dbe3f0;
  background: #ffffff;
  color: #475467;
  font-size: 13px;
  font-weight: 600;
}

.ai-dtc-hero__media {
  display: grid;
  grid-template-columns: 1fr 72px;
  gap: 16px;
  align-items: start;
}

.ai-dtc-hero__media-main {
  min-height: 420px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbff 0%, #f1f5fb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-dtc-hero__image {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  object-fit: contain;
}

.ai-dtc-hero__thumbs {
  display: grid;
  gap: 10px;
}

.ai-dtc-hero__thumb {
  border: 1px solid #dbe3f0;
  border-radius: 10px;
  background: #ffffff;
  padding: 4px;
  cursor: pointer;
}

.ai-dtc-hero__thumb.is-active {
  border-color: #1f6bff;
  box-shadow: 0 0 0 2px rgba(31, 107, 255, 0.14);
}

.ai-dtc-hero__thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.ai-dtc-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.9fr);
  gap: 18px;
  align-items: start;
}

.ai-dtc-main-grid__primary,
.ai-dtc-main-grid__aside {
  display: grid;
  gap: 18px;
}

.ai-dtc-problem-solution {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 340px;
  gap: 20px;
  align-items: center;
  padding: 20px 24px;
}

.ai-dtc-offer-card__media img {
  width: 100%;
  display: block;
  object-fit: contain;
}

.ai-dtc-offer-card__eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #08245e;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.ai-dtc-offer-card__copy h2,
.ai-dtc-bundles__header h2,
.ai-dtc-benefits h2,
.ai-dtc-trust h2,
.ai-dtc-faq h2,
.ai-dtc-gallery h2 {
  margin: 0;
  color: #08245e;
  font-size: 22px;
  line-height: 1.1;
}

.ai-dtc-offer-card__copy p,
.ai-dtc-bundles__header p {
  margin: 8px 0 0;
  color: #475467;
  line-height: 1.6;
}

.ai-dtc-offer-card__pricing {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 12px;
}

.ai-dtc-offer-card__pricing strong {
  font-size: 34px;
  color: #0f172a;
}

.ai-dtc-offer-card__pricing s {
  color: #98a2b3;
  font-weight: 600;
}

.ai-dtc-offer-card__action p {
  margin: 10px 0 0;
  text-align: center;
  color: #475467;
  font-size: 13px;
}

.ai-dtc-bundles,
.ai-dtc-benefits,
.ai-dtc-trust,
.ai-dtc-faq,
.ai-dtc-gallery {
  padding: 22px;
}

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

.ai-dtc-bundle-option {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 208px;
  padding: 16px;
  border: 1px solid #dbe3f0;
  border-radius: 14px;
  background: #ffffff;
  color: #0f172a;
  text-decoration: none;
}

.ai-dtc-bundle-option.is-active {
  border-color: #1f6bff;
  box-shadow: 0 0 0 2px rgba(31, 107, 255, 0.14);
}

.ai-dtc-bundle-option__badge {
  position: absolute;
  top: -11px;
  left: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #1f6bff;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.ai-dtc-bundle-option__label {
  margin-top: 10px;
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
  color: #08245e;
}

.ai-dtc-bundle-option__detail {
  color: #475467;
  font-size: 13px;
  line-height: 1.5;
}

.ai-dtc-benefits ul,
.ai-dtc-trust ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.ai-dtc-benefits li,
.ai-dtc-trust li {
  padding: 12px 14px 12px 40px;
  border-radius: 12px;
  background: #f8fbff;
  color: #334155;
  position: relative;
}

.ai-dtc-benefits li::before,
.ai-dtc-trust li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 16px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1f6bff;
}

.ai-dtc-trust__rating {
  margin: 12px 0 0;
  color: #475467;
}

.ai-dtc-trust__quote {
  margin-top: 16px;
  padding: 16px;
  border-radius: 12px;
  background: #f8fbff;
  color: #334155;
}

.ai-dtc-trust__quote blockquote {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.7;
}

.ai-dtc-trust__quote span {
  font-size: 13px;
  color: #475467;
  font-weight: 700;
}

.ai-dtc-faq {
  display: grid;
  gap: 10px;
}

.ai-dtc-faq details {
  border: 1px solid #dbe3f0;
  border-radius: 10px;
  padding: 14px 16px;
  background: #ffffff;
}

.ai-dtc-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #0f172a;
}

.ai-dtc-faq p {
  margin: 10px 0 0;
  color: #475467;
  line-height: 1.6;
}

.ai-dtc-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.ai-dtc-gallery__item {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #dbe3f0;
}

.ai-dtc-gallery__item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.ai-dtc-gallery__item figcaption {
  padding: 12px 14px 14px;
  color: #475467;
  font-size: 13px;
}

.ai-dtc-sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 16px;
  width: min(calc(100% - 24px), 1120px);
  transform: translate(-50%, 120%);
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
  z-index: 60;
}

.ai-dtc-sticky-cta.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

.ai-dtc-sticky-cta__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #dbe3f0;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.16);
}

.ai-dtc-sticky-cta__product {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ai-dtc-sticky-cta__product img {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  object-fit: cover;
  background: #f8fbff;
}

.ai-dtc-sticky-cta__product div {
  display: grid;
  gap: 4px;
}

.ai-dtc-sticky-cta__product strong {
  color: #08245e;
  font-size: 16px;
}

.ai-dtc-sticky-cta__product span {
  color: #475467;
  font-size: 13px;
}

.ai-dtc-sticky-cta__purchase {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ai-dtc-sticky-cta__price {
  font-size: 32px;
  color: #0f172a;
}

.ai-dtc-sticky-cta__purchase a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 10px;
  background: linear-gradient(180deg, #1f6bff 0%, #0f55d8 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .ai-dtc-hero,
  .ai-dtc-main-grid,
  .ai-dtc-problem-solution {
    grid-template-columns: 1fr;
  }

  .ai-dtc-hero__media {
    grid-template-columns: 1fr;
  }

  .ai-dtc-hero__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ai-dtc-bundles__grid,
  .ai-dtc-gallery__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .ai-dtc-sitebar__inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .ai-dtc-sitebar__nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px;
  }

  .ai-dtc-shell__inner {
    padding: 20px 14px 130px;
  }

  .ai-dtc-hero {
    padding: 20px;
  }

  .ai-dtc-hero h1 {
    font-size: clamp(34px, 11vw, 50px);
  }

  .ai-dtc-problem-solution,
  .ai-dtc-bundles,
  .ai-dtc-benefits,
  .ai-dtc-trust,
  .ai-dtc-faq,
  .ai-dtc-gallery {
    padding: 18px;
  }

  .ai-dtc-sticky-cta__card,
  .ai-dtc-sticky-cta__purchase {
    flex-direction: column;
    align-items: stretch;
  }

  .ai-dtc-sticky-cta__purchase a {
    min-width: 0;
    width: 100%;
  }
}
