.elementor-43 .elementor-element.elementor-element-48f8a2d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-43 .elementor-element.elementor-element-3ecd700{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0c58935 */@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@400;500;600;700&display=swap");

:root {
  --wc-navy: #183a5a;
  --wc-navy-dark: #102b43;
  --wc-blue: #2f6f9f;
  --wc-teal: #4c9a8a;
  --wc-gold: #c9a24d;

  --wc-white: #ffffff;
  --wc-text-light: rgba(255, 255, 255, 0.82);
  --wc-border-light: rgba(255, 255, 255, 0.28);

  --wc-font-heading: "DM Serif Display", Georgia, serif;
  --wc-font-body: "Inter", Arial, sans-serif;

  --wc-container: 1280px;
  --wc-padding: clamp(20px, 4vw, 64px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.wc-container {
  width: min(
    calc(100% - (var(--wc-padding) * 2)),
    var(--wc-container)
  );
  margin-inline: auto;
}

.wc-hero {
  position: relative;
  min-height: clamp(720px, 88vh, 920px);
  overflow: hidden;
  background: var(--wc-navy-dark);
  isolation: isolate;
}

.wc-hero__background {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(16, 43, 67, 0.98) 0%,
      rgba(16, 43, 67, 0.95) 24%,
      rgba(16, 43, 67, 0.78) 47%,
      rgba(16, 43, 67, 0.28) 70%,
      rgba(16, 43, 67, 0.08) 100%
    ),
    url("https://woundcarear.com/wp-content/uploads/2026/07/doctor-hero-Duzy.jpeg")
      center right / cover no-repeat;
}

.wc-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  z-index: -1;
  background: linear-gradient(
    to top,
    rgba(16, 43, 67, 0.5),
    transparent
  );
  pointer-events: none;
}

.wc-hero__inner {
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-block: clamp(90px, 10vw, 150px);
}

.wc-hero__content {
  width: min(100%, 760px);
}

.wc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--wc-gold);
  font-family: var(--wc-font-body);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.wc-eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
}

.wc-hero__title {
  margin: 0;
  max-width: 760px;
  color: var(--wc-white);
  font-family: var(--wc-font-heading);
  font-size: clamp(3.4rem, 6vw, 6.4rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.wc-hero__title span {
  display: block;
  margin-top: 18px;
  color: var(--wc-gold);
  font-family: var(--wc-font-body);
  font-size: clamp(1.15rem, 1.9vw, 1.65rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.wc-hero__text {
  max-width: 630px;
  margin: 28px 0 0;
  color: var(--wc-text-light);
  font-family: var(--wc-font-body);
  font-size: clamp(1.05rem, 1.4vw, 1.24rem);
  line-height: 1.75;
}

.wc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.wc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 26px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: var(--wc-font-body);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

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

.wc-button:focus-visible {
  outline: 3px solid rgba(201, 162, 77, 0.45);
  outline-offset: 4px;
}

.wc-button--primary {
  color: var(--wc-navy-dark);
  background: var(--wc-gold);
}

.wc-button--primary:hover {
  background: #d8b55f;
}

.wc-button--secondary {
  color: var(--wc-white);
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
}

.wc-button--secondary:hover {
  color: var(--wc-navy-dark);
  border-color: var(--wc-white);
  background: var(--wc-white);
}

.wc-hero__trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(46px, 6vw, 72px);
  padding-top: 28px;
  border-top: 1px solid var(--wc-border-light);
}

.wc-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-right: 1px solid var(--wc-border-light);
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--wc-font-body);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.45;
}

.wc-trust-item:first-child {
  padding-left: 0;
}

.wc-trust-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.wc-trust-item__icon {
  display: inline-flex;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border: 1px solid rgba(201, 162, 77, 0.85);
  border-radius: 50%;
  color: var(--wc-gold);
  font-size: 0.72rem;
  font-weight: 700;
}

@media (max-width: 1050px) {
  .wc-hero__background {
    background:
      linear-gradient(
        90deg,
        rgba(16, 43, 67, 0.98) 0%,
        rgba(16, 43, 67, 0.92) 48%,
        rgba(16, 43, 67, 0.42) 78%,
        rgba(16, 43, 67, 0.18) 100%
      ),
      url("https://woundcarear.com/wp-content/uploads/2026/07/doctor-hero.png")
        62% center / cover no-repeat;
  }

  .wc-hero__content {
    width: min(100%, 680px);
  }

  .wc-hero__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 22px;
  }

  .wc-trust-item:nth-child(2) {
    border-right: 0;
  }

  .wc-trust-item:nth-child(3) {
    padding-left: 0;
  }
}

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

  .wc-hero__background {
    background:
      linear-gradient(
        to bottom,
        rgba(16, 43, 67, 0.93) 0%,
        rgba(16, 43, 67, 0.88) 52%,
        rgba(16, 43, 67, 0.76) 100%
      ),
      url("https://woundcarear.com/wp-content/uploads/2026/07/doctor-hero.png")
        68% center / cover no-repeat;
  }

  .wc-hero__inner {
    align-items: flex-end;
    min-height: 760px;
    padding-block: 90px 54px;
  }

  .wc-eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.13em;
  }

  .wc-eyebrow::before {
    width: 24px;
  }

  .wc-hero__title {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .wc-hero__title span {
    margin-top: 15px;
    font-size: 1rem;
  }

  .wc-hero__text {
    margin-top: 22px;
    font-size: 1rem;
    line-height: 1.65;
  }

  .wc-hero__actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 28px;
  }

  .wc-button {
    width: 100%;
  }

  .wc-hero__trust {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 38px;
    padding-top: 18px;
  }

  .wc-trust-item,
  .wc-trust-item:first-child,
  .wc-trust-item:nth-child(3),
  .wc-trust-item:last-child {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--wc-border-light);
  }

  .wc-trust-item:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wc-button {
    transition: none;
  }

  .wc-button:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e4b839 */.wc-about-section {
  position: relative;
  padding: clamp(80px, 9vw, 140px) 0;
  background: #ffffff;
  overflow: hidden;
}

.wc-about-section::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(76, 154, 138, 0.07);
  pointer-events: none;
}

.wc-about {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(50px, 7vw, 100px);
}

.wc-about__image-wrap {
  position: relative;
  min-height: 590px;
}

.wc-about__image {
  width: 100%;
  height: 590px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  box-shadow: 0 28px 70px rgba(16, 43, 67, 0.14);
}

.wc-about__image-wrap::before {
  content: "";
  position: absolute;
  top: -18px;
  left: -18px;
  z-index: -1;
  width: 62%;
  height: 62%;
  border: 1px solid rgba(201, 162, 77, 0.5);
  border-radius: 6px;
}

.wc-about__badge {
  position: absolute;
  right: -28px;
  bottom: 34px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: min(310px, 78%);
  padding: 22px 24px;
  border-left: 3px solid #c9a24d;
  border-radius: 4px;
  background: #183a5a;
  box-shadow: 0 18px 45px rgba(16, 43, 67, 0.22);
}

.wc-about__badge strong {
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.3;
}

.wc-about__badge span {
  color: rgba(255, 255, 255, 0.72);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1.5;
}

.wc-about__content {
  position: relative;
  max-width: 670px;
}

.wc-section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #2f6f9f;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.wc-section-label::before {
  content: "";
  width: 34px;
  height: 1px;
  background: #c9a24d;
}

.wc-about__title {
  max-width: 650px;
  margin: 0;
  color: #16344f;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2.6rem, 4.4vw, 4.4rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.wc-about__lead {
  max-width: 640px;
  margin: 26px 0 0;
  color: #183a5a;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(1.06rem, 1.4vw, 1.22rem);
  font-weight: 500;
  line-height: 1.7;
}

.wc-about__text {
  max-width: 640px;
  margin: 18px 0 0;
  color: #5d6d77;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

.wc-about__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  margin-top: 32px;
  padding-top: 30px;
  border-top: 1px solid #dce5e9;
}

.wc-about__feature {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #344b5a;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.5;
}

.wc-about__check {
  display: inline-flex;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  color: #ffffff;
  background: #4c9a8a;
  font-size: 0.72rem;
  font-weight: 700;
}

.wc-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
  color: #183a5a;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition:
    color 0.25s ease,
    gap 0.25s ease;
}

.wc-text-link::after {
  content: "";
  position: absolute;
}

.wc-text-link:hover {
  gap: 15px;
  color: #2f6f9f;
}

.wc-text-link:focus-visible {
  outline: 3px solid rgba(47, 111, 159, 0.25);
  outline-offset: 5px;
}

@media (max-width: 1050px) {
  .wc-about {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .wc-about__image-wrap {
    min-height: 520px;
  }

  .wc-about__image {
    height: 520px;
  }

  .wc-about__badge {
    right: -12px;
  }

  .wc-about__features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .wc-about {
    grid-template-columns: 1fr;
  }

  .wc-about__image-wrap {
    width: min(100%, 680px);
    min-height: auto;
    margin-inline: auto;
  }

  .wc-about__image {
    height: clamp(420px, 70vw, 590px);
  }

  .wc-about__content {
    max-width: 100%;
  }

  .wc-about__badge {
    right: 18px;
    bottom: 20px;
  }
}

@media (max-width: 560px) {
  .wc-about-section {
    padding: 72px 0;
  }

  .wc-about {
    gap: 42px;
  }

  .wc-about__image-wrap::before {
    top: -10px;
    left: -10px;
  }

  .wc-about__image {
    height: 430px;
  }

  .wc-about__badge {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 24px);
    margin: -48px auto 0;
  }

  .wc-about__title {
    font-size: clamp(2.45rem, 12vw, 3.4rem);
  }

  .wc-about__features {
    grid-template-columns: 1fr;
    margin-top: 26px;
    padding-top: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a93c85e */.wc-services-section {
  position: relative;
  padding: clamp(80px, 9vw, 140px) 0;
  background: #f7f9fa;
  overflow: hidden;
}

.wc-services-section::before {
  content: "";
  position: absolute;
  top: -180px;
  left: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(47, 111, 159, 0.05);
  pointer-events: none;
}

.wc-services-header {
  position: relative;
  max-width: 790px;
  margin: 0 auto clamp(46px, 6vw, 72px);
  text-align: center;
}

.wc-services-header .wc-section-label {
  justify-content: center;
}

.wc-services-title {
  margin: 0;
  color: #16344f;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2.6rem, 4.4vw, 4.4rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.wc-services-intro {
  max-width: 660px;
  margin: 22px auto 0;
  color: #65747d;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.75;
}

.wc-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.5vw, 32px);
}

.wc-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(30px, 3vw, 42px);
  border: 1px solid #dce5e9;
  border-radius: 6px;
  color: inherit;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(16, 43, 67, 0.06);
  text-decoration: none;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.wc-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #c9a24d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.wc-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(47, 111, 159, 0.28);
  box-shadow: 0 26px 65px rgba(16, 43, 67, 0.12);
}

.wc-service-card:hover::before {
  transform: scaleX(1);
}

.wc-service-card__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  margin-bottom: 30px;
  border-radius: 50%;
  background: #eef3f5;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.wc-service-card:hover .wc-service-card__icon-wrap {
  background: #e5f1ef;
  transform: scale(1.04);
}

.wc-service-card__icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.wc-service-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.wc-service-card__title {
  margin: 0;
  color: #183a5a;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(1.65rem, 2vw, 2.1rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.015em;
}

.wc-service-card__text {
  margin: 18px 0 0;
  color: #65747d;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.75;
}

.wc-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 30px;
  color: #2f6f9f;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
  transition:
    color 0.25s ease,
    gap 0.25s ease;
}

.wc-service-card:hover .wc-service-card__link {
  gap: 14px;
  color: #183a5a;
}

.wc-service-card:focus-visible {
  outline: 3px solid rgba(47, 111, 159, 0.3);
  outline-offset: 5px;
}

@media (max-width: 980px) {
  .wc-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wc-service-card:last-child {
    grid-column: 1 / -1;
    width: min(100%, calc(50% - 10px));
    justify-self: center;
  }
}

@media (max-width: 680px) {
  .wc-services-section {
    padding: 72px 0;
  }

  .wc-services-header {
    margin-bottom: 40px;
    text-align: left;
  }

  .wc-services-header .wc-section-label {
    justify-content: flex-start;
  }

  .wc-services-grid {
    grid-template-columns: 1fr;
  }

  .wc-service-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .wc-service-card {
    padding: 28px 24px;
  }

  .wc-service-card__icon-wrap {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
  }

  .wc-service-card__icon {
    width: 50px;
    height: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wc-service-card,
  .wc-service-card::before,
  .wc-service-card__icon-wrap,
  .wc-service-card__link {
    transition: none;
  }

  .wc-service-card:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0f59586 */.wc-conditions-section {
  position: relative;
  padding: clamp(80px, 9vw, 140px) 0;
  background: #ffffff;
  overflow: hidden;
}

.wc-conditions-section::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(76, 154, 138, 0.05);
  pointer-events: none;
}

.wc-conditions {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: clamp(50px, 8vw, 110px);
}

.wc-conditions__intro {
  max-width: 560px;
}

.wc-conditions__title {
  margin: 0;
  color: #16344f;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2.6rem, 4.4vw, 4.4rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.wc-conditions__text {
  max-width: 540px;
  margin: 24px 0 0;
  color: #65747d;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.8;
}

.wc-conditions__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #dce5e9;
}

.wc-condition-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 86px;
  padding: 22px 28px 22px 34px;
  border-bottom: 1px solid #dce5e9;
  color: #183a5a;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    padding-left 0.25s ease;
}

.wc-condition-item:nth-child(odd) {
  border-right: 1px solid #dce5e9;
}

.wc-condition-item::before {
  content: "";
  position: absolute;
  left: 4px;
  width: 16px;
  height: 2px;
  background: #c9a24d;
  transition:
    width 0.25s ease,
    background-color 0.25s ease;
}

.wc-condition-item:hover {
  padding-left: 40px;
  color: #2f6f9f;
  background: #f7f9fa;
}

.wc-condition-item:hover::before {
  width: 22px;
  background: #4c9a8a;
}

.wc-conditions__intro .wc-text-link {
  margin-top: 32px;
}

@media (max-width: 900px) {
  .wc-conditions {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .wc-conditions__intro {
    max-width: 680px;
  }
}

@media (max-width: 640px) {
  .wc-conditions-section {
    padding: 72px 0;
  }

  .wc-conditions {
    gap: 38px;
  }

  .wc-conditions__list {
    grid-template-columns: 1fr;
  }

  .wc-condition-item:nth-child(odd) {
    border-right: 0;
  }

  .wc-condition-item {
    min-height: 72px;
    padding: 18px 16px 18px 30px;
  }

  .wc-condition-item:hover {
    padding-left: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wc-condition-item,
  .wc-condition-item::before {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d89229c *//* =====================================================
   1. NO HOSPITAL FACILITY FEES
===================================================== */

.wc-cost-section {
  position: relative;
  padding: clamp(85px, 10vw, 150px) 0;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(76, 154, 138, 0.18),
      transparent 34%
    ),
    #102b43;
  overflow: hidden;
}

.wc-cost-section::after {
  content: "";
  position: absolute;
  top: -260px;
  right: -180px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.wc-cost {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(55px, 9vw, 130px);
}

.wc-cost__statement {
  padding-right: clamp(20px, 4vw, 60px);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.wc-cost__small {
  display: block;
  margin-bottom: 18px;
  color: #c9a24d;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.wc-cost__large {
  display: block;
  color: #ffffff;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(3.8rem, 7vw, 7.4rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.045em;
}

.wc-section-label--light {
  color: #c9a24d;
}

.wc-section-label--light::before {
  background: #c9a24d;
}

.wc-cost__title {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2.5rem, 4.2vw, 4.2rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.wc-cost__lead {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  font-weight: 500;
  line-height: 1.75;
}

.wc-cost__text {
  max-width: 680px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.8;
}

.wc-cost__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 30px;
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.wc-cost__feature {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.wc-cost__feature > span {
  display: inline-flex;
  flex: 0 0 23px;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  margin-top: 2px;
  border: 1px solid rgba(201, 162, 77, 0.7);
  border-radius: 50%;
  color: #c9a24d;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
}

.wc-cost__feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.55;
}

.wc-button--gold {
  margin-top: 34px;
  color: #102b43;
  background: #c9a24d;
}

.wc-button--gold:hover {
  color: #102b43;
  background: #d8b55f;
}


/* =====================================================
   2. ABOUT JAN RYSZKOWSKI
===================================================== */

.wc-doctor-section {
  position: relative;
  padding: clamp(85px, 10vw, 150px) 0;
  background: #ffffff;
  overflow: hidden;
}

.wc-doctor-section::before {
  content: "";
  position: absolute;
  left: -220px;
  bottom: -220px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(47, 111, 159, 0.045);
  pointer-events: none;
}

.wc-doctor {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(55px, 8vw, 110px);
}

.wc-doctor__visual {
  position: relative;
  padding: 0 32px 38px 0;
}

.wc-doctor__office-image {
  width: 100%;
  height: clamp(570px, 55vw, 720px);
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  box-shadow: 0 30px 75px rgba(16, 43, 67, 0.15);
}

.wc-doctor__visual::before {
  content: "";
  position: absolute;
  top: -18px;
  left: -18px;
  z-index: -1;
  width: 68%;
  height: 52%;
  border: 1px solid rgba(201, 162, 77, 0.55);
  border-radius: 6px;
}

.wc-doctor__identity {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(370px, 82%);
  padding: 25px 28px;
  border-left: 4px solid #c9a24d;
  border-radius: 4px;
  background: #183a5a;
  box-shadow: 0 18px 50px rgba(16, 43, 67, 0.24);
}

.wc-doctor__identity span {
  display: block;
  margin-bottom: 7px;
  color: #c9a24d;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wc-doctor__identity strong {
  display: block;
  color: #ffffff;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.2;
}

.wc-doctor__identity small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.78rem;
  line-height: 1.5;
}

.wc-doctor__content {
  max-width: 690px;
}

.wc-doctor__logo {
  width: auto;
  max-width: min(260px, 70%);
  max-height: 90px;
  margin-bottom: 30px;
  object-fit: contain;
  object-position: left center;
}

.wc-doctor__title {
  max-width: 690px;
  margin: 0;
  color: #16344f;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2.55rem, 4.2vw, 4.3rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.wc-doctor__lead {
  margin: 26px 0 0;
  color: #183a5a;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  font-weight: 500;
  line-height: 1.75;
}

.wc-doctor__text {
  margin: 17px 0 0;
  color: #65747d;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.8;
}

.wc-doctor__details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid #dce5e9;
}

.wc-doctor__detail {
  padding: 0 22px;
  border-right: 1px solid #dce5e9;
}

.wc-doctor__detail:first-child {
  padding-left: 0;
}

.wc-doctor__detail:last-child {
  padding-right: 0;
  border-right: 0;
}

.wc-doctor__detail span {
  display: block;
  margin-bottom: 10px;
  color: #c9a24d;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.wc-doctor__detail p {
  margin: 0;
  color: #344b5a;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.55;
}


/* =====================================================
   3. ADVANCED TECHNOLOGY
===================================================== */

.wc-technology-section {
  position: relative;
  padding: clamp(85px, 10vw, 150px) 0;
  background: #f4f7f8;
  overflow: hidden;
}

.wc-technology__header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: end;
  gap: clamp(40px, 7vw, 100px);
  margin-bottom: clamp(45px, 6vw, 75px);
}

.wc-technology__title {
  max-width: 760px;
  margin: 0;
  color: #16344f;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2.6rem, 4.4vw, 4.4rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.wc-technology__intro {
  max-width: 550px;
  margin: 0;
  color: #65747d;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

.wc-technology__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #cedadd;
  border-bottom: 1px solid #cedadd;
}

.wc-technology-card {
  position: relative;
  display: grid;
  grid-template-columns: 65px minmax(0, 1fr);
  gap: 24px;
  min-height: 410px;
  padding: clamp(38px, 5vw, 65px);
  background: transparent;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.wc-technology-card:first-child {
  border-right: 1px solid #cedadd;
}

.wc-technology-card:hover {
  z-index: 1;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(16, 43, 67, 0.08);
}

.wc-technology-card__number {
  color: #c9a24d;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.wc-technology-card__type {
  display: block;
  margin-bottom: 16px;
  color: #4c9a8a;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wc-technology-card__title {
  margin: 0;
  color: #183a5a;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.1;
}

.wc-technology-card__text {
  max-width: 510px;
  margin: 21px 0 0;
  color: #65747d;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.8;
}

.wc-technology-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  color: #2f6f9f;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.91rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    gap 0.25s ease,
    color 0.25s ease;
}

.wc-technology-card__link:hover {
  gap: 14px;
  color: #183a5a;
}

.wc-technology__note {
  max-width: 800px;
  margin: 25px 0 0;
  color: #75838b;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1.65;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 980px) {
  .wc-cost {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .wc-cost__statement {
    padding: 0 0 45px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .wc-cost__large br {
    display: none;
  }

  .wc-doctor {
    grid-template-columns: 1fr;
  }

  .wc-doctor__visual {
    width: min(100%, 680px);
  }

  .wc-doctor__office-image {
    height: min(780px, 95vw);
  }

  .wc-technology__header {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 760px) {
  .wc-cost__features {
    grid-template-columns: 1fr;
  }

  .wc-doctor__details {
    grid-template-columns: 1fr;
  }

  .wc-doctor__detail,
  .wc-doctor__detail:first-child,
  .wc-doctor__detail:last-child {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid #dce5e9;
  }

  .wc-doctor__detail:last-child {
    border-bottom: 0;
  }

  .wc-technology__grid {
    grid-template-columns: 1fr;
  }

  .wc-technology-card {
    grid-template-columns: 45px minmax(0, 1fr);
    min-height: auto;
    padding: 38px 24px;
  }

  .wc-technology-card:first-child {
    border-right: 0;
    border-bottom: 1px solid #cedadd;
  }
}

@media (max-width: 560px) {
  .wc-cost-section,
  .wc-doctor-section,
  .wc-technology-section {
    padding: 72px 0;
  }

  .wc-cost__large {
    font-size: clamp(3.2rem, 17vw, 4.8rem);
  }

  .wc-doctor__visual {
    padding: 0 12px 24px 0;
  }

  .wc-doctor__office-image {
    height: 560px;
  }

  .wc-doctor__identity {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 22px);
    margin: -55px 0 0 auto;
  }

  .wc-doctor__logo {
    max-width: 220px;
  }

  .wc-technology-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wc-technology-card,
  .wc-technology-card__link {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f427c6 */.wc-insurance-section{
    padding:110px 0;
    background:#fff;
}

.wc-insurance{
    max-width:1100px;
    margin:auto;
    text-align:center;
}

.wc-insurance__title{
    margin:0;
    color:#16344f;
    font-family:"DM Serif Display",serif;
    font-size:clamp(2.6rem,4vw,4.2rem);
    line-height:1.05;
}

.wc-insurance__lead{
    max-width:760px;
    margin:28px auto 60px;
    color:#65747d;
    line-height:1.9;
}

.wc-insurance__cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.wc-insurance-card{
    padding:40px;
    border:1px solid #dde6ea;
    background:#fafcfd;
}

.wc-insurance-card h3{
    margin:0 0 18px;
    color:#183A5A;
    font-size:1.2rem;
}

.wc-insurance-card p{
    margin:0;
    color:#66747d;
    line-height:1.8;
}

@media(max-width:900px){

.wc-insurance__cards{
grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8cce7e */.wc-final-cta {
    position: relative;
    padding: 110px 0;
    overflow: hidden;

    background:
        linear-gradient(
            rgba(16, 43, 67, 0.84),
            rgba(16, 43, 67, 0.9)
        ),
        url("https://woundcarear.com/wp-content/uploads/2026/07/doctor-office.png");

    background-size: cover;
    background-position: center 52%;
    text-align: center;
    color: #ffffff;
}

.wc-final-cta .wc-container {
    position: relative;
    z-index: 1;
}

.wc-final-cta h2 {
    max-width: 980px;
    margin: 0 auto;

    color: #ffffff;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(2.9rem, 4.5vw, 4.6rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

.wc-final-cta p {
    max-width: 820px;
    margin: 28px auto 44px;

    color: rgba(255, 255, 255, 0.82);
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.3vw, 1.12rem);
    line-height: 1.8;
}

.wc-final-cta .wc-final-cta__buttons {
    display: grid !important;
    grid-template-columns: repeat(2, 320px) !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 20px !important;
    width: 100% !important;
}

.wc-final-cta .wc-final-cta__buttons > a.wc-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 320px !important;
    min-width: 320px !important;
    max-width: 320px !important;
    height: 72px !important;
    min-height: 72px !important;

    margin: 0 !important;
    padding: 0 28px !important;
    box-sizing: border-box !important;

    border-radius: 4px !important;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease !important;
}

.wc-final-cta .wc-final-cta__buttons > a.wc-button--gold {
    border: 1px solid #c9a24d !important;
    color: #102b43 !important;
    background: #c9a24d !important;
}

.wc-final-cta .wc-final-cta__buttons > a.wc-button--gold:hover {
    border-color: #d8b55f !important;
    color: #102b43 !important;
    background: #d8b55f !important;
    transform: translateY(-2px);
}

.wc-final-cta .wc-final-cta__buttons > a.wc-button--outline-light {
    border: 1px solid rgba(255, 255, 255, 0.42) !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.03) !important;
}

.wc-final-cta .wc-final-cta__buttons > a.wc-button--outline-light:hover {
    border-color: #ffffff !important;
    color: #16344f !important;
    background: #ffffff !important;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .wc-final-cta {
        padding: 84px 0;
        background-position: center;
    }

    .wc-final-cta h2 {
        font-size: clamp(2.5rem, 11vw, 3.6rem);
    }

    .wc-final-cta p {
        margin: 22px auto 34px;
        line-height: 1.7;
    }

    .wc-final-cta .wc-final-cta__buttons {
        grid-template-columns: minmax(0, 360px) !important;
        gap: 14px !important;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .wc-final-cta .wc-final-cta__buttons > a.wc-button {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 360px !important;
        height: 64px !important;
        min-height: 64px !important;
    }
}

@media (max-width: 480px) {
    .wc-final-cta {
        padding: 72px 0;
    }

    .wc-final-cta .wc-final-cta__buttons {
        grid-template-columns: 1fr !important;
    }

    .wc-final-cta .wc-final-cta__buttons > a.wc-button {
        max-width: 100% !important;
        white-space: normal !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wc-final-cta .wc-final-cta__buttons > a.wc-button {
        transition: none !important;
    }

    .wc-final-cta .wc-final-cta__buttons > a.wc-button:hover {
        transform: none !important;
    }
}/* End custom CSS */