* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #080808;
  background-color: #ffffff;
}

body.about-page {
  background-color: #0a0a14;
  color: #ffffff;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  background-color: #121212;
  border-bottom: 1px solid #333333;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  gap: 20px;
  flex-wrap: wrap;
}

.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: -0.5px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.logo a img {
  filter: brightness(0) invert(1);
  margin-right: 10px;
  height: 24px;
  vertical-align: middle;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  justify-content: center;
}

.nav-link {
  color: #b3b3b3;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
  padding: 10px 14px;
  border-radius: 6px;
}

.nav-link:hover {
  color: #ffffff;
  background-color: #068f66;
}

.btn-primary {
  background-color: #068f66;
  color: #ffffff;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 4px 12px #068f66;
}

.btn-primary:hover {
  background-color: #068f66;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #068f66;
}

.btn-secondary {
  background-color: #343a4000;
  color: #ffffff;
  padding: 10px 24px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  border: #068f66;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0px 6px 20px #068f66;
}

.btn-secondary:hover {
  background-color: #068f66;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.language-selector {
  position: relative;
  display: inline-block;
}

.lang-btn {
  background-color: transparent;
  color: #b3b3b3;
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.3s ease;
}

.lang-btn:hover {
  color: #ffffff;
}

.lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #333;
  min-width: 120px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 1001;
  border-radius: 6px;
  overflow: hidden;
}

.lang-dropdown.show {
  display: block;
}

.lang-option {
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.lang-option:hover {
  background-color: #555;
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.mobile-menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.page-hero.about-page-hero {
  padding: 80px 0 60px;
  background: linear-gradient(125deg, #068f66 10%, #050507 90%);
  position: relative;
  overflow: hidden;
}

.hero-content.about-page-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  text-align: center;
}

.hero-text {
  flex: 1;
  max-width: 800px;
}

.hero-title.about-page-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.hero-subtitle.about-page-subtitle {
  font-size: 16px;
  color: #b3b3b3;
  margin-bottom: 25px;
  line-height: 1.6;
}

.crypto-aml-section {
  padding: 25px 0;
  background: linear-gradient(125deg, #068f66 10%, #050507 90%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.crypto-aml-marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.crypto-aml-marquee {
  display: flex;
  width: max-content;
}

.crypto-aml-marquee-content {
  display: flex;
  animation: cryptoAmlMarquee 70s linear infinite;
  padding: 10px 0;
  gap: 20px;
}

.crypto-aml-item {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 8px 16px;
  margin: 0 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(6, 143, 102, 0.3);
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.crypto-aml-item:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(6, 143, 102, 0.4);
}

.crypto-aml-icon {
  width: 32px;
  height: 32px;
  background: #068f66;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 14px;
  flex-shrink: 0;
  box-shadow: 0 3px 8px rgba(6, 143, 102, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.crypto-aml-item span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

@keyframes cryptoAmlMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.info-section {
  padding: 60px 0;
  background-color: #080808;
}

.info-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.info-text {
  font-size: 16px;
  line-height: 1.7;
  color: #ffffff;
}

.info-blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-block {
  background: #068f66;
  border-radius: 16px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.info-block-full-radius {
  border-radius: 16px;
  background: #068f66;
}

.info-block h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
  text-align: left;
}

.info-block-full-radius h3 {
  text-align: center;
}

.info-block p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
  position: relative;
  z-index: 1;
  text-align: left;
}

.services-hero {
  padding: 80px 0 60px;
  background: linear-gradient(125deg, #068f66 10%, #050507 90%);
  text-align: center;
}

.services-hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.services-hero-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.services-hero-subtitle {
  font-size: 16px;
  color: #b3b3b3;
  line-height: 1.6;
}

.services-section {
  padding: 60px 0;
  background-color: #080808;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 50px;
}

.service-card {
  background: #068f66;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.service-icon {
  margin-bottom: 25px;
  color: #010705;
  z-index: 2;
  position: relative;
}

.service-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.3;
  z-index: 2;
  position: relative;
}

.service-card p {
  font-size: 14px;
  color: #e0e0e0;
  line-height: 1.6;
  z-index: 2;
  position: relative;
}

.services-cta {
  text-align: center;
  margin-top: 30px;
}

.products-section {
  padding: 80px 0;
  background: linear-gradient(125deg, #068f66 10%, #050507 90%);
}

.products-header {
  text-align: center;
  margin-bottom: 60px;
}

.products-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.products-subtitle {
  font-size: 16px;
  color: #b3b3b3;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 60px;
}

.product-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 40px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  text-align: center;
}

.product-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.product-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.3;
}

.product-card p {
  font-size: 14px;
  color: #b3b3b3;
  line-height: 1.6;
}

.products-cta {
  text-align: center;
}

.advantages-hero {
  padding: 80px 0 60px;
  background: linear-gradient(125deg, #068f66 10%, #050507 90%);
  text-align: center;
}

.advantages-hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.advantages-hero-subtitle {
  font-size: 16px;
  color: #068f66;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.advantages-hero-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.advantages-hero-description {
  font-size: 16px;
  color: #b3b3b3;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.quote-section {
  padding: 50px 0;
  background: #080808;
}

.quote-card {
  background: #068f66ee;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.quote-text {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 16px;
  font-style: italic;
}

.quote-author {
  font-size: 14px;
  color: #cccccc;
  font-weight: 500;
}

.advantages-section {
  padding: 80px 0;
  background: linear-gradient(to bottom, #068f66 10%, #050507 90%);
}

.advantages-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.advantage-card {
  background: rgba(10, 10, 10, 0.05);
  border-radius: 16px;
  padding: 40px 30px;
  border: 1px solid rgba(12, 12, 12, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.advantage-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.advantage-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}

.advantage-card p {
  font-size: 14px;
  color: #cccccc;
  line-height: 1.6;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.advantage-link {
  color: #0bc48c;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}

.advantage-link:hover {
  color: #09d195;
}

.partners-section {
  padding: 80px 0;
  background: #080808;
}

.partners-header {
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.partners-title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.partners-description {
  font-size: 16px;
  color: #b3b3b3;
  line-height: 1.6;
}

.partners-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: center;
}

.partner-logo {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 25px 15px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.partner-logo:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #068f66;
}

.stats-section {
  padding: 80px 0;
  background: linear-gradient(125deg, #068f66 10%, #050507 90%);
}

.stats-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.stats-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.stats-header p {
  font-size: 16px;
  color: #b3b3b3;
  line-height: 1.6;
  margin-bottom: 50px;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.stat-item-large {
  text-align: center;
}

.stat-number-large {
  font-size: 56px;
  font-weight: 700;
  color: #068f66;
  line-height: 1;
  margin-bottom: 12px;
}

.stat-label-large {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

.licenses-hero {
  padding: 80px 0 60px;
  background: linear-gradient(125deg, #068f66 10%, #050507 90%);
  text-align: center;
}

.licenses-hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.licenses-hero-subtitle {
  font-size: 16px;
  color: #068f66;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.licenses-hero-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.licenses-section {
  padding: 80px 0;
  background: #080808;
}

.licenses-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 60px;
}

.license-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 40px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.license-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.license-image {
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.license-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}

.license-card:hover .license-img {
  transform: scale(1.05);
}

.license-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}

.license-description {
  font-size: 14px;
  color: #b3b3b3;
  line-height: 1.6;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.license-link {
  color: #068f66;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #068f66;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.license-link:hover {
  color: #ffffff;
  background-color: #068f66;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #09110f;
}

.licenses-info {
  background: #068f66;
  border-radius: 16px;
  padding: 50px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.licenses-info-content {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.licenses-info-title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
}

.licenses-info-description {
  font-size: 16px;
  color: #e0e0e0;
  line-height: 1.6;
  margin-bottom: 25px;
}

.faq-hero {
  padding: 80px 0 60px;
  background: linear-gradient(125deg, #068f66 10%, #050507 90%);
  text-align: center;
}

.faq-hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.faq-hero-subtitle {
  font-size: 16px;
  color: #068f66;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.faq-hero-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.faq-hero-description {
  font-size: 16px;
  color: #b3b3b3;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.faq-section {
  padding: 80px 0;
  background: #080808;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.faq-question {
  width: 100%;
  padding: 24px;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: rgba(255, 255, 255, 0.05);
}

.faq-text {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
}

.faq-icon {
  font-size: 20px;
  font-weight: 400;
  color: #08d497;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: rgba(180, 178, 178, 0.02);
}

.faq-answer p {
  padding: 0 24px 24px;
  font-size: 16px;
  color: #d3d2d2;
  line-height: 1.6;
  margin: 0;
}

.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.documents-section {
  padding: 80px 0;
  background: linear-gradient(125deg, #068f66 10%, #050507 90%);
}

.documents-header {
  text-align: center;
  margin-bottom: 60px;
}

.documents-title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
}

.documents-description {
  font-size: 16px;
  color: #cac8c8;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.documents-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 60px;
}

.document-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 40px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.document-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.document-icon {
  font-size: 40px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.document-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}

.document-description {
  font-size: 14px;
  color: #b3b3b3;
  line-height: 1.6;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.document-link {
  color: #0cc28b;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border: 2px solid #068f66;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.document-link:hover {
  color: #ffffff;
  background-color: #068f66;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(15, 15, 15, 0.3);
}

.footer {
  background-color: #080808;
  color: #ffffff;
  padding: 50px 0 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.footer-section h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.footer-section p {
  font-size: 14px;
  color: #b3b3b3;
  line-height: 1.6;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section ul li a {
  color: #b3b3b3;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-section ul li a:hover {
  color: #ffffff;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #333333;
}

.footer-bottom p {
  font-size: 14px;
  color: #b3b3b3;
}

@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex;
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #121212;
    flex-direction: column;
    padding: 20px;
    border-top: 1px solid #333333;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 1000;
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-menu li {
    width: 100%;
    text-align: center;
  }

  .nav-link {
    display: block;
    padding: 12px 16px;
    width: 100%;
  }

  .language-selector {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  .lang-btn {
    justify-content: center;
    width: 100%;
  }

  .lang-dropdown {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }

  .btn-primary, .btn-secondary {
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }

  .nav {
    position: relative;
    flex-wrap: nowrap;
  }

  .logo {
    flex: 1;
  }
}

@media (min-width: 768px) {
  .nav {
    padding: 20px 0;
    gap: 24px;
  }
  
  .logo a {
    font-size: 24px;
  }
  
  .nav-link {
    font-size: 16px;
    padding: 12px 16px;
  }
  
  .btn-primary {
    padding: 16px 40px;
    font-size: 18px;
  }
  
  .btn-secondary {
    padding: 12px 28px;
    font-size: 16px;
  }
  
  .lang-btn {
    padding: 10px 16px;
    font-size: 16px;
  }
  
  .lang-option {
    padding: 14px 20px;
    font-size: 16px;
  }
  
  .page-hero.about-page-hero {
    padding: 100px 0 80px;
  }
  
  .hero-title.about-page-title {
    font-size: 48px;
  }
  
  .hero-subtitle.about-page-subtitle {
    font-size: 18px;
  }
  
  .crypto-aml-section {
    padding: 30px 0;
  }
  
  .crypto-aml-marquee-content {
    padding: 12px 0;
    gap: 25px;
  }
  
  .crypto-aml-item {
    padding: 10px 20px;
    margin: 0 8px;
  }
  
  .crypto-aml-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
    margin-right: 12px;
  }
  
  .crypto-aml-item span {
    font-size: 14px;
  }
  
  .info-section {
    padding: 80px 0;
  }
  
  .info-container {
    flex-direction: row;
    gap: 60px;
  }
  
  .info-text {
    font-size: 18px;
  }
  
  .info-blocks {
    gap: 30px;
  }
  
  .info-block {
    padding: 40px;
  }
  
  .info-block h3 {
    font-size: 22px;
  }
  
  .info-block p {
    font-size: 16px;
  }
  
  .services-hero {
    padding: 100px 0 80px;
  }
  
  .services-hero-title {
    font-size: 48px;
  }
  
  .services-hero-subtitle {
    font-size: 18px;
  }
  
  .services-section {
    padding: 80px 0;
  }
  
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  
  .service-card {
    padding: 50px 40px;
    min-height: 400px;
  }
  
  .service-card h3 {
    font-size: 24px;
  }
  
  .service-card p {
    font-size: 16px;
  }
  
  .products-section {
    padding: 100px 0;
  }
  
  .products-header h2 {
    font-size: 36px;
  }
  
  .products-subtitle {
    font-size: 20px;
  }
  
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  
  .product-card h3 {
    font-size: 22px;
  }
  
  .product-card p {
    font-size: 16px;
  }
  
  .advantages-hero {
    padding: 100px 0 80px;
  }
  
  .advantages-hero-subtitle {
    font-size: 18px;
  }
  
  .advantages-hero-title {
    font-size: 56px;
  }
  
  .advantages-hero-description {
    font-size: 20px;
  }
  
  .advantages-section {
    padding: 100px 0;
  }
  
  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  
  .advantage-card {
    padding: 50px 40px;
  }
  
  .advantage-card h3 {
    font-size: 22px;
  }
  
  .advantage-card p {
    font-size: 16px;
  }
  
  .partners-section {
    padding: 100px 0;
  }
  
  .partners-title {
    font-size: 36px;
  }
  
  .partners-description {
    font-size: 18px;
  }
  
  .partners-logos {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  
  .partner-logo {
    padding: 30px 20px;
    font-size: 16px;
  }
  
  .stats-section {
    padding: 100px 0;
  }
  
  .stats-header h2 {
    font-size: 32px;
  }
  
  .stats-header p {
    font-size: 18px;
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
  
  .stat-number-large {
    font-size: 72px;
  }
  
  .stat-label-large {
    font-size: 20px;
  }
  
  .licenses-hero {
    padding: 120px 0 80px;
  }
  
  .licenses-hero-subtitle {
    font-size: 18px;
  }
  
  .licenses-hero-title {
    font-size: 56px;
  }
  
  .licenses-section {
    padding: 100px 0;
  }
  
  .licenses-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  
  .license-card {
    padding: 40px 30px;
  }
  
  .license-title {
    font-size: 24px;
  }
  
  .license-description {
    font-size: 16px;
  }
  
  .license-link {
    font-size: 16px;
    padding: 12px 24px;
  }
  
  .licenses-info {
    padding: 60px;
  }
  
  .licenses-info-title {
    font-size: 32px;
  }
  
  .licenses-info-description {
    font-size: 18px;
  }
  
  .faq-hero {
    padding: 120px 0 80px;
  }
  
  .faq-hero-subtitle {
    font-size: 18px;
  }
  
  .faq-hero-title {
    font-size: 56px;
  }
  
  .faq-hero-description {
    font-size: 20px;
  }
  
  .faq-section {
    padding: 100px 0;
  }
  
  .faq-text {
    font-size: 20px;
  }
  
  .faq-question {
    padding: 28px 32px;
  }
  
  .faq-answer p {
    font-size: 18px;
  }
  
  .documents-section {
    padding: 100px 0;
  }
  
  .documents-title {
    font-size: 36px;
  }
  
  .documents-description {
    font-size: 20px;
  }
  
  .documents-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .document-card {
    padding: 40px 30px;
  }
  
  .document-title {
    font-size: 22px;
  }
  
  .document-description {
    font-size: 16px;
  }
  
  .document-link {
    font-size: 16px;
    padding: 12px 24px;
  }
  
  .footer-content {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .licenses-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .documents-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  
  .nav {
    flex-direction: row;
    gap: 15px;
    padding: 15px 0;
  }
  
  .nav-menu {
    gap: 10px;
  }
  
  .nav-link {
    font-size: 14px;
    padding: 8px 12px;
  }
  
  .btn-primary, .btn-secondary {
    width: 100%;
    text-align: center;
  }
  
  .hero-title.about-page-title {
    font-size: 28px;
  }
  
  .services-hero-title {
    font-size: 28px;
  }
  
  .advantages-hero-title {
    font-size: 32px;
  }
  
  .licenses-hero-title {
    font-size: 32px;
  }
  
  .faq-hero-title {
    font-size: 32px;
  }
  
  .stat-number-large {
    font-size: 48px;
  }
  
  .license-img {
    height: 150px;
  }
}