@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  --app-theme-color: #000000;
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  background-color: var(--app-theme-color);
}

body {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #e2e8f0;
  background-color: var(--app-theme-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: env(safe-area-inset-top, 0px);
  background-color: var(--app-theme-color);
  pointer-events: none;
  z-index: 2147483647;
}

main {
  flex: 1 0 auto;
}

.container {
  max-width: 1128px;
  padding-inline: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #e2e8f0;
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 1rem;
  color: #94a3b8;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #d4a843;
  transition: color 0.15s ease;
  text-decoration: none;
}
a:hover {
  color: #f0c55a;
}

strong,
b {
  font-weight: 700;
  color: #e2e8f0;
}

::selection {
  background-color: rgba(212, 168, 67, 0.25);
  color: #e2e8f0;
}

:focus-visible {
  outline: 2px solid rgba(212, 168, 67, 0.6);
  outline-offset: 3px;
  border-radius: 4px;
}

img,
svg {
  display: block;
  max-width: 100%;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(212, 168, 67, 0.3) rgba(255, 255, 255, 0.04);
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(212, 168, 67, 0.3);
  border-radius: 9999px;
}

.topbar {
  position: relative;
  z-index: 1031;
  height: 32px;
  background-color: rgba(1, 1, 1, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.topbar__container {
  max-width: 1128px;
  margin: 0 auto;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .topbar__container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .topbar__container {
    padding: 0 20px;
  }
}

.topbar__nav {
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  .topbar__nav--right {
    display: none;
  }
}

.topbar__link {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 12.2px;
  font-weight: 400;
  color: rgba(204, 204, 204, 0.8);
  text-decoration: none;
  padding: 0 10px;
  white-space: nowrap;
  transition: color 0.15s ease;
}
.topbar__link:hover {
  color: #fff;
}
.topbar__link--active {
  color: #f5d873;
}
.topbar__link--active:hover {
  color: rgb(247.72, 226.608, 153.08);
}

.topbar__pipe {
  display: inline-block;
  width: 1px;
  height: 11px;
  background: rgba(204, 204, 204, 0.35);
  flex-shrink: 0;
}

.topbar__sep {
  display: inline-block;
  width: 1px;
  height: 11px;
  background: rgba(204, 204, 204, 0.22);
  flex-shrink: 0;
}

.topbar__lang {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 12.2px;
  color: rgba(204, 204, 204, 0.8);
  transition: color 0.15s ease;
}
.topbar__lang:hover {
  color: #fff;
}
.topbar__lang:focus-visible {
  outline: 2px solid #f5d873;
  outline-offset: 2px;
  border-radius: 3px;
}

.topbar__lang-flag {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 2px;
  overflow: hidden;
}

.topbar__lang-code {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4;
  white-space: nowrap;
}

.topbar__lang-chevron {
  display: inline-block;
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f5d873;
  border-radius: 0.167px;
  transition: transform 0.2s ease;
}

.lang-switcher {
  position: relative;
  display: inline-flex;
}
.lang-switcher.is-open .topbar__lang-chevron, .lang-switcher.is-open .site-navbar__pill-lang-chevron {
  transform: rotate(180deg);
}
.lang-switcher__dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
  padding: 4px 0;
  min-width: 212px;
  max-height: 320px;
  overflow-y: auto;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.lang-switcher.is-open .lang-switcher__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.lang-switcher__option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #0c111d;
  text-align: left;
  transition: background 0.1s ease;
  white-space: nowrap;
}
.lang-switcher__option:hover {
  background: rgba(12, 17, 29, 0.05);
}
.lang-switcher__option.is-active {
  font-weight: 700;
  color: #f0c329;
}
.lang-switcher__option-label {
  min-width: 0;
  flex: 1;
}
.lang-switcher__option img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.site-navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  height: 69px;
  background-color: rgba(1, 1, 1, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background-color 0.35s ease, backdrop-filter 0.35s ease, border-color 0.35s ease;
}
.site-navbar.is-scrolled {
  position: fixed;
  top: 32px;
  left: 24px;
  right: 24px;
  height: 64px;
  background-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
  box-shadow: none;
  z-index: 9999;
}

.site-navbar__container {
  max-width: 1128px;
  margin: 0 auto;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 1;
  border-radius: 0;
  background-color: transparent;
  transition: border-radius 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease, padding 0.35s ease;
}
@media (max-width: 1200px) {
  .site-navbar__container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .site-navbar__container {
    padding: 0 20px;
  }
}
.site-navbar.is-scrolled .site-navbar__container {
  padding: 0 8px 0 21px;
  width: fit-content;
  max-width: 100%;
  margin: auto;
  height: 100%;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(6.65px);
  -webkit-backdrop-filter: blur(6.65px);
  box-shadow: 0 8px 16px 2px rgba(65, 70, 82, 0.08);
}

.site-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.site-logo:hover {
  opacity: 0.85;
}

.site-logo__clip {
  position: relative;
  width: 222px;
  height: 38px;
  overflow: hidden;
  flex-shrink: 0;
  transition: width 0.35s ease;
}
.site-logo__clip img {
  position: absolute;
  width: 343px;
  height: 229px;
  left: -63px;
  top: -90px;
  max-width: none;
  display: block;
}
.site-navbar.is-scrolled .site-logo__clip {
  width: 53px;
}

.site-navbar__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}
@media (max-width: 1100px) {
  .site-navbar__links {
    display: none;
  }
}

.site-navbar__item {
  display: flex;
  align-items: stretch;
  position: relative;
}

.site-navbar__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #dadada;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
}
.site-navbar__link:hover {
  color: #fff;
}
.site-navbar.is-scrolled .site-navbar__link {
  color: #0c111d;
  padding: 13.56px 17.81px;
}
.site-navbar.is-scrolled .site-navbar__link:hover {
  color: rgba(12, 17, 29, 0.65);
}

.site-navbar__chevron {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.pm-nav-dropdown-parent:hover .site-navbar__chevron,
.pm-nav-dropdown-parent:focus-within .site-navbar__chevron {
  transform: rotate(180deg);
}

.pm-nav-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  display: grid;
  gap: 4px;
  width: 304px;
  padding: 8px;
  border: 1px solid rgba(12, 17, 29, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(12, 17, 29, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -6px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}
.pm-nav-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
}

.pm-nav-dropdown--right {
  left: auto;
  right: 0;
  transform: translate(0, -6px);
}

.pm-nav-dropdown-parent:hover .pm-nav-dropdown,
.pm-nav-dropdown-parent:focus-within .pm-nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.pm-nav-dropdown-parent:hover .pm-nav-dropdown--right,
.pm-nav-dropdown-parent:focus-within .pm-nav-dropdown--right {
  transform: translate(0, 0);
}

.pm-nav-dropdown__link {
  display: grid;
  gap: 3px;
  border-radius: 8px;
  padding: 12px;
  color: #0c111d;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.pm-nav-dropdown__link span {
  color: #0c111d;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}
.pm-nav-dropdown__link small {
  color: rgba(12, 17, 29, 0.58);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.35;
}
.pm-nav-dropdown__link:hover, .pm-nav-dropdown__link:focus-visible {
  background: rgba(245, 216, 115, 0.22);
  color: #0c111d;
}

.site-navbar__pill-extras {
  display: none;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.site-navbar.is-scrolled .site-navbar__pill-extras {
  display: flex;
}

.site-navbar__pill-divider {
  width: 2px;
  height: 21px;
  background: #f2f4f7;
  flex-shrink: 0;
}

.site-navbar__pill-lang {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 6px;
  background: none;
  border: none;
  cursor: pointer;
}
.site-navbar__pill-lang:hover {
  opacity: 0.8;
}

.site-navbar__pill-lang-code {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #0c111d;
  line-height: 1.4;
  white-space: nowrap;
}

.site-navbar__pill-lang-chevron {
  display: inline-block;
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f2cb45;
  border-radius: 0.167px;
}

.site-navbar__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

@media (max-width: 1100px) {
  .site-navbar__actions--default {
    display: none;
  }
}
.site-navbar.is-scrolled .site-navbar__actions--default {
  display: none;
}

.site-navbar__actions--pill {
  display: none;
}
.site-navbar.is-scrolled .site-navbar__actions--pill {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .site-navbar.is-scrolled .site-navbar__actions--pill {
    display: none;
  }
}

.btn-open-account {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 17px;
  min-height: 37.5px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 7.5px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.btn-open-account:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.btn-open-account__label--mobile {
  display: none;
}

.btn-client {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 6.75px 14.39px;
  min-height: 37.5px;
  min-width: 106.875px;
  border-radius: 7.5px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.btn-client:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.btn-client img {
  flex-shrink: 0;
}

.btn-client-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 15px 23px;
  border: 1px solid #0c111d;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0c111d;
  letter-spacing: 0.56px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.btn-client-pill:hover {
  background: rgba(12, 17, 29, 0.05);
  color: #0c111d;
}

.btn-open-account-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 16px 24px;
  border-radius: 8px;
  background: #f5d873;
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.56px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.btn-open-account-pill:hover {
  background: #f0ce60;
  color: #000;
}

.site-navbar__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 6px;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 6px;
  transition: background 0.15s ease;
}
.site-navbar__hamburger:hover {
  background: rgba(255, 255, 255, 0.08);
}
@media (max-width: 1100px) {
  .site-navbar__hamburger {
    display: flex;
  }
}
.site-navbar.is-scrolled .site-navbar__hamburger {
  display: none;
}
@media (max-width: 768px) {
  .site-navbar.is-scrolled .site-navbar__hamburger {
    display: flex;
  }
  .site-navbar.is-scrolled .site-navbar__hamburger:hover {
    background: rgba(12, 17, 29, 0.06);
  }
}

.site-navbar__hamburger-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.site-navbar.is-scrolled .site-navbar__hamburger .site-navbar__hamburger-bar {
  background: #0c111d;
}

.site-navbar__hamburger[aria-expanded=true] .site-navbar__hamburger-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-navbar__hamburger[aria-expanded=true] .site-navbar__hamburger-bar:nth-child(2) {
  opacity: 0;
}
.site-navbar__hamburger[aria-expanded=true] .site-navbar__hamburger-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 768px) {
  .topbar {
    display: none;
  }
  .site-navbar,
  .site-navbar.is-scrolled {
    position: sticky;
    top: 0;
    left: auto;
    right: auto;
    width: 100vw;
    max-width: 100vw;
    height: 56px;
    background-color: #010101;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 0;
    box-shadow: none;
  }
  .site-navbar__container,
  .site-navbar.is-scrolled .site-navbar__container {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    padding: 12px 20px;
    gap: 0;
    border-radius: 0;
    background-color: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }
  .site-navbar__links,
  .site-navbar__pill-extras,
  .site-navbar__actions--pill,
  .site-navbar.is-scrolled .site-navbar__pill-extras,
  .site-navbar.is-scrolled .site-navbar__actions--pill {
    display: none;
  }
  .site-navbar__hamburger,
  .site-navbar.is-scrolled .site-navbar__hamburger {
    order: 1;
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    gap: 4px;
    border-radius: 4px;
  }
  .site-navbar__hamburger:hover,
  .site-navbar.is-scrolled .site-navbar__hamburger:hover {
    background: rgba(255, 255, 255, 0.08);
  }
  .site-navbar__hamburger-bar,
  .site-navbar.is-scrolled .site-navbar__hamburger-bar {
    width: 14px;
    height: 1.5px;
    background: #fff;
  }
  .site-navbar__hamburger[aria-expanded=true] .site-navbar__hamburger-bar:nth-child(1) {
    transform: translateY(5.5px) rotate(45deg);
  }
  .site-navbar__hamburger[aria-expanded=true] .site-navbar__hamburger-bar:nth-child(3) {
    transform: translateY(-5.5px) rotate(-45deg);
  }
  .site-logo {
    order: 2;
    margin-left: 12px;
    margin-right: auto;
  }
  .site-logo__clip,
  .site-navbar.is-scrolled .site-logo__clip {
    width: 138.947px;
    height: 24px;
    max-width: 138.947px;
  }
  .site-logo__clip img,
  .site-navbar.is-scrolled .site-logo__clip img {
    width: 216.85px;
    height: 144.56px;
    left: -39.8px;
    top: -56.61px;
  }
}
@media (max-width: 768px) and (max-width: 600px) {
  .site-logo__clip,
  .site-navbar.is-scrolled .site-logo__clip {
    max-width: 120px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .site-navbar__actions--default,
  .site-navbar.is-scrolled .site-navbar__actions--default {
    order: 3;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .btn-open-account {
    height: 32px;
    min-height: 0;
    padding: 0 10px;
    border-radius: 7.5px;
    font-size: 12px;
    line-height: 1.4;
  }
  .btn-open-account__label--desktop {
    display: none;
  }
  .btn-open-account__label--mobile {
    display: inline;
  }
  .btn-client {
    width: 32px;
    height: 32px;
    min-width: 0;
    min-height: 0;
    padding: 6px;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 7.5px;
  }
  .btn-client img {
    width: 20px;
    height: 20px;
  }
  .btn-client__label {
    display: none;
  }
  .mobile-nav__inner {
    padding: 88px 20px 40px;
  }
}
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1029;
  background: rgba(1, 1, 1, 0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  flex-direction: column;
  overflow-y: auto;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
.mobile-nav.is-open {
  transform: translateY(0);
}
@media (max-width: 1100px) {
  .mobile-nav {
    display: flex;
  }
}

.mobile-nav__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: calc(101px + 32px) 24px 48px;
  gap: 48px;
  min-height: 100%;
}

.mobile-nav__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.mobile-nav__link {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: color 0.15s ease;
}
.mobile-nav__link:hover {
  color: #f5d873;
}

.pm-mobile-nav__sublink {
  padding-left: 16px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.74);
}

.mobile-nav__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.mobile-nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 24px;
  border-radius: 7.5px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.mobile-nav__btn--primary {
  background: #f5d873;
  border: 1px solid #f5d873;
  color: #0c111d;
}
.mobile-nav__btn--primary:hover {
  background: #f0ce60;
  border-color: #f0ce60;
  color: #0c111d;
}
.mobile-nav__btn--secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: #fff;
}
.mobile-nav__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.site-footer__top {
  background: #fff;
  padding: 108px 0;
  width: 100%;
}

.site-footer__top-inner {
  max-width: 1128px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}

.site-footer__brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 41px;
  padding-top: 28px;
  border-bottom: 1px solid rgba(12, 17, 29, 0.1);
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 768px;
}

.site-footer__logo-wrap {
  width: 53px;
  height: 38px;
  flex-shrink: 0;
}
.site-footer__logo-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.site-footer__tagline {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #0c111d;
  font-feature-settings: "salt";
  white-space: nowrap;
}

.site-footer__social {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

.site-footer__social-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #0c111d;
  opacity: 0.6;
  white-space: nowrap;
}

.site-footer__social-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.site-footer__social-link {
  width: 44px;
  height: 44px;
  background: rgba(12, 17, 29, 0.12);
  border-radius: 8px;
  color: #0c111d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.site-footer__social-link:hover, .site-footer__social-link:focus-visible {
  background: #f5d873;
  color: #0c111d;
  transform: translateY(-2px);
  text-decoration: none;
}

.site-footer__social-icon {
  display: block;
  width: 20px;
  height: 20px;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.site-footer__social-icon--fb {
  width: 44px;
  height: 44px;
  mask-image: url("../img/footer-social-fb-icon.svg");
  -webkit-mask-image: url("../img/footer-social-fb-icon.svg");
}

.site-footer__social-icon--ig {
  mask-image: url("../img/footer-social-ig-icon.svg");
  -webkit-mask-image: url("../img/footer-social-ig-icon.svg");
}

.site-footer__social-icon--x {
  width: 44px;
  height: 44px;
  mask-image: url("../img/footer-social-x-icon.svg");
  -webkit-mask-image: url("../img/footer-social-x-icon.svg");
}

.site-footer__social-icon--yt {
  width: 44px;
  height: 44px;
  mask-image: url("../img/footer-social-yt-icon.svg");
  -webkit-mask-image: url("../img/footer-social-yt-icon.svg");
}

.site-footer__social-icon--li {
  width: 44px;
  height: 44px;
  mask-image: url("../img/footer-social-li-icon.svg");
  -webkit-mask-image: url("../img/footer-social-li-icon.svg");
}

.site-footer__nav {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 48px 0;
}

.site-footer__nav-col {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  min-width: 1px;
  align-self: stretch;
}

.site-footer__nav-heading {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #0c111d;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
}

.site-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.site-footer__nav-item {
  padding-top: 12px;
}
.site-footer__nav-item a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(12, 17, 29, 0.5);
  text-decoration: none;
  display: block;
}
.site-footer__nav-item a:hover {
  color: rgba(12, 17, 29, 0.8);
}

.site-footer__legal-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.site-footer__divider-h {
  width: 100%;
  line-height: 0;
  position: relative;
  height: 1px;
}
.site-footer__divider-h img {
  display: block;
  width: 100%;
  height: 1px;
}

.site-footer__legal-links-row {
  padding: 24px 0;
}

.site-footer__legal-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.site-footer__legal-links a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #0c111d;
  text-decoration: none;
  white-space: nowrap;
}
.site-footer__legal-links a:hover {
  opacity: 0.7;
}

.site-footer__sponsors {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.site-footer__sponsor-left {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.site-footer__sponsor-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 40px;
}

.site-footer__sponsor-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 258px;
  flex-shrink: 0;
}

.site-footer__sponsor-badge {
  display: flex;
  align-items: center;
  gap: 9.038px;
  height: 30.503px;
  width: 100%;
}

.site-footer__sponsor-tgr {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  width: 108.249px;
  height: 12px;
  flex-shrink: 0;
  white-space: nowrap;
  font-family: "Inter", "Arial Narrow", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.site-footer__sponsor-tgr-primary {
  color: #0c111d;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0;
}

.site-footer__sponsor-tgr-secondary {
  color: #efbf1b;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0;
}

.site-footer__sponsor-sep {
  position: relative;
  width: 0;
  height: 100%;
  flex-shrink: 0;
}
.site-footer__sponsor-sep-line {
  position: absolute;
  inset: 0 -0.5px;
}
.site-footer__sponsor-sep-line img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}

.site-footer__sponsor-pm {
  position: relative;
  width: 125.509px;
  height: 21.465px;
  flex-shrink: 0;
}
.site-footer__sponsor-pm-blend {
  position: absolute;
  inset: 0;
  mix-blend-mode: exclusion;
  overflow: hidden;
  pointer-events: none;
}
.site-footer__sponsor-pm-blend img {
  position: absolute;
  height: 602.35%;
  left: -28.37%;
  top: -235.88%;
  width: 154.53%;
  max-width: none;
  display: block;
}

.site-footer__sponsor-label {
  font-family: "Inter", sans-serif;
  font-size: 9.3px;
  font-weight: 600;
  line-height: 1.2;
  color: #0c111d;
  text-transform: uppercase;
  text-align: center;
  font-feature-settings: "salt";
  width: 100%;
}

.site-footer__video-f1 {
  position: relative;
  width: 328.727px;
  height: 64px;
  overflow: hidden;
  flex-shrink: 0;
}
.site-footer__video-f1 video {
  position: absolute;
  height: 100.29%;
  left: 1%;
  top: 1.99%;
  width: 102%;
  max-width: none;
}

.site-footer__video-yacht {
  position: relative;
  width: 152.79px;
  height: 175.83px;
  overflow: hidden;
  flex-shrink: 0;
}
.site-footer__video-yacht video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}

.site-footer__bottom {
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 63px 0 24px;
  width: 100%;
}

.site-footer__disclaimer-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
}

.site-footer__disclaimer {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
.site-footer__disclaimer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
}

.site-footer__bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
}

.site-footer__copyright {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  white-space: nowrap;
  text-wrap: auto;
}

.site-footer__bottom-badge {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
.site-footer__bottom-badge img {
  display: block;
}

@media (max-width: 1200px) {
  .site-footer__top {
    padding: 80px 0;
  }
  .site-footer__bottom {
    padding: 56px 0 24px;
  }
  .site-footer__tagline {
    white-space: normal;
    font-size: 20px;
  }
  .site-footer__social-label {
    white-space: normal;
  }
  .site-footer__nav {
    gap: 28px;
    padding: 40px 0;
  }
  .site-footer__video-f1 {
    width: 220px;
    height: 43px;
  }
  .site-footer__sponsor-col {
    width: auto;
    min-width: 0;
  }
  .site-footer__sponsor-left {
    gap: 16px;
  }
  .site-footer__sponsor-right {
    gap: 24px;
  }
}
@media (max-width: 1100px) {
  .site-footer__top {
    padding: 64px 0;
  }
  .site-footer__top-inner {
    padding: 0 48px;
  }
  .site-footer__brand-row {
    align-items: flex-start;
    gap: 24px;
  }
  .site-footer__tagline {
    font-size: 18px;
  }
  .site-footer__social {
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  .site-footer__nav {
    flex-wrap: wrap;
    gap: 24px;
  }
  .site-footer__nav-col {
    flex: 0 0 calc(33.333% - 16px);
    min-width: 130px;
  }
}
@media (max-width: 992px) {
  .site-footer__top {
    padding: 56px 0;
  }
  .site-footer__top-inner {
    padding: 0 40px;
  }
  .site-footer__bottom {
    padding: 48px 0 24px;
  }
  .site-footer__sponsors {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .site-footer__sponsor-right {
    justify-content: flex-start;
  }
  .site-footer__video-f1 {
    width: 260px;
    height: auto;
    aspect-ratio: 328.727/64;
  }
  .site-footer__video-yacht {
    width: 120px;
    height: auto;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .site-footer__top {
    padding: 64px 0 32px;
  }
  .site-footer__top-inner {
    padding: 0 16px;
    gap: 32px;
    align-items: center;
  }
  .site-footer__bottom {
    padding: 32px 0 24px;
    gap: 24px;
  }
  .site-footer__disclaimer-wrap,
  .site-footer__bottom-bar {
    padding: 0 16px;
  }
  .site-footer__brand-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 0;
    padding-bottom: 41px;
  }
  .site-footer__brand {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  .site-footer__logo-wrap {
    margin: auto;
  }
  .site-footer__tagline {
    width: 100%;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
  }
  .site-footer__nav {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 32px;
    align-items: center;
    padding: 0;
  }
  .site-footer__nav-col {
    flex: none;
    width: 100%;
    min-width: 0;
    align-items: center;
  }
  .site-footer__nav-heading,
  .site-footer__nav-item a {
    text-align: center;
  }
  .site-footer__legal-links {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }
  .site-footer__legal-links-row {
    padding: 14px 0;
  }
  .site-footer__sponsors {
    gap: 20px;
  }
  .site-footer__sponsor-left {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .site-footer__sponsor-right {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .site-footer__sponsor-col {
    width: auto;
  }
  .site-footer__sponsor-badge {
    height: 29.495px;
  }
  .site-footer__sponsor-tgr {
    width: 140.345px;
    height: 10.114px;
  }
  .site-footer__sponsor-tgr-primary {
    font-size: 9.5px;
  }
  .site-footer__sponsor-tgr-secondary {
    font-size: 9.5px;
  }
  .site-footer__sponsor-pm {
    width: 121.359px;
    height: 20.756px;
  }
  .site-footer__sponsor-label {
    font-size: 8.992px;
  }
  .site-footer__video-f1 {
    width: 196px;
    height: 38.159px;
  }
  .site-footer__video-yacht {
    width: 69px;
    height: 79.405px;
  }
  .site-footer__disclaimer {
    font-size: 14px;
    line-height: 1.4;
  }
  .site-footer__bottom-bar {
    flex-direction: column;
    gap: 14px;
    align-items: center;
    text-align: center;
  }
  .site-footer__copyright {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
  }
  .site-footer__mt-logos {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .site-footer__top {
    padding: 64px 0 32px;
  }
  .site-footer__top-inner {
    padding: 0 16px;
  }
  .site-footer__bottom {
    padding: 32px 0 24px;
  }
  .site-footer__disclaimer-wrap,
  .site-footer__bottom-bar {
    padding: 0 16px;
  }
  .site-footer__social {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #010101;
  overflow: hidden;
}

.hero-section__bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/hero-bg.webp");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
}

.hero-section__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(179.77deg, rgba(0, 0, 0, 0) 21.59%, rgba(0, 0, 0, 0.43) 31.108%, rgba(0, 0, 0, 0.7) 101.59%);
}

.hero-section__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 88px;
  padding: 1rem 0 8px;
  max-width: 1128px;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
}
@media (max-width: 1200px) {
  .hero-section__body {
    padding: 1rem 0 8px;
  }
}
@media (max-width: 768px) {
  .hero-section__body {
    padding: 101px 20px 24px;
    gap: 48px;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .hero-section__body {
    padding: 10% 20px 24px;
  }
}

.hero-section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
}

.hero-content-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 19px;
  border-radius: 80px;
  backdrop-filter: blur(14.25px);
  -webkit-backdrop-filter: blur(14.25px);
  background-color: rgba(255, 255, 255, 0.12);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.hero-badge strong {
  font-weight: 800;
  color: #f5d873;
}
@media (max-width: 768px) {
  .hero-badge {
    white-space: normal;
    padding: 8px 16px;
  }
}
@media (max-width: 767px) {
  .hero-badge {
    font-size: 8px;
  }
}

.hero-title {
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
  color: #fff;
  text-align: center;
  max-width: 874px;
  margin: 0;
  letter-spacing: -0.5px;
}
@media (max-width: 1200px) {
  .hero-title {
    font-size: 52px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .hero-title {
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  }
}

.hero-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.6px;
  letter-spacing: -0.22px;
  color: #fff;
  text-align: center;
  max-width: 484px;
  margin: 0;
}
@media (max-width: 768px) {
  .hero-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 340px;
  max-width: 100%;
  padding: 13px 25px;
  border-radius: 4px;
  background-color: #f5d873;
  border: 1px solid #f5d873;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0c111d;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  overflow: hidden;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.hero-cta:hover {
  background-color: rgb(242.28, 205.392, 76.92);
  border-color: rgb(242.28, 205.392, 76.92);
  color: #0c111d;
}
@media (max-width: 768px) {
  .hero-cta {
    width: 100%;
    text-align: center;
  }
}

.hero-cta__deco {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.hero-cta__deco img {
  display: block;
  width: 19px;
  height: 10px;
}
.hero-cta__deco--flip {
  transform: rotate(180deg) scaleY(-1);
}

.hero-stats {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
}
@media (max-width: 768px) {
  .hero-stats {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 58px;
    flex-direction: column;
  }
}

.hero-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex: 1;
  min-width: 0;
  padding: 0 5px;
}
@media (max-width: 768px) {
  .hero-stats__item {
    flex: none;
    min-width: 120px;
  }
}

.hero-stats__value {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.2px;
  white-space: nowrap;
  padding-top: 2.5px;
  text-align: center;
}

.hero-stats__label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.64);
  letter-spacing: -0.11px;
  text-transform: uppercase;
  text-align: center;
}

.hero-slider {
  position: absolute;
  right: 40.31px;
  top: calc(40% - 48px);
  z-index: 3;
  height: 181.5px;
  width: 4.69px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 768px) {
  .hero-slider {
    display: none;
  }
}

.hero-slider__inner {
  display: flex;
  gap: 6px;
  align-items: center;
  transform: rotate(90deg);
}

.hero-slider__dot {
  height: 4.69px;
  border-radius: 14.06px;
  background: rgba(255, 255, 255, 0.22);
  width: 30px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.hero-slider__dot--active {
  background: rgba(255, 255, 255, 0.22);
  width: 37.5px;
}

.hero-slider__dot-fill {
  position: absolute;
  inset: 0 100% 0 0;
  background: #f5d873;
  border-radius: 14.06px;
  animation: hero-dot-fill var(--hero-slide-duration, 4s) linear forwards;
}

@keyframes hero-dot-fill {
  from {
    right: 100%;
  }
  to {
    right: 0%;
  }
}
@media (max-width: 768px) {
  .hero-section {
    min-height: 724px;
    height: 724px;
  }
  .hero-section__bg {
    background-size: auto 466px;
    background-position: center 258px;
  }
  .hero-section__overlay {
    background: linear-gradient(180deg, rgba(1, 1, 1, 0.9) 0%, rgba(1, 1, 1, 0.24) 42%, rgba(1, 1, 1, 0.04) 57%, rgba(1, 1, 1, 0.78) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.35) 100%);
  }
  .hero-section__body {
    min-height: 0;
    height: 100%;
    justify-content: flex-start;
    gap: 33px;
    padding: 32px 16px 56px;
    max-width: 375px;
  }
  .hero-section__content {
    gap: 48px;
    position: relative;
    z-index: 2;
  }
  .hero-content-group {
    gap: 24px;
  }
  .hero-badge {
    display: block;
    width: 100%;
    padding: 8px 19px;
    border-radius: 80px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .hero-title {
    width: 100%;
    max-width: 343px;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0;
    text-shadow: none;
  }
  .hero-subtitle {
    max-width: 343px;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.22px;
  }
  .hero-cta {
    width: 340px;
    max-width: 100%;
    padding: 13px 25px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 3;
  }
  .hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    min-height: 0;
    position: relative;
    z-index: 2;
  }
  .hero-stats__item {
    min-width: 0;
    padding: 0 5px;
    gap: 4px;
  }
  .hero-stats__item:nth-child(1) {
    order: 1;
  }
  .hero-stats__item:nth-child(2) {
    order: 2;
  }
  .hero-stats__item:nth-child(3) {
    order: 3;
  }
  .hero-stats__item:nth-child(5) {
    order: 4;
  }
  .hero-stats__item:nth-child(4) {
    order: 5;
    grid-column: 1/-1;
    justify-self: center;
  }
  .hero-stats__value {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.2px;
    padding-top: 2.5px;
  }
  .hero-stats__label {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.11px;
    white-space: nowrap;
  }
  .hero-slider {
    display: flex;
    width: 174px;
    height: 5px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 32px;
    transform: translateX(-50%);
    align-items: center;
    justify-content: center;
  }
  .hero-slider__inner {
    transform: none;
    gap: 6px;
  }
  .hero-slider__dot {
    width: 30px;
    height: 4.69px;
  }
  .hero-slider__dot--active {
    width: 37.5px;
    background: rgba(255, 255, 255, 0.22);
  }
}
.page-cadastro .hero-section--cadastro {
  min-height: 100vh;
  background-color: #050505;
}
.page-cadastro .hero-section--cadastro .hero-section__bg {
  background-image: url("../img/hero-cadastro-bg.webp");
  background-size: cover;
  background-position: center -120px;
  background-repeat: no-repeat;
  transform: scale(1.02);
}
.page-cadastro .hero-section--cadastro .hero-section__overlay {
  background: linear-gradient(235deg, rgba(0, 0, 0, 0.55) 41.24%, rgba(0, 0, 0, 0.64) 46.41%, rgba(0, 0, 0, 0.9) 84.71%);
}
.page-cadastro .hero-section--cadastro .hero-section__body {
  min-height: auto;
  max-width: 1128px;
  padding: 132px 0 56px;
  gap: 0;
  align-items: stretch;
  justify-content: flex-start;
}

.signup-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(340px, 448px);
  gap: 60px;
  align-items: center;
  width: 100%;
}

.signup-hero__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: relative;
  z-index: 1;
}

.signup-hero__badge {
  align-self: flex-start;
  display: inline-block;
  width: auto;
  max-width: none;
  text-align: left;
  white-space: nowrap;
}
.signup-hero__badge strong {
  display: inline;
}

.signup-hero__title {
  max-width: 620px;
  margin: 0;
  font-size: 56px;
  line-height: 1.15;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.6px;
}

.signup-hero__benefits {
  display: grid;
  gap: 24px;
  max-width: 545px;
}

.signup-hero__benefit {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin: 0;
}

.signup-hero__benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: 6px;
}
.signup-hero__benefit-icon svg {
  width: 20px;
  height: 20px;
}
.signup-hero__benefit-icon circle {
  fill: #fff;
}
.signup-hero__benefit-icon path {
  fill: none;
  stroke: #0c111d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.signup-hero__benefit-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.signup-hero__benefit-title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.signup-hero__benefit-text {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
}

.signup-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.signup-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 118px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(7, 7, 7, 0.35);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.signup-hero__stat-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
}
.signup-hero__stat-icon svg {
  width: 24px;
  height: 24px;
}
.signup-hero__stat-icon path,
.signup-hero__stat-icon rect {
  fill: #f5d873;
  stroke: none;
}

.signup-hero__stat-value {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.signup-hero__stat-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}

.signup-hero__form-card {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 32px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 11px 25px rgba(15, 23, 42, 0.05), 0 72px 180px rgba(15, 23, 42, 0.08);
}

.signup-hero__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.signup-hero__field-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.signup-hero__label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #485261;
}

.signup-hero__input-wrap,
.signup-hero__select-wrap,
.signup-hero__phone-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.signup-hero__input-wrap:focus-within,
.signup-hero__select-wrap:focus-within,
.signup-hero__phone-wrap:focus-within {
  border-color: rgb(240.92, 200.088, 57.88);
  box-shadow: 0 0 0 4px rgba(245, 216, 115, 0.18);
}

.signup-hero__phone-wrap {
  gap: 12px;
}

.signup-hero__input-icon,
.signup-hero__select-chevron,
.signup-hero__phone-chevron,
.signup-hero__password-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #98a2b3;
}
.signup-hero__input-icon svg,
.signup-hero__select-chevron svg,
.signup-hero__phone-chevron svg,
.signup-hero__password-toggle svg {
  width: 20px;
  height: 20px;
}
.signup-hero__input-icon path,
.signup-hero__input-icon circle,
.signup-hero__input-icon rect,
.signup-hero__select-chevron path,
.signup-hero__select-chevron circle,
.signup-hero__select-chevron rect,
.signup-hero__phone-chevron path,
.signup-hero__phone-chevron circle,
.signup-hero__phone-chevron rect,
.signup-hero__password-toggle path,
.signup-hero__password-toggle circle,
.signup-hero__password-toggle rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.signup-hero__flag {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  flex-shrink: 0;
}

.signup-hero__input,
.signup-hero__select {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #0c111d;
  outline: 0;
}

.signup-hero__input::placeholder {
  color: #98a2b3;
}

.signup-hero__select {
  appearance: none;
  cursor: pointer;
}

.signup-hero__custom-select {
  position: relative;
}

.signup-hero__select-wrap {
  padding: 0;
}

.signup-hero__select-button {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #0c111d;
  text-align: left;
}

.signup-hero__select-button--compact {
  min-height: auto;
  padding: 0;
}

.signup-hero__select-value {
  min-width: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #0c111d;
}

.signup-hero__select-button .signup-hero__select-chevron {
  margin-left: auto;
  transition: transform 0.2s ease;
}

.signup-hero__custom-select.is-open .signup-hero__select-button .signup-hero__select-chevron {
  transform: rotate(180deg);
}

.signup-hero__select-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  z-index: 10;
}

.signup-hero__select-menu--compact {
  min-width: 112px;
  right: auto;
}

.signup-hero__custom-select.is-open .signup-hero__select-menu {
  display: flex;
}

.signup-hero__select-option {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #0c111d;
  text-align: left;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.signup-hero__select-option:hover, .signup-hero__select-option.is-selected {
  background: rgba(245, 216, 115, 0.18);
}

.signup-hero__select-option-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: inherit;
}

.signup-hero__phone-prefix {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #0c111d;
}

.signup-hero__phone-code {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.signup-hero__phone-divider {
  width: 1px;
  height: 18px;
  background: #d0d5dd;
  flex-shrink: 0;
}

.signup-hero__input--phone {
  flex: 1;
}

.signup-hero__password-toggle {
  padding: 0;
  border: 0;
  background: transparent;
  flex-shrink: 0;
}

.signup-hero__password-status {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 2px;
}

.signup-hero__password-bar {
  height: 4px;
  border-radius: 999px;
  background: #eaecf0;
}

.signup-hero__password-bar--active {
  background: #df1c41;
}

.signup-hero__password-bar--medium {
  background: #f5d873;
}

.signup-hero__password-bar--strong {
  background: #37b24d;
}

.signup-hero__password-note {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #667085;
}

.signup-hero__password-rules {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.signup-hero__password-rule {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #667085;
}

.signup-hero__password-rule-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #d0d5dd;
  flex-shrink: 0;
}
.signup-hero__password-rule-icon svg {
  width: 16px;
  height: 16px;
}
.signup-hero__password-rule-icon circle,
.signup-hero__password-rule-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.signup-hero__password-rule--ok .signup-hero__password-rule-icon {
  color: #20b26b;
}

.signup-hero__password-rule--ok .signup-hero__password-rule-icon circle {
  fill: currentColor;
  stroke: currentColor;
}

.signup-hero__password-rule--ok .signup-hero__password-rule-icon path {
  display: block;
  stroke: #fff;
  stroke-width: 1.8;
}

.signup-hero__password-rule:not(.signup-hero__password-rule--ok) .signup-hero__password-rule-icon {
  color: #d0d5dd;
}

.signup-hero__password-rule:not(.signup-hero__password-rule--ok) .signup-hero__password-rule-icon circle {
  fill: #fff;
  stroke: currentColor;
}

.signup-hero__password-rule:not(.signup-hero__password-rule--ok) .signup-hero__password-rule-icon path {
  display: none;
}

.signup-hero__divider {
  border-top: 1px dashed #d0d5dd;
}

.signup-hero__toggle-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.signup-hero__toggle {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
}

.signup-hero__toggle input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.signup-hero__toggle-track {
  position: relative;
  width: 28px;
  height: 16px;
  border-radius: 999px;
  background: #d0d5dd;
  transition: background-color 0.2s ease;
}

.signup-hero__toggle-thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.signup-hero__toggle input:checked + .signup-hero__toggle-track {
  background: #d8f7e8;
}

.signup-hero__toggle input:checked + .signup-hero__toggle-track .signup-hero__toggle-thumb {
  transform: translateX(12px);
  background: #14c784;
  box-shadow: 0 2px 6px rgba(20, 199, 132, 0.28);
}

.signup-hero__toggle-text {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #667085;
}

.signup-hero__submit {
  width: 100%;
}

.signup-hero__terms {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #667085;
  text-align: center;
}
.signup-hero__terms strong {
  color: #0c111d;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

@media (max-width: 1100px) and (min-width: 992px) {
  .page-cadastro .hero-section--cadastro .hero-section__body {
    padding: 124px 24px 56px;
  }
  .signup-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
    gap: 36px;
  }
  .signup-hero__content {
    gap: 36px;
  }
  .signup-hero__badge {
    max-width: none;
  }
  .signup-hero__title {
    font-size: 44px;
    line-height: 1.12;
    max-width: 520px;
  }
  .signup-hero__benefits {
    gap: 20px;
    max-width: 500px;
  }
  .signup-hero__benefit-title {
    font-size: 18px;
  }
  .signup-hero__benefit-text {
    font-size: 16px;
  }
  .signup-hero__form-card {
    padding: 28px;
  }
}
@media (width: 1024px) {
  .signup-hero__layout {
    grid-template-columns: minmax(0, 1fr) 392px;
    gap: 24px;
  }
  .signup-hero__content {
    min-width: 0;
  }
  .signup-hero__badge {
    max-width: 100%;
    font-size: 12px;
    white-space: normal;
  }
}
@media (max-width: 1199px) {
  .signup-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
    gap: 40px;
  }
  .signup-hero__title {
    font-size: 50px;
  }
  .signup-hero__benefit-text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .page-cadastro .hero-section--cadastro {
    min-height: auto;
    overflow: visible;
    height: auto !important;
  }
  .page-cadastro .hero-section--cadastro .hero-section__bg {
    background-position: center top;
    transform: none;
  }
  .page-cadastro .hero-section--cadastro .hero-section__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.5) 38%, rgba(0, 0, 0, 0.86) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.42) 100%);
  }
  .page-cadastro .hero-section--cadastro .hero-section__body {
    min-height: auto;
    padding: calc(101px + 24px) 20px 32px;
  }
  .signup-hero__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .signup-hero__content {
    gap: 32px;
  }
  .signup-hero__form-card {
    max-width: 560px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .page-cadastro .hero-section--cadastro {
    min-height: auto;
    background: linear-gradient(180deg, #050505 0%, #050505 54%, #fafafa 54%, #fafafa 100%);
  }
  .page-cadastro .hero-section--cadastro .hero-section__body {
    max-width: 375px;
    padding: 32px 16px 48px;
  }
  .page-cadastro .hero-section--cadastro .hero-section__bg {
    inset: 0;
    background-image: url("../img/hero-bg-cadastro.png");
    background-size: contain;
    background-position: center -25%;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 51%, transparent 64%);
    mask-image: linear-gradient(180deg, #000 0%, #000 51%, transparent 64%);
  }
  .page-cadastro .hero-section--cadastro .hero-section__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.42) 38%, rgba(0, 0, 0, 0.16) 54%, rgba(0, 0, 0, 0) 66%);
  }
  .signup-hero__content {
    gap: 24px;
    max-width: 343px;
    margin: 0 auto;
  }
  .signup-hero__badge {
    align-self: stretch;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    max-width: 100%;
    display: block;
    width: 100%;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    white-space: normal;
    letter-spacing: 1px;
  }
  .signup-hero__badge strong {
    display: block;
  }
  .signup-hero__title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
  }
  .signup-hero__benefits {
    gap: 12px;
    max-width: 343px;
  }
  .signup-hero__benefit {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 16px;
  }
  .signup-hero__benefit-icon {
    width: 30px;
    height: 32px;
    margin-top: 0;
  }
  .signup-hero__benefit-icon svg {
    width: 20.8px;
    height: 20.8px;
  }
  .signup-hero__benefit-icon circle {
    fill: #f5d873;
  }
  .signup-hero__benefit-icon path {
    stroke: #0c111d;
  }
  .signup-hero__benefit-title {
    font-size: 18px;
  }
  .signup-hero__benefit-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
  }
  .signup-hero__stats {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 343px;
    margin: 0;
  }
  .signup-hero__stat {
    flex-direction: row;
    align-items: center;
    gap: 11px;
    min-height: 56px;
    padding: 16px;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .signup-hero__stat:last-child {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
  }
  .signup-hero__stat-value {
    font-size: 18px;
  }
  .signup-hero__stat-label {
    margin-left: auto;
    font-size: 12px;
    text-align: right;
    white-space: nowrap;
  }
  .signup-hero__form-card {
    padding: 24px;
    max-width: 343px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .signup-hero__title {
    font-size: 36px;
  }
  .signup-hero__benefit {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 14px;
  }
  .signup-hero__phone-prefix {
    gap: 6px;
    min-width: fit-content;
  }
  .signup-hero__phone-wrap {
    flex-wrap: nowrap;
    gap: 8px;
  }
  .signup-hero__select-menu--compact {
    left: 0;
    right: auto;
    min-width: 108px;
  }
  .signup-hero__input--phone {
    width: auto;
    min-width: 0;
  }
}
.page-cadastro .platforms-section--cadastro {
  height: auto;
  min-height: 677px;
  justify-content: center;
  overflow: hidden;
}
.page-cadastro .platforms-section--cadastro .platforms-section__bg {
  inset: 0 50.28% 0 0;
}
.page-cadastro .platforms-section--cadastro .platforms-section__inner {
  align-items: center;
  padding-top: 72px;
  padding-bottom: 65px;
}
.page-cadastro .platforms-section--cadastro .platforms-section__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.page-cadastro .platforms-section--cadastro .platforms-section__phone img {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-cadastro .platforms-section--cadastro .platforms-section__content {
  justify-content: center;
  padding-top: 0;
  max-width: 438px;
}
.page-cadastro .platforms-section--cadastro .platforms-section__title {
  max-width: 438px;
}
.page-cadastro .platforms-section--cadastro .platforms-section__cta {
  width: 200px;
}

@media (max-width: 1200px) and (min-width: 993px) {
  .page-cadastro .platforms-section--cadastro {
    min-height: 620px;
  }
  .page-cadastro .platforms-section--cadastro .platforms-section__inner {
    padding-top: 64px;
    padding-bottom: 56px;
    gap: 64px;
  }
  .page-cadastro .platforms-section--cadastro .platforms-section__phone {
    flex: 0 0 470px;
    width: 470px;
    height: 446px;
  }
  .page-cadastro .platforms-section--cadastro .platforms-section__content {
    max-width: 420px;
  }
}
@media (max-width: 768px) {
  .page-cadastro .platforms-section--cadastro {
    height: auto;
    min-height: auto;
    justify-content: flex-start;
    align-items: center;
    padding: 64px 16px 0;
  }
  .page-cadastro .platforms-section--cadastro .platforms-section__bg {
    inset: auto 0 -34px;
    height: 254px;
  }
  .page-cadastro .platforms-section--cadastro .platforms-section__inner {
    width: 100%;
    padding: 0;
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
  .page-cadastro .platforms-section--cadastro .platforms-section__content {
    order: 1;
    width: 100%;
    max-width: 343px;
    padding: 0 24px;
    gap: 32px;
    align-items: center;
  }
  .page-cadastro .platforms-section--cadastro .platforms-section__heading {
    align-items: center;
    gap: 16px;
  }
  .page-cadastro .platforms-section--cadastro .platforms-section__badge {
    display: block;
    width: 100%;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 1px;
    white-space: normal;
  }
  .page-cadastro .platforms-section--cadastro .platforms-section__badge-accent {
    margin-inline: 0;
  }
  .page-cadastro .platforms-section--cadastro .platforms-section__title {
    max-width: none;
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
  }
  .page-cadastro .platforms-section--cadastro .platforms-section__body {
    gap: 24px;
    align-items: center;
  }
  .page-cadastro .platforms-section--cadastro .platforms-section__logos {
    justify-content: center;
    width: 100%;
  }
  .page-cadastro .platforms-section--cadastro .platforms-section__logos img {
    height: 28px;
  }
  .page-cadastro .platforms-section--cadastro .platforms-section__list {
    justify-content: center;
    gap: 32px;
  }
  .page-cadastro .platforms-section--cadastro .platforms-section__cta {
    width: 100%;
    max-width: none;
    padding: 9px 18px;
  }
  .page-cadastro .platforms-section--cadastro .platforms-section__phone {
    order: 2;
    flex: 0 0 353.519px;
    width: 372.445px;
    max-width: calc(100vw - 3px);
    height: 353.519px;
    transform: none;
  }
  .page-cadastro .platforms-section--cadastro .platforms-section__phone img {
    width: 372.445px;
    height: 353.519px;
    left: 50%;
    top: 0;
    transform: translateX(0) translateY(15%);
  }
}
@media (max-width: 480px) {
  .page-cadastro .platforms-section--cadastro .platforms-section__phone {
    transform: none;
  }
}
.market-ticker {
  width: 100%;
  height: 56px;
  background-color: #1c1c1c;
  overflow: hidden;
  display: flex;
  align-items: center;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

.market-ticker__track {
  display: flex;
  width: max-content;
  animation: market-ticker-scroll 30s linear infinite;
}
.market-ticker__track:hover {
  animation-play-state: paused;
}

@keyframes market-ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.market-ticker__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.market-ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 45px 0 69px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  color: #ffffff;
  white-space: nowrap;
}
.market-ticker__item::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  margin-right: 24px;
  flex-shrink: 0;
}
.market-ticker__item:first-child::before {
  display: none;
}

.market-ticker__arrow {
  font-style: normal;
  font-size: 14px;
  line-height: 1;
}
.market-ticker__arrow--up {
  color: #26cc68;
}
.market-ticker__arrow--down {
  color: #e04442;
}

.market-ticker__price {
  font-weight: 200;
}
.market-ticker__price--up {
  color: #26cc68;
}
.market-ticker__price--down {
  color: #e04442;
}

@media (max-width: 767px) {
  .market-ticker {
    display: none;
  }
}
.platforms-section {
  position: relative;
  background: #000;
  height: 549px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow-x: clip;
  overflow-y: visible;
  max-width: 100dvw;
}
.platforms-section__bg {
  position: absolute;
  inset: 0 50.28% 0 0;
  pointer-events: none;
  overflow: hidden;
}
.platforms-section__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.platforms-section__bg-img1 {
  width: 103.01%;
  height: 116.9%;
  left: -3.01%;
  top: -8.45%;
}
.platforms-section__bg-img2 {
  width: 147.43%;
  height: 100%;
  left: -23.71%;
  top: 8.69%;
}
.platforms-section__bg-img3 {
  display: none;
}
.platforms-section__bg-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(240, 195, 41, 0.075) 10%, rgba(127, 109, 50, 0.124) 22%, rgba(14, 23, 58, 0.173) 34%, rgba(7, 12, 29, 0.587) 59.5%, rgba(4, 6, 15, 0.793) 72.2%, rgb(0, 0, 0) 85%);
}
.platforms-section__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 101px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 158px 65px;
}
.platforms-section__phone {
  position: relative;
  flex: 0 0 551px;
  width: 551px;
  height: 523px;
  overflow: hidden;
  flex-shrink: 0;
}
.platforms-section__phone img {
  position: absolute;
  inset: auto;
  width: 100%;
  height: 100%;
  max-width: none;
}
.platforms-section__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  padding-top: 11px;
}
.platforms-section__heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  align-items: flex-start;
}
.platforms-section__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14.25px);
  -webkit-backdrop-filter: blur(14.25px);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.platforms-section__badge-accent {
  font-weight: 800;
  color: #eebe16;
  margin-inline: 0.28em;
}
.platforms-section__title {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  font-feature-settings: "salt";
}
.platforms-section__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.platforms-section__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.platforms-section__logos img {
  height: 28px;
  width: auto;
  display: block;
}
.platforms-section__list {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  width: 100%;
}
.platforms-section__list-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
}
.platforms-section__list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}
.platforms-section__list-item img {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  display: block;
}
.platforms-section__list-item span {
  font-family: "DM Sans", sans-serif;
  font-size: 14.1px;
  font-weight: 700;
  line-height: 22.5px;
  color: #fff;
}
.platforms-section__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 6px 18px;
  width: 270px;
  background: #fff;
  border: 4px solid rgba(255, 255, 255, 0.36);
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease;
}
.platforms-section__cta:hover, .platforms-section__cta:focus-visible {
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.platforms-section__cta-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  color: #0c111d;
  text-align: center;
  white-space: nowrap;
}
.platforms-section__cta-arrows {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.platforms-section__cta-arrows img {
  width: 19px;
  height: 10px;
  display: block;
}
.platforms-section__cta-arrows--flip {
  transform: rotate(180deg) scaleY(-1);
}
@media (max-width: 1200px) {
  .platforms-section__inner {
    padding-left: 80px;
    padding-right: 80px;
    gap: 60px;
  }
  .platforms-section__phone {
    flex: 0 0 420px;
    width: 420px;
    height: 400px;
  }
  .platforms-section__title {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .platforms-section {
    height: auto;
    display: block;
  }
  .platforms-section__bg {
    inset: 0;
  }
  .platforms-section__inner {
    padding-left: 24px;
    padding-right: 24px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 48px;
    gap: 32px;
  }
  .platforms-section__phone {
    flex: none;
    width: 100%;
    max-width: 380px;
    height: 340px;
  }
  .platforms-section__content {
    padding-top: 0;
    align-items: flex-start;
    width: 100%;
  }
  .platforms-section__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .platforms-section {
    min-height: 861px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    padding: 64px 16px 0;
  }
  .platforms-section__bg {
    inset: auto 0 -34px;
    height: 254px;
    overflow: hidden;
  }
  .platforms-section__bg-img1 {
    width: 103.01%;
    height: 116.9%;
    left: -3.01%;
    top: -8.45%;
  }
  .platforms-section__bg-img2 {
    width: 147.43%;
    height: 100%;
    left: -23.71%;
    top: 8.69%;
  }
  .platforms-section__inner {
    width: 100%;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 56px;
  }
  .platforms-section__content {
    order: 1;
    width: 100%;
    padding: 0 24px;
    gap: 32px;
    align-items: center;
  }
  .platforms-section__phone {
    order: 2;
    width: 372.445px;
    max-width: calc(100vw - 3px);
    height: 353.519px;
    flex: 0 0 353.519px;
  }
  .platforms-section__phone img {
    width: 372.445px;
    height: 353.519px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .platforms-section__heading {
    gap: 16px;
    align-items: center;
  }
  .platforms-section__badge, .platforms-section__content, .platforms-section__list, .platforms-section__logos {
    justify-content: center;
  }
  .platforms-section__badge {
    display: block;
    width: 100%;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    white-space: normal;
    letter-spacing: 1px;
  }
  .platforms-section__title {
    width: 100%;
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
  }
  .platforms-section__body {
    gap: 24px;
    align-items: center;
  }
  .platforms-section__logos {
    width: 100%;
  }
  .platforms-section__logos img {
    height: 28px;
  }
  .platforms-section__list {
    gap: 32px;
    align-items: flex-start;
  }
  .platforms-section__cta {
    width: 100%;
    margin: auto;
    padding: 9px 18px;
  }
}
@media (max-width: 767px) {
  .platforms-section__badge {
    flex-direction: row;
  }
}
@media (max-width: 480px) {
  .platforms-section {
    height: 861px;
    min-height: 0;
  }
  .platforms-section__inner {
    gap: 22px;
  }
  .platforms-section__phone {
    transform: translateY(34px);
  }
}
@media (max-width: 576px) {
  .platforms-section__title {
    font-size: 26px;
  }
  .platforms-section__list {
    flex-direction: row;
    gap: 32px;
  }
}

.features-section {
  background: #fff;
}
.features-section__sep {
  display: flex;
  align-items: center;
  max-width: 1128px;
  margin: 0 auto;
  padding: 160px 0 0;
}
.features-section__sep-line {
  flex: 1;
  height: 1px;
  border: none;
  border-top: 1px dashed #d0d5dd;
}
.features-section__sep-center {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-shrink: 0;
  width: 140.75px;
  justify-content: center;
}
.features-section__sep-dot {
  width: 6px;
  height: 6px;
  background: #f9e6a5;
  border-radius: 999px;
  flex-shrink: 0;
  display: block;
}
.features-section__sep-icon {
  width: 40px;
  height: 40px;
  border-radius: 6.67px;
  background: #f5d873;
  border: 4px solid rgba(245, 216, 115, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.features-section__sep-icon img {
  width: 24px;
  height: 23px;
  display: block;
}
.features-section__header {
  max-width: 1128px;
  margin: 0 auto;
  padding: 48px 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.features-section__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  background: #fdf7e2;
  border-radius: 600px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #be970e;
  text-transform: uppercase;
  letter-spacing: 0;
}
.features-section__title {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
  color: #19222e;
  margin: 0;
  max-width: 620px;
}
.features-section__title-accent {
  color: #f0c329;
}
.features-section__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #98a2b3;
  margin: 0;
  max-width: 675px;
  text-align: center;
}
.features-section__body {
  max-width: 1128px;
  margin: 0 auto;
  padding: 0 0 120px;
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.features-section__nav {
  width: 272px;
  flex-shrink: 0;
  position: sticky;
  top: calc(101px + 40px);
  align-self: flex-start;
  height: fit-content;
  padding-top: 114px;
  display: flex;
  flex-direction: column;
  gap: 55.1px;
  max-height: 100%;
  overflow: visible;
}
.features-section__nav-links-row {
  display: flex;
  align-items: stretch;
  gap: 19px;
  width: 100%;
  max-height: 100%;
  overflow-y: visible;
}
.features-section__nav-track {
  position: relative;
  width: 2px;
  flex-shrink: 0;
  align-self: stretch;
  background: #eaecf0;
  border-radius: 2px;
  max-height: 100%;
  overflow-y: hidden;
}
.features-section__nav-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  background: #f0c329;
  border-radius: 2px;
  height: var(--nav-fill-px, 0px);
}
.features-section__nav-knob {
  position: absolute;
  left: 0;
  width: 2px;
  height: 26px;
  background: #fff;
  border-radius: 24px;
  top: calc(var(--nav-fill-px, 0px) - 13px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-section__nav-knob svg {
  position: absolute;
  left: -3px;
  flex-shrink: 0;
}
.features-section__nav {
  max-width: 10rem;
}
.features-section__nav ul {
  list-style: none;
  padding: 7.6px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 35.2px;
  flex: 1;
  min-width: 0;
}
.features-section__nav li a {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #9da4ae;
  text-decoration: none;
  transition: color 0.25s ease;
}
.features-section__nav li a:hover {
  color: #c8a500;
}
.features-section__nav li.is-active a {
  color: #f0c329;
  font-weight: 600;
}
.features-section__nav-tagline {
  margin: 0;
  width: 100%;
  color: #0c111d;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
.features-section__nav-tagline strong {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #0c111d;
}
.features-section__rows {
  flex: 1;
  min-width: 0;
  padding-left: 2px;
}
.features-section__row {
  display: flex;
  align-items: flex-end;
  padding: 40px 0 0px;
  min-height: 80vh;
}
.features-section__row:first-child {
  padding-top: 0;
}
.features-section__row:last-child {
  border-bottom: none;
}
.features-section__mockup-stack {
  flex: 0 0 617px;
  max-width: 617px;
  position: sticky;
  top: calc(50vh - 220px);
  align-self: flex-start;
  display: grid;
  overflow: hidden;
}
.features-section__mockup-item {
  grid-area: 1/1;
  position: relative;
  background: #fff;
  opacity: 0;
  transform: translateY(100%);
  will-change: transform, opacity;
}
.features-section__mockup-item:nth-child(1) {
  z-index: 1;
}
.features-section__mockup-item:nth-child(2) {
  z-index: 2;
}
.features-section__mockup-item:nth-child(3) {
  z-index: 3;
}
.features-section__mockup-item:nth-child(4) {
  z-index: 4;
}
.features-section__mockup-item:nth-child(5) {
  z-index: 5;
}
.features-section__mockup-item:nth-child(6) {
  z-index: 6;
}
.features-section__mockup-img {
  width: 100%;
  height: auto;
  display: block;
}
.features-section__mobile-mockup {
  display: none;
}
.features-section__content-col {
  flex: 1;
  min-width: 0;
  padding-left: 84px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.features-section__person {
  width: 176px;
  height: 136px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-section__person-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.features-section__text {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
.features-section__text-inner {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.features-section__feature-title {
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  color: #18171d;
  margin: 0;
  font-feature-settings: "salt";
}
.features-section__feature-desc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #868e96;
  margin: 0;
}
.features-section__checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.features-section__checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
}
.features-section__checklist img {
  width: 13px;
  height: 8px;
  flex-shrink: 0;
  object-fit: contain;
}
.features-section__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 13px 25px;
  width: 340px;
  max-width: 100%;
  background: #f5d873;
  border: 1px solid #f5d873;
  color: #0c111d;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
  overflow: hidden;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  align-self: flex-start;
}
.features-section__cta:hover, .features-section__cta:focus-visible {
  background-color: rgb(242.28, 205.392, 76.92);
  border-color: rgb(242.28, 205.392, 76.92);
  color: #0c111d;
  text-decoration: none;
}
.features-section__cta-arrows {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.features-section__cta-arrows img {
  width: 19px;
  height: 10px;
  display: block;
}
.features-section__cta-arrows--flip {
  transform: rotate(180deg) scaleY(-1);
}
.features-section__carousel-dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 20px 24px 0;
  margin-left: auto;
  margin-right: auto;
}
.features-section__carousel-dot {
  height: 4.69px;
  width: 30px;
  border-radius: 14.06px;
  background: rgba(12, 17, 29, 0.15);
  border: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  transition: width 0.25s ease;
}
.features-section__carousel-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  right: 100%;
  background: #f5d873;
  border-radius: 14.06px;
}
.features-section__carousel-dot.is-active {
  width: 37.5px;
}
.features-section__carousel-dot.is-active::after {
  animation: features-dot-fill 4s linear forwards;
}
@keyframes features-dot-fill {
  from {
    right: 100%;
  }
  to {
    right: 0%;
  }
}
@media (max-width: 1200px) {
  .features-section__sep, .features-section__header, .features-section__body {
    padding-left: 80px;
    padding-right: 80px;
  }
  .features-section__mockup-stack {
    flex: 0 0 460px;
    max-width: 460px;
  }
  .features-section__content-col {
    padding-left: 48px;
  }
}
@media (max-width: 1100px) {
  .features-section__nav {
    width: 200px;
    gap: 32px;
    max-width: 9rem;
  }
  .features-section__nav ul {
    gap: 28px;
  }
  .features-section__nav li a {
    font-size: 14px;
  }
  .features-section__nav-tagline {
    font-size: 15px;
  }
  .features-section__mockup-stack {
    flex: 0 0 380px;
    max-width: 380px;
  }
  .features-section__content-col {
    padding-left: 32px;
  }
  .features-section__feature-title {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .features-section__sep, .features-section__header, .features-section__body {
    padding-left: 24px;
    padding-right: 24px;
  }
  .features-section__nav {
    display: none;
  }
  .features-section__body {
    flex-direction: column;
  }
  .features-section__row {
    flex-direction: column;
    gap: 32px;
  }
  .features-section__mockup-stack {
    display: none;
  }
  .features-section__content-col {
    padding-left: 0;
  }
  .features-section__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .features-section {
    background: #FAFAFA;
    min-height: 1071px;
  }
  .features-section__sep {
    max-width: none;
    margin: 0 16px;
    padding: 64px 0 0;
  }
  .features-section__header {
    max-width: none;
    margin: 0;
    padding: 29px 16px 0;
    gap: 12px;
  }
  .features-section__badge {
    width: 318px;
    max-width: 100%;
    min-height: 33px;
    padding: 8px 18px;
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
  }
  .features-section__body {
    display: flex;
    flex-direction: column;
    padding: 52px 0 64px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
  }
  .features-section__title {
    max-width: 343px;
    font-size: 26px;
    line-height: 1.25;
  }
  .features-section__subtitle {
    max-width: 343px;
    font-size: 14px;
    line-height: 1.55;
  }
  .features-section__rows {
    display: flex;
    flex-direction: row;
    gap: 8px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100%;
    padding: 0 16px;
    scroll-padding-left: 16px;
    flex: none;
  }
  .features-section__rows::-webkit-scrollbar {
    display: none;
  }
  .features-section__row {
    display: flex;
    flex: 0 0 282px;
    width: 282px;
    height: 533px;
    min-height: 0;
    box-sizing: border-box;
    scroll-snap-align: start;
    border-bottom: none;
    padding: 24px 24px 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
  }
  .features-section__row:first-child {
    margin-left: 16px;
    padding-top: 24px;
  }
  .features-section__mockup-stack {
    display: none;
  }
  .features-section__content-col {
    width: 100%;
    padding-left: 0;
    gap: 16px;
    align-items: flex-start;
  }
  .features-section__person {
    display: none;
  }
  .features-section__text {
    align-items: flex-start;
    text-align: left;
  }
  .features-section__text-inner {
    width: 234px;
    gap: 12px;
    align-items: flex-start;
  }
  .features-section__feature-title {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
  }
  .features-section__feature-desc {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .features-section__checklist {
    width: 100%;
  }
  .features-section__checklist li {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    padding: 0 0 6px;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    color: #3d3d3d;
  }
  .features-section__checklist img {
    width: 13px;
    height: 8px;
    margin-top: 3px;
  }
  .features-section__mobile-mockup {
    display: flex;
    width: calc(100% + 48px);
    height: 229px;
    margin: auto -24px 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
  }
  .features-section__mobile-mockup-img {
    display: block;
    width: 282px;
    max-width: none;
    height: auto;
  }
  .features-section__carousel-dots {
    display: flex;
    padding: 32px 0 0;
  }
}
@media (max-width: 599px) {
  .features-section__rows {
    gap: 16px;
  }
  .features-section__row {
    flex-basis: calc(100vw - 32px);
    width: calc(100vw - 32px);
    padding-bottom: 8px;
  }
  .features-section__content-col {
    width: 100%;
    max-width: none;
  }
  .features-section__text-inner {
    width: 234px;
  }
}
@media (max-width: 576px) {
  .features-section__sep {
    padding-top: 64px;
  }
  .features-section__header {
    padding-top: 29px;
    padding-bottom: 0;
  }
  .features-section__title {
    font-size: 26px;
  }
  .features-section__feature-title {
    font-size: 20px;
  }
}

.instruments-section {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  padding: 130px 0;
  width: 100%;
}

.instruments-section__sep {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
}

.instruments-section__sep-line {
  flex: 1 0 0;
  height: 1px;
  border-top: 1px dashed #d0d5dd;
  min-width: 0;
}

.instruments-section__sep-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-shrink: 0;
}
.instruments-section__sep-icon::before, .instruments-section__sep-icon::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #f9e6a5;
}
.instruments-section__sep-icon .instruments-section__sep-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6.67px;
  background: #f5d873;
  border: 4px solid rgba(245, 216, 115, 0.2);
  flex-shrink: 0;
}
.instruments-section__sep-icon .instruments-section__sep-picture img {
  width: 24px;
  height: 23px;
}

.instruments-section__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-bottom: 0;
  width: 100%;
}

.instruments-section__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 80px;
  background: rgba(154, 154, 154, 0.12);
  backdrop-filter: blur(14.25px);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0c111d;
  white-space: nowrap;
  max-width: 100%;
}

.instruments-section__badge-accent {
  font-weight: 800;
  color: #eebe16;
}

@media (min-width: 769px) {
  .instruments-section__badge-accent {
    margin-inline: 4px;
  }
}
.instruments-section__badge--light {
  background: #fdf7e2;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: #be970e;
  font-weight: 500;
  border-radius: 600px;
}

.instruments-section__title {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #0c111d;
  font-feature-settings: "salt";
  text-align: center;
  margin: 0;
}

.instruments-section__body-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
}

.instruments-section__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.instruments-section__hero-card {
  width: 100%;
  border-radius: 16px;
  background: linear-gradient(147.123deg, #f6f7f9 13.56%, #f0f1f5 80.96%);
  overflow: hidden;
}

.instruments-section__hero-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 65px;
  padding: 56px;
}

.instruments-section__hero-content {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.instruments-section__hero-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.instruments-section__hero-head-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.instruments-section__hero-title {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #0c111d;
  font-feature-settings: "salt";
  margin: 0;
}

.instruments-section__hero-desc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #475467;
  margin: 0;
}

.instruments-section__checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 423px;
}

.instruments-section__checklist-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.instruments-section__checklist-item img {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.instruments-section__checklist-item span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #667085;
  flex: 1 0 0;
}

.instruments-section__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 340px;
  max-width: 100%;
  padding: 13px 25px;
  border-radius: 4px;
  background: #f5d873;
  border: 1px solid #f5d873;
  text-decoration: none;
  overflow: hidden;
  flex-shrink: 0;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.instruments-section__cta:hover, .instruments-section__cta:focus-visible {
  background-color: rgb(242.28, 205.392, 76.92);
  border-color: rgb(242.28, 205.392, 76.92);
  text-decoration: none;
}

.instruments-section__cta-label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #0c111d;
  text-transform: uppercase;
  white-space: nowrap;
}

.instruments-section__cta-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.instruments-section__cta-arrows img {
  width: 19px;
  height: 10px;
  display: block;
}
.instruments-section__cta-arrows--flip {
  transform: rotate(180deg) scaleY(-1);
}

.instruments-section__hero-chart {
  flex-shrink: 0;
  width: 484px;
  height: 483px;
  position: relative;
}
.instruments-section__hero-chart img {
  position: absolute;
  left: -56px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.instruments-section__grid {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
}

.instruments-section__col {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.instruments-section__col:last-child {
  align-self: stretch;
}

.instruments-section__card {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  align-items: center;
}
.instruments-section__card--spreads {
  height: 548px;
  background: linear-gradient(129.422deg, #f6f7f9 13.56%, #f0f1f5 80.96%);
}
.instruments-section__card--liquidity {
  height: 548px;
  background: linear-gradient(129.422deg, #f6f7f9 13.56%, #f0f1f5 80.96%);
}
.instruments-section__card--licenses {
  flex-shrink: 0;
  width: 100%;
  background: linear-gradient(134.339deg, #f6f7f9 13.56%, #f0f1f5 80.96%);
  gap: 40px;
}
.instruments-section__card--execution {
  flex: 1 0 0;
  min-height: 1px;
  background: linear-gradient(134.339deg, #f6f7f9 13.56%, #f0f1f5 80.96%);
}

.instruments-section__card-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 64px 56px 0;
  width: 100%;
}
.instruments-section__card-body--center {
  align-items: center;
  padding-bottom: 3.2px;
}

.instruments-section__card-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.instruments-section__card-head--center {
  align-items: center;
}

.instruments-section__card-title {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #0c111d;
  font-feature-settings: "salt";
  margin: 0;
}
.instruments-section__card-title--center {
  text-align: center;
}

.instruments-section__card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.instruments-section__card-list--center {
  align-items: center;
}

.instruments-section__card-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.instruments-section__card-list-item img {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.instruments-section__card-list-item span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #667085;
}

.instruments-section__platform-wrap {
  height: 350.6px;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.instruments-section__platform-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instruments-section__platform-inner img {
  height: 100%;
  width: auto;
  max-width: 22.875rem;
  object-fit: contain;
  display: block;
}

.instruments-section__globe-wrap {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.instruments-section__globe-img {
  width: 100%;
  max-width: 698px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.instruments-section__deposits-wrap {
  height: 246.675px;
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: auto;
}

.instruments-section__deposits-inner {
  width: 100%;
  height: 100%;
}
.instruments-section__deposits-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.instruments-section__exec-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 64px 56px 32px;
  overflow: hidden;
}

.instruments-section__exec-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 429px;
}

.instruments-section__exec-line1 {
  font-family: "Inter", sans-serif;
  font-size: 30.9px;
  font-weight: 600;
  line-height: 32px;
  color: #0c111d;
  text-align: center;
  margin: 0;
  width: 100%;
  height: 32px;
}

.instruments-section__exec-line2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.instruments-section__exec-dark {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  color: #0c111d;
  height: 32px;
  display: flex;
  align-items: center;
}

.instruments-section__exec-muted {
  font-family: "Inter", sans-serif;
  font-size: 30.6px;
  font-weight: 600;
  line-height: 32px;
  color: rgba(12, 17, 29, 0.56);
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.instruments-section__exec-line3 {
  font-family: "Inter", sans-serif;
  font-size: 30.8px;
  font-weight: 600;
  line-height: 32px;
  color: rgba(12, 17, 29, 0.56);
  text-align: center;
  margin: 0;
  width: 100%;
}

.instruments-section__toggle-pill {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background: #f5d873;
  border-radius: 76px;
  width: 39px;
  height: 24px;
  padding: 1.5px 2.7px 1.5px 0;
  flex-shrink: 0;
}

.instruments-section__toggle-dot {
  width: 21px;
  height: 21px;
  border-radius: 10.5px;
  background: #0c111d;
  flex-shrink: 0;
}

.instruments-section__protection-wrap {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.instruments-section__protection-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 458/234.5;
}
.instruments-section__protection-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1288px) {
  .instruments-section {
    padding: 100px 80px;
    gap: 48px;
  }
  .instruments-section__hero-inner {
    gap: 48px;
    padding: 48px;
  }
  .instruments-section__hero-chart {
    width: 400px;
    height: 400px;
  }
  .instruments-section__hero-title {
    font-size: 30px;
  }
  .instruments-section__card-body {
    padding: 48px 40px 0;
  }
  .instruments-section__card-title {
    font-size: 26px;
  }
  .instruments-section__exec-body {
    padding: 48px 40px 28px;
  }
  .instruments-section__exec-heading {
    width: 100%;
  }
  .instruments-section__exec-line1 {
    font-size: 26px;
    height: auto;
  }
  .instruments-section__exec-dark,
  .instruments-section__exec-muted {
    font-size: 26px;
  }
  .instruments-section__exec-line3 {
    font-size: 26px;
  }
  .instruments-section__platform-wrap {
    height: 300px;
  }
  .instruments-section__globe-img {
    max-width: none;
  }
}
@media (max-width: 1200px) {
  .instruments-section {
    padding: 80px 80px;
    gap: 48px;
  }
  .instruments-section__title {
    font-size: 34px;
  }
  .instruments-section__hero-inner {
    gap: 40px;
    padding: 48px;
  }
  .instruments-section__hero-chart {
    width: 360px;
    height: 360px;
    flex-shrink: 0;
  }
  .instruments-section__hero-title {
    font-size: 28px;
  }
  .instruments-section__card-body {
    padding: 48px 40px 0;
  }
  .instruments-section__card-title {
    font-size: 28px;
  }
  .instruments-section__exec-body {
    padding: 48px 32px 28px;
  }
  .instruments-section__exec-heading {
    width: 100%;
  }
  .instruments-section__exec-line1 {
    font-size: 25px;
    height: auto;
  }
  .instruments-section__exec-dark,
  .instruments-section__exec-muted {
    font-size: 26px;
  }
  .instruments-section__exec-line3 {
    font-size: 25px;
  }
  .instruments-section__platform-wrap {
    height: 280px;
  }
}
@media (max-width: 992px) {
  .instruments-section {
    padding: 80px 40px;
    gap: 40px;
  }
  .instruments-section__title {
    font-size: 30px;
  }
  .instruments-section__hero-inner {
    flex-direction: column;
    gap: 32px;
    padding: 40px 40px 0;
  }
  .instruments-section__badge {
    white-space: normal;
    text-align: center;
    line-height: 1.4;
  }
  .instruments-section__hero-content {
    flex: 1 1 0;
    width: 100%;
  }
  .instruments-section__hero-chart {
    width: 100%;
    height: 280px;
    flex-shrink: unset;
    overflow: hidden;
  }
  .instruments-section__hero-chart img {
    position: static;
    left: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .instruments-section__card--spreads, .instruments-section__card--liquidity {
    height: auto;
    min-height: 380px;
  }
  .instruments-section__card--execution {
    flex: none;
    min-height: 340px;
  }
  .instruments-section__platform-wrap {
    height: 240px;
  }
  .instruments-section__globe-img {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .instruments-section__grid {
    flex-direction: column;
  }
  .instruments-section__col {
    flex: none;
    width: 100%;
  }
  .instruments-section__col:last-child {
    align-self: auto;
  }
}
@media (max-width: 768px) {
  .instruments-section {
    padding: 24px 16px 48px;
    gap: 24px;
    overflow: hidden;
  }
  .instruments-section__sep {
    max-width: none;
    gap: 16px;
  }
  .instruments-section__sep-icon {
    gap: 32px;
  }
  .instruments-section__body-wrap {
    gap: 24px;
    max-width: none;
  }
  .instruments-section__heading {
    gap: 12px;
  }
  .instruments-section__badge {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.4px;
    white-space: nowrap;
  }
  .instruments-section__title {
    font-size: 26px;
    line-height: 1.2;
  }
  .instruments-section__cards {
    gap: 16px;
  }
  .instruments-section__hero-inner {
    flex-direction: column-reverse;
    padding: 24px 24px 32px;
    gap: 24px;
  }
  .instruments-section__hero-content {
    gap: 24px;
  }
  .instruments-section__hero-head {
    gap: 14px;
  }
  .instruments-section__hero-head-top {
    gap: 10px;
  }
  .instruments-section__hero-title {
    font-size: 22px;
    line-height: 1.12;
  }
  .instruments-section__hero-desc {
    font-size: 12px;
    line-height: 1.4;
  }
  .instruments-section__hero-chart {
    order: -1;
    height: 207px;
    overflow: hidden;
  }
  .instruments-section__hero-chart img {
    position: static;
    left: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .instruments-section__checklist {
    gap: 10px;
  }
  .instruments-section__checklist-item {
    gap: 10px;
  }
  .instruments-section__checklist-item img {
    width: 11px;
    height: 11px;
  }
  .instruments-section__checklist-item span {
    font-size: 11px;
    line-height: 1.35;
  }
  .instruments-section__grid {
    gap: 16px;
  }
  .instruments-section__col {
    gap: 16px;
  }
  .instruments-section__card {
    border-radius: 8px;
  }
  .instruments-section__card--spreads, .instruments-section__card--liquidity {
    min-height: 0;
    height: auto;
  }
  .instruments-section__card--execution {
    min-height: 270px;
  }
  .instruments-section__card-body {
    gap: 16px;
    padding: 24px 24px 0;
  }
  .instruments-section__card-body--center {
    padding-bottom: 0;
  }
  .instruments-section__card-head {
    gap: 10px;
  }
  .instruments-section__card-title {
    font-size: 22px;
    line-height: 1.15;
  }
  .instruments-section__card-list {
    gap: 10px;
  }
  .instruments-section__card-list-item {
    gap: 10px;
  }
  .instruments-section__card-list-item img {
    width: 11px;
    height: 11px;
  }
  .instruments-section__card-list-item span {
    font-size: 11px;
    line-height: 1.35;
  }
  .instruments-section__platform-wrap {
    height: 190px;
  }
  .instruments-section__deposits-wrap {
    height: 178px;
  }
  .instruments-section__exec-body {
    padding: 24px 20px 18px;
  }
  .instruments-section__exec-line1 {
    font-size: 20px;
    line-height: 22px;
    height: auto;
  }
  .instruments-section__exec-dark,
  .instruments-section__exec-muted {
    font-size: 20px;
    line-height: 22px;
  }
  .instruments-section__exec-line3 {
    font-size: 20px;
    line-height: 22px;
  }
  .instruments-section__cta {
    width: 100%;
    padding: 9px 18px;
  }
  .instruments-section__cta-label {
    font-size: 12px;
    line-height: 24px;
  }
  .instruments-section__checklist {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .instruments-section {
    padding: 24px 16px 48px;
  }
  .instruments-section__hero-inner {
    padding: 24px 24px 32px;
  }
  .instruments-section__card-body {
    padding: 24px 24px 0;
  }
  .instruments-section__exec-body {
    padding: 24px 20px 20px;
  }
}
.steps-section {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 32px 0 120px;
  width: 100%;
}

.steps-section__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
}

.steps-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid #eaecf0;
  width: 100%;
}

.steps-section__header-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 0 0;
  min-width: 0;
}

.steps-section__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 600px;
  background: #fdf7e2;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #be970e;
  white-space: nowrap;
  width: fit-content;
  letter-spacing: 0;
  text-transform: uppercase;
}

.steps-section__title {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #0c111d;
  font-feature-settings: "salt";
  margin: 0;
  max-width: 704px;
}

.steps-section__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 13px 25px;
  background: #f5d873;
  border: 1px solid #f5d873;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #0c111d;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s;
}
.steps-section__cta:hover {
  background: #f0c329;
  border-color: #f0c329;
  color: #0c111d;
  text-decoration: none;
}

.steps-section__list {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  width: 100%;
}

.steps-section__item {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 39px;
  border-bottom: 1px solid #eaecf0;
  height: 175px;
}
.steps-section__item--active {
  border-bottom-color: #be970e;
}

.steps-section__item-head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.steps-section__number {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  background: #f5d873;
  border: 1px solid #fdf7e2;
  border-radius: 8px;
  flex-shrink: 0;
  overflow: hidden;
}
.steps-section__number span {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #0c111d;
  white-space: nowrap;
}

.steps-section__item-title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #0c111d;
  font-feature-settings: "salt";
  margin: 0;
}

.steps-section__item-desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #667085;
  margin: 0;
}

@media (max-width: 1200px) {
  .steps-section {
    padding: 32px 40px 80px;
  }
  .steps-section__inner {
    gap: 40px;
  }
  .steps-section__title {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .steps-section {
    padding: 32px 32px 64px;
  }
  .steps-section__inner {
    gap: 32px;
  }
  .steps-section__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .steps-section__cta {
    align-self: flex-start;
    margin: auto;
  }
  .steps-section__list {
    flex-wrap: wrap;
    gap: 24px;
  }
  .steps-section__item {
    flex: 1 1 calc(50% - 12px);
    height: auto;
    min-height: 120px;
  }
}
@media (max-width: 576px) {
  .steps-section {
    padding: 24px 20px 56px;
  }
  .steps-section__inner {
    gap: 24px;
  }
  .steps-section__title {
    font-size: 26px;
  }
  .steps-section__list {
    flex-direction: column;
    gap: 24px;
  }
  .steps-section__item {
    flex: none;
    width: 100%;
    height: auto;
  }
  .steps-section__number span {
    font-size: 28px;
  }
  .steps-section__item-title {
    font-size: 20px;
  }
}
.cta-banner {
  position: relative;
  background-color: #ffda57;
  display: flex;
  flex-direction: column;
  padding: 80px 0 24px;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 20%;
  background-image: radial-gradient(circle, rgba(12, 17, 29, 0.14) 1px, transparent 1px);
  background-size: 14px 14px;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.cta-banner > * {
  position: relative;
  z-index: 1;
}

.cta-banner__container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
  padding: 0;
  gap: 56px;
}

.cta-banner__left {
  flex: 0 0 514px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 234.451px;
}

.cta-banner__dash {
  position: absolute;
  top: 147.4px;
  transform: translateY(-50%);
  width: 103px;
  height: 1px;
  border-top: 1px dashed rgba(255, 255, 255, 0.62);
}
.cta-banner__dash--l {
  left: 0;
}
.cta-banner__dash--r {
  right: 0;
}

.cta-banner__visual {
  position: relative;
  width: 304.327px;
  height: 234.451px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.cta-banner__oval {
  position: absolute;
  top: 81.95px;
  border-radius: 999px;
  width: 213.305px;
  height: 129.638px;
}
.cta-banner__oval--a {
  left: 27.12px;
  background: rgba(209, 166, 15, 0.11);
}
.cta-banner__oval--b {
  left: 61.14px;
  background: #d1a60f;
}

.cta-banner__person {
  position: absolute;
  left: 21.45px;
  top: 16.53px;
  z-index: 1;
  display: block;
  width: 218.758px;
  height: 210.945px;
  object-fit: contain;
  object-position: center bottom;
}

.cta-banner__right {
  flex: 0 0 558px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
}

.cta-banner__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.cta-banner__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 600px;
  background: #fdf7e2;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #be970e;
}

.cta-banner__title {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #0c111d;
  margin: 0;
  max-width: 558px;
}

.cta-banner__sub {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #0c111d;
  margin: 0;
}

.cta-banner__steps {
  width: 100%;
  max-width: 1128px;
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.cta-banner__steps-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.cta-banner__steps-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 600px;
  background: #fdf7e2;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #be970e;
  text-transform: uppercase;
  letter-spacing: 0;
  width: fit-content;
}

.cta-banner__steps-title {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #0c111d;
  margin: 0;
  max-width: 704px;
}

.cta-banner__steps-list {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  width: 100%;
}

.cta-banner__steps-item {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 39px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  min-height: 175px;
}

.cta-banner__steps-item:last-child {
  border-bottom-color: #be970e;
}

.cta-banner__steps-item-head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cta-banner__steps-number {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  background: #f7e192;
  border-radius: 8px;
  flex-shrink: 0;
}
.cta-banner__steps-number span {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #0c111d;
  white-space: nowrap;
}

.cta-banner__steps-item-title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #0c111d;
  margin: 0;
}

.cta-banner__steps-item-desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #182230;
  margin: 0;
}

.cta-banner__bottom-line {
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.cta-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 10px 18px;
  width: 270px;
  border-radius: 4px;
  background: #ffffff;
  border: 4px solid rgba(255, 255, 255, 0.36);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: #0c111d;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}
.cta-banner__btn:hover, .cta-banner__btn:focus-visible {
  background: rgba(255, 255, 255, 0.88);
  color: #0c111d;
}

.cta-banner__btn-arrows {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}
.cta-banner__btn-arrows img {
  display: block;
  width: 5px;
  height: 10px;
}
.cta-banner__btn-arrows--right {
  transform: rotate(180deg);
}

.cta-banner__btn-label {
  flex: 1;
  text-align: center;
  letter-spacing: 0.5px;
}

@media (max-width: 1200px) {
  .cta-banner {
    padding: 64px 24px 24px;
  }
  .cta-banner__container {
    max-width: 100%;
    padding: 0;
    gap: 32px;
  }
  .cta-banner__left {
    flex: 0 0 420px;
  }
  .cta-banner__right {
    flex: 1 1 0;
  }
  .cta-banner__title {
    font-size: 36px;
  }
  .cta-banner__steps {
    max-width: 100%;
    margin-top: 40px;
  }
  .cta-banner__steps-title {
    font-size: 36px;
  }
  .cta-banner__steps-item-title {
    font-size: 22px;
  }
  .cta-banner__steps-item-desc {
    font-size: 14px;
  }
  .cta-banner__bottom-line {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .cta-banner {
    padding: 56px 20px 20px;
  }
  .cta-banner__container {
    flex-direction: column;
    padding: 0;
    gap: 32px;
    align-items: flex-start;
  }
  .cta-banner__left {
    flex: none;
    width: 100%;
    max-width: 514px;
    margin: 0 auto;
    height: 234.451px;
  }
  .cta-banner__right {
    flex: none;
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }
  .cta-banner__title {
    font-size: 34px;
    max-width: 100%;
  }
  .cta-banner__steps {
    gap: 32px;
    margin-top: 32px;
  }
  .cta-banner__steps-title {
    font-size: 34px;
  }
  .cta-banner__steps-list {
    flex-wrap: wrap;
    gap: 24px;
  }
  .cta-banner__steps-item {
    flex: 1 1 calc(50% - 12px);
    min-height: 160px;
    padding-bottom: 24px;
  }
  .cta-banner__steps-item-title {
    font-size: 22px;
  }
  .cta-banner__steps-item-desc {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .cta-banner {
    padding: 64px 16px;
  }
  .cta-banner__container {
    padding: 0;
    gap: 56px;
    align-items: center;
  }
  .cta-banner__left {
    width: 514px;
    max-width: none;
    height: 234.451px;
    margin-inline: -85.5px;
  }
  .cta-banner__dash {
    top: 147.1px;
    width: 103px;
  }
  .cta-banner__visual {
    width: 304.327px;
    height: 234.451px;
  }
  .cta-banner__person {
    left: 21.45px;
    top: 16.53px;
    width: 218.758px;
    height: 210.945px;
  }
  .cta-banner__right {
    gap: 16px;
    align-items: center;
    text-align: center;
  }
  .cta-banner__header {
    gap: 12px;
  }
  .cta-banner__badge {
    width: 100%;
    min-height: 50px;
    padding: 8px 18px;
    font-size: 12px;
    line-height: 1.4;
  }
  .cta-banner__title {
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
  }
  .cta-banner__sub {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  .cta-banner__steps {
    gap: 48px;
    margin-top: 40px;
  }
  .cta-banner__steps-header {
    align-items: center;
    gap: 12px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .cta-banner__steps-badge {
    width: 200px;
    height: 33px;
    padding: 8px 18px;
    font-size: 0;
    line-height: 1.4;
  }
  .cta-banner__steps-badge::after {
    content: "FAÇA PARTE VOCÊ TAMBÉM";
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
    color: #be970e;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .cta-banner__steps-title {
    font-size: 26px;
    line-height: 34px;
    max-width: 310px;
    text-align: center;
  }
  .cta-banner__steps-list {
    flex-direction: column;
    gap: 32px;
  }
  .cta-banner__steps-item {
    position: relative;
    display: block;
    width: 100%;
    min-height: 92px;
    padding-bottom: 0;
    border-bottom-color: rgba(190, 151, 14, 0.36);
  }
  .cta-banner__steps-item:nth-child(2), .cta-banner__steps-item:nth-child(4) {
    min-height: 112px;
  }
  .cta-banner__steps-item-head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  .cta-banner__steps-number {
    width: 53px;
    height: 56px;
    padding: 0;
    border-radius: 4px;
  }
  .cta-banner__steps-number span {
    font-size: 32px;
    line-height: 42px;
  }
  .cta-banner__steps-item-title {
    padding-top: 2px;
    font-size: 22px;
    line-height: 24px;
  }
  .cta-banner__steps-item-desc {
    position: absolute;
    left: 69px;
    top: 36px;
    width: calc(100% - 69px);
    font-size: 14px;
    line-height: 20px;
  }
  .cta-banner__bottom-line {
    display: none;
  }
}
.footer-dock {
  position: relative;
  width: 100%;
  height: 64px;
  z-index: 1100;
}
@media (max-width: 768px) {
  .footer-dock {
    display: none;
  }
}

.trust-bar {
  width: 100%;
  min-height: 64px;
  background-color: #fff;
  border-bottom: 1px solid #eaecf0;
  display: flex;
  align-items: center;
}

.footer-dock .trust-bar {
  left: 0;
  right: 0;
}
.footer-dock .trust-bar:not(.is-released) {
  position: fixed;
  bottom: 0;
  z-index: 1101;
}
.footer-dock .trust-bar.is-released {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.trust-bar__container {
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 1200px) {
  .trust-bar__container {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .trust-bar__container {
    padding: 8px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.trust-bar__rating {
  display: flex;
  align-items: center;
  gap: 22.6px;
  min-width: 0;
}
@media (max-width: 992px) {
  .trust-bar__rating {
    width: 100%;
    gap: 12px;
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .trust-bar__rating {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.trust-bar__stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.trust-bar__stars span {
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #00b67a;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.trust-bar__text {
  font-family: "Inter", sans-serif;
  font-size: 15.1px;
  font-weight: 400;
  line-height: 22.6px;
  color: #182230;
  white-space: nowrap;
  margin: 0;
}
.trust-bar__text strong {
  font-weight: 700;
  color: #182230;
}
@media (max-width: 576px) {
  .trust-bar__text {
    font-size: 13px;
    white-space: normal;
  }
}

.trust-bar__trustpilot {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #182230;
  font-family: "Inter", sans-serif;
  font-size: 24px;
}

.trust-bar__trustpilot-star {
  color: #00b67a;
  font-size: 17px;
  line-height: 1;
}

.trust-bar__trustpilot-word {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.trust-bar__actions {
  display: flex;
  align-items: center;
  gap: 11.64px;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .trust-bar__actions {
    width: 100%;
  }
}

.trust-bar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 13.1px;
  font-weight: 700;
  line-height: 24.38px;
  white-space: nowrap;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.trust-bar__btn--primary {
  background-color: #f5d873;
  border: 1px solid #f5d873;
  border-radius: 5.63px;
  padding: 5.63px 12.25px 7px;
  color: #000;
}
.trust-bar__btn--primary:hover {
  opacity: 0.88;
  color: #000;
}
.trust-bar__btn--outline {
  background-color: transparent;
  border: 1px solid #f5d873;
  border-radius: 5.63px;
  padding: 5.63px 12px 7px;
  gap: 8px;
  color: #000;
  letter-spacing: 0.469px;
}
.trust-bar__btn--outline:hover {
  background-color: rgba(245, 216, 115, 0.08);
  color: #000;
}
@media (max-width: 576px) {
  .trust-bar__btn {
    flex: 1 1 0;
  }
}

.trust-bar__chat-icon {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.page-login-html,
.page-login-body {
  --app-theme-color: #f2f5fc;
  background: #f2f5fc;
}

.page-login {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 91px 24px;
  overflow: hidden;
  background: #f2f5fc;
}
.page-login::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 20%;
  background-image: radial-gradient(circle, rgba(12, 17, 29, 0.14) 1px, transparent 1px);
  background-size: 14px 14px;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.page-login > * {
  position: relative;
  z-index: 1;
}

.login-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: min(100%, 456px);
  min-height: 612px;
  padding: 57px 49px 49px;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  background: #f6f8f8;
  box-shadow: 0 4px 20px rgba(26, 26, 26, 0.02);
}

.login-card__main {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.login-card__logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}

.login-card__divider {
  flex: 1 1 0;
  min-width: 0;
  border-top: 1px dashed #eaecf0;
}

.login-card__logo-cluster {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex: 0 0 auto;
}

.login-card__logo-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #f9e6a5;
}

.login-card__logo-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.18363rem;
  height: 3.1875rem;
}

.login-card__brand-mark {
  width: 4.18363rem;
  height: 3.1875rem;
  object-fit: contain;
}

.login-card__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.login-card__intro {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

.login-card__title {
  margin: 0;
  color: #0c111d;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.login-card__subtitle {
  margin: 0;
  color: #475467;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.login-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.login-form__label {
  color: #485261;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.login-form__input-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.login-form__input-wrap:focus-within {
  border-color: rgb(240.92, 200.088, 57.88);
  box-shadow: 0 0 0 4px rgba(245, 216, 115, 0.18);
}

.login-form__icon,
.login-form__password-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #98a2b3;
}

.login-form__icon svg,
.login-form__password-toggle svg {
  width: 20px;
  height: 20px;
}

.login-form__input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #0c111d;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.login-form__input::placeholder {
  color: #98a2b3;
  opacity: 1;
}

.login-form__password-toggle {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: color 0.2s ease;
}
.login-form__password-toggle:hover {
  color: #485261;
}

.login-form__forgot-password {
  align-self: flex-end;
  color: #0c111d;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.2s ease;
}
.login-form__forgot-password:hover {
  color: #26375e;
}

.login-form__terms {
  margin: 0;
  color: #98a2b3;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.login-form__terms a {
  color: #0c111d;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.login-form__terms a:hover {
  color: #26375e;
}

.login-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 10px 25px;
  border: 1px solid #f5d873;
  border-radius: 4px;
  background: #f5d873;
  color: #0c111d;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.login-form__submit:hover {
  border-color: rgb(242.28, 205.392, 76.92);
  background: rgb(243.3, 209.37, 91.2);
  color: #0c111d;
}
.login-form__submit:active {
  transform: translateY(1px);
}

.login-card__signup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 100%;
  margin: 0;
  color: #98a2b3;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.login-card__signup-link {
  color: #0c111d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.login-card__signup-link:hover {
  color: #26375e;
}

@media (max-width: 767.98px) {
  .page-login {
    padding: 80px 24px;
  }
  .login-card {
    width: 100%;
    min-height: 573px;
    padding: 33px 25px;
  }
  .login-card__main {
    gap: 40px;
  }
  .login-card__content {
    gap: 24px;
  }
  .login-card__title {
    font-size: 20px;
  }
  .login-card__subtitle,
  .login-card__signup,
  .login-card__signup-link {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .page-login {
    padding-block: 72px;
  }
  .login-card {
    width: min(100%, 420px);
    min-height: 590px;
    padding: 48px 42px 44px;
  }
}
@media (min-width: 768px) {
  .page-login-body {
    max-height: 100%;
    overflow-y: hidden;
  }
  .login-card {
    border-radius: 0.75rem;
    background: var(--gray-0, #fff);
    box-shadow: 0 4px 20px 0 rgba(26, 26, 26, 0.02);
  }
}
@media (min-width: 768px) and (max-height: 760px) {
  .page-login {
    padding-block: 40px;
  }
  .login-card {
    min-height: auto;
    padding: 40px 42px;
  }
  .login-card__main {
    gap: 34px;
  }
  .login-card__content {
    gap: 22px;
  }
  .login-form__submit {
    min-height: 48px;
  }
}
.page-forgot-password .hero-section--cadastro {
  min-height: 100vh;
}
.page-forgot-password .hero-section__body {
  min-height: 100vh;
  padding-block: 132px 80px;
}
.page-forgot-password .signup-hero__layout {
  grid-template-columns: minmax(0, 600px) minmax(340px, 408px);
  gap: 72px;
}
.page-forgot-password .signup-hero__content {
  gap: 36px;
}
.page-forgot-password .signup-hero__title {
  max-width: 560px;
  font-size: 52px;
}
.page-forgot-password .signup-hero__benefits {
  gap: 18px;
}
.page-forgot-password .signup-hero__benefit-title {
  font-size: 20px;
}
.page-forgot-password .signup-hero__benefit-text {
  font-size: 17px;
}
.page-forgot-password .signup-hero__stats {
  max-width: 545px;
}

.forgot-password-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.forgot-password-card__intro {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.forgot-password-card__title {
  margin: 0;
  color: #0c111d;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.forgot-password-card__text {
  margin: 0;
  color: #667085;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .page-forgot-password .signup-hero__layout {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .page-forgot-password .hero-section__body {
    min-height: auto;
    padding-block: calc(101px + 24px) 56px;
  }
  .page-forgot-password .signup-hero__layout {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .page-forgot-password .hero-section__body {
    padding-block: 32px 48px;
  }
  .page-forgot-password .signup-hero__content {
    gap: 24px;
  }
  .page-forgot-password .signup-hero__title {
    font-size: 36px;
  }
  .page-forgot-password .signup-hero__benefits {
    gap: 14px;
  }
  .page-forgot-password .signup-hero__form-card {
    padding: 24px;
  }
  .forgot-password-card__title {
    font-size: 22px;
  }
}
.site-header--forex {
  background: #f5d873;
}
.site-header--forex .topbar {
  background-color: #f5d873;
  border-bottom-color: rgba(190, 151, 14, 0.18);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.site-header--forex .topbar__nav--left .topbar__link {
  text-transform: uppercase;
}
.site-header--forex .topbar__nav--left .topbar__link:not(.topbar__link--active) {
  font-weight: 700;
}
.site-header--forex .topbar__link {
  color: #0c111d;
}
.site-header--forex .topbar__link:hover {
  color: rgba(12, 17, 29, 0.72);
}
.site-header--forex .topbar__link--active {
  color: #be970e;
}
.site-header--forex .topbar__link--active:hover {
  color: #a77f08;
}
.site-header--forex .topbar__pipe,
.site-header--forex .topbar__sep {
  background: rgba(190, 151, 14, 0.38);
}
.site-header--forex .topbar__lang {
  color: #0c111d;
}
.site-header--forex .topbar__lang:hover {
  color: rgba(12, 17, 29, 0.72);
}
.site-header--forex .topbar__lang-code {
  color: #0c111d;
}
.site-header--forex .site-navbar:not(.is-scrolled) {
  background-color: #f5d873;
  border-bottom-color: rgba(190, 151, 14, 0.18);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.site-header--forex .site-navbar:not(.is-scrolled) .site-navbar__link {
  color: #182230;
}
.site-header--forex .site-navbar:not(.is-scrolled) .site-navbar__link:hover {
  color: rgba(12, 17, 29, 0.72);
}
.site-header--forex .site-navbar:not(.is-scrolled) .btn-open-account {
  border-color: #0c111d;
  color: #0c111d;
}
.site-header--forex .site-navbar:not(.is-scrolled) .btn-open-account:hover {
  background-color: rgba(12, 17, 29, 0.06);
  border-color: #0c111d;
  color: #0c111d;
}
.site-header--forex .site-navbar:not(.is-scrolled) .btn-client {
  color: #0c111d;
}
.site-header--forex .site-navbar:not(.is-scrolled) .btn-client:hover {
  background-color: rgba(12, 17, 29, 0.06);
  color: #0c111d;
}
.site-header--forex .site-navbar:not(.is-scrolled) .site-navbar__hamburger:hover {
  background: rgba(12, 17, 29, 0.06);
}
.site-header--forex .site-navbar:not(.is-scrolled) .site-navbar__hamburger-bar {
  background: #0c111d;
}
.site-header--forex .site-logo__clip {
  width: 220px;
  height: 40px;
}
.site-header--forex .site-logo__clip img {
  position: absolute;
  width: 220px;
  height: 40px;
  left: 0;
  top: 0;
  max-width: none;
}
.site-header--forex .site-navbar.is-scrolled .site-logo__clip {
  width: 53px;
}
@media (max-width: 768px) {
  .site-header--forex .site-logo__clip,
  .site-header--forex .site-navbar.is-scrolled .site-logo__clip {
    width: 138.947px;
    height: 25.27px;
    max-width: 138.947px;
  }
  .site-header--forex .site-logo__clip img,
  .site-header--forex .site-navbar.is-scrolled .site-logo__clip img {
    width: 138.947px;
    height: 25.27px;
    left: 0;
    top: 0;
  }
}
@media (max-width: 600px) {
  .site-header--forex .site-logo__clip,
  .site-header--forex .site-navbar.is-scrolled .site-logo__clip {
    width: 120px;
    height: 21.82px;
    max-width: 120px;
  }
  .site-header--forex .site-logo__clip img,
  .site-header--forex .site-navbar.is-scrolled .site-logo__clip img {
    width: 120px;
    height: 21.82px;
  }
}

.page-forex {
  background: #fcfffc;
  color: #0c111d;
  font-family: "Inter", sans-serif;
}

.forex-hero {
  background: #f5d873;
  min-height: auto;
  overflow: hidden;
}

@keyframes forexHeroFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -14px, 0);
  }
}
.forex-market-tabs {
  padding: 40px 0 0;
}

.forex-market-tabs__inner {
  max-width: 1128px;
  height: 58px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 58px;
  border-bottom: 4px solid rgba(190, 151, 14, 0.09);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  touch-action: pan-x;
  user-select: none;
}
.forex-market-tabs__inner::-webkit-scrollbar {
  display: none;
}
.forex-market-tabs__inner.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}
.forex-market-tabs__inner:hover .forex-market-tabs__item.is-active {
  border-bottom-color: transparent;
  font-weight: 400;
}

.forex-market-tabs__item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  padding: 0 3px 34px;
  border-bottom: 4px solid transparent;
  color: #0c111d;
  font-size: 14px;
  line-height: 15px;
  text-decoration: none;
  white-space: nowrap;
  user-select: none;
  -webkit-user-drag: none;
  transition: border-color 0.18s ease, color 0.18s ease, font-weight 0.18s ease;
}
.forex-market-tabs__item.is-active {
  border-bottom-color: #0c111d;
  font-weight: 600;
}
.forex-market-tabs__item:hover, .forex-market-tabs__item:focus-visible {
  border-bottom-color: #0c111d;
  color: #0c111d;
  font-weight: 600;
  outline: none;
}

.forex-hero__container {
  max-width: 1128px;
  margin: 0 auto;
  min-height: 578px;
  display: grid;
  grid-template-columns: 581px 1fr;
  align-items: center;
  gap: 88px;
  padding: 8px 0 64px;
}

.forex-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  min-width: 0;
}

.forex-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.forex-hero__title {
  margin: 0;
  max-width: 581px;
  font-size: 72px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
  color: #0c111d;
}
.forex-hero__title-line {
  display: block;
}
.forex-hero__title-accent {
  color: #be970e;
}

.page-forex--forex-exotic .forex-hero__title {
  font-size: 66px;
}

.forex-hero__lead {
  max-width: 484px;
  margin: 0;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.22px;
  color: #0c111d;
}

.forex-hero__cta,
.forex-benefits__cta,
.forex-faq__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 48px;
  padding: 16px 34px;
  border-radius: 4px;
  background: #fff;
  color: #0c111d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease;
}
.forex-hero__cta:hover,
.forex-benefits__cta:hover,
.forex-faq__button:hover {
  background: #0c111d;
  color: #fff;
  transform: translateY(-1px);
}

.forex-hero__cta {
  width: 340px;
  min-height: 40px;
  margin-top: 0;
  gap: 13px;
  padding: 13px 25px;
  border: 1px solid #fdf7e2;
  background: #fdf7e2;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.forex-hero__cta-mark {
  color: rgba(12, 17, 29, 0.5);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.forex-hero__visual {
  position: relative;
  width: 459px;
  height: 506.202px;
  min-height: 0;
  overflow: visible;
}
.forex-hero__visual img {
  position: absolute;
  top: 1.12%;
  left: 2.36%;
  width: 104.99%;
  height: 95.2%;
  max-width: none;
  display: block;
  object-fit: contain;
  animation: forexHeroFloat 4.8s ease-in-out infinite;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .forex-hero__visual img {
    animation: none;
  }
}
.forex-spreads {
  max-width: 1128px;
  margin: 0 auto;
  padding: 90px 0px 120px;
}
@media (max-width: 1200px) {
  .forex-spreads {
    padding: 90px 40px 96px;
  }
}
@media (max-width: 768px) {
  .forex-spreads {
    padding: 48px 20px 60px;
  }
}

.forex-section-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
.forex-section-mark::before, .forex-section-mark::after {
  content: "";
  width: min(445px, 40vw);
  height: 1px;
  background: rgba(12, 17, 29, 0.12);
}
.forex-section-mark span {
  width: 53px;
  height: 37px;
  margin: 0 48px;
  border-radius: 50%;
  background: #f5d873;
  box-shadow: 0 0 0 10px #fff, -53px 15px 0 -50px #be970e, 53px 15px 0 -50px #be970e;
}

.forex-section-heading {
  margin-bottom: 24px;
  text-align: left;
}

.forex-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 18px;
  border-radius: 600px;
  background: #fdf7e2;
  color: #be970e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.forex-section-heading h2,
.forex-discover__copy h2,
.forex-benefits h2,
.forex-faq h2 {
  margin: 12px 0 0;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
  color: #19222e;
}

.forex-table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 12px;
  background: #fcfcfd;
  -webkit-overflow-scrolling: touch;
}

.forex-table {
  width: 100%;
  min-width: 1174px;
  border-collapse: collapse;
  font-size: 15px;
  font-family: "Inter", sans-serif;
}
.forex-table th {
  padding: 24px 16px;
  background: #f2f4f7;
  color: #667085;
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
  text-align: left;
  white-space: nowrap;
}
.forex-table th:first-child {
  width: 101px;
  padding-left: 18px;
}
.forex-table th:nth-child(2) {
  width: auto;
  flex: 1 0 0;
  min-width: 120px;
}
.forex-table th:nth-child(3) {
  width: 149px;
}
.forex-table th:nth-child(4) {
  width: 143px;
}
.forex-table th:nth-child(5) {
  width: 146px;
}
.forex-table th:nth-child(6) {
  width: 131px;
}
.forex-table th:nth-child(7) {
  width: 111px;
}
.forex-table th:nth-child(8) {
  width: 116px;
}
.forex-table td {
  padding: 24px 16px;
  border-bottom: 1px solid #eaecf0;
  color: #182230;
  font-size: 17px;
  line-height: 22.5px;
  vertical-align: middle;
  white-space: nowrap;
}
.forex-table td:first-child {
  padding-left: 18px;
  color: #182230;
  font-weight: 400;
}
.forex-table td:first-child a {
  color: #182230;
  text-decoration: underline;
  text-decoration-color: #182230;
  text-underline-offset: 3px;
}
.forex-table td:first-child a:hover {
  color: #be970e;
  text-decoration-color: #be970e;
}
.forex-table td:nth-child(2) {
  white-space: normal;
}
.forex-table td:nth-child(2) p {
  margin: 0;
  line-height: 22.5px;
}
.forex-table tr:last-child td {
  border-bottom: none;
}

.forex-table-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 0 0;
}
@media (min-width: 768px) {
  .forex-table-footer {
    gap: 24px;
  }
}

.forex-table-caption {
  margin: 0;
  color: rgba(12, 17, 29, 0.5);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.forex-table-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}

.forex-pagination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  color: #d0d5dd;
  cursor: pointer;
  transition: all 0.15s ease;
}
.forex-pagination-btn:hover:not(:disabled) {
  color: #182230;
}
.forex-pagination-btn:disabled {
  cursor: default;
}
.forex-pagination-btn svg {
  width: 20px;
  height: 20px;
}

.forex-pagination-numbers {
  display: flex;
  align-items: center;
  gap: 4px;
}

.forex-pagination-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border: none;
  background: transparent;
  color: #667085;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
}
.forex-pagination-number:hover {
  color: #182230;
}
.forex-pagination-number.is-active {
  color: #be970e;
}

.forex-discover {
  background: #050505;
  color: #fff;
}

.forex-discover__inner {
  max-width: 1128px;
  min-height: 570px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 520px;
  align-items: center;
  gap: 56px;
}

.forex-discover__phone {
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(90deg, rgba(245, 216, 115, 0.28), transparent 42%), radial-gradient(circle at 45% 48%, rgba(245, 216, 115, 0.45), transparent 23%);
}
.forex-discover__phone img {
  max-width: 410px;
  width: 100%;
}

.forex-eyebrow--dark {
  background: rgba(245, 216, 115, 0.1);
  color: #f5d873;
}

.forex-discover__copy p {
  max-width: 430px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.6;
}

.forex-benefits {
  max-width: 1128px;
  margin: 0 auto;
  padding: 96px 0;
}
@media (max-width: 1200px) {
  .forex-benefits {
    padding: 96px 40px;
  }
}
@media (max-width: 768px) {
  .forex-benefits {
    padding: 64px 16px;
  }
}

.forex-benefits__header {
  text-align: center;
  margin-bottom: 48px;
}

.forex-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 18px;
  border-radius: 600px;
  background: #fdf7e2;
  color: #be970e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .forex-eyebrow {
    font-size: 12px;
    padding: 6px 14px;
  }
}

.forex-benefits__subtitle {
  margin: 12px auto 0;
  max-width: 540px;
  color: rgba(12, 17, 29, 0.6);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.forex-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 0;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.forex-benefits__grid article {
  padding: 32px;
  border-right: 1px solid #e4e7ec;
  border-bottom: 1px solid #e4e7ec;
  background: #fff;
  text-align: left;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.forex-benefits__grid article:nth-child(3n) {
  border-right: 1px solid #e4e7ec;
}
.forex-benefits__grid article:last-child {
  border-right: none;
}
.forex-benefits__grid article:nth-last-child(-n+3) {
  border-bottom: none;
}

.forex-benefits__icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.forex-benefits__icon img {
  width: 24px;
  height: 24px;
}
.forex-benefits__icon--blue {
  background: rgba(81, 162, 255, 0.18);
}
.forex-benefits__icon--green {
  background: rgba(0, 212, 146, 0.21);
}
.forex-benefits__icon--yellow {
  background: rgba(245, 216, 115, 0.28);
}
.forex-benefits__icon--purple {
  background: rgba(194, 122, 255, 0.23);
}
.forex-benefits__icon--gray {
  background: rgba(12, 17, 29, 0.04);
}
.forex-benefits__icon--multi {
  background: transparent;
  width: auto;
  height: auto;
}
.forex-benefits__icon--multi img {
  width: fit-content;
  margin-right: auto;
  height: 24px;
}

.forex-benefits__grid h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #0c111d;
  line-height: 1.2;
}

.forex-benefits__grid p {
  margin: 0;
  color: #667085;
  font-size: 16px;
  line-height: 1.4;
}

.forex-benefits__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 48px auto 0;
  padding: 13px 34px;
  min-height: 54px;
  background: #f5d873;
  border-radius: 4px;
  color: #0c111d;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.2s ease;
}
.forex-benefits__cta:hover {
  background: #f0ce60;
  color: #0c111d;
}
@media (max-width: 768px) {
  .forex-benefits__cta {
    width: 100%;
    max-width: none;
  }
}

.forex-benefits__cta-arrows {
  display: inline-flex;
  align-items: center;
  color: rgba(12, 17, 29, 0.5);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.forex-benefits__cta-arrows--flip {
  transform: scaleX(-1);
}

.forex-benefits__sep {
  display: none;
}
@media (max-width: 768px) {
  .forex-benefits__sep {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
  }
}

.forex-benefits__sep-line {
  flex: 1 0 0;
  height: 1px;
  min-width: 1px;
  border-top: 1px dashed #d0d5dd;
  flex-shrink: 0;
}

.forex-benefits__sep-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-shrink: 0;
  margin: 0 24px;
}

.forex-benefits__sep-picture {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #f9e6a5;
  flex-shrink: 0;
}

.forex-benefits__sep-image {
  width: 53px;
  height: 37px;
  border-radius: 6.67px;
  border: 4px solid rgba(245, 216, 115, 0.2);
  overflow: hidden;
  flex-shrink: 0;
}
.forex-benefits__sep-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.forex-faq {
  max-width: 1128px;
  margin: 0 auto;
  padding: 96px 0;
  display: grid;
  grid-template-columns: 562px 1fr;
  gap: 28px;
}
@media (min-width: 769px) {
  .forex-faq {
    align-items: flex-start;
  }
}

.forex-faq__header {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .forex-faq__header {
    display: none;
  }
}

@media (max-width: 768px) {
  .forex-faq__contact {
    display: none;
  }
}
@media (min-width: 769px) {
  .forex-faq__contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    padding-top: 24px;
  }
}
@media (min-width: 769px) {
  .forex-faq__contact h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    color: #0c111d;
    margin: 0;
  }
}
.forex-faq__contact p {
  margin: 20px 0 0;
  color: rgba(12, 17, 29, 0.6);
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .forex-faq__contact p {
    margin: 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.4;
  }
}

@media (min-width: 769px) {
  .forex-faq__contact-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 514px;
    border-top: 1px solid #dee2e6;
    padding-top: 1rem;
  }
}

@media (min-width: 769px) {
  .forex-faq__contact-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
@media (min-width: 769px) {
  .forex-faq__contact-text h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #0c111d;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
@media (min-width: 769px) {
  .forex-faq__contact-text p {
    margin: 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.4;
  }
}

.forex-faq__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  padding: 16px 32px;
  background: #f7f8fb;
  border: 1px solid #e6e9ef;
  border-radius: 4px;
  color: #0c111d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease;
}
.forex-faq__button:hover {
  background: #e9ecef;
}
.forex-faq__button svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 769px) {
  .forex-faq__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    height: 59px;
    padding: 8px 24px;
    margin-top: 0;
    background: #f1f3f5;
    border: none;
    border-radius: 12px;
    color: #0c111d;
    font-family: "DM Sans", sans-serif;
    font-size: 13.1px;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.469px;
    line-height: 24.38px;
  }
  .forex-faq__button svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
  }
}

.forex-faq__list details {
  border-bottom: 1px solid #eaecf0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .forex-faq__list details {
    gap: 0;
  }
}
.forex-faq__list details > summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #0c111d;
  padding: 24px 0;
  transition: all 0.3s ease;
  width: 100%;
}
@media (min-width: 769px) {
  .forex-faq__list details > summary {
    padding: 24px 0;
    min-height: 80px;
  }
}
.forex-faq__list details > summary::-webkit-details-marker {
  display: none;
}
.forex-faq__list details > summary::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8V24M8 16H24' stroke='%230C111D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.forex-faq__list details[open] > summary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16H24' stroke='%230C111D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.forex-faq__list details[open] > .forex-faq__answer {
  max-height: 2000px;
  opacity: 1;
  margin-top: 0;
  padding-bottom: 24px;
}
.forex-faq__list details > .forex-faq__answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease-out, margin-top 0.4s ease-out, padding-bottom 0.4s ease-out;
  margin-top: -10px;
  padding-bottom: 0;
}
.forex-faq__list .forex-faq__answer {
  padding: 0 0 24px 0;
  width: 100%;
}
@media (min-width: 769px) {
  .forex-faq__list .forex-faq__answer {
    padding: 0 0 24px 0;
  }
}
.forex-faq__list .forex-faq__answer p, .forex-faq__list .forex-faq__answer ul, .forex-faq__list .forex-faq__answer ol {
  margin: 14px 0 0;
  color: #667085;
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .forex-faq__list .forex-faq__answer p, .forex-faq__list .forex-faq__answer ul, .forex-faq__list .forex-faq__answer ol {
    margin: 20px 0 0;
  }
}
.forex-faq__list .forex-faq__answer ul, .forex-faq__list .forex-faq__answer ol {
  margin: 16px 0;
  padding-left: 24px;
}
.forex-faq__list .forex-faq__answer ul li, .forex-faq__list .forex-faq__answer ol li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.forex-faq__list .forex-faq__answer ul li strong, .forex-faq__list .forex-faq__answer ol li strong {
  color: #0c111d;
  font-weight: 600;
}
.forex-faq__list .forex-faq__answer ol {
  list-style: decimal;
}
.forex-faq__list .forex-faq__answer ul {
  list-style: disc;
}

.forex-faq__contact-mobile {
  display: none;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #eaecf0;
}
@media (max-width: 768px) {
  .forex-faq__contact-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.forex-faq__contact-mobile h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #0c111d;
  line-height: 1.2;
  letter-spacing: 0;
}
.forex-faq__contact-mobile p {
  margin: 0;
  color: #667085;
  font-size: 16px;
  line-height: 1.4;
}
.forex-faq__contact-mobile .forex-faq__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 59px;
  padding: 8px 24px;
  margin-top: 0;
  background: #f1f3f5;
  border: none;
  border-radius: 12px;
  color: #0c111d;
  font-family: "DM Sans", sans-serif;
  font-size: 13.1px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.469px;
  line-height: 24.38px;
}
.forex-faq__contact-mobile .forex-faq__button svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

@media (max-width: 1200px) {
  .forex-market-tabs__inner,
  .forex-hero__container,
  .forex-spreads,
  .forex-discover__inner,
  .forex-benefits,
  .forex-faq {
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .forex-hero {
    min-height: auto;
  }
  .forex-market-tabs {
    padding-top: 14px;
  }
  .forex-market-tabs__inner {
    height: 34px;
    margin-left: 16px;
    margin-right: 16px;
    gap: 16px;
    border-bottom-width: 4px;
  }
  .forex-market-tabs__item {
    padding-bottom: 15px;
  }
  .forex-hero__container {
    margin: 0 16px;
    min-height: 664px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 33px;
    padding: 32px 0 22px;
    text-align: center;
  }
  .forex-hero__content,
  .forex-hero__copy {
    align-items: center;
    width: 100%;
  }
  .forex-hero__content {
    gap: 48px;
  }
  .forex-hero__title {
    width: 100%;
    max-width: none;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
  }
  .page-forex--forex-exotic .forex-hero__title {
    font-size: 36px;
  }
  .forex-hero__lead {
    max-width: 343px;
    font-size: 16px;
    line-height: 1.3;
  }
  .forex-hero__cta {
    width: 340px;
    max-width: 100%;
  }
  .forex-hero__visual {
    width: 245px;
    height: 244px;
    min-height: 0;
  }
  .forex-hero__visual img {
    top: -4.05%;
    left: -0.84%;
    width: 107.56%;
    height: 108%;
  }
  .forex-spreads {
    margin: 0;
    padding: 48px 16px 60px;
  }
  .forex-section-heading {
    margin-bottom: 16px;
  }
  .forex-section-mark {
    margin-bottom: 32px;
  }
  .forex-section-mark::before, .forex-section-mark::after {
    width: 53px;
  }
  .forex-section-heading h2,
  .forex-discover__copy h2,
  .forex-benefits h2 {
    font-size: 26px;
    line-height: 1.2;
  }
  .forex-faq {
    padding: 64px 16px;
    display: block;
  }
  .forex-faq__header {
    margin-bottom: 32px;
  }
  .forex-faq__header .forex-eyebrow {
    font-size: 12px;
    padding: 6px 14px;
  }
  .forex-faq__header h2 {
    margin: 12px 0 0;
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
  }
  .forex-faq__list {
    border-top: none;
  }
  .forex-faq__list details {
    padding: 24px 0;
    border-bottom: 1px solid #eaecf0;
  }
  .forex-faq__list details:first-child {
    border-top: 1px solid #eaecf0;
  }
  .forex-faq__list summary {
    font-size: 16px;
    font-weight: 600;
  }
  .forex-table-wrap {
    border-radius: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .forex-table {
    min-width: 1174px;
    font-size: 14px;
  }
  .forex-table th,
  .forex-table td {
    padding: 16px 12px;
  }
  .forex-table th:first-child,
  .forex-table td:first-child {
    padding-left: 12px;
    width: 100px;
  }
  .forex-table th:nth-child(2),
  .forex-table td:nth-child(2) {
    white-space: normal;
  }
  .forex-table-footer {
    padding: 16px 0 0;
    gap: 16px;
  }
  .forex-table-caption {
    font-size: 12px;
    text-align: center;
  }
  .forex-discover__inner {
    margin: 0;
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .forex-discover__phone {
    width: 100%;
    min-height: 386px;
    align-items: flex-end;
    padding-top: 24px;
  }
  .forex-discover__phone img {
    max-width: 280px;
  }
  .forex-discover__copy {
    padding: 40px 16px 48px;
  }
  .forex-benefits {
    padding: 64px 16px;
  }
  .forex-benefits__header {
    margin-bottom: 0;
    text-align: center;
  }
  .forex-eyebrow {
    font-size: 12px;
    padding: 8px 18px;
  }
  .forex-benefits__subtitle {
    font-size: 16px;
    margin: 12px auto 0;
    max-width: 540px;
    color: rgba(12, 17, 29, 0.6);
    line-height: 1.5;
    font-weight: 400;
  }
  .forex-benefits__grid {
    grid-template-columns: 1fr;
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    gap: 0;
    margin-top: 32px;
  }
  .forex-benefits__grid article {
    padding: 32px;
    border-right: none;
    border-bottom: 1px solid #e4e7ec;
    border-radius: 0;
    min-height: auto;
    gap: 24px;
  }
  .forex-benefits__grid article:last-child {
    border-bottom: none;
  }
}
.hero-section--about {
  min-height: 100vh;
  background-color: #010101;
}
.hero-section--about .hero-section__bg--about {
  background-image: url("../img/hero-bg.webp");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.hero-section--about .hero-section__overlay {
  background: linear-gradient(179.77deg, rgba(0, 0, 0, 0) 21.59%, rgba(0, 0, 0, 0.43) 31.108%, rgba(0, 0, 0, 0.7) 101.59%);
}
.hero-section--about .hero-section__body {
  min-height: 100vh;
  padding: 132px 0 56px;
  gap: 88px;
}
.hero-section--about .hero-stats {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
}
@media (max-width: 768px) {
  .hero-section--about .hero-stats {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 58px;
    flex-direction: column;
  }
}
.hero-section--about .hero-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex: 1;
  min-width: 0;
  padding: 0 5px;
}
@media (max-width: 768px) {
  .hero-section--about .hero-stats__item {
    flex: none;
    min-width: 120px;
  }
}
.hero-section--about .hero-stats__value {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.2px;
  white-space: nowrap;
  padding-top: 2.5px;
  text-align: center;
}
.hero-section--about .hero-stats__label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.64);
  letter-spacing: -0.11px;
  text-transform: uppercase;
  text-align: center;
}

.impact-section {
  background: #fff;
  padding: 80px 0;
}
@media (min-width: 992px) {
  .impact-section {
    padding: 112px 0;
  }
}

.impact-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 64px;
  text-align: center;
}

.impact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #be970e;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #fdf7e2;
  padding: 8px 18px;
  border-radius: 600px;
}
.impact-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f5d873;
  box-shadow: 0 0 18px rgba(245, 216, 115, 0.72);
}

.impact-section__title {
  font-family: "Inter", sans-serif;
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 800;
  line-height: 1;
  color: #19222e;
  max-width: 820px;
  margin: 0;
  letter-spacing: -0.5px;
}

.impact-section__subtitle {
  max-width: 640px;
  color: #98a2b3;
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

.impact-grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .impact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.impact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(12, 17, 29, 0.08);
  box-shadow: 0 11px 25px rgba(15, 23, 42, 0.05), 0 72px 180px rgba(15, 23, 42, 0.06);
  transition: all 0.3s ease;
}
.impact-card:hover {
  transform: translateY(-8px);
  border-color: rgba(245, 216, 115, 0.5);
  box-shadow: 0 24px 48px rgba(245, 216, 115, 0.12);
}
.impact-card--primary {
  background: linear-gradient(135deg, rgba(245, 216, 115, 0.12), rgba(245, 216, 115, 0.04));
  border-color: rgba(245, 216, 115, 0.3);
}

.impact-card__icon {
  width: 48px;
  height: 48px;
  color: #f0c329;
  flex-shrink: 0;
}
.impact-card__icon svg {
  width: 100%;
  height: 100%;
}

.impact-card__number {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 48px;
  font-weight: 800;
  color: rgba(240, 195, 41, 0.12);
  line-height: 1;
}

.impact-card__title {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #0c111d;
  margin: 0;
  padding-right: 60px;
}

.impact-card__text {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(12, 17, 29, 0.72);
  margin: 0;
}

.impact-card__checklist {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.impact-card__checklist li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #0c111d;
}
.impact-card__checklist li img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.impact-stats-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 64px;
  padding: 32px;
  background: #f6f8fb;
  border: 1px solid rgba(12, 17, 29, 0.08);
  border-radius: 12px;
}
@media (min-width: 768px) {
  .impact-stats-banner {
    grid-template-columns: repeat(4, 1fr);
  }
}

.impact-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.impact-stat__value {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  color: #f0c329;
  letter-spacing: -0.5px;
}

.impact-stat__label {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(12, 17, 29, 0.64);
  letter-spacing: 0.5px;
}

.features-section--about {
  background: #fff;
}
.features-section--about .features-section__badge {
  background: #fdf7e2;
  color: #be970e;
}
.features-section--about .features-section__title-accent {
  color: #f0c329;
}
.features-section--about .features-section__person-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.platforms-section--about {
  position: relative;
  background: #000;
  padding: 80px 0;
}
@media (min-width: 992px) {
  .platforms-section--about {
    padding: 112px 0;
    min-height: 677px;
    display: flex;
    align-items: center;
  }
}
.platforms-section--about .platforms-section__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.platforms-section--about .container {
  position: relative;
  z-index: 2;
}
.platforms-section--about .platforms-section__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  padding: 0;
  background: #000;
}
@media (min-width: 768px) {
  .platforms-section--about .platforms-section__inner {
    gap: 48px;
  }
}
@media (min-width: 992px) {
  .platforms-section--about .platforms-section__inner {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
.platforms-section--about .platforms-section__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  order: 2;
}
@media (min-width: 992px) {
  .platforms-section--about .platforms-section__content {
    order: 1;
  }
}
.platforms-section--about .platforms-section__phone {
  order: 1;
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .platforms-section--about .platforms-section__phone {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .platforms-section--about .platforms-section__phone {
    order: 2;
    height: 500px;
  }
}
.platforms-section--about .platforms-section__phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.platforms-section--about .platforms-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(245, 216, 115, 0.08);
  border: 1px solid rgba(245, 216, 115, 0.2);
  border-radius: 100px;
  width: fit-content;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f5d873;
  letter-spacing: 0.5px;
}
.platforms-section--about .platforms-section__title {
  font-family: "Inter", sans-serif;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  letter-spacing: -0.5px;
}
.platforms-section--about .platforms-section__desc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  max-width: 480px;
}
.platforms-section--about .platforms-section__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: fit-content;
  padding: 16px 32px;
  background: #f0c329;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin-top: 16px;
}
.platforms-section--about .platforms-section__cta:hover {
  background: #d4a91a;
  transform: translateY(-2px);
}
.platforms-section--about .platforms-section__cta-arrows {
  display: flex;
  align-items: center;
}
.platforms-section--about .platforms-section__cta-arrows--flip {
  transform: scaleX(-1);
}

.trust-bar-section {
  background: #f6f8fb;
  padding: 80px 0;
}
@media (min-width: 992px) {
  .trust-bar-section {
    padding: 112px 0;
  }
}

.trust-bar-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 48px;
  text-align: center;
}

.trust-bar-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f5d873;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.trust-bar-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f5d873;
  box-shadow: 0 0 18px rgba(245, 216, 115, 0.72);
}

.trust-bar-section__title {
  font-family: "Inter", sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  color: #0c111d;
  max-width: 760px;
  margin: 0;
}

.trust-bar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 24px;
  max-width: 1128px;
  margin: 0 auto;
}

.trust-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 11px 25px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.trust-bar-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

.trust-bar-item__icon {
  width: 48px;
  height: 48px;
  color: #f5d873;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-bar-item__icon svg {
  width: 100%;
  height: 100%;
}

.trust-bar-item__label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0c111d;
}

.trust-bar-item__desc {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(12, 17, 29, 0.62);
}

.cta-banner-section {
  position: relative;
  background: #000;
  padding: 80px 0;
}
@media (min-width: 992px) {
  .cta-banner-section {
    padding: 112px 0;
  }
}
.cta-banner-section__bg {
  position: absolute;
  inset: 0;
}
.cta-banner-section__bg .cta-banner-section__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(240, 195, 41, 0.075) 10%, rgba(127, 109, 50, 0.124) 22%, rgba(14, 23, 58, 0.173) 34%, rgba(7, 12, 29, 0.587) 59.5%, rgba(4, 6, 15, 0.793) 72.2%, rgb(0, 0, 0) 85%);
}
.cta-banner-section__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}
.cta-banner-section__title {
  font-family: "Inter", sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.06;
  color: #fff;
  margin: 0;
}
.cta-banner-section__text {
  max-width: 680px;
  color: rgba(226, 232, 240, 0.8);
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 991px) {
  .hero-section--about .hero-section__body {
    padding: 101px 20px 56px;
  }
  .features-section__nav {
    display: none;
  }
  .features-section__rows {
    padding-left: 0;
  }
  .platforms-section--about {
    height: auto;
    min-height: auto;
    justify-content: flex-start;
    align-items: center;
    padding: 64px 16px 0;
  }
  .platforms-section--about .platforms-section__bg {
    inset: auto 0 -34px;
    height: 254px;
  }
  .platforms-section--about .platforms-section__inner {
    width: 100%;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .platforms-section--about .platforms-section__content {
    order: 1;
    width: 100%;
    max-width: 343px;
    padding: 0 24px;
    gap: 32px;
    align-items: center;
  }
  .platforms-section--about .platforms-section__phone {
    order: 2;
    flex: 0 0 353.519px;
    width: 372.445px;
    max-width: calc(100vw - 3px);
    height: 353.519px;
  }
  .trust-bar-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .hero-section--about {
    min-height: auto;
  }
  .hero-section--about .hero-section__body {
    min-height: auto;
    padding: 101px 20px 48px;
    gap: 32px;
  }
  .hero-section--about .hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    min-height: 0;
  }
  .hero-section--about .hero-stats__item {
    min-width: 0;
    padding: 0 5px;
    gap: 4px;
  }
  .hero-section--about .hero-stats__value {
    font-size: 24px;
    line-height: 1.2;
  }
  .hero-section--about .hero-stats__label {
    font-size: 12px;
    line-height: 1.2;
  }
  .features-section--about,
  .platforms-section--about,
  .trust-bar-section,
  .cta-banner-section {
    padding: 64px 0;
  }
  .trust-bar-grid {
    grid-template-columns: 1fr;
  }
  .trust-bar-item {
    padding: 20px;
  }
}
.pm-page {
  background: linear-gradient(180deg, rgb(6, 13, 31) 0%, rgb(8, 15, 31) 38%, rgb(255, 255, 255) 38%, rgb(255, 255, 255) 100%);
  color: #e2e8f0;
  font-family: "Inter", sans-serif;
  overflow: hidden;
}
.pm-page h1,
.pm-page h2,
.pm-page h3,
.pm-page p {
  margin: 0;
}
.pm-page h1,
.pm-page h2,
.pm-page h3 {
  color: inherit;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
}

.pm-container {
  width: min(100% - 32px, 1128px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .pm-container {
    width: min(100% - 80px, 1128px);
  }
}

.pm-hero {
  position: relative;
  min-height: 600px;
  padding: 104px 0 80px;
  background: linear-gradient(135deg, rgba(245, 216, 115, 0.09), transparent 38%), linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0) 42%), #060d1f;
  isolation: isolate;
}
.pm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.7;
  pointer-events: none;
}
.pm-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 216, 115, 0.36), transparent);
  pointer-events: none;
}
@media (min-width: 992px) {
  .pm-hero {
    padding: 136px 0 104px;
  }
}

.pm-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
  align-items: center;
}
@media (min-width: 992px) {
  .pm-hero__grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
    gap: 64px;
  }
}

@media (min-width: 992px) {
  .pm-hero__grid--single {
    grid-template-columns: minmax(0, 0.88fr);
  }
}

.pm-hero__content {
  display: grid;
  gap: 24px;
  max-width: 680px;
}

.pm-hero__content--wide {
  max-width: 820px;
}

.pm-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: #f5d873;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}
.pm-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f5d873;
  box-shadow: 0 0 18px rgba(245, 216, 115, 0.72);
}

.pm-hero h1 {
  max-width: 760px;
  font-size: clamp(38px, 7vw, 68px);
  font-weight: 800;
  line-height: 1;
  text-wrap: balance;
}

.pm-hero__lead {
  max-width: 610px;
  color: rgba(226, 232, 240, 0.8);
  font-size: 18px;
  line-height: 1.7;
}

.pm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pm-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 13px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.pm-btn:hover, .pm-btn:focus-visible {
  transform: translateY(-1px);
}
.pm-btn:focus-visible {
  outline: 2px solid rgba(245, 216, 115, 0.9);
  outline-offset: 3px;
}

.pm-btn--primary {
  border: 1px solid #f5d873;
  background: #f5d873;
  color: #0c111d;
}
.pm-btn--primary:hover, .pm-btn--primary:focus-visible {
  background: #f0ce60;
  border-color: #f0ce60;
  color: #0c111d;
  box-shadow: 0 14px 28px rgba(245, 216, 115, 0.18);
}

.pm-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}
.pm-btn--ghost:hover, .pm-btn--ghost:focus-visible {
  border-color: rgba(245, 216, 115, 0.52);
  color: #fff;
  background: rgba(255, 255, 255, 0.075);
}

.pm-hero__media {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}
.pm-hero__media img {
  width: 100%;
  min-height: 320px;
  max-height: 520px;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.pm-hero__media:hover img {
  transform: scale(1.025);
}

.pm-hero__panel {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(245, 216, 115, 0.24);
  border-radius: 8px;
  padding: 22px;
  background: linear-gradient(160deg, rgba(16, 31, 55, 0.98), rgba(11, 20, 37, 0.94));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(10px);
}

.pm-hero__panel--warning {
  border-color: rgba(239, 68, 68, 0.3);
}

.pm-panel-metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0;
}
.pm-panel-metric:last-child {
  border-bottom: 0;
}
.pm-panel-metric span {
  color: rgba(226, 232, 240, 0.68);
  font-size: 14px;
}
.pm-panel-metric strong {
  color: #fff;
  font-size: clamp(20px, 4vw, 32px);
  font-weight: 800;
  text-align: right;
  line-height: 1.08;
}

.pm-section {
  padding: 80px 0;
  background: #fff;
  color: #0c111d;
}
@media (min-width: 992px) {
  .pm-section {
    padding: 112px 0;
  }
}
.pm-section h2 {
  max-width: 760px;
  color: #0c111d;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  text-wrap: balance;
}
.pm-section h3 {
  color: #0c111d;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}
.pm-section p {
  color: rgba(12, 17, 29, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

.pm-section--surface {
  background: #f6f8fb;
}

.pm-section--compact {
  padding: 48px 0;
}

.pm-section__head {
  display: grid;
  max-width: 780px;
  gap: 18px;
  margin-bottom: 40px;
}

.pm-split {
  display: grid;
  gap: 28px;
}
@media (min-width: 992px) {
  .pm-split {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 72px;
  }
}

.pm-copy {
  display: grid;
  gap: 16px;
}

.pm-card-grid {
  display: grid;
  gap: 18px;
}
@media (min-width: 768px) {
  .pm-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .pm-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pm-card-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.pm-card {
  position: relative;
  display: grid;
  gap: 16px;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid rgba(12, 17, 29, 0.08);
  border-radius: 8px;
  padding: 26px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(12, 17, 29, 0.055);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.pm-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #f5d873, rgba(245, 216, 115, 0));
  opacity: 0;
  transition: opacity 0.2s ease;
}
.pm-card:hover {
  border-color: rgba(12, 17, 29, 0.14);
  box-shadow: 0 22px 46px rgba(12, 17, 29, 0.09);
  transform: translateY(-3px);
}
.pm-card:hover::before {
  opacity: 1;
}

.pm-card__icon,
.pm-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background-color: #111827;
  display: inline-flex;
  flex-shrink: 0;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 28px 28px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 28px 28px;
}

.pm-icon--shield {
  mask-image: url("../img/pipster/icons/shield.svg");
  -webkit-mask-image: url("../img/pipster/icons/shield.svg");
}

.pm-icon--chart {
  mask-image: url("../img/pipster/icons/chart.svg");
  -webkit-mask-image: url("../img/pipster/icons/chart.svg");
}

.pm-icon--check {
  mask-image: url("../img/pipster/icons/check.svg");
  -webkit-mask-image: url("../img/pipster/icons/check.svg");
}

.pm-icon--support {
  mask-image: url("../img/pipster/icons/support.svg");
  -webkit-mask-image: url("../img/pipster/icons/support.svg");
}

.pm-icon--alert {
  mask-image: url("../img/pipster/icons/alert.svg");
  -webkit-mask-image: url("../img/pipster/icons/alert.svg");
}

.pm-icon--lock {
  mask-image: url("../img/pipster/icons/lock.svg");
  -webkit-mask-image: url("../img/pipster/icons/lock.svg");
}

.pm-feature-band {
  display: grid;
  gap: 28px;
  align-items: start;
}
@media (min-width: 992px) {
  .pm-feature-band {
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 56px;
  }
}

.pm-feature-band__content {
  display: grid;
  gap: 16px;
}

.pm-feature-list {
  display: grid;
  gap: 14px;
}
.pm-feature-list div {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(12, 17, 29, 0.08);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.pm-feature-list div:hover {
  border-color: rgba(12, 17, 29, 0.14);
  box-shadow: 0 18px 38px rgba(12, 17, 29, 0.07);
}
.pm-feature-list strong {
  color: #0c111d;
  font-size: 17px;
}
.pm-feature-list span {
  color: rgba(12, 17, 29, 0.62);
  font-size: 14px;
  line-height: 1.55;
}

.pm-risk-note {
  display: grid;
  gap: 12px;
  border-left: 4px solid #f5d873;
  border-radius: 8px;
  padding: 22px;
  background: linear-gradient(160deg, #0c111d, #111827);
  color: #fff;
  box-shadow: 0 20px 44px rgba(12, 17, 29, 0.18);
}
.pm-risk-note strong {
  color: #fff;
  font-size: 18px;
}
.pm-risk-note p {
  color: rgba(255, 255, 255, 0.78);
}

.pm-stat-grid {
  display: grid;
  gap: 12px;
}
@media (min-width: 768px) {
  .pm-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.pm-stat {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(12, 17, 29, 0.08);
  border-radius: 8px;
  padding: 24px;
  background: #f5f7fb;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.pm-stat:hover {
  border-color: rgba(12, 17, 29, 0.14);
  background: #fff;
  transform: translateY(-2px);
}
.pm-stat strong {
  color: #0c111d;
  font-size: clamp(30px, 5vw, 46px);
  font-weight: 800;
  line-height: 1;
}
.pm-stat span {
  color: rgba(12, 17, 29, 0.62);
  font-size: 14px;
}

.pm-detail-list {
  display: grid;
  gap: 14px;
  margin: 0;
}
.pm-detail-list div {
  border: 1px solid rgba(12, 17, 29, 0.08);
  border-radius: 8px;
  padding: 20px;
  background: #f5f7fb;
}
.pm-detail-list dt {
  color: rgba(12, 17, 29, 0.54);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.pm-detail-list dd {
  margin: 6px 0 0;
  color: #0c111d;
  font-size: 17px;
  line-height: 1.5;
}
.pm-detail-list dd a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #f5d873;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.pm-detail-list dd a:hover, .pm-detail-list dd a:focus-visible {
  color: rgba(12, 17, 29, 0.72);
}

.pm-doc-grid {
  display: grid;
  gap: 18px;
}
@media (min-width: 768px) {
  .pm-doc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .pm-doc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pm-doc-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 14px;
  min-height: 214px;
  overflow: hidden;
  border: 1px solid rgba(12, 17, 29, 0.09);
  border-radius: 8px;
  padding: 26px;
  background: #fff;
  color: #0c111d;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(12, 17, 29, 0.055);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.pm-doc-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: #f5d873;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.2s ease;
}
.pm-doc-card::after {
  content: "";
  align-self: end;
  justify-self: start;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: #f5d873;
  transition: width 0.2s ease;
}
.pm-doc-card:hover, .pm-doc-card:focus-visible {
  border-color: rgba(12, 17, 29, 0.16);
  box-shadow: 0 24px 48px rgba(12, 17, 29, 0.1);
  color: #0c111d;
  transform: translateY(-3px);
}
.pm-doc-card:hover::before, .pm-doc-card:focus-visible::before {
  transform: scaleY(1);
}
.pm-doc-card:hover::after, .pm-doc-card:focus-visible::after {
  width: 48px;
}
.pm-doc-card:focus-visible {
  outline: 2px solid rgba(245, 216, 115, 0.9);
  outline-offset: 3px;
}
.pm-doc-card > span {
  display: inline-flex;
  width: fit-content;
  border-radius: 8px;
  padding: 6px 9px;
  background: rgba(12, 17, 29, 0.06);
  color: rgba(12, 17, 29, 0.72);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.pm-timeline {
  display: grid;
  gap: 18px;
}
@media (min-width: 768px) {
  .pm-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .pm-timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.pm-timeline article {
  position: relative;
  display: grid;
  gap: 12px;
  border: 1px solid rgba(12, 17, 29, 0.08);
  border-radius: 8px;
  padding: 26px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(12, 17, 29, 0.045);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.pm-timeline article:hover {
  border-color: rgba(12, 17, 29, 0.14);
  box-shadow: 0 22px 46px rgba(12, 17, 29, 0.08);
  transform: translateY(-3px);
}
.pm-timeline span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f5d873;
  color: #0c111d;
  font-weight: 800;
}

@media (min-width: 1200px) {
  .pm-timeline--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pm-text-link {
  display: inline-flex;
  width: fit-content;
  color: #0c111d;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: #f5d873;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}
.pm-text-link:hover, .pm-text-link:focus-visible {
  color: rgba(12, 17, 29, 0.72);
}
.pm-text-link:focus-visible {
  outline: 2px solid rgba(245, 216, 115, 0.9);
  outline-offset: 4px;
}

.pm-cta {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, rgba(245, 216, 115, 0.08), transparent 36%), #060d1f;
  color: #fff;
}
.pm-cta::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 216, 115, 0.32), transparent);
}
@media (min-width: 992px) {
  .pm-cta {
    padding: 104px 0;
  }
}

.pm-cta__inner {
  display: grid;
  max-width: 820px;
  gap: 22px;
  text-align: left;
}
.pm-cta__inner h2 {
  color: #fff;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.06;
  text-wrap: balance;
}
.pm-cta__inner p {
  max-width: 680px;
  color: rgba(226, 232, 240, 0.8);
  font-size: 17px;
  line-height: 1.7;
}

.pm-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pm-page-company,
.pm-page-trading-suite,
.pm-page-legal-suite,
.pm-page-redirect {
  background: #f2f5fc;
}

.pm-hero--broker {
  min-height: 720px;
  padding: 140px 0 88px;
  background: linear-gradient(90deg, rgba(6, 13, 31, 0.96) 0%, rgba(6, 13, 31, 0.82) 48%, rgba(6, 13, 31, 0.52) 100%), url("../img/hero-cadastro-bg.webp") center/cover no-repeat;
}
.pm-hero--broker .pm-eyebrow {
  color: #f5d873;
}
.pm-hero--broker .pm-hero h1,
.pm-hero--broker h1 {
  max-width: 820px;
  font-size: clamp(44px, 7vw, 82px);
  font-weight: 500;
  line-height: 1.04;
}
.pm-hero--broker .pm-hero__lead {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 2vw, 21px);
}

.pm-hero--legal {
  min-height: 560px;
}

.pm-terminal,
.pm-market-console {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(245, 216, 115, 0.22);
  border-radius: 12px;
  background: rgba(7, 7, 7, 0.46);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(9px);
}

.pm-terminal__media {
  position: absolute;
  inset: 0;
  margin: 0;
}
.pm-terminal__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.04);
}
.pm-terminal__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 13, 31, 0.08), rgba(6, 13, 31, 0.88));
}

.pm-terminal__overlay {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(12, 17, 29, 0.74);
  backdrop-filter: blur(10px);
}
.pm-terminal__overlay span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.pm-terminal__overlay strong {
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  line-height: 1;
}
.pm-terminal__overlay small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.45;
}

.pm-section--system {
  background: #f2f5fc;
}

.pm-system-grid {
  display: grid;
  gap: 12px;
}
@media (min-width: 768px) {
  .pm-system-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .pm-system-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.pm-system-card {
  position: relative;
  display: grid;
  min-height: 276px;
  align-content: space-between;
  gap: 22px;
  overflow: hidden;
  border: 1px solid rgba(12, 17, 29, 0.08);
  border-radius: 12px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 11px 25px rgba(15, 23, 42, 0.05), 0 72px 180px rgba(15, 23, 42, 0.06);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.pm-system-card::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 104px;
  height: 104px;
  border: 1px solid rgba(245, 216, 115, 0.36);
  border-radius: 50%;
}
.pm-system-card:hover {
  border-color: rgba(245, 216, 115, 0.7);
  transform: translateY(-4px);
}
.pm-system-card span {
  width: fit-content;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(245, 216, 115, 0.18);
  color: #0c111d;
  font-size: 12px;
  font-weight: 800;
}
.pm-system-card h3 {
  max-width: 260px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.12;
}

.pm-command-grid {
  display: grid;
  gap: 16px;
}
@media (min-width: 992px) {
  .pm-command-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
    align-items: stretch;
  }
}

.pm-command-panel {
  display: grid;
  gap: 22px;
  min-height: 420px;
  border: 1px solid rgba(12, 17, 29, 0.08);
  border-radius: 12px;
  padding: clamp(24px, 4vw, 40px);
  background: #fff;
  box-shadow: 0 11px 25px rgba(15, 23, 42, 0.05), 0 72px 180px rgba(15, 23, 42, 0.06);
}
.pm-command-panel h2 {
  font-weight: 500;
}

.pm-command-panel--dark,
.pm-command-panel--danger {
  background: linear-gradient(160deg, rgba(17, 24, 39, 0.96), rgba(6, 13, 31, 0.98));
  color: #fff;
}
.pm-command-panel--dark h2,
.pm-command-panel--dark h3,
.pm-command-panel--dark p,
.pm-command-panel--dark dd,
.pm-command-panel--dark a,
.pm-command-panel--danger h2,
.pm-command-panel--danger h3,
.pm-command-panel--danger p,
.pm-command-panel--danger dd,
.pm-command-panel--danger a {
  color: #fff;
}
.pm-command-panel--dark p,
.pm-command-panel--dark dd,
.pm-command-panel--danger p,
.pm-command-panel--danger dd {
  color: rgba(255, 255, 255, 0.76);
}

.pm-command-panel--danger {
  border-color: rgba(239, 68, 68, 0.28);
}
.pm-command-panel--danger .pm-eyebrow::before {
  background: #ef4444;
  box-shadow: 0 0 18px rgba(239, 68, 68, 0.42);
}

.pm-data-stack,
.pm-signal-list {
  display: grid;
  gap: 10px;
  margin: 0;
}
.pm-data-stack div,
.pm-signal-list div {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(12, 17, 29, 0.08);
  border-radius: 10px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.74);
}
.pm-data-stack dt,
.pm-data-stack strong,
.pm-signal-list dt,
.pm-signal-list strong {
  color: rgba(12, 17, 29, 0.62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.pm-data-stack dd,
.pm-data-stack span,
.pm-signal-list dd,
.pm-signal-list span {
  margin: 0;
  color: #0c111d;
  font-size: 15px;
  line-height: 1.5;
}

.pm-command-panel--dark .pm-data-stack div {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.pm-command-panel--dark .pm-data-stack dt,
.pm-command-panel--dark .pm-data-stack dd {
  color: rgba(255, 255, 255, 0.78);
}

.pm-section--dark-band {
  background: #060d1f;
  color: #fff;
}

.pm-broker-strip {
  display: grid;
  gap: 32px;
}
@media (min-width: 992px) {
  .pm-broker-strip {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
    align-items: center;
  }
}
.pm-broker-strip h2 {
  color: #fff;
  font-weight: 500;
}

.pm-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pm-pill-grid span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid rgba(245, 216, 115, 0.2);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 700;
}

.pm-market-console {
  display: grid;
  gap: 22px;
  align-content: space-between;
  padding: 24px;
}

.pm-market-console__top,
.pm-market-console__rows div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pm-market-console__top span,
.pm-market-console__rows span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.pm-market-console__top strong,
.pm-market-console__rows strong {
  color: #fff;
  font-size: 15px;
}

.pm-market-console__chart {
  display: grid;
  height: 190px;
  align-items: end;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
}
.pm-market-console__chart span {
  display: block;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, #f5d873, rgba(245, 216, 115, 0.14));
}
.pm-market-console__chart span:nth-child(1) {
  height: 42%;
}
.pm-market-console__chart span:nth-child(2) {
  height: 68%;
}
.pm-market-console__chart span:nth-child(3) {
  height: 54%;
}
.pm-market-console__chart span:nth-child(4) {
  height: 82%;
}
.pm-market-console__chart span:nth-child(5) {
  height: 62%;
}

.pm-market-console__rows {
  display: grid;
  gap: 10px;
}
.pm-market-console__rows div {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.05);
}

.pm-risk-matrix,
.pm-process-lane {
  display: grid;
  gap: 10px;
}
.pm-risk-matrix div,
.pm-process-lane div {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(12, 17, 29, 0.08);
  border-radius: 12px;
  padding: 18px;
  background: #fff;
}
.pm-risk-matrix span,
.pm-process-lane span {
  color: #f5d873;
  font-size: 13px;
  font-weight: 900;
}
.pm-risk-matrix strong,
.pm-process-lane strong {
  color: #0c111d;
  font-size: 18px;
}

.pm-doc-rail {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(12, 17, 29, 0.08);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 11px 25px rgba(15, 23, 42, 0.05), 0 72px 180px rgba(15, 23, 42, 0.06);
}

.pm-doc-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 20px;
  color: #0c111d;
  text-decoration: none;
  border-bottom: 1px solid rgba(12, 17, 29, 0.08);
  transition: background-color 0.2s ease;
}
.pm-doc-row:last-child {
  border-bottom: 0;
}
.pm-doc-row:hover, .pm-doc-row:focus-visible {
  background: rgba(245, 216, 115, 0.14);
  color: #0c111d;
}
.pm-doc-row span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #0c111d;
  color: #f5d873;
  font-weight: 900;
}
.pm-doc-row strong,
.pm-doc-row em {
  display: block;
  font-style: normal;
}
.pm-doc-row strong {
  font-size: 18px;
}
.pm-doc-row em {
  margin-top: 3px;
  color: rgba(12, 17, 29, 0.58);
  font-size: 14px;
}

.pm-strip-copy {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.pm-redirect {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 140px 0 80px;
  background: #f2f5fc;
  color: #0c111d;
}

.pm-redirect__inner {
  display: grid;
  max-width: 620px;
  gap: 18px;
}
.pm-redirect__inner h1 {
  color: #0c111d;
  font-size: clamp(40px, 7vw, 72px);
  font-weight: 500;
  line-height: 1.05;
}
.pm-redirect__inner p {
  color: #475467;
  font-size: 18px;
  line-height: 1.6;
}

.pm-page-risk-warning .pm-hero {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.14), transparent 32%), radial-gradient(circle at 80% 20%, rgba(245, 216, 115, 0.12), transparent 28%), #060d1f;
}
.pm-page-risk-warning .pm-risk-note {
  border-left-color: #ef4444;
}

@media (max-width: 576px) {
  .pm-hero--broker {
    min-height: auto;
    padding: 88px 0 60px;
  }
  .pm-hero--broker h1 {
    font-size: 40px;
  }
  .pm-terminal,
  .pm-market-console {
    min-height: 340px;
  }
  .pm-terminal__overlay {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 16px;
  }
  .pm-system-card,
  .pm-command-panel {
    min-height: auto;
  }
  .pm-doc-row {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 16px;
  }
  .pm-doc-row span {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }
  .pm-hero {
    min-height: auto;
    padding: 74px 0 60px;
  }
  .pm-hero.pm-hero--broker {
    padding: 88px 0 60px;
  }
  .pm-hero h1 {
    font-size: 38px;
  }
  .pm-hero__lead {
    font-size: 16px;
  }
  .pm-btn {
    width: 100%;
  }
  .pm-section,
  .pm-cta {
    padding: 60px 0;
  }
  .pm-card,
  .pm-doc-card,
  .pm-timeline article {
    min-height: auto;
    padding: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pm-btn,
  .pm-card,
  .pm-card::before,
  .pm-doc-card,
  .pm-doc-card::before,
  .pm-doc-card::after,
  .pm-feature-list div,
  .pm-hero__media img,
  .pm-stat,
  .pm-timeline article {
    transition: none;
  }
  .pm-btn:hover,
  .pm-btn:focus-visible,
  .pm-card:hover,
  .pm-doc-card:hover,
  .pm-doc-card:focus-visible,
  .pm-hero__media:hover img,
  .pm-stat:hover,
  .pm-timeline article:hover {
    transform: none;
  }
}
.pm-page-safety .pm-card:first-child {
  border-color: rgba(245, 216, 115, 0.32);
}

.pm-page-regulation .pm-detail-list div:first-child {
  background: #fff;
}

.pm-page-trading-conditions .pm-panel-metric strong {
  font-size: clamp(20px, 3vw, 30px);
}

.pm-page-legal-documents .pm-hero {
  min-height: 520px;
}
.pm-page-legal-documents .pm-hero__lead {
  max-width: 680px;
}
.pm-page-legal-documents .pm-doc-card h3 {
  min-height: 52px;
}
.pm-page-legal-documents .pm-section--surface {
  background: linear-gradient(180deg, #f6f8fb 0%, #fff 100%);
}

.pm-page-complaint-handling .pm-timeline article {
  min-height: 240px;
}

.pm-page-risk-warning .pm-eyebrow::before {
  background: #ef4444;
  box-shadow: 0 0 18px rgba(239, 68, 68, 0.54);
}

/*# sourceMappingURL=style.css.map */
