.drjam-modular-page {
  padding: 34px 0 70px;
  background:
    radial-gradient(circle at 0 18%, rgba(22, 167, 201, .09), transparent 24%),
    linear-gradient(180deg, #fff, #f8fcff);
}
.drjam-module-hero,
.drjam-module-section,
.drjam-module-doctor,
.drjam-module-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  margin-bottom: 34px;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid #d8e8f1;
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 44px rgba(13,59,115,.09);
}
.drjam-module-hero h1,
.drjam-module-block > h2,
.drjam-module-section h2,
.drjam-module-doctor h2,
.drjam-module-contact h2 {
  margin: 0;
  color: #0d3b73;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.04;
}
.drjam-module-hero h1 {
  text-transform: uppercase;
}
.drjam-module-section h2,
.drjam-module-doctor h2,
.drjam-module-contact h2,
.drjam-module-block > h2 {
  font-size: clamp(30px, 4vw, 46px);
}
.drjam-module-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #078eae;
  background: #eaf9fc;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.drjam-module-richtext,
.drjam-module-section-copy,
.drjam-module-doctor,
.drjam-module-contact {
  color: #173b68;
  font-size: 16px;
  line-height: 1.75;
}
.drjam-module-hero-media,
.drjam-module-section-image {
  position: relative;
}
.drjam-module-hero-media > img,
.drjam-module-section-image img {
  width: 100%;
  height: clamp(300px, 42vw, 520px);
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(13,59,115,.16);
}
.drjam-module-hero-media .secondary {
  position: absolute;
  right: -18px;
  bottom: -20px;
  width: 42%;
  height: 36%;
  border: 5px solid #fff;
}
.drjam-module-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.drjam-cta-whatsapp {
  background: #29bd65 !important;
}
.drjam-cta-outline {
  color: #0a8fac !important;
  border: 2px solid #16a7c9 !important;
  background: #fff !important;
}
.drjam-module-section.layout-image-left .drjam-module-section-image {
  order: -1;
}
.drjam-module-section.layout-text {
  grid-template-columns: 1fr;
}
.drjam-module-section.layout-card {
  border-left: 6px solid #16a7c9;
}
.drjam-module-block {
  margin-bottom: 34px;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid #d8e8f1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(13,59,115,.07);
}
.drjam-module-block > h2 {
  margin-bottom: 26px;
  text-align: center;
}
.drjam-module-steps,
.drjam-module-videos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.drjam-module-steps article,
.drjam-module-videos a {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid #dceaf2;
  border-radius: 16px;
  color: #173b68;
  background: #f9fdff;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}
.drjam-module-steps article:hover,
.drjam-module-videos a:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 28px rgba(13,59,115,.12);
}
.drjam-module-steps article > b {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #16a7c9;
}
.drjam-module-steps img,
.drjam-module-videos img {
  width: calc(100% + 44px);
  height: 190px;
  margin: -22px -22px 20px;
  object-fit: cover;
}
.drjam-module-steps h3,
.drjam-module-videos h3 {
  margin: 10px 0;
  color: #0d3b73;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 23px;
}
.drjam-module-videos a > span {
  position: absolute;
  top: 72px;
  left: 50%;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #16a7c9;
  transform: translateX(-50%);
}
.drjam-module-lead {
  margin: -12px auto 30px;
  max-width: 760px;
  color: #496680;
  text-align: center;
}
.drjam-admin-chart {
  min-height: 330px;
  display: flex;
  align-items: end;
  justify-content: space-around;
  gap: 22px;
  padding: 48px 28px 48px 70px;
  border-left: 2px solid #9fb8cc;
  border-bottom: 2px solid #9fb8cc;
  background: repeating-linear-gradient(to top, transparent 0 58px, rgba(13,59,115,.08) 59px 60px);
}
.drjam-admin-bar {
  position: relative;
  width: min(120px, 24%);
  height: 240px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.drjam-admin-bar > span {
  width: 100%;
  height: var(--bar-height);
  display: block;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--bar-color), white 18%), var(--bar-color));
  box-shadow: 0 12px 26px color-mix(in srgb, var(--bar-color), transparent 72%);
  transform: scaleY(0);
  transform-origin: bottom;
  animation: drjamAdminBar 1s .2s ease forwards;
}
.drjam-admin-bar strong {
  position: absolute;
  bottom: calc(var(--bar-height) + 10px);
  color: #0d3b73;
  font-size: 28px;
}
.drjam-admin-bar small {
  position: absolute;
  top: calc(100% + 10px);
  width: 170px;
  color: #173b68;
  font-weight: 700;
  text-align: center;
}
.drjam-module-faqs {
  display: grid;
  gap: 12px;
}
.drjam-module-faqs details {
  padding: 20px 24px;
  border: 1px solid #d8e8f1;
  border-radius: 14px;
  background: #f9fdff;
}
.drjam-module-faqs summary {
  cursor: pointer;
  color: #0d3b73;
  font-weight: 700;
}
.drjam-module-faqs details > div {
  padding-top: 14px;
  color: #496680;
}
.drjam-module-doctor {
  overflow: hidden;
  background: linear-gradient(135deg, #f8fdff, #eaf8fc);
}
.drjam-module-doctor > img {
  align-self: end;
  max-height: 600px;
  margin-bottom: -64px;
  object-fit: contain;
}
.drjam-module-doctor ul {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}
.drjam-module-doctor li {
  display: flex;
  gap: 10px;
}
.drjam-module-doctor li .fa {
  color: #16a7c9;
}
.drjam-admin-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.drjam-admin-contact-form label {
  display: grid;
  gap: 6px;
  color: #173b68;
  font-size: 13px;
  font-weight: 700;
}
.drjam-admin-contact-form input,
.drjam-admin-contact-form select,
.drjam-admin-contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #cfe0eb;
  border-radius: 9px;
  color: #173b68;
  background: #fff;
}
.drjam-admin-contact-form textarea {
  min-height: 110px;
  resize: vertical;
}
.drjam-admin-contact-form button {
  grid-column: 1 / -1;
  border: 0;
}
@keyframes drjamAdminBar {
  to { transform: scaleY(1); }
}
@media (max-width: 900px) {
  .drjam-module-hero,
  .drjam-module-section,
  .drjam-module-doctor,
  .drjam-module-contact {
    grid-template-columns: 1fr;
  }
  .drjam-module-steps,
  .drjam-module-videos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .drjam-module-doctor > img {
    max-height: 480px;
    margin: 0 auto -64px;
  }
}
@media (max-width: 600px) {
  .drjam-modular-page {
    padding-top: 18px;
  }
  .drjam-module-hero,
  .drjam-module-section,
  .drjam-module-doctor,
  .drjam-module-contact,
  .drjam-module-block {
    padding: 24px 18px;
    border-radius: 16px;
  }
  .drjam-module-steps,
  .drjam-module-videos,
  .drjam-admin-contact-form {
    grid-template-columns: 1fr;
  }
  .drjam-admin-chart {
    gap: 12px;
    min-height: 280px;
    padding: 40px 8px 48px 48px;
  }
  .drjam-admin-bar {
    width: min(72px, 26%);
    height: 190px;
  }
  .drjam-admin-bar strong {
    font-size: 21px;
  }
  .drjam-admin-bar small {
    width: 90px;
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .drjam-admin-bar > span {
    transform: scaleY(1);
    animation: none;
  }
}
.drjam-footer-admin-data {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 28px;
  padding-top: 14px;
  border-top: 1px solid rgba(13,59,115,.1);
  color: #173b68;
  font-size: 12px;
}
.drjam-footer-admin-data > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.drjam-footer-socials a {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #16a7c9;
}
