/* ============================================================
   FINAMOB ADVISOR V4 — BTG & SAFRA PRIVATE BANKING SOPEHISTICATION (advisorV4.css)
   ============================================================ */
@import url('advisor.css');

:root {
  --v4-dark-bg: #030712;
  --v4-card-bg: rgba(15, 23, 42, 0.7);
  --v4-border-silver: rgba(226, 232, 240, 0.16);
  --v4-accent-silver: #e2e8f0;
  --v4-accent-platinum: #cbd5e1;
  --v4-text-muted: #94a3b8;
  --v4-glow-silver: rgba(226, 232, 240, 0.12);
}

body.advisor-v4-page {
  background-color: var(--v4-dark-bg);
  color: #ffffff;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  overflow-x: hidden;
  letter-spacing: -0.01em;
}

/* BTG/Safra Typography Refinement (Lighter, Sharper, Boutique Proportions) */
.adv-v4-h1 {
  font-family: 'Outfit', 'Inter', sans-serif;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 500; /* Lighter & Refined */
  line-height: 1.25;
  color: #ffffff;
  letter-spacing: -0.025em;
  margin-bottom: 22px;
}

.adv-v4-h2 {
  font-family: 'Outfit', 'Inter', sans-serif;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 500; /* Lighter & Refined */
  line-height: 1.28;
  color: #ffffff;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.adv-v4-lead {
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 300;
  line-height: 1.65;
  color: #cbd5e1;
  max-width: 780px;
}

/* Kicker Badge (Sophisticated Luxury Badge) */
.adv-v4-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(226, 232, 240, 0.2);
  color: #e2e8f0;
  font-family: var(--font-tech);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.adv-v4-kicker-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 10px #ffffff;
}

/* Metallic Silver BTG Buttons */
.adv-v4-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 60%, #94a3b8 100%);
  color: #030712;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.8);
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.15);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.adv-v4-btn-primary:hover {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(255, 255, 255, 0.3);
}

/* Dashboard Framed Card (BTG Glassmorphism) */
.adv-v4-dashboard-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.25);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7), 0 0 40px rgba(226, 232, 240, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #040914;
}

.adv-v4-dashboard-wrap:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.8), 0 0 50px rgba(226, 232, 240, 0.18);
  border-color: rgba(226, 232, 240, 0.45);
}

/* BTG Style 4 Pillars Banner */
.adv-v4-pilares-banner {
  background: rgba(15, 23, 42, 0.8);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 0;
  backdrop-filter: blur(12px);
}

.adv-v4-pilar-box {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.25s ease;
}

.adv-v4-pilar-box:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(226, 232, 240, 0.3);
  transform: translateY(-2px);
}

.adv-v4-pilar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

.adv-v4-pilar-title {
  font-weight: 600;
  font-size: 15px;
  color: #e2e8f0;
  letter-spacing: -0.01em;
}

/* Boutique Cards (Safra & BTG Style) */
.adv-v4-card {
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 28px;
  transition: all 0.3s ease;
}

.adv-v4-card:hover {
  background: rgba(15, 23, 42, 0.9);
  border-color: rgba(226, 232, 240, 0.3);
  transform: translateY(-2px);
}

/* Refined Quadrantes (Push-Pull V4) */
.adv-v4-fit-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px;
}

.adv-v4-fit-card {
  padding: 36px;
  border-radius: 14px;
  position: relative;
}

.adv-v4-fit-card.no-fit {
  background: rgba(239, 68, 68, 0.04);
  border: 1px solid rgba(239, 68, 68, 0.2);
}

.adv-v4-fit-card.has-fit {
  background: rgba(226, 232, 240, 0.05);
  border: 1px solid rgba(226, 232, 240, 0.35);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.adv-v4-fit-card.no-fit .fit-badge {
  background: rgba(239, 68, 68, 0.12);
  color: #f87171;
  font-weight: 700;
}

.adv-v4-fit-card.has-fit .fit-badge {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 700;
}

/* Light Sections for V4 (BTG / Safra Clean Style) */
.adv-v4-section-light {
  background-color: #ffffff;
  color: #0f172a;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.adv-v4-section-light-alt {
  background-color: #f8fafc;
  color: #0f172a;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.adv-v4-section-light .adv-v4-h2,
.adv-v4-section-light-alt .adv-v4-h2 {
  color: #0f172a;
}

.adv-v4-section-light .adv-v4-lead,
.adv-v4-section-light-alt .adv-v4-lead {
  color: #475569;
}

.adv-v4-section-light .adv-v4-kicker,
.adv-v4-section-light-alt .adv-v4-kicker {
  background: rgba(15, 23, 42, 0.05);
  border-color: rgba(15, 23, 42, 0.15);
  color: #0f172a;
}

.adv-v4-section-light .adv-v4-kicker-dot,
.adv-v4-section-light-alt .adv-v4-kicker-dot {
  background: #0f172a;
  box-shadow: 0 0 6px rgba(15, 23, 42, 0.4);
}

.adv-v4-card-light {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.adv-v4-card-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-color: #cbd5e1;
}

.adv-v4-fit-card-light {
  padding: 36px;
  border-radius: 14px;
  position: relative;
}

.adv-v4-fit-card-light.no-fit {
  background: #fff5f5;
  border: 1px solid #fecaca;
}

.adv-v4-fit-card-light.has-fit {
  background: #f8fafc;
  border: 1px solid #0f172a;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.adv-v4-fit-card-light.no-fit .fit-badge {
  background: #fee2e2;
  color: #dc2626;
  font-weight: 700;
}

.adv-v4-fit-card-light.has-fit .fit-badge {
  background: #0f172a;
  color: #ffffff;
  font-weight: 700;
}

.adv-v4-fit-card-light.no-fit h3 {
  color: #991b1b;
}

.adv-v4-fit-card-light.has-fit h3 {
  color: #0f172a;
}

.adv-v4-btn-primary-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 36px;
  border-radius: 10px;
  background: #0f172a;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.2);
  transition: all 0.3s ease;
}

.adv-v4-btn-primary-dark:hover {
  transform: translateY(-2px);
  background: #030712;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.35);
}

@media (max-width: 768px) {
  .adv-v4-fit-box {
    grid-template-columns: 1fr;
  }
}
