:root {
  --color-black: #000;
  --color-white: #fff;
  --color-soft-gray: #eaeaea;
  --color-line: #d9d9d9;
  --color-muted: #555;
  --font-body: "Lato", "Noto Sans SC", Arial, sans-serif;
  --font-serif: "Playfair Display", Georgia, "Times New Roman", "Noto Sans SC", serif;
  --container: 960px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--color-black);
  background: var(--color-soft-gray);
  font-family: var(--font-body);
  font-weight: 300;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.skip-link {
  position: absolute;
  left: 16px;
  top: 8px;
  z-index: 20;
  font-size: 12px;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  height: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 70px;
  background: var(--color-white);
  font-size: 10px;
  line-height: 1;
}

.site-header__brand {
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-serif);
  font-size: 16px;
  letter-spacing: 4px;
  white-space: nowrap;
}

.site-header__nav {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  gap: 0;
  font-family: "Arial Black", Arial, "Noto Sans SC", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
}

.site-header__nav a {
  color: var(--color-black);
  white-space: nowrap;
  border-right: 1px solid var(--color-black);
  padding-right: 14px;
  margin-right: 14px;
}

.site-header__nav a:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.site-header__nav a:nth-child(1) { width: 218px; }
.site-header__nav a:nth-child(2) { width: 229px; }
.site-header__nav a:nth-child(3) { width: 181px; }
.site-header__nav a:nth-child(4) { width: 94px; }

.site-header__nav a:hover { opacity: .58; }

.language-toggle {
  position: fixed;
  top: 26px;
  right: 28px;
  z-index: 20;
  min-width: 54px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid var(--color-black);
  background: var(--color-white);
  color: var(--color-black);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.language-toggle:hover {
  background: var(--color-black);
  color: var(--color-white);
}

.site-header__toggle {
  display: none;
  width: 34px;
  height: 28px;
  padding: 5px;
  border: 0;
  background: transparent;
}

.site-header__toggle span {
  display: block;
  height: 1px;
  margin: 5px 0;
  background: var(--color-black);
}

.hero {
  position: relative;
  margin-top: 99px;
  min-height: 890px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #101423;
}

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

.hero__content {
  position: relative;
  z-index: 1;
  width: min(900px, calc(100% - 40px));
  text-align: center;
  color: var(--color-white);
}

.hero h1 {
  margin: 0 0 42px;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(42px, 7vw, 94px);
  line-height: 1.02;
}

.button,
.feature-card a,
.service-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 27px;
  padding: 0 20px;
  font-size: 12px;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.button--light {
  background: var(--color-white);
  color: var(--color-black);
}

.button--light:hover { background: var(--color-black); color: var(--color-white); }

.philosophy {
  background: var(--color-white);
  padding: 62px 20px 58px;
}

.philosophy__wrap {
  width: min(760px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 118px;
}

.philosophy__title p {
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 700;
}

.philosophy h2 {
  margin: 0 0 22px;
  font-family: var(--font-serif);
  font-size: 46px;
  line-height: 1.1;
  font-weight: 400;
}

.philosophy__title img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
}

.philosophy__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 58px;
  min-height: 430px;
  font-size: 17px;
  line-height: 1.65;
}

.philosophy__copy p { margin: 0; }
.philosophy__copy strong { font-weight: 700; }

.newsletter {
  padding: 70px 20px 44px;
  background: var(--color-soft-gray);
}

.newsletter__panel {
  width: min(790px, 100%);
  margin: 0 auto;
  padding: 52px 54px 54px;
  background: var(--color-white);
}

.newsletter h2 {
  margin: 0 0 30px;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 34px;
  line-height: 1.15;
}

.newsletter label,
.visit__form label {
  display: block;
  font-size: 13px;
}

.newsletter label {
  font-size: 16px;
}

.newsletter__row {
  display: grid;
  grid-template-columns: 1fr 210px;
}

input,
textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--color-black);
  border-radius: 0;
  background: transparent;
  font: inherit;
  font-size: 14px;
  outline: none;
}

.newsletter input {
  height: 44px;
  border-color: var(--color-line);
}

button {
  cursor: pointer;
  font-family: var(--font-body);
}

.newsletter button,
.visit__form button {
  border: 0;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 12px;
}

.newsletter button {
  min-height: 44px;
  font-size: 15px;
  font-weight: 700;
}

.image-break {
  padding: 0 70px;
  background: var(--color-soft-gray);
}

.image-break img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.features {
  background: var(--color-white);
  padding: 0 20px 96px;
}

.features__grid {
  width: min(760px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.feature-card {
  min-height: 500px;
  padding: 72px 42px 44px;
  text-align: center;
  border-top: 1px solid var(--color-line);
}

.feature-card:nth-child(odd) { border-right: 1px solid var(--color-line); }

.feature-card h3 {
  margin: 0 0 34px;
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 400;
}

.feature-card p {
  margin: 0 auto 34px;
  font-size: 15px;
  line-height: 1.55;
}

.feature-card a {
  border: 1px solid #f0f0f0;
  color: #d8d8d8;
}

.feature-card a:hover {
  border-color: var(--color-black);
  color: var(--color-black);
}

.booking {
  background: var(--color-white);
  padding: 0 20px 72px;
}

.booking h2 {
  margin: 0 0 60px;
  text-align: center;
  font-family: var(--font-serif);
  font-size: 48px;
  font-weight: 400;
}

.booking__list {
  width: min(760px, 100%);
  margin: 0 auto;
}

.service-row {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 28px;
  padding: 24px 0 28px;
  border-top: 1px solid var(--color-line);
}

.service-row:last-child { border-bottom: 1px solid var(--color-line); }

.service-row img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  object-position: left center;
}

.service-row h3 {
  margin: 0 0 28px;
  font-size: 18px;
  font-weight: 300;
}

.service-row p {
  margin: 0 0 12px;
  font-size: 15px;
}

.service-row a {
  min-width: 70px;
  height: 24px;
  padding: 0 10px;
  background: var(--color-black);
  color: var(--color-white);
  font-weight: 700;
}

.visit {
  display: grid;
  grid-template-columns: 1fr 540px;
  gap: 70px;
  padding: 56px 170px 68px;
  color: var(--color-white);
  background:
    radial-gradient(circle at 85% 110%, #8079ff 0 22%, transparent 45%),
    radial-gradient(circle at 8% 0%, #000 0 38%, transparent 68%),
    radial-gradient(circle at 60% 40%, #000 0 38%, transparent 70%),
    #746fe7;
}

.visit h2 {
  margin: 0 0 24px;
  font-size: 38px;
  font-weight: 300;
}

.visit h3 {
  margin: 0 0 18px;
  font-size: 17px;
}

.visit p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.6;
}

.visit__form {
  color: var(--color-black);
  background: var(--color-white);
  padding: 25px 24px 32px;
}

.visit__form h2 {
  margin: 0 0 24px;
  color: var(--color-black);
  font-size: 24px;
  font-weight: 300;
}

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

.visit__form input { height: 34px; margin-bottom: 22px; }
.visit__form textarea { resize: vertical; margin-bottom: 22px; }

.visit__form button {
  min-width: 70px;
  height: 24px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
}

.site-footer {
  min-height: 450px;
  display: grid;
  place-items: center;
  background: var(--color-soft-gray);
  font-size: 12px;
  color: var(--color-muted);
}

.site-footer--compact {
  min-height: 150px;
}

/* ---------- Appointments Page ---------- */
.appointments-page {
  margin-top: 99px;
  background: var(--color-soft-gray);
}

.social-rail {
  position: fixed;
  left: 30px;
  top: 325px;
  z-index: 8;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.social-rail a {
  display: block;
  width: 23px;
  height: 23px;
}

.social-rail img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.appointments-hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: #d9e4e5;
}

.appointments-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.appointments-hero__panel {
  position: relative;
  z-index: 1;
  width: 530px;
  min-height: 520px;
  margin-left: 220px;
  top: 42px;
  padding: 78px 45px 56px;
  color: var(--color-white);
  background: rgba(50, 88, 77, .82);
}

.appointments-hero__panel h1 {
  margin: 0 0 68px;
  font-family: var(--font-serif);
  font-size: 52px;
  line-height: 1.28;
  font-weight: 400;
}

.appointments-hero__panel p {
  margin: 0 0 14px;
  max-width: 390px;
  font-size: 18px;
  line-height: 1.7;
}

.appointments-hero__panel p:last-child {
  margin-bottom: 0;
}

.appointments-treatments {
  width: min(1300px, calc(100% - 140px));
  margin: 0 auto;
  padding: 100px 20px 42px;
  background: var(--color-white);
}

.appointments-treatments__eyebrow {
  margin: 0 0 62px;
  color: #b7c5aa;
  text-align: center;
  font-size: 16px;
  letter-spacing: .02em;
}

.appointments-tabs {
  width: min(940px, 100%);
  max-width: 100%;
  margin: 0 auto 60px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--color-line);
  list-style: none;
}

.appointments-tabs__button {
  width: 100%;
  height: 42px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 1.2;
}

.appointments-tabs__button.is-active {
  border-bottom-color: #a9b593;
}

.appointment-list {
  width: min(940px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 62px;
}

.appointment-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 321px;
}

.appointment-card img {
  width: 100%;
  height: 100%;
  min-height: 321px;
  object-fit: cover;
  object-position: left center;
}

.appointment-card__body {
  padding: 64px 60px 42px;
  background: #fbf5ea;
}

.appointment-card.is-hidden {
  display: none;
}

.appointment-card__category {
  margin-bottom: 14px !important;
  color: #8a967b !important;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1.25 !important;
}

.appointment-card__body h2 {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.25;
}

.appointment-card__body p {
  margin: 0 0 18px;
  color: #3b3b3b;
  font-size: 20px;
  line-height: 1.35;
}

.appointment-card__body a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 106px;
  height: 40px;
  margin-top: 10px;
  padding: 0 20px;
  background: #e7decc;
  color: #5c5c5c;
  font-size: 18px;
  transition: background .2s ease, color .2s ease;
}

.appointment-card__body a:hover {
  background: var(--color-black);
  color: var(--color-white);
}

/* ---------- Plans And Pricing Page ---------- */
.plans-page {
  margin-top: 99px;
  background: var(--color-soft-gray);
}

/* ---------- Contact Page ---------- */
.contact-page {
  min-height: 100vh;
  margin-top: 99px;
  padding: 26px 10px 18px;
  background: #f5efe8;
}

.contact-page__note {
  width: min(1180px, 100%);
  margin: 0 auto 14px;
  color: #6e6258;
  font-size: 14px;
}

.contact-layout {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 24px;
  align-items: stretch;
}

.contact-card {
  background: var(--color-white);
  border: 1px solid #e2d8ce;
  border-radius: 6px;
  box-shadow: 0 10px 26px rgba(73, 48, 30, .08);
}

.contact-card--info {
  padding: 26px 30px 24px;
}

.contact-card--info h1 {
  margin: 0 0 28px;
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
}

.contact-card dl {
  margin: 0;
}

.contact-card dt {
  margin-top: 18px;
  color: #7a6f67;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-card dd {
  margin: 4px 0 0;
  color: #1d1713;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.contact-card__actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.contact-button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #d8cbbf;
  border-radius: 999px;
  background: var(--color-white);
  color: #5d3b22;
  font-size: 13px;
  font-weight: 700;
}

.contact-button--primary {
  border-color: #5b321d;
  background: #5b321d;
  color: var(--color-white);
}

.contact-card--form {
  padding: 28px 30px 26px;
}

.contact-card--form h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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

.contact-form label {
  display: block;
  color: #332720;
  font-size: 12px;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #d9cfc5;
  border-radius: 5px;
  background: #fffdfa;
  font-size: 14px;
}

.contact-form input,
.contact-form select {
  height: 42px;
  padding: 0 12px;
}

.contact-form textarea {
  min-height: 105px;
  padding: 12px;
  resize: vertical;
}

.contact-form > label {
  margin-top: 18px;
}

.contact-form p {
  margin: 14px 0 14px;
  color: #8a7c71;
  font-size: 12px;
}

.plans-hero {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #98bdd8;
}

.plans-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plans-hero__panel {
  position: relative;
  z-index: 1;
  width: 530px;
  min-height: 372px;
  margin-left: 220px;
  top: 42px;
  padding: 80px 47px;
  color: var(--color-white);
  background: rgba(50, 88, 77, .82);
}

.plans-hero__panel h1 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 58px;
  line-height: 1.32;
  font-weight: 400;
}

.plans-pricing {
  width: min(1300px, calc(100% - 140px));
  margin: 0 auto;
  padding: 88px 26px 180px;
  background: var(--color-white);
}

.plans-pricing h2 {
  margin: 0 0 70px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: .02em;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.plan-card {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 515px;
  border: 1px solid #bcbcbc;
  background: var(--color-white);
  text-align: center;
}

.plan-card--featured {
  background: #eff1eb;
}

.plan-card__badge {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  min-width: 83px;
  padding: 10px 13px;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 14px;
}

.plan-card__main {
  display: grid;
  grid-template-rows: 70px 92px 32px 66px 50px;
  align-items: start;
  padding: 45px 32px 30px;
}

.plan-card__main h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 300;
}

.plan-card__price {
  margin: 0;
  font-size: 74px;
  line-height: 1;
  font-weight: 300;
}

.plan-card__price span {
  display: inline-block;
  margin-right: 18px;
  transform: translateY(-34px);
  font-size: 18px;
}

.plan-card__main p:not(.plan-card__price),
.plan-card__note p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

.plan-card__main a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border: 0;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 15px;
}

.plan-card__main a:hover {
  opacity: .72;
}

.plan-card__note {
  min-height: 146px;
  padding: 34px 28px 26px;
  border-top: 1px solid #bcbcbc;
}

@media (max-width: 1100px) {
  .site-header { padding: 0 22px; }
  .site-header__brand { left: 22px; }
  .site-header__nav {
    width: auto;
    font-size: 12px;
  }

  .site-header__nav a { width: auto !important; margin-right: 12px; }
  .image-break { padding-inline: 38px; }
  .visit { grid-template-columns: 1fr 430px; padding-inline: 80px; }
  .appointments-hero__panel { margin-left: 100px; }
  .appointments-treatments { width: calc(100% - 74px); }
  .plans-hero__panel { margin-left: 100px; }
  .plans-pricing { width: calc(100% - 74px); }
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .site-header {
    flex-wrap: wrap;
    min-height: 54px;
    height: auto;
    padding: 12px 18px;
  }

  .site-header__brand {
    position: static;
    transform: none;
  }

  .site-header__toggle { display: block; margin-left: auto; }
  .language-toggle {
    top: 12px;
    right: 64px;
    height: 30px;
    min-width: 48px;
    font-size: 12px;
  }

  .site-header__nav {
    position: static;
    display: none;
    width: 100%;
    padding: 14px 0 6px;
    flex-direction: column;
    align-items: flex-start;
    background: var(--color-white);
  }

  .site-header__nav a {
    width: auto !important;
    margin-right: 0;
  }

  .site-header.is-open .site-header__nav { display: flex; }
  .hero { margin-top: 54px; min-height: 640px; }
  .appointments-page { margin-top: 54px; }
  .plans-page { margin-top: 54px; }
  .contact-page { margin-top: 54px; }
  .philosophy__wrap { grid-template-columns: 1fr; gap: 30px; }
  .philosophy__copy { padding-top: 0; min-height: 0; gap: 28px; }
  .image-break { padding-bottom: 0; }
  .features__grid { grid-template-columns: 1fr; }
  .feature-card:nth-child(odd) { border-right: 0; }
  .visit { grid-template-columns: 1fr; padding: 48px 28px; }
  .social-rail { display: none; }
  .appointments-hero { min-height: 560px; }
  .appointments-hero__panel {
    width: min(530px, calc(100% - 56px));
    margin: 0 auto;
    min-height: 430px;
    padding: 58px 36px 44px;
  }

  .appointments-treatments {
    width: calc(100% - 36px);
    padding-top: 70px;
  }

  .appointment-list {
    width: min(440px, 100%);
  }

  .appointment-card {
    grid-template-columns: 1fr 1fr;
    min-height: 0;
  }

  .appointment-card img {
    height: 100%;
    min-height: 318px;
    object-fit: cover;
  }

  .plans-hero {
    min-height: 520px;
  }

  .plans-hero__panel {
    width: min(530px, calc(100% - 56px));
    margin: 0 auto;
    min-height: 330px;
    padding: 58px 36px;
  }

  .plans-pricing {
    width: calc(100% - 36px);
    padding: 70px 20px 90px;
  }
}

@media (max-width: 520px) {
  .site-header__brand { letter-spacing: 4px; font-size: 12px; }
  .hero { min-height: 520px; }
  .hero h1 { margin-bottom: 28px; }
  .philosophy { padding: 48px 26px; }
  .philosophy h2 { font-size: 34px; }
  .newsletter { padding-top: 42px; }
  .newsletter__panel { padding: 30px 22px; }
  .newsletter__row { grid-template-columns: 1fr; gap: 12px; }
  .newsletter button { height: 34px; }
  .image-break { padding: 0 20px; }
  .feature-card { min-height: 0; padding: 58px 12px 42px; }
  .booking h2 { font-size: 38px; }
  .service-row { grid-template-columns: 62px 1fr; gap: 16px; }
  .service-row img { width: 62px; height: 62px; }
  .visit__fields { grid-template-columns: 1fr; gap: 0; }
  .site-footer { min-height: 320px; }
  .site-footer--compact { min-height: 130px; }
  .appointments-hero { min-height: 530px; }
  .appointments-hero__panel {
    top: 32px;
    width: calc(100% - 36px);
    min-height: 410px;
    padding: 44px 28px 34px;
  }

  .appointments-hero__panel h1 {
    margin-bottom: 42px;
    font-size: 40px;
  }

  .appointments-hero__panel p {
    font-size: 15px;
  }

  .appointments-treatments {
    width: calc(100% - 20px);
    padding: 52px 16px 30px;
  }

  .appointments-treatments__eyebrow {
    margin-bottom: 34px;
  }

  .appointments-tabs {
    margin-bottom: 36px;
    grid-template-columns: 1fr;
  }

  .appointments-tabs__button {
    font-size: 15px;
  }

  .appointment-list {
    width: 340px;
    max-width: 100%;
    gap: 36px;
  }

  .appointment-card img {
    min-height: 246px;
  }

  .appointment-card__body {
    padding: 34px 22px 28px;
  }

  .appointment-card__body h2 {
    font-size: 22px;
  }

  .appointment-card__body p,
  .appointment-card__body a {
    font-size: 14px;
  }

  .appointment-card__body a {
    min-width: 82px;
    height: 34px;
    padding: 0 12px;
  }

  .plans-hero {
    min-height: 470px;
  }

  .plans-hero__panel {
    top: 40px;
    width: calc(100% - 36px);
    min-height: 290px;
    padding: 48px 28px;
  }

  .plans-hero__panel h1 {
    font-size: 40px;
  }

  .plans-pricing {
    width: calc(100% - 20px);
    padding: 52px 16px 70px;
  }

  .plans-pricing h2 {
    margin-bottom: 48px;
    font-size: 18px;
    line-height: 1.45;
  }

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

  .plan-card {
    min-height: 470px;
  }

  .plan-card__main {
    padding: 38px 28px 26px;
  }

  .plan-card__main h3 {
    font-size: 21px;
  }

  .plan-card__price {
    font-size: 68px;
  }

  .contact-page {
    padding: 18px 8px;
  }

  .contact-card--info,
  .contact-card--form {
    padding: 22px 18px;
  }

  .contact-card--info h1 {
    font-size: 32px;
  }

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