@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Regular.eot');
    src: local('Onest Regular'), local('Onest-Regular'),
        url('../fonts/Onest-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Onest-Regular.woff2') format('woff2'),
        url('../fonts/Onest-Regular.woff') format('woff'),
        url('../fonts/Onest-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Medium.eot');
    src: local('Onest Medium'), local('Onest-Medium'),
        url('../fonts/Onest-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Onest-Medium.woff2') format('woff2'),
        url('../fonts/Onest-Medium.woff') format('woff'),
        url('../fonts/Onest-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-SemiBold.eot');
    src: local('Onest SemiBold'), local('Onest-SemiBold'),
        url('../fonts/Onest-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Onest-SemiBold.woff2') format('woff2'),
        url('../fonts/Onest-SemiBold.woff') format('woff'),
        url('../fonts/Onest-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Bold.eot');
    src: local('Onest Bold'), local('Onest-Bold'),
        url('../fonts/Onest-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Onest-Bold.woff2') format('woff2'),
        url('../fonts/Onest-Bold.woff') format('woff'),
        url('../fonts/Onest-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'),
        url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: local('Inter Medium'), local('Inter-Medium'),
        url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.eot');
    src: local('Inter Semi Bold'), local('Inter-SemiBold'),
        url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff'),
        url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.eot');
    src: local('Inter Bold'), local('Inter-Bold'),
        url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ---------- COLOR VARIABLES ---------- */
:root {
  --color-white: #FFFFFF;
  --color-grey-bg: #EFEFEF;
  --color-grey-stroke-text: #DDDDDD;
  --color-black: #00071B;
  --color-black-bg: #0F1629;
  --color-black-stroke-text: #2D344A;
  --color-red: #F24F4F;
  --color-secondary-red: #FBC3C3;
  --color-secondary-violet: #373863;
  --color-red-hover: #7E1C2B;
  --color-red-stroke: #D94646;
  --gradient-red-linear: linear-gradient(90deg, #7E1C2B 0%, #F24F4F 100%);
  --gradient-red-linear-btn: linear-gradient(90deg, #7E1C2B 50%, #F24F4F 100%);
}

/* ---------- TYPOGRAPHY ---------- */
:root {
  --font-headlines: 'Onest', sans-serif;
  --font-body: 'Inter', sans-serif;
}

::-webkit-scrollbar-thumb {
  background: var(--color-black);
  border-radius: 6px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: var(--color-black-stroke-text);
}

/* Base */
.h1 {
  font-family: var(--font-headlines);
  font-weight: 700;
  font-size: 44px;
  line-height: 110%;
}

.h2 {
  font-family: var(--font-headlines);
  font-weight: 500;
  font-size: 42px;
  line-height: 110%;
}

.h3 {
  font-family: var(--font-headlines);
  font-weight: 500;
  font-size: 26px;
  line-height: 116%;
}

.h4 {
  font-family: var(--font-headlines);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
}

.h5 {
  font-family: var(--font-headlines);
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  text-transform: uppercase;
}

.h6 {
  font-family: var(--font-headlines);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
}

.body-large-1 {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 20px;
  line-height: 148%;
}

.body-large-1-1 {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
}

.body-large-2 {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.body-large-3 {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.body-large-4 {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.btn-text-l {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}

.btn-text-m {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}

/* Responsive Typography */
@media (max-width: 959px) {
  .h1 {
    font-size: 36px;
    line-height: 110%;
  }

  .h2 {
    font-size: 32px;
    line-height: 106%;
  }

  .h3 {
    font-size: 22px;
  }

  .body-large-1 {
    font-size: 18px;
    line-height: 140%;
  }

  .body-large-2 {
    font-size: 16px;
    line-height: 150%;
  }

  .body-large-4 {
    font-size: 14px;
    line-height: 164%;
  }
}

@media (max-width: 679px) {
  .h1 {
    font-size: 30px;
    line-height: 110%;
  }

  .h2 {
    font-size: 26px;
    line-height: 106%;
  }

  .h3 {
    line-height: 120%;
  }

  .h4 {
    font-size: 20px;
    line-height: 120%;
  }

  .h5 {
    font-size: 16px;
    line-height: 110%;
  }

  .h6 {
    font-family: var(--font-headlines);
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
  }
}

/* ---------- BUTTONS ---------- */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--font-headlines);
  color: var(--color-white);
  background: var(--gradient-red-linear-btn);
  background-size: 200% 200%;
  background-position: 100% 100%;
  transition: background-position 0.5s ease;
}

.btn-primary .btn-primary-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--color-white);
}

.btn-primary--m .btn-primary-icon {
  width: 40px;
  height: 40px;
}

.btn-primary--s .btn-primary-icon {
  width: 36px;
  height: 36px;
}

.btn-primary--s svg path {
  width: 16px;
  height: 16px;
}

.btn-primary svg path {
  stroke: var(--color-red);
  transition: all 0.5s ease;
}

.btn-primary--l {
  padding: 8px 8px 8px 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  min-height: 64px;
}

.btn-primary--m {
  padding: 8px 8px 8px 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  min-height: 56px;
}

.btn-primary--s {
  padding: 4px 4px 4px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  min-height: 44px;
}

.btn-primary--xs {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.btn-primary:hover {
  background-position: 0% 0%;
}

.btn-primary:hover svg path {
  stroke: var(--color-red-hover);
}

.btn-primary-2 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--font-headlines);
  color: var(--color-white);
  background: var(--gradient-red-linear-btn);
  background-size: 200% 200%;
  background-position: 100% 100%;
  transition: background-position 0.5s ease;
  min-height: 44px;
  padding: 8px 24px;
}

.btn-primary-2:hover {
  background-position: 0% 0%;
}

.btn-primary-mobile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: var(--color-white);
  background: var(--gradient-red-linear);
}

.btn-primary-mobile:hover {
  background: var(--color-red-hover);
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: var(--gradient-red-linear);
  color: var(--color-white);
  transition: background-color 0.2s ease;
}

.btn-icon:hover {
  background: var(--color-red-hover);
}

.btn-icon--2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid var(--color-red);
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
  color: var(--color-red);
  transition: all 0.2s ease;
}

.btn-icon--2:hover {
  background: var(--color-red);
  color: var(--color-white);
}

.btn-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--font-headlines);
  color: var(--color-black-stroke-text);
  transition: color 0.2s ease;
}

.btn-text--l {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}

.btn-text--m {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}

.btn-text--s {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

.btn-text:hover {
  color: var(--color-red);
}

@media (max-width: 959px) {
  .btn-primary--l {
    font-size: 18px;
  }

  .btn-primary .btn-primary-icon {
    width: 40px;
    height: 40px;
  }
}

/* ---------- ICONS ---------- */
:root {
  --icon-size-12: 12px;
  --icon-size-16: 16px;
  --icon-size-20: 20px;
  --icon-size-26: 26px;
  --icon-size-36: 36px;
}

.icon {
  display: inline-block;
  flex-shrink: 0;
  fill: currentColor;
}

.icon--12 {
  width: var(--icon-size-12);
  height: var(--icon-size-12);
}

.icon--16 {
  width: var(--icon-size-16);
  height: var(--icon-size-16);
}

.icon--20 {
  width: var(--icon-size-20);
  height: var(--icon-size-20);
}

.icon--26 {
  width: var(--icon-size-26);
  height: var(--icon-size-26);
}

.icon--36 {
  width: var(--icon-size-36);
  height: var(--icon-size-36);
}

/* ---------- UTILITIES ---------- */
.text-white {
  color: var(--color-white);
}

.text-black {
  color: var(--color-black);
}

.text-red {
  color: var(--color-red);
}

.text-grey {
  color: var(--color-grey-stroke-text);
}

.bg-white {
  background-color: var(--color-white);
}

.bg-grey {
  background-color: var(--color-grey-bg);
}

.bg-black {
  background-color: var(--color-black-bg);
}

.bg-red {
  background-color: var(--color-red);
}

.border-grey {
  border-color: var(--color-grey-stroke-text);
}

.border-red {
  border-color: var(--color-red-stroke);
}

.border-black {
  border-color: var(--color-black-stroke-text);
}

.load-pulse {
  position: relative;
}

.load-pulse img {
  position: relative;
  z-index: 2;
}

.load-pulse::after {
  content: '';
  position: absolute;
  background: var(--color-white);
  animation: load-pulse 1.5s ease-in-out infinite;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

@keyframes load-pulse {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.5; }
}