@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  color: #0F172A;
  line-height: 1.6;
}

a {
  text-decoration: none;
}

h2 {
  text-align: center;
  font-size: 2rem;
  color: #1E40AF;
}

h3 {
  text-align: left;
  font-size: 1.5rem;
  color: #1E40AF;
}

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

.sections {
  flex: 1;
  flex: 1;
  min-width: 0;
}

.main-container {
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  display: flex;
  margin: 20px auto;
  position: relative;
  gap: 30px;
}

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

.image-container {
  position: relative;
  aspect-ratio: 800/400;
  overflow: auto;
  text-align: center;
}
.image-container__img-small {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.unset {
  overflow: unset;
}

.mobile .image-container, .ios .image-container, .android .image-container {
  position: relative;
  aspect-ratio: 300/600;
  overflow: auto;
  text-align: center;
}

.mobile .image-container img, .ios .image-container img, .android .image-container img {
  width: 100%;
}

figure {
  margin: 0;
}

.error {
  font-size: 48px;
  color: red;
}

.error-page .sidebar-nav {
  display: none;
}
@media (max-width: 1000px) {
  .error-page .sidebar-nav {
    display: unset;
  }
  .error-page .sidebar-nav .burger-toggle {
    display: none;
  }
}

.loader {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1E40AF;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header {
  background: white;
  top: 0;
  z-index: 100;
  max-width: 1500px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo img {
  height: 60px;
  width: auto;
}
.header__nav {
  display: flex;
  gap: 50px;
}
.header__nav a {
  color: #0F172A;
  transition: color 0.2s ease-in-out;
}
.header__nav a:hover {
  color: #1E40AF;
}
.header__auth {
  width: 250px;
  height: 40px;
  border-radius: 10px;
  background: #1E40AF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.header__auth .btn--register {
  color: white;
}
.header__auth:hover {
  background: #02bb8c;
}

@media (max-width: 1008px) {
  .header {
    padding: 0;
  }
  .header a {
    font-size: 1rem;
  }
  .header__nav {
    display: none;
  }
  .header__inner {
    display: none;
  }
}
.hero-section {
  background: linear-gradient(135deg, #1E40AF 0%, #0F172A 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}
.hero-section__container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.hero-section__cta {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 312px;
  border-radius: 12px;
  background-color: #f9fef8;
}
.hero-section h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
}
.hero-section__subtitle {
  font-size: 1.25rem;
  max-width: 700px;
  margin: 0 auto 40px;
  opacity: 0.9;
}
.hero-section__cta-button {
  display: inline-block;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: #02bb8c;
  -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  transition: clip-path 0.4s ease;
  color: #fff;
}
.hero-section__cta-button:hover {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.hero-section__ratings {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.hero-section__ratings-item {
  font-size: 0.9rem;
  opacity: 0.8;
}
.hero-section__ratings-item strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 5px;
  opacity: 1;
}

@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }
  .hero-section h1 {
    font-size: 2rem;
  }
  .hero-section__subtitle {
    font-size: 1rem;
  }
  .hero-section__ratings {
    flex-direction: column;
    gap: 15px;
  }
}
.sidebar-nav {
  right: 20px;
  margin-left: 20px;
  position: sticky;
  top: 100px;
  align-self: flex-start;
  width: 250px;
  padding: 25px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
.sidebar-nav .header_inner {
  display: none;
}
.sidebar-nav .sidebar-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 16px;
}
.sidebar-nav .sidebar-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-nav .sidebar-menu ul li {
  margin-bottom: 10px;
}
.sidebar-nav .sidebar-menu ul li a {
  color: #1E40AF;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s;
  display: block;
  padding: 5px 0;
  position: relative;
}
.sidebar-nav .sidebar-menu ul li a:hover {
  color: #3B82F6;
}
.sidebar-nav .sidebar-menu ul li a.active {
  color: #1E3A8A;
  font-weight: bold;
}
.sidebar-nav .sidebar-menu ul li a.active::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #3B82F6;
  border-radius: 50%;
}
.sidebar-nav .sidebar-menu .hero-section__cta {
  max-width: 180px;
  margin: 0;
}
.sidebar-nav .sidebar-menu .folded-corner-btn::after {
  width: 17%;
}
.sidebar-nav .nav-link.active {
  transition: all 0.3s ease;
}
.sidebar-nav .sidebar-progress {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.sidebar-nav .sidebar-progress .progress-circle {
  position: relative;
  width: 50px;
  height: 50px;
}
.sidebar-nav .sidebar-progress .progress-circle .progress-ring {
  transform: rotate(-90deg);
}
.sidebar-nav .sidebar-progress .progress-circle .progress-ring-circle {
  transition: stroke-dashoffset 0.3s;
}
.sidebar-nav .sidebar-progress .progress-circle .progress-ring-fill {
  transition: stroke-dasharray 0.3s;
  stroke-dasharray: 0 1000;
}
.sidebar-nav .sidebar-progress .progress-circle .progress-percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: bold;
  color: #374151;
}
.sidebar-nav .progress-ring-fill {
  transition: stroke-dashoffset 0.5s ease-out;
  transform-origin: center;
  transform-box: fill-box;
}
.sidebar-nav .progress-percent {
  transition: opacity 0.3s ease;
}

.sidebar-nav {
  position: sticky;
  top: 100px;
  align-self: flex-start;
  width: 250px;
  padding: 25px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  margin-left: 20px;
  right: 20px;
  transition: all 0.3s ease;
  /* Общие стили (остаются как были) */
}
.sidebar-nav .sidebar-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 16px;
}
.sidebar-nav .sidebar-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-nav .sidebar-menu ul li {
  margin-bottom: 10px;
}
.sidebar-nav .sidebar-menu ul li a {
  color: #666;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s;
  display: block;
  padding: 5px 0;
  position: relative;
}
.sidebar-nav .sidebar-menu ul li a:hover {
  color: #3B82F6;
}
.sidebar-nav .sidebar-menu ul li a.active {
  color: #3B82F6;
  font-weight: bold;
}
.sidebar-nav .sidebar-menu ul li a.active::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #3B82F6;
  border-radius: 50%;
}
@media (max-width: 1000px) {
  .sidebar-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 60px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    z-index: 1000;
    overflow: hidden;
    background: #fff;
  }
  .sidebar-nav .mobile-overlay {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .sidebar-nav .mobile-overlay .header_inner {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
  }
  .sidebar-nav .mobile-overlay .header_inner .header__auth {
    align-self: center;
    width: 150px;
  }
  .sidebar-nav .mobile-overlay .header_inner .header__auth .hero-section__cta-button {
    background: #1E40AF;
    clip-path: none;
    text-align: center;
    padding: 0;
  }
  .sidebar-nav .burger-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    padding: 20px;
    cursor: pointer;
  }
  .sidebar-nav .burger-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #3B82F6;
    transition: all 0.3s ease;
  }
  .sidebar-nav .sidebar-progress,
  .sidebar-nav .sidebar-title {
    display: none;
  }
  .sidebar-nav .sidebar-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
  }
  .sidebar-nav .sidebar-menu ul {
    padding-bottom: 20px;
  }
  .sidebar-nav .sidebar-menu ul li {
    margin-bottom: 15px;
  }
  .sidebar-nav .sidebar-menu ul li a {
    padding: 8px 0;
  }
  .sidebar-nav .sidebar-menu ul li a.active::before {
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .sidebar-nav.active {
    max-height: 1000px;
    overflow-y: auto;
  }
  .sidebar-nav.active .burger-toggle span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .sidebar-nav.active .burger-toggle span:nth-child(2) {
    opacity: 0;
  }
  .sidebar-nav.active .burger-toggle span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
  .sidebar-nav.active .header__auth {
    display: none;
  }
  .sidebar-nav.active .sidebar-menu {
    max-height: 1000px;
  }
  .sidebar-nav.active .hero-section__cta {
    margin-bottom: 100px;
  }
}

.folded-corner-btn {
  position: relative;
  padding: 12px 32px;
}
.folded-corner-btn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 29%;
  min-width: 30px;
  max-width: 50px;
  border-radius: 12px;
  background: #018966 !important;
  -webkit-clip-path: polygon(60% 0, 0 30%, 100% 100%);
  clip-path: polygon(40% 0, 0 30%, 100% 100%);
  content: "";
  transition: opacity 0.5s ease;
}
.folded-corner-btn:hover::after {
  opacity: 0;
}

.review-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
  line-height: 1.6;
}
.review-section h3 {
  color: #1E40AF;
  margin-bottom: 20px;
  font-weight: 600;
}
.review-section .review-intro {
  margin-bottom: 30px;
  color: #333;
}
.review-section .pros-cons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .review-section .pros-cons-grid {
    grid-template-columns: 1fr;
  }
}
.review-section .pros-column, .review-section .cons-column {
  border: 2px solid;
  border-radius: 20px;
  padding: 0 10px;
  margin-bottom: 40px;
}
.review-section .pros-column h4, .review-section .cons-column h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid;
}
.review-section .pros-column {
  border-color: #10B981;
}
.review-section .pros-column h4 {
  color: #10B981;
  border-bottom-color: #10B981;
}
.review-section .cons-column {
  border-color: #EF4444;
}
.review-section .cons-column h4 {
  color: #EF4444;
  border-bottom-color: #EF4444;
}
.review-section ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  padding-bottom: 10px;
}
.review-section ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}
.review-section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
.review-section .pros-list li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2310B981'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
}
.review-section .cons-list li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23EF4444'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z'/%3E%3C/svg%3E");
}

.screenshots-section {
  max-width: 1200px;
  margin: 10px auto;
  padding: 10px 20px;
  line-height: 1.6;
}
.screenshots-section .accessible-link {
  color: #0056b3;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.screenshots-section .accessible-link:hover {
  text-decoration: none;
  background-color: #f0f5ff;
  border-radius: 3px;
}
.screenshots-section .accessible-link:focus {
  outline: 2px solid #0056b3;
  outline-offset: 2px;
}
.screenshots-section h2 {
  color: #1E40AF;
  margin-bottom: 30px;
}
.screenshots-section h3 {
  margin-top: 50px;
  color: #1E40AF;
  margin-bottom: 1.5rem;
}
.screenshots-section .registration-steps {
  max-width: 1100px;
  margin: 40px 0;
  padding: 0 10px;
  font-family: "Inter", sans-serif;
}
.screenshots-section .registration-steps h3 {
  color: #1E40AF;
  margin-bottom: 1.5rem;
}
.screenshots-section .registration-steps .steps-list {
  list-style: none;
  padding-left: 0;
  counter-reset: step-counter;
}
.screenshots-section .registration-steps .step {
  counter-increment: step-counter;
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
}
.screenshots-section .registration-steps .step::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: #1E40AF;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.screenshots-section .registration-steps .step .step-content {
  background: #F8FAFC;
  padding: 20px;
  border-radius: 8px;
  border-left: 3px solid #1E40AF;
  line-height: 1.6;
  margin-bottom: 10px;
}
.screenshots-section .registration-steps .step strong {
  color: #0F172A;
  font-weight: 600;
}
.screenshots-section .registration-steps .step .highlight {
  color: #1E40AF;
  font-weight: 500;
  background: rgba(30, 64, 175, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .screenshots-section .registration-steps {
    padding: 0;
  }
  .screenshots-section .registration-steps .step {
    padding-left: 0px;
    padding-bottom: 30px;
  }
  .screenshots-section .registration-steps .step::before {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
    top: -30px;
  }
  .screenshots-section .registration-steps .step .step-content {
    padding: 15px;
  }
}
.screenshots-section .screenshot-toggle {
  display: flex;
  background: #F1F5F9;
  border-radius: 50px;
  padding: 5px;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
  width: fit-content;
}
.screenshots-section .screenshot-toggle .toggle-btn {
  border: none;
  background: transparent;
  padding: 8px 25px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.screenshots-section .screenshot-toggle .toggle-btn.active {
  background: white;
  color: #1E40AF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.screenshots-section .screenshot-container {
  position: relative;
  min-height: 400px;
  height: 100%;
}
.screenshots-section .device-frame {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.screenshots-section .device-frame.active {
  position: relative;
  opacity: 1;
  pointer-events: all;
}
.screenshots-section .device-frame.desktop {
  padding: 15px;
  background: rgba(0, 0, 0, 0.1294117647);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  width: 100%;
}
.screenshots-section .device-frame.desktop::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 20%;
  width: 60%;
  height: 10px;
  background: rgba(0, 0, 0, 0.4901960784);
  border-radius: 0 0 8px 8px;
}
.screenshots-section .device-frame.desktop .screen {
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  overflow: hidden;
}
.screenshots-section .device-frame.desktop .screen img {
  width: 100%;
  display: block;
}
.screenshots-section .device-frame.mobile {
  background: rgba(0, 0, 0, 0.1294117647);
  padding: 60px 15px;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 300px;
}
.screenshots-section .device-frame.mobile::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 5px;
  background: rgba(0, 0, 0, 0.4901960784);
  border-radius: 5px;
}
.screenshots-section .device-frame.mobile .screen {
  border: 1px solid #E2E8F0;
  border-radius: 2px;
  overflow: hidden;
}
.screenshots-section .device-frame.mobile .screen img {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .screenshots-section .device-frame.desktop {
    padding: 5px;
  }
  .screenshots-section .device-frame.desktop::before {
    height: 5px;
  }
}
.screenshots-section .kyc-levels {
  max-width: 1100px;
  padding: 0 20px;
  font-family: "Inter", sans-serif;
}
.screenshots-section .kyc-levels .kyc-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.screenshots-section .kyc-levels .kyc-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.screenshots-section .kyc-levels .kyc-item::before {
  content: "";
  display: none;
}
.screenshots-section .kyc-levels .kyc-badge {
  background: #1E40AF;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.85rem;
  min-width: 70px;
  text-align: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.screenshots-section .kyc-levels .kyc-content {
  background: #F8FAFC;
  padding: 15px;
  border-radius: 8px;
  border-left: 3px solid #1E40AF;
  line-height: 1.6;
  flex-grow: 1;
}
.screenshots-section .kyc-levels .kyc-content strong {
  color: #0F172A;
  font-weight: 600;
}
.screenshots-section .kyc-levels .highlight {
  color: #1E40AF;
  font-weight: 500;
  background: rgba(30, 64, 175, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .screenshots-section .kyc-levels {
    padding: 0;
  }
  .screenshots-section .kyc-levels .kyc-item {
    flex-direction: column;
    gap: 8px;
  }
  .screenshots-section .kyc-levels .kyc-badge {
    align-self: flex-start;
  }
}
.screenshots-section .benefits-section {
  max-width: 1100px;
  padding: 0 20px;
  font-family: "Inter", sans-serif;
}
.screenshots-section .benefits-section .benefits-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.5rem 0;
}
.screenshots-section .benefits-section .benefit-item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.screenshots-section .benefits-section .benefit-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2310B981'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
  background-size: contain;
}
.screenshots-section .benefits-section .benefit-content {
  background: #F8FAFC;
  padding: 15px 20px;
  border-radius: 8px;
  border-left: 3px solid #10B981;
  line-height: 1.6;
}
.screenshots-section .benefits-section .benefit-content strong {
  color: #0F172A;
  font-weight: 600;
}
.screenshots-section .benefits-section .highlight {
  color: #1E40AF;
  font-weight: 500;
  background: rgba(30, 64, 175, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
}
.screenshots-section .benefits-section .conclusion {
  text-align: center;
  color: #64748B;
  font-style: italic;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #E2E8F0;
}
@media (max-width: 768px) {
  .screenshots-section .benefits-section {
    padding: 0;
  }
  .screenshots-section .benefits-section .benefit-item {
    padding-left: 35px;
  }
  .screenshots-section .benefits-section .benefit-item::before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
  .screenshots-section .benefits-section .benefit-content {
    padding: 12px 15px;
  }
}

.fees-section {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 20px;
  font-family: "Inter", sans-serif;
}
.fees-section h2 {
  color: #1E40AF;
  margin-bottom: 1.5rem;
}
.fees-section .fee-card {
  margin-bottom: 30px;
}
.fees-section .fee-card h3 {
  color: #1E40AF;
  margin-top: 0;
  margin-bottom: 1rem;
}
.fees-section .fee-card__fees {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.fees-section .fee-card__fees p {
  flex-basis: 50%;
}
.fees-section .fee-card__fees ul {
  flex-basis: 50%;
}
.fees-section .fee-list {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.fees-section .fee-list li {
  padding: 8px;
  border-bottom: 1px solid #F1F5F9;
  display: flex;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.fees-section .fee-list li .fee-type {
  font-weight: 600;
  color: #1E40AF;
  min-width: 120px;
  display: inline-block;
}
.fees-section .fee-list .last {
  border-top: 1px solid #F1F5F9;
}
.fees-section .fee-table-container {
  overflow-x: auto;
  margin: 1.5rem 0;
}
.fees-section .fee-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.fees-section .fee-table thead {
  background: #1E40AF;
}
.fees-section .fee-table thead th {
  color: white;
  padding: 12px 15px;
  text-align: left;
  font-weight: 500;
}
.fees-section .fee-table tbody tr:nth-child(odd) {
  background: #F8FAFC;
}
.fees-section .fee-table tbody tr:nth-child(even) {
  background: white;
}
.fees-section .fee-table tbody tr td {
  padding: 12px 15px;
  border-bottom: 1px solid #E2E8F0;
}
@media (max-width: 768px) {
  .fees-section .fee-card__fees {
    flex-direction: column;
  }
  .fees-section .fee-table {
    font-size: 0.85rem;
  }
  .fees-section .fee-table th, .fees-section .fee-table td {
    padding: 8px 10px;
  }
}
.fees-section .deposits-section {
  padding-left: 0px;
  padding-right: 0px;
}
.fees-section .methods-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  font-family: "Inter", sans-serif;
}
.fees-section .methods-grid .method-box {
  max-width: 290px;
  background: #F8FAFC;
  border-radius: 8px;
  padding: 20px;
  border: 3px solid #1E40AF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.fees-section .methods-grid .method-box .method-title {
  color: #1E40AF;
  font-size: 1.1rem;
  margin: 0 0 12px 0;
  font-weight: 600;
}
.fees-section .methods-grid .method-box p {
  margin: 8px 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #334155;
}
.fees-section .methods-grid .method-box p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .fees-section .methods-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .fees-section .methods-grid .method-box {
    max-width: 100%;
    padding: 15px;
  }
}

.trading-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 30px 20px;
  line-height: 1.6;
}
.trading-section .methods-grid {
  gap: 20px;
  justify-content: space-between;
}
.trading-section .method-box {
  max-width: 250px;
}
.trading-section h2 {
  color: #1E40AF;
  margin-bottom: 1.5rem;
}
.trading-section h3 {
  color: #1E40AF;
  margin-bottom: 1.5rem;
}
.trading-section li {
  list-style: none;
}
.trading-section .methods-grid {
  padding-left: 0px;
}
.trading-section .trading-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.5rem 0;
}
.trading-section .trading-item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.trading-section .trading-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2310B981'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
  background-size: contain;
}
.trading-section .trading-content {
  background: #F8FAFC;
  padding: 15px 20px;
  border-radius: 8px;
  border-left: 3px solid #10B981;
  line-height: 1.6;
}
.trading-section .trading-content strong {
  color: #0F172A;
  font-weight: 600;
}
.trading-section .highlight {
  color: #1E40AF;
  font-weight: 500;
  background: rgba(30, 64, 175, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
}
.trading-section .conclusion {
  text-align: center;
  color: #64748B;
  font-style: italic;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #E2E8F0;
}

@media (max-width: 768px) {
  .trading-section .deposits-section {
    padding: 0;
  }
  .trading-section .method-box {
    max-width: 100%;
  }
  .trading-item {
    padding-left: 35px;
  }
  .trading-item::before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
  .trading-content {
    padding: 12px 15px;
  }
}
.security-section {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 20px;
  font-family: "Inter", sans-serif;
}
.security-section h2 {
  color: #1E40AF;
  margin-bottom: 1.5rem;
}
.security-section .security-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 25px;
}
.security-section h3 {
  color: #1E40AF;
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.security-section .security-features {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0;
}
.security-section .feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid #F1F5F9;
}
.security-section .feature:last-child {
  border-bottom: none;
}
.security-section .feature-icon {
  font-size: 1.2rem;
  background: #F1F5F9;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.security-section .feature-content {
  align-self: center;
}
.security-section .feature-content strong {
  color: #0F172A;
  font-weight: 600;
}
.security-section .security-note {
  background: #F8FAFC;
  padding: 15px 20px;
  border-radius: 8px;
  margin-top: 1.5rem;
  border-left: 3px solid #1E40AF;
}
.security-section .security-note p {
  margin: 0.8rem 0;
  line-height: 1.6;
}
.security-section .security-note .highlight {
  color: #1E40AF;
  font-weight: 500;
  background: rgba(30, 64, 175, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .security-section .security-card {
    padding: 20px 15px;
  }
  .security-section .feature {
    gap: 10px;
    padding: 10px 0;
  }
  .security-section .feature-icon {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}

.deposits-section {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 20px;
  font-family: "Inter", sans-serif;
}
.deposits-section h2 {
  color: #1E40AF;
  margin-bottom: 1.5rem;
}
.deposits-section .method-card {
  background: white;
  border-radius: 8px;
  margin-bottom: 30px;
}
.deposits-section .method-card h3 {
  color: #1E40AF;
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.deposits-section .methods-grid {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 40px;
  margin: 1.5rem 0;
}
.deposits-section .method-box {
  width: 100%;
  background: #F8FAFC;
  border-radius: 8px;
  padding: 20px;
  border-left: 3px solid #1E40AF;
}
.deposits-section .method-box .method-title {
  color: #1E40AF;
  font-size: 1.1rem;
  margin-top: 0;
  margin-bottom: 0.8rem;
}
.deposits-section .step {
  align-items: center;
  flex: auto;
}
.deposits-section .method-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.deposits-section .method-list li {
  padding: 6px 0;
  position: relative;
  padding-left: 20px;
  list-style: none;
}
.deposits-section .method-list li::before {
  content: "";
  color: #1E40AF;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.custom-img {
  max-width: 70%;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .custom-img {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .method-box {
    max-width: 100%;
  }
  .methods-grid {
    grid-template-columns: 1fr;
  }
  .custom-img {
    height: 400px;
    max-width: 350px;
  }
  .img-custom {
    max-width: 300px;
  }
}
.withdrawal-section {
  max-width: 1100px;
}
.withdrawal-section h3 {
  color: #1E40AF;
  margin-bottom: 1.2rem;
}
.withdrawal-section .withdrawal-methods {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.withdrawal-section .method {
  display: flex;
  gap: 15px;
  padding: 15px;
  background: #F8FAFC;
  border-radius: 8px;
  align-items: flex-start;
}
.withdrawal-section .method:last-child {
  margin-bottom: 0;
}
.withdrawal-section .method-icon {
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  background: rgba(30, 64, 175, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #1E40AF;
}
.withdrawal-section .method-content {
  flex-grow: 1;
  color: #334155;
  line-height: 1.5;
}
.withdrawal-section .method-content strong {
  color: #0F172A;
  font-weight: 600;
}

.custom-toggle {
  width: 100%;
  max-width: 1100px;
  margin: 10px 0;
  margin-top: 30px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #d6d9e0;
}

.toggle-header {
  width: 200px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
  user-select: none;
}

.toggle-triangle {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.toggle-triangle::before,
.toggle-triangle::after {
  content: "";
  position: absolute;
  background: #1E40AF;
  transition: all 0.3s ease;
}

.toggle-triangle::before {
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.toggle-triangle::after {
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.toggle-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1E40AF;
}

.toggle-content {
  background-color: #d6d9e0;
  border-radius: 4px;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-top: 5px;
}

.toggle-content p {
  margin: 0;
  padding: 12px;
  color: #334155;
  line-height: 1.5;
}

.custom-toggle.active .toggle-triangle::before {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.custom-toggle.active .toggle-triangle::after {
  transform: translateY(-50%);
}

.custom-toggle.active .toggle-content {
  max-height: 200px;
  padding: 0;
}

.disadvantages-list {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0;
}
.disadvantages-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #334155;
  line-height: 1.5;
}
.disadvantages-list li::before {
  content: "✕";
  color: #EF4444;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1.1rem;
}

.fee-table td:nth-child(1) {
  font-weight: 500;
  color: #1E40AF;
}
.fee-table td:contains("✅") {
  color: #10B981;
}
.fee-table td:contains("❌") {
  color: #EF4444;
}

@media (max-width: 768px) {
  .disadvantages-list li {
    padding-left: 24px;
  }
  .fee-table td, .fee-table th {
    padding: 8px;
    font-size: 0.85rem;
  }
}
.summary {
  background: rgb(234, 231, 231);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  padding: 25px;
}

.mobile-section .step::before {
  margin-top: 20px;
}
.mobile-section .toggle-btn.active {
  background: #3E7EFF;
  color: white;
  border-color: #3E7EFF;
}
.mobile-section .device-frame {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0s ease;
  pointer-events: none;
}
.mobile-section .device-frame.active {
  position: relative;
  opacity: 1;
  pointer-events: all;
}
.mobile-section .device-frame.android {
  padding: 15px;
  background: rgba(0, 0, 0, 0.1294117647);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 350px;
  width: 100%;
  height: 550px;
}
.mobile-section .device-frame.android::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 5px;
  background: rgba(0, 0, 0, 0.4901960784);
  border-radius: 5px;
}
.mobile-section .device-frame.ios {
  background: rgba(0, 0, 0, 0.1294117647);
  padding: 60px 15px;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 350px;
  height: 550px;
}
.mobile-section .device-frame.ios::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 6px;
  background: rgba(0, 0, 0, 0.4901960784);
  border-radius: 3px;
}
.mobile-section .device-frame .screen {
  border: 1px solid #E2E8F0;
  border-radius: 2px;
  overflow: hidden;
  height: 100%;
}
.mobile-section .device-frame .screen img {
  object-fit: cover;
  display: block;
}
.mobile-section .benefits-section {
  max-width: 900px;
  padding: 0 20px;
  font-family: "Inter", sans-serif;
}
.mobile-section .benefits-section h3 {
  color: #1E40AF;
  margin-bottom: 1.5rem;
}
.mobile-section .benefits-section .benefits-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.5rem 0;
}
.mobile-section .benefits-section .benefit-item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.mobile-section .benefits-section .benefit-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fee41f'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E");
  background-size: contain;
}
.mobile-section .benefits-section .benefit-content {
  background: #F8FAFC;
  padding: 15px 20px;
  border-radius: 8px;
  border-left: 3px solid #fee41f;
  line-height: 1.6;
}
.mobile-section .benefits-section .benefit-content strong {
  color: #0F172A;
  font-weight: 600;
}
.mobile-section .benefits-section .highlight {
  color: #1E40AF;
  font-weight: 500;
  background: rgba(30, 64, 175, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
}
.mobile-section .benefits-section .conclusion {
  text-align: center;
  color: #64748B;
  font-style: italic;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #E2E8F0;
}
@media (max-width: 768px) {
  .mobile-section .benefits-section {
    padding: 0;
  }
  .mobile-section .benefits-section .benefit-item {
    padding-left: 35px;
  }
  .mobile-section .benefits-section .benefit-item::before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
  .mobile-section .benefits-section .benefit-content {
    padding: 12px 15px;
  }
}
.mobile-section .ratings-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.mobile-section .rating-item {
  background: #F8FAFC;
  border-radius: 12px;
  padding: 20px;
  flex: 1;
  min-width: 150px;
  text-align: center;
}
.mobile-section .rating-item.wide {
  flex: 2;
  min-width: 300px;
  text-align: left;
}
.mobile-section .rating-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: conic-gradient(#3E7EFF calc(var(--rating) * 20%), #E2E8F0 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  position: relative;
}
.mobile-section .rating-circle::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background: white;
  border-radius: 50%;
}
.mobile-section .rating-circle span {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
.mobile-section .rating-label {
  font-weight: 600;
  color: #4A5568;
}
.mobile-section .user-feedback .stars {
  color: #FEE41F;
  font-size: 24px;
  margin-bottom: 10px;
}
.mobile-section .user-feedback p {
  margin: 0;
  color: #4A5568;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .mobile-section.screenshots-section .registration-steps .step::before {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
    top: -55px;
  }
}

.faq-section {
  max-width: 1200px;
  padding: 20px;
}

.faq-subheader {
  font-size: 20px;
  margin: 30px 0 15px;
  color: #333;
  padding-top: 15px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  background-color: #f9f9f9;
  cursor: pointer;
  user-select: none;
}

.faq-number {
  font-weight: bold;
  margin-right: 15px;
  color: #3E7EFF;
  min-width: 30px;
}

.faq-question p {
  flex: 1;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}

.faq-toggle {
  font-size: 24px;
  font-weight: 300;
  color: #3E7EFF;
  transition: transform 0.3s ease;
}

.faq-answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: white;
}

.faq-answer p {
  margin: 0;
  padding: 20px;
  line-height: 1.6;
  color: #4a4a4a;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0;
}

.regulations {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px;
}
.regulations h2 {
  color: #1E40AF;
}
.regulations li {
  list-style: none;
}
.regulations .methods-grid {
  margin: 0;
  padding: 0;
}
.regulations .deposits-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.regulations .method-box {
  max-width: 250px;
}
.regulations .disadvantages-list {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0;
}
.regulations .disadvantages-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #334155;
  line-height: 1.5;
}
.regulations .disadvantages-list li::before {
  content: "✅";
  color: #72ef44;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .regulations .method-box {
    max-width: 100%;
  }
}

.bonuses-section {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  max-width: 1100px;
  margin: 0 auto;
}
.bonuses-section .hero-section__cta {
  width: 150px;
  margin: 0;
}
.bonuses-section .hero-section__cta .folded-corner-btn::after {
  width: 18%;
}
.bonuses-section .hero-section__cta-button {
  display: inline-block;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 250px;
  border: 0;
  border-radius: 12px;
  background: #02795B;
  -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  transition: clip-path 0.4s ease;
  color: #fff;
}
.bonuses-section .hero-section__cta-button:hover {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.bonus-container {
  display: flex;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}

.bonus-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bonus-tile {
  background-color: #F8FFE8;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.bonus-tile:hover {
  transform: translateY(-5px);
}

.main-tile {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #F0FFD6;
}

.bonus-tile h4 {
  color: #2A5A0D;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
}

.bonus-tile p {
  color: #4A5E2D;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .bonus-container {
    flex-direction: column;
    padding: 0;
  }
  .main-tile {
    min-height: auto;
  }
  .bonus-tile {
    padding: 10px;
  }
}
.footer-section {
  width: 100%;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  text-align: center;
  background-color: aliceblue;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-section nav {
  display: flex;
  gap: 50px;
  align-items: center;
}
.footer-section nav a {
  color: #0F172A;
  transition: color 0.2s ease-in-out;
}
.footer-section nav a:hover {
  color: #1E40AF;
}
@media (max-width: 700px) {
  .footer-section nav {
    flex-direction: column;
    gap: 20px;
  }
}

.privacy h1 {
  font-size: 48px;
  color: #1E40AF;
}

@media (max-width: 1008px) {
  .privacy h1 {
    font-size: 34px;
  }
  .privacy .header {
    padding: 0;
  }
  .privacy .header a {
    font-size: 1rem;
  }
  .privacy .header__nav {
    display: none;
  }
  .privacy .header__inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
@media (max-width: 700px) {
  .image-container {
    aspect-ratio: 800/400;
  }
  .main-container {
    padding: 0;
  }
  .screenshots-section .screenshot-container {
    min-height: auto;
  }
}

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