/* ---- page-specific: compounding refresh ---- */
.compound-hero {
  padding: clamp(46px, 6vw, 84px) 0 56px;
  background:
    radial-gradient(circle at 10% 16%, rgba(63, 160, 227, .14), transparent 30%),
    linear-gradient(135deg, #F7FAFD 0%, #EEF6FD 100%);
  overflow: hidden;
}

.compound-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(430px, 1.18fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

.compound-hero h1 {
  max-width: 720px;
  font-size: clamp(42px, 5.4vw, 70px);
  line-height: 1.02;
  margin-bottom: 20px;
}

.compound-hero p {
  max-width: 610px;
  color: var(--sv-ink-soft);
  font-size: 18px;
  line-height: 1.72;
}

.compound-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.compound-hero__media {
  min-height: 500px;
  margin: 0;
  border: 1px solid rgba(21, 59, 99, .12);
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 34px 80px -48px rgba(7, 24, 42, .58);
}

.compound-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center;
}

.compound-trust {
  position: relative;
  z-index: 2;
  margin-top: -28px;
  padding-bottom: 40px;
}

.compound-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--sv-line);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 52px -42px rgba(7, 24, 42, .48);
}

.compound-trust__grid span {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-right: 1px solid var(--sv-line);
  padding: 16px;
  color: var(--sv-ink);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.compound-trust__grid span:last-child {
  border-right: 0;
}

.compound-trust__grid i,
.compound-benefit-grid i {
  color: var(--sv-orange);
}

.compound-section {
  padding: clamp(60px, 7vw, 92px) 0;
}

.compound-section--white {
  background: #fff;
}

.compound-section--surface {
  background: var(--sv-surface);
}

.compound-intro,
.compound-split,
.compound-final__panel {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(360px, 1.14fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
}

.compound-intro {
  align-items: end;
  margin-bottom: 34px;
}

.compound-intro p,
.compound-head p,
.compound-split p,
.compound-final p {
  color: var(--sv-ink-soft);
  line-height: 1.72;
}

.compound-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.compound-benefit-grid article {
  min-height: 240px;
  border: 1px solid var(--sv-line);
  border-radius: 18px;
  padding: 28px 24px;
  background: #fff;
  box-shadow: 0 18px 44px -38px rgba(7, 24, 42, .48);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.compound-benefit-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(63, 160, 227, .4);
  box-shadow: 0 28px 60px -44px rgba(7, 24, 42, .55);
}

.compound-benefit-grid i {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  margin-bottom: 20px;
  background: var(--sv-surface);
}

.compound-benefit-grid h3 {
  font-size: 23px;
}

.compound-benefit-grid p {
  color: var(--sv-ink-soft);
  font-size: 15px;
  line-height: 1.65;
}

.compound-split figure {
  min-height: 470px;
  margin: 0;
  border: 1px solid var(--sv-line);
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 28px 64px -48px rgba(7, 24, 42, .55);
}

.compound-split figure img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.compound-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.compound-audience-grid span {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--sv-line);
  border-radius: 14px;
  padding: 16px;
  background: #fff;
  color: var(--sv-ink);
  font-weight: 800;
}

.compound-audience-grid i {
  color: var(--sv-orange);
}

.compound-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.compound-head--center {
  margin-inline: auto;
  text-align: center;
}

.compound-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.compound-category-grid span {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sv-line);
  border-radius: 14px;
  padding: 12px;
  background: #fff;
  color: var(--sv-ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  box-shadow: 0 14px 36px -34px rgba(7, 24, 42, .46);
}

.compound-dose-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.compound-dose-grid div {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  border: 1px solid var(--sv-line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 44px -38px rgba(7, 24, 42, .48);
}

.compound-dose-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center;
  padding: 12px;
  background: linear-gradient(160deg, #fff 0%, #EEF6FD 100%);
  border-bottom: 1px solid var(--sv-line);
}

.compound-dose-grid span {
  display: grid;
  min-height: 68px;
  place-items: center;
  margin-top: auto;
  padding: 14px;
  color: var(--sv-ink);
  font-weight: 800;
  text-align: center;
}

.compound-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.compound-process article {
  position: relative;
  min-height: 250px;
  border: 1px solid var(--sv-line);
  border-radius: 18px;
  padding: 34px 20px 24px;
  background: #fff;
  text-align: center;
  box-shadow: 0 18px 44px -38px rgba(7, 24, 42, .48);
}

.compound-process strong {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  margin-bottom: 18px;
  background: var(--sv-grad-brand);
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
}

.compound-process i {
  display: block;
  margin-bottom: 18px;
  color: var(--sv-orange);
  font-size: 34px;
}

.compound-process h3 {
  font-size: 19px;
  margin-bottom: 8px;
}

.compound-process p {
  color: var(--sv-ink-soft);
  font-size: 14px;
  line-height: 1.55;
}

.compound-final {
  padding: clamp(62px, 7vw, 88px) 0;
  background: var(--sv-surface);
}

.compound-final__panel {
  border: 1px solid rgba(21, 59, 99, .14);
  border-radius: 28px;
  padding: clamp(32px, 5vw, 58px);
  background: linear-gradient(135deg, rgba(255, 255, 255, .97), rgba(238, 246, 253, .9));
  box-shadow: 0 28px 70px -52px rgba(7, 24, 42, .55);
}

.compound-final__contact {
  display: grid;
  gap: 12px;
}

.compound-final__contact a {
  display: grid;
  gap: 7px;
  border: 1px solid var(--sv-line);
  border-radius: 16px;
  padding: 18px;
  background: #fff;
  color: var(--sv-ink);
}

.compound-final__contact span {
  color: var(--sv-orange);
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.compound-final__contact strong {
  color: var(--sv-ink);
  font-size: 17px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.compound-faq-section {
  padding: 64px 0 88px;
  background: #fff;
}

.compound-faq {
  max-width: 980px;
  margin: 0 auto;
}

.compound-faq details {
  border: 1px solid rgba(21, 59, 99, .2);
  border-radius: 16px;
  margin-bottom: 14px;
  background: #fff;
  overflow: hidden;
}

.compound-faq summary {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  background: var(--sv-surface);
  color: var(--sv-ink);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.compound-faq summary::-webkit-details-marker {
  display: none;
}

.compound-faq summary::after {
  content: "+";
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--sv-purple);
  font-size: 24px;
}

.compound-faq details[open] summary::after {
  content: "\00d7";
  background: var(--sv-purple);
  color: #fff;
}

.compound-faq details > div {
  border-top: 1px solid var(--sv-line);
  padding: 22px;
}

.compound-faq p {
  margin: 0;
  color: var(--sv-ink-soft);
}

@media (max-width: 1180px) {
  .compound-benefit-grid,
  .compound-category-grid,
  .compound-dose-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compound-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .compound-hero__grid,
  .compound-intro,
  .compound-split,
  .compound-final__panel {
    grid-template-columns: 1fr;
  }

  .compound-hero__media,
  .compound-hero__media img,
  .compound-split figure,
  .compound-split figure img {
    min-height: 360px;
  }

  .compound-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compound-trust__grid span:nth-child(2n) {
    border-right: 0;
  }

  .compound-trust__grid span:nth-child(-n+2) {
    border-bottom: 1px solid var(--sv-line);
  }
}

@media (max-width: 640px) {
  .compound-actions {
    display: grid;
  }

  .compound-actions .btn {
    width: 100%;
  }

  .compound-trust__grid,
  .compound-benefit-grid,
  .compound-category-grid,
  .compound-dose-grid,
  .compound-process,
  .compound-audience-grid {
    grid-template-columns: 1fr;
  }

  .compound-trust__grid span {
    border-right: 0;
    border-bottom: 1px solid var(--sv-line);
  }

  .compound-trust__grid span:last-child {
    border-bottom: 0;
  }

  .compound-hero__media,
  .compound-hero__media img {
    min-height: 300px;
  }

  .compound-dose-grid img {
    height: 178px;
  }
}
