.odometer {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  font-family: inherit;
  direction: ltr !important;
  text-align: left !important;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
}
.odometer .odometer-digit {
  background: none;
  color: #fff;
}
.odometer .odometer-digit-inner,
.odometer .odometer-ribbon-inner {
  background: none;
  color: #fff;
}
.odometer .odometer-digit-spacer {
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --bg: #000;
  --card-bg: #0a0a0a;
  --primary: #fff;
  --secondary: #ccc;
  --text-primary: rgba(255, 255, 255, 0.92);
  --text-secondary: rgba(255, 255, 255, 0.6);
  --border-card: rgba(255, 255, 255, 0.15);
  --menu-active: #fff;
  --menu-bg: rgba(5, 5, 5, 0.85);
  --success: #00c853;
}
body {
  font-family: "Rajdhani", sans-serif;
  background: #000;
  color: var(--text-primary);
  overflow-x: hidden;
}
body.lang-ru {
  font-family: "Exo 2", sans-serif;
}
body.lang-ru h1,
body.lang-ru h2,
body.lang-ru h3,
body.lang-ru .hero-badge,
body.lang-ru .step-num,
body.lang-ru .stat-number,
body.lang-ru .menu a,
body.lang-ru .how-footnote {
  font-family: "Exo 2", sans-serif;
}
h1,
h2,
h3,
.hero-badge,
.step-num,
.stat-number,
.menu a {
  font-family: "Poppins", "Montserrat", sans-serif;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(5, 5, 5, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  transform: translateY(0);
}
.menu.scrolled {
  background: rgba(5, 5, 5, 0.95);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.menu.hidden {
  transform: translateY(-100%);
}
.menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 70px;
  gap: 30px;
}
.menu-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.menu-logo video {
  height: 55px;
  width: auto;
  display: block;
}
.menu-links {
  display: flex;
  gap: 30px;
  list-style: none;
  align-items: center;
}
.menu-links a {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  transition: opacity 0.3s ease;
  padding: 8px 0;
  display: inline-block;
}
.menu-links:hover a {
  opacity: 0.3;
}
.menu-links a:hover {
  opacity: 1;
}
.menu-links a.active {
  opacity: 1;
  position: relative;
  color: var(--menu-active);
}
.menu-links a.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--menu-active);
  border-radius: 2px;
}

.lang-dropdown {
  position: relative;
}
.lang-dropdown-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.2s;
}
.lang-dropdown-btn span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.lang-dropdown-btn svg {
  width: 20px;
  height: 15px;
  border-radius: 2px;
}
.lang-dropdown-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.lang-dropdown-content {
  position: absolute;
  top: 45px;
  right: 0;
  background: rgba(10, 10, 10, 0.95);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 12px;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  min-width: 260px;
  z-index: 1001;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.lang-dropdown-content.open {
  display: grid;
}
.lang-dropdown-item {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 10px;
  opacity: 0.6;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang-dropdown-item svg {
  width: 34px;
  height: 24px;
  border-radius: 4px;
}
.lang-dropdown-item.active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.15);
}
.lang-dropdown-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}

.tor-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 6px 14px !important;
  transition: all 0.2s;
  color: #fff;
}
.tor-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.footer-tor-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 10px 20px;
  display: inline-block;
  transition: all 0.2s;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.footer-tor-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  transition: transform 0.3s ease;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 1000px) {
  .mobile-header {
    display: flex;
  }
}
.mobile-header.hidden {
  transform: translateY(-100%);
}
.mobile-header video {
  height: 42px;
  width: auto;
}
.mobile-tor-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 6px 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}
.mobile-tor-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.tab-bar {
  display: none;
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: rgba(15, 15, 15, 0.85);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 8px 10px;
  box-shadow:
    0 10px 40px rgba(0, 0, 0, 0.6),
    0 0 30px rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.25s ease;
  will-change: transform;
}
.tab-bar.hidden {
  transform: translateX(-50%) translateY(120%);
  opacity: 0;
  pointer-events: none;
}
.tab-bar-inner {
  display: flex;
  align-items: center;
  gap: 4px;
}
.tab-btn {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  border-radius: 18px;
  transition:
    background 0.25s ease,
    transform 0.15s ease;
  min-width: 58px;
}
.tab-btn:active {
  transform: scale(0.92);
}
.tab-btn .tab-ico {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}
.tab-btn .tab-ico svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tab-btn .tab-label {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.25s ease;
  font-family: "Exo 2", sans-serif;
  white-space: nowrap;
}
.tab-btn.active {
  background: rgba(255, 255, 255, 0.1);
}
.tab-btn.active .tab-ico {
  color: #fff;
  transform: translateY(-1px);
}
.tab-btn.active .tab-label {
  color: #fff;
}
.tab-btn.active::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 8px #fff;
}

.tab-lang-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  transition:
    background 0.25s ease,
    transform 0.15s ease;
  margin-left: 4px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  padding-left: 12px;
}
.tab-lang-btn svg {
  width: 26px;
  height: 20px;
  border-radius: 3px;
  display: block;
}

.tab-lang-popup {
  display: none;
  position: fixed;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  z-index: 1001;
  background: rgba(15, 15, 15, 0.96);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  width: 340px;
}
.tab-lang-popup.open {
  display: grid;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.tab-lang-popup-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 10px;
  opacity: 0.6;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-lang-popup-btn svg {
  width: 34px;
  height: 24px;
  border-radius: 4px;
  display: block;
}
.tab-lang-popup-btn.active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.02);
}

.progress-bar {
  position: fixed;
  top: 70px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #fff;
  z-index: 1001;
  transition: width 0.1s ease;
}

.hero {
  position: relative;
  min-height: 100vh;
  background: #000;
  padding-top: 70px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(2px 2px at 10% 20%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 30% 60%, #fff, transparent);
  background-size: 400px 400px;
  opacity: 0.9;
  pointer-events: none;
}
.star {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 50%;
  pointer-events: none;
  animation: twinkle 2s ease-in-out infinite;
}
@keyframes twinkle {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
    box-shadow: 0 0 4px #fff;
  }
}
.hero-source {
  position: relative;
  z-index: 2;
}
.hero-grid {
  position: relative;
  min-height: calc(100vh - 70px);
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 550px;
  padding-top: 60px;
  padding-left: 0;
}
.hero-video {
  position: relative;
  bottom: auto;
  right: auto;
  z-index: 1;
}
.hero-video video {
  width: 500px;
  max-width: 55vw;
  border-radius: 24px;
}
body:not([dir="rtl"]) .hero-grid {
  flex-direction: row;
}
body[dir="rtl"] .hero-grid {
  flex-direction: row-reverse;
}
body[dir="rtl"] .hero-content {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}
body[dir="rtl"] .hero-badges {
  justify-content: flex-end;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  background: rgba(20, 20, 20, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  min-width: 408px;
}
.hero-badge .meteor-line {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 40px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    #fff
  );
  animation: meteorMove 3s ease-in infinite;
}
@keyframes meteorMove {
  0% {
    left: -40px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    left: 110%;
    opacity: 0;
  }
}
.hero-badge .badge-text {
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.hero-badge .badge-text.hide {
  opacity: 0;
  position: absolute;
}
.hero-badge .badge-text.show {
  opacity: 1;
}
.hero h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.hero h1 .hero-line {
  display: block;
}
.hero h1 .hero-line .hero-letter {
  display: inline-block;
  color: #50505a;
  transition: color 0.08s linear;
}
.hero h1 .hero-line .hero-letter.lit {
  color: #fff;
}
.hero-desc {
  font-size: 18px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 20px 0 28px;
}
.hero-badges {
  display: flex;
  gap: 28px;
  margin: 32px 0 24px;
  flex-wrap: wrap;
}
.hero-badge-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.hero-badge-item img {
  width: 22px;
  height: 22px;
}
.hero-trial {
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
}
.cta-button {
  background: #fff;
  border: none;
  border-radius: 16px;
  padding: 12px 32px;
  cursor: pointer;
  text-align: center;
  min-width: 280px;
  transition:
    transform 0.3s ease,
    background 0.2s ease;
}
.cta-button:hover {
  transform: scale(1.05);
  background: #000;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.15);
}
.cta-main {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.cta-sub {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.cta-button:hover .cta-main {
  color: #fff;
}
.cta-button:active {
  transform: scale(0.98);
}

.hero-buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  margin-top: 10px;
}
body[dir="rtl"] .hero-buttons-wrapper {
  align-items: flex-end;
}
@media (max-width: 1000px) {
  .hero-buttons-wrapper {
    align-items: center;
  }
}

.free-hero-cta-button {
  display: inline-block;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  padding: 12px 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.free-hero-cta-button:hover {
  transform: scale(1.03);
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.free-hero-cta-text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.free-cta-wrapper {
  text-align: center;
  margin-top: 30px;
}
.free-cta-button {
  display: inline-block;
  background: #fff;
  border: none;
  border-radius: 60px;
  padding: 14px 36px;
  cursor: pointer;
  transition: transform 0.3s ease;
  text-decoration: none;
}
.free-cta-button:hover {
  transform: scale(1.03);
  background: #f5f5f5;
}
.free-cta-text {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.fullmix-cta-wrapper {
  text-align: center;
  margin-top: 15px;
}
.fullmix-cta-button {
  display: inline-block;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 60px;
  padding: 12px 28px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.fullmix-cta-button:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
}
.fullmix-cta-text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.btn-secondary {
  padding: 10px 24px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 40px;
  color: var(--text-primary);
  font-size: 13px;
  cursor: pointer;
}
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
section {
  padding: 100px 0;
  scroll-margin-top: 80px;
}
.section-header {
  text-align: center;
  margin-bottom: 50px;
}
.letter-title {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
}
.letter-title span {
  display: inline-block;
  color: #50505a;
  transition: color 0.15s ease-out;
}
.letter-title span.lit {
  color: #fff;
}
.card {
  background: var(--card-bg);
  border: 1px solid #1a1a1a;
  border-radius: 20px;
  padding: 40px 24px;
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 180px;
}
.card::before,
.card::after,
.card i::before,
.card i::after {
  content: "";
  position: absolute;
  background: #fff;
  transition: all 0.5s ease;
  pointer-events: none;
}
.card::before {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.card::after {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.card i::before {
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
}
.card i::after {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}
.card:hover::before {
  width: 100%;
}
.card:hover::after {
  height: 100%;
}
.card:hover i::before {
  width: 100%;
}
.card:hover i::after {
  height: 100%;
}
.card i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.card:hover {
  transform: translateY(-5px);
}
.card-video-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  display: inline-block;
  object-fit: contain;
  border-radius: 8px;
  cursor: pointer;
}
.card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.card p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* Десктоп версия - Grid */
@media (min-width: 1001px) {
  .audience-grid,
  .benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  /* Фикс для Safari десктоп - чинит hover на правых карточках */
  .card {
    isolation: isolate;
  }

  .card i {
    pointer-events: none;
  }

  .card video {
    position: relative;
    z-index: 2;
  }
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.contacts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}
.scroll-dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.scroll-dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
  cursor: pointer;
}
.scroll-dots .dot.active {
  background: #fff;
  width: 22px;
  border-radius: 6px;
}
.howitworks-section {
  padding: 60px 0 80px;
}
.howitworks-video {
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  max-width: 85%;
  margin: 0 auto;
}
.howitworks-video video {
  width: 100%;
  display: block;
}
.slogan {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0 15px;
}
.steps-simple {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}
.step-simple {
  flex: 1;
  text-align: center;
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  border-radius: 16px;
  padding: 20px 15px;
  transition: transform 0.2s ease;
  position: relative;
  overflow: hidden;
}
.step-simple::before,
.step-simple::after,
.step-simple i::before,
.step-simple i::after {
  content: "";
  position: absolute;
  background: #fff;
  transition: all 0.5s ease;
  pointer-events: none;
}
.step-simple::before {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.step-simple::after {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.step-simple i::before {
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
}
.step-simple i::after {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}
.step-simple i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.step-simple:hover::before {
  width: 100%;
}
.step-simple:hover::after {
  height: 100%;
}
.step-simple:hover i::before {
  width: 100%;
}
.step-simple:hover i::after {
  height: 100%;
}
.step-simple:hover {
  transform: translateY(-3px);
  border-color: #fff;
}
.step-num {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.step-simple h3 {
  font-size: 16px;
  margin-bottom: 6px;
}
.how-footnote {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  max-width: 900px;
  margin: 40px auto 0;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  border-radius: 16px;
  margin-bottom: 16px;
}
.faq-question {
  padding: 20px 24px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.faq-icon {
  font-size: 22px;
  transition: 0.3s;
}
.faq-item.active .faq-icon {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  color: var(--text-secondary);
  font-size: 14px;
}
.faq-item.active .faq-answer {
  padding: 0 24px 24px;
  max-height: 500px;
}
.contact-card {
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
}
.contact-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  object-fit: contain;
}
.contact-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.contact-card p {
  font-size: 14px;
  color: var(--text-secondary);
  word-break: break-all;
}
.contact-card a {
  color: var(--text-secondary);
  text-decoration: none;
}
.contact-card a:hover {
  color: #fff;
}
.pgp-box {
  background: rgba(0, 0, 0, 0.6);
  padding: 16px;
  border-radius: 12px;
  font-size: 12px;
  border: 1px solid var(--border-card);
  margin: 16px 0;
  word-break: break-all;
}
.stat-item {
  text-align: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
}
.stat-number {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 4px;
}
footer {
  background: #0a0a0a;
  border-top: 1px solid var(--border-card);
  padding: 60px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  margin-bottom: 40px;
}
.footer-tor-wrapper {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-source .hero-badge,
.hero-source h1,
.hero-source .hero-desc,
.hero-source .hero-badges,
.hero-source .hero-trial,
.hero-source .hero-video,
.hero-source .cta-button,
.hero-source .free-hero-cta-button {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}
.hero.animate .hero-source .hero-badge {
  transition-delay: 0.05s;
}
.hero.animate .hero-source h1 {
  transition-delay: 0.1s;
}
.hero.animate .hero-source .hero-desc {
  transition-delay: 0.15s;
}
.hero.animate .hero-source .cta-button {
  transition-delay: 0.2s;
}
.hero.animate .hero-source .free-hero-cta-button {
  transition-delay: 0.25s;
}
.hero.animate .hero-source .hero-badges {
  transition-delay: 0.3s;
}
.hero.animate .hero-source .hero-trial {
  transition-delay: 0.35s;
}
.hero.animate .hero-source .hero-video {
  transition-delay: 0.15s;
}
.hero.animate .hero-source .hero-badge,
.hero.animate .hero-source h1,
.hero.animate .hero-source .hero-desc,
.hero.animate .hero-source .cta-button,
.hero.animate .hero-source .free-hero-cta-button,
.hero.animate .hero-source .hero-badges,
.hero.animate .hero-source .hero-trial,
.hero.animate .hero-source .hero-video {
  opacity: 1;
  transform: translateY(0);
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}
.reveal.show {
  opacity: 1;
  transform: translateY(0);
}
.toast-notification {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 60px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10000;
  opacity: 0;
  transition:
    transform 0.3s,
    opacity 0.3s;
}
.toast-notification.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.fab-wrapper {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1100;
}
.fab-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.fab-main {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.fab-main img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.fab-options {
  position: absolute;
  bottom: 70px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.25s ease;
  pointer-events: none;
}
.fab-container.open .fab-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.fab-option {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #0a0a0a;
  border-radius: 50px;
  padding: 8px 18px;
  text-decoration: none;
  min-width: 150px;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.fab-option:hover {
  background: #141414;
  border-color: rgba(255, 255, 255, 0.5);
}
.fab-option img {
  width: 24px;
  height: 24px;
}
.fab-option span {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

.fab-mobile-cta {
  position: fixed;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  display: none;
  background: #1a1a1a;
  border-radius: 60px;
  padding: 10px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  white-space: nowrap;
}
.fab-mobile-cta span {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 1000px) {
  .menu {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .tab-bar {
    display: block;
  }
  .progress-bar {
    top: 60px;
  }
  body {
    padding-bottom: 90px;
  }
  .hero {
    padding-top: 60px;
  }
  .hero-grid {
    flex-direction: column !important;
  }
  .hero-content {
    text-align: center;
    max-width: 100%;
    padding-top: 20px;
  }
  .hero-video {
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  .hero-video video {
    width: 80%;
    max-width: 280px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero-buttons-wrapper {
    align-items: center !important;
  }
  .audience-grid,
  .benefits-grid {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 14px !important;
    padding: 8px 24px 20px !important;
    margin: 0 -24px !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .audience-grid::-webkit-scrollbar,
  .benefits-grid::-webkit-scrollbar {
    display: none !important;
  }
  .audience-grid .card,
  .benefits-grid .card {
    min-width: 78% !important;
    max-width: 78% !important;
    scroll-snap-align: center !important;
    flex-shrink: 0 !important;
    padding: 32px 22px !important;
  }
  .trust-grid {
    grid-template-columns: 1fr;
  }
  .steps-simple {
    flex-direction: column;
  }
  .contacts-grid {
    grid-template-columns: 1fr;
  }
  .hero-badges {
    justify-content: center;
  }
  .hero-badge {
    min-width: auto;
    max-width: 92%;
    padding: 10px 20px;
    font-size: 11px;
    white-space: normal;
  }
  .fab-mobile-cta {
    display: block;
    top: 75px;
  }
  .fab-wrapper {
    bottom: 90px;
    right: 16px;
  }
  .fab-main {
    width: 50px;
    height: 50px;
  }
  .fab-main img {
    width: 40px;
    height: 40px;
  }
  .scroll-dots {
    display: flex;
  }
  .steps-simple {
    position: relative;
    padding-left: 48px;
  }
  .steps-simple::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1),
      #fff,
      rgba(255, 255, 255, 0.1)
    );
  }
  .step-simple {
    text-align: left;
    padding: 18px 18px 18px 22px;
  }
  .step-simple .step-num {
    position: absolute;
    left: -44px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(15, 15, 15, 0.95);
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin: 0;
  }
  .toast-notification {
    bottom: auto;
    top: 80px;
  }
  .fullmix-cta-wrapper {
    display: none;
  }
}
@media (max-width: 700px) {
  .hero h1 {
    font-size: 32px;
  }
  .letter-title {
    font-size: 24px;
  }
  .hero-badge {
    font-size: 9.5px;
  }
  .tab-btn {
    min-width: 52px;
  }
  .tab-btn .tab-label {
    font-size: 9px;
  }
  .audience-grid .card,
  .benefits-grid .card {
    min-width: 84% !important;
    max-width: 84% !important;
  }
}
@media (min-width: 1001px) {
  .fullmix-cta-wrapper {
    display: block;
  }
}

/* Увеличиваем высоту для вопроса "Как это работает" */
#faqHowItWorks.active .faq-answer {
  max-height: 3000px !important;
}

/* Исправление для русского языка */
body.lang-ru .scheme__row {
  justify-content: center !important;
  gap: 20px !important;
}

body.lang-ru .scheme__investors {
  justify-content: center !important;
  gap: 40px !important;
}

/* Фиксированная ширина для всех блоков на русском */
body.lang-ru .scheme__card {
  min-width: 260px;
  width: 260px;
  flex-shrink: 0;
}

body.lang-ru .scheme__card--wide {
  min-width: 320px;
  width: 320px;
  flex-shrink: 0;
}

body.lang-ru .scheme__card--small {
  min-width: 180px;
  width: 180px;
  flex-shrink: 0;
}

/* На телефоне всё равно всё в колонку */
@media (max-width: 700px) {
  body.lang-ru .scheme__row {
    flex-direction: column !important;
    align-items: center !important;
  }
  body.lang-ru .scheme__investors {
    flex-direction: column !important;
    align-items: center !important;
  }
  body.lang-ru .scheme__card,
  body.lang-ru .scheme__card--wide,
  body.lang-ru .scheme__card--small {
    width: 100% !important;
    min-width: auto !important;
  }
}
/* Мобильная версия для русского языка */
@media (max-width: 700px) {
  body.lang-ru .scheme__row,
  body.lang-ru .scheme__investors {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
  }

  body.lang-ru .scheme__card,
  body.lang-ru .scheme__card--wide,
  body.lang-ru .scheme__card--small {
    width: 100% !important;
    min-width: auto !important;
    flex-shrink: 1 !important;
  }

  /* Возвращаем нормальную прокрутку страницы */
  body {
    overflow-x: hidden !important;
  }

  .container {
    overflow-x: hidden !important;
  }
}
.fab-mobile-cta {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  display: none;
  pointer-events: none;
}

.fab-mobile-cta span {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.fab-mobile-cta span img {
  width: 20px;
  height: 20px;
  display: inline-block;
}

/* Чтобы кнопка не была огромной на телефонах */
@media (max-width: 1000px) {
  .fab-mobile-cta {
    padding: 8px 16px;
    top: 70px;
  }

  .fab-mobile-cta span {
    font-size: 12px;
  }

  .fab-mobile-cta span img {
    width: 16px;
    height: 16px;
  }
}
/* ========== SAFARI FIXES ========== */

/* Фикс для backdrop-filter в Safari */
.menu,
.lang-dropdown-content,
.tab-bar,
.tab-lang-popup {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* Принудительная стабилизация анимаций */
.card-video-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Гарантия появления анимаций в Safari */
.reveal {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition:
    opacity 0.4s ease,
    -webkit-transform 0.4s ease;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.reveal.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Hero анимации для Safari */
.hero.animate .hero-source .hero-badge,
.hero.animate .hero-source h1,
.hero.animate .hero-source .hero-desc,
.hero.animate .hero-source .cta-button,
.hero.animate .hero-source .free-hero-cta-button,
.hero.animate .hero-source .hero-badges,
.hero.animate .hero-source .hero-trial,
.hero.animate .hero-source .hero-video {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Буквенные анимации */
.hero-letter,
.letter-title span {
  -webkit-transition: color 0.08s linear;
  transition: color 0.08s linear;
}

/* Hover эффекты для карточек */
.card {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
/* Фикс для Safari десктоп - чинит hover на правых карточках */
.card {
  isolation: isolate;
}

.card i {
  pointer-events: none;
}

.card video {
  position: relative;
  z-index: 2;
}
/* ===== SAFARI ФИКСЫ (правильная версия) ===== */

/* Карточки - только isolation, без transform */
.audience-grid,
.benefits-grid {
  isolation: isolate;
}

.card {
  isolation: isolate;
  position: relative;
  z-index: 1;
}

/* Меню - без transform, иначе ломается hover */
.menu {
  will-change: transform;
}
/* ФИКС ДЛЯ SAFARI: заставляем псевдоэлементы правильно работать в Grid */
@media (min-width: 1001px) {
  .audience-grid,
  .benefits-grid {
    /* Создаем новый контекст наложения для всей сетки */
    isolation: isolate;
  }

  .card {
    /* Принудительно создаем новый контекст наложения для каждой карточки */
    isolation: isolate;
    /* Заставляем Safari пересчитать позиции */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /* Важно для псевдоэлементов */
    position: relative;
    z-index: 1;
  }

  .card::before,
  .card::after,
  .card i::before,
  .card i::after {
    /* Увеличиваем специфичность */
    position: absolute !important;
    content: "" !important;
    background: #fff !important;
    transition: all 0.5s ease !important;
    pointer-events: none !important;
    z-index: 10 !important;
  }

  /* Принудительно показываем анимацию при наведении */
  .card:hover::before {
    width: 100% !important;
  }

  .card:hover::after {
    height: 100% !important;
  }

  .card:hover i::before {
    width: 100% !important;
  }

  .card:hover i::after {
    height: 100% !important;
  }
}
.tab-bar {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.tab-bar.hidden {
  transform: translateX(-50%) translateY(120%);
  -webkit-transform: translateX(-50%) translateY(120%);
}
.toast-notification img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
img[src$=".svg"] {
  max-width: 100%;
}

.fab-mobile-cta img,
.toast-notification img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.scheme {
  background: #0a0a0a;
  border: 1px solid #2a2a2a;
  border-radius: 16px;
  padding: 25px 20px;
  margin: 40px 0;
}
.scheme__title {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  color: #ccc;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #2a2a2a;
}
.scheme__row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  margin: 15px 0;
}
.scheme__card {
  background: #111;
  border: 1px solid #333;
  border-radius: 12px;
  padding: 14px 18px;
  text-align: center;
  min-width: 220px;
  transition: all 0.2s;
}
.scheme__card:hover {
  border-color: #666;
  background: #151515;
}
.scheme__card--wide {
  min-width: 280px;
}
.scheme__card--small {
  min-width: 160px;
}
.scheme__icon {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scheme__icon svg {
  stroke: #888;
  transition: stroke 0.2s;
}
.scheme__card:hover .scheme__icon svg {
  stroke: #fff;
}
.scheme__title-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #fff;
  margin-bottom: 5px;
}
.scheme__desc {
  font-size: 12px;
  color: #888;
  line-height: 1.4;
}
.scheme__badge {
  display: inline-block;
  margin-top: 6px;
  padding: 2px 8px;
  background: #1a1a1a;
  border-radius: 4px;
  font-size: 8px;
  color: #aaa;
}
.scheme__guarantee {
  margin-top: 12px;
  padding: 10px;
  background: #1a1a1a;
  border-radius: 8px;
  border-left: 3px solid #fff;
  text-align: left;
}
.scheme__guarantee-inner {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.scheme__guarantee-inner svg {
  stroke: #aaa;
  width: 16px;
  height: 16px;
}
.scheme__guarantee-title {
  font-size: 9px;
  font-weight: 700;
  color: #fff;
}
.scheme__guarantee-badge {
  display: inline-block;
  padding: 2px 6px;
  background: #2a2a2a;
  border-radius: 3px;
  font-size: 7px;
  color: #fff;
}
.scheme__guarantee-text {
  font-size: 12px;
  color: #ccc;
  line-height: 1.4;
}
.scheme__arrow-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px 0;
}
.scheme__arrow-line {
  width: 2px;
  height: 30px;
  background: #666;
  position: relative;
}
.scheme__arrow-line::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -4px;
  width: 0;
  height: 0;
  border-top: 6px solid #666;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.scheme__arrow-label {
  font-size: 10px;
  color: #666;
  letter-spacing: 1px;
  margin-top: 6px;
}
.scheme__arrow-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scheme__arrow-right-line {
  width: 45px;
  height: 2px;
  background: #666;
  position: relative;
}
.scheme__arrow-right-line::after {
  content: "";
  position: absolute;
  right: -6px;
  top: -4px;
  width: 0;
  height: 0;
  border-left: 6px solid #666;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.scheme__arrow-right-label {
  font-size: 10px;
  color: #666;
  letter-spacing: 1px;
  margin-top: 6px;
}
.scheme__double-arrow {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin: 5px 0;
}
.scheme__isolator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 25px 0;
  flex-wrap: wrap;
}
.scheme__isolator-line {
  flex: 1;
  height: 1px;
  background: #444;
  min-width: 100px;
}
.scheme__isolator-label {
  padding: 6px 20px;
  background: #111;
  border: 1px solid #333;
  border-radius: 30px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #aa5555;
  white-space: nowrap;
}
.scheme__investors {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 15px 0;
  flex-wrap: wrap;
}
.scheme__results {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  .scheme {
    padding: 15px 12px;
  }
  .scheme__row {
    flex-direction: column;
  }
  .scheme__arrow-right {
    transform: rotate(90deg);
    margin: 8px 0;
  }
  .scheme__double-arrow {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .scheme__investors {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .scheme__results {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .scheme__isolator {
    flex-direction: column;
  }
  .scheme__isolator-label {
    white-space: normal;
    text-align: center;
    font-size: 10px;
  }
  .scheme__card,
  .scheme__card--wide,
  .scheme__card--small {
    width: 100%;
    min-width: auto;
  }
}

.comet-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.comet {
  position: absolute;
  width: 120px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(200, 200, 200, 0) 10%,
    rgba(200, 200, 200, 0.3) 40%,
    rgba(230, 230, 230, 0.8) 85%,
    #fff 100%
  );
  border-radius: 50%;
  transform-origin: right center;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.4));
  animation: fall 5s linear infinite;
  pointer-events: none;
}
.comet::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: radial-gradient(
    circle,
    #fff 0%,
    #ddd 40%,
    rgba(200, 200, 200, 0.6) 70%,
    transparent 100%
  );
  border-radius: 50%;
  box-shadow:
    0 0 12px #fff,
    0 0 20px rgba(255, 255, 255, 0.4);
}
@keyframes fall {
  0% {
    transform: translate(0, 0) rotate(135deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translate(-150vw, 150vh) rotate(135deg);
    opacity: 0;
  }
}
.comet:nth-child(1) {
  left: 110%;
  top: -10%;
  animation-delay: 0s;
  animation-duration: 5s;
  transform: scale(1) rotate(135deg);
}
.comet:nth-child(2) {
  left: 95%;
  top: 20%;
  animation-delay: -1.2s;
  animation-duration: 6s;
  transform: scale(0.7) rotate(135deg);
}
.comet:nth-child(3) {
  left: 130%;
  top: -20%;
  animation-delay: -2.4s;
  animation-duration: 4.5s;
  transform: scale(1.2) rotate(135deg);
}
.comet:nth-child(4) {
  left: 80%;
  top: -15%;
  animation-delay: -3.5s;
  animation-duration: 5.5s;
  transform: scale(0.8) rotate(135deg);
}
.comet:nth-child(5) {
  left: 115%;
  top: 40%;
  animation-delay: -0.8s;
  animation-duration: 7s;
  transform: scale(0.6) rotate(135deg);
}
.comet:nth-child(6) {
  left: 70%;
  top: -25%;
  animation-delay: -4.2s;
  animation-duration: 5s;
  transform: scale(1.1) rotate(135deg);
}
.comet:nth-child(7) {
  left: 100%;
  top: 60%;
  animation-delay: -2.8s;
  animation-duration: 6.5s;
  transform: scale(0.9) rotate(135deg);
}
.comet:nth-child(8) {
  left: 125%;
  top: 10%;
  animation-delay: -5s;
  animation-duration: 5.8s;
  transform: scale(0.75) rotate(135deg);
}
.comet:nth-child(9) {
  left: 60%;
  top: -30%;
  animation-delay: -1.8s;
  animation-duration: 6.2s;
  transform: scale(0.85) rotate(135deg);
}
.comet:nth-child(10) {
  left: 140%;
  top: 30%;
  animation-delay: -3.8s;
  animation-duration: 4.8s;
  transform: scale(1) rotate(135deg);
}
.hero-cube {
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  line-height: 1;
}
.scene {
  width: 100%;
  max-width: 100%;
  height: 70px;
  perspective: 1000px;
}
.cube {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: roll-cube 9s ease-in-out forwards;
}
.face {
  position: absolute;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 32px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.5px;
  white-space: nowrap;
  backface-visibility: hidden;
  text-align: left;
  padding-left: 0;
}
.face-1 {
  transform: rotateX(0deg) translateZ(35px);
}
.face-2 {
  transform: rotateX(90deg) translateZ(35px);
}
.face-3 {
  transform: rotateX(180deg) translateZ(35px);
}
.face-4 {
  transform: rotateX(270deg) translateZ(35px);
}

@keyframes roll-cube {
  0%,
  20% {
    transform: rotateX(0deg);
  }
  25%,
  45% {
    transform: rotateX(-90deg);
  }
  50%,
  70% {
    transform: rotateX(-180deg);
  }
  75%,
  95% {
    transform: rotateX(-270deg);
  }
  100% {
    transform: rotateX(-360deg);
  }
}

.face-4 {
  animation: dissolve-last 1.5s ease-in 7.5s forwards;
}
@keyframes dissolve-last {
  0% {
    opacity: 1;
    filter: blur(0);
    letter-spacing: -0.5px;
  }
  100% {
    opacity: 0;
    filter: blur(40px);
    letter-spacing: 30px;
  }
}

.subtitle {
  color: var(--text-secondary);
  font-size: 14px;
  margin-bottom: 32px;
  margin-top: 6px;
  line-height: 1.4;
  text-align: left;
  padding-left: 0;
}

.transaction-card {
  position: relative;
  margin-top: 100px;
  margin-bottom: 80px;
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  border-radius: 28px;
  padding: 40px 50px;
  transition: transform 0.3s ease;
  overflow: hidden;
  z-index: 2;
}
.transaction-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  animation: scan 8s linear infinite;
}

.premium-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--text-secondary);
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.premium-badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  width: 40px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    #fff
  );
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
  animation: badgeMeteor 4s ease-in infinite;
}
@keyframes badgeMeteor {
  0% {
    left: -40px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    left: 110%;
    opacity: 0;
  }
}

.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 35px;
}

.one-columns {
  margin-bottom: 35px;
}

.send-box,
.receive-box {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  padding: 24px;
  border: 1px solid var(--border-card);
  transition: all 0.3s ease;
}
.send-box:hover,
.receive-box:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.box-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.box-title img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.qr-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}
#qrcode {
  background: white;
  padding: 10px;
  border-radius: 16px;
  margin-bottom: 12px;
}
#qrcode canvas,
#qrcode img {
  width: 140px !important;
  height: 140px !important;
}

.address-display {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid var(--border-card);
  border-radius: 12px;
  padding: 10px 14px;
  font-family: monospace;
  font-size: 12px;
  word-break: break-all;
  text-align: center;
  margin-bottom: 10px;
}

.copy-btn {
  width: 100%;
  background: transparent;
  border: 1px solid var(--border-card);
  border-radius: 30px;
  padding: 9px;
  color: white;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.2s;
}
.copy-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
}
.copy-btn.copied {
  background: var(--success);
  border-color: var(--success);
  color: black;
}

.input-field {
  margin-bottom: 15px;
}
.input-field label {
  display: block;
  font-size: 11px;
  color: var(--text-secondary);
  margin-bottom: 6px;
  letter-spacing: 1px;
}
.input-field input {
  width: 100%;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid var(--border-card);
  border-radius: 12px;
  color: white;
  font-size: 12px;
  font-family: monospace;
  transition: all 0.2s;
}
.input-field input:focus {
  outline: none;
  border-color: white;
}

.form-valitation-error {
  width: 100%;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid var(--border-card);
  border-radius: 12px;
  color: red;
  font-size: 12px;
  font-family: monospace;
  transition: all 0.2s;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.info-card {
  text-align: center;
  padding: 14px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  border: 1px solid var(--border-card);
}
.info-label {
  font-size: 10px;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 6px;
}
.info-value {
  font-size: 18px;
  font-weight: 700;
  color: white;
}

.btn-primary {
  width: 100%;
  background: #ffffff;
  border: none;
  border-radius: 16px;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  transition:
    transform 0.3s ease,
    background 0.2s;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-primary img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.btn-primary:hover {
  transform: translateY(-2px);
  background: #000000;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.15);
  color: white;
}

.btn-secondary {
  width: 100%;
  background: transparent;
  border: 1px solid var(--border-card);
  border-radius: 16px;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: white;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-secondary img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: white;
  transform: translateY(-2px);
}

.note {
  font-size: 10px;
  color: var(--text-secondary);
  text-align: center;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--border-card);
}

@media (max-width: 900px) {
  .scene {
    height: 60px;
  }
  .face {
    height: 60px;
    font-size: 26px;
  }
  .face-1 {
    transform: rotateX(0deg) translateZ(30px);
  }
  .face-2 {
    transform: rotateX(90deg) translateZ(30px);
  }
  .face-3 {
    transform: rotateX(180deg) translateZ(30px);
  }
  .face-4 {
    transform: rotateX(270deg) translateZ(30px);
  }
}

@media (max-width: 768px) {
  .transaction-card {
    padding: 24px 20px;
    margin-top: 85px;
  }
  .menu-links {
    display: none;
  }
  .lang-dropdown {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .menu-container {
    padding: 0 16px;
  }
  .container {
    padding: 0 16px;
  }
  .scene {
    height: 50px;
    max-width: 100%;
  }
  .face {
    height: 50px;
    font-size: 18px;
    letter-spacing: -0.2px;
    white-space: normal;
    word-break: keep-all;
  }
  .face-1 {
    transform: rotateX(0deg) translateZ(25px);
  }
  .face-2 {
    transform: rotateX(90deg) translateZ(25px);
  }
  .face-3 {
    transform: rotateX(180deg) translateZ(25px);
  }
  .face-4 {
    transform: rotateX(270deg) translateZ(25px);
  }
  .premium-badge {
    margin-bottom: 12px;
    font-size: 8px;
    letter-spacing: 2px;
    padding: 4px 12px;
  }
  .subtitle {
    font-size: 11px;
    margin-bottom: 24px;
    margin-top: 4px;
  }
  .two-columns {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 25px;
  }
  .info-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 25px;
  }
  .send-box,
  .receive-box {
    padding: 18px;
  }
  .box-title {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .qr-wrapper {
    margin-bottom: 12px;
  }
  #qrcode canvas,
  #qrcode img {
    width: 110px !important;
    height: 110px !important;
  }
  .address-display {
    font-size: 10px;
    padding: 8px 10px;
  }
  .copy-btn {
    font-size: 11px;
    padding: 7px;
  }
  .info-value {
    font-size: 15px;
  }
  .btn-primary,
  .btn-secondary {
    padding: 10px 16px;
    font-size: 13px;
  }
  .btn-primary img,
  .btn-secondary img {
    width: 18px;
    height: 18px;
  }
  .faq-question {
    padding: 14px 18px;
    font-size: 14px;
  }
  .faq-answer {
    font-size: 12px;
  }
  .faq-item.active .faq-answer {
    padding: 0 18px 16px;
  }
  .faq-section .section-header h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .faq-section {
    margin-top: 30px;
  }
  .note {
    font-size: 8px;
    margin-top: 16px;
    padding-top: 12px;
  }
}

@media (max-width: 480px) {
  .transaction-card {
    padding: 20px 14px;
    margin-top: 75px;
  }
  .scene {
    height: 45px;
  }
  .face {
    height: 45px;
    font-size: 14px;
  }
  .face-1 {
    transform: rotateX(0deg) translateZ(22px);
  }
  .face-2 {
    transform: rotateX(90deg) translateZ(22px);
  }
  .face-3 {
    transform: rotateX(180deg) translateZ(22px);
  }
  .face-4 {
    transform: rotateX(270deg) translateZ(22px);
  }
  .subtitle {
    font-size: 10px;
    margin-bottom: 20px;
    margin-top: 3px;
  }
  .box-title {
    font-size: 13px;
  }
  .box-title img {
    width: 18px;
    height: 18px;
  }
  .input-field input {
    padding: 8px 10px;
    font-size: 10px;
  }
  .input-field label {
    font-size: 10px;
  }
  .info-card {
    padding: 10px;
  }
  .info-label {
    font-size: 9px;
  }
  .info-value {
    font-size: 13px;
  }
  .btn-primary,
  .btn-secondary {
    padding: 9px 14px;
    font-size: 12px;
  }
  .faq-question {
    padding: 12px 14px;
    font-size: 12px;
  }
  .faq-answer {
    font-size: 11px;
  }
  .faq-section .section-header h2 {
    font-size: 20px;
  }
  .note {
    font-size: 7px;
  }
}

.h1-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1px;
}

.utp-text {
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 32px;
  line-height: 1.5;
}

.info-text {
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 24px;
  line-height: 1.5;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 900px) {
  .h1-title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .h1-title {
    font-size: 22px;
  }
  .utp-text {
    font-size: 12px;
  }
  .info-text {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .h1-title {
    font-size: 18px;
  }
  .utp-text {
    font-size: 10px;
  }
  .info-text {
    font-size: 10px;
  }
  .box-title {
    font-size: 13px;
  }
}

.btn-full-mix {
  width: 100%;
  background: #000000;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-family: "Exo 2", sans-serif;
}
.btn-full-mix:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}
