@charset "UTF-8";
.contact-page-section {
  background: radial-gradient(circle at top left, rgba(3, 89, 250, 0.08), transparent 50%), radial-gradient(circle at bottom right, rgba(3, 89, 250, 0.15), transparent 60%), #f3f7fa;
  min-height: 100vh;
  padding: 100px 0;
  color: #1a1a1a;
}
.contact-page-section h2 {
  font-size: 48px;
  font-weight: 700;
}
.contact-page-section .contact-text {
  color: #1a1a1c !important;
  width: 37%;
  margin: 0 auto;
}
.contact-page-section p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
}
.contact-page-section .contact-form-wrapper {
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 50px 60px;
  max-width: 640px;
  margin: 0 auto;
}
.contact-page-section .contact-form-wrapper input,
.contact-page-section .contact-form-wrapper textarea {
  background: #f3f6f8;
  border: none;
  border-radius: 14px;
  font-size: 16px;
  padding: 14px 18px;
  color: #333;
  transition: all 0.3s ease;
}
.contact-page-section .contact-form-wrapper input::-moz-placeholder, .contact-page-section .contact-form-wrapper textarea::-moz-placeholder {
  color: #9ca3af;
}
.contact-page-section .contact-form-wrapper input::placeholder,
.contact-page-section .contact-form-wrapper textarea::placeholder {
  color: #9ca3af;
}
.contact-page-section .contact-form-wrapper input:focus,
.contact-page-section .contact-form-wrapper textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 89, 250, 0.3);
}
.contact-page-section .contact-form-wrapper textarea {
  min-height: 140px;
  resize: none;
}
.contact-page-section .contact-form-wrapper .btn {
  background: #0459fa;
  border: none;
  border-radius: 30px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.3s ease;
}
.contact-page-section .contact-form-wrapper .btn:hover {
  background: #0048d8;
}
.contact-page-section .contact-info {
  margin-top: 80px;
}
.contact-page-section .contact-info .info-item h5 {
  font-weight: 600;
  color: #000;
}
.contact-page-section .contact-info .info-item p {
  font-size: 15px;
  color: #1a1a1c;
}
.contact-page-section .contact-info .info-item a {
  color: #0459fa;
  text-decoration: underline;
  font-weight: 600;
}
.contact-page-section .contact-info .info-item a:hover {
  text-decoration: none;
}
.contact-page-section .contact-info h6 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.contact-page-section .contact-info p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .contact-page-section {
    padding: 60px 0;
    text-align: center;
  }
  .contact-page-section h2 {
    font-size: 36px;
  }
  .contact-page-section .contact-text {
    width: 75%;
  }
  .contact-page-section .contact-form-wrapper {
    padding: 30px 25px;
    border-radius: 25px;
  }
  .contact-page-section .contact-info {
    margin-top: 60px;
  }
  .contact-page-section .contact-info .row {
    flex-direction: column;
    gap: 20px;
  }
}

/* 🌍 Fiat Exchange Page Styles */
.fiat-hero {
  color: #000;
  padding-top: 100px;
  text-align: center;
}
.fiat-hero h2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  width: 80%;
}
.fiat-hero .subtitle {
  color: #6b7280;
  font-size: 18px;
  max-width: 520px;
  margin: 0 auto 40px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.fiat-hero .fiat-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.fiat-hero .fiat-buttons .btn {
  padding: 14px 65px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
}
.fiat-hero .fiat-buttons .btn.btn-primary {
  background: #0459fa;
  color: #fff;
  border: none;
}
.fiat-hero .fiat-buttons .btn.btn-primary:hover {
  background: #004be2;
}
.fiat-hero .fiat-buttons .btn.btn-outline {
  background: transparent;
  border: 2px solid #0459fa;
  color: #0459fa;
}
.fiat-hero .fiat-buttons .btn.btn-outline:hover {
  background: #0459fa;
  color: #fff;
}
@media (max-width: 767px) {
  .fiat-hero {
    padding-top: 60px;
  }
  .fiat-hero h2 {
    font-size: 40px;
    width: 100%;
  }
  .fiat-hero .subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .fiat-hero .fiat-buttons {
    flex-direction: column !important;
    gap: 15px;
  }
  .fiat-hero .fiat-buttons .btn {
    width: 100%;
  }
}

/* 💰 Platform Section */
/* 💰 Platform Section — full width background */
.fiat-platform {
  width: 100%;
  position: relative;
  padding: 100px;
  background: #fff; /* или любой нужный фон */
  overflow: hidden;
  /* ✅ Glow compatibility fix */
}
.fiat-platform .container {
  position: relative;
  z-index: 1;
}
.fiat-platform h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
  text-align: left;
  width: 90%;
}
.fiat-platform p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.fiat-platform p.muted {
  color: #9ca3af;
  margin-top: 20px;
  text-align: left;
}
.fiat-platform img {
  max-width: 90%;
  height: auto;
  margin-bottom: 30px;
}
.fiat-platform::before {
  z-index: 0 !important;
}
@media (max-width: 991px) {
  .fiat-platform {
    text-align: center;
    padding: 30px 20px;
  }
  .fiat-platform h2 {
    font-size: 40px;
  }
  .fiat-platform p {
    font-size: 15px;
  }
  .fiat-platform img {
    max-width: 100%;
    order: 1;
  }
}

/* 💱 Supported Currencies */
.fiat-supported {
  padding: 60px 0;
  color: #000;
}
.fiat-supported h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
.fiat-supported .currency-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}
.fiat-supported .currency-icons img {
  width: 48px;
  height: 48px;
  transition: transform 0.3s ease;
}
.fiat-supported .currency-icons img:hover {
  transform: scale(1.1);
}
.fiat-supported p {
  color: #6b7280;
  margin-bottom: 40px;
}
.fiat-supported .btn {
  padding: 14px 65px;
  border-radius: 30px;
  background: #0459fa;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
}
.fiat-supported .btn:hover {
  background: #004be2;
}
@media (max-width: 767px) {
  .fiat-supported {
    padding: 30px 20px;
  }
  .fiat-supported h2 {
    font-size: 40px;
    text-align: left;
  }
  .fiat-supported .currency-icons {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: start;
  }
  .fiat-supported p {
    font-size: 15px;
    text-align: left;
  }
  .fiat-supported .btn {
    float: left;
  }
}

/* 🧭 Why Choose Section (2 rows: 3 + 2 cards) */
.why-choose {
  padding: 100px 0;
  text-align: center;
}
.why-choose h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
}
.why-choose .choose-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
.why-choose .choose-grid.second-row {
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}
.why-choose .choose-card {
  background: #f3f6f8;
  border-radius: 24px;
  padding: 40px 35px;
  text-align: left;
  width: 100%;
  max-width: 360px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.why-choose .choose-card img {
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
}
.why-choose .choose-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.why-choose .choose-card p {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.5;
}
.why-choose .choose-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .why-choose .choose-grid {
    flex-wrap: wrap;
    justify-content: center;
  }
  .why-choose .choose-grid .choose-card {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .why-choose {
    padding: 60px 20px;
  }
  .why-choose h2 {
    font-size: 28px;
    margin-bottom: 35px;
  }
  .why-choose .choose-grid {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .why-choose .choose-grid .choose-card {
    max-width: 100%;
    text-align: center;
  }
}

/* 🌍 Gateway Section */
.gateway {
  padding: 100px 0;
  text-align: center;
  background: #f9fafc url("http://crypto.local/wp-content/uploads/2025/10/Group-2.png") no-repeat center/cover;
}
.gateway h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 25px;
}
.gateway p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 15px;
}
.gateway .gateway-muted {
  color: rgba(26, 26, 28, 0.5019607843);
  opacity: 0.5;
}
@media (max-width: 767px) {
  .gateway {
    padding: 60px 10px;
  }
  .gateway h2 {
    font-size: 40px;
  }
  .gateway p {
    font-size: 16px;
  }
}

.how-to-service .how-to-section {
  display: flex;
  justify-content: center; /* по центру горизонтально */
  align-items: center; /* по центру вертикально */
  text-align: center;
  padding: 100px 0; /* отступы сверху и снизу */
}
.how-to-service .how-to-section .steps p {
  color: rgba(255, 255, 255, 0.5019607843) !important;
}
.how-to-service .how-to-section .steps h4 {
  color: #fff !important;
}
.how-to-service .how-to-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.how-to-service .how-to-section .how-to-content {
  max-width: 500px; /* ограничиваем ширину блока */
  margin: 0 auto; /* страховка */
  text-align: left; /* если хочешь выровнять текст внутри */
}
@media (max-width: 767px) {
  .how-to-service .how-to-section {
    padding: 60px 20px;
  }
  .how-to-service .how-to-section .how-to-content {
    max-width: 100%;
    text-align: center;
  }
}

.service-add {
  color: white !important;
  text-align: left;
}

.service-add-p {
  color: rgba(255, 255, 255, 0.5019607843) !important;
  text-align: left;
}

.heading-add {
  text-align: center !important;
  margin-bottom: 30px !important;
}

.number-service {
  color: #0359fa !important;
  background: #fff !important;
}

@media (max-width: 767px) {
  .how-to-service .container .how-to-content h2 {
    width: 100% !important;
  }
}
.service-subtitle {
  color: rgba(255, 255, 255, 0.5019607843) !important;
  opacity: 0.5;
}

.service-subtitle-primary {
  color: #fff !important;
  width: 66%;
  margin: 0 auto;
  margin-bottom: 30px !important;
}

@media (max-width: 767px) {
  .service-subtitle-primary {
    width: 100%;
  }
  .service-subtitle {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 991px) {
  .otc-heading {
    width: 100% !important;
    line-height: 1.1 !important;
  }
}
.clients-section {
  padding: 30px 0;
  color: #fff;
  /* 📱 Адаптив под мобильные */
}
.clients-section .clients-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}
.clients-section .client-card {
  background: #0459fa;
  color: #fff;
  border-radius: 40px;
  padding: 35px 40px;
  text-align: center;
  flex: 1 1 calc(25% - 30px);
  max-width: 360px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.clients-section .client-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}
.clients-section .client-card span {
  font-size: 16px;
  font-weight: 400 !important;
  margin: 0;
}
.clients-section .client-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(4, 89, 250, 0.3);
}
@media (max-width: 991px) {
  .clients-section .clients-grid {
    gap: 20px;
  }
  .clients-section .client-card {
    flex: 1 1 45%;
    max-width: none;
    padding: 35px 40px;
  }
}
@media (max-width: 767px) {
  .clients-section .clients-grid {
    flex-direction: column;
    align-items: center;
  }
  .clients-section .client-card {
    width: 100%;
    max-width: 400px;
    border-radius: 30px;
  }
}

.why-number {
  min-width: 50px !important;
  height: 50px;
  border-radius: 50% !important;
  background: #0459fa;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center !important;
}

.steps-otc-add {
  font-size: 16px;
  color: #fff;
}

.currency-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.currency-icons img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}
.currency-icons img:hover {
  transform: scale(1.1);
}

.otc-prefooter-text {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .otc-prefooter h2 {
    width: 91% !important;
    margin: 0 auto;
    margin-bottom: 20px !important;
  }
  .otc-prefooter-text {
    width: 91% !important;
  }
}
/* Overlay */
.otc-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 15, 30, 0.85);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

/* Popup */
.otc-popup {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  width: 90%;
  max-width: 700px;
  position: relative;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
  animation: popupIn 0.4s ease forwards;
}

/* CF7 form inside */
.otc-form-wrapper form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 15px 20px;
  align-items: center;
}

.otc-form-wrapper input,
.otc-form-wrapper select,
.otc-form-wrapper textarea {
  border: none;
  background: #f3f5f9;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 15px;
  color: #333;
  width: 100%;
}

.otc-form-wrapper input:focus,
.otc-form-wrapper select:focus {
  outline: 2px solid #0359fa;
}

.otc-form-wrapper input[type=submit] {
  grid-column: 1/-1;
  background: #0359fa;
  color: #fff;
  font-weight: 600;
  padding: 14px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.otc-form-wrapper input[type=submit]:hover {
  background: #0248d1;
}

/* Close button */
.otc-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
  color: #555;
  transition: color 0.3s;
}

.otc-close:hover {
  color: #000;
}

@keyframes popupIn {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Show state */
.otc-overlay.active {
  display: flex;
  opacity: 1;
}

/* ===== OTC FORM ===== */
.otc-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px 20px;
  align-items: center;
}

.otc-field input,
.otc-field select {
  width: 100%;
  background: #f3f5f9;
  border: none;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 15px;
  color: #222;
  font-family: inherit;
  transition: all 0.2s ease;
}

.otc-field input::-moz-placeholder {
  color: #8d94a1;
}

.otc-field input::placeholder {
  color: #8d94a1;
}

.otc-field input:focus,
.otc-field select:focus {
  outline: 2px solid #0359fa;
  background: #fff;
}

.otc-submit {
  grid-column: 1/-1;
  text-align: center;
  margin-top: 5px;
}

.otc-submit input[type=submit] {
  background: linear-gradient(135deg, #0359fa, #003bba);
  color: #fff;
  font-weight: 600;
  padding: 14px 20px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  width: 100%;
}

.otc-submit input[type=submit]:hover {
  background: linear-gradient(135deg, #004de5, #0033a5);
}

/* Success message */
.wpcf7 form.sent .wpcf7-response-output {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #dfe3eb;
  padding: 25px;
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  max-width: 450px;
  margin: 30px auto 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.wpcf7 form.sent .wpcf7-response-output::before {
  content: "✅ Thank you!";
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.otc-field select {
  color: #444;
}

.otc-field select option:first-child {
  color: #8d94a1; /* сірий як placeholder */
}

.otc-field select:invalid {
  color: #8d94a1;
}

.wpcf7 form.sent .wpcf7-response-output::before {
  content: "Thank you!" !important;
}

/* === THANK YOU OVERLAY === */
.otc-thankyou {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(10, 15, 30, 0.9);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  z-index: 99999;
  justify-content: center;
  align-items: center;
  text-align: center;
  animation: fadeIn 0.3s ease forwards;
}

.otc-thankyou.active {
  display: flex;
}

.otc-thankyou-box {
  background: #fff;
  border-radius: 20px;
  padding: 40px 50px;
  max-width: 480px;
  width: 90%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  animation: scaleIn 0.35s ease forwards;
}

.otc-thankyou-box h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
}

.otc-thankyou-box p {
  font-size: 16px;
  color: #444;
  margin-bottom: 30px;
  line-height: 1.5;
}

.otc-thankyou-box button {
  border: 1.8px solid #0359fa;
  color: #0359fa;
  background: transparent;
  border-radius: 12px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.25s ease;
  width: 100%;
}

.otc-thankyou-box button:hover {
  background: #0359fa;
  color: #fff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.otc-popup {
  z-index: 100;
  /* стилі кнопки */
}
.otc-popup .otc-submit {
  height: 40px !important;
}
.otc-popup .wpcf7 form.sent .wpcf7-response-output {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #dfe3eb;
  padding: 0px 135px;
  text-align: center;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 !important;
  max-width: 100% !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  font-size: 20px;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.otc-popup .wpcf7 form.sent .wpcf7-response-output::before {
  font-size: 36px !important;
  margin-top: 60px !important;
}
@media (max-width: 991px) {
  .otc-popup .wpcf7 form.sent .wpcf7-response-output {
    padding: 0 !important;
  }
}
.otc-popup .cf7-close-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px; /* відступ від низу */
  z-index: 111;
  display: none;
  display: inline-block;
  margin-top: 25px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  color: #0359fa;
  border: 1.8px solid #0359fa;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 80%;
}
.otc-popup .cf7-close-btn:hover {
  background: #0359fa;
  color: #fff;
}

.otc-fiat {
  z-index: -1;
}

@media (max-width: 991px) {
  .otc-popup .wpcf7 form.sent .wpcf7-response-output {
    padding: 50px !important;
  }
}
/* Контейнер */
.custom-select-wrapper {
  position: relative;
  width: 100%;
}

/* Приховуємо нативний select */
.custom-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: 1.5px solid #dfe3eb;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  color: #000;
  cursor: pointer;
  transition: all 0.25s ease;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path fill='%230359fa' d='M0 0l6 8 6-8z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px;
}

/* При фокусі */
.custom-select-wrapper select:focus {
  border-color: #0359fa;
  box-shadow: 0 0 0 3px rgba(3, 89, 250, 0.1);
  outline: none;
}

/* “Меню” для кастомного варіанту */
.custom-select-wrapper::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Імітація відкритого стану (через клас, JS додає .open) */
.custom-select-wrapper.open select {
  border-color: #0359fa;
}

/* Стилі для кастомного меню */
.custom-select-options {
  display: none;
  position: absolute;
  background: #fff;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  z-index: 100;
  overflow: hidden;
  animation: fadeIn 0.25s ease;
}

.custom-select-wrapper.open .custom-select-options {
  display: block;
}

/* Окремий пункт */
.custom-select-option {
  padding: 14px 20px;
  border-bottom: 1px solid #f1f1f1;
  transition: background 0.2s ease;
}

.custom-select-option:last-child {
  border-bottom: none;
}

.custom-select-option:hover {
  background: #f6f8ff;
  color: #0359fa;
  font-weight: 600;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wpcf7-select option:first-child {
  color: #999;
}

.crypto-page-clients {
  background: #1a1a1a; /* темный фон */
  padding: 80px 0;
  /* 📱 Адаптив */
}
.crypto-page-clients .clients-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}
.crypto-page-clients .client-card {
  background: #0459fa;
  color: #fff;
  text-align: center;
  border-radius: 32px;
  padding: 40px 30px;
  width: 100%;
  max-width: 360px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.crypto-page-clients .client-card h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
.crypto-page-clients .client-card p {
  color: #dbeafe;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}
.crypto-page-clients .client-card:hover {
  background: #004be2;
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .crypto-page-clients .clients-grid {
    gap: 20px;
  }
  .crypto-page-clients .client-card {
    max-width: 300px;
    padding: 35px 25px;
  }
}
@media (max-width: 767px) {
  .crypto-page-clients {
    padding: 60px 20px;
  }
  .crypto-page-clients .clients-grid {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .crypto-page-clients .client-card {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
  }
}

.crypto-page-clients-section {
  padding-bottom: 30px !important;
}

.crypto-text {
  margin-bottom: 0px !important;
}

.crypto-text-add {
  margin-top: 0px !important;
}

.crypto-text,
.crypto-text-add {
  max-width: 100% !important;
  width: 50% !important;
}

@media (max-width: 991px) {
  .crypto-text-add,
  .crypto-text {
    width: 100% !important;
  }
}
.coming-soon-crypto {
  background: #e92b2b;
  max-width: 159px !important;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  padding: 5px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 30px;
}

.app-hero-page {
  padding-top: 60px !important;
}

@media (max-width: 991px) {
  .app-hero-page {
    padding-top: 30px !important;
  }
}
.vip-text-add {
  width: 41% !important;
  margin: 0 auto;
  text-align: center !important;
}

@media (max-width: 991px) {
  .vip-text-add {
    width: 100% !important;
  }
}
.fiat-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.fiat-buttons .btn {
  padding: 14px 65px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
}
.fiat-buttons .btn.btn-primary {
  background: #0459fa;
  color: #fff;
  border: none;
}
.fiat-buttons .btn.btn-primary:hover {
  background: #004be2;
}
.fiat-buttons .btn.btn-outline {
  background: transparent;
  border: 2px solid #0459fa;
  color: #0459fa;
}
.fiat-buttons .btn.btn-outline:hover {
  background: #0459fa;
  color: #fff;
}

.crypto-text-prefooter {
  max-width: 100% !important;
  margin-bottom: 25px !important;
}

.payment-section {
  background: #edf1f2;
}

.vip-cards-subtitle {
  text-align: center;
  margin-bottom: 30px !important;
}

.vip-cards-title {
  margin-bottom: 30px !important;
}

.payment-section .why-card {
  background-color: #fff !important;
}

@media (max-width: 991px) {
  .vip-buttons {
    flex-direction: column !important;
  }
}
/* Overlay */
.vip-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 15, 30, 0.85);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

/* Popup */
.vip-popup {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  width: 90%;
  max-width: 700px;
  position: relative;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
  animation: popupIn 0.4s ease forwards;
}

/* CF7 form inside */
.vip-form-wrapper input,
.vip-form-wrapper select,
.vip-form-wrapper textarea {
  border: none;
  background: #f3f5f9;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 15px;
  color: #333;
  width: 100%;
}

.vip-form-wrapper input:focus,
.vip-form-wrapper select:focus {
  outline: 2px solid #0359fa;
}

.vip-form-wrapper input[type=submit] {
  grid-column: 1/-1;
  background: #0359fa;
  color: #fff;
  font-weight: 600;
  padding: 14px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.vip-form-wrapper input[type=submit]:hover {
  background: #0248d1;
}

/* Close button */
.vip-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
  color: #555;
  transition: color 0.3s;
}

.vip-close:hover {
  color: #000;
}

@keyframes popupIn {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Show state */
.vip-overlay.active {
  display: flex;
  opacity: 1;
}

/* ===== vip FORM ===== */
.vip-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px 20px;
  align-items: center;
}

.vip-form-grid .vip-textarea {
  grid-column: 1/-1 !important; /* розтягує на всі колонки */
  justify-self: stretch !important; /* замість center */
  align-self: start !important;
  width: 100% !important;
  max-width: 100% !important; /* прибирає обмеження 400px */
}

.vip-fiat textarea {
  grid-column: 1/-1; /* розтягує textarea на весь рядок */
  justify-self: center; /* центрує */
  width: 100%;
  max-width: 400px;
}

.vip-field input,
.vip-field select {
  width: 100%;
  background: #f3f5f9;
  border: none;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 15px;
  color: #222;
  font-family: inherit;
  transition: all 0.2s ease;
}

.vip-field input::-moz-placeholder {
  color: #8d94a1;
}

.vip-field input::placeholder {
  color: #8d94a1;
}

.vip-field input:focus,
.vip-field select:focus {
  outline: 2px solid #0359fa;
  background: #fff;
}

.vip-submit {
  grid-column: 1/-1;
  text-align: center;
  margin-top: 5px;
}

.vip-submit input[type=submit] {
  background: linear-gradient(135deg, #0359fa, #003bba);
  color: #fff;
  font-weight: 600;
  padding: 14px 20px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  width: 100%;
}

.vip-submit input[type=submit]:hover {
  background: linear-gradient(135deg, #004de5, #0033a5);
}

/* Success message */
.wpcf7 form.sent .wpcf7-response-output {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #dfe3eb;
  padding: 25px;
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  max-width: 450px;
  margin: 30px auto 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.wpcf7 form.sent .wpcf7-response-output::before {
  content: "✅ Thank you!";
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.vip-field select {
  color: #444;
}

.vip-field select option:first-child {
  color: #8d94a1; /* сірий як placeholder */
}

.vip-field select:invalid {
  color: #8d94a1;
}

.wpcf7 form.sent .wpcf7-response-output::before {
  content: "Thank you!" !important;
}

/* === THANK YOU OVERLAY === */
.vip-thankyou {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(10, 15, 30, 0.9);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  z-index: 99999;
  justify-content: center;
  align-items: center;
  text-align: center;
  animation: fadeIn 0.3s ease forwards;
}

.vip-thankyou.active {
  display: flex;
}

.vip-thankyou-box {
  background: #fff;
  border-radius: 20px;
  padding: 40px 50px;
  max-width: 480px;
  width: 90%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  animation: scaleIn 0.35s ease forwards;
}

.vip-thankyou-box h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
}

.vip-thankyou-box p {
  font-size: 16px;
  color: #444;
  margin-bottom: 30px;
  line-height: 1.5;
}

.vip-thankyou-box button {
  border: 1.8px solid #0359fa;
  color: #0359fa;
  background: transparent;
  border-radius: 12px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.25s ease;
  width: 100%;
}

.vip-thankyou-box button:hover {
  background: #0359fa;
  color: #fff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.vip-popup {
  z-index: 100;
  /* стилі кнопки */
}
.vip-popup .vip-submit {
  height: 40px !important;
}
.vip-popup .wpcf7 form.sent .wpcf7-response-output {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #dfe3eb;
  padding: 0px 135px;
  text-align: center;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 !important;
  max-width: 100% !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  font-size: 20px;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.vip-popup .wpcf7 form.sent .wpcf7-response-output::before {
  font-size: 36px !important;
  margin-top: 60px !important;
}
@media (max-width: 991px) {
  .vip-popup .wpcf7 form.sent .wpcf7-response-output {
    padding: 0 !important;
  }
}
.vip-popup .cf7-close-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px; /* відступ від низу */
  z-index: 111;
  display: none;
  display: inline-block;
  margin-top: 25px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  color: #0359fa;
  border: 1.8px solid #0359fa;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 80%;
}
.vip-popup .cf7-close-btn:hover {
  background: #0359fa;
  color: #fff;
}

.vip-fiat {
  z-index: -1;
}

@media (max-width: 991px) {
  .vip-popup .wpcf7 form.sent .wpcf7-response-output {
    padding: 50px !important;
  }
}
/* Контейнер */
.custom-select-wrapper {
  position: relative;
  width: 100%;
}

/* Приховуємо нативний select */
.custom-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: 1.5px solid #dfe3eb;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  color: #000;
  cursor: pointer;
  transition: all 0.25s ease;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path fill='%230359fa' d='M0 0l6 8 6-8z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px;
}

/* При фокусі */
.custom-select-wrapper select:focus {
  border-color: #0359fa;
  box-shadow: 0 0 0 3px rgba(3, 89, 250, 0.1);
  outline: none;
}

/* “Меню” для кастомного варіанту */
.custom-select-wrapper::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Імітація відкритого стану (через клас, JS додає .open) */
.custom-select-wrapper.open select {
  border-color: #0359fa;
}

/* Стилі для кастомного меню */
.custom-select-options {
  display: none;
  position: absolute;
  background: #fff;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  z-index: 100;
  overflow: hidden;
  animation: fadeIn 0.25s ease;
}

.custom-select-wrapper.open .custom-select-options {
  display: block;
}

/* Окремий пункт */
.custom-select-option {
  padding: 14px 20px;
  border-bottom: 1px solid #f1f1f1;
  transition: background 0.2s ease;
}

.custom-select-option:last-child {
  border-bottom: none;
}

.custom-select-option:hover {
  background: #f6f8ff;
  color: #0359fa;
  font-weight: 600;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wpcf7-select option:first-child {
  color: #999;
}

@media (max-width: 991px) {
  .vip-form-grid {
    grid-template-columns: 1fr !important; /* одна колонка */
  }
  .vip-form-grid .vip-textarea {
    grid-column: 1 !important; /* повертаємо звичайну позицію */
    width: 100% !important;
    max-width: 100% !important;
  }
}
.ramp-prefooter {
  margin: 0 auto;
  width: 50% !important;
  margin-bottom: 0px !important;
}

.ramp-page-clinets {
  padding-top: 50px !important;
  padding-bottom: 60px !important;
}

@media (max-width: 991px) {
  .ramp-buttons .btn {
    padding: 14px 35px !important;
  }
  .ramp-buttons {
    flex-direction: column !important;
  }
}
.app-hero-page .subtitle {
  font-size: 20px !important;
}

.app-heading-block h2 {
  width: 100% !important;
  font-weight: 600 !important;
}

.app-hero-section .why-card {
  background-color: transparent !important;
  border: 1px solid #0359fa !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.app-hero-section .why-card p {
  width: 100% !important;
  color: #0359fa !important;
  font-weight: 600;
}

@media (max-width: 991px) {
  .app-heading-block h2,
  .app-hero-page h2 {
    width: 98% !important;
  }
  .app-hero-section {
    padding-top: 0px !important;
  }
  .app-hero-section .why-card {
    min-height: 134px !important;
  }
}
.app-second-section .why-card {
  background-color: #0359fa !important;
  border-radius: 32px;
  padding: 40px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.app-second-section .why-card .why-text {
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.app-second-section .why-card h4 {
  font-size: 24;
  font-weight: 600;
}
.app-second-section .why-card p {
  font-size: 16px;
  font-weight: 400;
}

.app-third .why-card p {
  width: 100% !important;
}

.architecture ul {
  margin: 0 !important;
}
.architecture h4 {
  color: #1a1a1c;
  font-weight: 700 !important;
  text-align: left;
}
.architecture p {
  color: rgba(26, 26, 28, 0.5019607843) !important;
  list-style-position: inside;
  padding-left: 20px;
  width: 110%;
  text-align: left;
  padding-right: 0 !important;
  margin-right: 0 !important;
  position: relative;
}
.architecture p::before {
  content: "• ";
  color: rgba(26, 26, 28, 0.5019607843);
  font-weight: 600;
  position: absolute;
  left: 0px;
  top: 0; /* чуть подровнять по вертикали */
}
.architecture h4 {
  font-size: 24px !important;
  padding: 0 !important;
}
.architecture .why-card {
  background-color: #fff;
  border-radius: 32px;
  padding: 40px 55px;
  display: flex;
  align-items: stretch !important;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: auto;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
@media (max-width: 991px) {
  .architecture .why-card {
    padding: 40px 38px;
  }
}

.app-pre .how-to-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1.2;
}
.app-pre .how-to-content .subtitle {
  font-size: 20px;
  color: #8a8a8a;
  margin-bottom: 40px;
}
.app-pre .how-to-content .steps {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.app-pre .how-to-content .steps li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  padding-bottom: 35px;
}
.app-pre .how-to-content .steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 25px;
  height: 100%;
  width: 2px;
  background: #0359fa !important;
  z-index: 1;
}
.app-pre .how-to-content .steps li .number {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0359fa !important;
  color: #fff !important;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 2;
}
.app-pre .how-to-content .steps li h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0px !important;
  width: 100% !important;
}
.app-pre .how-to-content .steps li p {
  font-size: 15px;
  color: #666;
  margin: 0;
}
.app-pre .app-pre p {
  margin: 0 auto;
  margin-bottom: 60px !important;
}
.app-pre html body .fiat-platform .app-hero-sub-wrapper {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
@media (max-width: 991px) {
  .app-pre .app-hero-sub {
    font-size: 37px !important;
  }
}
@media (max-width: 991px) {
  .app-pre .app-buttons {
    flex-direction: column !important;
  }
}/*# sourceMappingURL=pages.css.map */