/* Fonts
--------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&family=Onest:wght@100..900&display=swap");
@import url("hero.css");
@import url("calculator.css");
@import url("content-promo.css");
@import url("currencies.css");
@import url("feature-cards.css");
@import url("watch-brands.css");
@import url("pre-footer.css");
@import url("steps.css");
@import url("gold-types.css");
@import url("locations.css");
@import url("banknote-types.css");

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ethnocentric";
  src: url("../fonts/Ethnocentric-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #010101;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Helvetica Neue";
  color: rgba(180, 180, 180, 1);
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.margin-v {
  margin-top: 200px;
  margin-bottom: 200px;
}

.inside {
  margin: 0 auto;
  max-width: 100%;
  width: 1800px;
}

.button {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 6px 6px 6px 24px;
  border-radius: 33px;
  text-decoration: none;
  height: 66px;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.3s ease;
  letter-spacing: 1px;
  cursor: pointer;
}

.button.primary {
  background: #f4c533;
}

.button.bordered {
  background: transparent;
  border: 1px solid #fdc200;
}

.button.bordered .button-text {
  color: #fdc200;
}

.button.bordered:hover {
  background: rgba(253, 194, 0, 0.1);
}

.button.text-white .button-text {
  color: #fff;
}

.button-text {
  color: #040405;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.16px;
}

.button-circle {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #040405;
  border-radius: 27px;
  flex-shrink: 0;
  transition: all 0.3s ease 0s;
}

.button-circle svg {
  width: 13px;
  height: 13px;
  color: #fdc200;
}

.button.bordered .button-circle {
  background: #f4c533;
}

.button.bordered .button-circle svg {
  color: #040405;
}

.button:hover .button-circle {
  transform: rotate(45deg) scale(1.1);
}

.glass-border,
.glass-background-filter {
  position: relative;
}

.glass-border:before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    to bottom right,
    #fff 0%,
    #ffffff00 46%,
    #ffffff00 50%,
    #fff 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.glass-background-filter:after {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0px;
  border-radius: inherit;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: url(#glassmorphism-apple-camiicode);
  -webkit-backdrop-filter: url(#glassmorphism-apple-camiicode);
  z-index: -2;
}

.services-scroll__card.glass-background-filter:after {
  backdrop-filter: url(#magnifying-glass-filter) blur(3px);
  -webkit-backdrop-filter: url(#magnifying-glass-filter) blur(3px);
}

/* Section header — reusable badge + heading + description block
   Variants: default (center), .section-header--left (left-aligned)
--------------------------------------------- */

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-header--left {
  align-items: flex-start;
  text-align: left;
}

.section-header__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4c4c4c;
  border-radius: 50px;
  padding: 8px 12px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17.5px;
  color: #fff;
  text-transform: uppercase;
}

.section-header__heading {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 62px;
  line-height: 1.18;
  color: #fff;
  margin: 27px 0 0;
  max-width: 914px;
  text-transform: none;
}

.section-header__desc {
  margin: 10px 0 0;
  max-width: 1078px;
  /* inherits font-size, line-height, color from body */
}

/* Brand name highlight inside headings — Ethnocentric font + yellow */
.heading-brand {
  font-family: "Ethnocentric", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .inside {
    width: 1140px;
  }

  .button {
    height: 54px;
    border-radius: 27px;
  }

  .button-circle {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 992px) {
  .inside {
    width: 932px;
  }

  .popup__card-icon {
    width: 60px;
    height: 60px;
  }

  .popup__card {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .inside {
    width: 516px;
  }

  .margin-v {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .button {
    gap: 18px;
    padding: 8px 8px 8px 42px;
    height: 87px;
    border-radius: 44px;
    width: 100%;
  }

  .button-text {
    font-size: 24px;
    flex: 1;
  }

  .button-circle {
    width: 71px;
    height: 71px;
    border-radius: 50%;
  }

  .section-header__badge {
    padding: 12px 12px;
    font-size: 16px;
  }

  .section-header__heading {
    font-size: 47px;
    line-height: 1;
    margin-top: 26px;
  }

  .section-header__desc {
    margin: 22px 0 0 0;
    line-height: 1.4;
  }
}
