/* Additional site-wide behavior & utility styles (clean, non-Webflow runtime). */

/* ---------- Global tweaks ---------- */

/* Slightly better default font smoothing */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Enable smooth scroll for in-page anchors */
html {
  scroll-behavior: smooth;
}

/* Small inline icon next to CTA labels */
.btn-icon {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  vertical-align: middle;
  display: inline-block;
}

/* Social icon sizing for advisor cards */
.social-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px; /* add breathing room between social icons */
}

/* ---------- Mobile responsiveness overrides ---------- */

/* Keep social icon rows aligned and spaced */
.div-block-16 {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap; /* avoid collisions on narrow widths */
  margin-top: 8px;
}

/* Keep hero tokens visible but smaller on small screens */
@media (max-width: 767px) {
  .hero-token {
    width: 60px;
    height: auto;
    opacity: 0.35;
  }
}

/* Hero CTA sizing and alignment */
.hero-text-container .button.w-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  min-width: 0;
  padding: 12px 20px;
  border-radius: 40px;
  margin: 0 auto;
  max-width: 320px;
}

@media (max-width: 767px) {
  .hero-text-container .button.w-button {
    padding: 10px 16px;
    font-size: 16px;
    max-width: 260px;
    width: fit-content !important;
  }
}

@media (max-width: 479px) {
  .hero-text-container .button.w-button {
    max-width: 240px;
  }
}

/* Team grid and cards */
@media (max-width: 991px) {
  .grid-team {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .grid-team {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .div-block-15,
  .div-block-14 {
    width: 100%;
  }

  .grid-team > div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .image-7,
  .image-7-copy {
    width: 100%;
    height: auto;
  }
}

/* Blog cards stack on small screens */
@media (max-width: 767px) {
  .blog-grid-simple {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Contact form grid */
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 767px) {
  .form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.input-block,
.input-block-copy,
.input-block > .w-input,
.input-block-copy > .w-input,
.form-grid .w-input,
.form-grid .w-select {
  width: 100%;
}

/* Phone input (intl-tel-input) */
.iti {
  width: 100%;
}
.iti--allow-dropdown {
  width: 100%;
}
.iti__flag-container {
  padding: 0 6px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px 0 0 10px;
}
.iti--allow-dropdown input {
  padding-left: 52px !important;
  width: 100%;
  box-sizing: border-box;
  height: 48px;
}
.iti__selected-flag {
  padding: 0 8px !important;
}

@media (max-width: 767px) {
  .contact-form .button-3 {
    width: 100% !important;
    max-width: 320px;
    align-self: flex-start;
    padding: 12px 16px;
    border-radius: 32px;
  }
}

/* Advisor card layout refinements */
.grid-team > div .div-block-15 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.grid-team > div .div-block-16 {
  justify-content: flex-start;
}

/* Buttons fill width on very small screens, with exceptions */
@media (max-width: 479px) {
  .w-button,
  .button,
  .button-copy,
  .contact-button,
  .alpha-button,
  .gamma-buttton,
  .button-5 {
    width: 100%;
    justify-content: center;
  }

  /* keep hero CTA and form submit at natural width on tiny screens */
  .hero-text-container .button.w-button,
  .contact-form .button-3 {
    width: auto;
    align-self: flex-start;
  }
}

/* Hero text centering on mobile */
@media (max-width: 767px) {
  .hero-text-container {
    text-align: center;
    align-items: center;
  }

  .hero-text-container .heading,
  .hero-text-container .paragraph {
    text-align: center;
  }
}

/* Buttons fill width on very small screens */
@media (max-width: 479px) {
  .w-button,
  .button,
  .button-copy,
  .contact-button,
  .alpha-button,
  .gamma-buttton,
  .button-5 {
    width: 100%;
    justify-content: center;
  }
}

/* ---------- Layout helpers (optional, for future cleanup) ---------- */

.grid {
  display: grid;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

/* ---------- Navigation / Mobile Menu ---------- */

.navbar {
  position: relative;
  z-index: 100;
}

.nav-menu {
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.menu-button {
  background: none;
  border: none;
  cursor: pointer;
}

/* CRITICAL FIX: Override ab-nexus.webflow.css .nav-menu { display: flex; } on mobile */
/* This file loads AFTER ab-nexus.webflow.css, so this will override it */
@media screen and (max-width: 991px) {
  /* Force hide nav menu on mobile - override ab-nexus.webflow.css line 378 */
  .w-nav[data-collapse="medium"] .w-nav-menu:not(.w--open),
  .w-nav[data-collapse="medium"] .nav-menu:not(.w--open),
  .navbar.w-nav[data-collapse="medium"] .w-nav-menu:not(.w--open),
  .navbar.w-nav[data-collapse="medium"] .nav-menu:not(.w--open),
  .navbar .w-nav-menu:not(.w--open),
  .navbar .nav-menu:not(.w--open),
  .navigation-right .w-nav-menu:not(.w--open),
  .navigation-right .nav-menu:not(.w--open),
  nav[role="navigation"].w-nav-menu:not(.w--open),
  nav[role="navigation"].nav-menu:not(.w--open),
  .w-nav-menu:not(.w--open),
  .nav-menu:not(.w--open) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }
  
  /* Show hamburger button */
  .w-nav[data-collapse="medium"] .w-nav-button,
  .navbar.w-nav[data-collapse="medium"] .w-nav-button,
  .w-nav-button,
  .menu-button {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (max-width: 767px) {
  .nav-menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    flex-direction: column;
  }

  .nav-menu.nav-menu-open {
    max-height: 400px;
    opacity: 1;
  }

  .menu-button {
    display: block;
  }
}

/* ---------- Auth buttons (header Login/Signup) ---------- */

.auth-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.auth-buttons .button {
  padding: 6px 30px;
  font-size: 16px;
  border-radius: 50px;
  font-family: Lexend, sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
}

.auth-buttons .login-btn {
  color: var(--primary-background);
  background-color: #fff;
  border: 2px solid #fff;
}

.auth-buttons .signup-btn {
  color: var(--primary-background);
  background-color: #fff;
  border: 2px solid #fff;
  background-image: url(https://assets-global.website-files.com/658304a/6597fd8_Polygon%201.png);
  background-position: 150%;
  background-repeat: no-repeat;
  background-size: auto 350%;
}

.auth-buttons .signup-btn:hover {
  background-position: 50%;
}

/* ---------- Fade-in / scroll animation helpers ---------- */

.fade-in,
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
}

.fade-in-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Section-level animation helper */
.section-animated {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1),
              transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.section-animated.section-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Strategies cards (hover-expand cards in Strategies section) ---------- */

.card {
  width: 38%;
  height: 457.391px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: width 1s ease;
  overflow: hidden;
}

/* Layout wrapper for the two strategy cards (SIP & Vaults) */
.new-block-copy {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 48px;              /* horizontal spacing between the cards */
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Ensure each card has a comfortable width and doesn't stretch edge-to-edge */
.new-block-copy > .alpha,
.new-block-copy > .gamma {
  flex: 1 1 420px;
  max-width: 520px;
}

@media (max-width: 991px) {
  .new-block-copy {
    flex-direction: column;
    gap: 32px;
  }

  .new-block-copy > .alpha,
  .new-block-copy > .gamma {
    max-width: 100%;
  }
}

.grid-alpha {
  width: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.alpha-expanded {
  display: none;
  transition: transform 0.8s ease, opacity 1s ease-in-out;
}

.alpha-heading {
  color: var(--neutral--100);
  white-space: nowrap;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 22px;
  font-weight: 500;
  opacity: 1;
  transform: rotate(0deg);
  transition: transform 0.8s ease, top 0.8s ease;
}

.alpha-link {
  height: 30px;
  display: none;
}

/* ---------- Reviews carousel (Google reviews) ---------- */
.reviews-carousel {
  position: relative;
  margin-bottom: 32px;
}

.reviews-track {
  position: relative;
}

.reviews-carousel .review-card {
  display: none;
  flex-direction: column;
}

.reviews-carousel .review-card.is-active {
  display: flex;
}

.reviews-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
}

.reviews-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
}

.reviews-dots button.is-active {
  background: #fff;
  width: 28px;
  transition: width 0.25s ease;
}

.as-seen-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.as-seen-section .press-logo-grid {
  gap: 32px 48px;
  margin-top: 32px;
}

.alpha-container {
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.nexus-container {
  color: var(--neutral--300-p);
  margin-bottom: 20px;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.know-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--primary-background);
  text-align: center;
  background-color: #fff;
  background-image: none;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 15px 40px;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.know-more-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.know-more-btn span {
  display: inline-flex;
  align-items: center;
}

.know-more-btn span img {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}

/* ---------- Hero floating tokens ---------- */

.hero {
  position: relative;
  overflow: hidden;
}

.hero-token {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  /* Continuous float + one-time fade-in */
  animation:
    hero-float 6s ease-in-out infinite alternate,
    hero-token-fade 1.2s ease-out forwards;
}

@keyframes hero-float {
  0% {
    transform: translateY(4px) rotate(0deg);
  }
  100% {
    transform: translateY(-10px) rotate(6deg);
  }
}

@keyframes hero-token-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Positioning for individual hero tokens (closer to original Webflow layout) */
.hero-token-1 {
  /* Big ETH coin on left */
  top: 5%;
  left: 15%;
  width: 80px;
}

.hero-token-2 {
  /* Big BTC coin on right */
  top: 35%;
  right: 15%;
  width: 80px;
}

.hero-token-3 {
  /* Small token just under the headline, left side */
  top: 50%;
  left: 22%;
  width: 25px;
}

.hero-token-4 {
  /* Small cube near the “Assets” text, right side */
  top: 15%;
  right: 14%;
  width: 25px;
}

/* ---------- Vaults pages (overview + detail) ---------- */

.vaults-page {
  padding: 80px 0 120px;
  background-color: var(--primary-background);
  color: var(--neutral--white);
}

.vaults-page .section-title {
  text-align: left;
  margin-bottom: 16px;
  font-family: Lexend, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.vaults-page .section-subtitle {
  color: var(--neutral--300-p);
  max-width: 640px;
  margin-bottom: 40px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.vault-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.vault-card {
  background-image: url('../images/Intersect.svg'),
    linear-gradient(var(--primary-background), var(--primary-background));
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 16px;
  border: 1px solid #5d5d5d;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vault-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.vault-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 20% 0, #3b82f6, #1d1340);
}

.vault-card-title {
  font-family: Lexend, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--neutral--white);
}

.vault-card-desc {
  color: var(--neutral--300-p);
  margin-bottom: 24px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.vault-card-metrics {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  gap: 16px;
}

.vault-metric {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vault-metric-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  color: #9ca3af;
  margin-bottom: 4px;
}

.vault-metric-value {
  font-size: 18px;
  font-weight: 600;
}

.vault-metric-value.green {
  color: #22c55e;
}

.vault-card-actions {
  display: flex;
  gap: 12px;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 22px;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}

.btn-primary {
  color: #050509;
  background: #6366f1;
  box-shadow: 0 12px 24px rgba(79, 70, 229, 0.45);
}

.btn-primary:hover {
  background: #4f46e5;
  transform: translateY(-1px);
}

.btn-secondary {
  color: #e5e7eb;
  background: transparent;
  border: 1px solid #4b5563;
}

.btn-secondary:hover {
  background: rgba(31, 41, 55, 0.8);
  transform: translateY(-1px);
}

/* Detail layout (per-vault page) */
.vault-detail-page {
  padding: 80px 0 120px;
  background: var(--primary-background);
  color: var(--neutral--white);
}

.vault-detail-layout {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 32px;
  margin-bottom: 40px;
}

.vault-detail-card,
.vault-detail-aside {
  background-image: linear-gradient(var(--primary-background), var(--primary-background));
  border-radius: 16px;
  border: 1px solid #5d5d5d;
  padding: 28px 24px;
}

.vault-detail-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.vault-detail-title h1 {
  font-family: Lexend, sans-serif;
  font-size: 24px;
  margin: 0;
}

.vault-detail-section-title {
  font-family: Lexend, sans-serif;
  font-size: 18px;
  margin-bottom: 12px;
}

.vault-detail-body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--neutral--300-p);
}

.vault-detail-grid {
  display: grid;
  grid-template-columns: 2fr 1.4fr;
  gap: 24px;
  margin-top: 32px;
}

.vault-detail-panel {
  background-image: linear-gradient(var(--primary-background), var(--primary-background));
  border-radius: 16px;
  border: 1px solid #5d5d5d;
  padding: 22px 20px;
}

.vault-detail-panel + .vault-detail-panel {
  margin-top: 18px;
}

.vault-detail-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
}

.vault-detail-table thead {
  color: #9ca3af;
}

.vault-detail-table th,
.vault-detail-table td {
  padding: 8px 6px;
  border-bottom: 1px solid #1f2933;
  text-align: left;
}

.vault-detail-faq-item {
  border-radius: 12px;
  border: 1px solid #1f2933;
  padding: 14px 16px;
  margin-bottom: 10px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@media (max-width: 1023px) {
  .vault-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vault-detail-layout,
  .vault-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .vault-card-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- SIP page ---------- */

.sip-page {
  padding: 80px 0 120px;
  background: var(--primary-background);
  color: var(--neutral--white);
}

.sip-hero {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 32px;
  margin-bottom: 40px;
}

.sip-hero-main {
  background-image: linear-gradient(var(--primary-background), var(--primary-background));
  border-radius: 16px;
  border: 1px solid #5d5d5d;
  padding: 28px 24px 32px;
}

.sip-hero-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.sip-title {
  font-family: Lexend, sans-serif;
  font-size: 24px;
  margin: 0;
}

.sip-body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--neutral--300-p);
  margin-bottom: 16px;
}

.sip-hero-aside {
  background-image: linear-gradient(var(--primary-background), var(--primary-background));
  border-radius: 16px;
  border: 1px solid #5d5d5d;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sip-stat-card {
  border-radius: 14px;
  border: 1px solid #1f2933;
  padding: 16px 18px;
  background: #020617;
}

.sip-stat-primary {
  background: #022c22;
  border-color: #16a34a;
}

.sip-two-column {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 32px;
  margin-bottom: 32px;
}

.sip-card {
  background-image: linear-gradient(var(--primary-background), var(--primary-background));
  border-radius: 16px;
  border: 1px solid #5d5d5d;
  padding: 24px 22px 26px;
}

.sip-asset-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sip-asset-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  padding: 10px 12px;
  background: #050915;
}

.sip-asset-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.sip-asset-dot-btc {
  background: #f97316;
}

.sip-asset-dot-eth {
  background: #6366f1;
}

.sip-asset-more {
  cursor: default;
}

.sip-asset-plus {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #4f46e5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.sip-calculator-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sip-field input {
  width: 100%;
  margin-top: 4px;
  border-radius: 10px;
  border: 1px solid #374151;
  background: #020617;
  color: var(--neutral--white);
  padding: 8px 10px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
}

.sip-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.sip-feature-card {
  background: #020617;
  border-radius: 14px;
  padding: 16px 14px 18px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sip-feature-card h3 {
  font-family: Lexend, sans-serif;
  font-size: 15px;
  margin: 10px 0 6px;
}

.sip-feature-card p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--neutral--300-p);
  margin: 0;
}

.sip-feature-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
}

.sip-feature-icon-green {
  background: #022c22;
}

.sip-feature-icon-violet {
  background: #111827;
}

.sip-feature-icon-gold {
  background: #422006;
}

.sip-fee-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #111827;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
}

.sip-fee-row:last-child {
  border-bottom: none;
}

.sip-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sip-steps li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.sip-step-number {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #4f46e5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Lexend, sans-serif;
  font-weight: 700;
}

.sip-right-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sip-list {
  margin: 0;
  padding-left: 20px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  color: var(--neutral--300-p);
}

.sip-contact-meta {
  margin-top: 10px;
  font-size: 13px;
  color: var(--neutral--300-p);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@media (max-width: 1023px) {
  .sip-hero,
  .sip-two-column {
    grid-template-columns: 1fr;
  }

  .sip-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .sip-feature-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- FAQ accordion ---------- */

.arcordion-panel {
  display: none;
}

/* ---------- Blog slider (Latest Insights) ---------- */

.blog-slider {
  position: relative;
  overflow: hidden;
}

.blog-mask {
  display: flex;
  width: 100%;
}

.blog-slide {
  flex: 0 0 100%;
  display: none;
}

.blog-slide.active-slide {
  display: block;
}

.blog-slider-left-button,
.blog-slider-right-button {
  cursor: pointer;
}

/* ---------- intl-tel-input + phone validation ---------- */

.hide {
  display: none;
}

#valid-msg {
  color: #10B981;
}

#error-msg {
  color: #F43F5E;
}

.iti {
  position: relative;
  display: flex !important;
}

.iti__flag-container {
  position: relative !important;
  top: 0;
  padding: 10px 8px;
  border-radius: 10px;
  background-color: #4a4a4a;
  border: 1px solid #d1d5db;
  margin-right: 10px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
  padding-right: 6px;
  padding-left: 15px;
  margin-left: 0;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid #000;
}

/* ---------- Footer marquee animation ---------- */

.marquee-section {
  overflow: hidden;
}

.inner-marquee,
.scroll-opposite {
  display: inline-flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.inner-marquee {
  animation: marquee-left 18s linear infinite;
}

.scroll-opposite {
  animation: marquee-right 18s linear infinite;
}

.marquee-section .div-block-18 {
  flex: 0 0 auto;
  flex-shrink: 0;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(0);
  }
  100% {
    /* Use the same offset as the top row so content loops seamlessly */
    transform: translateX(-50%);
  }
}

/* ---------- Homepage refresh: trust, press, edge, blogs ---------- */

/* Universal section subtitle styling */
.section-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 12px;
  margin-bottom: 32px;
  font-weight: 400;
  text-align: center;
  font-family: Lexend, sans-serif;
}

.trusted-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: nowrap;
}

.trusted-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 24px 32px;
  min-width: 220px;
  transition: all 0.3s ease;
}

.trusted-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.trusted-card img {
  width: auto;
  object-fit: contain;
}

.trusted-logo {
  max-width: 200px;
  max-height: 80px;
  width: auto;
  height: auto;
  filter: brightness(1.1);
}

.trusted-logo-placeholder {
  width: 180px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trusted-logo-placeholder svg {
  width: 100%;
  height: 100%;
}

.trusted-card-name {
  font-family: Lexend, sans-serif;
  font-weight: 600;
  color: var(--neutral--100, #fff);
  font-size: 16px;
}

.press-logo-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px 60px;
  margin-top: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.press-logo-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fafafa;
  transition: all 0.3s ease;
  min-height: 100px;
  flex: 0 1 auto;
  min-width: 180px;
}

.press-logo-tile:hover {
  background: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.press-logo-img {
  max-width: 200px;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.press-tile {
  text-align: center;
  padding: 20px 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(10px);
  font-family: Lexend, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.95);
  transition: all 0.3s ease;
}

.press-tile:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-2px);
}

.edge-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 48px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.edge-card {
  background: rgba(23, 25, 35, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 36px 32px;
  min-height: 220px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
}

.edge-card:hover {
  background: rgba(23, 25, 35, 0.8);
  border-color: rgba(99, 102, 241, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.edge-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}

.edge-card-title {
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.98);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 1.3;
  flex: 1;
  padding-right: 16px;
}

.edge-check-icon {
  flex-shrink: 0;
}

.edge-card-description {
  font-family: Lexend, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-weight: 300;
}

.edge-card .heading-23 {
  margin-top: 0;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.98);
  text-transform: none;
  font-size: 20px;
  font-weight: 600;
}

.edge-card .paragraph-regular-2 {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.6;
}

.about-section .p-dark,
.nexus-edge-section .p-dark {
  color: rgba(255, 255, 255, 0.75);
}

.about-section .heading-6,
.about-section h2 {
  color: rgba(255, 255, 255, 0.98);
  font-size: 36px;
  font-weight: 700;
}

.blog-grid-simple {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.blog-card-simple {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease;
}

.blog-card-simple:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.blog-card-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.blog-card-body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.blog-card-body .heading-8 {
  color: rgba(255, 255, 255, 0.98);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 8px 0;
  font-family: Lexend, sans-serif;
}

.blog-card-body .paragraph-4 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
  flex: 1;
  font-family: Lexend, sans-serif;
  font-weight: 300;
}

.blog-card-body .button-copy {
  align-self: flex-start;
  margin-top: auto;
}

.blog-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-section .heading-12-copy {
  font-family: Lexend, sans-serif;
}

.blog-section .section-subtitle {
  margin-bottom: 48px;
}

.blog-view-all {
  text-align: center;
  margin-top: 48px;
}

.blog-view-all .button-primary {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(135deg, #6366F1, #8B5CF6);
  color: white;
  border-radius: 12px;
  font-family: Lexend, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
}

.blog-view-all .button-primary:hover {
  background: linear-gradient(135deg, #4F46E5, #7C3AED);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.4);
}

.trusted-grid {
  justify-items: center;
  max-width: 800px;
  margin: 32px auto 0;
}

.press-logo-grid {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* Desktop: All 4 logos in a single row */
@media screen and (min-width: 992px) {
  .as-seen-section .press-logo-grid {
    display: flex !important;
    flex-wrap: nowrap !important; /* Prevent wrapping to keep all in one row */
    justify-content: center !important;
    align-items: center !important;
    gap: 32px !important; /* Reduced gap for better fit */
    margin-top: 32px !important; /* Reduced from 60px */
    max-width: 1400px !important; /* Increased to accommodate 4 logos */
  }

  .as-seen-section .press-logo-tile {
    flex: 1 1 auto !important; /* Allow logos to flex but maintain size */
    min-width: 200px !important;
    max-width: 280px !important; /* Limit max width for consistency */
  }

  /* Reduce section height by half on desktop */
  .as-seen-section {
    padding-top: 50px !important; /* Reduced from 100px to 50px (half) */
    padding-bottom: 50px !important; /* Reduced from 100px to 50px (half) */
  }
}

.nexus-edge-section,
.about-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Reviews section - reduced top padding on desktop for better spacing */
@media screen and (min-width: 992px) {
  .reviews-section {
    padding-top: 60px !important; /* Reduced from 100px to move section up */
    padding-bottom: 100px;
  }
}

.as-seen-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #ffffff;
  position: relative;
}

.as-seen-section .heading-6,
.as-seen-section h2 {
  color: #1a1a1a !important;
}

.as-seen-section .section-subtitle {
  color: rgba(0, 0, 0, 0.7) !important;
}

/* Reviews Section */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 32px;
  margin-top: 48px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.review-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s ease;
}

.review-card:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-stars {
  display: flex;
  gap: 4px;
}

.google-icon {
  opacity: 0.9;
}

.review-text {
  font-family: Lexend, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-weight: 300;
}

.review-author {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.author-name {
  font-family: Lexend, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
}

.review-date {
  font-family: Lexend, sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* Improve section title styling */
.header-title-wrap .heading-6 {
  font-size: 36px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.98);
  margin-bottom: 16px;
}

/* Fix Investment Strategies section text color */
.strategies .heading-6,
.strategies .h2-white {
  color: #1a1a1a !important;
}

.strategies .p-dark {
  color: rgba(0, 0, 0, 0.7) !important;
}

/* Center text under Investment Strategies */
.strategies .header-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.strategies .header-title-wrap .margin-bottom-24 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.strategies .header-title-wrap .heading-6,
.strategies .header-title-wrap .p-dark {
  text-align: center;
}

/* Responsive improvements */
@media (max-width: 991px) {
  .section-subtitle {
    font-size: 16px;
  }
  
  .header-title-wrap .heading-6,
  .about-section .heading-6,
  .about-section h2 {
    font-size: 28px;
  }
  
  .as-seen-section,
  .nexus-edge-section,
  .about-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .trusted-grid {
    flex-direction: column;
    gap: 20px;
  }
  
  .trusted-card {
    width: 100%;
    max-width: 300px;
  }
  
  .trusted-logo {
    max-width: 150px;
    max-height: 60px;
  }
  
  .edge-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .edge-card {
    padding: 28px 24px;
    min-height: auto;
  }
  
  .edge-card-title {
    font-size: 16px;
  }
  
  .edge-card-description {
    font-size: 14px;
  }
  
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .review-card {
    padding: 24px 20px;
  }
  
  .trusted-grid {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
  
  .trusted-card {
    min-width: 180px;
    padding: 20px 24px;
  }
  
  .blog-grid-simple {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 479px) {
  .section-subtitle {
    font-size: 15px;
  }
  
  .header-title-wrap .heading-6 {
    font-size: 24px;
  }
  
  .trusted-card {
    padding: 24px 20px;
  }
  
  .press-tile {
    padding: 16px 20px;
    font-size: 14px;
  }
  
  .edge-card {
    padding: 20px 18px;
  }
}

@media (max-width: 991px) {
  .press-logo-grid {
    gap: 30px 40px;
  }
  
  .press-logo-tile {
    min-width: 160px;
  }
}

@media (max-width: 767px) {
  .trusted-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }

  .press-logo-grid {
    gap: 20px 30px;
    margin-top: 40px;
    padding: 0 10px;
  }
  
  .press-logo-tile {
    padding: 20px 24px;
    min-height: 90px;
    min-width: 140px;
  }
  
  .press-logo-img {
    max-height: 50px;
    max-width: 160px;
  }

  .edge-card-grid,
  .blog-grid-simple {
    grid-template-columns: 1fr;
  }

  .blog-card-image img {
    height: 140px;
  }
}

@media (max-width: 479px) {
  .press-logo-grid {
    gap: 16px 20px;
  }
  
  .press-logo-tile {
    padding: 16px 20px;
    min-height: 80px;
    min-width: 130px;
  }
  
  .press-logo-img {
    max-height: 45px;
    max-width: 140px;
  }
}

/* ========================================
   DASHBOARD & VAULTS REDESIGN
   ======================================== */

/* Dashboard Page Layout */
.dashboard-page {
  background: linear-gradient(to bottom, #0a0a0f 0%, #0f0f14 100%);
  min-height: 100vh;
  padding: 60px 0 80px;
}

/* Dashboard Header */
.dashboard-header {
  margin-bottom: 48px;
}

.dashboard-header-content {
  margin-bottom: 32px;
}

.dashboard-breadcrumb {
  font-family: Lexend, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dashboard-breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s;
}

.dashboard-breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-separator {
  color: rgba(255, 255, 255, 0.3);
}

.dashboard-title {
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.98);
  margin: 0 0 12px 0;
  letter-spacing: -0.5px;
}

.dashboard-subtitle {
  font-family: Lexend, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  max-width: 720px;
  margin: 0;
  font-weight: 300;
}

/* Dashboard Stats Grid */
.dashboard-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.dashboard-stat-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.dashboard-stat-card:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stat-icon-blue {
  background: rgba(59, 130, 246, 0.15);
  color: #60a5fa;
}

.stat-icon-green {
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
}

.stat-icon-purple {
  background: rgba(168, 85, 247, 0.15);
  color: #a78bfa;
}

.stat-content {
  flex: 1;
}

.stat-label {
  font-family: Lexend, sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  font-weight: 500;
}

.stat-value {
  font-family: Lexend, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1;
}

.stat-value-green {
  color: #4ade80;
}

/* Vaults Grid */
.vaults-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 28px;
  margin-bottom: 60px;
}

/* Vault Dashboard Card */
.vault-dashboard-card {
  background: linear-gradient(135deg, rgba(20, 20, 28, 0.9), rgba(15, 15, 20, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(20px);
}

.vault-dashboard-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.vault-dashboard-card:hover {
  background: linear-gradient(135deg, rgba(25, 25, 35, 0.95), rgba(18, 18, 25, 0.98));
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.vault-dashboard-card:hover::before {
  opacity: 1;
}

/* Vault Card Badge */
.vault-card-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: Lexend, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 6px;
  text-transform: uppercase;
}

.vault-badge-btc {
  background: rgba(247, 147, 26, 0.15);
  color: #f59e0b;
  border: 1px solid rgba(247, 147, 26, 0.3);
}

.vault-badge-eth {
  background: rgba(99, 102, 241, 0.15);
  color: #818cf8;
  border: 1px solid rgba(99, 102, 241, 0.3);
}

.vault-badge-usd {
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

/* Vault Card Header */
.vault-card-header-new {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 100px;
}

.vault-icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vault-icon-btc {
  background: rgba(247, 147, 26, 0.12);
  color: #f59e0b;
  border: 1px solid rgba(247, 147, 26, 0.2);
}

.vault-icon-eth {
  background: rgba(99, 102, 241, 0.12);
  color: #818cf8;
  border: 1px solid rgba(99, 102, 241, 0.2);
}

.vault-icon-usd {
  background: rgba(34, 197, 94, 0.12);
  color: #4ade80;
  border: 1px solid rgba(34, 197, 94, 0.2);
}

.vault-title-group {
  flex: 1;
}

.vault-card-title-new {
  font-family: Lexend, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.98);
  margin: 0 0 4px 0;
  line-height: 1.2;
}

.vault-card-subtitle {
  font-family: Lexend, sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  font-weight: 400;
}

.vault-card-description {
  font-family: Lexend, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  font-weight: 300;
}

/* Vault Metrics Row */
.vault-metrics-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.vault-metric-item {
  flex: 1;
}

.metric-label {
  font-family: Lexend, sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  font-weight: 500;
}

.metric-value {
  font-family: Lexend, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1;
  display: flex;
  align-items: center;
}

.metric-value-positive {
  color: #4ade80;
}

.metric-value-negative {
  color: #ef4444;
}

.vault-metric-divider {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
}

/* Performance Mini Bar */
.vault-performance-mini {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.performance-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Lexend, sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.performance-change {
  font-weight: 600;
}

.performance-positive {
  color: #4ade80;
}

.performance-negative {
  color: #ef4444;
}

.performance-bar {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  overflow: hidden;
}

.performance-fill {
  height: 100%;
  border-radius: 3px;
  transition: width 0.5s ease;
}

.performance-fill-positive {
  background: linear-gradient(90deg, #4ade80, #22c55e);
}

.performance-fill-negative {
  background: linear-gradient(90deg, #ef4444, #dc2626);
}

/* Vault Card Footer */
.vault-card-footer {
  display: flex;
  gap: 12px;
  margin-top: auto;
}

.btn-vault-primary,
.btn-vault-secondary {
  flex: 1;
  padding: 12px 20px;
  border-radius: 10px;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.btn-vault-primary {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: white;
}

.btn-vault-primary:hover {
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
}

.btn-vault-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-vault-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Vaults Info Section */
.vaults-info-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.info-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.info-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.info-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: rgba(99, 102, 241, 0.12);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #818cf8;
}

.info-card h3 {
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 12px 0;
}

.info-card p {
  font-family: Lexend, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  font-weight: 300;
}

/* Responsive Design */
@media (max-width: 991px) {
  .dashboard-title {
    font-size: 32px;
  }
  
  .dashboard-subtitle {
    font-size: 16px;
  }
  
  .vaults-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
  }
  
  .vault-card-header-new {
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  .dashboard-page {
    padding: 40px 0 60px;
  }
  
  .dashboard-title {
    font-size: 28px;
  }
  
  .dashboard-stats-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .vaults-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .vault-dashboard-card {
    padding: 24px 20px;
  }
  
  .vault-card-header-new {
    padding-right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .vault-card-badge {
    position: static;
    display: inline-block;
    margin-bottom: 8px;
  }
  
  .vault-metrics-row {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  
  .vault-metric-divider {
    display: none;
  }
  
  .vaults-info-section {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 479px) {
  .dashboard-title {
    font-size: 24px;
  }
  
  .vault-card-footer {
    flex-direction: column;
  }
  
  .btn-vault-primary,
  .btn-vault-secondary {
    width: 100%;
  }
}

/* ========================================
   VAULT DETAIL PAGE
   ======================================== */

.vault-detail-page {
  padding-bottom: 100px;
}

/* Vault Hero Section */
.vault-hero-section {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  margin: 40px 0 60px;
}

.vault-hero-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vault-hero-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.vault-icon-wrapper-large {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vault-badge-inline {
  display: inline-block;
  font-family: Lexend, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 6px 12px;
  border-radius: 6px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.vault-detail-title {
  font-family: Lexend, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.98);
  margin: 0 0 8px 0;
  line-height: 1.1;
  letter-spacing: -1px;
}

.vault-detail-subtitle {
  font-family: Lexend, sans-serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  font-weight: 400;
}

.vault-detail-description {
  font-family: Lexend, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  font-weight: 300;
}

.btn-vault-large {
  padding: 16px 40px;
  font-size: 16px;
  align-self: flex-start;
}

/* Vault Hero Right Stats */
.vault-hero-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vault-stat-card-hero {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  backdrop-filter: blur(20px);
}

.vault-stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vault-stat-label-hero {
  font-family: Lexend, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

.vault-stat-value-hero {
  font-family: Lexend, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.98);
  line-height: 1;
}

.vault-stat-positive {
  color: #4ade80;
}

.vault-stat-divider-hero {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.vault-quick-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.vault-quick-stat-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quick-stat-label {
  font-family: Lexend, sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

.quick-stat-value {
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}

/* Screenshot Placeholder */
.screenshot-placeholder {
  background: linear-gradient(135deg, rgba(20, 20, 28, 0.9), rgba(15, 15, 20, 0.95));
  border: 2px dashed rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 80px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.screenshot-placeholder-content {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.screenshot-placeholder-content svg {
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 16px;
}

.screenshot-placeholder-content p {
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 8px 0;
}

.screenshot-placeholder-content small {
  font-family: Lexend, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}

/* Vault Sections */
.vault-section {
  margin-bottom: 48px;
}

.vault-section-title {
  font-family: Lexend, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.98);
  margin: 0 0 24px 0;
}

.vault-detail-card {
  background: linear-gradient(135deg, rgba(20, 20, 28, 0.9), rgba(15, 15, 20, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 32px;
  margin-bottom: 32px;
  backdrop-filter: blur(20px);
}

.vault-grid-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}

/* Allocation List */
.allocation-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.allocation-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.allocation-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.allocation-name {
  font-family: Lexend, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.allocation-percent {
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}

.allocation-bar {
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  overflow: hidden;
}

.allocation-fill {
  height: 100%;
  background: linear-gradient(90deg, #6366f1, #8b5cf6);
  border-radius: 4px;
  transition: width 0.5s ease;
}

/* Protocol List */
.protocol-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.protocol-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  font-family: Lexend, sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.protocol-icon {
  width: 32px;
  height: 32px;
  background: rgba(99, 102, 241, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #818cf8;
  flex-shrink: 0;
}

/* Strategy Grid */
.strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.strategy-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.strategy-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.strategy-card h3 {
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 8px 0;
}

.strategy-card p {
  font-family: Lexend, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  font-weight: 300;
}

/* Risk Card */
.vault-risk-card {
  background: linear-gradient(135deg, rgba(40, 20, 20, 0.3), rgba(30, 15, 15, 0.4));
  border-color: rgba(239, 68, 68, 0.2);
}

.risk-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.risk-item {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(239, 68, 68, 0.15);
  border-radius: 12px;
}

.risk-icon {
  flex-shrink: 0;
}

.risk-item h4 {
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 8px 0;
}

.risk-item p {
  font-family: Lexend, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  font-weight: 300;
}

/* FAQ Section */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 20px 24px;
  transition: all 0.3s ease;
}

.faq-item[open] {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
}

.faq-item summary {
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  font-size: 24px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item p {
  font-family: Lexend, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin: 16px 0 0 0;
  font-weight: 300;
}

/* Vault Icons & Badges */
.vault-icon-wrapper-large {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vault-icon-btc {
  background: linear-gradient(135deg, rgba(247, 147, 26, 0.2), rgba(247, 147, 26, 0.1));
  border: 2px solid rgba(247, 147, 26, 0.3);
  color: #F7931A;
}

.vault-icon-eth {
  background: linear-gradient(135deg, rgba(98, 126, 234, 0.2), rgba(98, 126, 234, 0.1));
  border: 2px solid rgba(98, 126, 234, 0.3);
  color: #627EEA;
}

.vault-icon-usd {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(34, 197, 94, 0.1));
  border: 2px solid rgba(34, 197, 94, 0.3);
  color: #22C55E;
}

.vault-badge-inline {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 6px;
  font-family: Lexend, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.vault-badge-btc {
  background: rgba(247, 147, 26, 0.15);
  color: #F7931A;
  border: 1px solid rgba(247, 147, 26, 0.3);
}

.vault-badge-eth {
  background: rgba(98, 126, 234, 0.15);
  color: #627EEA;
  border: 1px solid rgba(98, 126, 234, 0.3);
}

.vault-badge-usd {
  background: rgba(34, 197, 94, 0.15);
  color: #22C55E;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

/* Responsive Vault Detail */
@media (max-width: 991px) {
  .vault-hero-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .vault-detail-title {
    font-size: 36px;
  }
  
  .vault-grid-2col {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .strategy-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .vault-hero-header {
    flex-direction: column;
    gap: 16px;
  }
  
  .vault-detail-title {
    font-size: 28px;
  }
  
  .vault-stat-card-hero {
    padding: 24px;
  }
  
  .vault-stat-value-hero {
    font-size: 28px;
  }
  
  .vault-detail-card {
    padding: 24px 20px;
  }
  
  .screenshot-placeholder {
    padding: 60px 20px;
    min-height: 300px;
  }
}

@media (max-width: 479px) {
  .vault-detail-title {
    font-size: 24px;
  }
  
  .vault-section-title {
    font-size: 20px;
  }
  
  .btn-vault-large {
    width: 100%;
    justify-content: center;
  }
}




