.delphi-home {
  overflow: visible;

  --delphi-title-size: clamp(2rem, 2.8vw, 2.9rem);
  --delphi-subtitle-size: clamp(0.98rem, 1.05vw, 1.05rem);
  --delphi-copy-size: clamp(0.92rem, 0.96vw, 1rem);

  --delphi-title-line: 1.08;
  --delphi-subtitle-line: 1.18;
  --delphi-copy-line: 1.55;

  --delphi-title-tracking: -0.022em;
  --delphi-subtitle-tracking: 0.01em;
}

.delphi-testimonials-v2,
.delphi-health-block,
.delphi-telemedicine-v2,
.delphi-social-strip,
.delphi-faq-v2,
.delphi-cta-band {
  position: relative;
  z-index: 1;
}


.delphi-hero-integrated {
  padding: 0;
  background: #ffffff;
}

.delphi-hero-integrated .delphi-shell {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0;
}

.delphi-carousel-full {
  position: relative;
  width: 100% !important;
  min-height: 540px;
  overflow: hidden;
}

.delphi-carousel-full__track {
  display: grid;
}

.delphi-carousel-full__slide {
  grid-area: 1 / 1;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 540px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.delphi-carousel-full__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.delphi-carousel-full__bg {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  z-index: 0;
}

.delphi-carousel-full__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgb(255 255 255 / 81%) 22%,
      rgb(255 255 255 / 64%) 50%,
      rgb(255 255 255 / 0%) 72%,
      rgb(255 255 255 / 0%) 100%
    );
}

.delphi-carousel-full__content {
  position: relative;
  z-index: 2;
  width: 100% !important;
  max-width: 620px;
  padding: 3.2rem 3rem 4.8rem;
  margin-top: auto;
  margin-left: max(24px, calc((100vw - 1200px) / 2));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
}

.delphi-carousel-full__eyebrow {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 0.3rem;
  font-size: var(--delphi-subtitle-size);
  text-transform: uppercase;
  letter-spacing: var(--delphi-subtitle-tracking);
  font-weight: 700;
  color: #d41189;
  line-height: var(--delphi-subtitle-line);
  text-align: left;
}

.delphi-carousel-full__content h1, .delphi-carousel-full__content h2 {
  margin: 0 0 2.4rem;
  max-width: 11ch;
  font-size: var(--delphi-title-size);
  color: #03075f;
  line-height: var(--delphi-title-line);
  font-weight: 800;
  letter-spacing: var(--delphi-title-tracking);
  text-wrap: balance;
  text-align: left;
}

.delphi-btn-integrated {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 0.95rem 2.2rem;
  border-radius: 999px;
  background-color: #03075f;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.delphi-btn-integrated:hover {
  background-color: #d41189;
  color: #ffffff;
  transform: translateY(-2px);
}

.delphi-carousel-full__nav {
  position: absolute;
  left: max(24px, calc((100vw - 1200px) / 2));
  bottom: 2rem;
  z-index: 10;
  display: flex;
  gap: 8px;
}

.delphi-carousel-full__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background-color: rgba(3, 7, 95, 0.18);
  cursor: pointer;
  transition: all 0.3s ease;
}

.delphi-carousel-full__dot.is-active {
  width: 28px;
  background-color: #d41189;
}

@media (min-width: 992px) {
  .delphi-carousel-full {
    min-height: 600px;
  }

  .delphi-carousel-full__slide {
    min-height: 600px;
  }

  .delphi-carousel-full__overlay {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgb(255 255 255 / 81%) 22%,
        rgb(255 255 255 / 64%) 50%,
        rgb(255 255 255 / 0%) 72%,
        rgb(255 255 255 / 0%) 100%
      );
  }

  .delphi-carousel-full__content {
    max-width: 640px;
    padding: 3.8rem 4rem 5.2rem;
  }

  .delphi-carousel-full__nav {
    bottom: 2.1rem;
  }
}

@media (max-width: 991px) {
  .delphi-carousel-full,
  .delphi-carousel-full__slide {
    min-height: 500px;
  }

  .delphi-carousel-full__bg {
    object-position: center center;
  }

  .delphi-carousel-full__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 255, 255, 0.92) 24%,
        rgba(255, 255, 255, 0.56) 56%,
        rgba(255, 255, 255, 0.12) 78%,
        rgba(255, 255, 255, 0) 100%
      );
  }

  .delphi-carousel-full__content {
    max-width: 560px;
    padding: 2.6rem 2rem 4.4rem;
    margin-left: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .delphi-carousel-full__eyebrow,
  .delphi-carousel-full__content h2,
  .delphi-btn-integrated {
    align-self: flex-start;
    text-align: left;
  }

  .delphi-carousel-full__content h1, .delphi-carousel-full__content h2 {
    max-width: 12ch;
  }

  .delphi-carousel-full__nav {
    left: 28px;
    bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  .delphi-home {
    --delphi-title-size: clamp(1.7rem, 7vw, 2.15rem);
    --delphi-subtitle-size: 0.95rem;
    --delphi-copy-size: 0.9rem;
  }

  .delphi-carousel-full,
  .delphi-carousel-full__slide {
    min-height: 420px;
  }

  .delphi-carousel-full__bg {
    object-position: 70% top;
  }

  .delphi-carousel-full__overlay {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgb(255 255 255 / 81%) 22%,
        rgb(255 255 255 / 64%) 50%,
        rgb(255 255 255 / 0%) 72%,
        rgb(255 255 255 / 0%) 100%
      );
  }

  .delphi-carousel-full__content {
    max-width: 100%;
    padding: 1.8rem 10rem 10rem 1.2rem;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .delphi-carousel-full__eyebrow,
  .delphi-carousel-full__content h2,
  .delphi-btn-integrated {
    align-self: flex-start;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .delphi-carousel-full__content h1, .delphi-carousel-full__content h2 {
    max-width: 12ch;
    margin-bottom: 1.1rem;
  }

  .delphi-btn-integrated {
    padding: 0.85rem 1.4rem;
    font-size: 0.92rem;
  }

  .delphi-carousel-full__nav {
    left: 1.2rem;
    bottom: 1.15rem;
  }

  .delphi-carousel-full__dot.is-active {
    width: 24px;
  }
}


.delphi-home-top {
  padding: 0;
  background: #fff;
}

.delphi-home-top .delphi-shell {
  width: min(100% - 32px, 1360px);
  margin: 0 auto;
}

.delphi-home-top__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 64px 40px 34px;
  background: #fff;
}

.delphi-home-top__stats .delphi-stat {
  padding: 0;
  text-align: center;
  background: transparent;
}

.delphi-home-top__stats .delphi-stat__number {
  color: var(--delphi-primary);
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
}

.delphi-home-top__stats .delphi-stat__number::before {
  content: "+";
}

.delphi-home-top__stats .delphi-stat__label {
  color: var(--delphi-primary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 1180px) {
  .delphi-home-top .delphi-shell {
    width: min(100% - 28px, 1360px);
  }

  .delphi-home-top__stats {
    gap: 20px;
    padding: 52px 24px 28px;
  }
}

@media (max-width: 767px) {
  .delphi-home-top .delphi-shell {
    width: min(100% - 22px, 1360px);
  }

  .delphi-home-top__stats {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 40px 16px 12px;
  }

  .delphi-home-top__stats .delphi-stat__number {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .delphi-home-top__stats .delphi-stat__label {
    font-size: 0.95rem;
  }
}


.delphi-services-hero {
  position: relative;
  background: var(--delphi-navy);
  padding: 0 0 72px;
  overflow: visible;
  z-index: 20;
}

.delphi-services-hero .delphi-shell {
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
}

.delphi-services-hero__wave {
  line-height: 0;
  margin-top: -1px;
}

.delphi-services-hero__wave svg {
  display: block;
  width: 100% !important;
  height: 92px;
}

.delphi-services-hero__wave path {
  fill: #fff;
}

.delphi-services-hero__inner {
  position: relative;
  z-index: 30;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 22px;
}

.delphi-services-hero__eyebrow {
  display: block;
  margin: 0 0 10px;
  color: #fff;
  font-size: var(--delphi-subtitle-size);
  font-weight: 700;
  line-height: var(--delphi-subtitle-line);
  letter-spacing: var(--delphi-subtitle-tracking);
  text-align: center;
}

.delphi-services-hero__inner h2 {
  margin: 0 auto;
  width: 100% !important;
  max-width: 780px;
  color: #fff;
  font-size: var(--delphi-title-size);
  font-weight: 700;
  line-height: var(--delphi-title-line);
  letter-spacing: var(--delphi-title-tracking);
  text-align: center;
  text-wrap: balance;
}

.delphi-service-finder {
  position: relative;
  z-index: 50;
  overflow: visible;
  width: 100% !important;
  max-width: 640px;
  margin: 34px auto 0;
}

.delphi-service-finder__bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 74px;
  align-items: center;
  width: 100% !important;
  min-height: 74px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 14px;
  overflow: hidden;
  background: transparent;
}

.delphi-service-finder__input {
  width: 100% !important;
  min-width: 0;
  min-height: 74px;
  padding: 0 24px;
  border: 0;
  outline: none;
  background: transparent;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 700;
  text-align: center;
}

.delphi-service-finder__input::placeholder {
  color: #fff;
  opacity: 1;
  text-align: center;
}

.delphi-service-finder__toggle {
  display: grid;
  place-items: center;
  width: 74px;
  height: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.delphi-service-finder__toggle svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}

.delphi-service-finder__panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 9999;
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 12px;
  background: #f4f4f4;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.delphi-service-finder__panel[hidden] {
  display: none !important;
}

.delphi-service-option {
  display: block;
  width: 100% !important;
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  border-bottom: 1px solid #dddddd;
  background: #f4f4f4;
  color: var(--delphi-navy);
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.delphi-service-option:last-child {
  border-bottom: 0;
}

.delphi-service-option:hover {
  background: #ebebeb;
}

@media (max-width: 1180px) {
  .delphi-services-hero .delphi-shell {
    width: min(100% - 28px, 1360px);
  }

  .delphi-services-hero {
    padding-bottom: 58px;
  }

  .delphi-services-hero__inner h2 {
    max-width: 700px;
  }

  .delphi-service-finder {
    max-width: 560px;
    margin-top: 28px;
  }

  .delphi-service-finder__bar {
    grid-template-columns: minmax(0, 1fr) 64px;
    min-height: 64px;
  }

  .delphi-service-finder__input {
    min-height: 64px;
    padding: 0 18px;
    font-size: 1.08rem;
  }

  .delphi-service-finder__toggle {
    width: 64px;
  }

  .delphi-service-finder__toggle svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 900px) {
  .delphi-services-hero .delphi-shell {
    width: min(100% - 28px, 1200px);
  }

  .delphi-services-hero__inner h2 {
    max-width: 680px;
  }
}

@media (max-width: 767px) {
  .delphi-services-hero .delphi-shell {
    width: min(100% - 22px, 1360px);
  }

  .delphi-services-hero {
    padding-bottom: 48px;
  }

  .delphi-services-hero__inner {
    padding-top: 16px;
  }

  .delphi-services-hero__eyebrow {
    margin-bottom: 8px;
  }

  .delphi-services-hero__inner h2 {
    line-height: 1.12;
  }

  .delphi-service-finder {
    max-width: 100%;
    margin-top: 24px;
  }

  .delphi-service-finder__bar {
    grid-template-columns: minmax(0, 1fr) 58px;
    min-height: 58px;
    border-radius: 12px;
  }

  .delphi-service-finder__input {
    min-height: 58px;
    padding: 0 14px;
    font-size: 1rem;
    text-align: left;
  }

  .delphi-service-finder__input::placeholder {
    text-align: left;
  }

  .delphi-service-finder__toggle {
    width: 58px;
  }

  .delphi-service-finder__toggle svg {
    width: 24px;
    height: 24px;
  }

  .delphi-service-finder__panel {
    top: calc(100% + 8px);
    max-height: 280px;
    border-radius: 10px;
  }

  .delphi-service-option {
    min-height: 46px;
    padding: 0 14px;
    font-size: 0.92rem;
  }
}

@media (max-width: 480px) {
  .delphi-service-finder__input {
    font-size: 0.95rem;
  }
}


.delphi-testimonials-v2 {
  padding: 70px 0 86px;
  background: #f4f4f4;
}

.delphi-section-title-v2 {
  margin-bottom: 34px;
  text-align: center;
}

.delphi-section-title-v2 span {
  display: block;
  color: var(--delphi-primary);
  font-size: var(--delphi-subtitle-size);
  font-weight: 700;
  line-height: var(--delphi-subtitle-line);
  letter-spacing: var(--delphi-subtitle-tracking);
}

.delphi-section-title-v2 h2 {
  margin: 4px 0 0;
  color: var(--delphi-navy);
  font-size: var(--delphi-title-size);
  font-weight: 700;
  line-height: var(--delphi-title-line);
  letter-spacing: var(--delphi-title-tracking);
}

.delphi-testimonials-v2__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.delphi-story-card {
  width: 100% !important;
  max-width: 380px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.delphi-story-card__frame {
  position: relative;
  width: 100% !important;
  height: 680px;
  border-radius: 28px;
  overflow: hidden;
  background: #f6f7ff;
  box-shadow: 0 18px 40px rgba(3, 7, 95, 0.12);
}

.delphi-story-card__frame iframe {
  width: 100% !important;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 1180px) {
  .delphi-testimonials-v2 {
    padding: 56px 0 64px;
  }

  .delphi-testimonials-v2__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    justify-items: center;
  }

  .delphi-story-card {
    max-width: 320px;
  }

  .delphi-story-card__frame {
    height: 600px;
    border-radius: 24px;
  }
}

@media (max-width: 767px) {
  .delphi-testimonials-v2 {
    padding: 46px 0 54px;
  }

  .delphi-section-title-v2 {
    margin-bottom: 24px;
    text-align: center;
  }

  .delphi-testimonials-v2__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: center;
  }

  .delphi-story-card {
    max-width: 280px;
  }

  .delphi-story-card__frame {
    height: 520px;
    border-radius: 22px;
  }
}

@media (max-width: 480px) {
  .delphi-story-card {
    max-width: 250px;
  }

  .delphi-story-card__frame {
    height: 470px;
    border-radius: 20px;
  }
}


.delphi-health-block {
  padding: 60px 0 78px;
  background: #000f7a;
}

.delphi-health-block__head {
  margin-bottom: 34px;
  text-align: center;
}

.delphi-health-block__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: var(--delphi-title-size);
  font-weight: 700;
  line-height: var(--delphi-title-line);
  letter-spacing: var(--delphi-title-tracking);
  text-align: center;
}

.delphi-health-block__head h2 {
  margin: 0 auto;
  max-width: 520px;
  color: #fff;
  font-size: var(--delphi-subtitle-size);
  font-weight: 500;
  line-height: var(--delphi-subtitle-line);
  letter-spacing: 0;
  text-align: center;
}

.delphi-health-block__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.delphi-health-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: #f3f3f3;
}

.delphi-health-card__media {
  display: block;
  padding: 14px 14px 0;
  flex-shrink: 0;
}

.delphi-health-card__media img {
  width: 100% !important;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  border-radius: 14px;
}

.delphi-health-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 12px 14px 18px;
}

.delphi-health-card__category {
  display: block;
  margin-bottom: 6px;
  color: #4b4b4b;
  font-size: 0.72rem;
  font-weight: 500;
}

.delphi-health-card__body h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.15;
}

.delphi-health-card__body h3 a {
  color: var(--delphi-primary);
  text-decoration: none;
}

.delphi-health-card__body h3 a:hover {
  text-decoration: underline;
}

.delphi-health-card__meta {
  display: block;
  margin-bottom: 9px;
  color: #6d6d6d;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.delphi-health-card__body p {
  margin: 0 !important;
  color: #5a5a5a;
  font-size: 0.78rem;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .delphi-health-block {
    padding: 54px 0 64px;
  }

  .delphi-health-block__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .delphi-health-card__media {
    padding: 12px 12px 0;
  }

  .delphi-health-card__body {
    padding: 12px 12px 16px;
  }

  .delphi-health-card__body h3 {
    font-size: 0.98rem;
  }

  .delphi-health-card__body p {
    font-size: 0.76rem;
  }
}

@media (max-width: 767px) {
  .delphi-health-block {
    padding: 44px 0 52px;
  }

  .delphi-health-block__head {
    margin-bottom: 24px;
  }

  .delphi-health-block__head h2 {
    max-width: 100%;
    line-height: 1.3;
  }

  .delphi-health-block__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .delphi-health-card {
    max-width: 460px;
    width: 100% !important;
    margin: 0 auto;
    border-radius: 18px;
  }

  .delphi-health-card__media img {
    border-radius: 12px;
  }

  .delphi-health-card__category {
    font-size: 0.7rem;
  }

  .delphi-health-card__body h3 {
    font-size: 0.96rem;
    line-height: 1.18;
  }

  .delphi-health-card__meta {
    font-size: 0.64rem;
    margin-bottom: 8px;
  }

  .delphi-health-card__body p {
    font-size: 0.76rem;
    line-height: 1.45;
  }
}

@media (max-width: 480px) {
  .delphi-health-block {
    padding: 40px 0 46px;
  }

  .delphi-health-block__grid {
    gap: 12px;
  }

  .delphi-health-card {
    border-radius: 16px;
  }

  .delphi-health-card__media {
    padding: 10px 10px 0;
  }

  .delphi-health-card__body {
    padding: 10px 10px 14px;
  }

  .delphi-health-card__body h3 {
    font-size: 0.92rem;
  }

  .delphi-health-card__body p {
    font-size: 0.74rem;
  }
}


.delphi-telemedicine-v2 {
  padding: 0;
  background: #fff;
}

.delphi-telemedicine-v2 .delphi-shell {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0;
}

.delphi-telemedicine-v2__wrap {
  position: relative;
  width: 100% !important;
  min-height: 540px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.delphi-telemedicine-v2__wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgb(255 255 255 / 81%) 22%,
      rgb(255 255 255 / 64%) 50%,
      rgb(255 255 255 / 0%) 72%,
      rgb(255 255 255 / 0%) 100%
    );
}

.delphi-telemedicine-v2__content {
  position: relative;
  z-index: 2;
  width: 100% !important;
  max-width: 620px;
  padding: 3.2rem 3rem 4.8rem;
  margin-top: auto;
  margin-left: max(24px, calc((100vw - 1200px) / 2));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
}

.delphi-telemedicine-v2__blob {
  width: auto;
  min-height: auto;
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
  box-shadow: none;
}

.delphi-telemedicine-v2__blob span {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 0.3rem;
  font-size: var(--delphi-subtitle-size);
  text-transform: uppercase;
  letter-spacing: var(--delphi-subtitle-tracking);
  font-weight: 700;
  color: #2444b8;
  line-height: var(--delphi-subtitle-line);
  text-align: left;
}

.delphi-telemedicine-v2__blob h2 {
  margin: 0 0 2.4rem;
  max-width: 11ch;
  font-size: var(--delphi-title-size);
  color: #03075f;
  line-height: var(--delphi-title-line);
  font-weight: 800;
  letter-spacing: var(--delphi-title-tracking);
  text-wrap: balance;
  text-align: left;
}

.delphi-telemedicine-v2__blob .delphi-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 0;
  min-width: 190px;
  border-radius: 999px;
  background-color: #03075f;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.delphi-telemedicine-v2__blob .delphi-link-btn:hover {
  background-color: #2444b8;
  color: #ffffff;
  transform: translateY(-2px);
}

.delphi-telemedicine-v2__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  margin: 0 !important;
  overflow: hidden;
}

.delphi-telemedicine-v2__media img {
  width: 100% !important;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: right center;
}

@media (min-width: 992px) {
  .delphi-telemedicine-v2__wrap {
    min-height: 600px;
  }

  .delphi-telemedicine-v2__wrap::before {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgb(255 255 255 / 81%) 22%,
        rgb(255 255 255 / 64%) 50%,
        rgb(255 255 255 / 0%) 72%,
        rgb(255 255 255 / 0%) 100%
      );
  }

  .delphi-telemedicine-v2__content {
    max-width: 640px;
    padding: 3.8rem 4rem 5.2rem;
  }

  .delphi-telemedicine-v2__blob h2 {
    font-size: clamp(2.5rem, 3.4vw, 3.9rem);
  }
}

@media (max-width: 991px) {
  .delphi-telemedicine-v2__wrap {
    min-height: 500px;
  }

  .delphi-telemedicine-v2__wrap::before {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 255, 255, 0.92) 24%,
        rgba(255, 255, 255, 0.56) 56%,
        rgba(255, 255, 255, 0.12) 78%,
        rgba(255, 255, 255, 0) 100%
      );
  }

  .delphi-telemedicine-v2__media img {
    object-position: center center;
  }

  .delphi-telemedicine-v2__content {
    max-width: 560px;
    padding: 2.6rem 2rem 4.4rem;
    margin-left: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .delphi-telemedicine-v2__blob span,
  .delphi-telemedicine-v2__blob h2,
  .delphi-telemedicine-v2__blob .delphi-link-btn {
    align-self: flex-start;
    text-align: left;
  }

  .delphi-telemedicine-v2__blob h2 {
    max-width: 12ch;
  }
}


@media (max-width: 767px) {
  .delphi-telemedicine-v2__wrap {
    min-height: 420px;
  }

  .delphi-telemedicine-v2__wrap::before {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgb(255 255 255 / 81%) 22%,
        rgb(255 255 255 / 64%) 50%,
        rgb(255 255 255 / 0%) 72%,
        rgb(255 255 255 / 0%) 100%
      );
  }

  .delphi-telemedicine-v2__media img {
    object-position: 70% top;
  }

  .delphi-telemedicine-v2__content {
    max-width: 100%;
    padding: 1.8rem 10rem 10rem 1.2rem;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .delphi-telemedicine-v2__blob span,
  .delphi-telemedicine-v2__blob h2,
  .delphi-telemedicine-v2__blob .delphi-link-btn {
    align-self: flex-start;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .delphi-telemedicine-v2__blob h2 {
    max-width: 12ch;
    margin-bottom: 1.1rem;
    line-height: 1.06;
  }

  .delphi-telemedicine-v2__blob .delphi-link-btn {
    min-width: 160px;
    padding: 0.85rem 1.4rem;
    font-size: 0.92rem;
  }
}

@media (max-width: 480px) {
  .delphi-telemedicine-v2__content {
    padding: 1.6rem 8.4rem 8.6rem 1rem;
  }

  .delphi-telemedicine-v2__blob .delphi-link-btn {
    min-width: 148px;
    font-size: 0.9rem;
  }
}


.delphi-social-strip {
  padding: 52px 0 28px;
  background: #f3f3f3;
}

.delphi-social-strip .delphi-shell--wide {
  width: min(100% - 32px, 1120px);
}

.delphi-social-strip__block + .delphi-social-strip__block {
  margin-top: 18px;
}

.delphi-social-strip__head {
  margin-bottom: 18px;
  text-align: center;
}

.delphi-social-strip__head h2 {
  margin: 0 0 8px;
  color: var(--delphi-primary);
  font-size: var(--delphi-title-size);
  font-weight: 700;
  line-height: var(--delphi-title-line);
  letter-spacing: var(--delphi-title-tracking);
}

.delphi-social-strip__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--delphi-navy);
  text-decoration: none;
  font-size: clamp(1.2rem, 1.6vw, 1.95rem);
  font-weight: 700;
  line-height: 1.1;
}

.delphi-social-strip__iconbox {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--delphi-navy);
}

.delphi-social-strip__iconbox svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.delphi-social-strip__iconbox--light {
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background: #ececec;
}

.delphi-social-strip__iconbox--light svg {
  width: 13px;
  height: 13px;
}

.delphi-social-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 4px solid #1f1f1f;
  border-bottom: 4px solid #1f1f1f;
}

.delphi-social-card {
  display: block;
  min-height: 255px;
  overflow: hidden;
  border-right: 3px solid #1f1f1f;
  background: #fff;
}

.delphi-social-card:last-child {
  border-right: 0;
}

.delphi-social-card img {
  width: 100% !important;
  height: 100%;
  min-height: 255px;
  display: block;
  object-fit: cover;
}

.delphi-social-strip__block--tiktok .delphi-social-strip__head {
  margin-bottom: 0;
}

.delphi-social-strip__head--compact h2 {
  margin-bottom: 10px;
}

@media (max-width: 1180px) {
  .delphi-social-strip .delphi-shell--wide {
    width: min(100% - 28px, 1360px);
  }

  .delphi-social-strip {
    padding: 46px 0 26px;
  }

  .delphi-social-strip__link {
    font-size: clamp(1rem, 2vw, 1.45rem);
  }
}

@media (max-width: 767px) {
  .delphi-social-strip .delphi-shell--wide {
    width: min(100% - 22px, 1360px);
  }

  .delphi-social-strip {
    padding: 40px 0 24px;
  }

  .delphi-social-strip__block + .delphi-social-strip__block {
    margin-top: 24px;
  }

  .delphi-social-strip__head {
    margin-bottom: 0;
  }

  .delphi-social-strip__head h2 {
    margin-bottom: 10px;
    line-height: 1.08;
  }

  .delphi-social-strip__link {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (max-width: 480px) {
  .delphi-social-strip__link {
    font-size: 0.95rem;
  }
}

/* FAQ */
.delphi-faq-v2 {
  padding: 60px 0 70px;
  background: #000a82;
}

.delphi-faq-v2 .delphi-shell--wide {
  width: min(100% - 32px, 1160px);
}

.delphi-faq-v2__head {
  margin-bottom: 26px;
}

.delphi-faq-v2__intro {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.delphi-faq-v2__intro h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: var(--delphi-title-size);
  font-weight: 700;
  line-height: var(--delphi-title-line);
  letter-spacing: var(--delphi-title-tracking);
}

.delphi-faq-v2__intro p {
  margin: 0 auto;
  max-width: 700px;
  color: rgba(255, 255, 255, 0.95);
  font-size: var(--delphi-copy-size);
  line-height: var(--delphi-copy-line);
}

.delphi-faq-v2__body {
  max-width: 1040px;
  margin-left: 28px;
}

.delphi-faq-list--v2 .delphi-faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.delphi-faq-list--v2 .delphi-faq-trigger {
  position: relative;
  width: 100% !important;
  padding: 18px 68px 18px 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

.delphi-faq-list--v2 .delphi-faq-item:first-child .delphi-faq-trigger {
  color: var(--delphi-primary);
}

.delphi-faq-list--v2 .delphi-faq-trigger::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.delphi-faq-list--v2 .delphi-faq-item.is-open .delphi-faq-trigger::after {
  border-color: var(--delphi-primary);
  transform: translateY(-20%) rotate(-135deg);
}

.delphi-faq-list--v2 .delphi-faq-panel {
  padding: 0 70px 14px 0;
}

.delphi-faq-list--v2 .delphi-faq-panel p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.97rem;
  line-height: 1.45;
}

.delphi-faq-list--v2 .delphi-faq-panel a {
  color: #fff;
}

@media (max-width: 1180px) {
  .delphi-faq-v2 .delphi-shell--wide {
    width: min(100% - 28px, 1360px);
  }

  .delphi-faq-v2 {
    padding: 54px 0 62px;
  }

  .delphi-faq-v2__body {
    max-width: 100%;
    margin-left: 0;
  }

  .delphi-faq-list--v2 .delphi-faq-trigger {
    padding-right: 56px;
  }

  .delphi-faq-list--v2 .delphi-faq-panel {
    padding-right: 56px;
  }
}

@media (max-width: 767px) {
  .delphi-faq-v2 .delphi-shell--wide {
    width: min(100% - 22px, 1360px);
  }

  .delphi-faq-v2 {
    padding: 46px 0 54px;
  }

  .delphi-faq-v2__head {
    margin-bottom: 22px;
  }

  .delphi-faq-v2__intro h2 {
    margin-bottom: 14px;
  }

  .delphi-faq-v2__intro p {
    line-height: 1.5;
  }

  .delphi-faq-list--v2 .delphi-faq-trigger {
    padding: 16px 42px 16px 0;
    font-size: 1rem;
    line-height: 1.3;
  }

  .delphi-faq-list--v2 .delphi-faq-trigger::after {
    right: 4px;
    width: 14px;
    height: 14px;
    border-right-width: 4px;
    border-bottom-width: 4px;
  }

  .delphi-faq-list--v2 .delphi-faq-panel {
    padding: 0 36px 14px 0;
  }

  .delphi-faq-list--v2 .delphi-faq-panel p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .delphi-faq-list--v2 .delphi-faq-trigger {
    font-size: 0.94rem;
  }

  .delphi-faq-list--v2 .delphi-faq-panel p {
    font-size: 0.85rem;
  }
}



.delphi-cta-minimal {
  padding: 80px 0;
  background: #ffffff;
}

.delphi-cta-minimal .delphi-shell--wide {
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
}

.delphi-cta-minimal__wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 64px;
  border-radius: 24px;
  overflow: hidden;
}

.delphi-cta-minimal__watermark {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 65%;
  height: auto;
  opacity: 0.02; 
  pointer-events: none;
  z-index: 0;
  transform: rotate(-5deg); 
}

.delphi-cta-minimal__content {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.delphi-cta-minimal__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #d41189;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.delphi-cta-minimal__content h2 {
  margin: 0 !important;
  color: #03075f;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.delphi-cta-minimal__content p {
  margin: 24px 0 40px;
  color: #4f548f;
  font-size: 1.1rem;
  line-height: 1.6;
}

.delphi-cta-minimal__modalities {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 2px solid rgba(3, 7, 95, 0.08); 
}

.delphi-minimal-modality {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.delphi-minimal-modality svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.delphi-minimal-modality__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.delphi-minimal-modality__text strong {
  color: #03075f;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}

.delphi-minimal-modality__text span {
  color: #6b71a7;
  font-size: 0.95rem;
  line-height: 1.3;
}

.delphi-cta-minimal__img {
  width: 100% !important;
  height: 100%;
  object-fit: contain;
  display: block;
  aspect-ratio: 4/5;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}


@media (max-width: 992px) {
  .delphi-cta-minimal__wrap {
    grid-template-columns: 1fr;
    padding: 48px;
    gap: 40px;
  }

  .delphi-cta-minimal__content {
    max-width: 100%;
    text-align: center;
  }

  .delphi-cta-minimal__modalities {
    align-items: center;
    border-left: none;
    padding-left: 0;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
  }

  .delphi-minimal-modality {
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 600px) {
  .delphi-cta-minimal__wrap {
    padding: 32px 24px;
  }

  .delphi-cta-minimal__content h2 {
    font-size: 2rem;
  }

  .delphi-cta-minimal__modalities {
    flex-direction: column;
    gap: 24px;
  }

  .delphi-minimal-modality {
    flex-direction: row;
    text-align: left;
  }
}

.delphi-unified-text {
  color: var(--delphi-navy, #03075f) !important;
  font-size: var(--delphi-title-size, 2.5rem) !important;
  font-weight: 700 !important;
  line-height: var(--delphi-title-line, 1.2) !important;
  letter-spacing: var(--delphi-title-tracking, normal) !important;
  font-family: inherit !important;
  margin-bottom: 0;
}

button.delphi-faq-trigger.delphi-unified-text {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  white-space: normal;
  height: auto;
}

.delphi-unified-subtitle {
  display: block !important;
  color: var(--delphi-primary, #d41189) !important;
  font-size: var(--delphi-subtitle-size, 0.9rem) !important;
  font-weight: 700 !important;
  line-height: var(--delphi-subtitle-line, 1.2) !important;
  letter-spacing: var(--delphi-subtitle-tracking, 1px) !important;
  text-transform: uppercase !important;
  margin-bottom: 8px;
}

.delphi-unified-text--mb-30 {
  margin-bottom: 30px;
}
.delphi-unified-text--mb-15 {
  margin-bottom: 15px;
}
.delphi-unified-text--mt-8 {
  margin-top: 8px;
}



.delphi-latest-events-featured {
  padding: 80px 0;
  background: #f0f2f5;
}

.delphi-latest-events-featured .delphi-section-title-v2 {
  text-align: center;
  margin-bottom: 50px;
}

.delphi-featured-events-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.delphi-event-card-grid {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  max-width: 380px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(3, 7, 95, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.delphi-event-card-grid:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(3, 7, 95, 0.15) !important;
}

.delphi-event-card-grid__media-wrap {
  display: block;
  position: relative;
  height: 220px;
  flex-shrink: 0;
}

.delphi-event-card-grid__media-wrap img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  display: block;
}

.delphi-event-card-grid__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  background: linear-gradient(to bottom, rgba(3, 7, 95, 0), rgba(3, 7, 95, 0.4));
}

.delphi-event-card-grid__tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--delphi-primary, #d41189);
  color: #fff;
  padding: 6px 14px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.delphi-event-card-grid__body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.delphi-event-card-grid__body h3 {
  margin: 0 0 20px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 800;
  color: var(--delphi-navy, #03075f);
}

.delphi-event-card-grid__body h3 a {
  text-decoration: none;
  color: inherit;
}

.delphi-event-card-grid__details {
  font-size: 0.9rem;
  color: var(--delphi-muted, #4f548f);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.delphi-event-card-grid__detail-item {
  margin: 0 !important;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.delphi-event-card-grid__detail-item svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.delphi-event-card-grid__detail-item--primary svg {
  color: var(--delphi-primary, #d41189);
}

.delphi-event-card-grid__detail-item--navy svg {
  color: var(--delphi-navy, #03075f);
}

.delphi-event-card-grid__detail-text {
  line-height: 1.4;
}

.delphi-event-card-grid__btn {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.delphi-map-section {
  padding: 40px 0;
}

.delphi-map-section .delphi-section-title-v2 {
  text-align: center;
  margin-bottom: 30px;
}

.delphi-map-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(3, 7, 95, 0.08);
  line-height: 0;
}

.delphi-social-strip__link {
  text-decoration: none;
}

.delphi-cta-minimal {
  margin-top: 24px;
  padding: 0;
  background: transparent;
}

.delphi-cta-minimal__wrap {
  box-shadow: none;
}

.delphi-unified-text--white {
  color: #ffffff !important;
}

.delphi-faq-list--v2 .delphi-faq-item.is-open .delphi-faq-trigger {
  color: var(--delphi-primary, #d41189) !important;
}

.delphi-faq-list--v2 .delphi-faq-trigger {
  transition: color 0.3s ease, transform 0.2s ease;
}

.delphi-social-strip__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
    gap: 24px;
    align-items: start;
}

.delphi-social-strip__block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.delphi-social-strip__head {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.delphi-social-strip__head--compact {
    gap: 12px;
}

.delphi-social-strip__feed {
    width: 100% !important;
    overflow: hidden;
    border-radius: 24px;
}

.delphi-social-strip__feed .sb_instagram {
    padding-bottom: 0 !important;
}

@media (max-width: 980px) {
    .delphi-social-strip__grid {
        grid-template-columns: 1fr;
    }
}