.dp-home {
  overflow: hidden;
  background: var(--dp-page);
}

.dp-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.dp-home h1,
.dp-home h2,
.dp-home h3,
.dp-home p {
  margin-top: 0;
}

.dp-home h1,
.dp-home h2,
.dp-home h3 {
  color: var(--dp-primary-dark);
  letter-spacing: -0.025em;
}

.dp-home h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(2.55rem, 5vw, 5rem);
  line-height: 1.02;
  font-weight: 800;
}

.dp-home h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 3.7vw, 3.35rem);
  line-height: 1.08;
  font-weight: 750;
}

.dp-home h3 {
  font-size: 1.25rem;
  line-height: 1.3;
}

.dp-home p {
  color: var(--dp-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.dp-home svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.dp-eyebrow {
  margin-bottom: 16px !important;
  color: var(--dp-primary) !important;
  font-size: .78rem !important;
  font-weight: 800;
  letter-spacing: .17em;
}

.dp-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 78% 24%, rgba(35,166,213,.16), transparent 28%),
    linear-gradient(122deg, #fafdff 0%, #edf7fc 56%, #dceff8 100%);
}

.dp-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 80px;
  background: linear-gradient(to bottom right, transparent 49%, var(--dp-page) 50%);
  pointer-events: none;
}

.dp-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr);
  gap: 64px;
  align-items: center;
  padding-block: 90px 130px;
}

.dp-hero__lead {
  max-width: 670px;
  margin-bottom: 32px !important;
  font-size: 1.16rem !important;
}

.dp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.dp-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.dp-button:hover {
  transform: translateY(-2px);
}

.dp-button--primary {
  background: var(--dp-primary);
  color: #fff !important;
  box-shadow: 0 13px 30px rgba(18,104,168,.24);
}

.dp-button--primary:hover {
  background: var(--dp-primary-dark);
  color: #fff !important;
}

.dp-button--ghost {
  border-color: rgba(7,59,92,.18);
  background: rgba(255,255,255,.68);
  color: var(--dp-primary-dark) !important;
}

.dp-button--ghost:hover {
  background: #fff;
}

.dp-button--white {
  background: #fff;
  color: var(--dp-primary-dark) !important;
}

.dp-doctor-identity {
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin-top: 36px;
}

.dp-doctor-identity__line {
  width: 4px;
  min-height: 104px;
  border-radius: 20px;
  background: var(--dp-accent);
}

.dp-doctor-identity strong,
.dp-doctor-identity span,
.dp-doctor-identity small {
  display: block;
}

.dp-doctor-identity strong {
  margin-bottom: 3px;
  color: var(--dp-primary-dark);
  font-size: clamp(1.8rem, 3.2vw, 2.85rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.dp-doctor-identity span {
  color: var(--dp-primary);
  font-size: 1.08rem;
  font-weight: 700;
}

.dp-doctor-identity small {
  margin-top: 5px;
  color: var(--dp-muted);
  font-size: .96rem;
}

.dp-social-links--hero {
  margin-top: 22px;
}

.dp-social-links--hero a {
  border-color: rgba(18,104,168,.25);
  color: var(--dp-primary);
  background: rgba(255,255,255,.72);
}

.dp-social-links--hero a:hover,
.dp-social-links--hero a:focus {
  border-color: var(--dp-primary);
  background: var(--dp-primary);
  color: #fff;
}

.dp-hero__visual {
  display: flex;
  justify-content: center;
}

.dp-photo-frame {
  position: relative;
  width: min(100%, 450px);
  aspect-ratio: .79;
  overflow: hidden;
  border: 12px solid rgba(255,255,255,.82);
  border-radius: 46% 46% 24px 24px;
  background: linear-gradient(145deg, #d5edf7, #fff);
  box-shadow: var(--dp-shadow);
}

.dp-photo-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(7,59,92,.19), transparent 36%);
  pointer-events: none;
}

.dp-photo-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.dp-photo-frame__badge {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--dp-primary-dark);
  font-size: .86rem;
  font-weight: 750;
  box-shadow: 0 10px 25px rgba(7,59,92,.16);
}

.dp-photo-frame__pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--dp-success);
  box-shadow: 0 0 0 6px rgba(22,131,111,.13);
}

.dp-hero__shape {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(18,104,168,.13);
}

.dp-hero__shape--one {
  width: 400px;
  height: 400px;
  right: -180px;
  top: -140px;
}

.dp-hero__shape--two {
  width: 180px;
  height: 180px;
  left: -90px;
  bottom: 70px;
}

.dp-quick-actions {
  position: relative;
  z-index: 4;
  margin-top: -76px;
}

.dp-quick-actions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--dp-border);
  border-radius: var(--dp-radius);
  background: #fff;
  box-shadow: var(--dp-shadow);
}

.dp-quick-actions__grid.has-portal {
  grid-template-columns: repeat(4, 1fr);
}

.dp-quick-card {
  min-height: 150px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 25px 22px;
  border-right: 1px solid var(--dp-border);
  color: var(--dp-primary-dark) !important;
  text-decoration: none !important;
  transition: background-color .2s ease;
}

.dp-quick-card:last-child {
  border-right: 0;
}

.dp-quick-card:hover {
  background: var(--dp-soft);
}

.dp-quick-card > svg {
  width: 18px;
  height: 18px;
  color: var(--dp-primary);
}

.dp-quick-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--dp-soft);
  color: var(--dp-primary);
}

.dp-quick-card strong,
.dp-quick-card small {
  display: block;
}

.dp-quick-card strong {
  margin-bottom: 5px;
  font-size: 1rem;
}

.dp-quick-card small {
  color: var(--dp-muted);
  line-height: 1.45;
}

.dp-section {
  padding-block: 110px;
}

.dp-about__grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 85px;
  align-items: center;
}

.dp-about__content > p:not(.dp-eyebrow) {
  max-width: 710px;
}

.dp-check-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.dp-check-list li {
  position: relative;
  padding-left: 34px;
  color: var(--dp-text);
  font-weight: 600;
}

.dp-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dp-soft);
  color: var(--dp-primary);
  font-size: .8rem;
  font-weight: 900;
}

.dp-about__panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--dp-border);
  border-radius: var(--dp-radius);
  background: #fff;
  box-shadow: var(--dp-shadow);
}

.dp-stat {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border-radius: 14px;
  background: var(--dp-soft);
}

.dp-stat strong {
  color: var(--dp-primary-dark);
  font-size: 1.45rem;
}

.dp-stat span {
  margin-top: 4px;
  color: var(--dp-muted);
}

.dp-about__note {
  grid-column: 1 / -1;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px;
  border-radius: 14px;
  background: var(--dp-primary-dark);
  color: #fff;
}

.dp-about__note p {
  margin-bottom: 0 !important;
  color: rgba(255,255,255,.82) !important;
  font-size: .98rem !important;
}

.dp-about__note svg {
  width: 30px;
  height: 30px;
  color: var(--dp-accent);
}

.dp-services {
  background: #fff;
}

.dp-section-heading {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 65px;
  align-items: end;
  margin-bottom: 48px;
}

.dp-section-heading h2 {
  margin-bottom: 0;
}

.dp-section-heading > p {
  margin-bottom: 8px;
}

.dp-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.dp-service-card {
  min-height: 280px;
  padding: 32px;
  border: 1px solid var(--dp-border);
  border-radius: var(--dp-radius);
  background: var(--dp-surface);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.dp-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(18,104,168,.35);
  box-shadow: var(--dp-shadow);
}

.dp-service-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 32px;
  border-radius: 17px;
  background: var(--dp-soft);
  color: var(--dp-primary);
}

.dp-service-card__icon svg {
  width: 30px;
  height: 30px;
}

.dp-service-card p {
  margin-bottom: 0 !important;
  font-size: .98rem !important;
}

.dp-pathway {
  position: relative;
  background: var(--dp-primary-dark);
}

.dp-pathway::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .17;
  background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
  background-size: 24px 24px;
}

.dp-pathway .dp-container {
  position: relative;
  z-index: 1;
}

.dp-section-heading--light h2,
.dp-section-heading--light p {
  color: #fff !important;
}

.dp-section-heading--light > p {
  color: rgba(255,255,255,.72) !important;
}

.dp-section-heading--light .dp-eyebrow {
  color: var(--dp-accent) !important;
}

.dp-pathway__message {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.dp-pathway__message h2 {
  max-width: 760px;
  margin-inline: auto;
  color: #fff;
}

.dp-pathway__message > p:last-child {
  max-width: 700px;
  margin: 22px auto 0 !important;
  color: rgba(255,255,255,.76) !important;
  font-size: 1.08rem !important;
}

.dp-chamber {
  background: linear-gradient(135deg, #f7fbfd, var(--dp-soft));
}

.dp-chamber__grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 50px;
  align-items: stretch;
}

.dp-chamber__items {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.dp-chamber__items > div {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.dp-chamber__items svg {
  margin-top: 3px;
  color: var(--dp-primary);
}

.dp-chamber__items span,
.dp-chamber__items strong {
  display: block;
}

.dp-chamber__items strong {
  margin-bottom: 2px;
  color: var(--dp-primary-dark);
}

.dp-chamber__cta {
  padding: 40px;
  border-radius: var(--dp-radius);
  background: var(--dp-primary);
  color: #fff;
  box-shadow: var(--dp-shadow);
}

.dp-chamber__cta h3 {
  color: #fff;
  font-size: 1.75rem;
}

.dp-chamber__cta p {
  color: rgba(255,255,255,.78);
}

.dp-chamber__cta .dp-button {
  margin-top: 8px;
}

.dp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--dp-primary) !important;
  font-weight: 750;
  text-decoration: none !important;
}

.dp-chamber__cta .dp-text-link {
  display: flex;
  width: fit-content;
  margin-top: 18px;
  color: #fff !important;
}

.dp-text-link svg {
  width: 18px;
  height: 18px;
}

.dp-resources {
  background: #fff;
}

.dp-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.dp-post-card {
  overflow: hidden;
  border: 1px solid var(--dp-border);
  border-radius: var(--dp-radius);
  background: #fff;
}

.dp-post-card__media {
  height: 220px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--dp-soft);
  color: var(--dp-primary);
}

.dp-post-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .3s ease;
}

.dp-post-card:hover .dp-post-card__media img {
  transform: scale(1.035);
}

.dp-post-card__media span svg {
  width: 46px;
  height: 46px;
}

.dp-post-card__body {
  padding: 26px;
}

.dp-post-card__body time {
  color: var(--dp-primary);
  font-size: .82rem;
  font-weight: 750;
}

.dp-post-card__body h3 {
  margin: 10px 0 12px;
}

.dp-post-card__body h3 a {
  color: var(--dp-primary-dark) !important;
  text-decoration: none;
}

.dp-post-card__body p {
  margin-bottom: 0 !important;
  font-size: .95rem !important;
}

.dp-disclaimer {
  padding-block: 22px;
  background: #fff6e8;
  border-top: 1px solid #f0dfc3;
  color: #6e4f1f;
}

.dp-disclaimer .dp-container {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.dp-disclaimer strong {
  flex: 0 0 auto;
}

@media (max-width: 1050px) {
  .dp-hero__grid {
    grid-template-columns: 1fr .75fr;
    gap: 35px;
  }

  .dp-quick-actions__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dp-quick-card:nth-child(2) {
    border-right: 0;
  }

  .dp-quick-card:nth-child(-n+2) {
    border-bottom: 1px solid var(--dp-border);
  }

  .dp-quick-actions__grid:not(.has-portal) .dp-quick-card:nth-child(3) {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }
}

@media (max-width: 850px) {
  .dp-hero {
    min-height: auto;
  }

  .dp-hero__grid,
  .dp-about__grid,
  .dp-section-heading,
  .dp-chamber__grid {
    grid-template-columns: 1fr;
  }

  .dp-hero__grid {
    padding-block: 75px 140px;
  }

  .dp-hero__content {
    text-align: center;
  }

  .dp-hero__lead,
  .dp-home h1 {
    margin-inline: auto;
  }

  .dp-hero__actions,
  .dp-doctor-identity,
  .dp-social-links--hero {
    justify-content: center;
  }

  .dp-hero__visual {
    margin-top: 10px;
  }

  .dp-photo-frame {
    max-width: 390px;
  }

  .dp-about__grid {
    gap: 42px;
  }

  .dp-section-heading {
    gap: 12px;
  }

  .dp-services__grid,
  .dp-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 620px) {
  .dp-container {
    width: min(100% - 28px, 1180px);
  }

  .dp-home h1 {
    font-size: clamp(2.25rem, 13vw, 3.4rem);
  }

  .dp-home h2 {
    font-size: 2rem;
  }

  .dp-section {
    padding-block: 76px;
  }

  .dp-hero__grid {
    padding-block: 58px 125px;
  }

  .dp-hero__actions {
    flex-direction: column;
  }

  .dp-button {
    width: 100%;
  }

  .dp-photo-frame {
    width: 100%;
    border-width: 8px;
    border-radius: 42% 42% 20px 20px;
  }

  .dp-quick-actions {
    margin-top: -80px;
  }

  .dp-quick-actions__grid,
  .dp-services__grid,
  .dp-posts-grid,
  .dp-about__panel {
    grid-template-columns: 1fr;
  }

  .dp-quick-card {
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid var(--dp-border);
  }

  .dp-quick-card:last-child {
    border-bottom: 0;
  }

  .dp-about__note {
    grid-column: auto;
  }

  .dp-service-card {
    min-height: auto;
  }

  .dp-chamber__cta {
    padding: 28px;
  }

  .dp-disclaimer .dp-container {
    display: block;
  }

  .dp-disclaimer strong {
    display: block;
    margin-bottom: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dp-button,
  .dp-service-card,
  .dp-post-card__media img {
    transition: none;
  }
}
