:root {
  --black: #09090b;
  --char: #16161a;
  --paper: #f7f5f1;
  --gold: #ffb31f;
  --orange: #ef6918;
  --red: #e31818;
  --line: #e5ded3;
  --muted: #625e58;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--black);
  font-family: Arial, "Noto Sans SC", sans-serif;
}
body,
button,
input,
select,
textarea {
  font-size: 16px;
}
header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 12px clamp(18px, 4vw, 62px);
  background: rgba(8, 8, 10, 0.97);
  border-bottom: 1px solid #2a2a2e;
}
.brand img {
  display: block;
  width: min(305px, 26vw);
  height: 62px;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  padding: 7px;
}
nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 7px;
}
nav > a {
  color: #fff;
  text-decoration: none;
  padding: 14px 15px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}
nav > a:hover,
nav > a.active {
  background: linear-gradient(135deg, var(--gold), var(--orange));
  color: #111;
}
.language {
  display: flex;
  border: 1px solid #444;
  border-radius: 14px;
  overflow: hidden;
}
.language button {
  border: 0;
  background: #202024;
  color: #fff;
  padding: 13px 12px;
  font-weight: 900;
  cursor: pointer;
}
.language button.selected {
  background: #fff;
  color: #111;
}
.menu-toggle {
  display: none;
  margin-left: auto;
  background: #222;
  color: #fff;
  border: 1px solid #444;
  border-radius: 12px;
  font-size: 26px;
  padding: 9px 13px;
}
.hero {
  position: relative;
  min-height: 650px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.94),
      rgba(0, 0, 0, 0.7) 44%,
      rgba(0, 0, 0, 0.06) 76%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent 55%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  color: white;
  width: min(790px, 92%);
  padding: 90px clamp(24px, 7vw, 115px);
}
.hero-copy > span,
.section-title > span,
.fee > div > span {
  display: inline-block;
  color: var(--gold);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.15em;
  margin-bottom: 18px;
}
.hero h1 {
  font-size: clamp(45px, 6vw, 82px);
  line-height: 1;
  letter-spacing: -0.052em;
  margin: 0 0 24px;
}
.hero p {
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
  color: #e6e2dc;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 26px;
  border: 0;
  border-radius: 17px;
  background: linear-gradient(
    135deg,
    var(--gold),
    var(--orange) 62%,
    var(--red)
  );
  color: #111;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 12px 34px rgba(239, 105, 24, 0.25);
  cursor: pointer;
}
.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}
.btn.secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: none;
}
.section {
  padding: clamp(70px, 9vw, 125px) clamp(24px, 7vw, 115px);
  max-width: 1560px;
  margin: auto;
}
.section-title {
  max-width: 880px;
  margin-bottom: 48px;
}
.section-title h2 {
  font-size: clamp(36px, 5vw, 66px);
  line-height: 1.04;
  letter-spacing: -0.044em;
  margin: 0 0 20px;
}
.section-title p,
.section > p,
.split p,
.policy p {
  font-size: 18px;
  line-height: 1.75;
  color: var(--muted);
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.card {
  padding: 32px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 15px 50px rgba(25, 18, 10, 0.06);
}
.card b {
  color: var(--orange);
  font-size: 13px;
  letter-spacing: 0.13em;
}
.card h3 {
  font-size: 25px;
  line-height: 1.15;
  margin: 22px 0 13px;
}
.card p {
  line-height: 1.7;
  color: var(--muted);
}
.card a {
  color: #b4430a;
  font-weight: 900;
  text-decoration: none;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(35px, 7vw, 105px);
  align-items: center;
}
.split > img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.17);
}
.dark {
  max-width: none;
  background: var(--char);
  color: white;
}
.dark > div {
  padding-left: clamp(0px, 4vw, 55px);
}
.dark p {
  color: #cbc6be;
}
.stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #35353b;
  color: white;
}
.stats > div {
  background: #17171b;
  padding: 55px 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.stats strong {
  font-size: clamp(36px, 5vw, 64px);
  color: var(--gold);
}
.stats span {
  color: #cdc9c2;
}
.stats small {
  position: absolute;
  bottom: 8px;
  left: 32px;
  color: #777;
}
.profile {
  display: grid;
  grid-template-columns: 175px 1fr;
  gap: 34px;
  padding: 40px;
  border-radius: 30px;
  background: #101014;
  color: white;
}
.initials {
  height: 175px;
  border-radius: 28px;
  background: linear-gradient(145deg, var(--red), var(--gold));
  display: grid;
  place-items: center;
  font-size: 62px;
  font-weight: 900;
  color: #111;
}
.profile h3 {
  font-size: 29px;
  margin: 8px 0 16px;
}
.profile p {
  font-size: 17px;
  line-height: 1.7;
  color: #d8d3ca;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.steps .card {
  padding: 25px;
}
.steps .card h3 {
  font-size: 20px;
}
.steps .card p {
  font-size: 15px;
  line-height: 1.55;
}
.fee {
  padding: clamp(70px, 9vw, 120px) clamp(24px, 7vw, 115px);
  background: linear-gradient(120deg, #111014, #291507 68%, #5a1706);
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
}
.fee strong {
  display: block;
  color: var(--gold);
  font-size: 100px;
}
.fee p {
  font-size: 18px;
  line-height: 1.7;
  color: #ddd4ca;
}
.notice {
  padding: 27px;
  border-radius: 21px;
  background: #fff4dc;
  border: 1px solid #e9bd6a;
  color: #332408;
}
.notice p {
  line-height: 1.65;
}
.fee .notice {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 180, 40, 0.35);
  color: #fff;
}
.fee .notice p {
  color: #ddd4ca;
}
.disclaimer {
  max-width: none;
  background: #fff5df;
  border-top: 1px solid #e9bd6a;
  border-bottom: 1px solid #e9bd6a;
}
.disclaimer h2 {
  font-size: 38px;
}
.process {
  list-style: none;
  padding: 0;
  counter-reset: p;
}
.process li {
  counter-increment: p;
  position: relative;
  padding: 20px 0 20px 62px;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}
.process li:before {
  content: counter(p);
  position: absolute;
  left: 0;
  top: 11px;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #17171b;
  color: var(--gold);
  display: grid;
  place-items: center;
}
.table {
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
}
.table > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 22px 27px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.table > div:last-child {
  border: 0;
}
.table span {
  text-align: right;
}
.software-card {
  min-height: 315px;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.chips span {
  padding: 14px 17px;
  border-radius: 14px;
  background: #131317;
  color: white;
  font-weight: 800;
}
.chips.regions span {
  background: linear-gradient(135deg, #2e1808, #8f3108);
}
.muted {
  max-width: none;
  background: #ebe7df;
}
.fineprint {
  font-size: 13px !important;
  margin-top: 30px;
}
.policy {
  max-width: 1100px;
}
.policy .notice {
  margin-bottom: 35px;
}
.policy article {
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}
.policy h2 {
  font-size: 28px;
}
form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: clamp(25px, 5vw, 58px);
  box-shadow: 0 18px 60px rgba(20, 14, 8, 0.08);
}
label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 800;
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid #ccc4b8;
  border-radius: 14px;
  background: #fcfbf9;
  padding: 16px;
  font: inherit;
}
input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(255, 179, 31, 0.28);
  border-color: var(--orange);
}
.wide {
  grid-column: 1/-1;
}
.check {
  flex-direction: row;
  align-items: flex-start;
  font-weight: 500;
  color: #555;
}
.check input {
  width: 22px;
  height: 22px;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 25px;
}
.contact-grid > div {
  padding: 22px;
  border-radius: 18px;
  background: #17171b;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-grid a {
  color: var(--gold);
  text-decoration: none;
}
footer {
  background: #09090b;
  color: #fff;
  padding: 62px clamp(24px, 7vw, 115px) 35px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 42px;
}
footer img {
  width: 330px;
  max-width: 100%;
  background: white;
  border-radius: 14px;
  padding: 8px;
}
footer h3 {
  color: var(--gold);
}
footer a,
footer span {
  display: block;
  color: #d6d2cb;
  text-decoration: none;
  margin: 10px 0;
  line-height: 1.5;
}
footer > small {
  grid-column: 1/-1;
  border-top: 1px solid #333;
  padding-top: 23px;
  color: #777;
}
.floating {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  padding: 17px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--gold), var(--orange));
  color: #111;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1180px) {
  .menu-toggle {
    display: block;
  }
  nav {
    display: none;
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    background: #111;
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
  }
  nav.open {
    display: flex;
  }
  nav > a {
    text-align: center;
  }
  .language {
    justify-content: center;
  }
  .language button {
    flex: 1;
  }
  .brand img {
    width: 285px;
  }
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  header {
    min-height: 76px;
    padding: 10px 14px;
  }
  .brand img {
    width: 225px;
    height: 54px;
  }
  nav {
    top: 76px;
  }
  .hero {
    min-height: 680px;
    background-position: 67% center;
  }
  .hero-shade {
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.97),
      rgba(0, 0, 0, 0.72) 64%,
      rgba(0, 0, 0, 0.18)
    );
  }
  .hero-copy {
    padding: 80px 22px 55px;
  }
  .hero h1 {
    font-size: 47px;
  }
  .actions {
    flex-direction: column;
  }
  .btn {
    width: 100%;
  }
  .section {
    padding: 70px 22px;
  }
  .cards,
  .split,
  .stats,
  .fee,
  footer,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .split > img {
    order: -1;
  }
  .stats small {
    position: static;
    background: #17171b;
    padding: 0 32px 23px;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .profile {
    grid-template-columns: 1fr;
    padding: 25px;
  }
  .initials {
    height: 120px;
  }
  .table > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .table span {
    text-align: left;
  }
  form {
    grid-template-columns: 1fr;
  }
  .floating {
    left: 15px;
    right: 15px;
    text-align: center;
  }
  footer {
    padding-bottom: 105px;
  }
}

/* Static bilingual-page and SEO-image support. */
.language-version[hidden] {
  display: none !important;
}
.hero {
  overflow: hidden;
  background: #111;
}
.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
