/* ── Fonts ───────────────────────────────────────────────────────────────── */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  src: url('fonts/static/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'MontserratBold';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/static/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'MontserratLight';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/static/Montserrat-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova';
  font-weight: 400 !important;
  src: url('fonts/proxima/proxima_nova_regular.woff2') format('woff2'),
       url('fonts/proxima/proxima_nova_regular.woff') format('woff'),
       url('fonts/proxima/proxima_nova_regular.otf') format('opentype');
}

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

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 1.2em;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 300;
  background: url('background.png') center center !important;
  background-size: cover !important;
}

b, strong { font-weight: 500; }

@media screen { ::selection { background: #5ca8d3; color: #fff; } }

/* ── Layout ──────────────────────────────────────────────────────────────── */
.mainContainer {
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 18px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  margin: 0 auto;
  display: block;
  opacity: 1;
  position: relative;
  width: 60%;
  min-width: 450px;
}

.mainContainer:before {
  content: '';
  position: fixed;
  top: 0; left: -5%;
  width: 110%; height: 110%;
  animation: backgroundAnim ease 2.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@media screen and (min-width: 1920px) {
  .mainContainer:before { background-size: cover !important; }
}

@keyframes fadeInAnimation {
  0%   { opacity: 0; transform: translateY(1.875rem); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes backgroundAnim {
  0%   { transform: translateY(-3.125rem); }
  100% { transform: translateY(0); }
}

/* ── Component classes ───────────────────────────────────────────────────── */
.imgWelcome { margin: 37px auto 15px !important; }

.textContent {
  font-family: MontserratLight;
  color: white;
  margin-top: 8px !important;
  margin-bottom: 35px !important;
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
}
.textContent p:last-child { display: none; }

.textDescription {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 25px !important;
  font-family: MontserratLight;
  color: #e0dbe6 !important;
  line-height: 20px;
}

.line {
  box-sizing: border-box;
  height: 1px;
  width: 100%;
  border: 1px solid #979797;
  opacity: 0.24;
  margin: 30px auto;
}

.country-select {
  align-content: center;
  justify-content: center;
  margin: 0 auto !important;
  height: 104px !important;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 10px 40px 0 rgba(20, 98, 237, 0.23);
  color: #000;
}

.customSpan {
  border-bottom: 1px solid #d8d8d8 !important;
  color: #535353 !important;
  font-weight: 100 !important;
  font-family: MontserratLight;
  font-size: 16px !important;
  line-height: 40px;
  text-transform: none;
}

.selectText {
  color: #000 !important;
  font-size: 12px !important;
  text-align: left !important;
  font-weight: 400;
  line-height: 17px;
  font-family: MontserratBold;
  text-transform: uppercase;
}

.icon {
  color: #fff;
  display: flex;
  align-items: center;
  height: 16px;
  width: 16px;
  z-index: 0;
  text-align: center;
  position: relative;
}
.icon svg {
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
}

#country-list {
  border-radius: 10px;
  animation: fadeInAnimation 0.5s ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  overflow: auto;
}

.selectCountryLabel { font-family: MontserratLight; }
.selectCountryLabel:hover { cursor: pointer; font-family: MontserratBold; line-height: 25px; font-weight: 900 !important; }

.findWrapper {
  font-size: 12px !important;
  font-family: MontserratBold;
  font-weight: 400;
  line-height: 17px;
  color: white;
  text-transform: none !important;
}

.textDown {
  font-family: ProximaNova;
  font-weight: 400 !important;
  color: #c4b8d0 !important;
}

.cookie a { text-decoration: underline; color: white; }

/* ── Cookie banner ───────────────────────────────────────────────────────── */
.cookieBar {
  display: flex;
  opacity: 0.9;
  justify-content: center;
  align-items: center;
  background: black;
  color: white;
  padding: 8px 16px;
  position: fixed;
  bottom: 0; left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  z-index: 99999;
  gap: 16px;
}
.cookieBar a { color: white; }
.cookieBar button {
  background: white;
  color: black;
  border: 1px solid black;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
  flex-shrink: 0;
  font-family: inherit;
}

/* ── Cookies policy page ─────────────────────────────────────────────────── */

/* Mirrors live site CSS exactly. Live references Gotham-Book/Medium but
   doesn't load them, so the browser falls back to sans-serif. We do the same. */
.cookiesContainer {
  color: white;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5;
}
.cookiesContainer h1 {
  color: white;
  font-family: Gotham-Medium, sans-serif !important;
  font-size: 130px;
  font-weight: 500;
  letter-spacing: -9px;
  line-height: 112px;
  margin: 0 0 100px;
}
.cookiesContainer h2 { font-weight: 700; }
.cookiesContainer h2,
.cookiesContainer p { font-family: Gotham-Book, sans-serif !important; margin-bottom: 28px; }
.cookiesContainer p  { color: white; }
.cookiesContainer li { font-family: Gotham-Book, sans-serif !important; color: white; }
.cookiesContainer ul { margin-bottom: 28px; padding-left: 1.3em; margin-left: 0.7em; list-style: disc; }
.cookiesContainer table { table-layout: fixed; width: 100%; margin: 0 0 28px; text-align: left; border-collapse: collapse; }
.cookiesContainer table th,
.cookiesContainer table td { color: white; padding: .6em .8em; word-break: break-all; border: 1px solid; border-color: inherit; }

/* Live uses Bootstrap-style max-width breakpoints */
@media (min-width: 576px)  { .cookiesContainer { max-width: 540px; } }
@media (min-width: 768px)  { .cookiesContainer { max-width: 720px; } }
@media (min-width: 992px)  { .cookiesContainer { max-width: 960px; } }
@media (min-width: 1200px) { .cookiesContainer { max-width: 1140px; } }
@media (min-width: 1490px) { .cookiesContainer { max-width: 1420px; } }

/* ── Responsive ──────────────────────────────────────────────────────────── */
