/* =========================
   LOCAL PROCESS
   ========================= */

.section.lm-local-process {
  background: #191818;
}

.lm-local-process .section-panel,
.lm-local-process__panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, #211f1f 0%, #1b1919 30%, #151414 100%);
  border: 1px solid rgba(246, 234, 218, 0.1);
}

.lm-local-process__head {
  max-width: 900px;
  margin: 0 auto 24px;
  text-align: center;
}

.lm-local-process .section-kicker {
  color: rgba(246, 234, 218, 0.3);
}

.lm-local-process .section-title {
  color: #f6eada;
}

.lm-local-process .section-text {
  color: rgba(246, 234, 218, 0.82);
}

.lm-local-process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 26px;
}

.lm-local-step {
  display: flex;
  flex-direction: column;

  padding: 32px 28px 34px;

  color: #181512;
  background: #f6efe3;
  border-radius: 30px;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.lm-local-step:hover {
  transform: translateY(-4px);
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.lm-local-step__head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.lm-local-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  margin: 0;

  font-family: "Merriweather", serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;

  color: #9b7443;
  background: rgba(216, 183, 122, 0.08);
  border: 1px solid rgba(216, 183, 122, 0.35);
  border-radius: 50%;
}

.lm-local-step__title {
  min-width: 0;
  margin: 0;

  font-family: "Merriweather", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.14;
  text-align: left;
  color: #171411;
  text-wrap: pretty;
}

.lm-local-step__text {
  margin: 0;

  font-size: 16px;
  line-height: 1.7;
  color: rgba(17, 17, 17, 0.56);
}

.lm-local-step__text strong {
  font-weight: 700;
  color: #181512;
}

/* LOCAL PROCESS. RESPONSIVE - 1100px */
@media (max-width: 1100px) {
  .lm-local-process .section-panel,
  .lm-local-process__panel {
    padding: 42px 30px 44px;
    border-radius: 32px;
  }

  .lm-local-process .section-title,
  .lm-local-process__title {
    font-size: 34px;
  }

  .lm-local-process__grid {
    gap: 20px;
  }

  .lm-local-step {
    padding: 28px 22px 30px;
  }

  .lm-local-step__number {
    flex-basis: 74px;
    width: 74px;
    height: 74px;
    font-size: 31px;
  }

  .lm-local-step__title {
    font-size: 22px;
  }

  .lm-local-step__text {
    font-size: 15px;
  }
}

/* LOCAL PROCESS. RESPONSIVE - 900px */
@media (max-width: 900px) {
  .lm-local-process {
    padding: 64px 0 72px;
  }

  .lm-local-process__grid {
    gap: 16px;
  }

  .lm-local-step {
    padding: 24px 20px 24px 24px;
  }

  .lm-local-step__head {
    gap: 14px;
    margin-bottom: 18px;
  }

  .lm-local-step__number {
    flex-basis: 66px;
    width: 66px;
    height: 66px;
    font-size: 28px;
  }

  .lm-local-step__title {
    font-size: 21px;
  }

  .lm-local-step__text {
    font-size: 15px;
    line-height: 1.65;
  }
}

/* LOCAL PROCESS. RESPONSIVE - 800px */
@media (max-width: 800px) {
  .lm-local-process__grid {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 760px;
    margin: 0 auto;
  }

  .lm-local-step {
    max-width: 460px;
    margin-inline: auto;
    padding: 45px;
  }

  .lm-local-step__head {
    gap: 18px;
    margin-bottom: 18px;
  }

  .lm-local-step__number {
    flex-basis: 82px;
    width: 82px;
    height: 82px;
    font-size: 34px;
  }

  .lm-local-step__title {
    max-width: 11ch;
    font-size: 28px;
  }

  .lm-local-step__text {
    max-width: 34em;
  }
}

/* LOCAL PROCESS. RESPONSIVE - 600px */
@media (max-width: 600px) {
  .lm-local-process {
    padding: 54px 0 62px;
  }

  .lm-local-process .section-panel,
  .lm-local-process__panel {
    padding: 28px 18px 30px;
    border-radius: 24px;
  }

  .lm-local-process__head {
    margin-bottom: 26px;
  }

  .lm-local-process .section-title,
  .lm-local-process__title {
    font-size: 28px;
    line-height: 1.16;
  }

  .lm-local-process .section-text {
    max-width: 60ch;
    text-wrap: pretty;
  }

  .lm-local-step {
    min-height: auto;
    padding: 32px 28px 34px;
    border-radius: 22px;
  }

  .lm-local-step__head {
    gap: 14px;
    margin-bottom: 16px;
  }

  .lm-local-step__number {
    flex-basis: 66px;
    width: 66px;
    height: 66px;
    font-size: 28px;
  }

  .lm-local-step__title {
    font-size: 22px;
  }

  .lm-local-step__text {
    max-width: 34ch;
    margin-inline: auto;
    font-size: 15px;
    line-height: 1.65;
  }
}

/* LOCAL PROCESS. RESPONSIVE - 400px */
@media (max-width: 400px) {
  .lm-local-step {
    padding: 30px 22px 32px;
  }

  .lm-local-step__head {
    gap: 12px;
  }

  .lm-local-step__number {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
    font-size: 24px;
  }

  .lm-local-step__title {
    font-size: 20px;
  }
}


/* =========================
   LOCATION PREVIEW CARDS
   ========================= */

.location-preview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.location-preview-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;

  color: #191818;
  text-decoration: none;

  background: #f6efe3;
  border-radius: 34px;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.location-preview-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 30px 86px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.location-preview-card__image {
  position: relative;
  aspect-ratio: 1 / 0.86;
  overflow: hidden;
  isolation: isolate;
  background: #f6efe3;
}

.location-preview-card__image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  z-index: 2;

  height: 36%;

  background: linear-gradient(
    180deg,
    rgba(246, 239, 227, 0) 0%,
    rgba(246, 239, 227, 0.3) 30%,
    rgba(246, 239, 227, 0.55) 45%,
    rgba(246, 239, 227, 0.75) 55%,
    rgba(246, 239, 227, 0.95) 75%,
    #f6efe3 92%,
    #f6efe3 100%
  );

  pointer-events: none;
}

.location-preview-card__image img {
  display: block;
  width: 100%;
  height: calc(100% + 2px);
  object-fit: cover;
  transform: translateY(-6px) scale(1.005);
}

.location-preview-card__body {
  position: relative;
  z-index: 3;

  display: flex;
  flex: 1;
  flex-direction: column;

  margin-top: -80px;
  padding: 0 22px 30px 28px;
}

.location-preview-card__country {
  display: flex;
  align-items: center;
  gap: 14px;

  min-height: 72px;
  margin-top: 42px;
  margin-bottom: 0;
}

.location-preview-card__flag {
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  overflow: hidden;

  background: #f6efe3;
  border: 1px solid rgba(25, 24, 24, 0.08);
  border-radius: 50%;
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.location-preview-card__flag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-preview-card__title {
  margin: 0;

  font-family: "Merriweather", serif;
  font-size: 30px;
  line-height: 1.15;
  color: #181512;
}

.location-preview-card__title small {
  display: block;
  margin-top: 4px;

  color: rgba(25, 24, 24, 0.55);
  font-size: 12px;
  font-weight: 500;
}

.location-preview-card__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  margin-top: 0;
  margin-bottom: 18px;
  padding-top: 22px;

  border-top: 1px solid rgba(25, 24, 24, 0.12);
}

.location-preview-card__stats span {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 12px;

  color: rgba(25, 24, 24, 0.58);
  font-size: 14px;
  line-height: 1.25;
}

.location-preview-card__stats span:not(:last-child) {
  border-right: 1px solid rgba(25, 24, 24, 0.12);
}

.location-preview-card__stats strong {
  color: #191818;
  font-size: 15px;
  line-height: 1.2;
}

.location-preview-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;
  margin-top: auto;
  padding: 12px 18px;

  color: rgba(25, 24, 24, 0.72);
  font-size: 15px;
  line-height: 1;
  text-align: center;

  border: 1px solid rgba(108, 92, 69, 0.24);
  border-radius: 999px;
  opacity: 0.9;

  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.location-preview-card:hover .location-preview-card__cta {
  color: #f6efe3;
  background: #191818;
  border-color: #191818;
}

.location-preview-card.is-hidden {
  display: none;
}

.location-preview-card:not([href]) {
  pointer-events: none;
}

.location-preview-card--soon .location-preview-card__image img {
  filter: saturate(0.75) brightness(0.88) blur(0.3px);
}

.location-preview-card--soon .location-preview-card__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;

  background: rgba(246, 239, 227, 0.55);
}

.location-preview-card--soon .location-preview-card__cta {
  color: rgba(25, 24, 24, 0.5);
  background: rgba(25, 24, 24, 0.06);
  border-color: rgba(25, 24, 24, 0.12);
}

.location-countries__more {
  display: block;
  margin: 36px auto 0;
  padding: 0;

  color: rgba(0, 0, 0, 0.52);
  font: inherit;
  font-size: 17px;
  line-height: 1.4;
  cursor: pointer;

  background: transparent;
  border: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.location-countries__more:hover {
  opacity: 0.72;
}

.location-preview-card.is-hidden {
  display: none;
}

#countriesSection.is-open .location-preview-card.is-hidden {
  display: flex;
}

/* LOCATION PREVIEW CARDS. RESPONSIVE - 1100px */
@media (max-width: 1100px) {
  .location-preview__grid {
    gap: 24px;
  }

  .location-preview-card__body {
    padding-right: 22px;
    padding-left: 22px;
  }

  .location-preview-card__title {
    font-size: 27px;
  }

  .location-preview-card__flag {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }
}

/* LOCATION PREVIEW CARDS. RESPONSIVE - 1000px */
@media (max-width: 1000px) {
  .location-preview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 860px;
    margin: 0 auto;
    gap: 28px;
  }

  .location-preview-card__image {
    aspect-ratio: 1 / 0.9;
  }

  .location-preview-card__body {
    margin-top: -68px;
  }

  .location-preview-card__title {
    font-size: 30px;
  }
}

/* LOCATION PREVIEW CARDS. RESPONSIVE - 900px */
@media (max-width: 900px) {
  .location-countries .section-text {
    max-width: 100%;
  }
}

/* LOCATION PREVIEW CARDS. RESPONSIVE - 800px */
@media (max-width: 800px) {
  .location-preview__grid {
    max-width: 760px;
    gap: 24px;
  }

  .location-preview-card__image {
    aspect-ratio: 1 / 0.82;
  }

  .location-preview-card__body {
    margin-top: -56px;
  }

  .location-preview-card__title {
    font-size: 24px;
  }
}

/* LOCATION PREVIEW CARDS. RESPONSIVE - 650px */
@media (max-width: 650px) {
  .location-countries .section-text {
    max-width: 34ch;
  }
}

/* LOCATION PREVIEW CARDS. RESPONSIVE - 600px */
@media (max-width: 600px) {
  .location-preview__grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 0 auto;
    gap: 16px;
  }

  .location-preview-card {
    border-radius: 26px;
  }

  .location-preview-card__image {
    aspect-ratio: 1 / 0.76;
  }

  .location-preview-card__body {
    margin-top: -44px;
    padding: 0 20px 24px;
  }

  .location-preview-card__country {
    gap: 12px;
    min-height: auto;
    margin-top: 28px;
    margin-bottom: 16px;
  }

  .location-preview-card__flag {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }

  .location-preview-card__title {
    font-size: 25px;
  }

  .location-preview-card__stats {
    margin-bottom: 20px;
    padding-top: 18px;
  }

  .location-preview-card__stats span {
    padding: 0 12px;
    font-size: 14px;
  }

  .location-preview-card__stats strong {
    font-size: 14px;
  }

  .location-preview-card__cta {
    min-height: 48px;
    font-size: 14px;
  }

  .location-countries__more {
    margin-top: 24px;
    font-size: 15px;
  }
}

/* LOCATION PREVIEW CARDS. RESPONSIVE - 400px */
@media (max-width: 400px) {
  .location-preview__grid {
    max-width: 100%;
    padding: 0 10px;
    gap: 16px;
  }

  .location-preview-card {
    border-radius: 22px;
  }

  .location-preview-card__image {
    aspect-ratio: 1 / 0.9;
  }

  .location-preview-card__title {
    font-size: 23px;
  }

  .location-preview-card__stats span {
    padding: 0 8px;
    font-size: 12px;
  }
}


/* =========================
   GLOBAL PROCESS
   ========================= */

.section.lm-global-process {
  background: #191818;
}

.lm-global-process .section-panel,
.lm-global-process__panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, #211f1f 0%, #1b1919 30%, #151414 100%);
  border: 1px solid rgba(246, 234, 218, 0.1);
}

.lm-global-process__head {
  max-width: 900px;
  margin: 0 auto 24px;
  text-align: center;
}

.lm-global-process .section-kicker {
  color: rgba(246, 234, 218, 0.3);
}

.lm-global-process .section-title {
  color: #f6eada;
}

.lm-global-process .section-text {
  color: rgba(246, 234, 218, 0.82);
}

.lm-global-process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 26px;
}

.lm-step,
.lm-global-step {
  display: flex;
  flex-direction: column;

  padding: 32px 28px 34px;

  color: #181512;
  background: #f6efe3;
  border-radius: 30px;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.lm-step:hover,
.lm-global-step:hover {
  transform: translateY(-4px);
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.lm-global-step__head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.lm-global-step__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  margin: 0;

  border-radius: 50%;
  background: rgba(216, 183, 122, 0.08);
  border: 1px solid rgba(216, 183, 122, 0.35);
}

.lm-global-step__icon {
  width: 34px;
  height: 34px;

  fill: none;
  color: rgb(189, 165, 122);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.9;
}

.lm-step__title,
.lm-global-step__title {
  min-width: 0;
  margin: 0;

  font-family: "Merriweather", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.14;
  text-align: left;
  color: #171411;
  text-wrap: pretty;
}

.lm-step__text,
.lm-global-step__text {
  margin: 0;

  font-size: 16px;
  line-height: 1.7;
  color: rgba(17, 17, 17, 0.56);
}

.lm-step__text strong,
.lm-global-step__text strong {
  font-weight: 700;
  color: #181512;
}

/* GLOBAL PROCESS. RESPONSIVE - 1100px */
@media (max-width: 1100px) {
  .lm-global-process .section-panel,
  .lm-global-process__panel {
    padding: 42px 30px 44px;
    border-radius: 32px;
  }

  .lm-global-process .section-title,
  .lm-global-process__title {
    font-size: 34px;
  }

  .lm-global-process__grid {
    gap: 20px;
  }

  .lm-step,
  .lm-global-step {
    padding: 28px 22px 30px;
  }

  .lm-global-step__icon-wrap {
    flex-basis: 74px;
    width: 74px;
    height: 74px;
  }

  .lm-step__title,
  .lm-global-step__title {
    font-size: 22px;
  }

  .lm-step__text,
  .lm-global-step__text {
    font-size: 15px;
  }
}

/* GLOBAL PROCESS. RESPONSIVE - 1000px */
@media (max-width: 1000px) {
  .lm-global-process .section-panel,
  .lm-global-process__panel {
    padding: 36px 28px;
  }

  .lm-global-process__grid {
    gap: 14px;
  }

  .lm-step,
  .lm-global-step {
    padding: 28px;
  }
}

/* GLOBAL PROCESS. RESPONSIVE - 900px */
@media (max-width: 900px) {
  .lm-global-process {
    padding: 64px 0 72px;
  }

  .lm-global-process .section-panel,
  .lm-global-process__panel {
    padding: 36px 22px;
  }

  .lm-global-process__grid {
    gap: 16px;
  }

  .lm-step,
  .lm-global-step {
    padding: 24px 20px 24px 24px;
  }

  .lm-global-step__head {
    gap: 14px;
    margin-bottom: 18px;
  }

  .lm-global-step__icon-wrap {
    flex-basis: 66px;
    width: 66px;
    height: 66px;
  }

  .lm-global-step__icon {
    width: 30px;
    height: 30px;
  }

  .lm-step__title,
  .lm-global-step__title {
    font-size: 21px;
  }

  .lm-step__text,
  .lm-global-step__text {
    font-size: 15px;
    line-height: 1.65;
  }
}

/* GLOBAL PROCESS. RESPONSIVE - 800px */
@media (max-width: 800px) {
  .lm-global-process__grid {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 760px;
    margin: 0 auto;
  }

  .lm-global-process .section-text {
    max-width: 360px;
  }

  .lm-step,
  .lm-global-step {
    max-width: 460px;
    margin-inline: auto;
    padding: 45px;
  }

  .lm-global-step__head {
    gap: 18px;
    margin-bottom: 18px;
  }

  .lm-global-step__icon-wrap {
    flex-basis: 82px;
    width: 82px;
    height: 82px;
  }

  .lm-step__title,
  .lm-global-step__title {
    max-width: 11ch;
    font-size: 28px;
  }

  .lm-step__text,
  .lm-global-step__text {
    max-width: 34em;
  }
}

/* GLOBAL PROCESS. RESPONSIVE - 700px */
@media (max-width: 700px) {
  .lm-global-process .section-text {
    max-width: 38ch;
  }
}

/* GLOBAL PROCESS. RESPONSIVE - 600px */
@media (max-width: 600px) {
  .lm-global-process {
    padding: 54px 0 62px;
  }

  .lm-global-process .section-panel,
  .lm-global-process__panel {
    padding: 28px 18px 30px;
    border-radius: 24px;
  }

  .lm-global-process__head {
    margin-bottom: 26px;
  }

  .lm-global-process .section-title,
  .lm-global-process__title {
    max-width: 18ch;
    margin: 0 auto 18px;
    font-size: 28px;
    line-height: 1.16;
  }

  .lm-global-process .section-text {
    max-width: 34ch;
    font-size: 15px;
    line-height: 1.65;
    text-wrap: pretty;
  }

  .lm-step,
  .lm-global-step {
    min-height: auto;
    padding: 40px 45px;
    border-radius: 22px;
  }

  .lm-global-step__head {
    gap: 14px;
    margin-bottom: 16px;
  }

  .lm-global-step__icon-wrap {
    flex-basis: 66px;
    width: 66px;
    height: 66px;
  }

  .lm-global-step__icon {
    width: 29px;
    height: 29px;
  }

  .lm-step__title,
  .lm-global-step__title {
    font-size: 24px;
  }

  .lm-step__text,
  .lm-global-step__text {
    max-width: 34ch;
    margin-inline: auto;
    font-size: 15px;
    line-height: 1.65;
  }
}

/* GLOBAL PROCESS. RESPONSIVE - 400px */
@media (max-width: 400px) {
  .lm-step,
  .lm-global-step {
    padding: 40px 38px;
  }

  .lm-global-step__head {
    gap: 12px;
  }

  .lm-global-step__icon-wrap {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }

  .lm-global-step__icon {
    width: 26px;
    height: 26px;
  }

  .lm-step__title,
  .lm-global-step__title {
    font-size: 21px;
  }
}


/* =========================
   TEMPORARY COUNTRIES COMING SOON PAGE
   ========================= */

.location-soon__panel {
  position: relative;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 580px;
  padding: 70px 40px;

  text-align: center;
}

.location-soon__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;

  background: url("../../assets/images/locations/world-bg.png") center / contain no-repeat;
  opacity: 0.75;
  pointer-events: none;
}

.location-soon__content {
  position: relative;
  z-index: 1;

  max-width: 760px;
  margin: 0 auto;
}

.location-soon__text {
  max-width: 680px;
  margin: 0 auto;
}

.location-soon__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;
  margin-top: 34px;
  padding: 14px 30px;

  color: #6f5a46;
  background: transparent;
  border: 1px solid rgba(111, 90, 70, 0.42);
  border-radius: 999px;
  text-decoration: none;

  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    color 0.28s ease,
    background 0.28s ease;
}

.location-soon__btn:hover {
  transform: translateY(-2px) scale(1.02);

  color: #fbfaf9;
  background: #6f5a46;
  border-color: rgba(111, 90, 70, 0.7);

  box-shadow:
    0 10px 24px rgba(150, 118, 82, 0.14),
    0 0 20px rgba(248, 238, 223, 0.55);
}

/* COMING SOON PAGE. RESPONSIVE - 900px */
@media (max-width: 900px) {
  .location-soon__btn {
    min-height: 50px;
    padding: 13px 26px;
    font-size: 15px;
  }
}

/* COMING SOON PAGE. RESPONSIVE - 700px */
@media (max-width: 700px) {
  .location-soon__btn {
    min-height: 48px;
    padding: 12px 22px;
    font-size: 14px;
  }
}

/* COMING SOON PAGE. RESPONSIVE - 600px */
@media (max-width: 600px) {
  .location-soon__panel {
    min-height: 520px;
    padding: 56px 22px;
  }

  .location-soon__btn {
    max-width: 340px;
    min-height: 48px;
    margin-inline: auto;
    padding: 12px 20px;

    font-size: 14px;
    text-align: center;
  }
}

/* COMING SOON PAGE. RESPONSIVE - 400px */
@media (max-width: 400px) {
  .location-soon__btn {
    max-width: 100%;
    min-height: 46px;
    padding: 12px 18px;
  }
}