/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 5.2
*/

body.atme-modal-open,
html.atme-modal-open {
  overflow: hidden !important;
}

@font-face {
  font-family: "Aeonik Pro";
  src: url("fonts/AeonikPro-Regular.woff2") format("woff2"),
    url("fonts/AeonikPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "Aeonik Pro Light";
  src: url("fonts/Aeonik-Pro-Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro Medium";
  src: url("fonts/Aeonik Pro Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ── Press Releases slider (About page) ── */

.atme-pr-section {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0;
}

.atme-pr-heading {
  text-align: center;
  font-family: "Aeonik Pro", sans-serif;
  color: #372382;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 36px !important;
  line-height: 1.2 !important;
}

.atme-pr-grid {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.atme-pr-grid::-webkit-scrollbar {
  display: none;
}

.atme-pr-card {
  flex: 0 0 calc(33.333% - 16px);
  scroll-snap-align: start;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  min-width: 0;
}

.atme-pr-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 28px 26px;
  min-height: 300px;
}

.atme-pr-card-content {
  flex: 1;
}

h3.atme-pr-title,
.atme-pr-section h3.atme-pr-title {
  font-family: "Aeonik Pro", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  margin: 0 0 14px !important;
  letter-spacing: 0 !important;
}

h3.atme-pr-title a,
.atme-pr-section h3.atme-pr-title a {
  color: #19144b !important;
  text-decoration: none !important;
  cursor: pointer;
}

h3.atme-pr-title a:hover,
.atme-pr-section h3.atme-pr-title a:hover {
  color: #5f19c8 !important;
}

.atme-pr-excerpt {
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

.atme-pr-date {
  display: block;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  color: #999;
  margin-top: 20px;
}

/* Pagination */
.atme-pr-pagination {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.atme-pr-pagination a,
.atme-pr-pagination .current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}

.atme-pr-pagination a {
  color: #19144b;
  border: 1px solid #d0d0d0;
  background: transparent;
}

.atme-pr-pagination a:hover {
  background: #eee;
}

.atme-pr-pagination .current {
  background: #372382;
  color: #fff;
  border: 1px solid #372382;
  font-weight: 600;
}

/* ── Press Release Popup ── */

.atme-pr-popup {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.atme-pr-popup--visible {
  opacity: 1;
}

.atme-pr-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.atme-pr-popup-container {
  position: relative;
  display: flex;
  width: 70%;
  height: 70%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.atme-pr-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  font-size: 28px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  line-height: 1;
}
.atme-pr-popup-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

.atme-pr-popup-left {
  flex: 1;
  background: #fff;
  overflow-y: auto;
  padding: 48px 40px;
}

.atme-pr-popup-right {
  width: 45%;
  flex-shrink: 0;
  background: #19144b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.atme-pr-popup-right img {
  max-width: 65%;
  height: auto;
}

.atme-pr-popup-title {
  font-family: "Aeonik Pro", sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #19144b !important;
  margin: 0 0 8px !important;
  line-height: 1.3 !important;
}

.atme-pr-popup-date {
  display: block;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  color: #999;
  margin-bottom: 24px;
}

.atme-pr-popup-text {
  font-family: "Aeonik Pro", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}
.atme-pr-popup-text p {
  margin: 0 0 16px !important;
}

/* Skeleton */
.atme-pr-popup-skeleton {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.atme-pr-skel-title,
.atme-pr-skel-date,
.atme-pr-skel-line {
  background: #e5e7eb;
  border-radius: 6px;
  animation: atme-skel-pulse 1.2s ease-in-out infinite;
}
.atme-pr-skel-title {
  width: 70%;
  height: 28px;
}
.atme-pr-skel-date {
  width: 30%;
  height: 16px;
  margin-bottom: 10px;
}
.atme-pr-skel-line {
  width: 100%;
  height: 14px;
}
.atme-pr-skel-line.short {
  width: 60%;
}
@keyframes atme-skel-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* Mobile */
@media (max-width: 767px) {
  .atme-pr-card {
    flex: 0 0 100%;
  }

  .atme-pr-card-inner {
    min-height: auto;
    padding: 22px 20px;
  }

  .atme-pr-heading {
    margin-bottom: 28px;
  }

  .atme-pr-pagination--dots {
    gap: 6px;
  }

  .atme-pr-pagination--dots a,
  .atme-pr-pagination--dots .current {
    width: 10px;
    height: 10px;
    min-width: 10px;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    border: none;
    background: #d0d0d0;
    padding: 0;
    transition: background 0.2s;
  }

  .atme-pr-pagination--dots .current {
    background: #372382;
  }

  .atme-pr-pagination--dots a:hover {
    background: #9b8cc2;
  }

  .atme-pr-popup-container {
    width: 95%;
    height: 85%;
    flex-direction: column;
  }

  .atme-pr-popup-right {
    display: none;
  }

  .atme-pr-popup-left {
    padding: 32px 20px;
  }

  .atme-pr-popup-close {
    background: rgba(0, 0, 0, 0.1);
    color: #333;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .atme-pr-card {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .atme-pr-card {
    flex: 0 0 calc(50% - 12px);
  }
}

/* ── Careers section headings ── */

#atme-careers-section .vc_column-inner > .wpb_wrapper {
  text-align: center !important;
}

#atme-careers-section .wpb_text_column:not(.hover-over-text) {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#atme-careers-section h2 {
  text-align: center !important;
  color: #372382 !important;
  font-family: "Aeonik Pro", sans-serif !important;
  font-weight: 400 !important;
}

#atme-careers-section .wpb_text_column:not(.hover-over-text) .wpb_wrapper,
#atme-careers-section .wpb_text_column:not(.hover-over-text) .wpb_wrapper p {
  text-align: center !important;
}

#atme-careers-section h3 {
  text-align: center !important;
  color: #19144b !important;
  font-family: "Aeonik Pro", sans-serif !important;
  font-weight: 600 !important;
}

/* ── Careers "What drives us" accordion ── */

/* Container: single column, centered, ~65% width */
#atme-career-values .wpb_column .vc_column-inner > .wpb_wrapper {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  grid-template-columns: none !important;
  max-width: 700px !important;
  margin: 0 auto !important;
}

/* Each accordion card */
#atme-career-values .hover-over-text {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  position: relative !important;
}

#atme-career-values .hover-over-text .wpb_wrapper {
  position: relative !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  background: #f6f6f6 !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  padding: 20px 54px 20px 58px !important;
  height: auto !important;
  min-height: 0 !important;
  cursor: pointer;
  transition: box-shadow 0.2s;
  overflow: hidden !important;
}

#atme-career-values .hover-over-text .wpb_wrapper:hover {
  height: auto !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12) !important;
}

/* Hide old SVG ::before icons */
#atme-career-values .hover-over-text .wpb_wrapper::before {
  display: none !important;
  content: none !important;
  background-image: none !important;
}

/* Icon (left) - PNG image, injected via JS */
#atme-career-values .atme-career-icon {
  position: absolute !important;
  left: 18px !important;
  top: 17px !important;
  width: 20px !important;
  height: 20px !important;
  object-fit: contain !important;
}

/* Toggle icon (right) - PNG image, injected via JS */
#atme-career-values .hover-over-text .wpb_wrapper::after {
  display: none !important;
  content: none !important;
}

#atme-career-values .atme-career-toggle {
  position: absolute !important;
  right: 20px !important;
  top: 18px !important;
  width: 20px !important;
  height: 20px !important;
  object-fit: contain !important;
  transition: transform 0.3s;
}

/* Title */
#atme-career-values .hover-over-text .wpb_wrapper h5 {
  color: #8633E9 !important;
  font-family: "Aeonik Pro", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
  flex: 1 !important;
  pointer-events: none;
  text-align: left !important;
}

/* Content text - collapsed by default */
#atme-career-values .hover-over-text .wpb_wrapper p {
  width: 100% !important;
  color: #333 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.35s ease, padding-top 0.35s ease;
  padding-top: 0 !important;
  text-align: left !important;
}

/* Content text - expanded */
#atme-career-values .hover-over-text.active .wpb_wrapper p {
  max-height: 300px !important;
  padding-top: 12px !important;
}

/* Override original hover behavior completely */
#atme-career-values .hover-over-text:hover .wpb_wrapper h5 ~ * {
  opacity: 1 !important;
}

#atme-career-values .hover-over-text:hover .wpb_wrapper {
  height: auto !important;
}

#atme-career-values .hover-over-text .wpb_wrapper h5:hover {
  cursor: pointer !important;
}

@media (max-width: 999px) {
  #atme-career-values .wpb_column .vc_column-inner > .wpb_wrapper {
    max-width: 100% !important;
    padding: 0 16px !important;
  }

  #atme-career-values .hover-over-text .wpb_wrapper {
    padding: 16px 48px 16px 52px !important;
  }

  #atme-career-values .hover-over-text .wpb_wrapper h5 {
    font-size: 14px !important;
  }

}

/* ===== CV Modal ===== */
.atme-cv-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.atme-cv-modal--visible {
  opacity: 1;
}

.atme-cv-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.atme-cv-modal-content {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 16px;
  max-width: 740px;
  width: 92%;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.atme-cv-modal-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  max-height: 90vh;
  padding: 42px 28px 43px;
}

.atme-cv-modal--visible .atme-cv-modal-content {
  transform: translateY(0);
}

.atme-cv-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  font-size: 20px !important;
  line-height: 1 !important;
  color: #6B7280;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  vertical-align: middle !important;
  transition: color 0.2s, border-color 0.2s;
  z-index: 2;
}

/* Перебиваем body[data-button-style^="rounded"] button { border-radius: 200px } из темы Salient */
#atme-cv-modal .atme-cv-modal-close,
#atme-rc-modal .atme-cv-modal-close,
#atme-otc-modal .atme-cv-modal-close {
  width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border: 1.5px solid #D1D5DB !important;
  background: #fff !important;
  padding: 0 !important;
  box-shadow: none !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.atme-cv-modal-close:hover {
  color: #19144b;
}

.atme-cv-modal-title {
  font-family: 'Aeonik Pro', 'Inter', sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: #19144b;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1.3;
}

/* Info bar */
.atme-cv-info-bar {
  background: #F3F4F6;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 16px;
  font-size: 13px;
  color: #4B5563;
  line-height: 1.4;
}
.atme-cv-info-bar p {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
  white-space: nowrap;
}

.atme-cv-info-bar .info-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.atme-cv-info-bar .info-icon svg {
  display: block;
}

/* Two-column layout */
.atme-cv-two-col {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 0;
}

.atme-cv-two-col .atme-cv-field {
  flex: 1;
  min-width: 0;
}

/* Field wrapper */
.atme-cv-field {
  margin-bottom: 15px;
}
#atme-cv-modal .wpcf7-form > p,
#atme-rc-modal .wpcf7-form > p {
  margin-bottom: 15px !important;
}
#atme-cv-modal .wpcf7-form > .atme-cv-field,
#atme-rc-modal .wpcf7-form > .atme-cv-field {
  margin-bottom: 15px !important;
}
#atme-cv-modal .atme-cv-field p,
#atme-cv-modal .wpcf7-form .atme-cv-field p,
#atme-rc-modal .atme-cv-field p,
#atme-rc-modal .wpcf7-form .atme-cv-field p {
  padding: 0 !important;
  margin: 0 !important;
}

.atme-cv-field label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #19144B;
  margin-bottom: 8px;
  line-height: 1.2;
}

/* Input styling */
#atme-cv-modal .wpcf7-form-control-wrap,
#atme-rc-modal .wpcf7-form-control-wrap {
  display: block;
}

#atme-cv-modal input[type="text"],
#atme-cv-modal input[type="email"],
#atme-cv-modal textarea,
#atme-rc-modal input[type="text"],
#atme-rc-modal input[type="email"],
#atme-rc-modal textarea {
  width: 100% !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 16px !important;
  padding: 16px 18px !important;
  font-size: 18px !important;
  font-family: 'Montserrat', sans-serif !important;
  color: #19144b !important;
  background: #fff !important;
  box-sizing: border-box !important;
  outline: none !important;
  transition: border-color 0.2s ease !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

#atme-cv-modal input[type="text"]:focus,
#atme-cv-modal input[type="email"]:focus,
#atme-cv-modal textarea:focus,
#atme-rc-modal input[type="text"]:focus,
#atme-rc-modal input[type="email"]:focus,
#atme-rc-modal textarea:focus {
  border-color: #5f19c8 !important;
}

#atme-cv-modal input::placeholder,
#atme-cv-modal textarea::placeholder,
#atme-rc-modal input::placeholder,
#atme-rc-modal textarea::placeholder {
  color: #9CA3AF !important;
}

#atme-cv-modal textarea,
#atme-rc-modal textarea {
  min-height: 80px !important;
  max-height: 120px !important;
  height: 80px !important;
  resize: vertical !important;
}

#atme-rc-modal .atme-cv-field textarea.wpcf7-textarea[name="industry"] {
  min-height: 100px !important;
  max-height: 160px !important;
  height: 100px !important;
}

/* Submit row */
.atme-cv-submit-row {
  display: flex;
  align-items: stretch;
  gap: 6px;
  margin-top: 4px;
  flex-wrap: nowrap;
}
.atme-cv-submit-row > p {
  margin: 0 !important;
  padding: 0 !important;
}
.atme-cv-submit-row > p:first-child {
  flex-shrink: 0;
  width: 115px;
  display: flex;
  align-items: center;
}

#atme-rc-modal .atme-cv-submit-row > p:first-child {
  flex-shrink: 0;
  width: 200px;
  display: flex;
  align-items: center;
}

#atme-cv-modal .atme-cv-submit-row > p:first-child {
  width: 150px;
}

#atme-cv-modal .wpcf7-submit,
#atme-rc-modal .wpcf7-submit {
  background: #5f19c8 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 200px !important;
  padding: 16px 23px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1 !important;
  flex-shrink: 0;
}

#atme-cv-modal .wpcf7-submit:hover,
#atme-rc-modal .wpcf7-submit:hover {
  background: #4f14a8 !important;
}

.atme-cv-disclaimer {
  font-family: "Montserrat", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  color: #6B7280 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
  flex: 1;
  min-width: 0;
}

#atme-cv-modal .atme-cv-disclaimer {
  line-height: 2 !important;
}

.atme-cv-disclaimer a {
  color: #5f19c8 !important;
  text-decoration: underline !important;
}

.atme-cv-disclaimer a:hover {
  color: #4f14a8 !important;
}

/* Dropzone */
.atme-cv-dropzone {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #D1D5DB;
  border-radius: 10px;
  padding: 14px 12px;
  background: #F9FAFB;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.atme-cv-dropzone:hover,
.atme-cv-dropzone--dragover {
  border-color: #8633E9;
  background: #F9F5FF;
}

.atme-cv-dropzone-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.atme-cv-dropzone-icon {
  margin-bottom: 2px;
}

.atme-cv-dropzone-text {
  font-size: 13px;
  color: #4B5563;
  margin: 0;
  line-height: 1.4;
}

.atme-cv-dropzone-link {
  font-size: 13px;
  color: #8633E9 !important;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.atme-cv-dropzone-hint {
  font-size: 12px;
  color: #9CA3AF;
  margin: 0;
  line-height: 1.4;
}

/* File preview */
.atme-cv-file-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #D1D5DB;
  border-radius: 10px;
  padding: 12px 16px;
  background: #F9FAFB;
}

.atme-cv-file-info {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.atme-cv-file-ext {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8633E9;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 6px 8px;
  min-width: 36px;
  flex-shrink: 0;
}

.atme-cv-file-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.atme-cv-file-name {
  font-size: 13px;
  font-weight: 500;
  color: #19144b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.atme-cv-file-size {
  font-size: 12px;
  color: #9CA3AF;
}

.atme-cv-file-remove {
  background: none;
  border: none;
  cursor: pointer;
  color: #9CA3AF;
  padding: 4px;
  flex-shrink: 0;
  transition: color 0.2s;
}

.atme-cv-file-remove:hover {
  color: #EF4444;
}

/* Validation errors */
#atme-cv-modal input[type="text"].wpcf7-not-valid,
#atme-cv-modal input[type="email"].wpcf7-not-valid,
#atme-cv-modal textarea.wpcf7-not-valid,
#atme-cv-modal input[type="file"].wpcf7-not-valid,
#atme-rc-modal input[type="text"].wpcf7-not-valid,
#atme-rc-modal input[type="email"].wpcf7-not-valid,
#atme-rc-modal textarea.wpcf7-not-valid {
  border-color: #EF4444 !important;
}

#atme-cv-modal .wpcf7-not-valid-tip,
#atme-rc-modal .wpcf7-not-valid-tip {
  display: block;
  color: #EF4444;
  font-size: 13px;
  margin-top: 4px;
  line-height: 1.4;
  box-shadow: none !important;
  text-shadow: none !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
#atme-cv-modal .wpcf7-form-control-wrap,
#atme-rc-modal .wpcf7-form-control-wrap {
  box-shadow: none !important;
}
/* CF7 <br> between fields — убираем лишние отступы во всех наших модалках */
#atme-cv-modal br,
#atme-rc-modal br,
#atme-otc-modal br {
  display: none;
}

#atme-cv-modal .wpcf7-form.invalid .atme-cv-dropzone {
  border-color: #EF4444;
  background: #FEF2F2;
}

#atme-cv-modal .wpcf7-response-output,
#atme-rc-modal .wpcf7-response-output {
  border: none !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  margin: 16px 0 0 0 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  display: none !important;
}

/* Error banner (injected by JS) */
.atme-cv-error-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FEF2F2;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 24px;
  font-size: 13px;
  color: #DC2626;
  line-height: 1.4;
}

.atme-cv-error-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.atme-cv-error-icon svg {
  display: block;
}

/* Success banner */
.atme-cv-success-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #F0FDF4;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 24px;
  font-size: 13px;
  color: #16A34A;
  line-height: 1.4;
}

/* Dropzone error state */
.atme-cv-dropzone--error {
  border-color: #EF4444 !important;
  background: #FEF2F2 !important;
}

/* Client-side file validation (cv-modal.js) */
.atme-cv-file-field .atme-cv-file-client-error {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #DC2626;
}


#atme-cv-modal .atme-cv-file-preview.atme-cv-file-preview--error {
  border-color: #EF4444 !important;
  background: #FEF2F2 !important;
}

/* CV file row: server spam / invalid file / client validation (cv-modal.js) */
#atme-cv-modal .atme-cv-file-field.atme-cv-file-field--highlight-error > label {
  color: #DC2626;
}

#atme-cv-modal .atme-cv-file-field.atme-cv-file-field--highlight-error .atme-cv-dropzone {
  border-color: #EF4444 !important;
  background: #FEF2F2 !important;
}


/* Hide CF7 default screen-reader-response and response-output */
#atme-cv-modal .screen-reader-response,
#atme-rc-modal .screen-reader-response {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

/* CF7 spinner */
#atme-cv-modal .wpcf7-spinner,
#atme-rc-modal .wpcf7-spinner {
  display: inline-block;
  margin-left: 8px;
}

/* Hide default CF7 file display */
#atme-cv-modal .atme-cv-file-field .wpcf7-form-control-wrap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* Yes/No toggle buttons */
.atme-cv-toggle-group {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}
.atme-cv-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #D1D5DB;
  border-radius: 20px;
  padding: 6px 20px;
  font-size: 14px;
  font-family: 'Inter', 'Aeonik Pro', sans-serif;
  color: #6B7280;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, font-weight 0.2s;
  line-height: 1.4;
}
.atme-cv-toggle-btn:hover {
  border-color: #9CA3AF;
}
.atme-cv-toggle-btn.active {
  background-color: #efe8f9;
  border-color: #5F19C8;
  color: #5F19C8;
  font-weight: 600;
}
.atme-cv-toggle-field .wpcf7-radio .wpcf7-list-item {
  display: none;
}

/* Success screen */
.atme-cv-success-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 20px 32px;
}

.atme-cv-success-icon {
  margin-bottom: 24px;
}

.atme-cv-success-title {
  font-family: 'Aeonik Pro', 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #19144b;
  margin: 0 0 4px;
  line-height: 1.3;
}

.atme-cv-success-text {
  font-size: 16px;
  color: #6B7280;
  margin: 0 0 32px;
  line-height: 1.5;
}

.atme-cv-success-btn {
  background: #19144b;
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}

.atme-cv-success-btn:hover {
  background: #2d2566;
}

/* Admin bar offset */
.admin-bar .atme-cv-modal {
  top: 32px;
  height: calc(100% - 32px);
}
.admin-bar .atme-cv-modal-content {
  max-height: calc(90vh - 32px);
}
.admin-bar .atme-cv-modal-scroll {
  max-height: calc(90vh - 32px);
}

@media screen and (max-width: 782px) {
  .admin-bar .atme-cv-modal {
    top: 46px;
    height: calc(100% - 46px);
  }
  .admin-bar .atme-cv-modal-content {
    max-height: calc(100vh - 46px);
  }
  .admin-bar .atme-cv-modal-scroll {
    max-height: calc(100vh - 46px);
  }
}

/* Mobile styles */
@media (max-width: 768px) {
  .atme-cv-modal {
    align-items: flex-start;
  }

  .atme-cv-modal-content {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: none !important;
    border-radius: 0;
  }

  .atme-cv-modal-scroll {
    padding: 16px 20px calc(24px + max(env(safe-area-inset-bottom, 0px), var(--safe-area-bottom, 0px)));
    max-height: 100% !important;
  }

  .atme-cv-modal-close {
    width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border: 1.5px solid #D1D5DB !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 0 !important;
    background: #fff !important;
  }

  .atme-cv-modal-title {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .atme-cv-two-col {
    flex-direction: column;
    gap: 0;
  }

  .atme-cv-two-col .atme-cv-field {
    width: 100%;
  }

  .atme-cv-submit-row {
    flex-direction: column;
    align-items: center;
  }

  .atme-cv-submit-row > p:first-child {
    width: 100% !important;
  }

  .wpcf7-submit {
    width: 100% !important;
    text-align: center !important;
  }

  #atme-cv-modal .atme-cv-disclaimer,
  #atme-rc-modal .atme-cv-disclaimer,
  #atme-otc-modal .atme-cv-disclaimer {
    text-align: center !important;
    font-size: 14px !important;
    padding-top: 10px !important;
  }

  #atme-cv-modal input[type="text"],
  #atme-cv-modal input[type="email"],
  #atme-cv-modal input[type="tel"],
  #atme-cv-modal textarea,
  #atme-rc-modal input[type="text"],
  #atme-rc-modal input[type="email"],
  #atme-rc-modal input[type="tel"],
  #atme-rc-modal textarea,
  #atme-otc-modal input[type="text"],
  #atme-otc-modal input[type="email"],
  #atme-otc-modal input[type="tel"],
  #atme-otc-modal textarea {
    border-radius: 10px !important;
    padding: 10px 18px !important;
    font-size: 15px !important;
  }

  .atme-cv-field label {
    font-size: 14px !important;
  }

  .atme-cv-dropzone {
    padding: 20px 12px;
  }
}

/* =============================================
   HERO SECTION — Homepage
   ============================================= */

/* @media only screen and (min-width: 1000px) {
  .wpb_row.vc_row-o-full-height.top-level,
  .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
    min-height: auto !important;
  }
  .admin-bar .wpb_row.vc_row-o-full-height.top-level,
  .admin-bar .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
    min-height: calc(70vh - 32px) !important;
  }
} */

/* =============================================
   HERO SECTION — Standalone (shortcode-based)
   ============================================= */

.atme-hero-section {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  background-image: linear-gradient(135deg, #1B194E 0%, #1B194E 48%, #8633E9 100%) !important;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: calc(100vw * 0.10) var(--side-padding, 20px) calc(100vw * 0.08);
  color: #fff;
}

.atme-hero-content {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1200px;
  margin: 0;
  position: relative;
  min-height: 420px;
}

.atme-hero-text {
  flex: 0 0 50%;
  max-width: 600px;
  position: relative;
  z-index: 3;
}

.atme-hero-visual {
  flex: 1;
  position: relative;
  min-height: 350px;
}

.atme-hero-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.4;
  font-weight: 400;
  opacity: 0.85;
  margin: 0 0 12px;
  color: #fff;
}

.atme-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 115%;
  font-weight: 700;
  margin: 0 0 30px;
  color: #fff;
}

.atme-hero-btn {
  display: inline-block;
  padding: 16px 40px;
  background: #5F19C8;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}

.atme-hero-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  color: #fff;
}

/* Magnet image (logo + cubes combined) */
.hero-magnet-img {
  position: absolute;
  right: clamp(0px, 3vw, 50px);
  top: 50%;
  transform: translateY(-50%);
  max-width: 600px !important;
  width: 38vw !important;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.hero-magnet-mobile {
  display: none;
}

/* Сдвиг вправо только от 1331px; 1330px и ниже — левее */
@media (min-width: 1331px) {
  .atme-hero-visual .hero-magnet-desktop {
    transform: translate(28px, -50%);
  }
}

@media (max-width: 1330px) {
  .atme-hero-visual .hero-magnet-desktop {
    transform: translateY(-50%);
  }
}

/* =============================================
   MOBILE APP SECTION — Below Hero
   ============================================= */

.atme-hero-app-section {
  position: relative;
  z-index: 10;
  margin-top: -50px;
  padding: 0 5%;
}

/* Base desktop styles (1900px+) */
.atme-hero-app-inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.atme-hero-app-phones {
  flex-shrink: 0;
  background: linear-gradient(115deg, #d4c2ed 0%, #ddd8f0 35%, #fff 85%);
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px 15px 0 15px;
  min-width: 280px;
}

.atme-hero-app-phones .atme-app-phones-mobile {
  display: none;
}

.atme-hero-app-phones img {
  width: auto !important;
  max-width: 180px !important;
  height: auto !important;
  display: block;
  border-radius: 0;
}

.atme-hero-app-info {
  padding: 20px 24px;
  position: absolute;
  left: 200px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.atme-hero-app-title {
  font-family: 'Aeonik Pro', sans-serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  color: #19144B !important;
  margin: 0 0 8px;
}

.atme-hero-app-desc {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

.atme-hero-app-badges {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 15px;
}

.atme-hero-app-badges a {
  display: inline-block;
}

.atme-hero-app-badges .atme-badge {
  height: 40px;
  width: auto !important;
  max-width: none !important;
}

.atme-hero-app-qr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding: 15px;
}

.atme-hero-app-qr img {
  width: auto;
  max-width: none !important;
  display: block;
}

/* =============================================
   RESPONSIVE — Hero + App Section
   ============================================= */

@media only screen and (min-width: 1901px) {
  .atme-hero-app-info {
    left: 290px;
    padding: 12px 14px;
  }
}

@media only screen and (max-width: 1900px) {
  .atme-hero-app-inner {
    max-width: 1100px;
    border-radius: 20px;
    padding-right: 15px;
  }

  .atme-hero-app-phones {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
  }

  .atme-hero-app-info {
    left: 310px;
    width: 500px;
    padding: 14px 16px;
  }

  .atme-hero-app-title {
    font-size: 20px !important;
    margin: 0 0 6px;
  }

  .atme-hero-app-desc {
    font-size: 14px;
  }

  .atme-hero-app-badges .atme-badge {
    height: 38px;
  }

  .atme-hero-app-qr {
    padding: 12px;
  }
}

@media only screen and (max-width: 1600px) {
  .atme-hero-app-inner {
    max-width: 1100px;
    border-radius: 20px;
  }

  .atme-hero-app-phones {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .atme-hero-app-info {
    left: 310px;
    padding: 14px 16px;
  }

  .atme-hero-app-title {
    font-size: 19px !important;
    margin: 0 0 5px;
  }

  .atme-hero-app-desc {
    font-size: 14px;
  }

  .atme-hero-app-badges {
    gap: 10px;
    margin-bottom: 12px;
  }

  .atme-hero-app-badges .atme-badge {
    height: 36px;
  }

  .atme-hero-app-qr {
    padding: 10px;
  }
}

@media only screen and (max-width: 1400px) {
  .atme-hero-app-inner {
    max-width: 1000px;
    border-radius: 18px;
  }

  .atme-hero-app-phones {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  .atme-hero-app-info {
    left: 290px;
    padding: 12px 14px;
  }

  .atme-hero-app-title {
    font-size: 19px !important;
    margin: 0 0 4px;
  }

  .atme-hero-app-desc {
    font-size: 14px;
  }

  .atme-hero-app-badges {
    gap: 8px;
    margin-bottom: 10px;
  }

  .atme-hero-app-badges .atme-badge {
    height: 34px;
  }

  .atme-hero-app-qr {
    padding: 8px;
  }
}

@media only screen and (max-width: 1200px) {
  .atme-hero-app-inner {
    max-width: 1000px;
    border-radius: 16px;
  }

  .atme-hero-app-phones {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .atme-hero-app-info {
    left: 290px;
    padding: 10px 12px;
  }

  .atme-hero-app-title {
    font-size: 18px !important;
    margin: 0 0 4px;
  }

  .atme-hero-app-desc {
    font-size: 13px;
  }

  .atme-hero-app-badges {
    gap: 8px;
    margin-bottom: 8px;
  }

  .atme-hero-app-badges .atme-badge {
    height: 32px;
  }

  .atme-hero-app-qr {
    padding: 8px;
  }
}

@media only screen and (max-width: 1100px) {
  .atme-hero-app-info {
    width: 400px;
  }
}

@media only screen and (max-width: 999px) {
  .atme-hero-section {
    padding: 20px var(--side-padding, 20px) 60px;
  }

  .atme-hero-content {
    flex-direction: column;
    text-align: left;
    min-height: 0;
    gap: 20px;
  }

  .atme-hero-text {
    flex: none;
    max-width: 100%;
    order: 2;
  }

  .atme-hero-visual {
    min-height: 0;
    order: 1;
    position: relative;
  }

  .hero-magnet-desktop {
    display: none;
  }

  .hero-magnet-mobile {
    display: block;
    position: relative;
    top: auto;
    transform: none;
    max-width: 280px;
    width: 100%;
    margin: 20px auto 10px;
  }

  .atme-hero-title {
    font-family: 'Aeonik Pro', sans-serif !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    color: #F6F6F6 !important;
    text-align: left;
    line-height: 1.1;
  }

  .atme-hero-subtitle {
    font-family: 'Aeonik Pro', sans-serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #F6F6F6 !important;
    text-align: left;
  }

  .atme-hero-btn {
    font-family: 'Aeonik Pro', sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #F6F6F6 !important;
    background: #5F19C8 !important;
    margin: 0;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    width: fit-content;
  }

  .atme-hero-app-inner {
    display: block;
    position: static;
    overflow: visible;
    max-width: none;
    text-align: center;
    padding: 0;
    border-radius: 16px;
    gap: 0;
  }

  .atme-hero-app-info {
    position: relative;
    transform: none;
    left: auto;
    width: auto;
    padding: 20px 12px 12px;
  }

  .atme-hero-app-info::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    height: 30px;
    background: #fff;
    box-shadow: 0 -15px 20px 10px rgba(255, 255, 255, 0.95);
    z-index: 333;
  }

  .atme-hero-app-phones {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-bottom: -25px;
    flex-shrink: initial;
    background: linear-gradient(to bottom, #c8c4f0, #fff);
    padding-top: 30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    z-index: 2;
  }

  .atme-hero-app-phones .atme-app-phones-desktop {
    display: none;
  }

  .atme-hero-app-phones .atme-app-phones-mobile {
    display: block;
  }

  .atme-hero-app-phones img {
    width: auto !important;
    max-width: 180px !important;
    height: auto !important;
    margin: 0 auto;
    border-radius: 0;
    object-fit: initial;
  }

  .atme-hero-app-badges {
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
  }

  .atme-hero-app-badges .atme-badge {
    height: 32px;
  }

  .atme-hero-app-qr {
    display: none;
  }

  .atme-hero-app-title {
    font-size: 18px !important;
    padding-top: 20px;
    margin: 0 0 4px;
  }

  .atme-hero-app-desc {
    font-size: 12px !important;
    padding: 0 20px 20px;
  }

  .atme-hero-app-section {
    margin-top: -40px;
    padding: 0 4%;
  }
}

@media only screen and (max-width: 590px) {
  /* .using-mobile-browser .wpb_row.vc_row-o-full-height.top-level,
  .using-mobile-browser .wpb_row.vc_row-o-full-height.top-level > .col.span_12,
  [data-permanent-transparent="1"].using-mobile-browser .wpb_row.vc_row-o-full-height.top-level,
  [data-permanent-transparent="1"].using-mobile-browser .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
    min-height: calc(60vh - 76px) !important;
  } */

  .atme-hero-title {
    font-size: 40px !important;
    line-height: 1.1;
    text-align: left;
  }

  .atme-hero-subtitle {
    font-size: 24px !important;
    text-align: left;
    padding: 0;
  }

  .hero-logo-wrap {
    width: 340px;
    margin-top: 110px;
  }

  .hero-cube-1 { width: 42px; }
  .hero-cube-2 { width: 34px; }
  .hero-cube-3 { width: 50px; }
  .hero-cube-4 { width: 30px; }

  .hero-magnet-img,
  .hero-magnet-mobile {
    width: auto !important;
  }

  .atme-hero-app-section {
    margin-top: -30px;
    padding: 0 3%;
  }
}

/* ===== OTC Contact Form inside modal (overrides for atme-cf7.css) ===== */
#atme-otc-modal .atme-cf7 {
  max-width: 720px;
}

@media only screen and (max-width: 1500px) {
  body #header-outer[data-format="centered-menu"] #top .span_9 nav .sf-menu:not(.buttons):not(.buttons) {
    justify-content: center !important;
  }
}

/* ===== Header: компактнее меню и CTA (десктоп 1000–1460px) ===== */
@media only screen and (max-width: 1460px) and (min-width: 1000px) {
  body #header-outer #top nav > .sf-menu:not(.buttons) > li > a .menu-title-text,
  body #header-outer #top nav > .sf-menu:not(.buttons) > li > a {
    font-size: 15px;
  }

  body #header-outer #top nav > .sf-menu:not(.buttons) > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }

  body #header-outer #top nav > .buttons > li > a {
    font-size: 14px;
    line-height: 1.35;
    padding: 10px 18px;
  }

  body.material #header-outer:not([data-format="left-header"]) #top nav > .buttons > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* ===== Header: ещё компактнее (десктоп 1000–1200px) ===== */
@media only screen and (max-width: 1200px) and (min-width: 1000px) {
  body #header-outer #top nav > .sf-menu:not(.buttons) > li > a .menu-title-text,
  body #header-outer #top nav > .sf-menu:not(.buttons) > li > a {
    font-size: 14px;
  }

  body #header-outer #top nav > .sf-menu:not(.buttons) > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }

  body #header-outer #top nav > .buttons > li > a {
    font-size: 13px;
    line-height: 1.35;
    padding: 8px 14px;
  }

  body.material #header-outer:not([data-format="left-header"]) #top nav > .buttons > li {
    margin-left: 8px;
    margin-right: 8px;
  }
}

/* ===== Salient Header Dropdown Styles (matching atme-dropdown) ===== */
#header-outer #top .sf-menu > li.menu-item-has-children:not(.megamenu) > ul {
  width: 249px !important;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 24px !important;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.09) !important;
  padding: 8px 0 !important;
  left: 20px !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  top: 100% !important;
}

#header-outer #top .sf-menu > li.menu-item-has-children:not(.megamenu) > ul > li {
  margin: 0 !important;
  padding: 0 !important;
}

#header-outer #top .sf-menu > li.menu-item-has-children:not(.megamenu) > ul > li a,
#header-outer #top .sf-menu > li.menu-item-has-children:not(.megamenu) > ul > li.menu-item a,
body #header-outer #top .sf-menu > li.menu-item-has-children:not(.megamenu) > ul > li a,
body.material #header-outer #top .sf-menu > li.menu-item-has-children:not(.megamenu) > ul > li a {
  display: flex !important;
  align-items: center !important;
  height: 48px !important;
  padding: 10px 20px !important;
  font-family: 'Aeonik Pro', sans-serif !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: #1e1e1e !important;
  white-space: nowrap !important;
  transition: color 0.2s ease !important;
  background: transparent !important;
}

#header-outer #top .sf-menu > li.menu-item-has-children:not(.megamenu) > ul > li a:hover,
#header-outer #top .sf-menu > li.menu-item-has-children:not(.megamenu) > ul > li.menu-item a:hover {
  color: #8633E9 !important;
}


/* Arrow indicator for parent menu item via CSS ::after */
#header-outer #top .sf-menu > li.menu-item-has-children:not(.megamenu) > a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

#header-outer #top .sf-menu > li.menu-item-has-children:not(.megamenu) > a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='4' viewBox='0 0 6 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L3 3L5.5 0.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

#header-outer #top .sf-menu > li.menu-item-has-children:not(.megamenu).sfHover > a::after,
#header-outer #top .sf-menu > li.menu-item-has-children:not(.megamenu):hover > a::after {
  transform: rotate(180deg);
}

/* Violet arrow when on child page */
#header-outer #top .sf-menu > li.menu-item-has-children.current-menu-ancestor:not(.megamenu) > a::after,
#header-outer #top .sf-menu > li.menu-item-has-children.current-menu-parent:not(.megamenu) > a::after {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='4' viewBox='0 0 6 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L3 3L5.5 0.5' stroke='%238633E9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Hide default Salient arrow indicator */
#header-outer #top .sf-menu > li.menu-item-has-children:not(.megamenu) > a .sf-sub-indicator {
  display: none !important;
}

/* Parent menu item "Solutions" should be violet when on child page */
#header-outer #top .sf-menu > li.menu-item-has-children.current-menu-ancestor:not(.megamenu) > a,
#header-outer #top .sf-menu > li.menu-item-has-children.current-menu-parent:not(.megamenu) > a {
  color: #8633E9 !important;
}

#header-outer #top .sf-menu > li.menu-item-has-children.current-menu-ancestor:not(.megamenu) > a .sf-sub-indicator i,
#header-outer #top .sf-menu > li.menu-item-has-children.current-menu-parent:not(.megamenu) > a .sf-sub-indicator i {
  color: #8633E9 !important;
}

/* ===== ATME Global Header Integration ===== */

/* Hide Salient default header on all pages (it's hidden via inline style in header.php but this is a fallback) */
body:not(.atme-landing) #header-outer {
  display: none !important;
}

/* Fix list bullets in navbar caused by Salient styles */
body:not(.atme-landing) .atme-navbar ul,
body:not(.atme-landing) .atme-navbar li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

body:not(.atme-landing) .atme-navbar ul li::before,
body:not(.atme-landing) .atme-navbar ul li::marker {
  content: none !important;
  display: none !important;
}

/* ATME navbar for Salient pages - only background override */
body:not(.atme-landing) .atme-navbar {
  background: #1e1e1e !important;
}

/* Admin bar offset */
body.admin-bar:not(.atme-landing) .atme-navbar {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar:not(.atme-landing) .atme-navbar {
    top: 46px !important;
  }
}

/* Content offset for fixed header */
body:not(.atme-landing) #ajax-content-wrap {
  padding-top: 80px;
}

/* Adjust header space element */
body:not(.atme-landing) #header-space {
  display: none !important;
}

/* OCM effect wrapper for Salient pages */
body:not(.atme-landing) .ocm-effect-wrap {
  position: relative;
}

/* Fix breadcrumbs position on Salient pages */
body:not(.atme-landing) .page-header-no-bg {
  margin-top: 0;
}

/* ===== ATME Dropdown Styles for Salient pages ===== */

/* Dropdown menu positioning - must match atme-crypto.css */
body:not(.atme-landing) .atme-navbar__links .atme-dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  margin-top: 18px !important;
  margin-left: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  width: 249px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.09);
  padding: 8px 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 100;
}

/* Show dropdown on hover */
body:not(.atme-landing) .atme-navbar__links ul > li.has-dropdown:hover > .atme-dropdown,
body:not(.atme-landing) .atme-navbar__links ul > li.has-dropdown.is-open > .atme-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Dropdown link styles */
body:not(.atme-landing) .atme-navbar__links .atme-dropdown li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body:not(.atme-landing) .atme-navbar__links .atme-dropdown li::before,
body:not(.atme-landing) .atme-navbar__links .atme-dropdown li::marker {
  content: none !important;
  display: none !important;
}

body:not(.atme-landing) .atme-navbar__links .atme-dropdown li a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 10px 20px !important;
  font-family: 'Aeonik Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #1e1e1e !important;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

body:not(.atme-landing) .atme-navbar__links .atme-dropdown li a:hover {
  color: #8633E9 !important;
  opacity: 1;
}

/* Main menu link color - always white in navbar (not violet for current-menu-ancestor) */
body:not(.atme-landing) .atme-navbar__links > ul > li > a {
  color: #fff !important;
}

body:not(.atme-landing) .atme-navbar__links > ul > li.has-dropdown > a {
  color: #fff !important;
}

body:not(.atme-landing) .atme-navbar__links > ul > li > a:hover,
body:not(.atme-landing) .atme-navbar__links > ul > li.has-dropdown:hover > a {
  color: #fff !important;
  opacity: 0.8;
}

/* Arrow color in main navbar - always white */
body:not(.atme-landing) .atme-navbar__links > ul > li.has-dropdown > a .atme-dropdown-arrow {
  color: #fff !important;
}

/* ============================================
   WPBakery: Start investment journey (.get-started-in-7)
   From homepage _wpb_post_custom_css — applies on Invest and any page using the same section
   ============================================ */

.get-started-in-7 .tabbed[data-style*="vertical"] .wpb_tabs_nav {
  width: 50%;
  float: left;
  padding-right: 5%;
}

.get-started-in-7 .tabbed[data-style*="vertical"] > div {
  width: 50%;
  padding-left: 0%;
}

.get-started-in-7 .tab-item a {
  background-color: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0px !important;
  color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  font-size: 22px;
}

.get-started-in-7 .tab-item a.active-tab {
  background-color: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0px !important;
  color: white;
  box-shadow: none !important;
  font-weight: bold;
  font-size: 22px;
}

.simple-steps-mobile p {
  border-bottom: 1px solid var(--nectar-accent-color);
  color: var(--nectar-accent-color);
  text-align: start;
}

.simple-steps-mobile p:not(:first-child),
.simple-steps-mobile p:last-child {
  padding: 1.5rem 0 !important;
}

/* Desktop vs mobile duplicate blocks for this section */
.mobile-only {
  display: none;
}

.mobile .mobile-only {
  display: block;
}

/* Tab panel height (IDs match default WPBakery slugs from homepage; change if Invest uses different tab titles) */
#tab-7-withdraw-your-funds,
#tab-6-manage-your-investments,
#tab-5-subscribe-buy-tokens,
#tab-4-top-up-your-wallet-easily-via-bank-transfer,
#tab-3-set-up-your-wallet,
#tab-2-complete-kyc,
#tab-1-sign-up,
.available-asset-carousel .wpb_tab {
  height: 50vh !important;
}

#tab-7-withdraw-your-funds .max-height-100,
.max-height-100 {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

/* ============================================
   Invest: Figma correction for "Get started in a few simple steps"
   Scope: desktop only, page /invest/
   ============================================ */
@media (min-width: 769px) {
  /* Salient: убрать 1% gutter у колонок внутри секции.
     Класс может быть на самом ряду (.get-started-in-7-contanier.vc_row-fluid) или выше — оба варианта. */
  html body.page-id-532 .get-started-in-7-contanier.vc_row-fluid > .span_12 .wpb_column,
  html body.page-id-532 .get-started-in-7-contanier.vc_row-fluid > .span_12 > .wpb_column,
  html body.page-id-532 .get-started-in-7-container.vc_row-fluid > .span_12 .wpb_column,
  html body.page-id-532 .get-started-in-7-container.vc_row-fluid > .span_12 > .wpb_column,
  html body.page-id-532 .get-started-in-7-contanier .vc_row-fluid > .span_12 .wpb_column,
  html body.page-id-532 .get-started-in-7-contanier .vc_row-fluid > .span_12 > .wpb_column,
  html body.page-id-532 .get-started-in-7-container .vc_row-fluid > .span_12 .wpb_column,
  html body.page-id-532 .get-started-in-7-container .vc_row-fluid > .span_12 > .wpb_column,
  html body.page-id-532 .get-started-in-7-contanier .full-page-inner > .container > .span_12 > .wpb_column:not([class*="offset-"]),
  html body.page-id-532 .get-started-in-7-contanier .full-page-inner > .span_12 > .wpb_column:not([class*="offset-"]),
  html body.page-id-532 .get-started-in-7-container .full-page-inner > .container > .span_12 > .wpb_column:not([class*="offset-"]),
  html body.page-id-532 .get-started-in-7-container .full-page-inner > .span_12 > .wpb_column:not([class*="offset-"]),
  body.page-id-532[data-col-gap="default"]
    .get-started-in-7-contanier
    .vc_row-fluid[data-column-margin="default"]:not(.full-width-content)
    .full-page-inner
    > .container
    > .span_12
    .wpb_column:not(.child_column),
  body.page-id-532[data-col-gap="default"]
    .get-started-in-7-container
    .vc_row-fluid[data-column-margin="default"]:not(.full-width-content)
    .full-page-inner
    > .container
    > .span_12
    .wpb_column:not(.child_column) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Парный к gutter: у .span_12 стоят margin -1% — иначе визуально «остаётся отступ» */
  html body.page-id-532 .get-started-in-7-contanier.vc_row-fluid > .span_12,
  html body.page-id-532 .get-started-in-7-container.vc_row-fluid > .span_12,
  body.page-id-532[data-col-gap="default"]
    .get-started-in-7-contanier
    .vc_row-fluid[data-column-margin="default"]:not(.full-width-content)
    .full-page-inner
    > .container
    > .span_12,
  body.page-id-532[data-col-gap="default"]
    .get-started-in-7-container
    .vc_row-fluid[data-column-margin="default"]:not(.full-width-content)
    .full-page-inner
    > .container
    > .span_12 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.page-id-532 .wpb_row:has(.get-started-in-7) .row-bg-overlay.row-bg-layer {
    background: #19144b !important;
    opacity: 1 !important;
  }

  body.page-id-532 .available-asset-carousel {
    max-width: 1284px;
    margin: 0 auto;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper::after {
    content: none;
    display: none;
  }

  body.page-id-532 .atme-footer::before {
    content: "";
    position: absolute;
    top: 88px;
    left: 50%;
    width: min(var(--container-width), calc(100% - 40px));
    height: 1px;
    background: #454077;
    transform: translateX(-50%);
    pointer-events: none;
  }

  body.page-id-532 .atme-footer__inner {
    margin-top: 80px;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper > .inner_row {
    width: min(634px, 100%);
    margin: 0 auto 32px;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper > .inner_row .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper > .inner_row h5 {
    margin: 0 0 16px;
    color: #c8c8c8;
    font-family: "Aeonik Pro", sans-serif;
    font-size: 22px !important;
    font-weight: 500;
    line-height: 1.4 !important;
    text-align: center;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper > .inner_row h2 {
    margin: 0;
    width: 100%;
    color: #fff;
    font-family: "Aeonik Pro", sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    text-wrap: balance;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper > .inner_row .nectar-button {
    margin: 0;
    padding: 15px 35px;
    border-radius: 200px;
    font-family: "Aeonik Pro", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  body.page-id-532 .get-started-in-7 {
    width: 100%;
  }

  body.page-id-532 .get-started-in-7 .tabbed[data-style*="vertical"] {
    display: flex;
    align-items: flex-start;
    gap: 64px;
  }

  body.page-id-532 .get-started-in-7 .tabbed[data-style*="vertical"] .wpb_tabs_nav {
    float: none;
    width: 480px;
    min-width: 480px;
    padding-right: 0;
    margin: 0;
  }

  body.page-id-532 .get-started-in-7 .tabbed[data-style*="vertical"] > div {
    position: relative;
    width: 702px;
    min-width: 702px;
    max-width: 702px;
    padding-left: 0;
    overflow: visible;
  }

  body.page-id-532 .get-started-in-7 .tabbed[data-style*="vertical"] .wpb_tabs_nav li {
    margin: 0;
    list-style: none;
  }

  body.page-id-532 .get-started-in-7 .tab-item a,
  body.page-id-532 .get-started-in-7 .tab-item a.active-tab {
    display: block;
    padding: 27px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-decoration: none;
  }

  body.page-id-532 .get-started-in-7 .tab-item a span {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 0;
    line-height: 1;
  }

  body.page-id-532 .get-started-in-7 .tab-item a span::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.6);
    content: "";
    font-family: "Aeonik Pro", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    flex-shrink: 0;
  }

  body.page-id-532 .get-started-in-7 .tab-item a span::after {
    color: rgba(255, 255, 255, 0.6);
    content: "";
    font-family: "Aeonik Pro", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
  }

  body.page-id-532 .get-started-in-7 .tab-item:nth-child(1) a span::before { content: "1"; }
  body.page-id-532 .get-started-in-7 .tab-item:nth-child(1) a span::after { content: "Sign up"; }
  body.page-id-532 .get-started-in-7 .tab-item:nth-child(2) a span::before { content: "2"; }
  body.page-id-532 .get-started-in-7 .tab-item:nth-child(2) a span::after { content: "Complete KYC"; }
  body.page-id-532 .get-started-in-7 .tab-item:nth-child(3) a span::before { content: "3"; }
  body.page-id-532 .get-started-in-7 .tab-item:nth-child(3) a span::after { content: "Set up your wallet"; }
  body.page-id-532 .get-started-in-7 .tab-item:nth-child(4) a span::before { content: "4"; }
  body.page-id-532 .get-started-in-7 .tab-item:nth-child(4) a span::after { content: "Top up your wallet"; }
  body.page-id-532 .get-started-in-7 .tab-item:nth-child(5) a span::before { content: "5"; }
  body.page-id-532 .get-started-in-7 .tab-item:nth-child(5) a span::after { content: "Subscribe/Buy tokens"; }
  body.page-id-532 .get-started-in-7 .tab-item:nth-child(6) a span::before { content: "6"; }
  body.page-id-532 .get-started-in-7 .tab-item:nth-child(6) a span::after { content: "Withdraw your funds"; }

  body.page-id-532 .get-started-in-7 .tab-item a.active-tab span::before {
    background: #fff;
    color: #19144b;
  }

  body.page-id-532 .get-started-in-7 .tab-item a.active-tab span::after {
    color: #fff;
  }

  body.page-id-532 .get-started-in-7 .wpb_tab {
    position: relative;
    height: 552px !important;
    overflow: visible;
  }

  body.page-id-532 .get-started-in-7 #tab-1-sign-up,
  body.page-id-532 .get-started-in-7 #tab-2-complete-kyc,
  body.page-id-532 .get-started-in-7 #tab-3-set-up-your-wallet,
  body.page-id-532 .get-started-in-7 #tab-4-top-up-your-wallet,
  body.page-id-532 .get-started-in-7 #tab-5-subscribe-buy-tokens,
  body.page-id-532 .get-started-in-7 #tab-6-withdraw-your-funds {
    height: 552px !important;
  }

  body.page-id-532 .get-started-in-7 .wpb_tab .inner_row {
    height: auto;
    margin: 0;
  }

  body.page-id-532 .get-started-in-7 .wpb_tab .row_col_wrap_12_inner,
  body.page-id-532 .get-started-in-7 .wpb_tab .vc_column-inner,
  body.page-id-532 .get-started-in-7 .wpb_tab .wpb_wrapper {
    height: auto;
  }

  body.page-id-532 .get-started-in-7 .wpb_tab .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  body.page-id-532 .get-started-in-7 .wpb_tab .nectar_video_player_self_hosted {
    width: min(608px, 100%);
    margin: 0 auto;
  }

  body.page-id-532 .get-started-in-7 .wpb_tab .wpb_video_wrapper,
  body.page-id-532 .get-started-in-7 .wpb_tab video {
    border-radius: 12px;
  }

  body.page-id-532 .get-started-in-7 .wpb_tab video {
    width: 100%;
    aspect-ratio: 632 / 472;
    object-fit: cover;
    display: block;
  }

  body.page-id-532 .get-started-in-7 .wpb_tab p {
    position: static;
    width: min(608px, 100%);
    margin: 24px auto 0;
    color: #fff;
    font-family: "Aeonik Pro", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
  }

  body.page-id-532 #atme-distributed-assets-info {
    width: 100%;
    margin: 64px 0 0;
  }

  body.page-id-532 #atme-distributed-assets-info .wpb_wrapper {
    width: 100%;
  }

  body.page-id-532 #atme-distributed-assets-info p {
    width: min(825.868px, 100%);
    margin: 0 auto;
    padding: 0;
    color: rgba(255, 255, 255, 0.6);
    font-family: "Aeonik Pro", sans-serif;
    font-size: 12.757px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    text-transform: none;
  }
}

@media (max-width: 1460px) and (min-width: 769px) {
  body.page-id-532 .available-asset-carousel {
    max-width: 1180px;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper > .inner_row {
    width: min(612px, 100%);
    margin-bottom: 31px;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper > .inner_row h5 {
    margin-bottom: 15px;
    font-size: 21px !important;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper > .inner_row h2 {
    font-size: 52px;
  }

  body.page-id-532 .get-started-in-7 .tabbed[data-style*="vertical"] {
    gap: 58px;
  }

  body.page-id-532 .get-started-in-7 .tabbed[data-style*="vertical"] .wpb_tabs_nav {
    width: 452px;
    min-width: 452px;
  }

  body.page-id-532 .get-started-in-7 .tabbed[data-style*="vertical"] > div {
    width: 670px;
    min-width: 670px;
    max-width: 670px;
  }

  body.page-id-532 .get-started-in-7 .tab-item a,
  body.page-id-532 .get-started-in-7 .tab-item a.active-tab {
    padding: 25px 0;
  }

  body.page-id-532 .get-started-in-7 .tab-item a span {
    gap: 18px;
  }

  body.page-id-532 .get-started-in-7 .tab-item a span::before {
    width: 31px;
    height: 31px;
    font-size: 17px;
  }

  body.page-id-532 .get-started-in-7 .tab-item a span::after {
    font-size: 21px;
  }

  body.page-id-532 .get-started-in-7 .wpb_tab {
    height: 526px !important;
  }

  body.page-id-532 .get-started-in-7 #tab-1-sign-up,
  body.page-id-532 .get-started-in-7 #tab-2-complete-kyc,
  body.page-id-532 .get-started-in-7 #tab-3-set-up-your-wallet,
  body.page-id-532 .get-started-in-7 #tab-4-top-up-your-wallet,
  body.page-id-532 .get-started-in-7 #tab-5-subscribe-buy-tokens,
  body.page-id-532 .get-started-in-7 #tab-6-withdraw-your-funds {
    height: 526px !important;
  }

  body.page-id-532 .get-started-in-7 .wpb_tab .nectar_video_player_self_hosted {
    width: min(580px, 100%);
  }

  body.page-id-532 .get-started-in-7 .wpb_tab p {
    width: min(580px, 100%);
    margin-top: 22px;
    font-size: 19px;
  }

  body.page-id-532 #atme-distributed-assets-info {
    margin-top: 56px;
  }

  body.page-id-532 .atme-footer::before {
    top: 88px;
  }

  body.page-id-532 .atme-footer__inner {
    margin-top: 80px;
  }
}

@media (max-width: 1330px) and (min-width: 769px) {
  body.page-id-532 .available-asset-carousel {
    max-width: 1076px;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper > .inner_row {
    width: min(558px, 100%);
    margin-bottom: 28px;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper > .inner_row h5 {
    margin-bottom: 14px;
    font-size: 19px !important;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper > .inner_row h2 {
    font-size: 47px;
  }

  body.page-id-532 .get-started-in-7 .tabbed[data-style*="vertical"] {
    gap: 50px;
  }

  body.page-id-532 .get-started-in-7 .tabbed[data-style*="vertical"] .wpb_tabs_nav {
    width: 422px;
    min-width: 422px;
  }

  body.page-id-532 .get-started-in-7 .tabbed[data-style*="vertical"] > div {
    width: 604px;
    min-width: 604px;
    max-width: 604px;
  }

  body.page-id-532 .get-started-in-7 .tab-item a,
  body.page-id-532 .get-started-in-7 .tab-item a.active-tab {
    padding: 23px 0;
  }

  body.page-id-532 .get-started-in-7 .tab-item a span {
    gap: 16px;
  }

  body.page-id-532 .get-started-in-7 .tab-item a span::before {
    width: 29px;
    height: 29px;
    font-size: 16px;
  }

  body.page-id-532 .get-started-in-7 .tab-item a span::after {
    font-size: 19px;
  }

  body.page-id-532 .get-started-in-7 .wpb_tab {
    height: 474px !important;
  }

  body.page-id-532 .get-started-in-7 #tab-1-sign-up,
  body.page-id-532 .get-started-in-7 #tab-2-complete-kyc,
  body.page-id-532 .get-started-in-7 #tab-3-set-up-your-wallet,
  body.page-id-532 .get-started-in-7 #tab-4-top-up-your-wallet,
  body.page-id-532 .get-started-in-7 #tab-5-subscribe-buy-tokens,
  body.page-id-532 .get-started-in-7 #tab-6-withdraw-your-funds {
    height: 474px !important;
  }

  body.page-id-532 .get-started-in-7 .wpb_tab .nectar_video_player_self_hosted {
    width: min(525px, 100%);
  }

  body.page-id-532 .get-started-in-7 .wpb_tab p {
    width: min(525px, 100%);
    margin-top: 20px;
    font-size: 18px;
  }

  body.page-id-532 #atme-distributed-assets-info {
    margin-top: 54px;
  }

  body.page-id-532 .atme-footer::before {
    top: 40px;
  }

  body.page-id-532 .atme-footer__inner {
    margin-top: 32px;
  }
}

@media (max-width: 1200px) and (min-width: 769px) {
  body.page-id-532 .available-asset-carousel {
    max-width: 961px;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper > .inner_row {
    width: min(500px, 100%);
    margin-bottom: 24px;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper > .inner_row h5 {
    margin-bottom: 12px;
    font-size: 17px !important;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper > .inner_row h2 {
    font-size: 43px;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper > .inner_row .nectar-button {
    padding: 13px 31px;
    font-size: 13px;
  }

  body.page-id-532 .get-started-in-7 .tabbed[data-style*="vertical"] {
    gap: 42px;
  }

  body.page-id-532 .get-started-in-7 .tabbed[data-style*="vertical"] .wpb_tabs_nav {
    width: 376px;
    min-width: 376px;
  }

  body.page-id-532 .get-started-in-7 .tabbed[data-style*="vertical"] > div {
    width: 543px;
    min-width: 543px;
    max-width: 543px;
  }

  body.page-id-532 .get-started-in-7 .tab-item a,
  body.page-id-532 .get-started-in-7 .tab-item a.active-tab {
    padding: 21px 0;
  }

  body.page-id-532 .get-started-in-7 .tab-item a span {
    gap: 14px;
  }

  body.page-id-532 .get-started-in-7 .tab-item a span::before {
    width: 27px;
    height: 27px;
    font-size: 15px;
  }

  body.page-id-532 .get-started-in-7 .tab-item a span::after {
    font-size: 17px;
  }

  body.page-id-532 .get-started-in-7 .wpb_tab {
    height: 428px !important;
  }

  body.page-id-532 .get-started-in-7 #tab-1-sign-up,
  body.page-id-532 .get-started-in-7 #tab-2-complete-kyc,
  body.page-id-532 .get-started-in-7 #tab-3-set-up-your-wallet,
  body.page-id-532 .get-started-in-7 #tab-4-top-up-your-wallet,
  body.page-id-532 .get-started-in-7 #tab-5-subscribe-buy-tokens,
  body.page-id-532 .get-started-in-7 #tab-6-withdraw-your-funds {
    height: 428px !important;
  }

  body.page-id-532 .get-started-in-7 .wpb_tab .nectar_video_player_self_hosted {
    width: min(470px, 100%);
  }

  body.page-id-532 .get-started-in-7 .wpb_tab p {
    width: min(470px, 100%);
    margin-top: 18px;
    font-size: 17px;
  }

  body.page-id-532 #atme-distributed-assets-info {
    margin-top: 48px;
  }

  body.page-id-532 .atme-footer::before {
    top: 36px;
  }

  body.page-id-532 .atme-footer__inner {
    margin-top: 28px;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  body.page-id-532 .available-asset-carousel {
    max-width: 818px;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper > .inner_row {
    width: min(426px, 100%);
    margin-bottom: 20px;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper > .inner_row h5 {
    margin-bottom: 10px;
    font-size: 15px !important;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper > .inner_row h2 {
    font-size: 37px;
  }

  body.page-id-532 .available-asset-carousel > .vc_column-inner > .wpb_wrapper > .inner_row .nectar-button {
    padding: 12px 28px;
    font-size: 12px;
  }

  body.page-id-532 .get-started-in-7 .tabbed[data-style*="vertical"] {
    gap: 34px;
  }

  body.page-id-532 .get-started-in-7 .tabbed[data-style*="vertical"] .wpb_tabs_nav {
    width: 320px;
    min-width: 320px;
  }

  body.page-id-532 .get-started-in-7 .tabbed[data-style*="vertical"] > div {
    width: 464px;
    min-width: 464px;
    max-width: 464px;
  }

  body.page-id-532 .get-started-in-7 .tab-item a,
  body.page-id-532 .get-started-in-7 .tab-item a.active-tab {
    padding: 18px 0;
  }

  body.page-id-532 .get-started-in-7 .tab-item a span {
    gap: 12px;
  }

  body.page-id-532 .get-started-in-7 .tab-item a span::before {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  body.page-id-532 .get-started-in-7 .tab-item a span::after {
    font-size: 15px;
  }

  body.page-id-532 .get-started-in-7 .wpb_tab {
    height: 370px !important;
  }

  body.page-id-532 .get-started-in-7 #tab-1-sign-up,
  body.page-id-532 .get-started-in-7 #tab-2-complete-kyc,
  body.page-id-532 .get-started-in-7 #tab-3-set-up-your-wallet,
  body.page-id-532 .get-started-in-7 #tab-4-top-up-your-wallet,
  body.page-id-532 .get-started-in-7 #tab-5-subscribe-buy-tokens,
  body.page-id-532 .get-started-in-7 #tab-6-withdraw-your-funds {
    height: 370px !important;
  }

  body.page-id-532 .get-started-in-7 .wpb_tab .nectar_video_player_self_hosted {
    width: min(404px, 100%);
  }

  body.page-id-532 .get-started-in-7 .wpb_tab p {
    width: min(404px, 100%);
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.6;
  }

  body.page-id-532 #atme-distributed-assets-info {
    margin-top: 42px;
  }

  body.page-id-532 .atme-footer::before {
    top: 32px;
  }

  body.page-id-532 .atme-footer__inner {
    margin-top: 24px;
  }
}
