/* ValetaxIndonesia.id mobile perfection overrides - 2026-07-01 */
@media (max-width: 767px) {
  html,
  body {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body *,
  body *::before,
  body *::after {
    box-sizing: border-box;
  }

  .wrapper,
  .content,
  .box-center,
  .page-content__center,
  .tabs-container,
  .tabs-container__body,
  .tabs-container__body-item {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .box-center,
  .page-content__center {
    width: min(100% - 28px, 1280px) !important;
  }

  img,
  video,
  iframe {
    max-width: 100% !important;
  }

  body.fixed,
  body.menu-open {
    overflow: hidden !important;
  }

  body.menu-open .header__wrap {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: calc(100vh - 58px) !important;
    height: calc(100svh - 58px) !important;
    max-height: calc(100vh - 58px) !important;
    max-height: calc(100svh - 58px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 18px 16px 96px !important;
    background: #111820 !important;
  }

  body.menu-open .header__wrap .main-nav,
  body.menu-open .header__wrap .main-nav__list {
    width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
  }

  body.menu-open .header__wrap .main-nav__list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body.menu-open .header__wrap .main-nav__list > .menu-item {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 56px !important;
    position: relative !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
  }

  body.menu-open .header__wrap .main-nav__list > .menu-item > a {
    width: 100% !important;
    min-height: 56px !important;
    padding: 16px 52px 16px 0 !important;
    display: flex !important;
    align-items: center !important;
    color: #f8fbfa !important;
    white-space: normal !important;
  }

  body.menu-open .header__wrap .menu-item-has-children > .vt-submenu-toggle {
    position: absolute !important;
    top: 8px !important;
    right: 0 !important;
    left: auto !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: none !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .08) !important;
    color: #fff !important;
  }

  body.menu-open .header__wrap .menu-item-has-children > .sub-menu {
    width: 100% !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    visibility: hidden !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.menu-open .header__wrap .menu-item-has-children.is-open > .sub-menu,
  body.menu-open .header__wrap .menu-item-has-children > .vt-submenu-toggle[aria-expanded="true"] + .sub-menu,
  body.menu-open .header__wrap .menu-item-has-children:focus-within > .sub-menu {
    height: auto !important;
    max-height: 560px !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 4px 0 12px !important;
  }

  body.menu-open .header__wrap .sub-menu a {
    min-height: 42px !important;
    padding: 10px 16px !important;
    color: #d8dde5 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  body.menu-open .header__wrap .lang {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 48px !important;
    margin: 12px 0 10px !important;
    padding: 0 !important;
    overflow: visible !important;
    clear: both !important;
  }

  body.menu-open .header__wrap .lang__active {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 14px !important;
    border-top: 1px solid rgba(255, 255, 255, .1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
  }

  body.menu-open .header__wrap .lang__list-item,
  body.menu-open .header__wrap .lang__active .lang__list-item {
    width: 100% !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #f8fbfa !important;
    white-space: normal !important;
  }

  body.menu-open .header__wrap .lang__list-item img {
    width: 22px !important;
    min-width: 22px !important;
    height: auto !important;
    flex: 0 0 auto !important;
  }

  body.menu-open .header__wrap .lang__list {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    visibility: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.menu-open .header__wrap .lang:hover .lang__list,
  body.menu-open .header__wrap .lang:focus-within .lang__list {
    max-height: 360px !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 8px 0 !important;
  }

  body.menu-open .header__wrap .header__btn-group,
  body.menu-open .header__wrap .btns__wrap {
    width: 100% !important;
    flex: 0 0 auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 10px !important;
  }

  .page-promotions .page__title {
    font-size: clamp(32px, 9vw, 42px) !important;
    line-height: 1.08 !important;
    margin-bottom: 24px !important;
  }

  body.home .home-banner h1,
  body.blog .home-banner h1 {
    font-size: clamp(30px, 8.2vw, 36px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    overflow-wrap: break-word !important;
  }

  .page-promotions .tabs-container {
    width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .page-promotions .tabs-container__header {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  .page-promotions .tabs-container__header-item {
    width: 100% !important;
    min-width: 0 !important;
    padding: 12px 8px !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .page-promotions .tabs-container__body-item {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .page-promotions .page-promotions__item,
  .page-promotions .prev-promotions__item {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .page-promotions .page-promotions__item-row,
  .page-promotions .box-list__item {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 4px !important;
    align-items: start !important;
  }

  .page-promotions .page-promotions__item-label,
  .page-promotions .page-promotions__item-val,
  .page-promotions .box-list__item-label,
  .page-promotions .box-list__item-val {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }

  body.vt-import-page .header > .box-center {
    width: min(100% - 28px, 1280px) !important;
    padding-block: 14px !important;
    gap: 12px !important;
  }

  body.vt-import-page .logo img {
    width: 118px !important;
  }

  body.vt-import-page .btn-mob-login,
  body.vt-import-page .btn-menu {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.vt-import-page .home-banner {
    padding: 44px 0 38px !important;
  }

  body.vt-import-page .home-banner > .box-center {
    gap: 24px !important;
  }

  body.vt-import-page .home-banner h1,
  body.vt-import-page h1,
  body.vt-import-page main.content > section:first-child > h1 {
    font-size: clamp(28px, 7.8vw, 34px) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    overflow-wrap: break-word !important;
  }

  body.vt-import-page .home-banner p,
  body.vt-import-page main.content > section:first-child > p {
    color: #4b5563 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  body.vt-import-page .home-banner__links {
    gap: 10px !important;
  }

  body.vt-import-page .home-banner__links .btn {
    flex: 1 1 140px !important;
    width: auto !important;
    min-width: 0 !important;
  }

  body.vt-import-page .home-banner__info-wrap {
    width: 100% !important;
    min-height: 0 !important;
    padding: 16px !important;
  }

  body.vt-import-page .home-banner__info-list {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.vt-import-page .home-banner__info-item {
    width: 100% !important;
    min-height: 0 !important;
    padding: 14px 16px !important;
    align-items: flex-start !important;
  }

  body.vt-import-page .home-banner__info-content,
  body.vt-import-page .home-banner__info-content h3 {
    width: 100% !important;
  }

  body.vt-import-page .home-banner__info-content h3 {
    font-size: 17px !important;
    line-height: 1.25 !important;
  }

  body.vt-import-page main section:not(.home-banner) {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  body.vt-import-page h2 {
    font-size: clamp(26px, 8vw, 34px) !important;
    line-height: 1.14 !important;
  }

  body.vt-import-page main.content > section:first-child {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.vt-import-page main.content > section:first-child > div[style*="grid-template-columns:1fr 1fr"] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100% !important;
  }

  body.vt-import-page main.content > section:first-child div[style*="background:rgba(37,198,96,.05)"],
  body.vt-import-page main.content > section:first-child div[style*="background:rgba(255,255,255,.02)"] {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: 20px !important;
    border: 1px solid #dfe7e4 !important;
    border-radius: 12px !important;
    background: #f4fff7 !important;
    color: #111827 !important;
  }

  body.vt-import-page main.content > section:first-child div[style*="background:rgba(255,255,255,.02)"] {
    background: #fff !important;
  }

  body.vt-import-page main.content > section:first-child h3[style*="color:#fff"],
  body.vt-import-page main.content > section:first-child p[style*="color:#aaa"],
  body.vt-import-page main.content > section:first-child p[style*="color:#888"] {
    color: #111827 !important;
  }

  body.vt-import-page main.content > section:first-child p[style*="color:#aaa"],
  body.vt-import-page main.content > section:first-child p[style*="color:#888"] {
    color: #4b5563 !important;
  }

  body.vt-import-page main.content > section:first-child strong[style*="color:#fff"] {
    display: inline-block !important;
    margin-top: 8px !important;
    padding: 4px 8px !important;
    border-radius: 999px !important;
    background: #e6f7e6 !important;
    color: #111827 !important;
  }

  body.vt-import-page main.content > section:first-child .btn {
    width: 100% !important;
    white-space: normal !important;
  }

  body.vt-import-page main.content > section:first-child .btn--outline {
    border-color: #111827 !important;
    color: #111827 !important;
  }

  body.vt-import-page main.content > section:first-child iframe {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 520px !important;
  }

  body.vt-import-page .valetax-info-section {
    padding-inline: 14px !important;
  }

  body.vt-import-page .valetax-partner-guide {
    padding-inline: 14px !important;
  }

  body.vt-import-page .valetax-info-section div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }

  body.vt-import-page .valetax-partner-guide div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 380px) {
  body.vt-import-page .home-banner h1,
  body.vt-import-page main.content > section:first-child > h1,
  .page-promotions .page__title {
    font-size: 31px !important;
  }
}

/* Home conversion and navigation maximization - 2026-07-01 */
.vt-submenu-toggle {
  display: none;
}

.hero-trust-inline {
  display: none;
}

.hero-trust-strip {
  width: min(100%, 560px);
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hero-trust-strip a {
  min-height: 64px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  border: 1px solid rgba(37, 198, 96, .18);
  border-radius: 10px;
  background: #fff;
  color: #111820;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

.hero-trust-strip a:hover,
.hero-trust-strip a:focus-visible {
  border-color: #25c660;
  box-shadow: 0 12px 28px rgba(37, 198, 96, .12);
}

.hero-trust-strip strong {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-trust-strip span {
  color: #5b6776;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 650;
  letter-spacing: 0;
}

.footer-nav__list,
.footer-nav__item,
.footer-nav__sublist,
.footer-nav__sublist-item,
.footer-nav__list-link {
  width: 100% !important;
  min-width: 0 !important;
}

.footer-nav__list-link,
.footer-nav span {
  display: block !important;
}

@media (min-width: 769px) {
  .hero-trust-inline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(100%, 560px);
    gap: 8px;
    margin: 0 0 16px;
  }

  .hero-trust-inline a {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    border-radius: 999px;
    border: 1px solid rgba(37, 198, 96, .22);
    background: #f5fff9;
    color: #103d26;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
    box-shadow: 0 8px 18px rgba(37, 198, 96, .08);
  }

  .hero-trust-inline a:hover,
  .hero-trust-inline a:focus-visible {
    border-color: #25c660;
    background: #e9fff2;
  }

  .hero-trust-strip {
    display: none;
  }
}

@media (min-width: 1200px) {
  .footer__content {
    display: grid !important;
    grid-template-columns: minmax(210px, 250px) minmax(280px, 1fr) minmax(460px, 500px) !important;
    gap: 44px !important;
    align-items: start !important;
  }

  .footer-nav {
    display: grid !important;
    grid-template-columns: minmax(240px, 1fr) minmax(160px, .78fr) !important;
    gap: 32px !important;
    min-width: 420px !important;
  }

  .footer-nav__list,
  .footer-nav__item,
  .footer-nav__sublist,
  .footer-nav__sublist-item,
  .footer-nav__list-link {
    width: 100% !important;
    min-width: 0 !important;
  }

  .footer-nav__list-link,
  .footer-nav span {
    display: block !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 767px) {
  html {
    height: auto !important;
    min-height: 100% !important;
    overflow-y: auto !important;
  }

  body:not(.fixed):not(.menu-open) {
    height: auto !important;
    min-height: 100% !important;
    overflow-y: visible !important;
  }

  body.menu-open .btn-mob-login {
    display: none !important;
  }

  body.home .home-banner,
  body.blog .home-banner {
    padding-top: 16px !important;
    padding-bottom: 18px !important;
  }

  body.home .home-banner .box-center,
  body.blog .home-banner .box-center {
    gap: 10px !important;
    border-radius: 18px !important;
  }

  body.home .home-banner h1,
  body.blog .home-banner h1 {
    font-size: clamp(28px, 7.6vw, 32px) !important;
    line-height: 1.06 !important;
    margin-bottom: 14px !important;
  }

  body.home .hero-stats,
  body.blog .hero-stats {
    margin: 12px 0 14px !important;
    gap: 8px !important;
  }

  body.home .hero-stat,
  body.blog .hero-stat {
    min-height: 72px !important;
    padding: 10px 8px !important;
    border-radius: 12px !important;
  }

  body.home .hero-stat h4,
  body.blog .hero-stat h4 {
    font-size: clamp(22px, 6vw, 26px) !important;
  }

  body.home .home-banner__column--descr > p,
  body.blog .home-banner__column--descr > p {
    font-size: 16px !important;
    line-height: 1.42 !important;
  }

  body.home .home-banner__links,
  body.blog .home-banner__links {
    margin-top: 18px !important;
  }

  body.home .home-banner__links .btn,
  body.blog .home-banner__links .btn {
    min-height: 52px !important;
    padding-block: 12px !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
  }

  body.home .home-banner__links .hero-microcopy,
  body.blog .home-banner__links .hero-microcopy {
    font-size: 12px !important;
    line-height: 1.42 !important;
  }

  .hero-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
  }

  .hero-trust-strip a {
    min-height: 58px;
    padding: 10px;
    border-radius: 10px;
  }

  .hero-trust-strip strong {
    font-size: 12px;
  }

  .hero-trust-strip span {
    font-size: 10.5px;
    line-height: 1.3;
  }

  body.home .home-banner__column--img,
  body.blog .home-banner__column--img {
    margin-top: 10px !important;
    max-height: 205px !important;
    overflow: hidden !important;
  }

  body.home .home-banner__column--img .perks-bg,
  body.blog .home-banner__column--img .perks-bg {
    max-height: 220px !important;
    width: 112% !important;
    max-width: none !important;
    margin-left: -6% !important;
    object-fit: contain !important;
  }

  body.home .run-block,
  body.blog .run-block {
    margin: 6px auto 18px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  body.home .partners,
  body.blog .partners {
    padding-top: 34px !important;
  }

  body.home .trade-slider,
  body.blog .trade-slider {
    height: auto !important;
    overflow: visible !important;
  }

  body.home .trade-slider .swiper-wrapper,
  body.blog .trade-slider .swiper-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    transform: none !important;
  }

  body.home .trade-slider .swiper-slide,
  body.blog .trade-slider .swiper-slide {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  body.home .trade-slider .swiper-pagination,
  body.blog .trade-slider .swiper-pagination {
    display: none !important;
  }

  body.home .trade-slider__item,
  body.blog .trade-slider__item {
    display: grid !important;
    grid-template-columns: 62px 1fr !important;
    gap: 16px !important;
    align-items: start !important;
  }

  body.home .trade-slider__item-icn,
  body.blog .trade-slider__item-icn {
    margin: 0 !important;
  }

  .footer__content,
  .footer__content-info,
  .footer-nav {
    width: 100% !important;
    min-width: 0 !important;
  }

  .footer-nav {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .footer-nav__list-link,
  .footer-nav span {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }
}

@media (max-width: 374px) {
  .hero-trust-strip {
    grid-template-columns: 1fr;
  }
}

/* Full UI/UX audit fixes - 2026-07-02 */
:root {
  --vt-green-accessible: #137a43;
  --vt-green-accessible-dark: #0f6b39;
  --vt-header-height: 58px;
}

main a:not(.btn):not(.valetax-mobile-cta__primary):not(.valetax-mobile-cta__secondary),
.content a:not(.btn):not(.valetax-mobile-cta__primary):not(.valetax-mobile-cta__secondary),
.page__content a:not(.btn):not(.valetax-mobile-cta__primary):not(.valetax-mobile-cta__secondary) {
  color: var(--vt-green-accessible) !important;
}

main h2 span,
.content h2 span,
.page__content h2 span,
main [style*="#25c660"],
.content [style*="#25c660"],
.page__content [style*="#25c660"],
main [style*="#25C660"],
.content [style*="#25C660"],
.page__content [style*="#25C660"] {
  color: var(--vt-green-accessible) !important;
}

main svg [fill="#25C660"],
.content svg [fill="#25C660"],
.page__content svg [fill="#25C660"],
main svg [fill="#25c660"],
.content svg [fill="#25c660"],
.page__content svg [fill="#25c660"] {
  fill: var(--vt-green-accessible) !important;
}

.social__link {
  min-width: 44px !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.down__link {
  min-width: 132px !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.down__link img {
  max-height: 40px !important;
  object-fit: contain !important;
}

body.vt-import-page .wrapper {
  padding-top: 0 !important;
}

@media (max-width: 1023px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  .header {
    z-index: 100000 !important;
  }

  .header .box-center,
  body.vt-import-page .header > .box-center {
    position: relative !important;
    width: min(100% - 28px, 1280px) !important;
    height: var(--vt-header-height) !important;
    min-height: var(--vt-header-height) !important;
    padding: 0 !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .header .logo img,
  body.vt-import-page .logo img,
  body:not(.wp-singular) > .header .box-center > a:first-child img[src*="valetax-logo.svg"] {
    width: 124px !important;
    max-width: 38vw !important;
    height: auto !important;
    max-height: 38px !important;
    object-fit: contain !important;
  }

  .header__wrap,
  body.vt-import-page .header__wrap {
    position: fixed !important;
    top: var(--vt-header-height) !important;
    left: -100vw !important;
    right: auto !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: calc(100vh - var(--vt-header-height)) !important;
    height: calc(100svh - var(--vt-header-height)) !important;
    max-height: calc(100vh - var(--vt-header-height)) !important;
    max-height: calc(100svh - var(--vt-header-height)) !important;
    margin: 0 !important;
    padding: 18px 16px 108px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    background: #111820 !important;
    transition: left .25s ease !important;
  }

  .header__wrap.open,
  body.fixed .header__wrap,
  body.menu-open .header__wrap,
  body.vt-import-page .header__wrap.open,
  body.vt-import-page.fixed .header__wrap,
  body.vt-import-page.menu-open .header__wrap {
    left: 0 !important;
  }

  .header__wrap .main-nav,
  body.vt-import-page .header__wrap .main-nav {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  .header__wrap .main-nav__list,
  body.vt-import-page .header__wrap .main-nav__list {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    align-items: stretch !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .header__wrap .main-nav__list > .menu-item,
  body.vt-import-page .header__wrap .main-nav__list > .menu-item {
    width: 100% !important;
    min-height: 56px !important;
    position: relative !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
  }

  .header__wrap .main-nav__list > .menu-item > a,
  body.vt-import-page .header__wrap .main-nav__list > .menu-item > a {
    width: 100% !important;
    min-height: 56px !important;
    padding: 16px 52px 16px 0 !important;
    display: flex !important;
    align-items: center !important;
    color: #f8fbfa !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    text-decoration: none !important;
  }

  .main-nav .menu-item.menu-item-has-children::before,
  .header__wrap .menu-item-has-children > a::after,
  body.vt-import-page .main-nav .menu-item.menu-item-has-children::before,
  body.vt-import-page .header__wrap .menu-item-has-children > a::after {
    display: none !important;
    content: none !important;
  }

  .vt-submenu-toggle,
  body.menu-open .header__wrap .menu-item-has-children > .vt-submenu-toggle,
  body.vt-import-page .vt-submenu-toggle {
    position: absolute !important;
    top: 8px !important;
    right: 0 !important;
    left: auto !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .1) !important;
    color: #fff !important;
  }

  .header__wrap .menu-item-has-children > .sub-menu,
  body.vt-import-page .header__wrap .menu-item-has-children > .sub-menu {
    width: 100% !important;
    height: 0 !important;
    max-height: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .header__wrap .menu-item-has-children.is-open > .sub-menu,
  .header__wrap .menu-item-has-children > .vt-submenu-toggle[aria-expanded="true"] + .sub-menu,
  .header__wrap .menu-item-has-children:focus-within > .sub-menu,
  body.vt-import-page .header__wrap .menu-item-has-children.is-open > .sub-menu,
  body.vt-import-page .header__wrap .menu-item-has-children > .vt-submenu-toggle[aria-expanded="true"] + .sub-menu,
  body.vt-import-page .header__wrap .menu-item-has-children:focus-within > .sub-menu {
    height: auto !important;
    max-height: 560px !important;
    padding: 4px 0 12px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .header__wrap .sub-menu a,
  body.vt-import-page .header__wrap .sub-menu a {
    min-height: 42px !important;
    padding: 10px 16px !important;
    display: flex !important;
    align-items: center !important;
    color: #d8dde5 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
  }

  .header__wrap .header__btn-group,
  .header__wrap .btns__wrap,
  body.vt-import-page .header__wrap .header__btn-group,
  body.vt-import-page .header__wrap .btns__wrap {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 10px !important;
  }

  .header__wrap .header__btn-group .btn,
  .header__wrap .btns__wrap .btn,
  body.vt-import-page .header__wrap .header__btn-group .btn,
  body.vt-import-page .header__wrap .btns__wrap .btn {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
    white-space: normal !important;
  }

  .btn-menu,
  body.vt-import-page .btn-menu {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    display: block !important;
    transform: translateY(-50%) !important;
    cursor: pointer !important;
  }

  .btn-menu span,
  body.vt-import-page .btn-menu span {
    width: 12px !important;
    height: 3px !important;
  }

  .btn-menu span:first-child,
  body.vt-import-page .btn-menu span:first-child {
    top: 12px !important;
    left: 10px !important;
  }

  .btn-menu span:nth-child(2),
  body.vt-import-page .btn-menu span:nth-child(2) {
    top: 12px !important;
    left: 22px !important;
  }

  .btn-menu span:nth-child(3),
  body.vt-import-page .btn-menu span:nth-child(3) {
    top: 21px !important;
    left: 10px !important;
  }

  .btn-menu span:nth-child(4),
  body.vt-import-page .btn-menu span:nth-child(4) {
    top: 21px !important;
    left: 22px !important;
  }

  .btn-menu span:nth-child(5),
  body.vt-import-page .btn-menu span:nth-child(5) {
    bottom: 11px !important;
    left: 10px !important;
  }

  .btn-menu span:nth-child(6),
  body.vt-import-page .btn-menu span:nth-child(6) {
    bottom: 11px !important;
    left: 22px !important;
  }

  .btn-mob-login,
  body.vt-import-page .btn-mob-login {
    position: absolute !important;
    top: 50% !important;
    right: 52px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: translateY(-50%) !important;
  }

  body.fixed .valetax-mobile-cta,
  body.menu-open .valetax-mobile-cta {
    display: none !important;
  }

  .tabs-container__header {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 4px 10px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-padding-inline: 4px !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .tabs-container__header-item {
    flex: 0 0 auto !important;
    min-width: min(180px, calc((100% - 8px) / 2)) !important;
    min-height: 44px !important;
    padding: 10px 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .trading-platforms__item,
  .page__content--wrapper,
  .page__contact-header,
  .deposit-withdraw-steps,
  .deposit-steps,
  .withdraw-steps {
    overflow: visible !important;
  }

  .trading-platforms__img,
  .page__content-img,
  .page__content-icn,
  .page__contact-header-img,
  .img-container {
    width: min(100%, 640px) !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    margin-inline: auto !important;
    padding-top: 0 !important;
    overflow: visible !important;
    position: relative !important;
    transform: none !important;
  }

  .trading-platforms__img img,
  .page__content-img img,
  .page__content-icn img,
  .page__contact-header-img img,
  .img-container img,
  .page__content--wrapper img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
    position: static !important;
    inset: auto !important;
    transform: none !important;
  }
}

@media (max-width: 420px) {
  .tabs-container__header-item {
    min-width: calc((100% - 8px) / 2) !important;
    font-size: 13px !important;
  }
}

/* Verification tightening - 2026-07-02 */
@media (max-width: 1023px) {
  .header__wrap,
  body.vt-import-page .header__wrap {
    box-sizing: border-box !important;
    transform: none !important;
    translate: none !important;
    transition: none !important;
  }

  .header__wrap.open,
  body.fixed .header__wrap,
  body.menu-open .header__wrap,
  body.vt-import-page .header__wrap.open,
  body.vt-import-page.fixed .header__wrap,
  body.vt-import-page.menu-open .header__wrap {
    inset-inline-start: 0 !important;
    left: 0 !important;
    right: auto !important;
    margin-left: 0 !important;
    transform: none !important;
    translate: none !important;
  }

  body.menu-open .header__wrap .main-nav,
  body.menu-open .header__wrap .main-nav__list,
  body.vt-import-page.menu-open .header__wrap .main-nav,
  body.vt-import-page.menu-open .header__wrap .main-nav__list {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .trading-platforms .tabs-container__body-item,
  .trading-platforms__item {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    overflow: hidden !important;
  }

  .trading-platforms__item {
    padding: 34px 24px !important;
  }

  .trading-platforms__download,
  .trading-platforms__img {
    width: min(100%, 640px) !important;
    max-width: 100% !important;
    align-self: center !important;
    justify-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .trading-platforms__img img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Closed tablet/mobile menu must not leak desktop CTA buttons. */
@media (max-width: 1023px) {
  .header__wrap,
  body.vt-import-page .header__wrap {
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .header__wrap.open,
  body.fixed .header__wrap,
  body.menu-open .header__wrap,
  body.vt-import-page .header__wrap.open,
  body.vt-import-page.fixed .header__wrap,
  body.vt-import-page.menu-open .header__wrap {
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .header__wrap .header__btn-group,
  .header__wrap .btns__wrap,
  body.vt-import-page .header__wrap .header__btn-group,
  body.vt-import-page .header__wrap .btns__wrap {
    position: static !important;
    inset: auto !important;
    transform: none !important;
  }
}

/* Copywriting polish: keep editorial/news and partner follow-up blocks feeling native. */
.post-single__content-media {
  overflow: hidden !important;
  border-radius: 16px !important;
  background: #f3f6f4 !important;
  box-shadow: 0 18px 48px rgba(15, 18, 23, 0.1) !important;
}

.post-single__content-media img,
.post-single__content-media picture {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.valetax-info-section {
  background: #f7f9fb !important;
  border-top: 1px solid #e4e9ee !important;
  border-bottom: 1px solid #e4e9ee !important;
}

.valetax-partner-guide {
  background: #f7f9fb !important;
  border-top: 1px solid #e4e9ee !important;
  border-bottom: 1px solid #e4e9ee !important;
}

.valetax-info-section > div {
  max-width: 1120px !important;
}

.valetax-partner-guide > div {
  max-width: 1120px !important;
}

.valetax-info-section div[style*="box-shadow"] {
  border-color: #dfe6ec !important;
  border-radius: 10px !important;
  box-shadow: 0 14px 34px rgba(15, 18, 23, 0.06) !important;
}

.valetax-partner-guide div[style*="box-shadow"] {
  border-color: #dfe6ec !important;
  border-radius: 10px !important;
  box-shadow: 0 14px 34px rgba(15, 18, 23, 0.06) !important;
}

.valetax-info-section details {
  border-radius: 8px !important;
}

.valetax-partner-guide details {
  border-radius: 8px !important;
}

.partner-independent-note {
  padding: 28px 20px !important;
  background: #07130f !important;
  color: #e8f5ee !important;
}

.partner-independent-note .box-center {
  max-width: 1080px !important;
}

.partner-independent-note strong {
  display: block !important;
  margin-bottom: 8px !important;
  color: #ffffff !important;
  font-size: clamp(22px, 2.4vw, 30px) !important;
  line-height: 1.2 !important;
}

.partner-independent-note p {
  max-width: 920px !important;
  margin: 0 !important;
  color: #cfe2d7 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.about__header .btns__wrap .btn.valetax-wide-cta,
.btn.valetax-wide-cta {
  width: auto !important;
  min-width: 210px !important;
  max-width: none !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
  white-space: nowrap !important;
}

.account-types__wrapper .details {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  min-height: 44px !important;
  padding: 6px 0 !important;
  overflow: visible !important;
}

.account-types__wrapper .details span {
  display: inline-block !important;
  padding-right: 22px !important;
}

.account-types__wrapper .details span:before {
  width: calc(100% - 22px) !important;
}

.account-types__wrapper .details span:after {
  right: 0 !important;
}

@media (max-width: 767px) {
  .post-single__content-media {
    border-radius: 12px !important;
    box-shadow: 0 12px 30px rgba(15, 18, 23, 0.08) !important;
  }

  .partner-independent-note {
    padding: 24px 16px !important;
  }
}

@media (max-width: 420px) {
  .about__header .btns__wrap .btn.valetax-wide-cta,
  .btn.valetax-wide-cta {
    width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
  }
}

/* Button audit polish: keep header CTAs and carousel controls easy to tap. */
@media (min-width: 768px) {
  .header__btn-group .btn,
  .header__wrap .header__btn-group .btn,
  body.vt-import-page .header__btn-group .btn,
  body.vt-import-page .header__wrap .header__btn-group .btn {
    min-height: 44px !important;
    height: 44px !important;
  }
}

.swiper-pagination-bullet[role="button"] {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  margin: 0 2px !important;
  background: transparent !important;
  color: #fff !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet[role="button"]::after {
  content: "" !important;
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 999px !important;
  background: #8a939f !important;
}

.swiper-pagination-bullet-active[role="button"]::after {
  background: #25c660 !important;
}

.btn-menu,
.btn-mob-login {
  color: #fff !important;
}

/* Partner mirror mobile menu: keep submenu items in normal flow. */
@media (max-width: 1199px) {
  body.partner-mirror-page.menu-open .header__wrap .partner-header-nav .menu-item-has-children {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
  }

  body.partner-mirror-page.menu-open .header__wrap .partner-header-nav .menu-item-has-children > a {
    position: relative !important;
    z-index: 1 !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    box-sizing: border-box !important;
  }

  body.partner-mirror-page.menu-open .header__wrap .partner-header-nav .menu-item-has-children > .vt-submenu-toggle {
    z-index: 3 !important;
    pointer-events: auto !important;
  }

  body.partner-mirror-page.menu-open .header__wrap .partner-header-nav .menu-item-has-children > .sub-menu {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.partner-mirror-page.menu-open .header__wrap .partner-header-nav .menu-item-has-children.is-open > .sub-menu,
  body.partner-mirror-page.menu-open .header__wrap .partner-header-nav .menu-item-has-children > .vt-submenu-toggle[aria-expanded="true"] + .sub-menu {
    height: auto !important;
    max-height: 520px !important;
    margin: -2px 0 10px !important;
    padding: 0 0 8px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.partner-mirror-page.menu-open .header__wrap .partner-header-nav .sub-menu a {
    min-height: 38px !important;
    padding: 8px 16px 8px 18px !important;
    color: #d7dee7 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
  }
}

/* Bottom-page polish - 2026-07-04 */
:root {
  --vt-bottom-ink: #101820;
  --vt-bottom-muted: #4d5f55;
  --vt-bottom-line: #dfe8e3;
  --vt-bottom-soft: #f5faf7;
}

.valetax-info-section,
.valetax-growth-hub,
.vt-seo-related,
.vt-seo-faq,
.aeo-faq-block,
.vt-link-hub,
.valetax-bottom-faq,
.valetax-final-cta,
.vt-seo-final-cta,
.valetax-risk-strip,
.vt-seo-risk-note {
  box-sizing: border-box !important;
}

.valetax-info-section {
  padding: clamp(44px, 6vw, 72px) clamp(16px, 4vw, 32px) !important;
  background: #f7faf8 !important;
  border-top: 1px solid var(--vt-bottom-line) !important;
  border-bottom: 1px solid var(--vt-bottom-line) !important;
}

.valetax-info-section > div {
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
}

.valetax-info-section h2,
.valetax-growth-hub h2,
.valetax-bottom-faq h2,
.valetax-final-cta h2,
.vt-seo-final-cta h2 {
  margin: 0 !important;
  color: var(--vt-bottom-ink) !important;
  font-size: clamp(27px, 3vw, 40px) !important;
  line-height: 1.12 !important;
  font-weight: 920 !important;
  letter-spacing: 0 !important;
}

.valetax-info-section p,
.valetax-growth-hub > p,
.valetax-bottom-faq > p,
.valetax-final-cta p,
.vt-seo-final-cta p {
  max-width: 780px !important;
  margin: 10px 0 0 !important;
  color: var(--vt-bottom-muted) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.valetax-info-section > div > div:last-child {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 22px !important;
}

.valetax-info-section > div > div:last-child a {
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 14px !important;
  border: 1px solid #cfe4d7 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #0f6b39 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  white-space: normal !important;
  box-shadow: 0 8px 18px rgba(15, 24, 32, .04) !important;
}

.valetax-info-section > div > div:last-child a:hover,
.valetax-info-section > div > div:last-child a:focus-visible {
  border-color: #25c660 !important;
  background: #effff5 !important;
}

body.home .vt-seo-related--embedded,
body.blog .vt-seo-related--embedded {
  width: min(100% - 48px, 1120px) !important;
  margin: clamp(42px, 6vw, 72px) auto 0 !important;
}

nav.vt-seo-related,
section.vt-seo-related {
  width: min(100% - 48px, 1180px) !important;
  border-radius: 8px !important;
}

.vt-seo-related div {
  align-items: stretch !important;
}

.vt-seo-related a {
  min-height: 44px !important;
  white-space: normal !important;
  text-align: left !important;
  line-height: 1.25 !important;
}

.valetax-growth-hub {
  width: min(100% - 48px, 1120px) !important;
  margin: clamp(42px, 6vw, 72px) auto clamp(34px, 5vw, 54px) !important;
  padding: clamp(24px, 4vw, 36px) !important;
  border: 1px solid var(--vt-bottom-line) !important;
  border-radius: 8px !important;
  background: #f8fbf9 !important;
  box-shadow: 0 18px 48px rgba(15, 24, 32, .05) !important;
}

.valetax-growth-hub__grid,
.vt-link-hub__grid,
.vt-seo-card-grid,
.valetax-info-section div[style*="grid-template-columns"] {
  align-items: stretch !important;
}

.valetax-growth-hub__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 22px !important;
}

.valetax-growth-hub__grid a,
.vt-link-hub__link,
.vt-seo-card,
.valetax-info-section div[style*="box-shadow"] {
  height: 100% !important;
  min-width: 0 !important;
  border-radius: 8px !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

.valetax-growth-hub__grid a {
  min-height: 136px !important;
  padding: 18px 18px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  border-color: #dfe6ec !important;
  box-shadow: 0 12px 30px rgba(15, 24, 32, .05) !important;
}

.valetax-growth-hub__grid a span {
  margin-top: 0 !important;
  line-height: 1.55 !important;
}

.vt-seo-card {
  min-height: 150px !important;
}

.vt-seo-faq {
  margin-bottom: clamp(28px, 4vw, 42px) !important;
}

.vt-seo-faq details,
.aeo-faq-block details,
.valetax-bottom-faq details {
  border-radius: 8px !important;
  box-shadow: 0 10px 24px rgba(15, 24, 32, .04) !important;
}

.vt-seo-faq summary,
.aeo-faq-block summary,
.valetax-bottom-faq summary {
  line-height: 1.35 !important;
}

.aeo-faq-block {
  width: min(100%, 1120px) !important;
  margin: clamp(34px, 5vw, 56px) auto !important;
  padding: clamp(22px, 4vw, 32px) !important;
  border: 1px solid var(--vt-bottom-line) !important;
  border-radius: 8px !important;
  background: #f7faf8 !important;
}

.aeo-faq-block h2 {
  margin: 0 0 18px !important;
  color: var(--vt-bottom-ink) !important;
  font-size: clamp(26px, 3vw, 38px) !important;
  line-height: 1.14 !important;
  letter-spacing: 0 !important;
}

.valetax-bottom-faq {
  width: min(100% - 48px, 1120px) !important;
  margin: clamp(34px, 5vw, 56px) auto 0 !important;
  padding: clamp(24px, 4vw, 36px) !important;
  border: 1px solid var(--vt-bottom-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 16px 42px rgba(15, 24, 32, .05) !important;
}

.valetax-bottom-faq__list {
  display: grid !important;
  gap: 10px !important;
  margin-top: 22px !important;
}

.valetax-bottom-faq details {
  padding: 16px 18px !important;
  border: 1px solid var(--vt-bottom-line) !important;
  background: #f9fbfa !important;
}

.valetax-bottom-faq p {
  margin: 12px 0 0 !important;
  color: var(--vt-bottom-muted) !important;
  line-height: 1.7 !important;
}

.valetax-final-cta,
.vt-seo-final-cta {
  width: min(100% - 48px, 1120px) !important;
  margin: clamp(34px, 5vw, 56px) auto !important;
  padding: clamp(24px, 4vw, 38px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 22px !important;
  align-items: center !important;
  border-radius: 8px !important;
  background: #101820 !important;
  color: #f5fbf7 !important;
  box-shadow: 0 20px 50px rgba(15, 24, 32, .14) !important;
}

.valetax-final-cta h2,
.vt-seo-final-cta h2 {
  color: #fff !important;
}

.valetax-final-cta p,
.vt-seo-final-cta p {
  color: #d4e1d9 !important;
}

.valetax-final-cta__eyebrow,
.vt-seo-final-cta__eyebrow {
  margin: 0 0 8px !important;
  color: #9af0bb !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.valetax-final-cta__actions,
.vt-seo-final-cta__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 10px !important;
}

.valetax-final-cta__actions a,
.vt-seo-final-cta__actions a {
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 18px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
}

.valetax-final-cta__primary,
.vt-seo-final-cta__primary {
  background: #25c660 !important;
  color: #03140b !important;
}

.valetax-final-cta__secondary,
.vt-seo-final-cta__secondary {
  border: 1px solid rgba(255, 255, 255, .28) !important;
  background: rgba(255, 255, 255, .08) !important;
  color: #f5fbf7 !important;
}

.valetax-risk-strip {
  width: min(100% - 48px, 1120px) !important;
  margin: 0 auto clamp(34px, 5vw, 56px) !important;
  padding: 18px 20px !important;
  border: 1px solid #ecd99c !important;
  border-radius: 8px !important;
  background: #fff8df !important;
  color: #564516 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.valetax-risk-strip p {
  margin: 0 !important;
}

.valetax-risk-strip a {
  color: #0f6b39 !important;
  font-weight: 900 !important;
}

.vt-seo-risk-note {
  width: min(100% - 48px, 1180px) !important;
  margin-top: 0 !important;
  margin-bottom: clamp(36px, 5vw, 56px) !important;
}

.footer {
  margin-top: 0 !important;
  padding-top: clamp(48px, 6vw, 72px) !important;
}

.footer .box-center {
  width: min(100% - 48px, 1180px) !important;
}

.footer__content {
  gap: clamp(28px, 4vw, 48px) !important;
}

.footer-text__wrap {
  margin-top: clamp(26px, 4vw, 38px) !important;
  padding-top: 22px !important;
  border-top: 1px solid rgba(255, 255, 255, .12) !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}

.footer-text__wrap p {
  max-width: 1120px !important;
}

.vt-seo-footer {
  padding-top: clamp(46px, 6vw, 66px) !important;
}

.vt-seo-footer-grid {
  align-items: start !important;
}

@media (max-width: 1023px) {
  .valetax-growth-hub__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .valetax-final-cta,
  .vt-seo-final-cta {
    grid-template-columns: 1fr !important;
  }

  .valetax-final-cta__actions,
  .vt-seo-final-cta__actions {
    justify-content: flex-start !important;
  }
}

@media (max-width: 767px) {
  body.valetax-has-mobile-cta,
  body:has(.valetax-mobile-cta) {
    padding-bottom: calc(104px + env(safe-area-inset-bottom, 0px)) !important;
  }

  body.home .vt-seo-related--embedded,
  body.blog .vt-seo-related--embedded,
  nav.vt-seo-related,
  section.vt-seo-related,
  .valetax-growth-hub,
  .valetax-bottom-faq,
  .valetax-final-cta,
  .vt-seo-final-cta,
  .valetax-risk-strip,
  .vt-seo-risk-note,
  .footer .box-center {
    width: min(100% - 28px, 1180px) !important;
  }

  .valetax-info-section {
    padding: 38px 14px !important;
  }

  .valetax-info-section > div > div:last-child {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .valetax-info-section > div > div:last-child a {
    width: 100% !important;
    justify-content: center !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    text-align: center !important;
    font-size: 13px !important;
  }

  .valetax-growth-hub {
    margin-top: 36px !important;
    padding: 22px !important;
  }

  .valetax-growth-hub__grid,
  .vt-seo-card-grid {
    grid-template-columns: 1fr !important;
  }

  .valetax-growth-hub__grid a {
    min-height: 0 !important;
  }

  .valetax-bottom-faq,
  .valetax-final-cta,
  .vt-seo-final-cta {
    padding: 22px !important;
  }

  .valetax-final-cta__actions,
  .vt-seo-final-cta__actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .footer {
    padding-top: 44px !important;
  }

  .footer-text__wrap {
    font-size: 12px !important;
  }
}

@media (max-width: 359px) {
  .valetax-info-section > div > div:last-child {
    grid-template-columns: 1fr !important;
  }
}

/* Footer bottom polish - 2026-07-04 */
.footer {
  margin-top: 0 !important;
  padding: clamp(52px, 6vw, 70px) 0 0 !important;
  background: #111820 !important;
  color: #f7fafc !important;
}

.footer .box-center {
  width: min(100% - 64px, 1280px) !important;
}

.footer__content {
  display: grid !important;
  grid-template-columns: minmax(210px, .72fr) minmax(230px, .78fr) minmax(520px, 1.55fr) !important;
  gap: clamp(34px, 5vw, 72px) !important;
  align-items: start !important;
  padding-bottom: clamp(32px, 4vw, 44px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
}

.footer__content h3,
.footer-nav span {
  margin: 0 0 18px !important;
  color: #fff !important;
  font-size: 21px !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.social,
.social__column,
.footer__content-info,
.footer-nav,
.payment-chanels__wrap,
.payment-chanels__wrap .wp-block-group,
.down {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: start !important;
}

.social .wp-block-columns {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin: 0 !important;
}

.social .wp-block-column {
  flex: 0 0 auto !important;
  margin: 0 !important;
}

.social__link {
  display: inline-flex !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .08) !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
}

.social__link img {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain !important;
}

.footer__content-info {
  display: grid !important;
  gap: 30px !important;
}

.payment-chanels__list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(60px, 76px)) !important;
  gap: 12px 16px !important;
  align-items: center !important;
  justify-content: start !important;
  width: auto !important;
  max-width: 176px !important;
  margin: 0 !important;
}

.payment-chanels__list .wp-block-image {
  display: flex !important;
  width: 76px !important;
  height: 28px !important;
  min-width: 0 !important;
  min-height: 28px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin: 0 !important;
}

.payment-chanels__list img {
  display: block !important;
  width: auto !important;
  max-width: 72px !important;
  height: auto !important;
  max-height: 26px !important;
  min-height: 0 !important;
  object-fit: contain !important;
  opacity: .78 !important;
}

.down__links {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  align-items: start !important;
  justify-items: start !important;
  margin: 0 !important;
}

.down__link,
.down__link img {
  display: block !important;
  width: 146px !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 42px !important;
  object-fit: contain !important;
}

.footer-nav {
  display: grid !important;
  grid-template-columns: minmax(230px, 1fr) minmax(170px, .75fr) !important;
  gap: clamp(36px, 4vw, 58px) !important;
}

.footer-nav__list,
.footer-nav__item,
.footer-nav__sublist,
.footer-nav__sublist-item {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.footer-nav__sublist {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.footer-nav__list-link {
  display: block !important;
  color: #d6dde6 !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 650 !important;
  text-decoration: none !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}

.footer-nav__list-link:hover,
.footer-nav__list-link:focus-visible {
  color: #fff !important;
}

.footer-text__wrap {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px 28px !important;
  margin: 0 !important;
  padding: 28px 0 30px !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
  color: #b5bec9 !important;
  font-size: 13px !important;
  line-height: 1.62 !important;
}

.footer-text__wrap p {
  max-width: none !important;
  margin: 0 !important;
}

.footer-text__wrap strong {
  color: #25c660 !important;
}

.footer-text__wrap:before {
  display: none !important;
}

.footer .footer-nav .footer-nav__sublist {
  max-height: none !important;
  overflow: visible !important;
}

.footer .footer-nav__list-link:before,
.footer .footer-nav span:before {
  display: none !important;
}

.footer > div[style] {
  padding: 18px 24px calc(18px + env(safe-area-inset-bottom, 0px)) !important;
  border-top: 0 !important;
  background: #101720 !important;
  color: #91a0ad !important;
  font-size: 12px !important;
}

.footer > div[style] p {
  width: min(100% - 48px, 1180px) !important;
  margin: 0 auto !important;
  line-height: 1.6 !important;
}

.footer > div[style] a {
  color: #c4ccd5 !important;
  text-decoration: none !important;
}

@media (max-width: 1199px) {
  .footer__content {
    grid-template-columns: minmax(190px, .8fr) minmax(220px, .9fr) minmax(420px, 1.35fr) !important;
    gap: 34px !important;
  }

  .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px !important;
  }
}

@media (max-width: 1023px) {
  .footer {
    padding-top: 46px !important;
  }

  .footer .box-center {
    width: min(100% - 40px, 960px) !important;
  }

  .footer__content {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 34px 40px !important;
  }

  .footer-nav {
    grid-column: 1 / -1 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px !important;
  }

  .footer-text__wrap {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
}

@media (max-width: 767px) {
  body.valetax-has-mobile-cta,
  body:has(.valetax-mobile-cta) {
    background: #111820 !important;
  }

  .footer {
    padding-top: 36px !important;
  }

  .footer .box-center {
    width: min(100% - 28px, 1180px) !important;
  }

  .footer__content {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding-bottom: 28px !important;
  }

  .footer__content h3,
  .footer-nav span {
    margin-bottom: 14px !important;
    font-size: 19px !important;
  }

  .social .wp-block-columns {
    gap: 10px !important;
  }

  .social__link {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }

  .footer__content-info {
    gap: 24px !important;
  }

  .payment-chanels__list {
    grid-template-columns: repeat(3, minmax(58px, 1fr)) !important;
    max-width: 100% !important;
    gap: 12px !important;
  }

  .payment-chanels__list .wp-block-image {
    width: auto !important;
    height: 28px !important;
    justify-content: flex-start !important;
  }

  .footer-nav {
    grid-column: auto !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .footer-nav__sublist {
    display: grid !important;
    max-height: none !important;
    overflow: visible !important;
    gap: 9px !important;
  }

  .footer .footer-nav .footer-nav__sublist .menu-item:first-child {
    padding-top: 0 !important;
  }

  .footer-nav__list-link {
    font-size: 15px !important;
  }

  .footer-text__wrap {
    max-height: none !important;
    overflow: visible !important;
    padding-right: 0 !important;
    padding: 24px 0 26px !important;
    font-size: 12.5px !important;
    line-height: 1.65 !important;
  }

  .footer-text__wrap p {
    display: block !important;
  }

  .footer > div[style] {
    padding-right: 14px !important;
    padding-left: 14px !important;
    padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px)) !important;
    text-align: left !important;
  }

  .footer > div[style] p {
    width: 100% !important;
  }
}

/* Hide removed risk strip - 2026-07-04 */
.valetax-risk-strip {
  display: none !important;
}

/* Footer payment logo polish - 2026-07-04 */
.footer__content {
  grid-template-columns: minmax(220px, .72fr) minmax(340px, .96fr) minmax(540px, 1.42fr) !important;
}

.footer__content-info {
  gap: 34px !important;
}

.payment-chanels__wrap h3 {
  max-width: none !important;
  white-space: normal !important;
}

.payment-chanels__list {
  grid-template-columns: repeat(2, minmax(112px, 132px)) !important;
  gap: 12px !important;
  max-width: 276px !important;
}

.payment-chanels__list .wp-block-image {
  width: 132px !important;
  height: 46px !important;
  min-height: 46px !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .055) !important;
}

.payment-chanels__list img {
  width: 104px !important;
  height: 30px !important;
  max-width: 108px !important;
  max-height: 31px !important;
  opacity: .95 !important;
  filter: brightness(1.35) contrast(1.12) !important;
}

.payment-chanels__list .wp-block-image:nth-child(7) {
  grid-column: 1 / 2 !important;
}

@media (max-width: 1199px) {
  .footer__content {
    grid-template-columns: minmax(200px, .72fr) minmax(300px, .98fr) minmax(420px, 1.32fr) !important;
  }

  .payment-chanels__list {
    grid-template-columns: repeat(2, minmax(104px, 124px)) !important;
    max-width: 260px !important;
  }

  .payment-chanels__list .wp-block-image {
    width: 124px !important;
  }
}

@media (max-width: 1023px) {
  .footer__content {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr) !important;
  }
}

@media (max-width: 767px) {
  .footer__content {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .social,
  .footer__content-info,
  .footer-nav {
    width: 100% !important;
    min-width: 0 !important;
  }

  .footer-nav {
    grid-column: auto !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .footer-nav__sublist {
    grid-template-columns: 1fr !important;
  }

  .footer-nav__list-link,
  .footer-nav span {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
  }

  .payment-chanels__list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    max-width: 100% !important;
  }

  .payment-chanels__list .wp-block-image {
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  .payment-chanels__list img {
    width: 118px !important;
    height: 30px !important;
    max-width: 118px !important;
    max-height: 30px !important;
  }
}

/* Footer legal vertical flow - 2026-07-04 */
.footer-text__wrap {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 12px !important;
  max-height: none !important;
  overflow: visible !important;
  padding-right: 0 !important;
}

.footer-text__wrap p {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

@media (min-width: 768px) {
  .footer-text__wrap {
    line-height: 1.68 !important;
  }
}

@media (max-width: 767px) {
  .footer-text__wrap {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    padding-bottom: 28px !important;
  }
}

/* Footer partner menu + no-overlap layout - 2026-07-04 */
.footer__content .footer-nav {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
}

.footer > .box-center:has(> .social) {
  display: grid !important;
  grid-template-columns: minmax(190px, .76fr) minmax(520px, 1.72fr) minmax(280px, .92fr) !important;
  gap: clamp(34px, 4.5vw, 64px) !important;
  align-items: start !important;
}

.footer > .box-center:has(> .social) > .social {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

.footer > .box-center:has(> .social) > .social,
.footer > .box-center:has(> .social) > .footer-nav,
.footer > .box-center:has(> .social) > .payment-chanels__wrap,
.footer > .box-center:has(> .social) > .footer-text__wrap,
.footer > .box-center:has(> .social) > .police-menu {
  position: static !important;
  inset: auto !important;
  float: none !important;
  transform: none !important;
  width: 100% !important;
  max-width: none !important;
}

.footer > .box-center:has(> .social) > .footer-nav {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: start !important;
}

.footer > .box-center:has(> .social) > .payment-chanels__wrap {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

.footer > .box-center:has(> .social) > .footer-text__wrap,
.footer > .box-center:has(> .social) > .police-menu {
  grid-column: 1 / -1 !important;
}

.footer > .box-center:has(> .social) > .footer-text__wrap {
  margin-top: 10px !important;
}

.police-menu,
.police-menu__list {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.police-menu__list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px 18px !important;
  list-style: none !important;
}

.police-menu__list a {
  color: #aeb8c4 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
}

.vt-seo-footer-grid {
  grid-template-columns: minmax(220px, 1.15fr) repeat(4, minmax(128px, .82fr)) !important;
  gap: clamp(22px, 3vw, 38px) !important;
}

.vt-seo-footer-partner {
  min-width: 0 !important;
}

@media (max-width: 1199px) {
  .footer__content .footer-nav {
    gap: 22px !important;
  }

  .footer > .box-center:has(> .social) {
    grid-template-columns: minmax(180px, .72fr) minmax(0, 1.48fr) !important;
  }

  .footer > .box-center:has(> .social) > .social {
    grid-column: 1 !important;
  }

  .footer > .box-center:has(> .social) > .footer-nav {
    grid-column: 2 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  .footer > .box-center:has(> .social) > .payment-chanels__wrap {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  .vt-seo-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1023px) {
  .footer__content .footer-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .footer > .box-center:has(> .social) {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .footer > .box-center:has(> .social) > .social,
  .footer > .box-center:has(> .social) > .footer-nav,
  .footer > .box-center:has(> .social) > .payment-chanels__wrap,
  .footer > .box-center:has(> .social) > .footer-text__wrap,
  .footer > .box-center:has(> .social) > .police-menu {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

@media (max-width: 767px) {
  .footer__content .footer-nav,
  .footer > .box-center:has(> .social) > .footer-nav,
  .vt-seo-footer-grid {
    grid-template-columns: 1fr !important;
  }

  .footer > .box-center:has(> .social) {
    gap: 28px !important;
  }

  .police-menu__list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }
}

/* Lower-section tap target and card-row polish - 2026-07-04 */
.vt-seo-faq summary,
.aeo-faq-block summary,
.valetax-bottom-faq summary,
.valetax-info-section summary,
.faq-list summary,
.partner-bottom-hub summary,
main details summary {
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  line-height: 1.35 !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

.account-types__columns--bottom {
  width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.account-types__columns--bottom p {
  min-width: 0 !important;
  margin: 0 !important;
  overflow-wrap: break-word !important;
}

.account-types__columns--bottom a {
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 14px !important;
  border-radius: 8px !important;
  background: #101820 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: normal !important;
}

@media (max-width: 767px) {
  .account-types .box-center,
  .account-types__columns,
  .account-types__columns-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .account-types__columns--bottom {
    align-items: stretch !important;
  }

  .account-types__columns--bottom a {
    width: 100% !important;
  }
}

/* Mobile header cleanup - 2026-07-04 */
@media (max-width: 1023px) {
  .header {
    height: var(--vt-header-height) !important;
    background: #111820 !important;
    overflow: visible !important;
  }

  .header .box-center,
  body.vt-import-page .header > .box-center {
    display: flex !important;
    justify-content: space-between !important;
  }

  .header .logo,
  body.vt-import-page .logo {
    flex: 0 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 60px) !important;
  }

  .header .logo img,
  body.vt-import-page .logo img {
    display: block !important;
    width: 124px !important;
    max-width: min(38vw, 124px) !important;
    height: auto !important;
    max-height: 34px !important;
    object-fit: contain !important;
  }

  .btn-mob-login,
  body.vt-import-page .btn-mob-login {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .btn-menu,
  body.vt-import-page .btn-menu {
    right: 0 !important;
    z-index: 2 !important;
  }

  .header__wrap,
  body.vt-import-page .header__wrap {
    z-index: 99999 !important;
  }
}

/* Platform MT4/MT5 mobile tabs - 2026-07-04 */
@media (max-width: 767px) {
  .trading-platforms .tabs-container__header {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 18px !important;
    padding: 4px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4px !important;
    overflow: hidden !important;
    border-radius: 999px !important;
    background: #f3f4f6 !important;
  }

  .trading-platforms .tabs-container__header-item {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: 1 1 0 !important;
    min-height: 44px !important;
    height: 44px !important;
    padding: 10px 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    color: #101820 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .trading-platforms .tabs-container__header-item.active {
    background: #111820 !important;
    color: #fff !important;
  }
}

/* Full mobile page audit fixes - 2026-07-04 */
@media (max-width: 767px) {
  main,
  .content,
  .wrapper,
  .about,
  .about__header,
  .trade-device,
  .communication,
  .page__content,
  .page-default,
  .valetax-seo-native,
  .vt-seo-section {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }

  .tabs-container__header:has(> .tabs-container__header-item:nth-child(2):last-child) {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 18px !important;
    padding: 4px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4px !important;
    overflow: hidden !important;
    border-radius: 999px !important;
    background: #f3f4f6 !important;
    scroll-padding-inline: 0 !important;
  }

  .tabs-container__header:has(> .tabs-container__header-item:nth-child(2):last-child) > .tabs-container__header-item {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 46px !important;
    height: auto !important;
    padding: 10px 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow: hidden !important;
  }

  .tabs-container__header:has(> .tabs-container__header-item:nth-child(2):last-child) > .tabs-container__header-item.active {
    background: #111820 !important;
    color: #fff !important;
  }

  .trade-device > .box-center,
  .communication > .box-center,
  .wp-block-columns,
  .wp-block-columns.bottom,
  .wp-block-columns.is-layout-flex {
    width: min(100% - 28px, 1280px) !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    align-items: start !important;
    justify-items: stretch !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .wp-block-column,
  .wp-block-column.is-layout-flow {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex-basis: auto !important;
  }

  .trade-device .wp-block-image,
  .communication .wp-block-image,
  .wp-block-image,
  figure.wp-block-image {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    position: relative !important;
    inset: auto !important;
    transform: none !important;
  }

  .trade-device .wp-block-image,
  .communication .wp-block-image {
    max-width: min(100%, 320px) !important;
  }

  .wp-block-image img,
  figure.wp-block-image img,
  .trade-device .wp-block-image img,
  .communication .wp-block-image img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    position: static !important;
    inset: auto !important;
    transform: none !important;
  }

  .communication--top,
  .trade-device--top {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .communication .btn,
  .trade-device .btn,
  .about__header .btn,
  .btn.valetax-wide-cta {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    white-space: normal !important;
  }

  .vt-seo-table-wrap {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .vt-seo-table {
    width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: transparent !important;
  }

  .vt-seo-table thead {
    display: none !important;
  }

  .vt-seo-table tbody {
    display: grid !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .vt-seo-table tr {
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    border: 1px solid #dfeae4 !important;
    border-radius: 8px !important;
    background: #fff !important;
  }

  .vt-seo-table th,
  .vt-seo-table td {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 12px 14px !important;
    border: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .vt-seo-table td:first-child {
    background: #eefaf2 !important;
    color: #08733b !important;
    font-size: 15px !important;
    font-weight: 920 !important;
  }

  .vt-seo-table td + td {
    border-top: 1px solid #edf2ee !important;
  }

  .swiper,
  .swiper-container,
  .trade-slider,
  .copytradin .swiper,
  .copytradin .swiper-container {
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .home-banner__info-item h3,
  .home-banner__info-item strong {
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .content,
  main.content,
  .about,
  .about__header,
  .page-default,
  .copytrading-benefits,
  .section.tabs,
  .tabs-container,
  .tabs-container__body,
  .tabs-container__body-item,
  .tabs-container__body-head {
    overflow-x: hidden !important;
  }

  .seo-card-grid,
  .vt-seo-card-grid {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: 1fr !important;
    overflow: hidden !important;
  }

  .payment-methods__question-info,
  .payment-methods__question-item,
  .payment-methods__question-item.is-nowrap,
  .payment-methods__question-item > .wp-block-group {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    align-items: start !important;
    justify-items: stretch !important;
    white-space: normal !important;
    overflow: hidden !important;
  }

  .payment-methods__question-item h3,
  .payment-methods__question-item p {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
  }

  .differences__columns {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    overflow: visible !important;
  }

  .differences__column,
  .differences__column-wrap,
  .differences__column-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .differences__column-item {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
    align-items: center !important;
  }

  .differences__column-item p,
  .differences__column-item strong {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
    text-align: right !important;
  }

  .copytrading-benefits__list,
  .copytrading-benefits__list-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    overflow: hidden !important;
  }

  .copytrading-benefits__list-media,
  .copytrading-benefits__list-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .steps,
  .step-media,
  .steps > .box-center,
  .step-media > .box-center,
  .steps-columns,
  .steps-columns .wp-block-column {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    overflow: hidden !important;
  }

  .steps > .box-center,
  .step-media > .box-center {
    width: min(100% - 28px, 1280px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .steps-column__media,
  .steps-column__media img,
  img.step-icn {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    object-fit: contain !important;
    position: static !important;
    transform: none !important;
  }

  .page-nomination__banner,
  .page-nomination__banner-media,
  .page-nomination__banner-text {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .page-nomination__banner-media img {
    display: block !important;
    width: min(100%, 280px) !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: static !important;
    inset: auto !important;
    transform: none !important;
    object-fit: contain !important;
  }

  .btns__wrap,
  .btns__wrap .btn,
  .btns__wrap a {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    white-space: normal !important;
  }

  a.link,
  a.legal-doc-status,
  .legal-doc-status {
    min-height: 44px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    white-space: normal !important;
    line-height: 1.3 !important;
  }

  .tabs-block__header {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    overflow: hidden !important;
  }

  .tabs-block__header-item {
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 44px !important;
    padding: 10px 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: normal !important;
    line-height: 1.15 !important;
    overflow: hidden !important;
  }

  body.home .hero-stat h4,
  body.blog .hero-stat h4 {
    font-size: clamp(22px, 7vw, 26px) !important;
    line-height: 1.05 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  body.home .hero-stat:nth-child(3) h4,
  body.blog .hero-stat:nth-child(3) h4 {
    font-size: 20px !important;
    letter-spacing: 0 !important;
  }

  body.home .home-banner__links .btn,
  body.blog .home-banner__links .btn,
  body.home .home-banner .btn,
  body.blog .home-banner .btn {
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  body.page-id-168 .tabs-container__body-head,
  body.page-id-168 .tabs-container__body-head h1,
  body.page-id-168 .tabs-container__body-head h2,
  body.page-id-168 .tabs-container__body-head p,
  body.page-id-168 .tabs-container__body-head .answer-box,
  body.page-id-168 .tabs-container__body-head .tabs__descr {
    color: #e8eef3 !important;
  }

  body.page-id-168 .tabs-container__body-head h1,
  body.page-id-168 .tabs-container__body-head h2 {
    color: #ffffff !important;
  }
}

/* Account card CTA font contrast - 2026-07-04 */
body main .account-types__columns--bottom a:not(.btn):not(.valetax-mobile-cta__primary):not(.valetax-mobile-cta__secondary),
body .content .account-types__columns--bottom a:not(.btn):not(.valetax-mobile-cta__primary):not(.valetax-mobile-cta__secondary),
.account-types__columns--bottom a {
  min-width: 176px !important;
  min-height: 44px !important;
  padding: 11px 38px 11px 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 8px !important;
  background: #101820 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

body main .account-types__columns--bottom a:not(.btn):hover,
body main .account-types__columns--bottom a:not(.btn):focus,
body .content .account-types__columns--bottom a:not(.btn):hover,
body .content .account-types__columns--bottom a:not(.btn):focus {
  color: #ffffff !important;
  background: #172330 !important;
}

.account-types__columns--bottom a::before {
  right: 14px !important;
}

@media (max-width: 767px) {
  body main .account-types__columns--bottom a:not(.btn):not(.valetax-mobile-cta__primary):not(.valetax-mobile-cta__secondary),
  body .content .account-types__columns--bottom a:not(.btn):not(.valetax-mobile-cta__primary):not(.valetax-mobile-cta__secondary),
  .account-types__columns--bottom a {
    width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
  }
}

/* Footer desktop column normalization - 2026-07-04 */
@media (min-width: 1200px) {
  .footer__content {
    grid-template-columns: minmax(180px, .68fr) minmax(276px, .9fr) minmax(620px, 1.72fr) !important;
    gap: clamp(34px, 3.4vw, 48px) !important;
  }

  .footer__content > .social {
    order: 0 !important;
    position: static !important;
    inset: auto !important;
    float: none !important;
    transform: none !important;
    width: 100% !important;
    max-width: none !important;
  }

  .footer__content > .footer__content-info {
    order: 1 !important;
    position: static !important;
    inset: auto !important;
    float: none !important;
    transform: none !important;
    width: 100% !important;
    max-width: none !important;
  }

  .footer__content > .footer-nav {
    order: 2 !important;
    position: static !important;
    inset: auto !important;
    float: none !important;
    transform: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    grid-template-columns: minmax(190px, 1.08fr) minmax(140px, .78fr) minmax(150px, .82fr) !important;
    gap: clamp(24px, 2.4vw, 34px) !important;
  }

  .footer__content > .footer-nav .footer-nav__list {
    min-width: 0 !important;
  }

  .footer__content > .footer-nav .footer-nav__list-link,
  .footer__content > .footer-nav span {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  .footer__content-info > .payment-chanels__wrap {
    order: 0 !important;
  }

  .footer__content-info > .down {
    order: 1 !important;
  }
}

/* Production layout rescue - 2026-07-05
   Keep the latest footer24 content, but restore Valetax-like light mobile
   sections for the homepage deposit area and payment-method cards. */
@media (max-width: 767px) {
  body.home .run-block,
  body.blog .run-block {
    width: 100% !important;
    margin: 0 !important;
    padding: 12px 0 10px !important;
    background: #ffffff !important;
    color: #4b5563 !important;
  }

  body.home .run-block .box-center,
  body.blog .run-block .box-center {
    width: min(100% - 32px, 1280px) !important;
  }

  body.home .run-block p,
  body.blog .run-block p {
    color: #64748b !important;
    opacity: 1 !important;
  }

  body.home .partners,
  body.blog .partners {
    width: 100% !important;
    padding: 28px 0 38px !important;
    background: #ffffff !important;
    color: #111820 !important;
    overflow: hidden !important;
  }

  body.home .partners .box-center,
  body.blog .partners .box-center {
    width: min(100% - 32px, 1280px) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 20px !important;
  }

  body.home .partners h2,
  body.blog .partners h2 {
    max-width: 100% !important;
    margin: 0 !important;
    color: #111820 !important;
    font-size: clamp(28px, 8vw, 34px) !important;
    line-height: 1.13 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }

  body.home .partners h2 span,
  body.blog .partners h2 span {
    color: #178a4b !important;
  }

  body.home .partners__list,
  body.blog .partners__list {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px 10px !important;
    align-items: center !important;
  }

  body.home .partners .wp-block-image,
  body.blog .partners .wp-block-image {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #eef1f4 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    overflow: hidden !important;
  }

  body.home .partners .wp-block-image img,
  body.blog .partners .wp-block-image img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 38px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    filter: grayscale(1) contrast(.88) opacity(.74) !important;
    opacity: 1 !important;
  }

  body.page-id-168 .section.tabs,
  body.page-id-168 main.content,
  body.page-id-168 .tabs-container,
  body.page-id-168 .tabs-container__body,
  body.page-id-168 .tabs-container__body-item,
  body.page-id-168 .tabs-container__body-head {
    background: #ffffff !important;
    color: #111820 !important;
  }

  body.page-id-168 .tabs-container__body-head h1,
  body.page-id-168 .tabs-container__body-head h2 {
    color: #111820 !important;
    letter-spacing: 0 !important;
  }

  body.page-id-168 .tabs-container__body-head p,
  body.page-id-168 .tabs-container__body-head .answer-box,
  body.page-id-168 .tabs-container__body-head .tabs__descr {
    color: #4b5563 !important;
  }

  body.page-id-168 .tabs .payment-methods__columns,
  body.page-id-168 .payment-methods__columns.wp-block-columns,
  body.page-id-168 .payment-methods__columns.is-layout-flex {
    width: min(100% - 32px, 600px) !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    padding-top: 26px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    align-items: stretch !important;
    justify-items: stretch !important;
  }

  body.page-id-168 .payment-methods__columns > .wp-block-column {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    border: 1px solid #d8dee6 !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    color: #111820 !important;
    box-shadow: none !important;
  }

  body.page-id-168 .payment-methods__columns .grey {
    width: 100% !important;
    min-height: 82px !important;
    height: auto !important;
    margin: 0 0 28px !important;
    padding: 18px 28px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    border-bottom: 1px solid #edf1f5 !important;
    background: #f7f7f7 !important;
  }

  body.page-id-168 .payment-methods__columns .grey .wp-block-image,
  body.page-id-168 .payment-methods__columns .grey figure.wp-block-image {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    background: transparent !important;
    border: 0 !important;
    overflow: visible !important;
  }

  body.page-id-168 .payment-methods__columns .grey img {
    width: auto !important;
    max-width: 100% !important;
    max-height: 48px !important;
    height: auto !important;
    margin: 0 !important;
    object-fit: contain !important;
    filter: none !important;
    opacity: 1 !important;
  }

  body.page-id-168 .payment-methods__columns .grey p {
    margin: 0 !important;
    color: #3f4453 !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    text-transform: none !important;
  }

  body.page-id-168 .payment-methods__columns h3 {
    margin: 0 28px 18px !important;
    color: #111820 !important;
    font-size: 22px !important;
    line-height: 1.18 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
  }

  body.page-id-168 .payment-methods__columns > .wp-block-column > .wp-block-group:not(.grey) {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 28px 28px !important;
  }

  body.page-id-168 .payment-methods__column-item,
  body.page-id-168 .payment-methods__column-item.is-nowrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(118px, 1fr) minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
    padding: 0 0 16px !important;
    white-space: normal !important;
    overflow: visible !important;
  }

  body.page-id-168 .payment-methods__column-item p {
    min-width: 0 !important;
    margin: 0 !important;
    color: #4b5563 !important;
    font-size: 16px !important;
    line-height: 1.22 !important;
    text-align: left !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  body.page-id-168 .payment-methods__column-item p:last-child {
    color: #374151 !important;
    text-align: right !important;
    overflow-wrap: break-word !important;
  }

  body.page-id-168 .payment-methods__column-item p.green,
  body.page-id-168 .payment-methods__column-item .green {
    color: #178a4b !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
  }

  body.page-id-168 .payment-methods__question-title,
  body.page-id-168 .payment-methods__question-item h3,
  body.page-id-168 .start-trading h2 {
    color: #111820 !important;
  }

  body.page-id-168 .payment-methods__question-item {
    border-color: #e5e7eb !important;
    background: #ffffff !important;
  }

  body:has(.valetax-mobile-cta) {
    padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .valetax-mobile-cta {
    left: 12px !important;
    right: 12px !important;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px)) !important;
    min-height: 64px !important;
    padding: 8px !important;
    border-radius: 16px !important;
  }

  .valetax-mobile-cta a {
    min-height: 46px !important;
    padding: 11px 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    line-height: 1.12 !important;
    white-space: normal !important;
  }
}

@media (max-width: 359px) {
  body.home .partners__list,
  body.blog .partners__list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-id-168 .payment-methods__columns > .wp-block-column > .wp-block-group:not(.grey) {
    padding-inline: 22px !important;
  }

  body.page-id-168 .payment-methods__columns h3 {
    margin-inline: 22px !important;
  }

  body.page-id-168 .payment-methods__column-item {
    grid-template-columns: minmax(104px, 1fr) minmax(0, 1fr) !important;
  }
}

@media (max-width: 767px) {
  body.page-id-168 .section.tabs > .box-center {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
  }

  body.page-id-168 .tabs-container,
  body.page-id-168 .tabs-container__body,
  body.page-id-168 .tabs-container__body-item,
  body.page-id-168 .tabs-container__body-head {
    width: 100% !important;
  }

  body.page-id-168 .tabs .payment-methods__columns,
  body.page-id-168 .payment-methods__columns.wp-block-columns,
  body.page-id-168 .payment-methods__columns.is-layout-flex {
    width: 100% !important;
    max-width: 600px !important;
    margin: 0 auto !important;
  }

  body.page-id-168 .payment-methods__columns > .wp-block-column > .wp-block-group:not(.grey) {
    padding-inline: 24px !important;
  }

  body.page-id-168 .payment-methods__column-item,
  body.page-id-168 .payment-methods__column-item.is-nowrap {
    grid-template-columns: minmax(102px, .64fr) minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  body.page-id-168 .payment-methods__column-item p {
    font-size: 15px !important;
  }
}

/* Mobile header login + home section contrast rescue - 2026-07-05 */
@media (max-width: 1023px) {
  .header .logo,
  body.vt-import-page .logo {
    max-width: calc(100% - 144px) !important;
  }

  .btn-menu,
  body.vt-import-page .btn-menu {
    right: 0 !important;
    z-index: 100004 !important;
  }

  .btn-mob-login,
  body.vt-import-page .btn-mob-login {
    position: absolute !important;
    top: 50% !important;
    right: 52px !important;
    width: auto !important;
    min-width: 74px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(-50%) !important;
    border: 1px solid rgba(37, 198, 96, .85) !important;
    border-radius: 999px !important;
    background: #25c660 !important;
    color: #03140b !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font-size: 0 !important;
    line-height: 1 !important;
    z-index: 100003 !important;
  }

  .btn-mob-login img,
  .btn-mob-login svg,
  body.vt-import-page .btn-mob-login img,
  body.vt-import-page .btn-mob-login svg {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    display: block !important;
    flex: 0 0 16px !important;
    filter: brightness(0) saturate(100%) !important;
    opacity: 1 !important;
  }

  .btn-mob-login::after,
  body.vt-import-page .btn-mob-login::after {
    content: "Masuk" !important;
    display: inline-block !important;
    color: #03140b !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 767px) {
  body.home .popular-instruments,
  body.blog .popular-instruments {
    width: 100% !important;
    margin: 0 !important;
    padding: 32px 0 44px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    color: #111820 !important;
  }

  body.home .popular-instruments .box-center,
  body.blog .popular-instruments .box-center {
    width: min(100% - 32px, 1280px) !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    box-sizing: border-box !important;
  }

  body.home .popular-instruments__banner,
  body.blog .popular-instruments__banner {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 18px !important;
    background: #f7f9fa !important;
  }

  body.home .popular-instruments__banner .wp-block-image,
  body.blog .popular-instruments__banner .wp-block-image {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
  }

  body.home .popular-instruments__banner img,
  body.blog .popular-instruments__banner img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 230px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    filter: none !important;
    opacity: 1 !important;
  }

  body.home .popular-instruments__content,
  body.blog .popular-instruments__content {
    width: 100% !important;
    padding: 0 !important;
    color: #111820 !important;
  }

  body.home .popular-instruments__content > h4,
  body.blog .popular-instruments__content > h4 {
    margin: 0 0 8px !important;
    color: #178a4b !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
  }

  body.home .popular-instruments h2,
  body.blog .popular-instruments h2 {
    margin: 0 0 18px !important;
    color: #111820 !important;
    font-size: 27px !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
  }

  body.home .popular-instruments__column,
  body.blog .popular-instruments__column {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 22px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body.home .popular-instruments__column-item,
  body.blog .popular-instruments__column-item {
    width: 100% !important;
    min-width: 0 !important;
    padding: 14px !important;
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    color: #111820 !important;
    box-shadow: none !important;
  }

  body.home .popular-instruments__img,
  body.blog .popular-instruments__img {
    width: 44px !important;
    height: 44px !important;
    background: #e8f7ef !important;
  }

  body.home .popular-instruments__img img,
  body.blog .popular-instruments__img img {
    width: 22px !important;
    height: 22px !important;
    filter: none !important;
    opacity: 1 !important;
  }

  body.home .popular-instruments__column-item .wp-block-group,
  body.blog .popular-instruments__column-item .wp-block-group {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.home .popular-instruments__column-item h4,
  body.blog .popular-instruments__column-item h4 {
    margin: 0 0 5px !important;
    color: #111820 !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  body.home .popular-instruments__column-item p,
  body.blog .popular-instruments__column-item p {
    margin: 0 !important;
    color: #4b5563 !important;
    font-size: 14px !important;
    line-height: 1.48 !important;
    overflow-wrap: break-word !important;
  }

  body.home .popular-instruments .btn,
  body.blog .popular-instruments .btn {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
  }
}

@media (max-width: 359px) {
  .header .logo,
  body.vt-import-page .logo {
    max-width: calc(100% - 126px) !important;
  }

  .header .logo img,
  body.vt-import-page .logo img {
    max-width: min(35vw, 112px) !important;
  }

  .btn-mob-login,
  body.vt-import-page .btn-mob-login {
    right: 48px !important;
    min-width: 64px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 10px !important;
  }

  .btn-mob-login::after,
  body.vt-import-page .btn-mob-login::after {
    font-size: 12px !important;
  }
}

/* Mobile hero no-card rescue - 2026-07-05 */
@media (max-width: 767px) {
  body.home,
  body.blog {
    background: #ffffff !important;
  }

  body.home .wrapper,
  body.blog .wrapper,
  body.home main.content,
  body.blog main.content {
    background: #ffffff !important;
  }

  body.home .home-banner,
  body.blog .home-banner {
    width: 100% !important;
    margin: 0 !important;
    padding: 18px 0 18px !important;
    overflow: visible !important;
    background: #ffffff !important;
    color: #111820 !important;
  }

  body.home .home-banner .box-center,
  body.blog .home-banner .box-center {
    width: min(100% - 32px, 1280px) !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.home .home-banner__column--descr,
  body.blog .home-banner__column--descr {
    width: 100% !important;
    padding: 0 !important;
    order: 1 !important;
  }

  body.home .home-banner h1,
  body.blog .home-banner h1 {
    max-width: 100% !important;
    margin: 0 0 14px !important;
    color: #111820 !important;
    font-size: clamp(34px, 10.2vw, 46px) !important;
    line-height: 1.03 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
  }

  body.home .hero-stats,
  body.blog .hero-stats {
    width: 100% !important;
    margin: 16px 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.home .hero-stat,
  body.blog .hero-stat {
    min-width: 0 !important;
    min-height: 74px !important;
    padding: 12px 8px !important;
    border: 1px solid rgba(37, 198, 96, .22) !important;
    border-radius: 14px !important;
    background: #eef8f1 !important;
    text-align: center !important;
    box-shadow: none !important;
  }

  body.home .hero-stat h4,
  body.blog .hero-stat h4 {
    margin: 0 !important;
    color: #147a43 !important;
    font-size: clamp(28px, 8vw, 36px) !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  body.home .hero-stat p,
  body.blog .hero-stat p {
    margin: 6px 0 0 !important;
    color: #46566c !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  body.home .home-banner__column--descr > p,
  body.blog .home-banner__column--descr > p {
    max-width: 100% !important;
    margin: 0 !important;
    color: #4b5563 !important;
    font-size: 19px !important;
    line-height: 1.42 !important;
  }

  body.home .home-banner__links,
  body.blog .home-banner__links {
    width: 100% !important;
    margin: 18px 0 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.home .home-banner__links .btn,
  body.blog .home-banner__links .btn {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 12px 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
  }

  body.home .home-banner__links .hero-microcopy,
  body.blog .home-banner__links .hero-microcopy {
    grid-column: 1 / -1 !important;
    margin: 4px 0 0 !important;
    color: #4b5563 !important;
    font-size: 14px !important;
    line-height: 1.42 !important;
  }

  body.home .hero-trust-strip,
  body.blog .hero-trust-strip {
    width: 100% !important;
    margin: 18px 0 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.home .hero-trust-strip a,
  body.blog .hero-trust-strip a {
    min-width: 0 !important;
    min-height: 80px !important;
    padding: 12px !important;
    border: 1px solid rgba(37, 198, 96, .18) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    color: #111820 !important;
    box-shadow: none !important;
  }

  body.home .hero-trust-strip strong,
  body.blog .hero-trust-strip strong {
    color: #147a43 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  body.home .hero-trust-strip span,
  body.blog .hero-trust-strip span {
    color: #5b6473 !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  body.home .home-banner__column--img,
  body.blog .home-banner__column--img,
  body.home .home-banner__info-wrap,
  body.blog .home-banner__info-wrap {
    display: none !important;
  }
}

@media (max-width: 374px) {
  body.home .home-banner h1,
  body.blog .home-banner h1 {
    font-size: clamp(31px, 9.5vw, 38px) !important;
  }

  body.home .home-banner__column--descr > p,
  body.blog .home-banner__column--descr > p {
    font-size: 17px !important;
  }

  body.home .hero-trust-strip,
  body.blog .hero-trust-strip {
    grid-template-columns: 1fr !important;
  }
}

/* Mobile reference match - 2026-07-05 */
@media (max-width: 1023px) {
  .header {
    height: 70px !important;
    min-height: 70px !important;
    background: #111820 !important;
  }

  .header .box-center,
  body.vt-import-page .header > .box-center {
    width: min(100% - 56px, 1280px) !important;
    height: 70px !important;
    min-height: 70px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .header .logo,
  body.vt-import-page .logo {
    flex: 0 1 auto !important;
    max-width: calc(100% - 112px) !important;
  }

  .header .logo img,
  body.vt-import-page .logo img,
  body:not(.wp-singular) > .header .box-center > a:first-child img[src*="valetax-logo.svg"] {
    width: 116px !important;
    max-width: min(34vw, 116px) !important;
    height: auto !important;
    max-height: 32px !important;
    object-fit: contain !important;
  }

  .btn-mob-login,
  body.vt-import-page .btn-mob-login,
  body.menu-open .btn-mob-login {
    position: absolute !important;
    top: 50% !important;
    right: 50px !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(-50%) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 0 !important;
    line-height: 0 !important;
    z-index: 100003 !important;
  }

  .btn-mob-login::after,
  body.vt-import-page .btn-mob-login::after {
    content: none !important;
    display: none !important;
  }

  .btn-mob-login img,
  .btn-mob-login svg,
  body.vt-import-page .btn-mob-login img,
  body.vt-import-page .btn-mob-login svg {
    width: 34px !important;
    height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
    display: block !important;
    filter: none !important;
    opacity: 1 !important;
  }

  .btn-menu,
  body.vt-import-page .btn-menu {
    top: 50% !important;
    right: 0 !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    transform: translateY(-50%) !important;
    z-index: 100004 !important;
  }

  .header__wrap,
  body.vt-import-page .header__wrap {
    top: 70px !important;
    height: calc(100vh - 70px) !important;
    height: calc(100svh - 70px) !important;
    max-height: calc(100vh - 70px) !important;
    max-height: calc(100svh - 70px) !important;
  }
}

@media (max-width: 767px) {
  body.home,
  body.blog,
  body.home .wrapper,
  body.blog .wrapper,
  body.home main.content,
  body.blog main.content {
    background: #ffffff !important;
  }

  body.home .home-banner,
  body.blog .home-banner {
    width: 100% !important;
    margin: 0 !important;
    padding: 20px 0 26px !important;
    overflow: visible !important;
    background: #ffffff !important;
    color: #111820 !important;
  }

  body.home .home-banner .box-center,
  body.blog .home-banner .box-center {
    width: min(100% - 56px, 520px) !important;
    max-width: 520px !important;
    margin: 0 auto !important;
    padding: 28px 22px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    background: #f8f8f8 !important;
    border: 0 !important;
    border-radius: 22px !important;
    box-shadow: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.home .home-banner__column--descr,
  body.blog .home-banner__column--descr {
    width: 100% !important;
    padding: 0 !important;
    order: 1 !important;
  }

  body.home .home-banner h1,
  body.blog .home-banner h1 {
    max-width: 100% !important;
    margin: 0 0 18px !important;
    color: #171a22 !important;
    font-size: clamp(29px, 7.7vw, 35px) !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
  }

  body.home .hero-stats,
  body.blog .hero-stats {
    width: 100% !important;
    margin: 0 0 18px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.home .hero-stat,
  body.blog .hero-stat {
    min-width: 0 !important;
    min-height: 76px !important;
    padding: 12px 8px !important;
    border: 1px solid rgba(37, 198, 96, .22) !important;
    border-radius: 14px !important;
    background: #edf8f1 !important;
    text-align: center !important;
    box-shadow: none !important;
  }

  body.home .hero-stat h4,
  body.blog .hero-stat h4 {
    margin: 0 !important;
    color: #147a43 !important;
    font-size: clamp(26px, 7.2vw, 34px) !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
  }

  body.home .hero-stat p,
  body.blog .hero-stat p {
    margin: 7px 0 0 !important;
    color: #46566c !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  body.home .hero-trust-inline,
  body.blog .hero-trust-inline,
  body.home .hero-trust-strip,
  body.blog .hero-trust-strip {
    display: none !important;
  }

  body.home .home-banner__column--descr > p,
  body.blog .home-banner__column--descr > p {
    max-width: 100% !important;
    margin: 0 !important;
    color: #4b5563 !important;
    font-size: 17px !important;
    line-height: 1.38 !important;
  }

  body.home .home-banner__links,
  body.blog .home-banner__links {
    width: 100% !important;
    margin: 24px 0 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body.home .home-banner__links .btn,
  body.blog .home-banner__links .btn {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 12px 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    line-height: 1.16 !important;
    font-weight: 900 !important;
    white-space: normal !important;
  }

  body.home .home-banner__links .hero-microcopy,
  body.blog .home-banner__links .hero-microcopy {
    grid-column: 1 / -1 !important;
    margin: 4px 0 0 !important;
    color: #4b5563 !important;
    font-size: 14px !important;
    line-height: 1.42 !important;
  }

  body.home .home-banner__column--img,
  body.blog .home-banner__column--img,
  body.home .home-banner__info-wrap,
  body.blog .home-banner__info-wrap {
    display: none !important;
  }
}

@media (max-width: 374px) {
  .header .box-center,
  body.vt-import-page .header > .box-center {
    width: min(100% - 32px, 1280px) !important;
  }

  .header .logo img,
  body.vt-import-page .logo img,
  body:not(.wp-singular) > .header .box-center > a:first-child img[src*="valetax-logo.svg"] {
    width: 108px !important;
    max-width: min(32vw, 108px) !important;
  }

  body.home .home-banner .box-center,
  body.blog .home-banner .box-center {
    width: min(100% - 28px, 520px) !important;
    padding: 22px 16px 22px !important;
    border-radius: 18px !important;
  }

  body.home .home-banner h1,
  body.blog .home-banner h1 {
    font-size: clamp(27px, 8.1vw, 31px) !important;
  }

  body.home .home-banner__column--descr > p,
  body.blog .home-banner__column--descr > p {
    font-size: 16px !important;
  }
}

/* Mobile commitment section cleanup - 2026-07-05 */
@media (max-width: 767px) {
  body.home .commitment,
  body.blog .commitment {
    width: 100% !important;
    margin: 0 !important;
    padding: 34px 0 42px !important;
    overflow: visible !important;
    background: #ffffff !important;
  }

  body.home .commitment .box-center,
  body.blog .commitment .box-center {
    width: min(100% - 32px, 520px) !important;
    max-width: 520px !important;
    margin: 0 auto !important;
    padding: 24px 16px 18px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    overflow: visible !important;
    border-radius: 20px !important;
    background: #f7f7f7 !important;
    box-sizing: border-box !important;
  }

  body.home .commitment--top,
  body.blog .commitment--top {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.home .commitment--top h4,
  body.blog .commitment--top h4 {
    margin: 0 0 8px !important;
    color: #147a43 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  body.home .commitment--top h2,
  body.blog .commitment--top h2 {
    margin: 0 0 12px !important;
    color: #171a22 !important;
    font-size: clamp(27px, 7.2vw, 33px) !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
  }

  body.home .commitment--top p,
  body.blog .commitment--top p {
    margin: 0 !important;
    color: #4b5563 !important;
    font-size: 16px !important;
    line-height: 1.46 !important;
  }

  body.home .commitment__columns,
  body.blog .commitment__columns {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    align-items: stretch !important;
  }

  body.home .commitment__columns .wp-block-column,
  body.blog .commitment__columns .wp-block-column {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 16px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    border: 1px solid #eef1f4 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  body.home .commitment__columns--top,
  body.blog .commitment__columns--top {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
  }

  body.home .commitment__columns .wp-block-image,
  body.blog .commitment__columns .wp-block-image {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    flex: 0 0 34px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.home .commitment__columns .wp-block-image img,
  body.blog .commitment__columns .wp-block-image img {
    width: 34px !important;
    height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
    object-fit: contain !important;
  }

  body.home .commitment__columns .wp-block-column h3,
  body.blog .commitment__columns .wp-block-column h3 {
    min-width: 0 !important;
    margin: 0 !important;
    color: #171a22 !important;
    font-size: 20px !important;
    line-height: 1.18 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }

  body.home .commitment__columns .wp-block-column p,
  body.blog .commitment__columns .wp-block-column p {
    margin: 0 !important;
    color: #4b5563 !important;
    font-size: 15px !important;
    line-height: 1.44 !important;
    overflow-wrap: break-word !important;
  }
}

@media (max-width: 374px) {
  body.home .commitment .box-center,
  body.blog .commitment .box-center {
    width: min(100% - 28px, 520px) !important;
    padding: 22px 14px 16px !important;
  }

  body.home .commitment--top h2,
  body.blog .commitment--top h2 {
    font-size: clamp(25px, 7.5vw, 30px) !important;
  }

  body.home .commitment--top p,
  body.blog .commitment--top p {
    font-size: 15px !important;
  }

  body.home .commitment__columns .wp-block-column h3,
  body.blog .commitment__columns .wp-block-column h3 {
    font-size: 18px !important;
  }
}

/* Partner subpage contrast and footer row cleanup - 2026-07-05 */
body.partner-mirror-page main .partner-bottom-hub a:not(.btn):not(.valetax-mobile-cta__primary):not(.valetax-mobile-cta__secondary),
body.partner-mirror-page .content .partner-bottom-hub a:not(.btn):not(.valetax-mobile-cta__primary):not(.valetax-mobile-cta__secondary),
body.partner-mirror-page main .valetax-partner-guide[data-content-section="partner-detail-pages"] a:not(.btn):not(.valetax-mobile-cta__primary):not(.valetax-mobile-cta__secondary),
body.partner-mirror-page .content .valetax-partner-guide[data-content-section="partner-detail-pages"] a:not(.btn):not(.valetax-mobile-cta__primary):not(.valetax-mobile-cta__secondary) {
  border: 1px solid rgba(40, 209, 103, .34) !important;
  background: rgba(255, 255, 255, .075) !important;
  color: #ffffff !important;
}

body.partner-mirror-page main .partner-bottom-hub a:not(.btn):hover,
body.partner-mirror-page main .partner-bottom-hub a:not(.btn):focus-visible,
body.partner-mirror-page .content .partner-bottom-hub a:not(.btn):hover,
body.partner-mirror-page .content .partner-bottom-hub a:not(.btn):focus-visible,
body.partner-mirror-page main .valetax-partner-guide[data-content-section="partner-detail-pages"] a:not(.btn):hover,
body.partner-mirror-page main .valetax-partner-guide[data-content-section="partner-detail-pages"] a:not(.btn):focus-visible,
body.partner-mirror-page .content .valetax-partner-guide[data-content-section="partner-detail-pages"] a:not(.btn):hover,
body.partner-mirror-page .content .valetax-partner-guide[data-content-section="partner-detail-pages"] a:not(.btn):focus-visible {
  border-color: rgba(40, 209, 103, .72) !important;
  background: rgba(40, 209, 103, .2) !important;
  color: #ffffff !important;
}

body.partner-mirror-page .footer .social .wp-block-columns {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  margin: 0 !important;
  width: 100% !important;
}

body.partner-mirror-page .footer .social .wp-block-column {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  body.partner-mirror-page .footer .social .wp-block-columns {
    flex-wrap: nowrap !important;
    gap: 10px !important;
  }
}

/* Homepage steps CTA alignment - 2026-07-05 */
@media (max-width: 767px) {
  body.home .steps > .box-center > a.btn,
  body.blog .steps > .box-center > a.btn {
    width: min(100%, 360px) !important;
    max-width: 360px !important;
    margin: 18px auto 0 !important;
    justify-self: center !important;
    align-self: center !important;
    text-align: center !important;
  }
}

/* Global footer social row fix - 2026-07-05 */
.footer .social .wp-block-columns,
body .footer .social .wp-block-columns,
body main + .footer .social .wp-block-columns {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
}

.footer .social .wp-block-column,
body .footer .social .wp-block-column,
body main + .footer .social .wp-block-column {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .footer .social .wp-block-columns,
  body .footer .social .wp-block-columns,
  body main + .footer .social .wp-block-columns {
    flex-wrap: nowrap !important;
    gap: 10px !important;
  }
}

/* Global high-intent subpage contrast cleanup - 2026-07-05 */
body.page-template-how-to .page__content {
  background: #ffffff !important;
}

body.page-template-how-to .page__content-top {
  max-width: min(100% - 32px, 760px) !important;
  margin: 0 auto 28px !important;
  padding: 34px 22px 30px !important;
  border-radius: 22px !important;
  background: #f7f8f8 !important;
  color: #171a22 !important;
  text-align: center !important;
  box-shadow: none !important;
}

body.page-template-how-to .page__content-top .page__title,
body.page-template-how-to .page__content-top h1,
body.page-template-how-to .page__content-top p {
  color: #171a22 !important;
  text-shadow: none !important;
}

body.page-template-how-to .page__content-top p {
  max-width: 620px !important;
  margin: 14px auto 0 !important;
  color: #4b5563 !important;
  line-height: 1.45 !important;
}

body.page-template-how-to .page__content-top .btns__wrap {
  margin-top: 22px !important;
  justify-content: center !important;
}

body.page-template-how-to .page__content-top .btns__wrap .btn {
  min-width: 188px !important;
  text-align: center !important;
}

body.page-template-how-to .direct-answer-box {
  max-width: min(100% - 32px, 760px) !important;
  margin: 0 auto 28px !important;
}

body.page-template-how-to .seps-list__content-wrap {
  background: #ffffff !important;
  color: #171a22 !important;
}

body.page-template-how-to .seps-list__content-wrap h2,
body.page-template-how-to .seps-list__content-wrap h3,
body.page-template-how-to .seps-list__content-wrap p,
body.page-template-how-to .seps-list__content-wrap li {
  color: #171a22 !important;
}

body.page-template-how-to .seps-list__content-wrap p,
body.page-template-how-to .seps-list__content-wrap li {
  color: #4b5563 !important;
}

@media (max-width: 767px) {
  body.page-template-how-to .page__content {
    padding-top: 16px !important;
  }

  body.page-template-how-to .page__content-top {
    width: min(100% - 28px, 520px) !important;
    margin-bottom: 18px !important;
    padding: 28px 18px 24px !important;
    border-radius: 18px !important;
  }

  body.page-template-how-to .page__content-top .page__title,
  body.page-template-how-to .page__content-top h1 {
    color: #171a22 !important;
    font-size: clamp(30px, 9vw, 42px) !important;
    line-height: 1.07 !important;
    letter-spacing: 0 !important;
  }

  body.page-template-how-to .page__content-top p {
    color: #4b5563 !important;
    font-size: 16px !important;
    line-height: 1.42 !important;
  }

  body.page-template-how-to .page__content-top .btns__wrap .btn {
    width: min(100%, 280px) !important;
  }

  body.page-template-how-to .direct-answer-box {
    width: min(100% - 28px, 520px) !important;
    padding: 20px !important;
    border-radius: 16px !important;
  }
}

/* Partner green contrast hardening - 2026-07-05 */
body.partner-mirror-page main h2 span,
body.partner-mirror-page .content h2 span {
  color: #34e27a !important;
}

body.partner-mirror-page main a.partners__list-link,
body.partner-mirror-page .content a.partners__list-link,
html body.partner-mirror-page main.content section.partners .partners__list .partners__list-text a.partners__list-link:not(.btn):not(.valetax-mobile-cta__primary):not(.valetax-mobile-cta__secondary),
html body.partner-mirror-page .content section.partners .partners__list .partners__list-text a.partners__list-link:not(.btn):not(.valetax-mobile-cta__primary):not(.valetax-mobile-cta__secondary) {
  border-color: rgba(108, 242, 154, 0.9) !important;
  background: #28d167 !important;
  color: #07130f !important;
  text-shadow: none !important;
}

body.partner-mirror-page main a.partners__list-link:hover,
body.partner-mirror-page main a.partners__list-link:focus-visible,
body.partner-mirror-page .content a.partners__list-link:hover,
body.partner-mirror-page .content a.partners__list-link:focus-visible {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #07130f !important;
}

body.partner-mirror-page main a.partners__list-link *,
body.partner-mirror-page .content a.partners__list-link *,
body.partner-mirror-page .loyality__list-tiket,
body.partner-mirror-page .loyality__list-tiket p {
  color: #07130f !important;
  text-shadow: none !important;
}

/* Visitor-readiness P1 hardening - 2026-07-05 */
:root {
  --vt-green-text-light: #0f6b39;
  --vt-green-text-strong: #0b5c31;
  --vt-green-on-dark: #64ee99;
}

main.content :where(
  .green,
  .vt-link-hub__eyebrow,
  .vt-link-hub__link span,
  .page__content-top h4,
  .account-types__content h4,
  .popular-instruments__content h4,
  .trade-device--top h4,
  .steps h4,
  .steps-columns h3,
  .prize-widget__subtitle,
  .tabs-container__body-item p.green,
  .tabs-container__body-head p.green,
  .payment-methods__column-item p.green,
  .banner__content-title span,
  .grid__content-title span,
  .differences h2 span,
  .page-promotions + .steps h4
) {
  color: var(--vt-green-text-light) !important;
  text-shadow: none !important;
}

main.content :where(
  .page-default.black .steps h4,
  .page-default.black .steps-columns h3,
  .page-default.black .grid__content-title span,
  .copy-grid .grid__content-item:nth-child(even) .grid__content-title span
) {
  color: var(--vt-green-on-dark) !important;
}

body.partner-mirror-page main h2 span,
body.partner-mirror-page .content h2 span {
  color: #34e27a !important;
}

.valetax-visitor-cta {
  padding: 28px 20px;
  background: #ffffff;
}

.valetax-visitor-cta__inner {
  width: min(100%, 1040px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.valetax-visitor-cta .btn {
  min-height: 50px;
  min-width: 168px;
  justify-content: center;
  white-space: normal;
  text-align: center;
}

@media (max-width: 900px) {
  main.content,
  main.content * {
    min-width: 0;
  }

  main.content :where(
    .swiper,
    .swiper-slider,
    .swiper-slider__list,
    .trade-slider,
    .trade-slider__box
  ) {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  main.content :where(
    .copytradin .swiper-slider__list,
    .awards .swiper-slider__list,
    .page-nomination--experience .trade-slider
  ) {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  main.content :where(
    .copytradin .swiper-wrapper,
    .awards .swiper-slider .swiper-wrapper,
    .page-nomination--experience .trade-slider .swiper-wrapper
  ) {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    transform: none !important;
  }

  main.content :where(
    .copytradin .swiper-slide,
    .awards .swiper-slider .swiper-slide,
    .page-nomination--experience .trade-slider .swiper-slide
  ) {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    transform: none !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
  }

  main.content :where(
    .swiper-slide__item,
    .swiper-slide__content,
    .swiper-slide__desc,
    .trade-slider__item,
    .trade-slider__item-text,
    .trade-slider__item-text p
  ) {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  main.content :where(
    .wp-block-column,
    .wp-block-columns,
    .steps-columns,
    .steps-columns .wp-block-column,
    .about__columns,
    .about__column,
    .page__content-top,
    .home-banner__column,
    .home-banner__info-wrap
  ) {
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  main.content :where(.about__header, .valetax-seo-native .about__header) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  main.content :where(.about__header-wrap, .about__header .box-center) {
    width: min(100% - 28px, 640px) !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  main.content :where(.btns__wrap, .page__content-top .btns__wrap, .home-banner__links, .btn__wrap) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
    overflow: visible !important;
  }

  main.content :where(.btns__wrap .btn, .page__content-top .btn, .home-banner__links .btn, .btn__wrap .btn) {
    min-width: 0 !important;
    width: min(100%, 220px) !important;
    max-width: 100% !important;
    padding-inline: 18px !important;
    white-space: normal !important;
    text-align: center !important;
    overflow-wrap: anywhere !important;
  }

  main.content :where(.page-default.black .steps .box-center, .steps .box-center) {
    width: min(100% - 28px, 1280px) !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  main.content .page-default.awards .default-banner {
    width: min(100% - 28px, 720px) !important;
    gap: 14px !important;
    margin-bottom: 36px !important;
  }

  main.content .page-default.awards .default-banner__content {
    order: 1 !important;
  }

  main.content .page-default.awards .default-banner__media {
    order: 2 !important;
    height: 128px !important;
  }

  main.content .page-default.awards .default-banner__title,
  main.content .page-default.awards .default-banner__title h1 {
    margin-bottom: 12px !important;
    font-size: clamp(30px, 9vw, 38px) !important;
    line-height: 1.08 !important;
  }

  main.content .page-default.awards .default-banner__desc {
    color: #4b5563 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  main.content .page-default.awards .default-banner__actions {
    margin-top: 18px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  main.content .page-default.awards .default-banner__actions .btn {
    width: min(100%, 210px) !important;
    min-height: 48px !important;
  }

  .valetax-visitor-cta {
    padding: 22px 14px;
  }

  .valetax-visitor-cta__inner {
    display: grid;
    grid-template-columns: 1fr;
  }

  .valetax-visitor-cta .btn {
    width: min(100%, 260px);
    margin-inline: auto;
  }
}

/* Visitor-readiness P1 hardening pass 2 - 2026-07-05
   Higher specificity is required because imported WordPress styles use
   route-scoped selectors plus !important. */
main.content .about__header .about__title span,
main.content .valetax-seo-native .about__header .about__title span,
main.content .news-cat h1 span,
main.content .news-cat__item h3 a,
main.content .copytradin .grid__content-text-title span,
main.content .page-nomination__banner-text .page__title span,
main.content .commitment .commitment--top h4,
main.content .popular-instruments .popular-instruments__content h4,
main.content .start-trading > .box-center > h4,
main.content .trading-platforms__item-subtitle p,
main.content .videobox-column__head .videobox__title span,
body.page-id-168 main.content .payment-methods__column-item p.green,
body.page-id-168 main.content .payment-methods__column-item .green {
  color: var(--vt-green-text-strong) !important;
  text-shadow: none !important;
}

main.content .page-default.black .videobox-column__head .videobox__title span,
main.content .page-default.black .analytics-step h4,
main.content .trade-device .trade-device--top h4 {
  color: var(--vt-green-on-dark) !important;
  text-shadow: none !important;
}

main.content .trade-device .trade-device--top h4,
main.content .page-nomination--experience .analytics-step h4,
main.content .page-default.black .videobox-column__head .videobox__title span,
main.content .news-cat__content h3 a {
  color: var(--vt-green-text-strong) !important;
  text-shadow: none !important;
}

main.content .copytradin .grid__content-list .grid__content-text-title span,
main.content section[style*="#0f1117"] > div > span,
main.content section[style*="rgb(15, 17, 23)"] > div > span {
  color: var(--vt-green-on-dark) !important;
  text-shadow: none !important;
}

body.home main.content section.trade-device .trade-device--top h4,
body.blog main.content section.trade-device .trade-device--top h4,
body.page-template-how-to main.content section.trade-device .trade-device--top h4,
body.page-template-trading-instruments main.content section.trade-device .trade-device--top h4,
body.wp-singular main.content .page-nomination--experience .analytics-step h4,
body.archive.category-news main.content .news-cat__content h3 a,
body.vt-import-page main.content section[style*="#0f1117"] span,
body.vt-import-page main.content section[style*="rgb(15, 17, 23)"] span {
  color: var(--vt-green-text-strong) !important;
  text-shadow: none !important;
}

body.vt-import-page main.content section[style*="#0f1117"] span[style*="37,198,96"],
body.vt-import-page main.content section[style*="rgb(15, 17, 23)"] span[style*="37,198,96"] {
  background: var(--vt-green-text-strong) !important;
  color: #ffffff !important;
}

body.vt-import-page main.content section[style*="#0f1117"] > div > div span,
body.vt-import-page main.content section[style*="rgb(15, 17, 23)"] > div > div span {
  background: var(--vt-green-text-strong) !important;
  color: #ffffff !important;
}

body.vt-import-page main.content span[style*="color:#25c660"] {
  background: var(--vt-green-text-strong) !important;
  color: #ffffff !important;
}

body.page-id-297 main.content section.trade-device .trade-device--top h4 {
  color: var(--vt-green-on-dark) !important;
}

main.content .copytradin .grid__content-list .grid__content-item .grid__content-text-title span {
  color: var(--vt-green-text-strong) !important;
}

main.content .copytradin .grid__content-list .grid__content-item:nth-child(even) .grid__content-text-title span {
  color: var(--vt-green-on-dark) !important;
}

/* Visitor-readiness P2 tablet/desktop hardening - 2026-07-05 */
main.content .hero-stat h4,
body.vt-import-page main.content section h3[style*="color:#137a43"],
body.vt-import-page main.content section h4[style*="color:#137a43"] {
  color: #064a28 !important;
  text-shadow: none !important;
}

body.page-id-297 main.content section.trade-device {
  background: #111820 !important;
}

body.vt-import-page main.content h3[style*="#25c660"],
body.vt-import-page main.content h4[style*="#25c660"] {
  color: #064a28 !important;
  text-shadow: none !important;
}

main.content :where(.popular-instruments__banner, .communication, .page-nomination__banner, .page-banner) {
  overflow: hidden !important;
}

main.content :where(
  .popular-instruments__banner img,
  .communication .wp-block-image img,
  .page-nomination__banner-media img,
  .page-banner__media img,
  .trading-platforms__img img
) {
  max-width: 100% !important;
  height: auto !important;
}

main.content .differences__columns {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)) !important;
  gap: 18px !important;
  overflow: visible !important;
}

main.content .differences__column,
main.content .differences__column-wrap,
main.content .differences__column-item {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

main.content .vt-seo-table-wrap {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
}

main.content .vt-seo-table,
main#content .vt-seo-table {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  table-layout: fixed !important;
}

main.content .vt-seo-table th,
main.content .vt-seo-table td,
main#content .vt-seo-table th,
main#content .vt-seo-table td {
  min-width: 0 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

main#content .vt-seo-section,
main#content .vt-seo-table-wrap {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

main.content .page-default.black .copytrading-benefits::before,
main.content .page-default.black .copytrading-benefits::after,
main.content .about__header::before,
main.content .about__header::after,
main.content.valetax-seo-native .about__header::before,
main.content.valetax-seo-native .about__header::after {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
}

body.page-template-how-to main.content .page__content-top .btns__wrap {
  width: max-content !important;
  min-width: min(100%, 188px) !important;
  max-width: 100% !important;
}

body.page-template-how-to main.content .page__content-top .btns__wrap .btn {
  min-width: 0 !important;
  width: min(100%, 260px) !important;
}

body.page-template-how-to main.content .seps-list__item,
body.page-template-how-to main.content .seps-list__content,
body.page-template-how-to main.content .seps-list__content-wrap {
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
}

body.page-template-how-to main.content .seps-list__item::before,
body.page-template-how-to main.content .seps-list__item::after {
  max-width: 100% !important;
  left: 0 !important;
  right: auto !important;
}

main.content .page-default.black .perks-card__list,
main.content .page-default.black .heading-box__list,
main.content .page-default.black .heading-box__list-item,
main.content .page-default.black .heading-box__list-title {
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

@media (min-width: 768px) and (max-width: 1366px) {
  main.content,
  main.content * {
    min-width: 0;
  }

  main.content :where(.swiper, .swiper-slider, .trade-slider, .trade-slider__box) {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  main.content :where(
    .trade-slider__box .swiper-wrapper,
    .page-nomination--experience .trade-slider .swiper-wrapper,
    .page-nomination--experience .swiper-wrapper,
    .copytradin .swiper-wrapper
  ) {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)) !important;
    gap: 14px !important;
    transform: none !important;
  }

  main.content :where(
    .trade-slider__box .swiper-slide,
    .page-nomination--experience .trade-slider .swiper-slide,
    .page-nomination--experience .swiper-slide,
    .copytradin .swiper-slide
  ) {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    transform: none !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
  }

  main.content :where(.trade-slider__item, .trade-slider__item-text, .trade-slider__item-text h3, .trade-slider__item-text p) {
    max-width: 100% !important;
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  main.content :where(.tabs-container__header, .tabs-block__header) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-inline: auto !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr)) !important;
    overflow: hidden !important;
  }

  main.content :where(.tabs-container__header-item, .tabs-block__header-item) {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    text-align: center !important;
  }

  main.content :where(.tabs-container__header-item span, .tabs-block__header-item span) {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  main.content .account-types__table-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  main.content .account-types__table-head,
  main.content .account-types__table-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    gap: 0 !important;
  }

  main.content .account-types__table-column,
  main.content .account-types__table-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  main.content .home-banner__info-list,
  main.content .home-banner__info-item {
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow: visible !important;
  }

  body.vt-import-page main.content .home-banner h1,
  body.vt-import-page main.content .home-banner__column--descr,
  body.vt-import-page main.content .home-banner__info-wrap,
  body.vt-import-page main.content .home-banner__info-list,
  body.vt-import-page main.content .home-banner__info-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  body.vt-import-page main.content .home-banner__info-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr)) !important;
    gap: 12px !important;
  }

  body.vt-import-page main.content .home-banner__info-item {
    min-width: 132px !important;
  }

  body.page-template-contact-us main.content .communication .box-center {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  body.page-template-contact-us main.content .communication--top .btn {
    width: auto !important;
    min-width: max-content !important;
    max-width: 100% !important;
    padding-inline: 18px !important;
    white-space: normal !important;
  }

  body.page-id-168 main.content .payment-methods__column-item,
  body.page-id-168 main.content .payment-methods__column-item.is-nowrap {
    display: grid !important;
    grid-template-columns: minmax(110px, 1fr) minmax(0, auto) !important;
    gap: 10px !important;
    align-items: center !important;
  }

  body.page-id-168 main.content .payment-methods__column-item p {
    min-width: 0 !important;
    width: auto !important;
    white-space: normal !important;
    overflow: visible !important;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  main#content .vt-seo-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
    overflow: hidden !important;
  }

  main#content .vt-seo-table-wrap,
  main#content .vt-seo-table {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.page-template-contact-us main.content .communication .box-center {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
    gap: 28px !important;
  }

  body.page-template-contact-us main.content .communication .wp-block-image {
    width: min(100%, 520px) !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    display: flex !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  body.page-template-contact-us main.content .communication .wp-block-image img {
    width: min(100%, 360px) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    object-fit: contain !important;
  }

  main.content .page-nomination--experience .page-nomination__banner-media img {
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    object-fit: contain !important;
  }
}

@media (max-width: 767px) {
  main.content .about__header,
  main.content.valetax-seo-native .about__header {
    contain: layout paint !important;
    height: auto !important;
    max-height: none !important;
    overflow-x: clip !important;
    overflow-y: visible !important;
  }

  main.content .about__header::before,
  main.content .about__header::after,
  main.content.valetax-seo-native .about__header::before,
  main.content.valetax-seo-native .about__header::after {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
  }

  body.page-template-how-to main.content .page__content-top .btns__wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
    overflow: visible !important;
  }

  body.page-template-how-to main.content .page__content-top .btns__wrap .btn {
    width: min(100%, 260px) !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-inline: 14px !important;
  }

  main.content .page-default.black .steps > .box-center,
  main.content .page-default.black .steps .box-center {
    width: min(100% - 32px, 1180px) !important;
    padding-inline: 0 !important;
    overflow: visible !important;
  }

  main.content .page-default.black .steps-columns,
  main.content .page-default.black .steps-columns .wp-block-column {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
  }

  main.content .page-default.black .copytrading-benefits,
  main.content .page-default.black .copytrading-benefits__list,
  main.content .page-default.black .copytrading-benefits__list-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  main.content .page-default.black .copytrading-benefits__list {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  main.content .page-default.black .copytrading-benefits::before,
  main.content .page-default.black .copytrading-benefits::after {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
  }
}

/* Homepage CTA contrast correction - 2026-07-06
   Keep outline CTAs readable on the light hero card after layered WP styles. */
body.home main.content .home-banner__links .btn.btn--outline,
body.blog main.content .home-banner__links .btn.btn--outline {
  background: #ffffff !important;
  color: #07130f !important;
  border: 2px solid #0f7f45 !important;
  box-shadow: 0 8px 18px rgba(15, 127, 69, .12) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body.home main.content .home-banner__links .btn.btn--outline:hover,
body.home main.content .home-banner__links .btn.btn--outline:focus-visible,
body.blog main.content .home-banner__links .btn.btn--outline:hover,
body.blog main.content .home-banner__links .btn.btn--outline:focus-visible {
  background: #edf8f1 !important;
  color: #07130f !important;
  border-color: #075f32 !important;
}

/* Copy Trading card label contrast - 2026-07-06 */
main.content .copytradin .grid__content-list .grid__content-item:not(:nth-child(even)) .grid__content-text-title span {
  color: var(--vt-green-text-strong) !important;
  text-shadow: none !important;
}

main.content .copytradin .grid__content-list .grid__content-item:nth-child(even) .grid__content-text-title span {
  color: var(--vt-green-on-dark) !important;
  text-shadow: none !important;
}

/* Copy Trading mobile card readability - 2026-07-06
   The imported inline selector uses .copy-grid.grid__content-item, but the
   cards are children of .copy-grid, so enforce readable light cards here. */
main.content .copytradin .copy-grid .grid__content-list .grid__content-item {
  background: #f6f6f6 !important;
  color: #141921 !important;
  border-radius: 10px !important;
}

main.content .copytradin .copy-grid .grid__content-list .grid__content-item .grid__content-text-title span,
main.content .copytradin .copy-grid .grid__content-list .grid__content-item:nth-child(even) .grid__content-text-title span {
  color: var(--vt-green-text-strong) !important;
  text-shadow: none !important;
}

@media (min-width: 700px) and (max-width: 900px) {
  main.content .copytradin .grid__content-list .grid__content-item .grid__content-text-title span,
  main.content .copytradin .grid__content-list .grid__content-item:nth-child(even) .grid__content-text-title span {
    color: var(--vt-green-text-strong) !important;
    text-shadow: none !important;
  }

  main.content .copytradin .banner__content {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    overflow: hidden !important;
  }

  main.content .copytradin .copy-banner.banner__content-column {
    width: 100% !important;
    max-width: 100% !important;
    padding: 34px 28px 18px !important;
    text-align: left !important;
  }

  main.content .copytradin .copy-banner.banner__content-desc {
    max-width: 560px !important;
  }

  main.content .copytradin .copy-banner.banner__content-media {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 28px 30px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important;
    overflow: hidden !important;
  }

  main.content .copytradin .copy-banner.banner__content-media img {
    width: min(100%, 560px) !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }

  main.content .copytradin .banner__content {
    background: #2bcf83 !important;
    border-radius: 8px !important;
  }

  main.content .copytradin .banner__content-column {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 34px 28px 18px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    z-index: 1 !important;
  }

  main.content .copytradin .banner__content-media {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 24px 26px !important;
    background: transparent !important;
    border-radius: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important;
  }

  main.content .copytradin .banner__content-media img {
    width: min(100%, 560px) !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }
}

/* Cross-page visual guard - 2026-07-06
   Prevent the copy-trading hero from appearing as a plain green block while
   the large dashboard bitmap is loading or cropped on narrow screens. */
main.content .copytradin .copy-banner__media--sharp {
  background-color: #2bcf83 !important;
  background-image: url("/wp-content/uploads/copytrading-banner-new.png") !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: cover !important;
}

@media (max-width: 767px) {
  main.content .copytradin .copy-banner__media--sharp {
    min-height: 220px !important;
    background-position: center bottom !important;
    background-size: contain !important;
  }

  main.content .copytradin .copy-banner__media--sharp img {
    width: 100% !important;
    height: 100% !important;
    min-height: 220px !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center bottom !important;
  }
}

/* VXclusive mobile hero readability - 2026-07-06 */
@media (max-width: 767px) {
  body.page-id-5040 main.content .page-banner {
    width: min(100% - 28px, 640px) !important;
    margin: 24px auto 0 !important;
    border-radius: 18px !important;
    background: #dffbf1 !important;
    overflow: hidden !important;
  }

  body.page-id-5040 main.content .page-banner__media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  body.page-id-5040 main.content .page-banner__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center bottom !important;
  }

  body.page-id-5040 main.content .page-banner::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(232, 255, 246, .96) 0%, rgba(232, 255, 246, .78) 48%, rgba(232, 255, 246, .18) 100%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
  }

  body.page-id-5040 main.content .page-banner__content {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    min-height: 640px !important;
    padding: 28px 26px 32px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  body.page-id-5040 main.content .page-banner__title,
  body.page-id-5040 main.content .page-banner__desc {
    max-width: 100% !important;
    color: #111820 !important;
    opacity: 1 !important;
    text-shadow: none !important;
  }

  body.page-id-5040 main.content .page-banner__title span {
    color: var(--vt-green-text-strong) !important;
    opacity: 1 !important;
  }

  body.page-id-5040 main.content .page-banner__desc {
    margin-top: 18px !important;
    color: #26313d !important;
    font-weight: 750 !important;
    line-height: 1.35 !important;
  }

  body.page-id-5040 main.content .page-banner__content > .btn {
    width: min(100%, 230px) !important;
    margin: 22px auto 0 !important;
    align-self: center !important;
  }

  body.vt-import-page main.content .home-banner__links {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }

  body.vt-import-page main.content .home-banner__links > a.btn {
    width: min(100%, 220px) !important;
    margin-inline: auto !important;
  }
}

/* Payment Methods desktop polish - 2026-07-06
   Fixes off-center hero CTA, oversized FAQ icons, and inconsistent payment logos
   on the desktop payment-method page without changing mobile flow. */
body.page-id-168 main.content .tabs-container__body-head {
  width: min(100% - 48px, 1180px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

body.page-id-168 main.content .tabs-container__body-head > .btn {
  align-self: center !important;
  justify-self: center !important;
  width: auto !important;
  min-width: 150px !important;
  max-width: max-content !important;
  margin: 18px auto 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.page-id-168 main.content .tabs .payment-methods__columns,
body.page-id-168 main.content .payment-methods__columns.wp-block-columns,
body.page-id-168 main.content .payment-methods__columns.is-layout-flex {
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  margin: 0 auto 26px !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 26px !important;
  align-items: stretch !important;
  justify-items: stretch !important;
}

body.page-id-168 main.content .payment-methods__columns > .wp-block-column {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  justify-self: stretch !important;
  align-self: stretch !important;
  overflow: hidden !important;
}

body.page-id-168 main.content .payment-methods__columns .grey {
  min-height: 78px !important;
  height: 78px !important;
  padding: 14px 22px !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  gap: 10px !important;
}

body.page-id-168 main.content .payment-methods__columns .grey .wp-block-image,
body.page-id-168 main.content .payment-methods__columns .grey figure.wp-block-image {
  width: 100% !important;
  max-width: 100% !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

body.page-id-168 main.content .payment-methods__columns .grey img {
  display: block !important;
  width: auto !important;
  max-width: min(100%, 220px) !important;
  height: auto !important;
  max-height: 40px !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto !important;
  filter: none !important;
  opacity: 1 !important;
}

body.page-id-168 main.content .payment-methods__columns .grey p {
  width: auto !important;
  margin: 0 !important;
  color: #374151 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-align: center !important;
}

body.page-id-168 main.content .payment-methods__columns .grey img[src*="electronic-payments-id"] {
  max-width: min(100%, 236px) !important;
  max-height: 38px !important;
}

body.page-id-168 main.content .payment-methods__columns .grey img[src*="e2pay"] {
  max-width: min(100%, 190px) !important;
}

body.page-id-168 main.content .payment-methods__columns .grey img[src*="payment-fpx"] {
  max-width: 130px !important;
}

body.page-id-168 main.content .payment-methods__columns .grey img[src*="usdt-logo"] {
  max-width: 42px !important;
  max-height: 42px !important;
}

body.page-id-168 main.content .payment-methods__question-title {
  width: min(100%, 760px) !important;
  margin: 56px auto 22px !important;
  text-align: center !important;
}

body.page-id-168 main.content .payment-methods__question-info {
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  margin-inline: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 16px !important;
}

body.page-id-168 main.content .payment-methods__question-item,
body.page-id-168 main.content .payment-methods__question-item.is-nowrap {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 20px !important;
  display: grid !important;
  grid-template-columns: 56px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: start !important;
  overflow: visible !important;
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 14px !important;
}

body.page-id-168 main.content .payment-methods__question-item > figure.wp-block-image,
body.page-id-168 main.content .payment-methods__question-item > .wp-block-image {
  width: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  margin: 0 !important;
  padding: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 14px !important;
  background: #eaf8ee !important;
  overflow: hidden !important;
}

body.page-id-168 main.content .payment-methods__question-item > figure.wp-block-image img,
body.page-id-168 main.content .payment-methods__question-item > .wp-block-image img {
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: contain !important;
  margin: 0 !important;
}

body.page-id-168 main.content .payment-methods__question-item > .wp-block-group {
  min-width: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

body.page-id-168 main.content .payment-methods__question-item h3 {
  margin: 0 0 8px !important;
  color: #111820 !important;
  font-size: 19px !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

body.page-id-168 main.content .payment-methods__question-item p {
  margin: 0 !important;
  color: #4b5563 !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

@media (max-width: 767px) {
  body.page-id-168,
  body.page-id-168 main.content {
    overflow-x: hidden !important;
  }

  body.page-id-168 main.content .section.tabs,
  body.page-id-168 main.content .section.tabs * {
    box-sizing: border-box !important;
  }

  body.page-id-168 main.content .section.tabs > .box-center,
  body.page-id-168 main.content .tabs-container,
  body.page-id-168 main.content .tabs-container__body,
  body.page-id-168 main.content .tabs-container__body-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  body.page-id-168 main.content .section.tabs > .box-center {
    padding-inline: 16px !important;
  }

  body.page-id-168 main.content .tabs-container__header {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    overflow: hidden !important;
  }

  body.page-id-168 main.content .tabs-container__header-item {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 12px 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.page-id-168 main.content .tabs-container__header-item span {
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
  }

  body.page-id-168 main.content .tabs-container__body-head {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-inline: 0 !important;
    overflow-x: hidden !important;
  }

  body.page-id-168 main.content .tabs-container__body-head h1,
  body.page-id-168 main.content .tabs-container__body-head h2,
  body.page-id-168 main.content .tabs-container__body-head p,
  body.page-id-168 main.content .tabs-container__body-head .answer-box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  body.page-id-168 main.content .tabs .payment-methods__columns,
  body.page-id-168 main.content .payment-methods__columns.wp-block-columns,
  body.page-id-168 main.content .payment-methods__columns.is-layout-flex,
  body.page-id-168 main.content .payment-methods__question-info,
  body.page-id-168 main.content .payment-methods__question-title {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  body.page-id-168 main.content .tabs .payment-methods__columns,
  body.page-id-168 main.content .payment-methods__columns.wp-block-columns,
  body.page-id-168 main.content .payment-methods__columns.is-layout-flex {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.page-id-168 main.content .payment-methods__question-item,
  body.page-id-168 main.content .payment-methods__question-item.is-nowrap {
    grid-template-columns: 48px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 16px !important;
  }

  body.page-id-168 main.content .payment-methods__question-item > figure.wp-block-image,
  body.page-id-168 main.content .payment-methods__question-item > .wp-block-image {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
  }
}

/* Payment Methods hard width lock - 2026-07-06
   DevTools responsive mode exposed a stale/narrow intrinsic column state.
   Lock the payment grid and direct children so cards cannot collapse into
   skinny columns even if upstream WP flex classes are still active. */
@media (min-width: 768px) {
  body.page-id-168 main.content .tabs-container__body-head > .payment-methods__columns,
  body.page-id-168 main.content .tabs-container__body-head > .wp-block-columns.payment-methods__columns,
  body.page-id-168 main.content .tabs-container__body-head > .payment-methods__columns.is-layout-flex,
  body.page-id-168 main.content .tabs-container__body-head > .payment-methods__columns.wp-block-columns-is-layout-flex {
    inline-size: 760px !important;
    width: 760px !important;
    min-width: 760px !important;
    max-width: 760px !important;
    margin: 0 auto 26px !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 367px 367px !important;
    grid-auto-columns: 367px !important;
    justify-content: center !important;
    justify-items: stretch !important;
    align-items: stretch !important;
    column-gap: 26px !important;
    row-gap: 26px !important;
    overflow: visible !important;
  }

  body.page-id-168 main.content .tabs-container__body-head > .payment-methods__columns > .wp-block-column,
  body.page-id-168 main.content .tabs-container__body-head > .wp-block-columns.payment-methods__columns > .wp-block-column,
  body.page-id-168 main.content .tabs-container__body-head > .payment-methods__columns.is-layout-flex > .wp-block-column {
    inline-size: 367px !important;
    width: 367px !important;
    min-width: 367px !important;
    max-width: 367px !important;
    flex: 0 0 367px !important;
    flex-basis: 367px !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    box-sizing: border-box !important;
    display: block !important;
    overflow: hidden !important;
  }

  body.page-id-168 main.content .tabs-container__body-head > .payment-methods__columns > .wp-block-column h3,
  body.page-id-168 main.content .tabs-container__body-head > .payment-methods__columns > .wp-block-column p {
    max-width: 100% !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  body.page-id-168 main.content .tabs-container__body-head > .payment-methods__columns,
  body.page-id-168 main.content .tabs-container__body-head > .wp-block-columns.payment-methods__columns,
  body.page-id-168 main.content .tabs-container__body-head > .payment-methods__columns.is-layout-flex,
  body.page-id-168 main.content .tabs-container__body-head > .payment-methods__columns.wp-block-columns-is-layout-flex {
    inline-size: min(100%, 720px) !important;
    width: min(100%, 720px) !important;
    min-width: 0 !important;
    max-width: 720px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-id-168 main.content .tabs-container__body-head > .payment-methods__columns > .wp-block-column,
  body.page-id-168 main.content .tabs-container__body-head > .wp-block-columns.payment-methods__columns > .wp-block-column,
  body.page-id-168 main.content .tabs-container__body-head > .payment-methods__columns.is-layout-flex > .wp-block-column {
    inline-size: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: 1 1 0 !important;
  }
}

/* All-page visitor layout hardening - 2026-07-06
   These guards address recurring collapse patterns found in the full
   320/390/430/768/1366/1536 route audit without changing page copy. */
body.vt-import-page main.content .home-banner__info-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch !important;
}

body.vt-import-page main.content .home-banner__info-item,
body.vt-import-page main.content .home-banner__info-content,
body.vt-import-page main.content .home-banner__info-content h3 {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

@media (min-width: 901px) {
  body.page-id-3978 main.content .trade-slider__box {
    width: min(100% - 48px, 1280px) !important;
    max-width: 1280px !important;
    margin-inline: auto !important;
    overflow: hidden !important;
  }

  body.page-id-3978 main.content .trade-slider,
  body.page-id-3978 main.content .trade-slider .swiper-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-3978 main.content .trade-slider .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    height: auto !important;
    transform: none !important;
  }

  body.page-id-3978 main.content .trade-slider .swiper-slide,
  body.page-id-3978 main.content .trade-slider__item {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    transform: none !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    overflow: visible !important;
  }

  body.page-id-3978 main.content .trade-slider__item {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: start !important;
    padding: 24px !important;
  }

  body.page-id-3978 main.content .trade-slider__item-icn {
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
  }

  body.page-id-3978 main.content .trade-slider__item-icn img {
    width: 64px !important;
    height: 64px !important;
    object-fit: contain !important;
  }

  body.page-id-3978 main.content .trade-slider__item-text,
  body.page-id-3978 main.content .trade-slider__item-text h3,
  body.page-id-3978 main.content .trade-slider__item-text p {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    writing-mode: horizontal-tb !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    text-align: left !important;
    overflow: visible !important;
  }
}

@media (max-width: 640px) {
  body.vt-import-page main.content table,
  body.vt-import-page main.content tbody,
  body.vt-import-page main.content tr,
  body.vt-import-page main.content td {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  body.vt-import-page main.content table strong {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  main.content .vt-account-row {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 4px !important;
  }

  main.content .vt-account-row dd {
    text-align: left !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  main.content .commitment__columns,
  main.content .commitment__columns--top {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  main.content .commitment__columns--top {
    display: grid !important;
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: center !important;
  }

  main.content .commitment__columns--top h3,
  main.content .commitment__columns--top p {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }
}

@media (max-width: 480px) {
  body.page-id-168 main.content .payment-methods__column-item:has(p.green),
  body.page-id-168 main.content .payment-methods__column-item.is-nowrap:has(p.green) {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 5px !important;
  }

  body.page-id-168 main.content .payment-methods__column-item p.green,
  body.page-id-168 main.content .payment-methods__column-item .green {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    text-align: left !important;
    justify-self: stretch !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }
}

/* Register page direct-link layout - 2026-07-07 */
body.vt-register-page {
  background: #f6f8f7 !important;
}

body.vt-register-page main.content {
  background: #f6f8f7 !important;
  color: #121821 !important;
  overflow-x: clip !important;
}

body.vt-register-page .vt-register-direct {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px) !important;
  gap: clamp(28px, 5vw, 72px) !important;
  align-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: clamp(56px, 8vw, 104px) max(20px, calc((100vw - 1180px) / 2)) !important;
  background: #101820 !important;
  color: #ffffff !important;
  box-sizing: border-box !important;
}

body.vt-register-page .vt-register-direct__copy,
body.vt-register-page .vt-register-direct__panel,
body.vt-register-page .vt-register-direct__panel li,
body.vt-register-page .vt-register-direct__panel div {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

body.vt-register-page .vt-register-direct__eyebrow {
  width: fit-content !important;
  margin: 0 0 16px !important;
  padding: 8px 12px !important;
  border: 1px solid rgba(37, 198, 96, .38) !important;
  border-radius: 999px !important;
  background: rgba(37, 198, 96, .12) !important;
  color: #b8f2cf !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.vt-register-page .vt-register-direct h1 {
  max-width: 780px !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(42px, 6.2vw, 78px) !important;
  font-weight: 900 !important;
  line-height: .98 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body.vt-register-page .vt-register-direct__lead {
  max-width: 660px !important;
  margin: 22px 0 0 !important;
  color: #d7dee7 !important;
  font-size: clamp(17px, 1.55vw, 21px) !important;
  line-height: 1.58 !important;
  text-align: left !important;
}

body.vt-register-page .vt-register-direct__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  align-items: center !important;
  margin-top: 30px !important;
}

body.vt-register-page .vt-register-direct__actions .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 190px !important;
  min-height: 52px !important;
  padding: 14px 24px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-decoration: none !important;
}

body.vt-register-page .vt-register-direct__primary {
  background: #ffffff !important;
  color: #101820 !important;
  border: 1px solid #ffffff !important;
}

body.vt-register-page .vt-register-direct__secondary {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, .48) !important;
}

body.vt-register-page .vt-register-direct__domain {
  margin: 14px 0 0 !important;
  color: #9fb2c1 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  text-align: left !important;
}

body.vt-register-page .vt-register-direct__panel {
  padding: clamp(22px, 3vw, 34px) !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .055) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .26) !important;
}

body.vt-register-page .vt-register-direct__panel h2 {
  margin: 0 0 18px !important;
  color: #ffffff !important;
  font-size: clamp(24px, 2.2vw, 34px) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body.vt-register-page .vt-register-choice {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 14px !important;
  margin: 0 0 14px !important;
  padding: 18px !important;
  border-radius: 8px !important;
  box-sizing: border-box !important;
}

body.vt-register-page .vt-register-choice--real {
  background: #eaf8ef !important;
  border: 1px solid rgba(15, 127, 69, .25) !important;
  color: #0d1f16 !important;
}

body.vt-register-page .vt-register-choice--demo {
  background: rgba(255, 255, 255, .08) !important;
  border: 1px solid rgba(255, 255, 255, .22) !important;
  color: #ffffff !important;
}

body.vt-register-page .vt-register-choice strong {
  display: block !important;
  margin: 0 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

body.vt-register-page .vt-register-choice--real strong {
  color: #0d1f16 !important;
}

body.vt-register-page .vt-register-choice--demo strong {
  color: #ffffff !important;
}

body.vt-register-page .vt-register-choice p {
  margin: 7px 0 0 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

body.vt-register-page .vt-register-choice--real p {
  color: #355243 !important;
}

body.vt-register-page .vt-register-choice--demo p {
  color: #c8d3dd !important;
}

body.vt-register-page .vt-register-choice__cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 46px !important;
  padding: 12px 16px !important;
  border-radius: 8px !important;
  background: #101820 !important;
  border: 1px solid #101820 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

body.vt-register-page .vt-register-choice__cta--outline {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #101820 !important;
}

body.vt-register-page .vt-register-steps {
  display: grid !important;
  gap: 16px !important;
  margin: 22px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.vt-register-page .vt-register-steps li {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: start !important;
}

body.vt-register-page .vt-register-steps li > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  background: #25c660 !important;
  color: #06150d !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.vt-register-page .vt-register-steps strong {
  display: block !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.28 !important;
}

body.vt-register-page .vt-register-steps p {
  margin: 5px 0 0 !important;
  color: #c8d3dd !important;
  font-size: 14px !important;
  line-height: 1.58 !important;
}

body.vt-register-page .valetax-info-section {
  background: #ffffff !important;
  color: #121821 !important;
  padding: clamp(44px, 6vw, 76px) 20px !important;
}

body.vt-register-page .valetax-info-section > div {
  max-width: 1180px !important;
}

body.vt-register-page .valetax-info-section h2,
body.vt-register-page .valetax-info-section h3,
body.vt-register-page .valetax-info-section summary {
  color: #111827 !important;
  letter-spacing: 0 !important;
}

body.vt-register-page .valetax-info-section p {
  color: #4b5563 !important;
}

@media (max-width: 900px) {
  body.vt-register-page .vt-register-direct {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 30px !important;
    padding: 42px 20px 54px !important;
  }
}

@media (max-width: 520px) {
  body.vt-register-page .vt-register-direct {
    padding: 34px 16px 46px !important;
  }

  body.vt-register-page .vt-register-direct h1 {
    font-size: clamp(34px, 11vw, 46px) !important;
    line-height: 1.02 !important;
  }

  body.vt-register-page .vt-register-direct__lead {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  body.vt-register-page .vt-register-direct__actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  body.vt-register-page .vt-register-direct__actions .btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.vt-register-page .vt-register-direct__panel {
    padding: 20px !important;
  }

  body.vt-register-page .vt-register-steps li {
    grid-template-columns: 38px minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  body.vt-register-page .vt-register-steps li > span {
    width: 38px !important;
    height: 38px !important;
  }
}

/* Footer visual hardening - 2026-07-07 */
.footer .social__column .wp-block-columns {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
}

.footer .social__column .wp-block-column {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
}

.footer .social__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .08) !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
  box-sizing: border-box !important;
}

.footer .social__link img {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.footer .payment-chanels__list {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch !important;
}

.footer .payment-chanels__list .wp-block-image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 56px !important;
  padding: 10px 14px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .06) !important;
  border: 1px solid rgba(255, 255, 255, .15) !important;
  box-sizing: border-box !important;
}

.footer .payment-chanels__list .wp-block-image:empty,
.footer .payment-chanels__list .wp-block-image:not(:has(img)),
.footer .down__link:empty,
.footer .down__link:not(:has(img)) {
  display: none !important;
}

.footer .payment-chanels__list img {
  display: block !important;
  width: auto !important;
  max-width: 120px !important;
  max-height: 34px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.footer .down__links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
}

.footer .down__link,
.footer .down__link img {
  display: block !important;
}

.footer .down__link img {
  width: auto !important;
  max-width: 160px !important;
  height: auto !important;
  max-height: 48px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Visual hotfix before deploy - 2026-07-07 */
.header .header__btn-group .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  line-height: 1 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

body.vt-register-page .vt-register-direct__actions a.vt-register-direct__secondary.btn.btn--outline {
  background: rgba(255, 255, 255, .08) !important;
  border-color: rgba(255, 255, 255, .72) !important;
  color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body.vt-register-page .vt-register-direct__actions a.vt-register-direct__secondary.btn.btn--outline:hover,
body.vt-register-page .vt-register-direct__actions a.vt-register-direct__secondary.btn.btn--outline:focus-visible {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #101820 !important;
}

body.vt-register-page .vt-register-choice a.vt-register-choice__cta,
body.vt-register-page .vt-register-choice a.vt-register-choice__cta:visited,
html body.vt-register-page main.content .vt-register-choice a.vt-register-choice__cta,
html body.vt-register-page main.content .vt-register-choice a.vt-register-choice__cta:visited {
  background: #101820 !important;
  border-color: #101820 !important;
  color: #ffffff !important;
}

body.vt-register-page .vt-register-choice a.vt-register-choice__cta--outline,
body.vt-register-page .vt-register-choice a.vt-register-choice__cta--outline:visited,
html body.vt-register-page main.content .vt-register-choice a.vt-register-choice__cta--outline,
html body.vt-register-page main.content .vt-register-choice a.vt-register-choice__cta--outline:visited {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #101820 !important;
}

.footer .social__link,
.footer .down__link {
  position: relative !important;
  overflow: hidden !important;
  line-height: 0 !important;
}

.footer .social__link img,
.footer .payment-chanels__list img,
.footer .down__link img {
  filter: none !important;
}
