:root {
  --black: #0d0c0b;
  --black-soft: #151311;
  --graphite: #211e1a;
  --graphite-light: #302b25;
  --ivory: #f4efe6;
  --ivory-soft: #ebe3d7;
  --white: #ffffff;
  --red: #d71935;
  --red-light: #f23f59;
  --gold: #b79a67;
  --gold-light: #d5bd91;
  --text: #191714;
  --body: #686158;
  --muted: #9c9388;
  --line: #d9d0c4;
  --dark-line: rgba(255, 255, 255, 0.11);
  --shell: 1180px;
  --shadow: 0 30px 70px rgba(23, 18, 12, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--ivory);
  font-family:
    Inter,
    "PingFang SC",
    "Microsoft YaHei",
    Arial,
    sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.section {
  padding: 105px 24px;
}

.skip-link {
  position: fixed;
  z-index: 5000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #ffffff;
  background: var(--red);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

/* Header */

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.site-header.is-scrolled {
  background: rgba(13, 12, 11, 0.94);
  border-color: var(--dark-line);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(var(--shell), calc(100% - 42px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 33px;
}

.brand img {
  width: 150px;
  max-height: 42px;
  object-fit: contain;
}

.site-nav {
  margin-left: auto;
  display: flex;
  gap: 27px;
}

.site-nav a {
  position: relative;
  padding: 27px 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 13px;
  font-weight: 700;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.site-nav a:hover {
  color: #ffffff;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.header-register {
  min-height: 42px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--red);
  border: 1px solid var(--red-light);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 900;
}

.header-register[aria-disabled="true"] {
  cursor: not-allowed;
}

.menu-toggle {
  display: none;
  position: relative;
  z-index: 3;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 10px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #ffffff;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.menu-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Shared */

.section-label,
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--gold);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-label::before,
.hero-eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  background: currentColor;
}

.section-label-light,
.hero-eyebrow {
  color: var(--gold-light);
}

/* Hero */

.hero {
  position: relative;
  min-height: 815px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 77% 40%,
      rgba(183, 154, 103, 0.18),
      transparent 30%
    ),
    linear-gradient(
      120deg,
      #0d0c0b,
      #191612 56%,
      #272017
    );
}

.hero-background {
  position: absolute;
  inset: 0;
}

.hero-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(13, 12, 11, 0.98),
      rgba(13, 12, 11, 0.84) 49%,
      rgba(13, 12, 11, 0.58)
    );
}

.hero-background img {
  width: 100%;
  height: 100%;
  opacity: 0.24;
  object-fit: cover;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.08) 1px,
      transparent 1px
    ),
    linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.08) 1px,
      transparent 1px
    );
  background-size: 45px 45px;
}

.hero-inner {
  position: relative;
  z-index: 3;
  width: min(var(--shell), calc(100% - 48px));
  min-height: 750px;
  margin: 0 auto;
  padding-top: 120px;
  display: grid;
  grid-template-columns: 1fr 0.74fr;
  align-items: center;
  gap: 85px;
}

.hero-copy {
  max-width: 670px;
}

.hero h1 {
  margin: 25px 0 24px;
  font-size: clamp(56px, 7vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.hero h1 span {
  display: block;
  margin-top: 13px;
  color: #d7cec1;
  font-size: 0.44em;
  line-height: 1.22;
  letter-spacing: -0.035em;
}

.hero-description {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 17px;
  line-height: 1.85;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 900;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  color: #ffffff;
  background: var(--red);
  border-color: var(--red-light);
  box-shadow: 0 17px 36px rgba(215, 25, 53, 0.24);
}

.button-outline {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.2);
}

.hero-notes {
  margin-top: 31px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.hero-notes span {
  position: relative;
  padding: 8px 12px 8px 28px;
  color: rgba(255, 255, 255, 0.63);
  border: 1px solid var(--dark-line);
  font-size: 11px;
}

.hero-notes span::before {
  content: "✓";
  position: absolute;
  left: 10px;
  color: var(--gold-light);
  font-weight: 900;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.hero-frame {
  width: min(100%, 470px);
  overflow: hidden;
  background: rgba(21, 19, 17, 0.86);
  border: 1px solid rgba(213, 189, 145, 0.3);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero-frame-head {
  min-height: 52px;
  padding: 0 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--dark-line);
}

.hero-frame-head span {
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.hero-frame-head i {
  width: 8px;
  height: 8px;
  background: #54cf94;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(84, 207, 148, 0.1);
}

.hero-image {
  min-height: 420px;
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(
      circle,
      rgba(183, 154, 103, 0.16),
      transparent 65%
    );
}

.hero-image img {
  width: 100%;
  max-height: 390px;
  object-fit: contain;
}

.hero-frame-footer {
  min-height: 75px;
  padding: 15px 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--dark-line);
}

.hero-frame-footer div + div {
  padding-left: 20px;
  border-left: 1px solid var(--dark-line);
}

.hero-frame-footer small,
.hero-frame-footer strong {
  display: block;
}

.hero-frame-footer small {
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.13em;
}

.hero-frame-footer strong {
  margin-top: 4px;
  font-size: 12px;
}

.hero-bottom {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.46);
  border-top: 1px solid var(--dark-line);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.hero-bottom i {
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
}

/* Registration entry */

.register-entry {
  background: var(--ivory);
}

.register-entry-layout {
  width: min(var(--shell), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 80px;
}

.register-entry-copy h2,
.steps-heading h2,
.prepare-heading h2,
.client-content h2,
.security-copy h2,
.seo-heading h2,
.faq-heading h2 {
  margin: 17px 0 0;
  font-size: clamp(38px, 4.5vw, 57px);
  line-height: 1.08;
  letter-spacing: -0.048em;
}

.register-entry-copy > p {
  margin: 22px 0 0;
  color: var(--body);
}

.entry-points {
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.entry-points article {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}

.entry-points article > span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
}

.entry-points h3 {
  margin: 0;
  font-size: 18px;
}

.entry-points p {
  margin: 5px 0 0;
  color: var(--body);
  font-size: 13px;
}

.register-interface {
  overflow: hidden;
  background: var(--black-soft);
  box-shadow: var(--shadow);
}

.interface-toolbar {
  min-height: 50px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid var(--dark-line);
  font-size: 10px;
}

.interface-toolbar > div {
  display: flex;
  gap: 7px;
}

.interface-toolbar i {
  width: 8px;
  height: 8px;
  background: #665f56;
  border-radius: 50%;
}

.interface-toolbar i:first-child {
  background: var(--red);
}

.interface-image {
  min-height: 335px;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(
      circle,
      rgba(183, 154, 103, 0.14),
      transparent 58%
    );
}

.interface-image img {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
}

.interface-summary {
  padding: 24px;
  border-top: 1px solid var(--dark-line);
}

.interface-summary span {
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.interface-summary p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.57);
  font-size: 13px;
}

/* Steps */

.steps-section {
  color: #ffffff;
  background: var(--black);
}

.steps-heading {
  width: min(var(--shell), 100%);
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: end;
  gap: 55px;
}

.steps-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 14px;
}

.steps-layout {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 55px;
}

.steps-track {
  position: relative;
}

.steps-track::before {
  content: "";
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 25px;
  width: 1px;
  background:
    linear-gradient(
      var(--gold),
      rgba(183, 154, 103, 0.15)
    );
}

.step-item {
  position: relative;
  min-height: 145px;
  padding: 0 0 35px 82px;
}

.step-marker {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 51px;
  height: 51px;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  background: var(--black);
  border: 1px solid rgba(213, 189, 145, 0.38);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.step-item.is-active .step-marker {
  color: #ffffff;
  background: var(--red);
  border-color: var(--red-light);
}

.step-content {
  padding-bottom: 29px;
  border-bottom: 1px solid var(--dark-line);
}

.step-content > span {
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.step-content h3 {
  margin: 7px 0 0;
  font-size: 22px;
}

.step-content p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.steps-aside {
  align-self: start;
  padding: 32px;
  background:
    linear-gradient(
      145deg,
      var(--graphite-light),
      var(--black-soft)
    );
  border: 1px solid rgba(213, 189, 145, 0.24);
}

.steps-aside > span,
.steps-aside > strong {
  display: block;
}

.steps-aside > span {
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.steps-aside > strong {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.12);
  font-size: 68px;
  line-height: 1;
}

.steps-aside p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.57);
  font-size: 13px;
}

.steps-aside a {
  min-height: 49px;
  margin-top: 27px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  background: var(--red);
  font-size: 13px;
  font-weight: 900;
}

/* Prepare */

.prepare-section {
  background: #ffffff;
}

.prepare-layout {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: 75px;
}

.prepare-heading > p {
  margin: 22px 0 0;
  color: var(--body);
}

.prepare-list {
  border-top: 1px solid var(--line);
}

.prepare-list article {
  min-height: 122px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 64px 1fr 38px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.prepare-code {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--graphite);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.prepare-list h3 {
  margin: 0;
  font-size: 19px;
}

.prepare-list p {
  margin: 5px 0 0;
  color: var(--body);
  font-size: 13px;
}

.prepare-list article > span {
  color: var(--gold);
  text-align: right;
  font-size: 11px;
  font-weight: 900;
}

/* Client */

.client-section {
  padding: 0;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  color: #ffffff;
  background: var(--graphite);
}

.client-image {
  min-height: 670px;
  overflow: hidden;
}

.client-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-content {
  padding: 95px clamp(30px, 6vw, 90px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.client-content > p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.57);
}

.client-platforms {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.client-platforms button {
  min-height: 47px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.62);
  background: transparent;
  border: 1px solid var(--dark-line);
  cursor: pointer;
}

.client-platforms button span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  font-size: 10px;
  font-weight: 900;
}

.client-platforms button.is-active {
  color: #ffffff;
  background: var(--red);
  border-color: var(--red-light);
}

.client-message {
  margin-top: 20px;
  padding: 25px;
  background: rgba(0, 0, 0, 0.18);
  border-left: 3px solid var(--gold);
}

.client-message > span,
.client-message > strong {
  display: block;
}

.client-message > span {
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.client-message > strong {
  margin-top: 7px;
  font-size: 21px;
}

.client-message p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.53);
  font-size: 13px;
}

.client-message a {
  margin-top: 19px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 900;
}

/* Security */

.security-section {
  background: var(--ivory-soft);
}

.security-layout {
  width: min(var(--shell), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 80px;
}

.security-copy > p {
  margin: 22px 0 0;
  color: var(--body);
}

.security-copy dl {
  margin: 30px 0 0;
  border-top: 1px solid var(--line);
}

.security-copy dl > div {
  padding: 17px 0;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.security-copy dt {
  font-size: 13px;
  font-weight: 900;
}

.security-copy dd {
  margin: 0;
  color: var(--body);
  font-size: 13px;
}

.security-visual {
  position: relative;
}

.security-image {
  min-height: 440px;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black-soft);
  box-shadow: var(--shadow);
}

.security-image img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
}

.security-status {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  padding: 15px 17px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #ffffff;
  background: rgba(13, 12, 11, 0.88);
  border: 1px solid var(--dark-line);
  backdrop-filter: blur(12px);
}

.security-status > span {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  background: #56d09a;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(86, 208, 154, 0.1);
}

.security-status small,
.security-status strong {
  display: block;
}

.security-status small {
  color: var(--gold-light);
  font-size: 8px;
  letter-spacing: 0.13em;
}

.security-status strong {
  margin-top: 3px;
  font-size: 12px;
}

/* SEO */

.seo-section {
  background: #ffffff;
}

.seo-layout {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 80px;
}

.seo-content {
  padding-left: 42px;
  border-left: 1px solid var(--line);
}

.seo-content p {
  margin: 0;
  color: var(--body);
  line-height: 1.9;
}

.seo-content p + p {
  margin-top: 20px;
}

/* FAQ */

.faq-section {
  background: var(--ivory);
}

.faq-heading {
  width: min(760px, 100%);
  margin: 0 auto 48px;
  text-align: center;
}

.faq-heading .section-label {
  justify-content: center;
}

.faq-heading > p {
  margin: 18px 0 0;
  color: var(--body);
}

.faq-grid {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  width: 100%;
  min-height: 82px;
  padding: 0;
  display: grid;
  grid-template-columns: 35px 1fr 30px;
  align-items: center;
  gap: 14px;
  color: var(--text);
  background: transparent;
  border: 0;
  text-align: left;
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
}

.faq-question > span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
}

.faq-question i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--graphite);
  font-size: 18px;
  font-style: normal;
  transition: transform 0.2s ease;
}

.faq-item.is-open .faq-question i {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 42px 25px 49px;
  color: var(--body);
  font-size: 13px;
}

/* Final CTA */

.final-cta {
  padding: 72px 24px;
  color: #ffffff;
  background:
    linear-gradient(
      105deg,
      #9e1026,
      var(--red) 60%,
      #e63a53
    );
}

.final-cta-inner {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}

.final-cta-inner > div > span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.final-cta h2 {
  margin: 10px 0 6px;
  font-size: clamp(34px, 4.3vw, 53px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.final-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.73);
}

.final-cta-inner > a {
  min-width: 205px;
  min-height: 55px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--red);
  background: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

/* Footer */

.site-footer {
  padding: 50px 24px 21px;
  color: rgba(255, 255, 255, 0.52);
  background: #090806;
}

.footer-main {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding-bottom: 33px;
  display: grid;
  grid-template-columns: 165px 1fr 155px;
  gap: 42px;
}

.footer-logo img {
  width: 145px;
  max-height: 42px;
  object-fit: contain;
}

.footer-main > p {
  margin: 0;
  font-size: 11px;
  line-height: 1.8;
}

.footer-main nav {
  display: grid;
  gap: 8px;
}

.footer-main nav a {
  font-size: 12px;
}

.footer-bottom {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding-top: 19px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--dark-line);
  font-size: 10px;
}

/* Toast */

.page-toast {
  position: fixed;
  z-index: 3000;
  bottom: 28px;
  left: 50%;
  padding: 12px 18px;
  color: #ffffff;
  background: rgba(13, 12, 11, 0.97);
  border: 1px solid rgba(213, 189, 145, 0.35);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.page-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Responsive */

@media (max-width: 1050px) {
  .site-nav,
  .header-register {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav.is-open {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(390px, 88vw);
    padding: 105px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: rgba(13, 12, 11, 0.99);
  }

  .site-nav.is-open a {
    padding: 18px 0;
    border-bottom: 1px solid var(--dark-line);
    font-size: 16px;
  }

  .site-nav.is-open a::after {
    display: none;
  }

  .hero-inner {
    padding: 130px 0 110px;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 730px;
  }

  .hero-frame {
    max-width: 600px;
  }

  .register-entry-layout,
  .prepare-layout,
  .security-layout,
  .seo-layout {
    grid-template-columns: 1fr;
  }

  .register-entry-layout,
  .security-layout {
    gap: 50px;
  }

  .steps-heading {
    grid-template-columns: 1fr;
  }

  .steps-layout {
    grid-template-columns: 1fr;
  }

  .steps-aside {
    max-width: 580px;
  }

  .client-section {
    grid-template-columns: 1fr;
  }

  .client-image {
    min-height: 480px;
  }

  .seo-layout {
    gap: 40px;
  }

  .seo-content {
    padding: 32px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 75px 18px;
  }

  .header-inner {
    width: calc(100% - 28px);
    min-height: 68px;
  }

  .brand img {
    width: 130px;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    width: calc(100% - 32px);
    min-height: auto;
    padding: 112px 0 90px;
    gap: 45px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-description {
    font-size: 15px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-frame {
    width: 100%;
  }

  .hero-image {
    min-height: 330px;
  }

  .hero-bottom {
    position: relative;
    flex-wrap: wrap;
    gap: 11px;
    padding: 18px;
  }

  .register-interface {
    width: 100%;
  }

  .interface-image {
    min-height: 270px;
    padding: 24px;
  }

  .steps-track::before {
    left: 22px;
  }

  .step-item {
    padding-left: 68px;
  }

  .step-marker {
    width: 45px;
    height: 45px;
  }

  .prepare-list article {
    grid-template-columns: 55px 1fr 28px;
  }

  .client-image {
    min-height: 350px;
  }

  .client-content {
    padding: 70px 22px;
  }

  .security-image {
    min-height: 335px;
    padding: 23px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .final-cta-inner {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .final-cta-inner > a {
    width: 100%;
  }

  .footer-main {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-main nav {
    grid-template-columns: repeat(2, auto);
  }

  .footer-bottom {
    display: grid;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .hero h1 {
    font-size: 41px;
  }

  .hero-notes {
    display: grid;
  }

  .hero-image {
    min-height: 280px;
    padding: 18px;
  }

  .hero-frame-footer {
    grid-template-columns: 1fr;
  }

  .hero-frame-footer div + div {
    margin-top: 12px;
    padding: 12px 0 0;
    border-top: 1px solid var(--dark-line);
    border-left: 0;
  }

  .client-platforms {
    grid-template-columns: 1fr;
  }

  .prepare-code {
    width: 48px;
    height: 48px;
  }

  .security-copy dl > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .faq-question {
    grid-template-columns: 28px 1fr 28px;
    gap: 10px;
    font-size: 14px;
  }

  .faq-answer p {
    padding-left: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}