@import url("../styles.css?v=20260924-434");

:root {
  --gold-start: #e1ac41;
  --gold-center: #f9f295;
  --text-secondary: rgba(255, 255, 255, 0.58);
  --ease-standard: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #000000;
  color-scheme: dark;
}

body {
  min-width: 320px;
  margin: 0;
  overflow: hidden;
  background: #000000;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.jurisdiction-placeholder {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  background: #000000;
}

.jurisdiction-placeholder__content {
  position: absolute;
  z-index: 2;
  top: clamp(108px, 17vh, 146px);
  left: 50%;
  display: flex;
  width: min(760px, calc(100% - 40px));
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: translateX(-50%);
}

.jurisdiction-placeholder__title {
  margin: 0;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    var(--gold-center) 54%,
    var(--gold-start) 100%
  );
  background-clip: text;
  color: transparent;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(74px, 6.2vw, 100px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
  white-space: nowrap;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.jurisdiction-placeholder__title--long {
  font-size: clamp(68px, 5.8vw, 92px);
}

.jurisdiction-placeholder__title--very-long {
  font-size: clamp(64px, 5.5vw, 88px);
}

.jurisdiction-placeholder__title--residencia-paraguai {
  font-size: clamp(50px, 4.4vw, 72px);
}

.jurisdiction-placeholder__description {
  max-width: 500px;
  margin: 14px 0 0;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.24;
  letter-spacing: -0.012em;
  text-wrap: balance;
}

.jurisdiction-placeholder__description strong {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.jurisdiction-placeholder__button {
  display: inline-flex;
  min-width: 188px;
  height: 44px;
  margin-top: 24px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--gold-start) 0%,
    var(--gold-center) 50%,
    var(--gold-start) 100%
  );
  background-position: 0 50%;
  background-size: 200% 100%;
  color: #000000;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition:
    background-position 700ms var(--ease-standard),
    transform 180ms var(--ease-standard);
}

.jurisdiction-placeholder__button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

.jurisdiction-placeholder__globe {
  position: absolute;
  z-index: 1;
  top: clamp(352px, 43.5vh, 400px);
  left: 50%;
  display: block;
  width: min(860px, 72vw);
  aspect-ratio: 1;
  border: 0;
  transform: translateX(-50%);
}

@media (hover: hover) and (pointer: fine) {
  .jurisdiction-placeholder__button:hover {
    background-position: 100% 50%;
  }
}

@media (max-width: 700px) {
  .jurisdiction-placeholder {
    min-height: 560px;
  }

  .jurisdiction-placeholder__content {
    top: clamp(98px, 12.5vh, 110px);
    width: min(100% - 32px, 430px);
  }

  .jurisdiction-placeholder__title,
  .jurisdiction-placeholder__title--long {
    font-size: clamp(48px, 15vw, 62px);
    line-height: 1.08;
    white-space: normal;
    text-wrap: balance;
  }

  .jurisdiction-placeholder__title--very-long {
    max-width: 360px;
    font-size: clamp(36px, 10.6vw, 44px);
    line-height: 1.08;
    white-space: normal;
    text-wrap: balance;
  }

  .jurisdiction-placeholder__title--residencia-paraguai {
    max-width: 370px;
    font-size: clamp(34px, 9.4vw, 40px);
    line-height: 1.08;
    white-space: normal;
    text-wrap: balance;
  }

  .jurisdiction-placeholder__description {
    max-width: 350px;
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.28;
  }

  .jurisdiction-placeholder__button {
    height: 48px;
    margin-top: 24px;
    padding-inline: 28px;
    font-size: 14px;
  }

  .jurisdiction-placeholder__globe {
    top: clamp(368px, 45.5vh, 410px);
    width: 580px;
    max-width: none;
  }
}

@media (max-width: 390px) {
  .jurisdiction-placeholder__globe {
    width: 560px;
  }
}

@media (max-height: 700px) and (min-width: 701px) {
  .jurisdiction-placeholder__content {
    top: 72px;
  }

  .jurisdiction-placeholder__globe {
    top: 330px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jurisdiction-placeholder__button {
    transition: none;
  }
}
