:root {
  --accent: #a4cd00;
  --accent-glow: rgba(143, 181, 1, 0.45);
  --bg-dark: #0c0c0c;
  --text: #ffffff;
  --text-muted: #b8b8b8;
  --font-display: "Bebas Neue", "Oswald", sans-serif;
  --font-body: "Montserrat", "Segoe UI", sans-serif;
  --mockup-width: 1054;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg-dark);
  color: var(--text);
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.register__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.register__honeypot input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  background: transparent;
  opacity: 0;
  pointer-events: none;
}

.page {
  overflow-x: clip;
}

/* Hero */

.hero {
  position: relative;
  display: grid;
  background: var(--bg-dark);
}

.hero__bg,
.hero__overlay,
.hero__layout {
  grid-area: 1 / 1;
}

.hero__bg {
  width: 100%;
  height: auto;
  z-index: 0;
}

.hero__overlay {
  z-index: 1;
  align-self: stretch;
  background: linear-gradient(
    105deg,
    rgba(12, 12, 12, 0.82) 0%,
    rgba(12, 12, 12, 0.55) 42%,
    rgba(12, 12, 12, 0.08) 68%,
    rgba(12, 12, 12, 0.25) 100%
  );
  pointer-events: none;
}

.hero__layout {
  z-index: 2;
  align-self: stretch;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 24px;
  width: 100%;
  padding: 5% 5% 3%;
  /* 16px при ширине макета 1054px, масштабируется вместе с фоном */
  font-size: clamp(13px, calc(16 / var(--mockup-width) * 100vw), 22px);
}

/* Left column */

.hero__left {
  display: flex;
  flex-direction: column;
  --section-gap: clamp(16px, 3vw, 28px);
  gap: 0;
}

.hero__intro {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 0;
}

.hero__intro > p {
  isolation: isolate;
}

.hero__opening {
  margin: 0;
  padding-block: 0.02em;
  font-family: "Oswald", var(--font-display);
  font-size: 5.0em;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero__subtitle {
  margin: 0;
  padding-block: 0.02em;
  font-family: var(--font-body);
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
}

.hero__logo {
  margin: 0;
  padding-block: 0.02em;
  font-family: var(--font-display);
  font-size: 9.0em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero__logo-archi {
  background: linear-gradient(
    165deg,
    #ffffff 0%,
    #d4d4d4 18%,
    #ffffff 38%,
    #9a9a9a 58%,
    #f0f0f0 78%,
    #b8b8b8 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.35));
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.hero__logo-telo {
  color: var(--accent);
}

/* Location */

.location {
  width: 100%;
  max-width: 670px;
}

.location > p {
  isolation: isolate;
}

.location__line-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  width: 100%;
  max-width: 100%;
}

.location__line {
  flex: 1;
  height: 1px;
  background: var(--accent);
  opacity: 0.8;
}

.location__place {
  font-family: var(--font-body);
  font-size: 1.5em;
  text-transform: uppercase;
  color: var(--accent);
  white-space: nowrap;
}

.location__mall {
  margin: 0.2em 0 0.05em;
  padding-block: 0.02em;
  font-family: var(--font-display);
  font-size: 5.3em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.location__line-wrap--address {
  padding: 0 50px;
  width: 100%;
  max-width: 100%;
  gap: 70px;
  margin-bottom: 0.15em;
}

.location__address {
  font-family: var(--font-body);
  font-size: 1.0em;
  font-weight: 600;
  color: var(--accent);
  white-space: nowrap;
}

.location__size {
  margin: 2.0em 0 0 0;
  display: flex;
  align-items: center;
  gap: 0.35em;
}

.location__size-num {
  font-family: var(--font-display);
  font-size: 8.2em;
  line-height: 1;
  color: var(--accent);
}

.location__size-unit {
  display: flex;
  flex-direction: column;
  font-family: var(--font-display);
  font-size: 2.0em;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Discount */

.discount {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 400px;
  margin-top: var(--section-gap);
  padding: 12px 16px;
  border: 2px solid var(--accent);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.55);
}

.discount__icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.discount__main {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.55em;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.discount__main span {
  color: var(--accent);
}

.discount__sub {
  margin: 0.15em 0 0;
  font-family: var(--font-display);
  font-size: 0.88em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.discount__text {
  margin-top: 15px;
}

/* Services */

.services {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
  width: fit-content;
  max-width: 100%;
  margin-top: var(--section-gap);
}

.services__item {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  padding: 0;
  text-align: center;
}

.services__item + .services__item {
  margin-left: 0.45em;
  padding-left: 0.45em;
  border-left: 1px solid rgba(164, 205, 0, 0.35);
}

.services__item:not(:last-child)::after {
  content: none;
}

.services__item img {
  width: 3.1em;
  height: 3.1em;
  object-fit: contain;
}

.services__item span {
  display: block;
  font-size: 0.54em;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Registration form */

.register {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 340px;
  padding: 20px 18px;
  background: rgba(0, 0, 0, 0.88);
  border: 2px solid var(--accent);
  border-radius: 16px;
  box-shadow: 0 0 22px var(--accent-glow);
  --field-h: 2.6em;
  position: sticky;
  top: 1.5rem;
  z-index: 5;
  align-self: start;
}

.register__title {
  margin: 0 0 0.1em;
  font-family: var(--font-display);
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.register__title-accent {
  color: var(--accent);
}

.register__input {
  width: 100%;
  height: var(--field-h);
  padding: 0 1em;
  border: none;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 0.84em;
  line-height: 1;
  color: #111;
  background: #fff;
  outline: none;
}

.register__input::placeholder {
  color: #888;
}

.register__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  cursor: pointer;
  font-size: 0.52em;
  line-height: 1.45;
  color: var(--text-muted);
}

.register__consent input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.register__checkbox {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  border: 2px solid var(--accent);
  border-radius: 3px;
  background: transparent;
  position: relative;
}

.register__input--error {
  border: 2px solid #e53935;
  box-shadow: 0 0 8px rgba(229, 57, 53, 0.45);
}

.register__consent--error .register__checkbox {
  border-color: #e53935;
  box-shadow: 0 0 0 1px #e53935;
}

.register__consent--error .register__consent-text {
  color: #ff8a80;
}

.register__consent input:checked + .register__checkbox::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  width: 5px;
  height: 9px;
  border: solid var(--accent);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.register__consent-text {
  margin-top: 3px;
}

.register__consent-text a {
  color: rgba(164, 205, 0, 0.85);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.register__consent-text a:hover {
  color: var(--accent);
}

.register__submit {
  margin-top: 0.15em;
  height: var(--field-h);
  padding: 0 1em;
  border: none;
  border-radius: 10px;
  font-family: var(--font-display);
  font-size: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
  background: var(--accent);
  cursor: pointer;
  transition: filter 0.2s, transform 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register__submit:hover {
  filter: brightness(1.08);
}

.register__submit:active {
  transform: scale(0.98);
}

.register__submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

/* Footer contacts */

.contacts {
  margin-top: auto;
  padding-top: 8px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.contacts__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  width: fit-content;
  max-width: 100%;
  padding: 16px 20px;
  border: 2px solid var(--accent);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.88);
}

.contacts__phone-icon img {
  width: clamp(52px, 12vw, 72px);
  height: clamp(52px, 12vw, 72px);
  object-fit: contain;
}

.contacts__info {
  text-align: center;
}

.contacts__slogan {
  margin: 0 0 0.15em;
  font-family: var(--font-body);
  font-size: 0.7em;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contacts__number {
  font-family: var(--font-display);
  font-size: 2.45em;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--accent);
  transition: opacity 0.2s;
}

.contacts__number:hover {
  opacity: 0.85;
}

.contacts__social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contacts__social a {
  display: block;
  transition: transform 0.2s;
}

.contacts__social a:hover {
  transform: scale(1.08);
}

.contacts__social img {
  width: clamp(38px, 9vw, 48px);
  height: clamp(38px, 9vw, 48px);
  object-fit: contain;
}

/* Mobile — отдельная вёрстка, не масштабирование десктопа */

@media (max-width: 899px) {
  .hero {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 100svh;
    min-height: 100dvh;
  }

  .hero__bg,
  .hero__overlay,
  .hero__layout {
    grid-area: unset;
  }

  .hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 62% 18%;
  }

  .hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
      180deg,
      rgba(12, 12, 12, 0.92) 0%,
      rgba(12, 12, 12, 0.84) 35%,
      rgba(12, 12, 12, 0.8) 65%,
      rgba(12, 12, 12, 0.88) 100%
    );
  }

  .hero__layout {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    min-height: 100svh;
    min-height: 100dvh;
    padding: max(16px, env(safe-area-inset-top)) 16px max(20px, env(safe-area-inset-bottom));
    font-size: 16px;
  }

  .hero__left {
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .hero__intro {
    gap: 6px;
    margin-bottom: 8px;
  }

  .hero__opening {
    font-size: 32px;
    letter-spacing: 0.04em;
    line-height: 1;
  }

  .hero__subtitle {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.35;
  }

  .hero__logo {
    font-size: 56px;
    line-height: 1;
    margin-top: 0;
    word-break: break-word;
  }

  .location {
    max-width: 100%;
  }

  .location__line-wrap {
    gap: 8px;
    margin-bottom: 6px;
    width: fit-content;
    max-width: 100%;
    margin-inline: 0;
  }

  .location__line {
    flex: 0 0 24px;
    width: 24px;
    min-width: 16px;
  }

  .location__place {
    font-size: 11px;
    letter-spacing: 0.04em;
    white-space: nowrap;
    text-align: left;
    line-height: 1.25;
    max-width: none;
    flex: 0 1 auto;
  }

  .location__mall {
    font-size: 40px;
    line-height: 1;
    margin: 4px 0 6px;
    text-align: left;
  }

  .location__line-wrap--address {
    padding: 0;
    gap: 8px;
    margin-bottom: 4px;
    width: fit-content;
    max-width: 100%;
    margin-inline: 0;
  }

  .location__address {
    font-size: 13px;
    white-space: nowrap;
    text-align: left;
    flex: 0 1 auto;
  }

  .location__size {
    margin-top: 12px;
    gap: 8px;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .location__size-num {
    font-size: 52px;
    line-height: 1;
  }

  .location__size-unit {
    font-size: 18px;
    line-height: 1;
  }

  .discount {
    max-width: 100%;
    width: 100%;
    margin-top: 16px;
    padding: 12px 14px;
    gap: 12px;
  }

  .discount__icon {
    width: 52px;
    height: 52px;
  }

  .discount__main {
    font-size: 22px;
    line-height: 1.05;
  }

  .discount__sub {
    font-size: 13px;
    margin-top: 4px;
  }

  .discount__text {
    margin-top: 0;
  }

  .services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    gap: 10px 8px;
    margin-top: 16px;
  }

  .services__item {
    min-width: 0;
    padding: 10px 6px;
  }

  .services__item + .services__item {
    margin-left: 0;
    padding-left: 6px;
    border-left: none;
  }

  .services__item:nth-child(even) {
    border-left: 1px solid rgba(164, 205, 0, 0.2);
  }

  .services__item img {
    width: 44px;
    height: 44px;
  }

  .services__item span {
    font-size: 11px;
    line-height: 1.2;
  }

  .register {
    position: static;
    width: 100%;
    max-width: 400px;
    margin: 8px auto 0;
  }

  .contacts {
    width: 100%;
    margin-top: 12px;
    padding-top: 0;
  }

  .contacts__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 16px 14px;
    border-radius: 16px;
    box-shadow: 0 0 22px var(--accent-glow);
    gap: 10px 12px;
  }

  .contacts__phone-icon {
    flex-shrink: 0;
  }

  .contacts__phone-icon img {
    width: 40px;
    height: 40px;
  }

  .contacts__info {
    width: auto;
    flex: 0 1 auto;
    min-width: 0;
    text-align: center;
  }

  .contacts__slogan {
    font-size: 9px;
    letter-spacing: 0.05em;
    line-height: 1.25;
  }

  .contacts__number {
    font-size: 20px;
    line-height: 1;
    white-space: nowrap;
  }

  .contacts__social {
    flex-shrink: 0;
    justify-content: center;
    gap: 8px;
    width: auto;
    padding-top: 0;
    border-top: none;
  }

  .contacts__social img {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 380px) {
  .hero__layout {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero__opening {
    font-size: 28px;
  }

  .hero__logo {
    font-size: 48px;
  }

  .location__mall {
    font-size: 34px;
  }

  .location__size-num {
    font-size: 44px;
  }

  .location__place {
    font-size: 10px;
    letter-spacing: 0.03em;
  }

  .location__address {
    font-size: 12px;
  }

  .location__line {
    flex-basis: 18px;
    width: 18px;
  }

  .contacts__number {
    font-size: 18px;
  }

  .contacts__phone-icon img {
    width: 36px;
    height: 36px;
  }

  .contacts__social img {
    width: 28px;
    height: 28px;
  }

  .contacts__social {
    gap: 6px;
  }

  .contacts__inner {
    gap: 8px;
    padding: 14px 10px;
  }
}

@media (min-width: 640px) and (max-width: 899px) {
  .hero__layout {
    padding-left: 24px;
    padding-right: 24px;
    gap: 24px;
  }

  .hero__opening {
    font-size: 38px;
  }

  .hero__subtitle {
    font-size: 17px;
  }

  .hero__logo {
    font-size: 64px;
  }

  .location__mall {
    font-size: 48px;
  }

  .location__size-num {
    font-size: 60px;
  }

  .register {
    max-width: 420px;
  }

  .contacts__inner {
    max-width: 420px;
  }

  .contacts__number {
    font-size: 22px;
  }
}

/* Desktop — layout as on mockup */

@media (min-width: 900px) {
  .hero__layout {
    grid-template-columns: 58% 42%;
    grid-template-rows: 1fr auto;
    align-content: start;
    gap: 0;
    min-height: 100%;
    padding: 2.8% 3.5% 2%;
  }

  .hero__left {
    grid-column: 1;
    grid-row: 1;
    --section-gap: clamp(14px, 2.2vw, 24px);
    gap: 0;
    padding-right: 4%;
  }

  .hero__intro {
    gap: 4px;
  }

  .discount {
    max-width: 380px;
  }

  .services {
    margin-top: var(--section-gap);
  }

  .register {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: 88%;
    max-width: 320px;
    margin-top: 14%;
    margin-right: 2%;
    top: 2rem;
  }

  .contacts {
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: end;
    justify-self: center;
    width: auto;
    max-width: 100%;
    padding-top: 0;
    margin-top: auto;
  }

  .contacts__inner {
    flex-wrap: nowrap;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    padding: 18px 24px;
    gap: 20px 24px;
  }

  .contacts__info {
    text-align: center;
    flex: 0 1 auto;
    padding: 0;
  }
}

@media (min-width: 1100px) {
  .hero__layout {
    padding: 2.5% 4% 1.8%;
  }

  .register {
    max-width: 21.25em;
    margin-top: 16%;
    margin-right: 4%;
  }
}

/* Legal modals */

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(6px);
}

.modal-overlay.open {
  display: flex;
}

.modal-legal {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 820px;
  max-height: 88vh;
  background: #111;
  border: 2px solid var(--accent);
  border-radius: 16px;
  box-shadow: 0 0 30px var(--accent-glow);
  animation: modalIn 0.35s ease;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.modal-legal-head {
  flex-shrink: 0;
  padding: 24px 32px 16px;
  border-bottom: 1px solid rgba(164, 205, 0, 0.2);
}

.modal-legal-head h3 {
  margin: 0;
  padding-right: 44px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--text);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(164, 205, 0, 0.35);
  border-radius: 8px;
  background: transparent;
  color: var(--text-muted);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.modal-close:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.modal-legal-body {
  padding: 24px 32px 32px;
  overflow-y: auto;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

.modal-legal-body h4 {
  margin: 24px 0 10px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}

.modal-legal-body h4:first-child {
  margin-top: 0;
}

.modal-legal-body p {
  margin: 0 0 12px;
}

.modal-legal-body ul {
  margin: 0 0 14px;
  padding-left: 20px;
}

.modal-legal-body li {
  margin-bottom: 6px;
}

.modal-legal-body strong {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.modal-legal-body a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: break-word;
}

.modal-legal-body a:hover {
  filter: brightness(1.1);
}

.modal-legal-body::-webkit-scrollbar {
  width: 6px;
}

.modal-legal-body::-webkit-scrollbar-thumb {
  background: rgba(164, 205, 0, 0.35);
  border-radius: 3px;
}

.modal-legal--compact {
  max-width: 480px;
}

.modal-legal-body--center {
  text-align: center;
}

.modal-success-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--accent);
}

.modal-success-icon svg {
  width: 56px;
  height: 56px;
}

.modal-legal--error {
  border-color: #e53935;
  box-shadow: 0 0 30px rgba(229, 57, 53, 0.35);
}

.modal-error-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  color: #e53935;
}

.modal-error-icon svg {
  width: 56px;
  height: 56px;
}

.modal-legal-body--center p:last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .modal-overlay {
    padding: 12px;
  }

  .modal-legal {
    max-height: 92vh;
  }

  .modal-legal-head {
    padding: 20px 16px 14px;
  }

  .modal-legal-head h3 {
    font-size: 1.1rem;
  }

  .modal-legal-body {
    padding: 16px;
    font-size: 13px;
  }
}
