/* Block 12: price and admission terms. */
.gd37-cost {
  position: relative;
  min-height: 940px;
  overflow: hidden;
  color: var(--gd37-ink);
  background: var(--gd37-paper);
}

.gd37-cost__top-wave,
.gd37-cost__transition {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.gd37-cost__top-wave { height: 230px; }
.gd37-cost__transition { z-index: 1; height: 68px; }

.gd37-cost__inner {
  position: relative;
  z-index: 3;
  padding-top: 68px;
  padding-bottom: 28px;
}

.gd37-cost__header {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(420px, .82fr);
  align-items: start;
  gap: 76px;
}

.gd37-cost__header > * { min-width: 0; }

.gd37-cost__kicker {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.gd37-cost__kicker span {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gd37-orange-strong);
}

.gd37-cost__title {
  margin: 0;
  font-family: "Adigiana 2", cursive;
  font-size: clamp(48px, 4.15vw, 60px);
  font-weight: 400;
  line-height: 1.05;
}

.gd37-cost__title span { color: var(--gd37-orange-strong); }

.gd37-cost__underline {
  display: block;
  width: 418px;
  max-width: 84%;
  height: 13px;
  margin-top: 3px;
  border-bottom: 6px solid var(--gd37-yellow);
  border-radius: 0 0 68% 48%;
  transform: rotate(-.5deg);
}

.gd37-cost__intro { margin-top: 4px; }

.gd37-cost__intro strong {
  display: block;
  font-size: 18px;
  line-height: 1.35;
}

.gd37-cost__intro p {
  margin: 10px 0 0;
  color: #426f66;
  font-size: 16px;
  line-height: 1.65;
}

.gd37-cost__layout {
  display: grid;
  grid-template-columns: minmax(0, 700px) minmax(0, 1fr);
  align-items: start;
  gap: 61px;
  margin-top: 25px;
}

.gd37-cost-plan {
  position: relative;
  min-height: 624px;
  margin: 0;
}

.gd37-cost-plan::before,
.gd37-cost-plan__surface {
  position: absolute;
  inset: 0;
  border-radius: 72px 84px 78px 86px / 68px 82px 73px 88px;
}

.gd37-cost-plan::before {
  background: var(--gd37-ink);
  content: "";
  transform: rotate(1.55deg) translate(-2px, 5px);
}

.gd37-cost-plan__surface {
  z-index: 1;
  display: flex;
  inset: 14px 12px 16px 16px;
  flex-direction: column;
  padding: 72px 45px 31px;
  background: #fff8e8;
  transform: rotate(.25deg);
}

.gd37-cost-plan__surface > * { transform: rotate(-.25deg); }

.gd37-cost-plan__eyebrow,
.gd37-cost-plan__price > span,
.gd37-cost-plan__food > span,
.gd37-cost-plan__family > span {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gd37-cost-plan__eyebrow { color: var(--gd37-orange-strong); }

.gd37-cost-plan h3 {
  margin: 16px 0 0;
  font-family: "Adigiana 2", cursive;
  font-size: 37px;
  font-weight: 400;
  line-height: 1;
}

.gd37-cost-plan__note {
  margin: 24px 0 0;
  color: #426f66;
  font-size: 14px;
  line-height: 1.5;
}

.gd37-cost-plan__divider {
  display: block;
  height: 2px;
  margin: 25px 0 32px;
  border-radius: 999px;
  background: #f2c87c;
}

.gd37-cost-plan__price > span,
.gd37-cost-plan__family > span { color: #5a9f2a; }
.gd37-cost-plan__food > span { color: #1499b2; }

.gd37-cost-plan__price p,
.gd37-cost-plan__food p {
  display: flex;
  align-items: baseline;
  gap: 27px;
  margin: 10px 0 0;
}

.gd37-cost-plan__price strong {
  font-family: "Adigiana 2", cursive;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
}

.gd37-cost-plan__price small,
.gd37-cost-plan__food small {
  font-size: 14px;
  font-weight: 700;
}

.gd37-cost-plan__food { margin-top: 40px; }

.gd37-cost-plan__food strong {
  color: var(--gd37-blue);
  font-family: "Adigiana 2", cursive;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.gd37-cost-plan__family {
  position: relative;
  margin-top: auto;
  padding: 29px 20px 18px;
}

.gd37-cost-plan__family::before {
  position: absolute;
  inset: 0 -15px -5px -20px;
  z-index: -1;
  border-radius: 42% 58% 48% 52% / 29% 33% 67% 71%;
  background: #eef7e9;
  content: "";
}

.gd37-cost-plan__family strong {
  display: block;
  margin-top: 10px;
  font-family: "Adigiana 2", cursive;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
}

.gd37-cost__aside {
  display: grid;
  gap: 17px;
}

.gd37-cost-support,
.gd37-cost-documents {
  position: relative;
  overflow: hidden;
}

.gd37-cost-support {
  min-height: 289px;
  padding: 70px 35px 32px;
  border-radius: 72px 56px 68px 77px / 54px 45px 61px 65px;
  background: #eef7e9;
}

.gd37-cost-card__line {
  position: absolute;
  top: 35px;
  right: 42px;
  left: 31px;
  height: 26px;
  border-top: 5px solid var(--gd37-green);
  border-radius: 52% 48% 0 0 / 100% 100% 0 0;
  transform: rotate(1.7deg);
}

.gd37-cost-support h3,
.gd37-cost-documents h3 {
  margin: 0;
  font-family: "Adigiana 2", cursive;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.18;
}

.gd37-cost-support ul {
  display: grid;
  gap: 14px;
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
}

.gd37-cost-support li {
  position: relative;
  padding-left: 27px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.gd37-cost-support li::before {
  position: absolute;
  top: .33em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gd37-blue);
  content: "";
}

.gd37-cost-support li:nth-child(2)::before { background: var(--gd37-yellow); }
.gd37-cost-support li:nth-child(3)::before { background: var(--gd37-green); }

.gd37-cost-documents {
  min-height: 340px;
  padding: 66px 35px 28px;
  border-radius: 70px 73px 67px 80px / 57px 59px 65px 67px;
  background: #fff4de;
}

.gd37-cost-documents > p {
  margin: 0 0 9px;
  color: #d99100;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.gd37-cost-documents h3 { font-size: 28px; }

.gd37-cost-documents ol {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.gd37-cost-documents li {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  align-items: center;
  min-height: 39px;
  border-bottom: 2px solid #f2c87c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.gd37-cost-documents li:last-child { border-bottom: 0; }

.gd37-cost-documents li span {
  color: var(--gd37-orange-strong);
  font-family: "Adigiana 2", cursive;
  font-size: 21px;
  line-height: 1;
}

.gd37-cost-documents small {
  display: block;
  margin-top: 8px;
  color: #426f66;
  font-size: 11px;
  line-height: 1.4;
}

.gd37-page .gd37-cost__cta {
  display: grid;
  min-height: 84px;
  margin: -12px 12px 0 103px;
  place-items: center;
  padding: 0 28px;
  border-radius: 47% 53% 48% 52% / 43% 48% 52% 57%;
  color: #fff;
  background: var(--gd37-orange-strong);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  transition: transform .2s ease, background-color .2s ease;
}

.gd37-page .gd37-cost__cta:hover,
.gd37-page .gd37-cost__cta:focus-visible {
  color: #fff;
  background: #e96b11;
  transform: translateY(-2px);
}

.gd37-cost__blue-rays,
.gd37-cost__orange-rays,
.gd37-cost__green-dot,
.gd37-cost__bottom-line {
  position: absolute;
  z-index: 2;
}

.gd37-cost__blue-rays {
  top: 161px;
  left: calc(50% + 44px);
  width: 110px;
}

.gd37-cost__orange-rays {
  top: 142px;
  right: 18px;
  width: 118px;
}

.gd37-cost__green-dot {
  bottom: 62px;
  left: calc(50% + 55px);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--gd37-green);
}

.gd37-cost__bottom-line {
  bottom: 39px;
  left: 5%;
  width: 60%;
  height: 42px;
}

@media (max-width: 1220px) {
  .gd37-cost__layout {
    grid-template-columns: minmax(0, 56%) minmax(0, 44%);
    gap: 32px;
  }

  .gd37-cost-plan__surface { padding-inline: 40px; }
  .gd37-cost-plan__price strong { font-size: 56px; }
  .gd37-cost__blue-rays { display: none; }
}

@media (max-width: 900px) {
  .gd37-cost { min-height: 0; }

  .gd37-cost__header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gd37-cost__layout {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 28px;
  }

  .gd37-cost-plan { min-height: 610px; }

  .gd37-cost__aside { gap: 20px; }

  .gd37-page .gd37-cost__cta {
    min-height: 70px;
    margin: 0;
  }

  .gd37-cost__orange-rays,
  .gd37-cost__green-dot,
  .gd37-cost__bottom-line { display: none; }
}

@media (max-width: 700px) {
  .gd37-cost__top-wave { height: 190px; }
  .gd37-cost__transition { height: 45px; }

  .gd37-cost__inner {
    padding-top: 52px;
    padding-bottom: 34px;
  }

  .gd37-cost__kicker {
    margin-bottom: 10px;
    font-size: 9px;
  }

  .gd37-cost__kicker span {
    width: 10px;
    height: 10px;
    flex-basis: 10px;
  }

  .gd37-cost__title {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.02;
  }

  .gd37-cost__title span { display: block; }

  .gd37-cost__underline {
    width: 68%;
    height: 9px;
    border-bottom-width: 3px;
  }

  .gd37-cost__intro { margin-top: 0; }

  .gd37-cost__intro strong {
    font-size: 14px;
    line-height: 1.4;
  }

  .gd37-cost__intro p {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.55;
  }

  .gd37-cost__intro p br { display: none; }

  .gd37-cost__layout {
    gap: 18px;
    margin-top: 20px;
  }

  .gd37-cost-plan { min-height: 515px; }

  .gd37-cost-plan::before,
  .gd37-cost-plan__surface {
    border-radius: 38px 45px 42px 48px / 36px 43px 39px 47px;
  }

  .gd37-cost-plan__surface { padding: 43px 24px 22px; }
  .gd37-cost-plan__surface { inset: 8px 7px 9px 9px; }

  .gd37-cost-plan h3 {
    margin-top: 10px;
    font-size: 30px;
  }

  .gd37-cost-plan__note {
    margin-top: 16px;
    font-size: 12px;
  }

  .gd37-cost-plan__divider { margin: 19px 0 21px; }

  .gd37-cost-plan__eyebrow,
  .gd37-cost-plan__price > span,
  .gd37-cost-plan__food > span,
  .gd37-cost-plan__family > span { font-size: 9px; }

  .gd37-cost-plan__price p,
  .gd37-cost-plan__food p {
    flex-wrap: wrap;
    gap: 4px 16px;
    margin-top: 7px;
  }

  .gd37-cost-plan__price strong { font-size: 48px; }

  .gd37-cost-plan__price small,
  .gd37-cost-plan__food small { font-size: 11px; }

  .gd37-cost-plan__food { margin-top: 24px; }
  .gd37-cost-plan__food strong { font-size: 29px; }

  .gd37-cost-plan__family {
    padding: 22px 5px 11px;
  }

  .gd37-cost-plan__family::before { inset: 0 -8px -3px -9px; }

  .gd37-cost-plan__family strong {
    margin-top: 7px;
    font-size: 22px;
  }

  .gd37-cost-support {
    min-height: 0;
    padding: 49px 22px 27px;
    border-radius: 38px 43px 39px 47px;
  }

  .gd37-cost-card__line {
    top: 26px;
    right: 27px;
    left: 20px;
    height: 16px;
    border-top-width: 3px;
  }

  .gd37-cost-support h3,
  .gd37-cost-documents h3 {
    font-size: 24px;
  }

  .gd37-cost-support ul {
    gap: 11px;
    margin-top: 20px;
  }

  .gd37-cost-support li {
    padding-left: 22px;
    font-size: 12px;
  }

  .gd37-cost-support li::before {
    width: 9px;
    height: 9px;
  }

  .gd37-cost-documents {
    min-height: 0;
    padding: 38px 22px 25px;
    border-radius: 41px 38px 46px 40px;
  }

  .gd37-cost-documents > p { font-size: 9px; }

  .gd37-cost-documents ol { margin-top: 15px; }

  .gd37-cost-documents li {
    grid-template-columns: 31px minmax(0, 1fr);
    min-height: 42px;
    font-size: 11px;
  }

  .gd37-cost-documents li span { font-size: 19px; }

  .gd37-cost-documents small {
    margin-top: 11px;
    font-size: 10px;
  }

  .gd37-page .gd37-cost__cta {
    min-height: 66px;
    border-radius: 34px 37px 33px 39px;
    font-size: 11px;
  }
}

@media (max-width: 360px) {
  .gd37-cost-plan { min-height: 535px; }
  .gd37-cost-plan__surface { padding-inline: 21px; }
  .gd37-cost-plan__price strong { font-size: 44px; }
  .gd37-cost-plan__family strong { font-size: 20px; }
}
