.exterior-contact-cta {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: var(--size-space-800) var(--size-space-400);
  background-color: var(--themasecondary-700);
  box-sizing: border-box;
}

.exterior-contact-cta__card {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: var(--size-space-1200);
  width: 100%;
  max-width: 800px;
  padding: var(--size-space-1200);
  background-color: var(--basewhite);
  border-radius: var(--size-radius-400);
  box-sizing: border-box;
}

.exterior-contact-cta__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: var(--size-space-600);
  min-width: 0;
}

.exterior-contact-cta__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--size-space-300);
  width: 100%;
}

.exterior-contact-cta__label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--themasecondary-700);
  font-family: "Wendy One", Helvetica;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

.exterior-contact-cta__heading-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.exterior-contact-cta__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 426px;
  margin: 0;
  color: var(--baseblack);
  font-family: var(--h-3-font-family);
  font-size: var(--h-3-font-size);
  font-style: var(--h-3-font-style);
  font-weight: var(--h-3-font-weight);
  line-height: var(--h-3-line-height);
  letter-spacing: var(--h-3-letter-spacing);
  text-align: center;
}

.exterior-contact-cta__accent-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-150);
  margin-top: -4px;
}

.exterior-contact-cta__accent {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  color: var(--baseblack);
  font-family: var(--h-1-font-family);
  font-size: var(--h-1-font-size);
  font-style: var(--h-1-font-style);
  font-weight: var(--h-1-font-weight);
  line-height: var(--h-1-line-height);
  letter-spacing: var(--h-1-letter-spacing);
  text-align: center;
  white-space: nowrap;
  isolation: isolate;
}

.exterior-contact-cta__underline {
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: -1;
  width: 250px;
  height: 30px;
  transform: translateX(-50%);
  pointer-events: none;
}

.exterior-contact-cta__punctuation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 63.87px;
  color: var(--themaprimary-700);
  font-family: "Zen Kaku Gothic New", Helvetica;
  font-size: 74px;
  font-weight: 900;
  line-height: 88.8px;
  letter-spacing: 7.4px;
  text-align: center;
  white-space: nowrap;
  transform: rotate(30deg);
}

.exterior-contact-cta__body {
  align-self: stretch;
  margin: 0;
  color: var(--baseblack);
  font-family: var(--body-2-font-family);
  font-size: var(--body-2-font-size);
  font-style: var(--body-2-font-style);
  font-weight: var(--body-2-font-weight);
  line-height: var(--body-2-line-height);
  letter-spacing: var(--body-2-letter-spacing);
  text-align: center;
}

.exterior-contact-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  max-width: 500px;
  height: 70px;
  gap: var(--size-space-300);
  padding: var(--size-space-400) var(--size-space-600);
  color: var(--basewhite);
  text-decoration: none;
  background-color: var(--themaprimary-700);
  border: 2px solid var(--themaprimary-400);
  border-radius: 99px;
  box-shadow: 0 5px 0 #ffbd8a;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.exterior-contact-cta__button:hover,
.exterior-contact-cta__button:focus-visible {
  color: var(--basewhite);
  transform: translateY(2px);
  box-shadow: 0 3px 0 #ffbd8a;
}

.exterior-contact-cta__button-icon {
  position: relative;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
}

.exterior-contact-cta__button-text {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  color: var(--basewhite);
  font-family: var(--button-font-family);
  font-size: var(--button-font-size);
  font-style: var(--button-font-style);
  font-weight: var(--button-font-weight);
  line-height: var(--button-line-height);
  letter-spacing: var(--button-letter-spacing);
  text-align: center;
}

.exterior-contact-cta__visual {
  position: relative;
  flex-shrink: 0;
  width: 230px;
  height: 270px;
  overflow: hidden;
}

.exterior-contact-cta__circle {
  position: absolute;
  top: 71px;
  left: 95px;
  width: 135px;
  height: 135px;
  background-color: var(--thematertiary-700);
  border-radius: 50%;
  aspect-ratio: 1;
}

.exterior-contact-cta__shadow {
  position: absolute;
  top: 259px;
  left: calc(50% - 23.5px);
  width: 107px;
  height: 11px;
  background-color: var(--basegrey-1);
  border-radius: 53.5px / 5.5px;
}

.exterior-contact-cta__character {
  position: absolute;
  right: 69px;
  bottom: 0;
  width: 161px;
  height: 270px;
  object-fit: cover;
}

.exterior-contact-cta__balloon {
  position: absolute;
  top: 114px;
  left: 141px;
  height: 50px;
  margin: 0;
  color: var(--basewhite);
  font-family: "Zen Kaku Gothic New", Helvetica;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  white-space: nowrap;
}

.exterior-contact-cta__balloon-mark {
  position: absolute;
  top: 140px;
  left: 201px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9px;
  height: 25px;
  color: var(--basewhite);
  font-family: "Zen Kaku Gothic New", Helvetica;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  letter-spacing: 0;
  text-align: center;
  transform: rotate(30deg);
}

@media (max-width: 768px) {
  .exterior-contact-cta {
    padding: var(--size-space-1200) var(--size-space-400);
  }

  .exterior-contact-cta__card {
    flex-direction: column;
    align-items: center;
    gap: var(--size-space-800);
    padding: var(--size-space-800);
  }

  .exterior-contact-cta__heading {
    width: auto;
    font-size: 28px;
    line-height: 1.4;
  }

  .exterior-contact-cta__accent {
    width: auto;
    font-size: 48px;
    line-height: 1.2;
  }

  .exterior-contact-cta__punctuation {
    height: auto;
    font-size: 56px;
  }
}

@media (max-width: 430px) {
  .exterior-contact-cta {
    padding: var(--size-space-800) var(--size-space-600);
  }

  .exterior-contact-cta__card {
    gap: var(--size-space-800);
    padding: var(--size-space-600);
  }

  .exterior-contact-cta__content {
    gap: var(--size-space-400);
  }

  .exterior-contact-cta__heading {
    width: 100%;
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 1.4px;
    white-space: nowrap;
  }

  .exterior-contact-cta__accent {
    width: 192px;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 6px;
  }

  .exterior-contact-cta__punctuation {
    width: 18px;
    height: 64px;
    font-size: 74px;
    line-height: 1.2;
    letter-spacing: 7.4px;
  }

  .exterior-contact-cta__body {
    font-size: 14px;
    line-height: 1.6;
  }

  .exterior-contact-cta__button {
    width: auto;
    max-width: 100%;
    height: 70px;
    padding: var(--size-space-400) var(--size-space-600);
  }

  .exterior-contact-cta__button-text {
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 375px) {
  .exterior-contact-cta__heading {
    font-size: 26px;
  }

  .exterior-contact-cta__accent {
    font-size: 60px;
  }

  .exterior-contact-cta__punctuation {
    font-size: 74px;
  }
}
