body.elementor-page .elementor > .e-con {
  padding: 0;
}

.psc-contact-hero {
  padding: clamp(62px, 7vw, 96px) 0 clamp(48px, 5.5vw, 76px);
  border-bottom: 1px solid #dce1e5;
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 206, 124, .16), transparent 27%),
    linear-gradient(135deg, #f5f1e8 0%, #fff 72%);
}

.psc-contact-eyebrow {
  margin: 0 0 14px;
  color: var(--psc-teal);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.psc-contact-hero h1 {
  max-width: 1120px;
  margin: 0;
  color: var(--psc-navy);
  font-size: clamp(2.85rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1.04;
}

.psc-contact-hero__lede {
  max-width: 880px;
  margin: 24px 0 0;
  color: #43596a;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  font-weight: 400;
  line-height: 1.65;
}

.psc-contact-main {
  padding: clamp(70px, 7vw, 108px) 0 clamp(74px, 8vw, 118px);
  background: #fff;
}

.psc-contact-main__intro {
  max-width: 920px;
  margin: 0 0 clamp(38px, 5vw, 60px);
}

.psc-contact-main__intro h2,
.psc-contact-details__heading h2 {
  margin: 0;
  color: var(--psc-navy);
  font-size: clamp(2.35rem, 3.6vw, 3.65rem);
  font-weight: 400;
  line-height: 1.08;
}

.psc-contact-main__intro > p:last-child {
  max-width: 760px;
  margin: 20px 0 0;
  color: #43596a;
  font-size: clamp(1.02rem, 1.25vw, 1.16rem);
  line-height: 1.65;
}

.psc-contact-workspace {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(430px, 1.14fr);
  gap: clamp(26px, 3vw, 42px);
  align-items: stretch;
}

.psc-contact-calendar,
.psc-contact-form-card {
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(0, 65, 107, .09);
}

.psc-contact-calendar h3,
.psc-contact-form-card h3 {
  margin: 0;
  color: var(--psc-navy);
  font-size: clamp(1.85rem, 2.5vw, 2.45rem);
  font-weight: 400;
  line-height: 1.12;
}

.psc-contact-calendar {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 3.6vw, 46px);
  border: 1px solid #b8d6cf;
  border-top: 6px solid var(--psc-green-bright);
  background: #edf7f2;
  color: var(--psc-navy);
}

.psc-contact-calendar > p:not(.psc-contact-eyebrow) {
  margin: 17px 0 30px;
  color: #405868;
  line-height: 1.65;
}

.psc-contact-calendar__button {
  margin-top: 0;
}

.psc-contact-calendar__button:empty {
  display: none;
}

.psc-contact-calendar__fallback {
  display: inline-flex;
  width: fit-content;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 12px 20px;
  border-radius: 8px;
  background: #0b8043;
  color: #fff;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.psc-contact-calendar.has-calendar-button .psc-contact-calendar__fallback {
  display: none;
}

.psc-contact-form-card {
  width: 100%;
  padding: clamp(30px, 3.6vw, 46px);
  border: 1px solid #d5dde1;
  border-top: 6px solid var(--psc-orange);
  background: #fff;
  color: var(--psc-navy);
}

.psc-contact-form-card__intro {
  margin: 15px 0 26px;
  color: #536575;
  font-size: .95rem;
  line-height: 1.6;
}

.psc-contact-details {
  display: block;
  margin-top: clamp(42px, 5vw, 66px);
  padding: clamp(30px, 3.5vw, 44px);
  border: 1px solid #d5dde1;
  border-top: 5px solid var(--psc-teal);
  border-radius: 18px;
  background: #f7f9f8;
  color: var(--psc-navy);
  text-align: center;
}

.psc-contact-details__heading {
  max-width: 720px;
  margin: 0 auto clamp(28px, 3vw, 40px);
}

.psc-contact-details__heading h2 {
  font-size: clamp(1.9rem, 2.65vw, 2.8rem);
}

.psc-contact-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.psc-contact-list li {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  padding: 10px clamp(16px, 2.2vw, 30px);
  border-left: 1px solid #d5dde1;
}

.psc-contact-list li:first-child {
  border-left: 0;
}

.psc-contact-list li > div {
  text-align: center;
}

.psc-contact-list__icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: #e3f1ec;
  color: var(--psc-navy);
}

.psc-contact-list__icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.psc-contact-list__label {
  display: block;
  margin-bottom: 4px;
  color: var(--psc-teal);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.psc-contact-list a,
.psc-contact-list li > div > span:last-child {
  color: var(--psc-navy);
  font-size: .91rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.psc-contact-list a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.psc-contact-list a:hover {
  color: var(--psc-teal);
}

.psc-contact-list a:focus-visible,
.psc-contact-calendar__fallback:focus-visible {
  outline: 3px solid var(--psc-orange);
  outline-offset: 4px;
}

.psc-contact-form-card__notice {
  padding: 16px;
  border-left: 4px solid var(--psc-orange);
  background: #fff6e9;
  color: var(--psc-navy);
  line-height: 1.55;
}

.psc-contact-form {
  display: grid;
  gap: 18px;
}

.psc-contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.psc-contact-field {
  margin: 0;
}

.psc-contact-field > br {
  display: none;
}

.psc-contact-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--psc-navy);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.45;
}

.psc-contact-required {
  color: #a43d16;
}

.psc-contact-form .wpcf7-form-control-wrap {
  display: block;
}

.psc-contact-form input[type="text"],
.psc-contact-form textarea {
  width: 100%;
  max-width: 100%;
  border: 2px solid #697d8c;
  border-radius: 9px;
  background: #fff;
  color: #173149;
  font: inherit;
}

.psc-contact-form input[type="text"] {
  min-height: 48px;
  padding: 10px 13px;
}

.psc-contact-form textarea {
  height: 150px;
  min-height: 145px;
  padding: 13px;
  resize: vertical;
}

.psc-contact-form input[type="text"]:focus,
.psc-contact-form textarea:focus {
  border-color: var(--psc-teal);
  outline: 3px solid rgba(248, 141, 42, .5);
  outline-offset: 2px;
}

.psc-contact-submit {
  min-height: 50px;
  padding: 12px 25px !important;
  border: 2px solid var(--psc-navy) !important;
  border-radius: 9px !important;
  background: var(--psc-navy) !important;
  color: #fff !important;
  font-size: .98rem !important;
  font-weight: 700 !important;
  cursor: pointer;
}

.psc-contact-submit:hover {
  border-color: var(--psc-teal) !important;
  background: var(--psc-teal) !important;
}

.psc-contact-submit:focus-visible {
  outline: 3px solid var(--psc-orange);
  outline-offset: 4px;
}

.psc-contact-form .wpcf7-not-valid-tip {
  margin-top: 7px;
  color: #a12622;
  font-size: .88rem;
  font-weight: 600;
}

.psc-contact-form .wpcf7-response-output {
  margin: 6px 0 0 !important;
  padding: 13px 16px !important;
  border-radius: 8px;
  color: #173149;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .psc-contact-workspace {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 720px) {
  .psc-contact-hero h1 {
    font-size: clamp(2.2rem, 10vw, 2.85rem);
  }
}

@media (max-width: 680px) {
  .psc-contact-main {
    padding: 58px 0 72px;
  }

  .psc-contact-form__row {
    grid-template-columns: 1fr;
  }

  .psc-contact-main__intro {
    margin-bottom: 34px;
  }

  .psc-contact-main__intro h2 {
    font-size: clamp(2.1rem, 10vw, 2.8rem);
  }

  .psc-contact-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .psc-contact-list li,
  .psc-contact-list li:first-child {
    padding: 18px 0;
    border-top: 1px solid #d5dde1;
    border-left: 0;
  }

  .psc-contact-list li:first-child {
    border-top: 0;
  }

  .psc-contact-details,
  .psc-contact-calendar,
  .psc-contact-form-card {
    border-radius: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .psc-contact-submit,
  .psc-contact-list a,
  .psc-contact-calendar__fallback {
    scroll-behavior: auto;
    transition: none;
  }
}
