.site-header {
  height: 85px;
  padding: 20px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  background: #fff;
  position: relative;
  z-index: 2;
}

.wal-mark {
  display: inline-flex;
  width: 44px;
  height: 41.152px;
  color: var(--wal-ink);
  text-decoration: none;
}

.wal-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-header__brochure {
  width: 112px;
  height: 46px;
  min-height: 46px;
  padding: 4px 0;
  background: var(--wal-gold-strong);
  color: #fff;
  font: 700 16px/18px var(--wal-font-gilroy);
  white-space: nowrap;
  overflow: visible;
}

.hero {
  position: relative;
  min-height: 787px;
  overflow: hidden;
  color: #fff;
}

.shadow-overlay {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 442px;
  background: linear-gradient(
    180deg,
    #fff 0%,
    rgba(255, 255, 255, 0.85) 30%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.82) 0,
    rgba(255, 255, 255, 0.12) 34%,
    rgba(0, 0, 0, 0.65) 100%
  );
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(520px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 52px;
  text-align: center;
  color: var(--wal-ink);
}

.serenia-wordmark {
  font: 700 27px/1 var(--wal-font-classico);
  letter-spacing: -0.06em;
}

.serenia-wordmark small {
  display: block;
  margin-top: 3px;
  font: 700 6px/1 var(--wal-font-gilroy);
  letter-spacing: 0.22em;
}

.hero h1 {
  margin: 34px auto 0;
  max-width: 470px;
  font: 400 clamp(32px, 3.5vw, 50px)/1.02 var(--wal-font-classico);
  text-transform: uppercase;
}

.hero__content .gold-rule {
  margin: 24px auto 0;
  background: var(--wal-ink);
}

.hero__cta {
  position: absolute;
  right: 64px;
  bottom: 130px;
}

.hero__registration {
  position: absolute;
  inset: auto 0 0;
  margin: 0;
  padding: 10px 24px;
  background: rgba(0, 0, 0, 0.85);
  font-size: 8px;
  text-align: center;
}

.hero__registration span + span {
  margin-left: 0.25em;
}

.section-pad {
  padding: 88px max(24px, calc((100% - 1311px) / 2));
}

.overview {
  display: grid;
  grid-template-columns: 295px 282px 1fr;
  gap: 32px;
  align-items: start;
  min-height: 500px;
}

.overview__copy {
  font-size: 14px;
  line-height: 1.35;
}

.overview__copy p + p {
  margin-top: 0 !important;
}

/* Values section: dimensions and placement follow Figma frames 236:3901 and 262:6743. */
.values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 735px;
  background: #c19f6a;
}

.values__list {
  position: relative;
  min-height: 735px;
  padding: 0;
  background: #c19f6a url("../assets/images/values-background-desktop.png") right
    center / auto 100% no-repeat;
}

.value-item {
  position: absolute;
  width: 94.105px;
  height: 108.257px;
  text-align: center;
}

.value-item:nth-child(1) {
  top: 171px;
  left: 184px;
}

.value-item:nth-child(2) {
  top: 171px;
  left: 441px;
}

.value-item:nth-child(3) {
  top: 415.257px;
  left: 184px;
}

.value-item:nth-child(4) {
  top: 415.257px;
  left: 441px;
}

.value-item__icon {
  position: relative;
  display: grid;
  width: 75.39px;
  height: 75.39px;
  margin: 0 auto;
  overflow: hidden;
  place-items: center;
}

.value-item__icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

.value-item__icon--wellness img:first-child {
  top: 33.5%;
  left: 16.58%;
  width: 66.84%;
  height: 39.95%;
  transform: none;
}

.value-item__icon--wellness img + img {
  top: 24.14%;
  left: 14.2%;
  width: 71.6%;
  height: 51.71%;
  transform: none;
}

.value-item:nth-child(2) .value-item__icon img {
  width: 60.42%;
  height: 60.42%;
}

.value-item:nth-child(3) .value-item__icon img {
  width: 63.7%;
  height: 63.7%;
}

.value-item:nth-child(4) .value-item__icon img {
  width: 43.64%;
  height: 43.64%;
}

.value-item h3 {
  margin: 0;
  color: var(--wal-gold);
  font: 600 16.231px/2 var(--wal-font-gilroy);
}

.value-item p {
  position: absolute;
  top: 112px;
  left: 50%;
  width: 210px;
  margin: 0;
  transform: translateX(-50%);
  color: #000;
  font: 400 15.902px/normal var(--wal-font-gilroy);
}

.values__sports {
  display: block;
  min-height: 735px;
}

.values__sports img {
  display: block;
  width: 100%;
  height: 735px;
  object-fit: cover;
}

.overview__image {
  width: 100%;
  height: 412px;
  object-fit: cover;
}

.values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 735px;
  background: var(--wal-ivory);
}

.values__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px 40px;
  place-content: center;
  padding: 80px 15%;
  text-align: center;
}

.value-item__icon {
  display: block;
  color: var(--wal-gold);
  font-size: 48px;
  line-height: 0.9;
}

.value-item h3 {
  margin: 16px 0 12px;
  color: var(--wal-gold);
  font: 400 18px var(--wal-font-classico);
}

.value-item p {
  margin: 0;
  font-size: 12px;
  line-height: 1.25;
}

.values > img {
  width: 100%;
  height: 100%;
  min-height: 735px;
  object-fit: cover;
}

.section-lede {
  max-width: 780px;
  margin: 28px 0 48px;
  font-size: 16px;
  line-height: 1.35;
}

.lifestyle .section-heading {
  gap: 9px;
}

.lifestyle .section-heading__rule {
  margin-top: 0;
}

.lifestyle .section-lede {
  max-width: 776px;
  margin: 30px 0 68px;
  font: 400 24px/normal var(--wal-font-gilroy);
}

.lifestyle__gallery {
  display: flex;
  gap: 22px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.lifestyle__gallery img {
  flex: 0 0 396.334px;
  width: 396.334px;
  height: 382.313px;
  object-fit: cover;
}

.rise {
  position: relative;
  margin: 0 auto;
  width: min(1312px, calc(100% - 128px));
  height: 1029px;
  overflow: hidden;
  color: #fff;
}

.rise__image,
.rise__image img {
  display: block;
  width: 100%;
  height: 100%;
}

.rise__image img {
  object-fit: cover;
  object-position: center;
}

.rise::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 38%,
    rgba(17, 75, 120, 0.1) 60%,
    rgba(17, 75, 120, 0.42)
  );
}

.rise__copy {
  position: absolute;
  z-index: 1;
  top: 68px;
  right: 49px;
  width: 403px;
  text-align: right;
}

.rise h2 {
  margin: 0;
  font: 400 32px/normal var(--wal-font-classico);
  text-transform: uppercase;
  white-space: nowrap;
}

.rise h2 em {
  font-style: normal;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: 312px;
  margin: 39px 0 0 auto;
  text-align: center;
}

.stats span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-family: var(--wal-font-gilroy);
  line-height: normal;
}

.stats__time {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: normal;
}

.stats em,
.stats small {
  display: block;
}

.stats strong {
  font: 700 14.184px/normal var(--wal-font-gilroy);
}

.stats em {
  margin-top: 5.246px;
  font: 500 12.846px/normal var(--wal-font-gilroy);
  font-style: normal;
}

.stats b {
  display: block;
  font: 700 26.699px/normal var(--wal-font-gilroy);
}

.stats small {
  margin-top: 2px;
  font: 400 8.13px/normal var(--wal-font-gilroy);
}

.stats span:last-child small {
  margin-top: 3px;
}

.stats span:last-child {
  grid-column: 3;
}

.amenities {
  background: var(--wal-ivory);
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 48px 20px;
  max-width: 1117px;
  margin: 70px auto 0;
  text-align: center;
}

.amenity {
  color: var(--wal-ink);
  font: 400 14px/normal var(--wal-font-gilroy);
}

.amenity__icon {
  display: grid;
  place-items: center;
  width: 122px;
  height: 50px;
  margin: 0 auto 10px;
}

.units {
  background: #fff;
}

.unit-copy {
  display: flex;
  gap: 80px;
  margin: 30px 0 52px;
  font: 400 24px/normal var(--wal-font-gilroy);
}

.plans {
  display: grid;
  grid-template-columns: 611px 611px;
  gap: 89px;
}

.plan-card {
  position: relative;
  width: 611px;
  height: 518px;
  min-height: 0;
  padding: 0;
  border: 1px solid black;
  border-radius: 40px;
  text-align: center;
}

.plan-card span {
  position: absolute;
  top: 34px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  white-space: nowrap;
  font: 400 18.262px/normal var(--wal-font-gilroy);
}

.plan-card picture {
  position: absolute;
  display: block;
  overflow: hidden;
}

.plan-card img {
  position: absolute;
  display: block;
  max-width: none;
  width: 150.92%;
  height: 223.99%;
  margin: 0;
}

.plan-card:first-child picture {
  top: 78px;
  left: 54px;
  width: 474px;
  height: 362px;
}

.plan-card:first-child img {
  top: -18.95%;
  left: -20.84%;
}

.plan-card:last-child picture {
  top: 97px;
  left: 77px;
  width: 429px;
  height: 324px;
}

.plan-card:last-child img {
  top: -131.85%;
  left: -21.19%;
  width: 153.43%;
  height: 230.35%;
}

.contact {
  background: #fff;
}

.contact .section-heading {
  max-width: 561px;
}

.contact__form {
  display: grid;
  grid-template-columns: 611px 611px;
  gap: 32px 89px;
  max-width: 1311px;
  margin-top: 80px;
}

.contact__form .field:last-of-type {
  grid-column: 1 / -1;
}

.contact__form .consent {
  grid-column: 1 / -1;
}

.site-footer {
  display: grid;
  grid-template-columns: 540px 342px 325px;
  gap: 52px;
  padding-top: 72px;
  padding-bottom: 72px;
  font: 400 12px/normal var(--wal-font-gilroy);
}

.site-footer h2 {
  margin: 0 0 17px;
  color: var(--wal-gold);
  font: 400 26px/normal var(--wal-font-classico);
}

.site-footer p {
  max-width: none;
  margin: 0;
  font: 500 12px/normal var(--wal-font-gilroy);
}

.site-footer p + p {
  margin-top: 10px;
}

@media (max-width: 767px) {
  body {
    padding-bottom: calc(98px + env(safe-area-inset-bottom));
  }

  .site-header {
    height: 62px;
    padding: 14px 24px;
  }

  .site-header .wal-button {
    min-height: 30px;
    padding: 2px 10px;
    font-size: 9px;
  }

  .hero {
    min-height: 578px;
  }

  .hero__image {
    object-position: 50% 50% center;
  }

  .hero__content {
    padding-top: 44px;
  }

  .serenia-wordmark {
    font-size: 21px;
  }

  .hero h1 {
    margin-top: 25px;
    font-size: 29px;
  }

  .hero__cta {
    right: 24px;
    bottom: 108px;
    min-height: 32px;
    font-size: 10px;
  }

  .hero__registration {
    inset: auto 0 0;
    height: 92px;
    padding: 14px 24px;
    background: #000;
    color: #fff;
    font: 500 14px/normal var(--wal-font-gilroy);
    text-align: left;
    text-transform: uppercase;
  }

  .hero__registration span {
    display: block;
  }

  .hero__registration span + span {
    margin-left: 0;
  }

  .section-pad {
    padding: 54px 24px;
  }

  .overview {
    display: block;
    min-height: 0;
  }

  .overview__copy {
    margin: 30px 0;
    font-size: 13px;
  }

  .overview__copy p + p {
    margin-top: 22px;
  }

  .overview__image {
    height: 260px;
  }

  .values {
    display: block;
  }

  .values__list {
    width: 100%;
    min-height: 382.8125px;
    height: 382.8125px;
    background-image: url("../assets/images/values-background-mobile.png");
    background-size: auto 100%;
  }

  .value-item {
    width: 49.013px;
    height: 56.384px;
  }

  .value-item:nth-child(1),
  .value-item:nth-child(2) {
    top: 89.062px;
  }

  .value-item:nth-child(3),
  .value-item:nth-child(4) {
    top: 216.28px;
  }

  .value-item:nth-child(1),
  .value-item:nth-child(3) {
    left: 95.833px;
  }

  .value-item:nth-child(2),
  .value-item:nth-child(4) {
    left: 229.742px;
  }

  .value-item__icon {
    width: 39.266px;
    height: 39.266px;
  }

  .value-item:nth-child(2) .value-item__icon img {
    width: 60.42%;
    height: 60.42%;
  }

  .value-item:nth-child(3) .value-item__icon img {
    width: 63.7%;
    height: 63.7%;
  }

  .value-item:nth-child(4) .value-item__icon img {
    width: 43.64%;
    height: 43.64%;
  }

  .value-item h3 {
    font-size: 8.454px;
    color: #C39A60;
    /* text-align: right; */
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    line-height: 200%; /* 16.908px */
    margin: 0;
  }

  .value-item p {
    top: 58.33px;
    width: 115px;
    font-size: 8.282px;
    line-height: normal;
  }

  .values__sports {
    display: block;
    min-height: 382.8125px;
    height: 382.8125px;
  }

  .values__sports img {
    width: 100%;
    min-height: 382.8125px;
    height: 382.8125px;
    object-fit: cover;
  }

  .section-lede {
    margin: 24px 0 30px;
    font-size: 13px;
  }

  .lifestyle__gallery {
    gap: 12px;
    overflow: auto;
    scrollbar-width: none;
    margin-right: -24px;
  }

  .lifestyle__gallery img {
    flex-basis: 76%;
    height: 250px;
  }

  .rise {
    width: calc(100% - 48px);
    height: 410px;
  }

  .rise__copy {
    top: 30px;
    right: 22px;
    width: 175px;
  }

  .rise h2 {
    font-size: 16px;
    margin-bottom: 26px;
  }

  .rise h2 em {
    font-size: 12px;
  }

  .stats {
    gap: 14px 8px;
    font-size: 7px;
  }

  .stats b {
    font-size: 19px;
  }

  .amenity-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 34px 10px;
    margin-top: 44px;
  }

  .amenity {
    font-size: 8px;
  }

  .amenity__icon {
    width: 32px;
    height: 32px;
    font-size: 15px;
    margin-bottom: 8px;
  }

  .unit-copy {
    display: block;
    margin: 24px 0 36px;
    font-size: 14px;
  }

  .unit-copy p + p {
    margin-top: 18px;
  }

  .plans {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .plan-card {
    min-height: 290px;
    border: 0.5px solid black;
    border-radius: 22px;

  }

  .plan-card img {
    height: 205px;
    margin-top: 20px;
  }

  .contact__form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 42px;
  }

  .contact__form .field:last-of-type,
  .contact__form .consent {
    grid-column: auto;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 46px;
    padding-top: 54px;
    padding-bottom: 40px;
  }

  .site-footer h2 {
    margin-bottom: 20px;
  }

  .mobile-action-bar {
    position: fixed;
    inset: auto 0 0;
    z-index: var(--wal-sticky-z);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    min-height: 98px;
    padding: 14px 24px calc(14px + env(safe-area-inset-bottom));
    background: #fff;
  }

  .mobile-action-bar .wal-button {
    width: 123px;
    height: 40px;
    padding: 4px 20px;
    line-height: 1.05;
  }
}

.amenity__icon img {
  width: auto;
  height: auto;
  max-width: 64px;
  max-height: 50px;
}

/* Figma header and regulatory-strip overrides: desktop and mobile use different frame specs. */
.hero__registration {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  padding: 10px 64px;
  background: #000;
  color: #fff;
  font: 500 12px/normal var(--wal-font-gilroy);
  text-align: initial;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero__registration .reg-url {
  margin-left: 0.3em;
}

@media (max-width: 767px) {
  .site-header {
    height: 60px;
    padding: 12px 24px;
  }

  .site-header .wal-mark {
    width: 38.491px;
    height: 36px;
  }

  .site-header .site-header__brochure {
    width: 88px;
    height: 36px;
    min-height: 36px;
    padding: 4px 0;
    overflow: visible;
    font: 700 12px/14px var(--wal-font-gilroy);
  }

  .hero__registration {
    display: block;
    height: 92px;
    padding: 14px 24px;
    white-space: normal;
    font: 500 14px/normal var(--wal-font-gilroy);
    text-align: left;
  }

  .hero__registration > span {
    display: block;
  }

  .hero__registration .reg-url {
    display: block;
    margin-left: 0;
  }
}

/* Frame 1000006057: exact Figma headline typography for desktop and mobile. */
.hero h1 {
  width: 450.86px;
  max-width: 100%;
  color: #000;
  font: 400 31.823px/normal var(--wal-font-classico);
}

.hero__content .gold-rule {
  width: 116.404px;
  margin-top: 9.837px;
  background: var(--wal-gold);
}

@media (max-width: 767px) {
  .hero h1 {
    width: 293px;
    font: 400 22px/normal var(--wal-font-classico);
  }

  .hero__content .gold-rule {
    width: 85.469px;
    margin-top: 7.223px;
  }
}

/* Frame 1000006050: use the complete exported Serenia mark, not text recreation. */
.hero__logo {
  display: block;
  width: 163.324px;
  height: 46px;
  margin: 0 auto;
  object-fit: contain;
}

@media (max-width: 767px) {
  .hero__logo {
    width: 124.265px;
    height: 35px;
  }
}

/* Frame 1000006062 / 1000006099: Project Overview layout and typography. */
.overview {
  box-sizing: border-box;
  width: 100%;
  max-width: 100vw;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  padding: 104px 64px;
  grid-template-columns: 295fr 282fr 545fr;
  gap: clamp(32px, 6.6vw, 95px);
  min-height: 620px;
}

.overview .section-heading {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
}

.overview__intro {
  display: contents;
}

.overview .section-heading h2 {
  color: var(--wal-gold-strong);
  font: 400 32px/normal var(--wal-font-classico);
  white-space: nowrap;
}

.overview .section-heading__rule {
  width: 142px;
  margin-top: 0;
}

.overview__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  font: 400 16px/26px var(--wal-font-gilroy);
}

.overview__copy p {
  margin: 0;
}

.overview__copy p + p {
  margin-top: 0 !important;
}

.overview__image {
  min-width: 0;
  display: block;
  width: 100%;
  height: 412px;
  overflow: hidden;
}

.overview__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767px) {
  .overview {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 45px;
    width: auto;
    max-width: calc(100% - 48px);
    min-height: 0;
    /* Figma leaves the overview image breathing room before the values panel. */
    margin: 48px 24px 64px;
    padding: 0;
  }

  .hero {
    min-height: 670px;
  }

  .overview__intro {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .overview .section-heading {
    gap: 5.384px;
    width: 240px;
  }

  .overview .section-heading h2 {
    font: 400 26px/normal var(--wal-font-classico);
  }

  .overview .section-heading__rule {
    width: 84.946px;
  }

  .overview__copy {
    gap: 17.946px;
    width: 100%;
    font: 400 14px/normal var(--wal-font-gilroy);
  }

  .overview__image {
    width: 100%;
    height: 321px;
  }
}

/* Shared Figma section-heading scale: 32px desktop, 26px mobile. */
.section-heading h2 {
  font-size: 32px;
  line-height: normal;
}

@media (max-width: 767px) {
  .section-heading h2 {
    font-size: 26px;
    line-height: normal;
  }
}

/* Figma typography and proportions for lifestyle, rise, and articulated amenities. */
.lifestyle .section-heading h2 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .lifestyle .section-heading h2 {
    font-size: 26px;
  }

  .lifestyle .section-lede {
    margin: 22px 0 45px;
    font: 400 14px/normal var(--wal-font-gilroy);
  }

  .rise {
    width: 100%;
    height: 781px;
  }

  .rise__image img {
    object-position: left center;
  }

  .rise__copy {
    top: 50px;
    right: auto;
    left: 24px;
    width: 290px;
    text-align: left;
  }

  .rise h2 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
    white-space: normal;
  }

  .rise h2 em {
    font: 400 26px/normal var(--wal-font-classico);
    font-style: normal;
  }

  .rise__rule {
    display: block;
    width: 142px;
    height: 1px;
    margin-top: 11px;
    background: rgba(255, 255, 255, 0.85);
  }

  .stats {
    width: 238.052px;
    gap: 16.7857px;
    margin: 20px 0 0;
  }

  .stats b {
    font-size: 20.371px;
  }

  .stats strong {
    font-size: 10.822px;
  }

  .stats em {
    margin-top: 4.002px;
    font-size: 9.801px;
  }

  .stats small {
    margin-top: 1.526px;
    font-size: 6.203px;
  }

  .stats span:last-child {
    grid-column: 1;
  }

  .stats span:last-child small {
    margin-top: 2.289px;
  }

  .amenity-grid {
    grid-template-columns: 53.187px 86.915px 56.532px;
    gap: 38px 44px;
    max-width: 285px;
    margin-top: 44px;
  }

  .amenity {
    font: 400 8px/normal var(--wal-font-gilroy);
  }

  .amenity__icon {
    width: 100%;
    height: 34px;
    margin-bottom: 8px;
  }

  .amenity__icon img {
    max-width: 44px;
    max-height: 34px;
  }
}

@media (max-width: 767px) {
  .field{
    font-size: 16px;
  }
  .lifestyle__gallery {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .lifestyle__gallery img {
    flex: 0 0 76%;
    width: auto;
    height: 250px;
  }

  .unit-copy {
    display: block;
    margin: 22px 0 36px;
    font: 400 14px/normal var(--wal-font-gilroy);
  }

  .unit-copy p + p {
    margin-top: 22px;
  }

  .plans {
    grid-template-columns: 1fr;
    gap: 26px;
    width: 100%;
  }

  .plan-card {
    width: 100%;
    height: 295px;
    min-height: 295px;
  }

  .plan-card span {
    top: 18px;
    font-size: 9.773px;
  }

  .plan-card:first-child picture,
  .plan-card:last-child picture {
    overflow: hidden;
    top: 60px;
    height: 206px;
    transform: translateX(-50%);
  }

  .plan-card:first-child picture {
    left: calc(50% + 0.5px);
    width: 270px;
  }

  .plan-card:last-child picture {
    left: calc(50% - 7.49px);
    width: 271.875px;
    height: 205.201px;
  }

  .plan-card:first-child img,
  .plan-card:last-child img {
    top: -18.95%;
    left: -20.84%;
    width: 150.92%;
    height: 223.99%;
    margin-top: 0;
  }

  .plan-card:last-child img {
    top: -131.85%;
    left: -21.19%;
    width: 153.43%;
    height: 230.35%;
  }

  .contact .section-heading {
    max-width: 254px;
  }

  .contact .section-heading h2 {
    font-size: 26px;
  }

  .contact__form {
    grid-template-columns: 1fr;
    gap: 28.76px;
    width: 100%;
    max-width: 327px;
    margin-top: 45px;
  }

  .field {
    gap: 5px;
    font: 400 15px/normal var(--wal-font-gilroy);
    opacity: 0.5;
  }

  .field input,
  .field--phone span {
    padding-bottom: 8px;
  }

  .consent {
    gap: 12px;
    font: 400 13px/normal var(--wal-font-gilroy);
    opacity: 1;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 54px 24px 40px;
    font-size: 12px;
  }

  .site-footer h2 {
    margin-bottom: 26px;
    font-size: 26px;
  }

  .site-footer p {
    font-size: 12px;
  }

  .site-footer p + p {
    margin-top: 18px;
  }
}
