/* =========================================================
   VISTAINFO OTC
   RESPONSIVE CSS
========================================================= */


/* =========================================================
   LARGE LAPTOP
========================================================= */

@media (max-width: 1399px) {

    .vista-intro-section {
        min-height: 820px;
    }

    .vista-market-visual {
        width: 520px;
        height: 520px;
    }

    .orbit-one {
        width: 285px;
        height: 285px;
    }

    .orbit-two {
        width: 390px;
        height: 390px;
    }

    .orbit-three {
        width: 475px;
        height: 475px;
    }

    .vista-core-circle {
        width: 175px;
        height: 175px;
    }

    .vista-floating-card {
        min-width: 190px;
    }

    .vista-float-one {
        left: 717px;
    }

    .vista-float-two {
        right: 12px;
    }
}


/* =========================================================
   LAPTOP / TABLET LANDSCAPE
========================================================= */

@media (max-width: 1199px) {

    .vista-navigation {
        gap: 15px;
    }

    .vista-nav-link {
        font-size: 11px;
    }

    .vista-header-btn {
        padding: 0 13px;
        font-size: 10px;
    }

    .vista-intro-section {
        min-height: auto;
        padding: 155px 0 90px;
    }

    .vista-intro-content h1 {
        font-size: 56px;
    }

    .vista-market-visual {
        width: 470px;
        height: 470px;
    }

    .orbit-one {
        width: 255px;
        height: 255px;
    }

    .orbit-two {
        width: 355px;
        height: 355px;
    }

    .orbit-three {
        width: 430px;
        height: 430px;
    }

    .vista-core-circle {
        width: 155px;
        height: 155px;
    }

    .vista-market-node {
        width: 45px;
        height: 45px;
    }

    .node-one {
        left: 55px;
        top: 68px;
    }

    .node-two {
        right: 48px;
        top: 90px;
    }

    .node-three {
        right: 35px;
        bottom: 80px;
    }

    .node-four {
        left: 60px;
        bottom: 70px;
    }

    .vista-floating-card {
        display: none;
    }

    .vista-process-wrapper {
        gap: 13px;
    }

    .vista-process-content {
        padding: 20px 13px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .vista-header {
        padding: 12px 0;
    }

    .vista-navigation,
    .vista-header-btn {
        display: none;
    }

    .vista-menu-toggle {
        display: flex;
    }

    .vista-mobile-navigation {
        position: fixed;
        top: 82px;
        left: 15px;
        right: 15px;
        z-index: 4900;
        padding: 12px;
        display: flex;
        flex-direction: column;
        gap: 3px;
        border: 1px solid rgba(120,180,215,0.15);
        border-radius: 17px;
        background: rgba(4,18,32,0.97);
        box-shadow: 0 25px 70px rgba(0,0,0,0.35);
        backdrop-filter: blur(18px);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px);
        transition: all 0.3s ease;
    }

    .vista-mobile-navigation.vista-mobile-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .vista-mobile-navigation > a {
        padding: 13px 14px;
        border-radius: 10px;
        color: #9bb0c1;
        font-size: 12px;
        font-weight: 600;
    }

    .vista-mobile-navigation > a:hover {
        color: #fff;
        background: rgba(32,168,255,0.08);
    }

    .vista-mobile-navigation .vista-mobile-cta {
        margin-top: 6px;
        color: #fff;
        text-align: center;
        background: linear-gradient(135deg, var(--vista-blue), var(--vista-blue-2));
    }

    .vista-intro-section {
        padding: 140px 0 85px;
    }

    .vista-intro-content {
        max-width: 800px;
        margin: 0 auto 60px;
        text-align: center;
    }

    .vista-eyebrow {
        margin-left: auto;
        margin-right: auto;
    }

    .vista-intro-content h1 {
        font-size: clamp(45px, 8vw, 67px);
    }

    .vista-intro-lead,
    .vista-intro-description {
        margin-left: auto;
        margin-right: auto;
    }

    .vista-intro-buttons,
    .vista-trust-row {
        justify-content: center;
    }

    .vista-market-visual {
        margin: auto;
    }

    .vista-scroll-indicator {
        display: none;
    }

    .vista-overview-section,
    .vista-market-section,
    .vista-risk-section,
    .vista-contact-section,
    .vista-faq-section,
    .vista-services-section,
    .vista-process-section,
    .vista-participants-section {
        padding: 90px 0;
    }

    .vista-stat-panel {
        margin-top: 50px;
    }

    .vista-intelligence-grid {
        margin-top: 45px;
    }

    .vista-process-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 18px;
    }

    .vista-process-line {
        display: none;
    }

    .vista-risk-visual {
        margin-bottom: 50px;
    }

    .vista-contact-card {
        margin-top: 20px;
    }

    .vista-footer {
        padding-top: 60px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    html {
        scroll-padding-top: 75px;
    }

    .vista-header {
        padding: 10px 0;
    }

    .vista-brand-icon {
        width: 40px;
        height: 40px;
        border-radius: 11px;
    }

    .vista-brand-text strong {
        font-size: 15px;
    }

    .vista-brand-text small {
        font-size: 8px;
    }

    .vista-mobile-navigation {
        top: 70px;
    }

    .vista-intro-section {
        padding: 125px 0 65px;
    }

    .vista-intro-content {
        margin-bottom: 35px;
    }

    .vista-eyebrow {
        max-width: 100%;
        justify-content: center;
        text-align: center;
        font-size: 9px;
        line-height: 1.4;
    }

    .vista-intro-content h1 {
        font-size: clamp(38px, 11vw, 55px);
        letter-spacing: -2px;
    }

    .vista-intro-lead {
        font-size: 14px;
    }

    .vista-intro-description {
        font-size: 12px;
        line-height: 1.8;
    }

    .vista-intro-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .vista-primary-btn,
    .vista-secondary-btn {
        width: 100%;
    }

    .vista-trust-row {
        gap: 12px 18px;
    }

    .vista-market-visual {
        width: 360px;
        height: 360px;
    }

    .orbit-one {
        width: 205px;
        height: 205px;
    }

    .orbit-two {
        width: 280px;
        height: 280px;
    }

    .orbit-three {
        width: 340px;
        height: 340px;
    }

    .vista-core-circle {
        width: 125px;
        height: 125px;
    }

    .vista-core-logo {
        width: 37px;
        height: 37px;
        margin-bottom: 5px;
        border-radius: 10px;
        font-size: 15px;
    }

    .vista-core-circle > span {
        font-size: 13px;
        letter-spacing: 2px;
    }

    .vista-core-circle > small {
        font-size: 6px;
    }

    .vista-market-node {
        width: 38px;
        height: 38px;
    }

    .vista-market-node i {
        font-size: 14px;
    }

    .node-one {
        left: 38px;
        top: 52px;
    }

    .node-two {
        right: 34px;
        top: 65px;
    }

    .node-three {
        right: 27px;
        bottom: 57px;
    }

    .node-four {
        left: 40px;
        bottom: 50px;
    }

    .vista-connection-line {
        opacity: 0.5;
    }

    .line-one {
        width: 115px;
        left: 67px;
        top: 83px;
    }

    .line-two {
        width: 120px;
        right: 65px;
        top: 95px;
    }

    .line-three {
        width: 130px;
        left: 70px;
        bottom: 82px;
    }

    .vista-section-label {
        font-size: 9px;
        letter-spacing: 1.5px;
    }

    .vista-section-title {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .vista-section-text {
        font-size: 12px;
    }

    .vista-section-heading {
        margin-bottom: 38px;
    }

    .vista-section-heading > p {
        font-size: 12px;
    }

    .vista-stat-panel {
        padding: 20px;
        min-height: 340px;
    }

    .vista-chart-area {
        height: 170px;
    }

    .vista-stat-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vista-service-card {
        padding: 27px 23px;
    }

    .vista-service-card h3 {
        font-size: 20px;
    }

    .vista-intelligence-grid {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .vista-intelligence-item {
        min-height: 80px;
    }

    .vista-participant-card {
        min-height: 105px;
    }

    .vista-process-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .vista-process-content {
        min-height: auto;
    }

    .vista-process-number {
        margin-bottom: 12px;
    }

    .vista-risk-visual {
        width: 360px;
        height: 360px;
    }

    .ring-a {
        width: 200px;
        height: 200px;
    }

    .ring-b {
        width: 300px;
        height: 300px;
    }

    .vista-risk-center {
        width: 125px;
        height: 125px;
    }

    .vista-risk-center > div {
        width: 35px;
        height: 35px;
    }

    .vista-risk-center > span {
        font-size: 13px;
    }

    .vista-risk-badge {
        padding: 7px 9px;
        font-size: 7px;
    }

    .badge-a {
        top: 36px;
        left: 0;
    }

    .badge-b {
        top: 55px;
        right: -5px;
    }

    .badge-c {
        bottom: 60px;
        right: -8px;
    }

    .badge-d {
        bottom: 32px;
        left: 0;
    }

    .vista-vision-section {
        padding: 95px 0;
    }

    .vista-vision-content h2 {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .vista-vision-content p {
        font-size: 12px;
    }

    .vista-contact-card {
        padding: 22px;
    }

    .vista-contact-card-head h3 {
        font-size: 19px;
    }

    .vista-disclaimer-box {
        padding: 20px;
        gap: 13px;
    }

    .vista-disclaimer-icon {
        width: 38px;
        height: 38px;
    }

    .vista-disclaimer-box p {
        font-size: 9px;
    }

    .vista-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
    }

    .vista-back-top {
        right: 15px;
        bottom: 15px;
        width: 40px;
        height: 40px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .vista-market-visual {
        width: 310px;
        height: 310px;
    }

    .orbit-one {
        width: 175px;
        height: 175px;
    }

    .orbit-two {
        width: 240px;
        height: 240px;
    }

    .orbit-three {
        width: 295px;
        height: 295px;
    }

    .vista-core-circle {
        width: 110px;
        height: 110px;
    }

    .vista-market-node {
        width: 34px;
        height: 34px;
    }

    .node-one {
        left: 28px;
        top: 42px;
    }

    .node-two {
        right: 27px;
        top: 53px;
    }

    .node-three {
        right: 22px;
        bottom: 46px;
    }

    .node-four {
        left: 30px;
        bottom: 40px;
    }

    .vista-section-title {
        font-size: 30px;
    }

    .vista-vision-content h2 {
        font-size: 32px;
    }

    .vista-risk-visual {
        width: 310px;
        height: 310px;
    }

    .ring-a {
        width: 175px;
        height: 175px;
    }

    .ring-b {
        width: 260px;
        height: 260px;
    }

    .vista-risk-center {
        width: 110px;
        height: 110px;
    }

    .vista-risk-badge {
        max-width: 105px;
        line-height: 1.3;
    }
}