/* =========================
   RK GLOBAL — RESPONSIVE
========================= */

@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
  .navbar-nav {
    gap: 0;
  }
  .nav-link {
    padding: 10px 9px !important;
    font-size: 11px;
  }

  .hero h1 {
    font-size: 72px;
  }
  .hero-container {
    padding: 35px 0;
  }
  .hero-visual {
    height: 530px;
  }

  .hero-globe-wrap {
    width: 470px;
    height: 470px;
  }

  .orbit-gold {
    width: 525px;
    height: 150px;
  }

  .orbit-blue {
    width: 555px;
    height: 185px;
  }

  .orbit-green {
    width: 490px;
    height: 365px;
  }

  /* 7 ASSET SYSTEM */
  .hero-asset-orbit {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
  }

  .hero-asset-card {
    width: 155px;
    min-height: 52px;
    padding: 8px 9px;
  }

  .asset-real-estate {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .asset-stocks {
    top: 65px;
    right: 0;
  }

  .asset-gold {
    top: 225px;
    right: -5px;
  }

  .asset-crypto {
    top: 225px;
    left: -5px;
  }

  .asset-health {
    bottom: 65px;
    left: 0;
  }

  .asset-food {
    bottom: 65px;
    right: 0;
  }

  .asset-education {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .asset-real-estate:hover,
  .asset-education:hover {
    transform: translateX(-50%) translateY(-4px) scale(1.02);
  }

  .hero-side-label {
    display: none;
  }

  /* ABOUT */
  .about-top {
    grid-template-columns: 75px 1fr 250px;
    gap: 30px;
  }

  .about-index {
    font-size: 80px;
  }

  .about-content {
    grid-template-columns: 45% 55%;
  }

  .about-text {
    padding-right: 35px;
  }
  .about-panel {
    height: 500px;
  }
  .about-asset-card {
    width: 155px;
  }

  .about-asset-one,
  .about-asset-three {
    left: 15px;
  }

  .about-asset-two,
  .about-asset-four {
    right: 15px;
  }
}

/* =========================
   TABLET / MOBILE HEADER
========================= */

@media (max-width: 991.98px) {
  .section {
    padding: 90px 0;
  }

  .site-header .navbar {
    min-height: 76px;
  }

  .brand-logo {
    width: 165px;
  }

  .header-mobile-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
  }

  .header-mobile-actions .navbar-toggler {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    color: #fff;
    background: transparent;
    font-size: 20px;
    box-shadow: none !important;
  }

  .header-auth {
    display: none;
  }

  .site-header .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    margin-top: 0;
    padding: 15px 20px 20px;
    background: rgba(5, 13, 10, 0.98);
    border: 1px solid #193027;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  }

  .site-header .navbar-nav {
    align-items: stretch;
    gap: 2px;
  }

  .site-header .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .site-header .nav-link {
    padding: 13px 0 !important;
  }

  /* INVESTMENT DROPDOWN */
  .investment-dropdown {
    position: static;
    display: none;
    width: 100%;
    padding: 0 0 8px;
    transform: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .investment-dropdown:before {
    display: none;
  }

  .investment-nav.dropdown-open .investment-dropdown {
    display: block;
  }

  .investment-dropdown a {
    padding: 10px 8px;
    border: 0;
    font-size: 11px;
  }

  .investment-nav:hover .investment-dropdown {
    transform: none;
  }

  /* MARKET TICKER */
  .market-ticker {
    margin-top: 76px;
  }

  /* HERO */
  .hero {
    min-height: auto;
  }

  .hero-container {
    padding: 70px 0 50px;
  }

  .hero-content {
    text-align: center;
  }

  .hero-eyebrow {
    justify-content: center;
  }

  .hero h1 {
    max-width: 340px;
    margin: 0 auto;
    font-size: 42px;
    line-height: 1.05;
  }

  .hero-description {
    max-width: 340px;
    margin: 18px auto 0;
    font-size: 13px;
    line-height: 1.7;
  }

  .hero-actions,
  .hero-metrics {
    justify-content: center;
  }

  .hero-actions {
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 24px;
  }

  .hero-actions .btn {
    min-height: 42px;
    padding: 0 15px;
    font-size: 10px;
  }

  .hero-metrics {
    gap: 14px;
    margin-top: 28px;
  }

  .hero-metrics div {
    min-width: 70px;
  }

  .hero-metrics strong {
    font-size: 22px;
  }

  .hero-metrics span {
    font-size: 6px;
    letter-spacing: 0.8px;
  }

  .hero-metrics i {
    height: 28px;
  }

  /* HERO VISUAL */
  .hero-visual {
    position: relative;
    width: 100%;
    height: 560px;
    margin-top: 40px;
    overflow: visible;
  }

  .hero-globe-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 330px;
    height: 330px;
    transform: translate(-50%, -50%);
  }

  .hero-globe-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .orbit-gold {
    width: 370px;
    height: 110px;
  }

  .orbit-blue {
    width: 395px;
    height: 135px;
  }

  .orbit-green {
    width: 350px;
    height: 260px;
  }

  /* 7 ASSET CARDS */
  .hero-asset-orbit {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
  }

  .hero-asset-card {
    width: 125px;
    min-height: 44px;
    padding: 7px 8px;
    gap: 7px;
    border-radius: 10px;
    background: rgba(5, 13, 20, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .hero-asset-card .asset-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    font-size: 12px;
  }

  .hero-asset-card small {
    margin-bottom: 1px;
    font-size: 6px;
    letter-spacing: 0.6px;
  }

  .hero-asset-card strong {
    font-size: 9px;
    line-height: 1.2;
  }

  .hero-asset-card .asset-arrow {
    display: none;
  }

  .asset-real-estate {
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
  }

  .asset-stocks {
    top: 105px;
    right: 0;
  }

  .asset-gold {
    top: 265px;
    right: 0;
  }

  .asset-crypto {
    top: 265px;
    left: 0;
  }

  .asset-health {
    bottom: 72px;
    left: 0;
  }

  .asset-food {
    bottom: 72px;
    right: 0;
  }

  .asset-education {
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
  }

  .asset-real-estate:hover,
  .asset-education:hover {
    transform: translateX(-50%) translateY(-4px) scale(1.02);
  }

  .hero-side-label {
    display: none;
  }

  .hero-brand-line {
    bottom: -5px;
    font-size: 8px;
    letter-spacing: 2px;
  }

  .hero-scroll {
    display: none;
  }

  .section-title {
    font-size: 50px;
  }

  /* ABOUT */
  .about-top {
    grid-template-columns: 70px 1fr;
  }

  .about-top-copy {
    grid-column: 2;
    max-width: 400px;
    margin-top: 5px;
  }

  .about-content {
    grid-template-columns: 1fr;
  }

  .about-text {
    padding: 65px 0 45px;
  }

  .about-panel {
    height: 500px;
    border-radius: 24px;
  }

  .about-stats {
    gap: 25px;
  }

  /* ABOUT US */
  .about-us-section,
  .investments-section,
  .contact-section {
    padding: 90px 0;
  }

  .about-us-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .about-us-top {
    margin-bottom: 50px;
  }

  /* INVESTMENTS */
  .investments-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 45px;
  }

  .investment-layout {
    grid-template-columns: 1fr;
  }

  .investment-feature {
    min-height: 460px;
  }

  /* FOOTER */
  .footer-main {
    grid-template-columns: 1fr;
    gap: 55px;
  }
}

/* =========================
   SMALL TABLET
========================= */

@media (max-width: 767.98px) {
  .section {
    padding: 75px 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* HEADER */
  .brand-logo {
    width: 150px;
  }

  .site-header .navbar {
    min-height: 70px;
  }

  /* TICKER */
  .market-ticker {
    margin-top: 70px;
    height: 42px;
  }

  .ticker-label {
    min-width: 115px;
    font-size: 7px;
  }

  .ticker-item {
    min-width: 145px;
    padding: 0 18px;
  }

  /* HERO */
  .hero-container {
    padding: 55px 0 35px;
  }

  .hero h1 {
    font-size: 54px;
    letter-spacing: -2.5px;
  }

  .hero h1 small {
    font-size: 10px;
    letter-spacing: 5px;
    margin-top: 14px;
  }

  .hero-description {
    font-size: 10px;
    line-height: 1.8;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .btn {
    padding: 12px 18px;
    font-size: 8px;
  }

  .hero-metrics {
    gap: 15px;
    margin-top: 35px;
  }

  .hero-metrics strong {
    font-size: 21px;
  }

  .hero-metrics span {
    font-size: 5px;
    letter-spacing: 1px;
  }

  /* HERO VISUAL */
  .hero-visual {
    height: 445px;
    margin-top: 20px;
    overflow: visible;
  }

  .hero-globe-wrap {
    width: 350px;
    height: 350px;
  }

  .orbit-gold {
    width: 400px;
    height: 115px;
  }

  .orbit-blue {
    width: 425px;
    height: 140px;
  }

  .orbit-green {
    width: 380px;
    height: 280px;
  }

  .hero-asset-orbit {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
  }

  .hero-asset-card {
    width: 135px;
    min-height: 46px;
    padding: 7px 8px;
    gap: 7px;
    border-radius: 9px;
  }

  .hero-asset-card .asset-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    font-size: 12px;
  }

  .hero-asset-card small {
    font-size: 4px;
    letter-spacing: 0.7px;
  }

  .hero-asset-card strong {
    font-size: 8px;
  }

  .hero-asset-card .asset-arrow {
    display: none;
  }

  /* 7 ASSETS */
  .asset-real-estate {
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
  }

  .asset-stocks {
    top: 65px;
    right: 0;
  }

  .asset-gold {
    top: 205px;
    right: 0;
  }

  .asset-crypto {
    top: 205px;
    left: 0;
  }

  .asset-health {
    bottom: 65px;
    left: 0;
  }

  .asset-food {
    bottom: 65px;
    right: 0;
  }

  .asset-education {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .asset-real-estate:hover,
  .asset-education:hover {
    transform: translateX(-50%) translateY(-3px) scale(1.02);
  }

  .hero-brand-line,
  .hero-light-trail {
    display: none;
  }

  /* COMMON */
  .section-title {
    font-size: 40px;
    letter-spacing: -1.5px;
  }

  /* ABOUT */
  .about-top {
    grid-template-columns: 55px 1fr;
    gap: 18px;
  }

  .about-index {
    font-size: 60px;
    letter-spacing: -5px;
  }

  .about-heading h2 {
    font-size: 43px;
    letter-spacing: -2px;
  }

  .about-top-copy {
    grid-column: 2;
  }

  .about-content {
    min-height: 0;
  }

  .about-text {
    padding: 50px 0 40px;
  }

  .about-lead {
    font-size: 27px;
  }

  .about-panel {
    height: 450px;
  }

  .about-circle {
    width: 145px;
    height: 145px;
  }

  .about-circle strong {
    font-size: 26px;
  }

  .about-asset-card {
    width: 135px;
    height: 52px;
  }

  .about-asset-one,
  .about-asset-three {
    left: 10px;
  }

  .about-asset-two,
  .about-asset-four {
    right: 10px;
  }

  .about-asset-one,
  .about-asset-two {
    top: 70px;
  }

  .about-asset-three,
  .about-asset-four {
    bottom: 70px;
  }

  .about-stats {
    gap: 12px;
  }

  .about-stats > div:not(.about-stats-message) {
    min-width: auto;
  }

  .about-stats strong {
    font-size: 22px;
  }

  .about-stats-message {
    display: none;
  }

  /* ABOUT US */
  .about-us-top {
    grid-template-columns: 55px 1fr;
    gap: 20px;
  }

  .about-us-number {
    font-size: 55px;
  }

  .about-us-top h2 {
    font-size: 42px;
  }

  .about-us-story h3 {
    font-size: 32px;
  }

  .vision-statement {
    grid-template-columns: 30px 100px 1fr;
    gap: 10px;
  }

  /* INVESTMENTS */
  .investments-section,
  .contact-section {
    padding: 75px 0;
  }

  .investments-head h2,
  .contact-intro h2 {
    font-size: 42px;
  }

  .investment-feature {
    min-height: 420px;
    padding: 24px;
  }

  .investment-content h3 {
    font-size: 38px;
  }

  .investment-index {
    font-size: 130px;
  }

  .investment-card {
    min-height: 130px;
  }

  /* CONTACT */
  .contact-form-wrap {
    padding: 25px;
  }

  /* FOOTER */
  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 35px 20px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .footer-bottom > span:last-child {
    text-align: left;
  }

  /* SPECTRUM */
  .spectrum-item {
    width: 145px;
    height: 58px;
    padding: 8px;
  }

  .spectrum-icon {
    width: 32px;
    height: 32px;
  }

  .spectrum-info small {
    font-size: 4px;
  }

  .spectrum-info strong {
    font-size: 7px;
  }

  .spectrum-item-one,
  .spectrum-item-three {
    left: 12px;
  }

  .spectrum-item-two,
  .spectrum-item-four {
    right: 12px;
  }

  .spectrum-item-one {
    top: 70px;
  }
  .spectrum-item-two {
    top: 125px;
  }
  .spectrum-item-three {
    bottom: 70px;
  }
  .spectrum-item-four {
    bottom: 125px;
  }

  .spectrum-center {
    width: 120px;
    height: 120px;
  }

  .spectrum-center strong {
    font-size: 23px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .investments-footer {
    flex-wrap: wrap;
  }

  .investments-footer div {
    order: 3;
    flex-basis: 100%;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 575.98px) {
  body {
    font-size: 13px;
  }

  .section {
    padding: 65px 0;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* PRELOADER */
  .loader-logo {
    width: 150px;
  }

  .loader-orbit.orbit-one {
    width: 290px;
    height: 290px;
  }

  .loader-orbit.orbit-two {
    width: 350px;
    height: 350px;
  }

  .loader-progress {
    width: 145px;
  }

  .preloader small {
    font-size: 6px;
    letter-spacing: 1.8px;
  }

  /* HEADER */
  .brand-logo {
    width: 140px;
  }

  .navbar-toggler {
    padding: 6px 9px;
    font-size: 17px;
  }

  .navbar-collapse {
    padding: 12px;
    margin-top: 10px;
  }

  /* TICKER */
  .ticker-label {
    min-width: 100px;
  }

  .ticker-item {
    min-width: 130px;
    padding: 0 15px;
  }

  .ticker-track {
    animation-duration: 25s;
  }

  /* HERO CONTENT */
  .hero-container {
    padding: 45px 0 20px;
  }

  .hero-eyebrow {
    font-size: 6px;
    letter-spacing: 1.4px;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .hero h1 {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    font-size: 38px;
    line-height: 1;
    letter-spacing: -1.5px;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .hero h1 small {
    display: block;
    font-size: 8px;
    letter-spacing: 3.5px;
  }

  .hero-description {
    display: block;
    max-width: 315px;
    margin: 16px auto 0;
    font-size: 11px;
    line-height: 1.6;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 22px;
  }

  .hero-actions .btn {
    min-height: 40px;
    padding: 10px 13px;
    font-size: 9px;
  }

  .hero-metrics {
    gap: 12px;
    margin-top: 25px;
  }

  .hero-metrics div {
    min-width: 60px;
  }

  .hero-metrics strong {
    font-size: 20px;
  }

  .hero-metrics span {
    font-size: 5px;
    letter-spacing: 0.7px;
  }

  .hero-metrics > i {
    height: 22px;
  }

  /* MOBILE HERO VISUAL */
  .hero-visual {
    position: relative;
    width: 100%;
    height: 480px;
    margin-top: 25px;
    overflow: visible;
  }

  .hero-globe-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 275px;
    height: 275px;
    transform: translate(-50%, -50%);
  }

  .hero-globe-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .orbit-gold {
    width: 315px;
    height: 90px;
  }

  .orbit-blue {
    width: 335px;
    height: 108px;
  }

  .orbit-green {
    width: 300px;
    height: 225px;
  }

  /* 7 ASSET ORBIT */
  .hero-asset-orbit {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
  }

  .hero-asset-card {
    width: 90px;
    min-height: 41px;
    padding: 6px 7px;
    gap: 6px;
    border-radius: 8px;
  }

  .hero-asset-card .asset-icon {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    font-size: 11px;
    border-radius: 6px;
  }

  .hero-asset-card small {
    font-size: 4.5px;
    letter-spacing: 0.6px;
  }

  .hero-asset-card strong {
    font-size: 8px;
    line-height: 1.2;
  }

  .hero-asset-card .asset-arrow {
    display: none;
  }

  /* REAL ESTATE */
  .asset-real-estate {
    top: 100px;
    left: 27%;
    transform: translateX(-120%);
  }

  /* STOCKS */
  .asset-stocks {
    top: 100px;
    right: 40px;
  }

  /* CRYPTO */
  .asset-crypto {
    top: 190px;
    left: -2px;
  }

  /* GOLD */
  .asset-gold {
    top: 190px;
    right: -2px;
  }

  /* HEALTH */
  .asset-health {
    bottom: 160px;
    left: 20px;
  }

  /* FOOD */
  .asset-food {
    bottom: 160px;
    right: 14px;
  }

  /* EDUCATION */
  .asset-education {
    bottom: 88px;
    left: 30%;
    transform: translateX(-50%);
  }

  .asset-real-estate:hover,
  .asset-education:hover {
    transform: translateX(-50%) translateY(-3px) scale(1.02);
  }

  .hero-brand-line,
  .hero-side-label,
  .hero-light-trail {
    display: none;
  }

  /* COMMON */
  .section-title {
    font-size: 33px;
  }

  /* ABOUT */
  .about-top {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-index {
    font-size: 50px;
  }

  .about-top-copy {
    grid-column: auto;
    padding-left: 15px;
  }

  .about-heading h2 {
    font-size: 36px;
  }

  .about-lead {
    font-size: 24px;
  }

  .about-panel {
    height: 390px;
    border-radius: 18px;
  }

  .about-panel:before {
    inset: 10px;
    border-radius: 13px;
  }

  .about-panel-head {
    top: 20px;
    left: 20px;
    right: 20px;
  }

  .about-circle {
    width: 115px;
    height: 115px;
  }

  .about-circle strong {
    font-size: 21px;
  }

  .about-circle:before {
    inset: -14px;
  }

  .about-circle:after {
    inset: -28px;
  }

  .about-asset-card {
    width: 112px;
    height: 45px;
    padding: 6px;
    gap: 6px;
  }

  .about-asset-card i {
    width: 25px;
    height: 25px;
    font-size: 10px;
  }

  .about-asset-card strong {
    font-size: 6px;
  }

  .about-asset-one,
  .about-asset-two {
    top: 55px;
  }

  .about-asset-three,
  .about-asset-four {
    bottom: 55px;
  }

  .about-stats {
    justify-content: space-between;
  }

  .about-stats strong {
    font-size: 19px;
  }

  .about-stats span {
    font-size: 4px;
    letter-spacing: 0.8px;
  }

  /* ABOUT US */
  .about-us-section {
    padding: 75px 0;
  }

  .about-us-top {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .about-us-number {
    font-size: 48px;
  }

  .about-us-top h2 {
    font-size: 38px;
  }

  .about-us-vision {
    padding: 22px;
  }

  .vision-statement {
    grid-template-columns: 30px 1fr;
  }

  .vision-statement p {
    grid-column: 2;
  }

  .vision-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  /* INVESTMENTS */
  .investments-head h2 {
    font-size: 36px;
  }

  .investment-feature {
    min-height: 390px;
  }

  .investment-content h3 {
    font-size: 34px;
  }

  .investment-card {
    min-height: 115px;
    padding: 18px;
  }

  .investment-card h3 {
    font-size: 23px;
  }

  /* CONTACT */
  .contact-form-wrap {
    padding: 20px;
  }

  /* FOOTER */
  .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom div {
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  /* SPECTRUM */
  .spectrum-item {
    width: 108px;
    height: 45px;
    gap: 6px;
    padding: 6px;
    border-radius: 8px;
  }

  .spectrum-icon {
    width: 26px;
    height: 26px;
    border-radius: 7px;
    font-size: 10px;
  }

  .spectrum-info small {
    font-size: 3px;
    letter-spacing: 0.7px;
  }

  .spectrum-info strong {
    font-size: 6px;
  }

  .spectrum-number {
    font-size: 4px;
  }

  .spectrum-item-one {
    left: 8px;
    top: 55px;
  }

  .spectrum-item-two {
    right: 8px;
    top: 90px;
  }

  .spectrum-item-three {
    left: 8px;
    bottom: 55px;
  }

  .spectrum-item-four {
    right: 8px;
    bottom: 90px;
  }

  .spectrum-center {
    width: 92px;
    height: 92px;
  }

  .spectrum-center strong {
    font-size: 19px;
  }

  .spectrum-center span {
    font-size: 5px;
  }

  .spectrum-center small {
    font-size: 3px;
  }

  .about-panel-footer {
    left: 20px;
    right: 20px;
    bottom: 18px;
  }
}
@media (max-width: 575.98px) {
  .about-market-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    margin-top: 20px;
  }

  .market-card {
    min-height: 62px;
    padding: 8px;
  }

  .market-card-large {
    grid-column: span 2;
    min-height: 72px;
  }

  .market-card-head {
    margin-bottom: 7px;
  }

  .market-card-head span {
    font-size: 5px;
  }

  .market-card-head i {
    font-size: 11px;
  }

  .market-card-content small {
    font-size: 4px;
    letter-spacing: 0.6px;
  }

  .market-card-content strong {
    font-size: 7px;
  }

  .about-panel-footer {
    left: 20px;
    right: 20px;
    bottom: 18px;
  }
}
@media (max-width: 767.98px) {
  .investment-stack {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .investment-card {
    min-height: 125px;
    padding: 16px;
  }

  .investment-card h3 {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .investment-stack {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .investment-card {
    min-height: 110px;
    padding: 14px;
    border-radius: 10px;
  }

  .investment-card > div > span {
    font-size: 6px;
    margin-bottom: 8px;
  }

  .investment-card small {
    font-size: 5px;
  }

  .investment-card h3 {
    font-size: 18px;
  }

  .investment-card > i {
    width: 27px;
    height: 27px;
    font-size: 9px;
  }
}
/* =========================================================
   COMMON INVESTMENT INNER PAGES — RESPONSIVE
========================================================= */

@media (max-width: 1199.98px) {
  .investment-hero > .container {
    gap: 35px;
  }

  .investment-hero h1 {
    font-size: clamp(50px, 6vw, 76px);
  }

  .investment-hero-visual {
    width: 100%;
    height: 480px;
  }

  .investment-details-head {
    grid-template-columns: 1fr 320px;
    gap: 45px;
  }

  .investment-details-grid {
    gap: 50px;
  }
}

@media (max-width: 991.98px) {
  .investment-hero {
    min-height: auto;
    padding: 80px 0 60px;
  }

  .investment-hero > .container {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .investment-hero-content {
    max-width: 720px;
  }

  .investment-hero h1 {
    max-width: 700px;
    font-size: clamp(52px, 8vw, 76px);
  }

  .investment-hero-content > p {
    max-width: 620px;
  }

  .investment-hero-visual {
    width: min(100%, 560px);
    height: 500px;
  }

  .investment-details {
    padding: 90px 0;
  }

  .investment-details-head {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .investment-details-head > p {
    max-width: 600px;
  }

  .investment-details-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-top: 50px;
  }

  .investment-detail-intro {
    padding-right: 0;
  }

  .investment-detail-intro h3 {
    max-width: 600px;
  }

  .investment-detail-intro p {
    max-width: 650px;
  }
}

@media (max-width: 767.98px) {
  .investment-hero {
    padding: 65px 0 35px;
  }

  .investment-hero > .container {
    gap: 30px;
  }

  .investment-breadcrumb {
    margin-bottom: 22px;
    font-size: 6px;
  }

  .investment-eyebrow {
    font-size: 7px;
    letter-spacing: 1.6px;
  }

  .investment-eyebrow i {
    font-size: 11px;
  }

  .investment-hero h1 {
    margin: 18px 0 20px;
    font-size: clamp(43px, 10vw, 64px);
    line-height: 0.96;
    letter-spacing: -2px;
  }

  .investment-hero-content > p {
    max-width: 540px;
    font-size: 10px;
    line-height: 1.8;
  }

  .investment-hero-actions {
    gap: 9px;
    margin-top: 24px;
    flex-wrap: wrap;
  }

  .investment-hero-actions .btn-gold {
    min-height: 42px;
    padding: 11px 16px;
    font-size: 8px;
  }

  .investment-outline-btn {
    min-height: 42px;
    padding: 0 15px;
    font-size: 8px;
  }

  .investment-stats {
    gap: 15px;
    margin-top: 30px;
  }

  .investment-stats div {
    min-width: 65px;
  }

  .investment-stats strong {
    font-size: 19px;
  }

  .investment-stats span {
    font-size: 4.5px;
    letter-spacing: 1px;
  }

  .investment-stats > i {
    height: 24px;
  }

  .investment-hero-visual {
    width: 100%;
    height: 400px;
  }

  .investment-visual-ring.ring-one {
    width: 58%;
    height: 58%;
  }

  .investment-visual-ring.ring-two {
    width: 80%;
    height: 80%;
  }

  .investment-visual-ring.ring-three {
    width: 98%;
    height: 98%;
  }

  .investment-floating-card {
    min-width: 130px;
    padding: 9px 11px;
    gap: 8px;
  }

  .investment-floating-card i {
    font-size: 13px;
  }

  .investment-floating-card small {
    font-size: 5px;
  }

  .investment-floating-card strong {
    font-size: 7px;
  }

  .investment-floating-card.card-one {
    top: 10%;
    right: 0;
  }

  .investment-floating-card.card-two {
    bottom: 16%;
    left: 0;
  }

  .investment-floating-card.card-three {
    bottom: 0;
    right: 5%;
  }

  .investment-details {
    padding: 75px 0;
  }

  .investment-section-label {
    font-size: 7px;
    letter-spacing: 2px;
  }

  .investment-details-head {
    padding-bottom: 35px;
  }

  .investment-details-head h2 {
    margin-top: 15px;
    font-size: clamp(38px, 9vw, 54px);
    letter-spacing: -1.8px;
  }

  .investment-details-head > p {
    font-size: 10px;
    line-height: 1.8;
  }

  .investment-details-grid {
    gap: 40px;
    padding-top: 40px;
  }

  .investment-detail-intro > span {
    font-size: 6px;
  }

  .investment-detail-intro h3 {
    margin: 20px 0 18px;
    font-size: 30px;
  }

  .investment-detail-intro p {
    font-size: 10px;
    line-height: 1.8;
  }

  .investment-detail-cards {
    grid-template-columns: 1fr 1fr;
  }

  .investment-detail-cards article {
    min-height: 175px;
    padding: 18px;
  }

  .investment-detail-cards article > span {
    margin-bottom: 20px;
    font-size: 6px;
  }

  .investment-detail-cards article > i {
    font-size: 17px;
  }

  .investment-detail-cards h4 {
    margin: 11px 0 7px;
    font-size: 13px;
  }

  .investment-detail-cards p {
    font-size: 8px;
    line-height: 1.6;
  }

  .investment-details-footer {
    margin-top: 45px;
    padding-top: 25px;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .investment-details-footer strong {
    font-size: 21px;
  }

  .investment-details-footer a {
    padding: 11px 16px;
    font-size: 7px;
  }
}

@media (max-width: 575.98px) {
  .investment-hero {
    padding: 55px 0 25px;
  }

  .investment-hero > .container {
    gap: 20px;
  }

  .investment-breadcrumb {
    margin-bottom: 18px;
    font-size: 5px;
    letter-spacing: 1.3px;
  }

  .investment-eyebrow {
    font-size: 6px;
    letter-spacing: 1.3px;
  }

  .investment-eyebrow i {
    font-size: 10px;
  }

  .investment-hero h1 {
    margin: 15px 0 17px;
    font-size: 42px;
    line-height: 0.97;
    letter-spacing: -1.5px;
  }

  .investment-hero-content > p {
    font-size: 9px;
    line-height: 1.75;
  }

  .investment-hero-actions {
    margin-top: 20px;
    gap: 7px;
  }

  .investment-hero-actions .btn-gold {
    min-height: 39px;
    padding: 9px 13px;
    font-size: 7px;
  }

  .investment-outline-btn {
    min-height: 39px;
    padding: 0 12px;
    font-size: 7px;
  }

  .investment-stats {
    gap: 10px;
    margin-top: 25px;
  }

  .investment-stats div {
    min-width: 54px;
  }

  .investment-stats strong {
    font-size: 17px;
  }

  .investment-stats span {
    font-size: 4px;
    letter-spacing: 0.7px;
  }

  .investment-stats > i {
    height: 20px;
  }

  .investment-hero-visual {
    height: 310px;
  }

  .investment-hero-glow {
    width: 300px;
    height: 300px;
  }

  .investment-floating-card {
    min-width: 105px;
    padding: 7px 8px;
    gap: 6px;
    border-radius: 7px;
  }

  .investment-floating-card i {
    font-size: 11px;
  }

  .investment-floating-card small {
    font-size: 4px;
    margin-bottom: 2px;
  }

  .investment-floating-card strong {
    font-size: 5.5px;
  }

  .investment-floating-card.card-one {
    top: 7%;
    right: -2px;
  }

  .investment-floating-card.card-two {
    bottom: 14%;
    left: -2px;
  }

  .investment-floating-card.card-three {
    bottom: 0;
    right: 2%;
  }

  .investment-details {
    padding: 60px 0;
  }

  .investment-section-label {
    font-size: 5.5px;
    letter-spacing: 1.5px;
  }

  .investment-details-head {
    gap: 18px;
    padding-bottom: 28px;
  }

  .investment-details-head h2 {
    margin-top: 12px;
    font-size: 36px;
    letter-spacing: -1.3px;
  }

  .investment-details-head > p {
    font-size: 9px;
    line-height: 1.75;
  }

  .investment-details-grid {
    gap: 32px;
    padding-top: 32px;
  }

  .investment-detail-intro > span {
    font-size: 5px;
  }

  .investment-detail-intro h3 {
    margin: 16px 0;
    font-size: 27px;
  }

  .investment-detail-intro p {
    font-size: 9px;
    line-height: 1.75;
  }

  .investment-detail-cards {
    grid-template-columns: 1fr 1fr;
  }

  .investment-detail-cards article {
    min-height: 155px;
    padding: 13px;
  }

  .investment-detail-cards article > span {
    margin-bottom: 15px;
    font-size: 5px;
  }

  .investment-detail-cards article > i {
    font-size: 15px;
  }

  .investment-detail-cards h4 {
    margin: 9px 0 6px;
    font-size: 11px;
  }

  .investment-detail-cards p {
    font-size: 7px;
    line-height: 1.55;
  }

  .investment-details-footer {
    margin-top: 35px;
    padding-top: 20px;
    gap: 16px;
  }

  .investment-details-footer small {
    font-size: 5px;
  }

  .investment-details-footer strong {
    font-size: 18px;
  }

  .investment-details-footer a {
    padding: 10px 14px;
    font-size: 6px;
  }
}
@media (max-width: 991.98px) {
  .investment-dropdown {
    position: static;
    width: 100%;
    padding: 0 0 8px;
    transform: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
  }

  .investment-nav.dropdown-open .investment-dropdown {
    display: block;
  }

  .investment-dropdown::before {
    display: none;
  }

  .investment-dropdown a {
    padding: 10px 8px;
    border-bottom: 0;
    font-size: 11px;
  }

  .investment-nav:hover .investment-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .investment-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
      90deg,
      rgba(2, 7, 5, 0.97) 0%,
      rgba(2, 7, 5, 0.9) 45%,
      rgba(2, 7, 5, 0.78) 100%
    );
    pointer-events: none;
  }

  .investment-hero > .container {
    position: relative;
    z-index: 3;
  }

  .investment-hero-glow,
  .investment-hero-grid {
    z-index: 2;
  }
}
@media(max-width:575.98px){
    .investment-hero::after{
        background:linear-gradient(
            90deg,
            rgba(2,7,5,.98) 0%,
            rgba(2,7,5,.80) 55%,
            rgba(2,7,5,.86) 100%
        );
    }

    .investment-hero{
        background-position:center;
    }
}