﻿/* ==========================================================================
   THIAGO PINHEIRO BARBOSA - SITE ADVOCACIA
   CSS Principal - Design Premium e Exclusivo
   ========================================================================== */

/* --------------------------------------------------------------------------
   CSS Custom Properties (Variáveis)
   -------------------------------------------------------------------------- */
:root {
    /* Cores Principais */
    --navy: #0a2463;
    --navy-light: #1a3a7a;
    --navy-dark: #061d52;
    --navy-darker: #030f2e;
    --gold: #D4AF37;
    --gold-light: #e8c85c;
    --gold-dark: #b8962e;
    --gold-hover: #c9a52f;
    --gold-glow: rgba(212, 175, 55, 0.4);
    --white: #ffffff;
    --off-white: #fafbfc;
    --cream: #f9f7f3;
    --light-gray: #f5f6f8;
    --medium-gray: #e4e7eb;
    --border-gray: #d1d5db;
    --dark-gray: #1f2937;
    --text-gray: #4b5563;
    --text-muted: #9ca3af;
    
    /* Gradientes */
    --gradient-navy: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 50%, var(--navy-darker) 100%);
    --gradient-gold: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 50%, var(--gold-dark) 100%);
    --gradient-gold-subtle: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.2) 100%);
    --gradient-overlay: linear-gradient(180deg, transparent 0%, rgba(10, 36, 99, 0.95) 100%);
    
    /* Transições */
    --transition-fast: all 0.2s ease;
    --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    
    /* Sombras Aprimoradas */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
    --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.03);
    --shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
    --shadow-2xl: 0 35px 60px -15px rgba(0, 0, 0, 0.25);
    --shadow-gold: 0 10px 30px -5px rgba(212, 175, 55, 0.35);
    --shadow-gold-lg: 0 20px 40px -10px rgba(212, 175, 55, 0.4);
    --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    --shadow-glow: 0 0 40px rgba(212, 175, 55, 0.15);
    
    /* Border Radius */
    --radius-sm: 6px;
    --radius: 10px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --radius-xl: 28px;
    --radius-2xl: 36px;
    
    /* Espaçamento */
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-2xl: 48px;
    --space-3xl: 64px;
    --space-4xl: 96px;
    
    /* Glass Effect */
    --glass-bg: rgba(255, 255, 255, 0.85);
    --glass-border: rgba(255, 255, 255, 0.2);
    --glass-navy: rgba(10, 36, 99, 0.9);
}

/* ==========================================================================
   EDGE BLEED FIX
   ========================================================================== */
html,
body {
  background: #050d1b !important;
  overflow-x: clip;
}

body {
  position: relative;
}

#mainNav,
.hero-section,
.about-section,
.practice-section,
.process-section,
.signature-section,
.contact-section,
.footer {
  overflow-x: clip;
}

/* ==========================================================================
   RESPONSIVE SAFETY FINAL
   ========================================================================== */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.container,
.row,
[class*="col-"] {
  min-width: 0;
}

#home .hero-command-side,
#home .hero-showcase,
#about .about-left-col,
#about .about-right-col,
#process .process-lead,
#process .process-kpi-grid,
#signature .signature-copy,
#signature .signature-intelligence,
#contact .contact-command-side,
#contact .contact-form-wrapper,
.footer .footer-about,
.footer .footer-links-wrapper,
.footer .footer-contact {
  min-width: 0;
}

#contact .contact-text span,
#contact .contact-form-note,
#contact .form-check-label,
#contact .form-check-label a,
.footer .footer-contact-item span,
.footer .footer-description,
#about .about-side-note p,
#about .about-command-copy span,
#signature .matrix-item span,
#signature .intel-card li,
#practice .practice-description,
#process .step-description {
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 1199.98px) {
  #home .hero-shell-extreme,
  #about .about-shell-extreme,
  #process .process-hero-shell,
  #signature .signature-core,
  #contact .contact-shell-extreme {
    gap: 18px !important;
  }

  #signature .signature-visual {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 84px;
  }

  #home .hero-shell-extreme,
  #about .about-shell-extreme,
  #contact .contact-shell-extreme {
    grid-template-columns: 1fr !important;
  }

  #process .process-stage-grid,
  #practice .practice-command-bar,
  #practice .practice-grid-premium,
  #signature .signature-matrix,
  #signature .intel-metrics,
  #contact .contact-protocol-strip,
  #contact .contact-form-intel,
  #footer .footer-premium-row {
    grid-template-columns: 1fr !important;
  }

  #home .hero-proof-rail,
  #about .about-proof-strip,
  #contact .contact-social-rail {
    gap: 8px !important;
  }

  #about .about-credential-pill,
  #home .hero-proof-rail span,
  #about .about-proof-strip span,
  #contact .contact-social-link {
    white-space: normal !important;
  }

  #about .about-credential-pill,
  #contact .contact-social-link {
    justify-content: center;
    text-align: center;
  }

  #contact .contact-command-item,
  #contact .contact-protocol-item,
  #process .process-step-card,
  #practice .practice-card,
  #signature .matrix-item,
  #signature .intel-card,
  #signature .intel-metric {
    min-width: 0;
  }
}

@media (max-width: 767.98px) {
  section.section {
    padding-top: clamp(3.2rem, 8vw, 4.4rem) !important;
    padding-bottom: clamp(3.2rem, 8vw, 4.4rem) !important;
  }

  #home .hero-title,
  #about .about-right-col .section-title,
  #process .process-lead .section-title,
  #practice .section-title,
  #signature .signature-heading .section-title,
  #contact .contact-command-head .section-title {
    line-height: 1.02 !important;
    word-break: break-word;
  }

  #home .hero-badge,
  #home .hero-kicker-line,
  #about .about-credential-pill strong,
  #contact .contact-command-kicker,
  #contact .contact-form-kicker,
  #mainNav .nav-link,
  #mainNav .nav-cta {
    letter-spacing: 0.08em !important;
  }

  #home .hero-proof-rail span,
  #about .about-proof-strip span,
  #contact .contact-social-link {
    font-size: 0.7rem !important;
  }

  #home .hero-stats-modern .stat-item,
  #contact .contact-command-item,
  #contact .contact-protocol-item {
    border-radius: 16px !important;
  }

  #contact .contact-form .form-control,
  #contact .contact-form select,
  #contact .contact-form textarea {
    font-size: 16px !important;
  }
}

@media (max-width: 575.98px) {
  #mainNav .nav-shell,
  #home .container,
  #about .container,
  #practice .container,
  #process .container,
  #signature .container,
  #contact .container,
  .footer .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  #home .hero-title {
    font-size: clamp(2.45rem, 12vw, 3.4rem) !important;
  }

  #home .hero-subtitle,
  #home .hero-description,
  #about .about-text,
  #contact .contact-intro,
  #contact .form-header p {
    font-size: 0.95rem !important;
    line-height: 1.72 !important;
  }

  #home .hero-statement-block,
  #about .about-side-note,
  #about .about-command-panel,
  #contact .contact-command-card,
  #contact .contact-form-shell,
  #process .process-step-card,
  #practice .practice-card,
  #signature .signature-copy,
  #signature .signature-intelligence {
    padding: 14px !important;
    border-radius: 16px !important;
  }

  #about .about-credential-rail,
  #home .hero-proof-rail,
  #about .about-proof-strip,
  #contact .contact-social-rail {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  #about .about-credential-pill,
  #home .hero-proof-rail span,
  #about .about-proof-strip span,
  #contact .contact-social-link {
    width: 100%;
  }

  #contact .contact-command-item {
    grid-template-columns: 38px minmax(0, 1fr) !important;
  }

  #contact .contact-command-item > i {
    width: 38px !important;
    height: 38px !important;
  }

  .footer .footer-premium-row,
  .footer .footer-contact,
  .footer .footer-links {
    gap: 10px !important;
  }
}

/* ==========================================================================
   NAVBAR EXTREME V2 FINAL
   ========================================================================== */
#mainNav {
  padding: 8px 0 !important;
  background:
    radial-gradient(720px circle at 10% 10%, rgba(212, 175, 55, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(5, 11, 21, 0.94) 0%, rgba(6, 13, 24, 0.9) 100%) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.22) !important;
  box-shadow: 0 12px 30px -22px rgba(0, 0, 0, 0.92) !important;
  backdrop-filter: blur(14px);
}

#mainNav.scrolled {
  padding: 6px 0 !important;
  background:
    radial-gradient(720px circle at 10% 10%, rgba(212, 175, 55, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(4, 10, 18, 0.98) 0%, rgba(5, 11, 21, 0.96) 100%) !important;
}

#mainNav .nav-shell {
  max-width: 1140px !important;
  display: flex;
  align-items: center;
  gap: 24px;
  padding-left: 22px !important;
  padding-right: 22px !important;
}

#mainNav .brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

#mainNav .brand-lockup img {
  height: 54px !important;
  width: auto;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.24));
}

#mainNav .brand-meta {
  display: grid;
  gap: 2px;
  min-width: 0;
}

#mainNav .brand-meta strong {
  color: #f5ecda;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}

#mainNav .brand-meta span {
  color: rgba(226, 203, 150, 0.86);
  font-size: 0.63rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

#mainNav .navbar-collapse {
  flex-grow: 1 !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#mainNav .navbar-nav {
  align-items: center;
  gap: 0.28rem !important;
}

#mainNav .nav-link {
  padding: 9px 12px !important;
  border-radius: 999px !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  color: rgba(245, 236, 220, 0.88) !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

#mainNav .nav-link:hover {
  background: rgba(212, 175, 55, 0.1) !important;
  border-color: rgba(212, 175, 55, 0.2) !important;
  color: #f8f1e4 !important;
}

#mainNav .nav-link.active {
  background: rgba(212, 175, 55, 0.14) !important;
  border-color: rgba(212, 175, 55, 0.28) !important;
  color: #f8f1e4 !important;
}

#mainNav .nav-cta {
  margin-left: 10px !important;
  min-height: 42px;
  padding: 0 18px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(229, 195, 113, 0.58) !important;
  background: linear-gradient(145deg, #ebca78, #d5a94b) !important;
  color: #151005 !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  box-shadow: 0 14px 26px -20px rgba(212, 175, 55, 0.8) !important;
}

#mainNav .nav-cta:hover {
  background: linear-gradient(145deg, #f0d58b, #ddb65d) !important;
  color: #110c03 !important;
}

#mainNav .navbar-toggler {
  margin-left: auto;
  border: 1px solid rgba(229, 195, 113, 0.34) !important;
  border-radius: 12px !important;
  padding: 7px 10px !important;
  background: rgba(9, 17, 31, 0.72) !important;
}

#mainNav .navbar-toggler:focus {
  box-shadow: none !important;
}

@media (max-width: 991.98px) {
  #mainNav .nav-shell {
    gap: 12px;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  #mainNav .brand-lockup img {
    height: 48px !important;
  }

  #mainNav .brand-meta strong {
    font-size: 0.96rem;
  }

  #mainNav .brand-meta span {
    font-size: 0.58rem;
  }

  #mainNav .navbar-collapse {
    margin-top: 10px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(212, 175, 55, 0.18) !important;
    background: linear-gradient(180deg, rgba(5, 11, 21, 0.98), rgba(6, 13, 24, 0.96)) !important;
    padding: 12px !important;
    box-shadow: 0 20px 36px -28px rgba(0, 0, 0, 0.9) !important;
  }

  #mainNav .navbar-nav {
    align-items: stretch !important;
    gap: 6px !important;
  }

  #mainNav .nav-link {
    text-align: left !important;
    border-radius: 12px !important;
    padding: 11px 12px !important;
  }

  #mainNav .nav-cta {
    width: 100% !important;
    margin: 8px 0 0 0 !important;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  #mainNav .brand-meta {
    display: none;
  }
}

/* ==========================================================================
   STRATEGY NO-IMAGE REFINEMENT
   ========================================================================== */
#signature .signature-shell-extreme {
  padding: clamp(1rem, 2.4vw, 2rem) !important;
}

#signature .signature-core {
  margin-bottom: 0 !important;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr) !important;
}

#signature .signature-copy,
#signature .signature-intelligence {
  min-width: 0;
}

#signature .signature-copy {
  padding: 18px !important;
}

#signature .signature-copy h3 {
  font-size: clamp(1.5rem, 2.6vw, 2.15rem) !important;
}

#signature .signature-copy p {
  max-width: 62ch !important;
}

#signature .signature-intelligence {
  display: grid;
  gap: 12px;
}

#signature .intel-card {
  min-height: 100%;
}

#signature .signature-visual,
#signature .signature-panel,
#signature .signature-plaque {
  display: none !important;
}

@media (max-width: 991.98px) {
  #signature .signature-core {
    grid-template-columns: 1fr !important;
  }
}

/* ==========================================================================
   NAVBAR EXTREME V2
   ========================================================================== */
#mainNav {
  padding: 8px 0 !important;
  background:
    radial-gradient(720px circle at 10% 10%, rgba(212, 175, 55, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(5, 11, 21, 0.94) 0%, rgba(6, 13, 24, 0.9) 100%) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.22) !important;
  box-shadow: 0 12px 30px -22px rgba(0, 0, 0, 0.92) !important;
  backdrop-filter: blur(14px);
}

#mainNav.scrolled {
  padding: 6px 0 !important;
  background:
    radial-gradient(720px circle at 10% 10%, rgba(212, 175, 55, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(4, 10, 18, 0.98) 0%, rgba(5, 11, 21, 0.96) 100%) !important;
}

#mainNav .nav-shell {
  max-width: 1140px !important;
  display: flex;
  align-items: center;
  gap: 24px;
  padding-left: 22px !important;
  padding-right: 22px !important;
}

#mainNav .brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

#mainNav .brand-lockup img {
  height: 54px !important;
  width: auto;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.24));
}

#mainNav .brand-meta {
  display: grid;
  gap: 2px;
  min-width: 0;
}

#mainNav .brand-meta strong {
  color: #f5ecda;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}

#mainNav .brand-meta span {
  color: rgba(226, 203, 150, 0.86);
  font-size: 0.63rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

#mainNav .navbar-collapse {
  flex-grow: 1 !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#mainNav .navbar-nav {
  align-items: center;
  gap: 0.28rem !important;
}

#mainNav .nav-link {
  padding: 9px 12px !important;
  border-radius: 999px !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  color: rgba(245, 236, 220, 0.88) !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

#mainNav .nav-link:hover {
  background: rgba(212, 175, 55, 0.1) !important;
  border-color: rgba(212, 175, 55, 0.2) !important;
  color: #f8f1e4 !important;
}

#mainNav .nav-link.active {
  background: rgba(212, 175, 55, 0.14) !important;
  border-color: rgba(212, 175, 55, 0.28) !important;
  color: #f8f1e4 !important;
}

#mainNav .nav-cta {
  margin-left: 10px !important;
  min-height: 42px;
  padding: 0 18px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(229, 195, 113, 0.58) !important;
  background: linear-gradient(145deg, #ebca78, #d5a94b) !important;
  color: #151005 !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  box-shadow: 0 14px 26px -20px rgba(212, 175, 55, 0.8) !important;
}

#mainNav .nav-cta:hover {
  background: linear-gradient(145deg, #f0d58b, #ddb65d) !important;
  color: #110c03 !important;
}

#mainNav .navbar-toggler {
  margin-left: auto;
  border: 1px solid rgba(229, 195, 113, 0.34) !important;
  border-radius: 12px !important;
  padding: 7px 10px !important;
  background: rgba(9, 17, 31, 0.72) !important;
}

#mainNav .navbar-toggler:focus {
  box-shadow: none !important;
}

@media (max-width: 991.98px) {
  #mainNav .nav-shell {
    gap: 12px;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  #mainNav .brand-lockup img {
    height: 48px !important;
  }

  #mainNav .brand-meta strong {
    font-size: 0.96rem;
  }

  #mainNav .brand-meta span {
    font-size: 0.58rem;
  }

  #mainNav .navbar-collapse {
    margin-top: 10px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(212, 175, 55, 0.18) !important;
    background: linear-gradient(180deg, rgba(5, 11, 21, 0.98), rgba(6, 13, 24, 0.96)) !important;
    padding: 12px !important;
    box-shadow: 0 20px 36px -28px rgba(0, 0, 0, 0.9) !important;
  }

  #mainNav .navbar-nav {
    align-items: stretch !important;
    gap: 6px !important;
  }

  #mainNav .nav-link {
    text-align: left !important;
    border-radius: 12px !important;
    padding: 11px 12px !important;
  }

  #mainNav .nav-cta {
    width: 100% !important;
    margin: 8px 0 0 0 !important;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  #mainNav .brand-meta {
    display: none;
  }
}

/* --------------------------------------------------------------------------
   Reset e Base
   -------------------------------------------------------------------------- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--dark-gray);
    line-height: 1.7;
    overflow-x: hidden;
    background-color: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Tipografia Base */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600;
    color: var(--navy);
    line-height: 1.3;
}

p {
    margin-bottom: 1rem;
}

a {
    color: var(--gold);
    text-decoration: none;
    transition: var(--transition-fast);
}

a:hover {
    color: var(--gold-dark);
}

img {
    max-width: 100%;
    height: auto;
}

/* Utility Classes */
.text-gold {
    color: var(--gold);
}

.gold-dot {
    color: var(--gold);
}

.bg-light {
    background-color: var(--light-gray) !important;
}

/* --------------------------------------------------------------------------
   Image Placeholders - Preparado para Fotos Reais
   -------------------------------------------------------------------------- */
.photo-placeholder {
    position: relative;
    background: var(--gradient-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.photo-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 40%, rgba(212, 175, 55, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(212, 175, 55, 0.1) 0%, transparent 40%);
}

.photo-placeholder-icon {
    color: var(--gold);
    font-size: 3rem;
    opacity: 0.6;
    z-index: 1;
}

.photo-placeholder-text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    text-align: center;
    white-space: nowrap;
}

/* Image Frame Styles */
.img-frame {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.img-frame::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-overlay);
    opacity: 0;
    transition: var(--transition);
    pointer-events: none;
}

.img-frame:hover::after {
    opacity: 0.3;
}

.img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-slow);
}

.img-frame:hover img {
    transform: scale(1.08);
}

/* Gold Border Frame */
.img-frame-gold {
    padding: 4px;
    background: var(--gradient-gold);
    border-radius: var(--radius-lg);
}

.img-frame-gold .img-inner {
    border-radius: calc(var(--radius-lg) - 4px);
    overflow: hidden;
}

/* Elegant Photo Card */
.photo-card {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    transition: var(--transition);
}

.photo-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: var(--gradient-gold);
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    transition: var(--transition);
}

.photo-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-2xl);
}

.photo-card:hover::before {
    opacity: 1;
}

.photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-slow);
}

.photo-card:hover img {
    transform: scale(1.05);
}

.photo-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(10, 36, 99, 0.95) 0%, transparent 100%);
    transform: translateY(100%);
    transition: var(--transition);
}

.photo-card:hover .photo-card-overlay {
    transform: translateY(0);
}

.photo-card-title {
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.photo-card-subtitle {
    color: var(--gold);
    font-size: 0.9rem;
}

/* --------------------------------------------------------------------------
   Navbar
   -------------------------------------------------------------------------- */
.navbar {
    padding: 20px 0;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: var(--transition);
    z-index: 1050;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.navbar.scrolled {
    padding: 12px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy-darker) 100%);
}

.navbar .container {
    max-width: 1200px;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.logo-monogram {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--navy);
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.navbar.scrolled .logo-monogram {
    width: 42px;
    height: 42px;
    font-size: 1.5rem;
}

.logo-text-wrapper {
    display: flex;
    flex-direction: column;
}

.logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--white);
    line-height: 1.2;
}

.logo-subtitle {
    font-size: 0.75rem;
    color: var(--gold);
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* Nav Links */
.navbar-nav {
    gap: 5px;
}

.nav-link {
    font-weight: 500;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9) !important;
    padding: 8px 16px !important;
    position: relative;
    transition: var(--transition);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transition: var(--transition);
}

.nav-link:hover::after,
.nav-link.active::after {
    transform: scaleX(1);
}

.nav-link:hover {
    color: var(--gold) !important;
}

/* Nav CTA Button */
.nav-cta {
    padding: 10px 24px !important;
    font-size: 0.9rem !important;
    margin-left: 10px;
}

/* Mobile Menu */
.navbar-toggler {
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 8px;
    background: transparent;
}

.navbar-toggler:focus {
    box-shadow: none;
    border-color: var(--gold);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
        padding: 20px;
        border-radius: var(--radius-md);
        box-shadow: var(--shadow-lg);
        margin-top: 15px;
        border: 1px solid rgba(212, 175, 55, 0.2);
    }
    
    .navbar-nav {
        gap: 0;
    }
    
    .nav-link {
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .nav-link::after {
        display: none;
    }
    
    .nav-cta {
        margin: 15px 0 0 0;
        display: block;
        text-align: center;
    }
}

/* --------------------------------------------------------------------------
   Botoes Premium
   -------------------------------------------------------------------------- */
.btn-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--gradient-gold);
    color: var(--navy-darker);
    padding: 16px 36px;
    border-radius: var(--radius);
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
    box-shadow: var(--shadow), var(--shadow-gold);
}

.btn-gold::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: 0.6s ease;
}

.btn-gold::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0);
    transition: var(--transition);
}

.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg), var(--shadow-gold-lg);
    color: var(--navy-darker);
}

.btn-gold:hover::before {
    left: 100%;
}

.btn-gold:hover::after {
    background: rgba(255, 255, 255, 0.1);
}

.btn-gold:active {
    transform: translateY(-1px);
}

.btn-gold i {
    transition: var(--transition);
}

.btn-gold:hover i {
    transform: translateX(3px);
}

.btn-gold-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: transparent;
    color: var(--gold);
    padding: 15px 34px;
    border-radius: var(--radius);
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 2px solid var(--gold);
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.btn-gold-outline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--gradient-gold);
    transition: var(--transition);
    z-index: -1;
}

.btn-gold-outline:hover {
    color: var(--navy-darker);
    border-color: var(--gold);
    transform: translateY(-3px);
    box-shadow: var(--shadow-gold);
}

.btn-gold-outline:hover::before {
    width: 100%;
}

.btn-outline-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: var(--white);
    padding: 15px 34px;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.3);
    cursor: pointer;
    transition: var(--transition);
}

.btn-outline-light:hover {
    background: var(--white);
    color: var(--navy);
    border-color: var(--white);
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

/* Button Sizes */
.btn-sm {
    padding: 10px 20px;
    font-size: 0.85rem;
}

.btn-lg {
    padding: 18px 42px;
    font-size: 1rem;
}

/* --------------------------------------------------------------------------
   Hero Section Premium
   -------------------------------------------------------------------------- */
.hero-section {
    position: relative;
    background: var(--gradient-navy);
    color: var(--white);
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(ellipse 80% 80% at 20% 40%, rgba(212, 175, 55, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse 60% 60% at 80% 20%, rgba(212, 175, 55, 0.1) 0%, transparent 45%),
        radial-gradient(ellipse 50% 50% at 50% 90%, rgba(212, 175, 55, 0.06) 0%, transparent 40%);
    pointer-events: none;
    animation: heroGlow 8s ease-in-out infinite alternate;
}

@keyframes heroGlow {
    0% { opacity: 1; }
    100% { opacity: 0.7; }
}

.hero-bg-pattern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23D4AF37' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.6;
}

.hero-bg-pattern::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 80%;
    height: 200%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.03) 0%, transparent 60%);
    animation: rotate 30s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 100px 0 60px;
}

.hero-badge {
    display: inline-block;
    background: rgba(212, 175, 55, 0.2);
    color: var(--gold);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 20px;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 15px;
    line-height: 1.15;
}

.hero-subtitle {
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    color: var(--gold);
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.hero-description {
    font-size: 1.1rem;
    margin-bottom: 35px;
    max-width: 550px;
    opacity: 0.9;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* Hero Stats */
.hero-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 45px 35px;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(212, 175, 55, 0.2);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.stat-item {
    text-align: center;
    padding: 15px;
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(212, 175, 55, 0.3), transparent);
}

.stat-number {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: var(--gold);
    font-family: 'Playfair Display', serif;
    line-height: 1;
    display: inline;
    text-shadow: 0 2px 10px rgba(212, 175, 55, 0.3);
}

.stat-suffix {
    font-size: clamp(1.3rem, 2vw, 1.6rem);
    font-weight: 700;
    color: var(--gold-light);
    font-family: 'Playfair Display', serif;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Hero Wave */
.hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.hero-wave svg {
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
    fill: var(--white);
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 3;
    animation: fadeInUp 1s ease 1s both;
}

.mouse {
    width: 26px;
    height: 40px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 20px;
    position: relative;
}

.wheel {
    width: 4px;
    height: 8px;
    background: var(--gold);
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll 2s ease infinite;
}

.scroll-indicator span {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.6);
    letter-spacing: 1px;
}

@keyframes scroll {
    0%, 100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    50% {
        opacity: 0.5;
        transform: translateX(-50%) translateY(10px);
    }
}

/* --------------------------------------------------------------------------
   Sections - Base Styles
   -------------------------------------------------------------------------- */
.section {
    padding: 100px 0;
    position: relative;
}

.section-header {
    margin-bottom: 50px;
}

.section-subtitle {
    display: inline-block;
    color: var(--gold);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    margin-bottom: 12px;
    position: relative;
    padding-left: 45px;
}

.section-subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 2px;
    background: var(--gold);
}

.text-center .section-subtitle {
    padding-left: 0;
}

.text-center .section-subtitle::before {
    display: none;
}

.section-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin-bottom: 20px;
    position: relative;
}

.section-title.center {
    text-align: center;
}

.section-description {
    color: var(--text-gray);
    font-size: 1.1rem;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.8;
}

.text-start .section-description {
    margin: 0;
}

/* --------------------------------------------------------------------------
   About Section
   -------------------------------------------------------------------------- */
.about-section {
    background: var(--white);
}

.about-image-wrapper {
    position: relative;
    padding: 20px;
}

.about-image-frame {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.about-img {
    width: 100%;
    height: auto;
    display: block;
    transition: var(--transition-slow);
}

.about-image-frame:hover .about-img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(10, 36, 99, 0.3) 100%);
    pointer-events: none;
}

.experience-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: var(--white);
    padding: 25px 30px;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow-lg);
    z-index: 2;
}

.experience-badge .years {
    font-size: 2.5rem;
    font-weight: 700;
    display: block;
    font-family: 'Playfair Display', serif;
    line-height: 1;
}

.experience-badge .text {
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    margin-top: 5px;
}

.gold-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-left: 4px solid var(--gold);
    border-top: 4px solid var(--gold);
    border-radius: var(--radius) 0 0 0;
}

.about-content .lead {
    font-size: 1.15rem;
    color: var(--dark-gray);
    margin-bottom: 20px;
}

.about-text {
    color: var(--text-gray);
    margin-bottom: 15px;
}

.about-features {
    margin: 35px 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background: var(--light-gray);
    border-radius: var(--radius);
    transition: var(--transition);
}

.feature-item:hover {
    background: var(--white);
    box-shadow: var(--shadow);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.feature-text {
    display: flex;
    flex-direction: column;
}

.feature-text strong {
    color: var(--navy);
    font-size: 1rem;
    margin-bottom: 2px;
}

.feature-text span {
    color: var(--text-gray);
    font-size: 0.9rem;
}

/* --------------------------------------------------------------------------
   Practice Areas Section
   -------------------------------------------------------------------------- */
.practice-section {
    background: var(--light-gray);
    position: relative;
    overflow: hidden;
}

.section-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(10, 36, 99, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.practice-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.practice-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(to bottom, var(--gold), var(--gold-dark));
    transition: var(--transition);
}

.practice-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: var(--gold);
}

.practice-card:hover::before {
    height: 100%;
}

.practice-icon-wrapper {
    margin-bottom: 25px;
}

.practice-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.2) 100%);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--gold);
    transition: var(--transition);
}

.practice-card:hover .practice-icon {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: var(--white);
    transform: scale(1.1);
}

.practice-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: var(--navy);
}

.practice-description {
    color: var(--text-gray);
    margin-bottom: 20px;
    line-height: 1.7;
}

.practice-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold);
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
}

.practice-link i {
    transition: var(--transition);
}

.practice-link:hover {
    color: var(--navy);
}

.practice-link:hover i {
    transform: translateX(5px);
}

/* --------------------------------------------------------------------------
   Differentials Section
   -------------------------------------------------------------------------- */
.differentials-section {
    background: var(--white);
}

.differentials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.differential-card {
    background: var(--light-gray);
    padding: 30px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    border: 1px solid transparent;
}

.differential-card:hover {
    background: var(--white);
    border-color: var(--gold);
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.differential-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.5rem;
    margin-bottom: 20px;
    transition: var(--transition);
}

.differential-card:hover .differential-icon {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: var(--white);
}

.differential-card h4 {
    font-size: 1.2rem;
    color: var(--navy);
    margin-bottom: 10px;
}

.differential-card p {
    color: var(--text-gray);
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .differentials-grid {
        grid-template-columns: 1fr;
    }
}

/* --------------------------------------------------------------------------
   Gallery Section
   -------------------------------------------------------------------------- */
.gallery-section {
    background: var(--white);
    overflow: hidden;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 250px);
    gap: 20px;
}

.gallery-item {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    cursor: pointer;
}

.gallery-item-large {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.gallery-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-slow);
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(10, 36, 99, 0.9) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 25px;
    opacity: 0;
    transition: var(--transition);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-label {
    color: var(--white);
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.gallery-label::before {
    content: '';
    width: 30px;
    height: 2px;
    background: var(--gold);
}

@media (max-width: 991.98px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
    
    .gallery-item {
        height: 200px;
    }
    
    .gallery-item-large {
        grid-column: span 2;
        height: 300px;
    }
}

@media (max-width: 575.98px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .gallery-item-large {
        grid-column: span 1;
    }
}

/* --------------------------------------------------------------------------
   Profile Showcase Section
   -------------------------------------------------------------------------- */
.profile-showcase-section {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.profile-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(212, 175, 55, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

.profile-images-wrapper {
    position: relative;
    padding: 40px;
}

.profile-main-image {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.profile-main-image img {
    width: 100%;
    height: auto;
    display: block;
}

.profile-secondary-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 180px;
    height: 180px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 5px solid var(--navy);
    box-shadow: var(--shadow-lg);
}

.profile-secondary-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-accent-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 2rem;
}

.profile-content .section-subtitle {
    color: var(--gold);
}

.profile-content .section-title {
    color: var(--white);
}

.profile-quote {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin: 30px 0;
    padding-left: 25px;
    border-left: 4px solid var(--gold);
}

.profile-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.profile-credentials {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.credential-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
}

.credential-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--gold);
}

.credential-item i {
    color: var(--gold);
    font-size: 1.5rem;
    margin-top: 3px;
}

.credential-item div {
    display: flex;
    flex-direction: column;
}

.credential-item strong {
    color: var(--white);
    font-size: 1rem;
    margin-bottom: 3px;
}

.credential-item span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

@media (max-width: 991.98px) {
    .profile-images-wrapper {
        padding: 20px;
        margin-bottom: 40px;
    }
    
    .profile-secondary-image {
        width: 120px;
        height: 120px;
    }
}

/* --------------------------------------------------------------------------
   Testimonials Section
   -------------------------------------------------------------------------- */
.testimonials-section {
    background: var(--light-gray);
}

.testimonial-card {
    background: var(--white);
    padding: 35px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    height: 100%;
    transition: var(--transition);
    border: 1px solid transparent;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: var(--gold);
}

.testimonial-stars {
    margin-bottom: 20px;
}

.testimonial-stars i {
    color: var(--gold);
    font-size: 1rem;
    margin-right: 3px;
}

.testimonial-text {
    font-size: 1.05rem;
    color: var(--text-gray);
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 25px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid var(--medium-gray);
}

.testimonial-author img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--gold);
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-info strong {
    color: var(--navy);
    font-size: 1rem;
}

.author-info span {
    color: var(--gold);
    font-size: 0.85rem;
    font-weight: 500;
}

/* --------------------------------------------------------------------------
   Blog Section
   -------------------------------------------------------------------------- */
.blog-section {
    background: var(--white);
}

/* Blog Card - Featured (Grande) */
.blog-card-featured {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    height: 100%;
    transition: var(--transition);
    border: 1px solid transparent;
}

.blog-card-featured:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: var(--gold);
}

.blog-card-featured .blog-image-wrapper {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.blog-card-featured .blog-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-slow);
}

.blog-card-featured:hover .blog-image-wrapper img {
    transform: scale(1.1);
}

.blog-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--gold);
    color: var(--white);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-card-featured .blog-content {
    padding: 30px;
}

.blog-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.blog-meta span {
    color: var(--text-gray);
    font-size: 0.85rem;
}

.blog-meta i {
    color: var(--gold);
    margin-right: 6px;
}

.blog-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--navy);
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-excerpt {
    color: var(--text-gray);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.blog-link {
    color: var(--gold);
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.blog-link:hover {
    color: var(--gold-dark);
    gap: 12px;
}

/* Blog Card - Horizontal */
.blog-card-horizontal {
    display: flex;
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid transparent;
}

.blog-card-horizontal:hover {
    box-shadow: var(--shadow-lg);
    border-color: var(--gold);
}

.blog-card-horizontal .blog-image-wrapper {
    width: 140px;
    min-width: 140px;
    height: 120px;
    overflow: hidden;
}

.blog-card-horizontal .blog-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.blog-card-horizontal:hover .blog-image-wrapper img {
    transform: scale(1.1);
}

.blog-card-horizontal .blog-content {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-category-small {
    color: var(--gold);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.blog-title-small {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    color: var(--navy);
    margin-bottom: 8px;
    line-height: 1.4;
}

.blog-meta-small span {
    color: var(--text-gray);
    font-size: 0.8rem;
}

.blog-meta-small i {
    color: var(--gold);
    margin-right: 5px;
}

/* Blog Card - Standard */
.blog-card-standard {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid transparent;
    height: 100%;
}

.blog-card-standard:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--gold);
}

.blog-card-standard .blog-image-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.blog-card-standard .blog-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-slow);
}

.blog-card-standard:hover .blog-image-wrapper img {
    transform: scale(1.1);
}

.blog-card-standard .blog-content {
    padding: 25px;
}

.blog-title-standard {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    color: var(--navy);
    margin-bottom: 12px;
    line-height: 1.4;
}

.blog-excerpt-small {
    color: var(--text-gray);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Instagram Feed */
.instagram-feed-wrapper {
    background: var(--light-gray);
    padding: 40px;
    border-radius: var(--radius-lg);
}

.instagram-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.instagram-profile {
    display: flex;
    align-items: center;
    gap: 15px;
}

.instagram-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--gold);
}

.instagram-info h4 {
    color: var(--navy);
    font-size: 1.2rem;
    margin-bottom: 2px;
}

.instagram-info p {
    color: var(--text-gray);
    font-size: 0.9rem;
    margin: 0;
}

.instagram-btn {
    padding: 10px 25px !important;
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.instagram-item {
    position: relative;
    aspect-ratio: 1;
    border-radius: var(--radius);
    overflow: hidden;
}

.instagram-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.instagram-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 36, 99, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}

.instagram-overlay i {
    color: var(--white);
    font-size: 2rem;
}

.instagram-item:hover .instagram-overlay {
    opacity: 1;
}

.instagram-item:hover img {
    transform: scale(1.1);
}

@media (max-width: 991.98px) {
    .instagram-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575.98px) {
    .blog-card-horizontal {
        flex-direction: column;
    }
    
    .blog-card-horizontal .blog-image-wrapper {
        width: 100%;
        height: 150px;
    }
    
    .instagram-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .instagram-feed-wrapper {
        padding: 25px;
    }
}

/* --------------------------------------------------------------------------
   Extended Testimonials Styles
   -------------------------------------------------------------------------- */
.testimonial-video-section {
    background: var(--white);
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

.video-wrapper {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.video-placeholder {
    position: relative;
}

.video-placeholder img {
    width: 100%;
    height: auto;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
}

.play-button i {
    color: var(--white);
    font-size: 1.5rem;
    margin-left: 5px;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: var(--gold-dark);
}

.video-content {
    padding: 20px 0;
}

.video-quote {
    position: relative;
    padding-left: 30px;
}

.video-quote .quote-icon {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--gold);
    font-size: 1.5rem;
}

.video-quote p {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-style: italic;
    color: var(--navy);
    line-height: 1.8;
    margin-bottom: 25px;
}

.video-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.video-author img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--gold);
}

.video-author strong {
    display: block;
    color: var(--navy);
    font-size: 1rem;
}

.video-author span {
    color: var(--gold);
    font-size: 0.85rem;
}

/* Testimonial Stats */
.testimonial-stats {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
    padding: 40px;
    border-radius: var(--radius-lg);
}

.stat-box {
    text-align: center;
    padding: 20px;
}

.stat-box .stat-icon {
    color: var(--gold);
    font-size: 2rem;
    margin-bottom: 15px;
}

.stat-box .stat-value {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--white);
    display: inline;
}

.stat-box .stat-suffix {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gold);
    display: inline;
}

.stat-box .stat-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin-top: 10px;
}

@media (max-width: 767.98px) {
    .video-quote p {
        font-size: 1.1rem;
    }
    
    .stat-box .stat-value {
        font-size: 2rem;
    }
}

/* --------------------------------------------------------------------------
   Process Section
   -------------------------------------------------------------------------- */
.process-section {
    background: var(--white);
}

.process-timeline {
    position: relative;
    max-width: 900px;
    margin: 60px auto 0;
    padding-left: 60px;
}

.timeline-line {
    position: absolute;
    top: 0;
    left: 50px;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, var(--gold), var(--gold-light));
    border-radius: 3px;
}

.process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    position: relative;
}

.process-step:last-child {
    margin-bottom: 0;
}

.step-number {
    position: absolute;
    left: -60px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: var(--white);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    box-shadow: var(--shadow-gold);
    z-index: 2;
    transition: var(--transition);
}

.process-step:hover .step-number {
    transform: scale(1.1);
}

.step-content {
    padding-left: 80px;
    padding-top: 25px;
}

.step-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: var(--navy);
}

.step-description {
    color: var(--text-gray);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 500px;
}

@media (max-width: 767.98px) {
    .process-timeline {
        padding-left: 40px;
    }
    
    .timeline-line {
        left: 35px;
    }
    
    .step-number {
        left: -40px;
        width: 70px;
        height: 70px;
        font-size: 1.3rem;
    }
    
    .step-content {
        padding-left: 50px;
        padding-top: 15px;
    }
}

/* --------------------------------------------------------------------------
   Contact Section
   -------------------------------------------------------------------------- */
.contact-section {
    background: linear-gradient(135deg, var(--light-gray) 0%, var(--white) 100%);
    position: relative;
}

.contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
    z-index: 0;
}

@media (max-width: 991.98px) {
    .contact-bg {
        display: none;
    }
}

.contact-info-wrapper {
    position: relative;
    z-index: 1;
    color: var(--white);
    padding-right: 30px;
}

.contact-info-wrapper .section-subtitle {
    color: var(--gold);
}

.contact-info-wrapper .section-subtitle::before {
    background: var(--gold);
}

.contact-info-wrapper .section-title {
    color: var(--white);
}

.contact-intro {
    color: rgba(255,255,255,0.85);
    margin-bottom: 35px;
    font-size: 1.05rem;
    line-height: 1.7;
}

.contact-details {
    margin-bottom: 35px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: rgba(212, 175, 55, 0.2);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.contact-text {
    display: flex;
    flex-direction: column;
}

.contact-text strong {
    color: var(--white);
    font-size: 0.95rem;
    margin-bottom: 3px;
}

.contact-text span {
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
    line-height: 1.5;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.1rem;
    transition: var(--transition);
}

.social-link:hover {
    background: var(--gold);
    color: var(--white);
    transform: translateY(-3px);
}

@media (max-width: 991.98px) {
    .contact-info-wrapper {
        background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
        padding: 40px;
        border-radius: var(--radius-lg);
        margin-bottom: 30px;
    }
}

/* Contact Form */
.contact-form-wrapper {
    position: relative;
    z-index: 1;
}

.contact-form {
    background: var(--white);
    padding: 50px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
}

.form-header {
    margin-bottom: 30px;
}

.form-header h3 {
    font-size: 1.5rem;
    color: var(--navy);
    margin-bottom: 8px;
}

.form-header p {
    color: var(--text-gray);
    margin: 0;
}

/* Form Floating Custom */
.form-floating-custom {
    position: relative;
}

.form-floating-custom .form-control {
    height: auto;
    padding: 18px 16px;
    border: 2px solid var(--medium-gray);
    border-radius: var(--radius);
    font-size: 1rem;
    transition: var(--transition);
    background: var(--white);
}

.form-floating-custom .form-control:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.1);
    outline: none;
}

.form-floating-custom .form-control.is-invalid {
    border-color: #dc3545;
}

.form-floating-custom label {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 1rem;
    transition: var(--transition);
    pointer-events: none;
    background: var(--white);
    padding: 0 5px;
}

.form-floating-custom textarea + label {
    top: 20px;
    transform: none;
}

.form-floating-custom .form-control:focus + label,
.form-floating-custom .form-control:not(:placeholder-shown) + label {
    top: 0;
    font-size: 0.8rem;
    color: var(--gold);
}

.form-floating-custom textarea:focus + label,
.form-floating-custom textarea:not(:placeholder-shown) + label {
    top: -10px;
}

.form-floating-custom select.form-control {
    cursor: pointer;
}

.form-floating-custom select + label {
    top: 0;
    font-size: 0.8rem;
    color: var(--gold);
}

textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

/* Form Check */
.form-check {
    padding-left: 30px;
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-left: -30px;
    border: 2px solid var(--medium-gray);
    cursor: pointer;
}

.form-check-input:checked {
    background-color: var(--gold);
    border-color: var(--gold);
}

.form-check-input:focus {
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.2);
    border-color: var(--gold);
}

.form-check-label {
    color: var(--text-gray);
    font-size: 0.9rem;
    line-height: 1.5;
}

.form-check-label a {
    color: var(--gold);
    text-decoration: underline;
}

/* Submit Button */
.btn-submit {
    width: 100%;
    padding: 18px 32px;
}

.btn-submit .btn-text,
.btn-submit .btn-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-submit .btn-loader {
    display: none;
}

.btn-submit.loading .btn-text {
    display: none;
}

.btn-submit.loading .btn-loader {
    display: flex;
}

.spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: var(--white);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Form Message */
.form-message {
    margin-top: 25px;
    padding: 20px;
    border-radius: var(--radius);
    display: none;
    animation: fadeInUp 0.3s ease;
}

.form-message.success {
    display: block;
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    display: block;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.form-message i {
    margin-right: 10px;
}

@media (max-width: 767.98px) {
    .contact-form {
        padding: 30px 20px;
    }
}

/* Invalid Feedback */
.invalid-feedback {
    display: none;
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 5px;
}

.was-validated .form-control:invalid ~ .invalid-feedback {
    display: block;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.footer {
    background: var(--navy);
    color: var(--white);
}

.footer-main {
    padding: 80px 0 50px;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo .logo-monogram {
    background: var(--gold);
    color: var(--navy);
}

.footer-logo .logo-text {
    color: var(--white);
}

.footer-logo .logo-subtitle {
    color: rgba(255,255,255,0.7);
}

.footer-description {
    color: rgba(255,255,255,0.8);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 25px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social .social-link {
    background: rgba(255,255,255,0.1);
}

.footer-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--gold);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 0.95rem;
    transition: var(--transition);
    position: relative;
    padding-left: 0;
}

.footer-links a::before {
    content: '?';
    position: absolute;
    left: -20px;
    opacity: 0;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--gold);
    padding-left: 20px;
}

.footer-links a:hover::before {
    opacity: 1;
    left: 0;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    color: rgba(255,255,255,0.8);
    font-size: 0.95rem;
}

.footer-contact-item i {
    color: var(--gold);
    margin-top: 3px;
    width: 20px;
}

.footer-bottom {
    background: var(--navy-dark);
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.copyright, .oab-info {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    margin: 0;
}

/* --------------------------------------------------------------------------
   WhatsApp Button
   -------------------------------------------------------------------------- */
.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    transition: var(--transition);
    text-decoration: none;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
    color: white;
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
}

.whatsapp-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #25D366;
    animation: pulse-whatsapp 2s ease-out infinite;
    z-index: -1;
}

@keyframes pulse-whatsapp {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* --------------------------------------------------------------------------
   Back to Top Button
   -------------------------------------------------------------------------- */
.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--navy);
    color: var(--white);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: var(--transition);
    box-shadow: var(--shadow);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: var(--gold);
    transform: translateY(-3px);
}

/* --------------------------------------------------------------------------
   Modal
   -------------------------------------------------------------------------- */
.modal-content {
    border: none;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.modal-header {
    background: var(--navy);
    color: var(--white);
    border: none;
    padding: 25px 30px;
}

.modal-title {
    color: var(--white);
    font-size: 1.3rem;
}

.modal-header .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.modal-body {
    padding: 30px;
}

.modal-body h6 {
    color: var(--navy);
    margin: 20px 0 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.modal-body h6:first-child {
    margin-top: 0;
}

.modal-body p, .modal-body li {
    color: var(--text-gray);
    font-size: 0.95rem;
    line-height: 1.7;
}

.modal-body ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.modal-footer {
    border: none;
    padding: 20px 30px;
    background: var(--light-gray);
}

/* --------------------------------------------------------------------------
   Animations
   -------------------------------------------------------------------------- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Reveal Animations Premium */
.reveal-up,
.reveal-left,
.reveal-right,
.reveal-scale {
    opacity: 0;
    transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-up {
    transform: translateY(50px);
}

.reveal-left {
    transform: translateX(-50px);
}

.reveal-right {
    transform: translateX(50px);
}

.reveal-scale {
    transform: scale(0.9);
}

.reveal-up.revealed,
.reveal-left.revealed,
.reveal-right.revealed,
.reveal-scale.revealed {
    opacity: 1;
    transform: translate(0) scale(1);
}

/* Stagger Animation Delays */
.reveal-up[data-delay="100"],
.reveal-left[data-delay="100"],
.reveal-right[data-delay="100"] {
    transition-delay: 0.1s;
}

.reveal-up[data-delay="200"],
.reveal-left[data-delay="200"],
.reveal-right[data-delay="200"] {
    transition-delay: 0.2s;
}

.reveal-up[data-delay="300"],
.reveal-left[data-delay="300"],
.reveal-right[data-delay="300"] {
    transition-delay: 0.3s;
}

.reveal-up[data-delay="400"],
.reveal-left[data-delay="400"],
.reveal-right[data-delay="400"] {
    transition-delay: 0.4s;
}

.reveal-up[data-delay="500"],
.reveal-left[data-delay="500"],
.reveal-right[data-delay="500"] {
    transition-delay: 0.5s;
}

/* Float Animation */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.float-animation {
    animation: float 4s ease-in-out infinite;
}

/* Shimmer Effect */
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.shimmer {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    background-size: 200% 100%;
    animation: shimmer 2s infinite;
}

/* Glow Pulse */
@keyframes glowPulse {
    0%, 100% { box-shadow: 0 0 20px rgba(212, 175, 55, 0.3); }
    50% { box-shadow: 0 0 40px rgba(212, 175, 55, 0.5); }
}

.glow-pulse {
    animation: glowPulse 3s ease-in-out infinite;
}

/* Text Gradient Animation */
@keyframes gradientText {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.gradient-text {
    background: linear-gradient(90deg, var(--gold-light), var(--gold), var(--gold-dark), var(--gold));
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientText 4s ease infinite;
}

/* Underline Expand Animation */
.underline-expand {
    position: relative;
    display: inline-block;
}

.underline-expand::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-50%);
}

.underline-expand:hover::after {
    width: 100%;
}

/* --------------------------------------------------------------------------
   Responsive Design
   -------------------------------------------------------------------------- */
@media (max-width: 1199.98px) {
    .hero-content {
        padding: 120px 0 80px;
    }
}

@media (max-width: 991.98px) {
    .hero-section {
        text-align: center;
    }
    
    .hero-content {
        padding: 140px 0 60px;
    }
    
    .hero-description {
        margin: 0 auto 35px;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .hero-stats {
        margin-top: 50px;
    }
    
    .scroll-indicator {
        display: none;
    }
    
    .section {
        padding: 80px 0;
    }
    
    .about-image-wrapper {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-stats {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px 20px;
    }
    
    .stat-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-align: left;
    }
    
    .stat-label {
        margin-top: 0;
    }
    
    .section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .experience-badge {
        padding: 20px;
    }
    
    .experience-badge .years {
        font-size: 2rem;
    }
    
    .whatsapp-btn {
        width: 55px;
        height: 55px;
        font-size: 1.6rem;
        bottom: 20px;
        right: 20px;
    }
    
    .back-to-top {
        width: 45px;
        height: 45px;
        bottom: 85px;
        right: 20px;
    }
}

@media (max-width: 575.98px) {
    .logo-text-wrapper {
        display: none;
    }
    
    .footer-logo .logo-text-wrapper {
        display: flex;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-buttons .btn-gold,
    .hero-buttons .btn-outline-light {
        width: 100%;
        max-width: 280px;
    }
}

/* --------------------------------------------------------------------------
   Premium Visual Enhancements
   -------------------------------------------------------------------------- */

/* Elegant Dividers */
.divider {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 40px 0;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--border-gray), transparent);
}

.divider-icon {
    color: var(--gold);
    font-size: 1.2rem;
}

/* Card Shine Effect */
.card-shine {
    position: relative;
    overflow: hidden;
}

.card-shine::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    transform: skewX(-25deg);
    transition: 0.75s;
}

.card-shine:hover::before {
    left: 125%;
}

/* Premium Box Shadow on Hover */
.hover-lift {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(212, 175, 55, 0.1);
}

/* Gold Border Glow */
.gold-border-glow {
    position: relative;
}

.gold-border-glow::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: var(--gradient-gold);
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
    filter: blur(8px);
}

.gold-border-glow:hover::before {
    opacity: 0.6;
}

/* Image with Overlay Text */
.img-overlay-text {
    position: relative;
    overflow: hidden;
}

.img-overlay-text .overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(10, 36, 99, 0.95) 0%, rgba(10, 36, 99, 0.7) 50%, transparent 100%);
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.img-overlay-text:hover .overlay-content {
    transform: translateY(0);
}

/* Decorative Corner */
.corner-decoration {
    position: relative;
}

.corner-decoration::before,
.corner-decoration::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border: 3px solid var(--gold);
    opacity: 0.5;
    transition: all 0.4s ease;
}

.corner-decoration::before {
    top: -10px;
    left: -10px;
    border-right: none;
    border-bottom: none;
}

.corner-decoration::after {
    bottom: -10px;
    right: -10px;
    border-left: none;
    border-top: none;
}

.corner-decoration:hover::before,
.corner-decoration:hover::after {
    width: 80px;
    height: 80px;
    opacity: 1;
}

/* Selection Style */
::selection {
    background: var(--gold);
    color: var(--navy-darker);
}

::-moz-selection {
    background: var(--gold);
    color: var(--navy-darker);
}

/* Smooth Focus States */
*:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--light-gray);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, var(--navy-light), var(--navy));
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, var(--navy), var(--navy-dark));
}

/* Photo Ready Classes - Para substituir as imagens */
.photo-slot {
    position: relative;
    background: var(--gradient-navy);
    border-radius: var(--radius-lg);
    overflow: hidden;
    min-height: 300px;
}

.photo-slot::before {
    content: 'Sua foto aqui';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.3);
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    pointer-events: none;
    z-index: 1;
}

.photo-slot::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 30% 30%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(212, 175, 55, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

.photo-slot img {
    position: relative;
    z-index: 2;
}

.photo-slot img:not([src=""]):not([src="#"]) + .photo-placeholder-text,
.photo-slot img:not([src=""]):not([src="#"]) ~ ::before {
    display: none;
}

/* Aspect Ratios for Photos */
.aspect-square { aspect-ratio: 1 / 1; }
.aspect-portrait { aspect-ratio: 3 / 4; }
.aspect-landscape { aspect-ratio: 16 / 9; }
.aspect-wide { aspect-ratio: 21 / 9; }

/* ==========================================================================
   LUXURY VISUAL REFRESH 2026
   ========================================================================== */
:root {
    --navy: #11151f;
    --navy-light: #1a2030;
    --navy-dark: #0a0e17;
    --navy-darker: #06080f;
    --gold: #c5a059;
    --gold-light: #e6c78d;
    --gold-dark: #9e7b3f;
    --gold-glow: rgba(197, 160, 89, 0.36);
    --white: #f7f4ef;
    --off-white: #f0ece6;
    --cream: #ece6dd;
    --light-gray: #ded8ce;
    --dark-gray: #1f232d;
    --text-gray: #474c56;
    --medium-gray: #d4ccbe;
    --border-gray: rgba(147, 127, 92, 0.25);
    --gradient-navy: linear-gradient(135deg, #070a12 0%, #111826 55%, #171f31 100%);
    --gradient-gold: linear-gradient(135deg, #e6c78d 0%, #c5a059 45%, #8f6d36 100%);
    --shadow-lg: 0 24px 50px -26px rgba(5, 6, 10, 0.75);
    --shadow-xl: 0 34px 80px -30px rgba(5, 6, 10, 0.85);
}

body {
    font-family: 'Manrope', 'Segoe UI', sans-serif;
    background:
        radial-gradient(1200px circle at var(--cursor-x, 15%) var(--cursor-y, 10%), rgba(197, 160, 89, 0.12), transparent 38%),
        linear-gradient(180deg, #f6f2ec 0%, #f1ece4 45%, #ece5da 100%);
    color: #2a2f39;
}

body::after {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.15;
    background-image:
        radial-gradient(circle at 30% 20%, rgba(197, 160, 89, 0.2) 0, transparent 35%),
        radial-gradient(circle at 78% 78%, rgba(17, 21, 31, 0.18) 0, transparent 38%);
}

section,
footer,
.navbar {
    position: relative;
    z-index: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
    letter-spacing: 0.01em;
}

#mainNav {
    backdrop-filter: blur(18px);
    background: rgba(10, 13, 21, 0.82);
    border-bottom: 1px solid rgba(197, 160, 89, 0.18);
    box-shadow: 0 18px 40px -28px rgba(0, 0, 0, 0.9);
}

#mainNav .nav-link {
    color: rgba(247, 244, 239, 0.82) !important;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
}

#mainNav .nav-link:hover,
#mainNav .nav-link.active {
    color: var(--gold-light) !important;
}

#mainNav .navbar-brand img {
    filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.35));
}

.hero-section {
    background:
        linear-gradient(112deg, rgba(6, 8, 15, 0.98) 0%, rgba(16, 23, 35, 0.95) 56%, rgba(24, 34, 51, 0.93) 100%);
    overflow: hidden;
}

.hero-bg-pattern {
    background:
        radial-gradient(circle at 30% 20%, rgba(197, 160, 89, 0.26), transparent 44%),
        repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.045) 0, rgba(255, 255, 255, 0.045) 1px, transparent 1px, transparent 34px);
    mix-blend-mode: screen;
    opacity: 0.85;
}

.hero-content {
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(230, 199, 141, 0.22);
    border-radius: 28px;
    padding: clamp(1.7rem, 2.8vw, 3rem);
    box-shadow: var(--shadow-xl);
}

.hero-title,
.hero-subtitle,
.hero-description,
.hero-badge {
    color: #f6efe3;
}

.hero-title {
    font-size: clamp(2.5rem, 7vw, 5.3rem);
    line-height: 0.92;
    letter-spacing: -0.02em;
}

.hero-subtitle {
    font-size: clamp(1.3rem, 2.3vw, 1.9rem);
    font-weight: 400;
    color: rgba(230, 218, 196, 0.95);
}

.hero-description {
    max-width: 60ch;
    color: rgba(236, 227, 211, 0.88);
}

.hero-stats {
    background: linear-gradient(180deg, rgba(7, 10, 17, 0.85) 0%, rgba(7, 10, 17, 0.66) 100%);
    border: 1px solid rgba(197, 160, 89, 0.24);
    border-radius: 24px;
    box-shadow: var(--shadow-xl);
}

.stat-item + .stat-item {
    border-top: 1px solid rgba(197, 160, 89, 0.18);
}

.stat-number,
.stat-suffix {
    color: var(--gold-light);
}

.btn-gold,
.btn-gold-outline,
.btn-outline-light,
.nav-cta {
    border-radius: 999px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 600;
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.btn-gold,
.nav-cta {
    background: var(--gradient-gold);
    color: #1f1c16 !important;
    box-shadow: 0 18px 35px -22px rgba(197, 160, 89, 0.95);
}

.btn-gold:hover,
.nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 26px 42px -24px rgba(197, 160, 89, 0.95);
}

.btn-gold-outline,
.btn-outline-light {
    border: 1px solid rgba(230, 199, 141, 0.6);
    background: rgba(255, 255, 255, 0.02);
    color: #f6efe3 !important;
}

.section {
    padding: clamp(5rem, 8vw, 7.2rem) 0;
}

.about-section,
.gallery-section,
.testimonials-section,
.process-section,
.contact-section {
    background: linear-gradient(180deg, rgba(247, 244, 239, 0.88), rgba(239, 233, 224, 0.86));
}

.practice-section,
.differentials-section,
.blog-section {
    background: linear-gradient(180deg, rgba(17, 21, 31, 0.96) 0%, rgba(11, 14, 23, 0.94) 100%);
}

.practice-section .section-title,
.practice-section .section-subtitle,
.practice-section .section-description,
.differentials-section .section-title,
.differentials-section .section-subtitle,
.differentials-section .section-description,
.blog-section .section-title,
.blog-section .section-subtitle,
.blog-section .section-description {
    color: #f6efe3;
}

.practice-card,
.differential-card,
.testimonial-card,
.blog-card,
.contact-form-wrapper,
.contact-info-wrapper,
.process-step,
.credential-item,
.instagram-feed-wrapper,
.gallery-item {
    border: 1px solid var(--border-gray);
    border-radius: 20px;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.9), rgba(248, 243, 235, 0.82));
    box-shadow: var(--shadow-lg);
}

.practice-card,
.differential-card,
.blog-card {
    background: linear-gradient(145deg, rgba(35, 40, 52, 0.95), rgba(24, 29, 40, 0.92));
    border: 1px solid rgba(197, 160, 89, 0.2);
}

.practice-card h3,
.differential-card h4,
.blog-card h3,
.blog-card h4,
.practice-description,
.differential-card p,
.blog-card p,
.blog-meta,
.blog-meta-small,
.blog-category-small {
    color: #f0e6d6 !important;
}

.gallery-image-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(6, 8, 15, 0.84) 100%);
    opacity: 0.84;
}

.gallery-label {
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.contact-section .contact-bg {
    background: radial-gradient(circle at 15% 20%, rgba(197, 160, 89, 0.22), transparent 38%);
}

.contact-form .form-control,
.contact-form select,
.contact-form textarea {
    border-radius: 14px;
    border: 1px solid rgba(147, 127, 92, 0.4);
    background: rgba(255, 255, 255, 0.8);
}

.footer {
    background: linear-gradient(180deg, #090d16 0%, #05070d 100%);
    border-top: 1px solid rgba(197, 160, 89, 0.24);
}

.footer,
.footer .footer-title,
.footer .footer-description,
.footer .footer-links a,
.footer .footer-contact-item,
.footer .copyright,
.footer .oab-info {
    color: #e8ddc9 !important;
}

.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1000;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(140deg, #39d97a, #1fa85a);
    box-shadow: 0 18px 32px -18px rgba(27, 131, 72, 0.95);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 22px 38px -18px rgba(27, 131, 72, 0.95);
}

.back-to-top {
    border: 1px solid rgba(197, 160, 89, 0.4);
    background: linear-gradient(180deg, rgba(17, 21, 31, 0.96), rgba(8, 11, 18, 0.96));
    color: #f4e8d2;
}

@media (max-width: 992px) {
    .hero-content {
        margin-bottom: 1.25rem;
    }

    .whatsapp-float {
        width: 54px;
        height: 54px;
        right: 16px;
        bottom: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}

/* ==========================================================================
   DISTINCTIVE LEGAL IDENTITY REFINEMENT
   ========================================================================== */
#mainNav .container {
    max-width: 1240px;
}

.section-header .section-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.14em;
}

.section-header .section-subtitle::before,
.section-header .section-subtitle::after {
    content: '';
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.section-title {
    text-wrap: balance;
}

.section-title .gold-dot {
    text-shadow: 0 0 14px rgba(197, 160, 89, 0.45);
}

.signature-section {
    background:
        linear-gradient(180deg, rgba(12, 16, 26, 0.98) 0%, rgba(9, 12, 19, 0.96) 100%),
        radial-gradient(circle at 20% 25%, rgba(197, 160, 89, 0.15), transparent 35%);
}

.signature-shell {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: clamp(20px, 3vw, 42px);
    border-radius: 28px;
    padding: clamp(1.2rem, 2.8vw, 2.5rem);
    background:
        linear-gradient(130deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
        repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 30px);
    border: 1px solid rgba(197, 160, 89, 0.25);
    box-shadow: var(--shadow-xl);
}

.signature-copy .section-title,
.signature-copy p {
    color: #f5ecdd;
}

.signature-copy p {
    max-width: 58ch;
    color: rgba(237, 228, 212, 0.9);
}

.signature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.signature-tags span {
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(197, 160, 89, 0.4);
    color: #f2e6d0;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(197, 160, 89, 0.08);
}

.signature-panel {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(197, 160, 89, 0.3);
    min-height: 340px;
}

.signature-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.85) contrast(1.04);
}

.signature-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 10, 15, 0.08), rgba(8, 10, 15, 0.75));
}

.signature-plaque {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    border-radius: 14px;
    border: 1px solid rgba(197, 160, 89, 0.38);
    background: rgba(7, 10, 16, 0.74);
    padding: 12px 14px;
    color: #f6e8d0;
}

.signature-plaque strong {
    display: block;
    font-size: 0.92rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.signature-plaque span {
    font-size: 0.84rem;
    opacity: 0.9;
}

.practice-card::after,
.differential-card::after,
.process-step::after {
    content: '';
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(197, 160, 89, 0.12);
    border-radius: 14px;
    pointer-events: none;
}

.blog-section .blog-card {
    border-radius: 18px;
}

.contact-info-wrapper,
.contact-form-wrapper {
    border-radius: 24px;
}

.footer-main {
    position: relative;
}

.footer-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(1150px, calc(100% - 32px));
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(197, 160, 89, 0.6), transparent);
}

@media (max-width: 992px) {
    .signature-shell {
        grid-template-columns: 1fr;
    }

    .signature-panel {
        min-height: 260px;
    }
}

/* ==========================================================================
   SINISTER NAVY / GOLD FINISH
   ========================================================================== */
:root {
    --navy: #0b1220;
    --navy-light: #16243f;
    --navy-dark: #080f1b;
    --navy-darker: #050a14;
    --gold: #c7a25c;
    --gold-light: #e2c990;
    --gold-dark: #9b7537;
    --white: #f7f2e8;
    --off-white: #efe6d8;
}

body {
    background:
        radial-gradient(1200px circle at var(--cursor-x, 10%) var(--cursor-y, 14%), rgba(212, 175, 99, 0.15), transparent 36%),
        linear-gradient(180deg, #f9f4eb 0%, #f2ebdf 40%, #ece3d4 100%);
}

#mainNav {
    background: linear-gradient(100deg, rgba(8, 13, 24, 0.9), rgba(14, 26, 48, 0.88));
    border-bottom: 1px solid rgba(199, 162, 92, 0.26);
}

#mainNav .nav-link {
    color: rgba(251, 248, 241, 0.84) !important;
}

.hero-section {
    background:
        radial-gradient(circle at 78% 20%, rgba(199, 162, 92, 0.12), transparent 36%),
        linear-gradient(118deg, #091221 0%, #10203a 52%, #172845 100%);
}

.hero-content {
    border: 1px solid rgba(226, 201, 144, 0.26);
    box-shadow: 0 28px 68px -36px rgba(2, 4, 9, 0.86);
}

.hero-badge {
    border: 1px solid rgba(199, 162, 92, 0.38);
    background: rgba(199, 162, 92, 0.09);
}

.hero-stats {
    border: 1px solid rgba(199, 162, 92, 0.28);
    background: linear-gradient(180deg, rgba(8, 16, 29, 0.86), rgba(12, 22, 40, 0.82));
}

.about-section,
.contact-section {
    background: linear-gradient(180deg, rgba(247, 242, 232, 0.96), rgba(239, 230, 216, 0.92));
}

.signature-section,
.practice-section,
.differentials-section,
.profile-showcase-section,
.process-section {
    background: linear-gradient(180deg, rgba(12, 22, 38, 0.97), rgba(10, 18, 32, 0.95));
}

.signature-section,
.practice-section,
.differentials-section,
.profile-showcase-section,
.process-section {
    position: relative;
    isolation: isolate;
}

.signature-section::before,
.practice-section::before,
.differentials-section::before,
.profile-showcase-section::before,
.process-section::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image: linear-gradient(90deg, transparent 49.7%, rgba(199, 162, 92, 0.05) 50%, transparent 50.3%);
    background-size: 58px 58px;
    opacity: 0.12;
}

.practice-card,
.differential-card,
.process-step,
.contact-form-wrapper,
.contact-info-wrapper,
.credential-item {
    border-color: rgba(199, 162, 92, 0.2);
    box-shadow: 0 20px 40px -28px rgba(5, 9, 18, 0.7);
}

.practice-icon,
.differential-icon,
.contact-icon,
.step-number {
    box-shadow: 0 0 0 1px rgba(199, 162, 92, 0.3), 0 12px 24px -18px rgba(199, 162, 92, 0.55);
}

.section-title {
    letter-spacing: 0.01em;
}

.section-title::after {
    content: '';
    display: block;
    width: 96px;
    height: 1px;
    margin-top: 12px;
    background: linear-gradient(90deg, rgba(199, 162, 92, 0), rgba(199, 162, 92, 0.65), rgba(199, 162, 92, 0));
}

.text-center .section-title::after {
    margin-left: auto;
    margin-right: auto;
}

.hero-title,
.hero-subtitle,
.hero-description,
.signature-copy .section-title,
.signature-copy p,
.practice-section .section-title,
.practice-section .section-subtitle,
.practice-section .section-description,
.differentials-section .section-title,
.differentials-section .section-subtitle,
.differentials-section .section-description,
.process-section .section-title,
.process-section .section-subtitle,
.process-section .section-description,
.practice-card h3,
.practice-card p,
.differential-card h4,
.differential-card p,
.process-step h3,
.process-step p {
    color: rgba(246, 238, 225, 0.9) !important;
}

/* ==========================================================================
   CLEAN LUXURY BALANCE
   ========================================================================== */
.section {
    padding: clamp(5.5rem, 9vw, 8rem) 0;
}

.container {
    max-width: 1180px;
}

.hero-section::before,
.signature-section::before,
.practice-section::before,
.differentials-section::before,
.profile-showcase-section::before,
.process-section::before {
    opacity: 0.05 !important;
}

.section-header {
    margin-bottom: clamp(2rem, 3.2vw, 3.1rem);
}

.section-subtitle {
    opacity: 0.88;
}

.section-title {
    margin-bottom: 1rem;
}

.section-title::after {
    width: 74px;
    margin-top: 10px;
    opacity: 0.65;
}

.hero-content,
.hero-stats,
.signature-shell,
.practice-card,
.differential-card,
.process-step,
.contact-info-wrapper,
.contact-form-wrapper,
.credential-item {
    box-shadow: 0 16px 34px -26px rgba(8, 14, 26, 0.55) !important;
}

.practice-card,
.differential-card,
.process-step,
.credential-item {
    border-width: 1px;
}

.practice-card::after,
.differential-card::after,
.process-step::after {
    display: none;
}

.hero-description,
.section-description,
.about-text,
.profile-text,
.step-description,
.contact-intro {
    line-height: 1.82;
}

.about-content,
.profile-content,
.contact-info-wrapper,
.contact-form-wrapper {
    padding: clamp(1.2rem, 2vw, 1.8rem);
}

.signature-tags span {
    background: rgba(199, 162, 92, 0.06);
    border-color: rgba(199, 162, 92, 0.3);
}

.btn-gold,
.btn-gold-outline,
.btn-outline-light,
.nav-cta {
    letter-spacing: 0.03em;
    box-shadow: none;
}

.btn-gold:hover,
.nav-cta:hover {
    transform: translateY(-1px);
}

/* ==========================================================================
   CONTRAST FIX (NO WHITE ON WHITE)
   ========================================================================== */
/* Light surfaces: enforce dark text */
.about-section,
.contact-section,
.about-section .section-title,
.about-section .section-subtitle,
.about-section .about-text,
.about-section .feature-text strong,
.about-section .feature-text span,
.contact-section .section-title,
.contact-section .section-subtitle,
.contact-section .contact-intro,
.contact-section .contact-text strong,
.contact-section .contact-text span,
.contact-section .form-header h3,
.contact-section .form-header p,
.contact-section label,
.contact-section .form-control,
.contact-section .form-control::placeholder {
    color: #1f2a3d !important;
}

.contact-info-wrapper,
.contact-form-wrapper {
    background: linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(245, 237, 225, 0.96)) !important;
    border: 1px solid rgba(160, 130, 76, 0.22) !important;
}

/* Dark surfaces: enforce light text */
.hero-section .hero-title,
.hero-section .hero-subtitle,
.hero-section .hero-description,
.signature-section .section-title,
.signature-section p,
.practice-section .section-title,
.practice-section .section-subtitle,
.practice-section .section-description,
.differentials-section .section-title,
.differentials-section .section-subtitle,
.differentials-section .section-description,
.profile-showcase-section .section-title,
.profile-showcase-section .section-subtitle,
.profile-showcase-section .profile-text,
.profile-showcase-section .profile-quote,
.process-section .section-title,
.process-section .section-subtitle,
.process-section .section-description,
.process-section .step-title,
.process-section .step-description {
    color: rgba(245, 236, 222, 0.94) !important;
}

.about-section .btn-gold-outline {
    color: #1f2a3d !important;
    border-color: rgba(160, 130, 76, 0.5) !important;
    background: rgba(199, 162, 92, 0.08) !important;
}

.contact-section .social-link {
    background: rgba(31, 42, 61, 0.08) !important;
    color: #1f2a3d !important;
    border: 1px solid rgba(160, 130, 76, 0.28) !important;
}

.contact-section .social-link:hover {
    background: #1f2a3d !important;
    color: #f7f2e8 !important;
    border-color: #1f2a3d !important;
}

.scroll-indicator {
    display: none !important;
}

/* ==========================================================================
   NAVBAR REDESIGN V2
   ========================================================================== */
#mainNav {
    top: 14px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(1220px, calc(100% - 28px));
    border-radius: 18px;
    padding: 10px 0;
    background: linear-gradient(110deg, rgba(8, 14, 27, 0.86), rgba(16, 30, 56, 0.82));
    border: 1px solid rgba(199, 162, 92, 0.26);
    box-shadow: 0 24px 46px -32px rgba(5, 9, 17, 0.85);
    backdrop-filter: blur(14px);
}

#mainNav.scrolled {
    top: 8px;
    padding: 7px 0;
    background: linear-gradient(110deg, rgba(7, 12, 23, 0.94), rgba(12, 24, 46, 0.92));
    box-shadow: 0 20px 40px -30px rgba(3, 6, 12, 0.9);
}

#mainNav .nav-shell {
    max-width: 100%;
    padding: 0 14px;
}

#mainNav .brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

#mainNav .brand-lockup img {
    height: 52px !important;
    width: auto;
    border-radius: 10px;
}

#mainNav .brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

#mainNav .brand-copy strong {
    color: #f5ecdc;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
}

#mainNav .brand-copy small {
    color: rgba(226, 201, 144, 0.9);
    font-size: 0.69rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#mainNav .navbar-nav {
    gap: 0.35rem;
}

#mainNav .nav-link {
    border-radius: 999px;
    padding: 0.5rem 0.9rem !important;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgba(245, 236, 220, 0.82) !important;
    border: 1px solid transparent;
}

#mainNav .nav-link::after {
    display: none !important;
}

#mainNav .nav-link:hover {
    color: #f8f1e4 !important;
    background: rgba(199, 162, 92, 0.13);
    border-color: rgba(199, 162, 92, 0.28);
}

#mainNav .nav-link.active {
    color: #1d1609 !important;
    background: linear-gradient(135deg, rgba(226, 201, 144, 0.95), rgba(199, 162, 92, 0.94));
    border-color: rgba(226, 201, 144, 0.8);
    box-shadow: 0 10px 20px -14px rgba(199, 162, 92, 0.85);
}

#mainNav .nav-cta {
    padding: 0.58rem 1.06rem !important;
    font-size: 0.72rem !important;
    border: 1px solid rgba(226, 201, 144, 0.45);
    box-shadow: 0 10px 22px -14px rgba(199, 162, 92, 0.8);
}

#mainNav .navbar-toggler {
    border: 1px solid rgba(226, 201, 144, 0.38);
    border-radius: 10px;
    padding: 6px 9px;
    background: rgba(12, 20, 36, 0.65);
}

#mainNav .navbar-toggler-icon {
    width: 1.15em;
    height: 1.15em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28226, 201, 144, 0.95%29' stroke-linecap='round' stroke-width='2' d='M4 8h22M4 15h22M4 22h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
    #mainNav {
        top: 8px;
        width: calc(100% - 16px);
        border-radius: 14px;
        padding: 8px 0;
    }

    #mainNav .brand-copy {
        display: none;
    }

    #mainNav .navbar-collapse {
        margin-top: 10px;
        border-radius: 12px;
        border: 1px solid rgba(199, 162, 92, 0.25);
        background: linear-gradient(140deg, rgba(7, 13, 24, 0.98), rgba(13, 25, 45, 0.96));
        padding: 10px;
        box-shadow: 0 24px 40px -28px rgba(2, 4, 9, 0.95);
    }

    #mainNav .navbar-nav {
        gap: 0.42rem;
    }

    #mainNav .nav-link {
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.08);
        padding: 0.62rem 0.78rem !important;
    }

    #mainNav .nav-cta {
        margin-top: 8px;
        width: 100%;
    }
}

/* ==========================================================================
   PROCESS / CREDENTIAL CONTRAST SAFETY
   ========================================================================== */
.profile-showcase-section .credential-item,
.process-section .process-step {
    background: linear-gradient(145deg, rgba(16, 26, 44, 0.92), rgba(11, 19, 33, 0.9)) !important;
    border: 1px solid rgba(199, 162, 92, 0.24) !important;
}

.profile-showcase-section .credential-item:hover,
.process-section .process-step:hover {
    background: linear-gradient(145deg, rgba(22, 35, 58, 0.95), rgba(14, 24, 40, 0.93)) !important;
    border-color: rgba(199, 162, 92, 0.42) !important;
}

.profile-showcase-section .credential-item strong,
.profile-showcase-section .credential-item span,
.process-section .step-title,
.process-section .step-description {
    color: rgba(246, 238, 225, 0.94) !important;
}

/* ==========================================================================
   NAVBAR V3 - CLEAN PROFESSIONAL
   ========================================================================== */
#mainNav {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    border-radius: 0 !important;
    padding: 14px 0 !important;
    background: rgba(9, 16, 30, 0.88) !important;
    border: none !important;
    border-bottom: 1px solid rgba(199, 162, 92, 0.22) !important;
    box-shadow: none !important;
    backdrop-filter: blur(12px);
}

#mainNav.scrolled {
    padding: 10px 0 !important;
    background: rgba(8, 14, 27, 0.96) !important;
    box-shadow: 0 10px 28px -18px rgba(4, 7, 14, 0.85) !important;
}

#mainNav .nav-shell {
    padding: 0 12px !important;
}

#mainNav .brand-lockup img {
    height: 54px !important;
    width: auto;
}

#mainNav .brand-copy {
    display: none !important;
}

#mainNav .navbar-nav {
    gap: 2px !important;
}

#mainNav .nav-link {
    padding: 9px 14px !important;
    border-radius: 10px !important;
    border: 1px solid transparent !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    color: rgba(245, 236, 220, 0.88) !important;
    background: transparent !important;
}

#mainNav .nav-link::after {
    display: none !important;
}

#mainNav .nav-link:hover {
    color: #f7f1e5 !important;
    background: rgba(199, 162, 92, 0.1) !important;
    border-color: rgba(199, 162, 92, 0.25) !important;
}

#mainNav .nav-link.active {
    color: #f7f1e5 !important;
    background: rgba(199, 162, 92, 0.18) !important;
    border-color: rgba(199, 162, 92, 0.36) !important;
}

#mainNav .nav-cta {
    padding: 10px 18px !important;
    font-size: 0.78rem !important;
    border-radius: 10px !important;
    box-shadow: 0 12px 24px -18px rgba(199, 162, 92, 0.75) !important;
}

#mainNav .navbar-toggler {
    border: 1px solid rgba(226, 201, 144, 0.35) !important;
    background: rgba(8, 14, 26, 0.55) !important;
    border-radius: 8px !important;
}

#mainNav .navbar-toggler:focus {
    box-shadow: none !important;
}

@media (max-width: 991.98px) {
    #mainNav {
        padding: 10px 0 !important;
    }

    #mainNav .navbar-collapse {
        margin-top: 10px !important;
        background: rgba(8, 14, 27, 0.98) !important;
        border: 1px solid rgba(199, 162, 92, 0.22) !important;
        border-radius: 10px !important;
        padding: 10px !important;
    }

    #mainNav .nav-link {
        text-align: left !important;
    }

    #mainNav .nav-cta {
        width: 100%;
        margin-top: 8px !important;
    }
}

/* ==========================================================================
   NAVBAR LOCKED FINAL (LUXO + MODERNO + MINIMAL)
   ========================================================================== */
#mainNav {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 12px 0 !important;
    background: rgba(9, 16, 30, 0.96) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(199, 162, 92, 0.26) !important;
    box-shadow: 0 10px 22px -16px rgba(3, 6, 12, 0.85) !important;
    backdrop-filter: blur(10px);
}

#mainNav.scrolled {
    top: 0 !important;
    padding: 10px 0 !important;
    background: rgba(8, 14, 26, 0.98) !important;
}

#mainNav .brand-stack {
    display: none !important;
}

#mainNav .navbar-nav {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    gap: 0.2rem !important;
}

#mainNav .nav-link {
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    color: rgba(245, 236, 220, 0.9) !important;
    padding: 8px 12px !important;
    text-transform: uppercase !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
}

#mainNav .nav-link::after {
    display: none !important;
}

#mainNav .nav-link:hover {
    background: rgba(199, 162, 92, 0.1) !important;
    border-color: rgba(199, 162, 92, 0.22) !important;
    color: #f7f1e5 !important;
}

#mainNav .nav-link.active {
    background: rgba(199, 162, 92, 0.2) !important;
    border-color: rgba(199, 162, 92, 0.34) !important;
    color: #f7f1e5 !important;
}

#mainNav .nav-cta {
    margin-left: 8px !important;
    padding: 9px 14px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(226, 201, 144, 0.5) !important;
    background: linear-gradient(135deg, rgba(226, 201, 144, 0.98), rgba(197, 160, 89, 0.94)) !important;
    color: #1b140a !important;
    box-shadow: none !important;
}

@media (max-width: 991.98px) {
    #mainNav {
        padding: 10px 0 !important;
        border-radius: 0 !important;
        width: 100% !important;
    }

    #mainNav .navbar-collapse {
        margin-top: 8px !important;
        border-radius: 10px !important;
        border: 1px solid rgba(199, 162, 92, 0.22) !important;
        background: rgba(8, 14, 26, 0.98) !important;
        padding: 10px !important;
    }

    #mainNav .nav-link {
        text-align: left !important;
    }

    #mainNav .nav-cta {
        width: 100% !important;
        margin: 8px 0 0 0 !important;
    }
}

/* ==========================================================================
   NAVBAR HOTFIX - CLEAN AND PROFESSIONAL
   ========================================================================== */
#mainNav {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    border-radius: 0 !important;
    padding: 12px 0 !important;
    background: rgba(9, 16, 30, 0.95) !important;
    border: none !important;
    border-bottom: 1px solid rgba(199, 162, 92, 0.28) !important;
    box-shadow: 0 10px 24px -18px rgba(2, 4, 8, 0.9) !important;
    backdrop-filter: blur(8px);
}

#mainNav.scrolled {
    padding: 10px 0 !important;
    background: rgba(8, 14, 26, 0.98) !important;
}

#mainNav .nav-shell {
    padding: 0 12px !important;
}

#mainNav .brand-lockup img {
    height: 50px !important;
    width: auto;
    border-radius: 6px;
}

#mainNav .brand-stack {
    display: none !important;
}

#mainNav .navbar-nav {
    gap: 0.2rem !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

#mainNav .nav-link {
    padding: 8px 12px !important;
    border-radius: 8px !important;
    border: 1px solid transparent !important;
    background: transparent !important;
    color: rgba(245, 236, 220, 0.9) !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
}

#mainNav .nav-link::after {
    display: none !important;
}

#mainNav .nav-link:hover {
    background: rgba(199, 162, 92, 0.12) !important;
    border-color: rgba(199, 162, 92, 0.25) !important;
    color: #f7f1e5 !important;
}

#mainNav .nav-link.active {
    background: rgba(199, 162, 92, 0.22) !important;
    border-color: rgba(199, 162, 92, 0.38) !important;
    color: #f7f1e5 !important;
}

#mainNav .nav-cta {
    margin-left: 8px !important;
    padding: 9px 14px !important;
    border-radius: 8px !important;
    font-size: 0.76rem !important;
    letter-spacing: 0.06em !important;
    border: 1px solid rgba(226, 201, 144, 0.55) !important;
    color: #1b140a !important;
    background: linear-gradient(135deg, rgba(226, 201, 144, 0.98), rgba(197, 160, 89, 0.94)) !important;
    box-shadow: none !important;
}

#mainNav .navbar-toggler {
    border: 1px solid rgba(226, 201, 144, 0.38) !important;
    background: rgba(8, 14, 26, 0.62) !important;
    border-radius: 8px !important;
}

#mainNav .navbar-toggler:focus {
    box-shadow: none !important;
}

@media (max-width: 991.98px) {
    #mainNav {
        padding: 10px 0 !important;
    }

    #mainNav .navbar-collapse {
        margin-top: 8px !important;
        border-radius: 10px !important;
        border: 1px solid rgba(199, 162, 92, 0.22) !important;
        background: rgba(8, 14, 26, 0.98) !important;
        padding: 10px !important;
    }

    #mainNav .nav-link {
        text-align: left !important;
    }

    #mainNav .nav-cta {
        width: 100%;
        margin: 8px 0 0 0 !important;
    }
}

/* ==========================================================================
   HERO REBUILD V5
   ========================================================================== */
#home.hero-section {
    position: relative;
    padding-top: clamp(7.2rem, 11vw, 9rem);
    padding-bottom: clamp(4.4rem, 8vw, 6.8rem);
    background:
        radial-gradient(900px circle at 75% 22%, rgba(199, 162, 92, 0.12), transparent 42%),
        radial-gradient(760px circle at 15% 85%, rgba(23, 40, 69, 0.5), transparent 44%),
        linear-gradient(118deg, #091426 0%, #10213c 52%, #162a49 100%) !important;
}

#home .hero-bg-pattern {
    opacity: 0.34;
    background:
        repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.045) 0, rgba(255, 255, 255, 0.045) 1px, transparent 1px, transparent 38px);
}

#home .hero-content {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    max-width: 650px;
}

#home .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 13px;
    border-radius: 999px;
    border: 1px solid rgba(199, 162, 92, 0.38);
    background: rgba(10, 17, 31, 0.4);
    color: rgba(238, 225, 201, 0.95);
    letter-spacing: 0.05em;
    font-size: 0.72rem;
    text-transform: uppercase;
}

#home .hero-title {
    margin-top: 12px;
    font-size: clamp(2.8rem, 6.2vw, 5.4rem);
    line-height: 0.92;
    letter-spacing: -0.018em;
}

#home .hero-subtitle {
    margin-top: 10px;
    margin-bottom: 14px;
    font-size: clamp(1.1rem, 2.3vw, 1.52rem);
    font-weight: 500;
    color: rgba(239, 228, 208, 0.92) !important;
}

#home .hero-description {
    color: rgba(233, 222, 204, 0.86) !important;
    font-size: 1.02rem;
    max-width: 58ch;
}

#home .hero-buttons {
    margin-top: 24px;
    gap: 12px;
}

#home .hero-buttons .btn-gold,
#home .hero-buttons .btn-outline-light {
    min-height: 47px;
    border-radius: 12px;
    padding: 0.76rem 1.24rem;
    font-size: 0.79rem;
    letter-spacing: 0.06em;
}

#home .hero-showcase {
    border-radius: 18px;
    border: 1px solid rgba(199, 162, 92, 0.24);
    background: linear-gradient(150deg, rgba(8, 14, 26, 0.78), rgba(13, 24, 43, 0.76));
    padding: 14px;
    box-shadow: 0 26px 46px -34px rgba(1, 3, 7, 0.92);
}

#home .hero-portrait-frame {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(199, 162, 92, 0.26);
    min-height: 260px;
}

#home .hero-portrait-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.9) contrast(1.05);
}

#home .hero-portrait-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 14, 26, 0.08) 38%, rgba(8, 14, 26, 0.74) 100%);
}

#home .hero-portrait-badge {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    border-radius: 10px;
    border: 1px solid rgba(199, 162, 92, 0.32);
    background: rgba(7, 12, 22, 0.68);
    padding: 10px 11px;
}

#home .hero-portrait-badge strong {
    display: block;
    color: rgba(245, 236, 221, 0.96);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

#home .hero-portrait-badge span {
    color: rgba(230, 216, 191, 0.92);
    font-size: 0.8rem;
}

#home .hero-quickproof {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

#home .proof-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    padding: 9px 11px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(199, 162, 92, 0.16);
    color: rgba(242, 232, 215, 0.9);
    font-size: 0.84rem;
}

#home .proof-item i {
    color: rgba(226, 201, 144, 0.94);
    font-size: 0.92rem;
}

#home .hero-stats-modern {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

#home .hero-stats-modern .stat-item {
    border-radius: 10px;
    padding: 10px 8px;
    border: 1px solid rgba(199, 162, 92, 0.18);
    background: rgba(255, 255, 255, 0.03);
}

#home .hero-stats-modern .stat-item::after {
    display: none !important;
}

#home .hero-stats-modern .stat-number {
    font-size: 1.58rem;
}

#home .hero-stats-modern .stat-suffix {
    font-size: 1.04rem;
}

#home .hero-stats-modern .stat-label {
    margin-top: 5px;
    font-size: 0.72rem;
    line-height: 1.3;
    color: rgba(238, 227, 208, 0.88);
}

@media (max-width: 991.98px) {
    #home.hero-section {
        padding-top: 7.1rem;
    }

    #home .hero-content {
        text-align: center;
        margin-inline: auto;
    }

    #home .hero-description {
        margin-inline: auto;
    }

    #home .hero-buttons {
        justify-content: center;
    }

    #home .hero-showcase {
        margin-top: 16px;
    }
}

@media (max-width: 575.98px) {
    #home .hero-stats-modern {
        grid-template-columns: 1fr;
    }

    #home .hero-stats-modern .stat-item {
        text-align: left;
        padding: 11px;
    }
}

/* ==========================================================================
   NAVBAR FINAL OVERRIDE (ACTIVE)
   ========================================================================== */
#mainNav {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    border-radius: 0 !important;
    padding: 12px 0 !important;
    background: rgba(9, 16, 30, 0.95) !important;
    border: none !important;
    border-bottom: 1px solid rgba(199, 162, 92, 0.28) !important;
    box-shadow: 0 10px 24px -18px rgba(2, 4, 8, 0.9) !important;
}

#mainNav.scrolled {
    padding: 10px 0 !important;
    background: rgba(8, 14, 26, 0.98) !important;
}

#mainNav .brand-stack {
    display: none !important;
}

#mainNav .navbar-nav {
    gap: 0.2rem !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

#mainNav .nav-link {
    padding: 8px 12px !important;
    border-radius: 8px !important;
    border: 1px solid transparent !important;
    background: transparent !important;
    color: rgba(245, 236, 220, 0.9) !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
}

#mainNav .nav-link::after {
    display: none !important;
}

#mainNav .nav-link:hover {
    background: rgba(199, 162, 92, 0.12) !important;
    border-color: rgba(199, 162, 92, 0.25) !important;
    color: #f7f1e5 !important;
}

#mainNav .nav-link.active {
    background: rgba(199, 162, 92, 0.22) !important;
    border-color: rgba(199, 162, 92, 0.38) !important;
    color: #f7f1e5 !important;
}

#mainNav .nav-cta {
    margin-left: 8px !important;
    padding: 9px 14px !important;
    border-radius: 8px !important;
    font-size: 0.76rem !important;
    letter-spacing: 0.06em !important;
    border: 1px solid rgba(226, 201, 144, 0.55) !important;
    color: #1b140a !important;
    background: linear-gradient(135deg, rgba(226, 201, 144, 0.98), rgba(197, 160, 89, 0.94)) !important;
    box-shadow: none !important;
}

@media (max-width: 991.98px) {
    #mainNav {
        padding: 10px 0 !important;
    }

    #mainNav .navbar-collapse {
        margin-top: 8px !important;
        border-radius: 10px !important;
        border: 1px solid rgba(199, 162, 92, 0.22) !important;
        background: rgba(8, 14, 26, 0.98) !important;
        padding: 10px !important;
    }

    #mainNav .nav-link {
        text-align: left !important;
    }

    #mainNav .nav-cta {
        width: 100%;
        margin: 8px 0 0 0 !important;
    }
}

/* ==========================================================================
   NAVBAR V4 - PREMIUM IDENTITY
   ========================================================================== */
#mainNav {
    top: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: min(1240px, calc(100% - 22px)) !important;
    border-radius: 16px !important;
    padding: 9px 0 !important;
    background:
        linear-gradient(120deg, rgba(8, 14, 26, 0.9), rgba(14, 26, 48, 0.88)) !important;
    border: 1px solid rgba(199, 162, 92, 0.28) !important;
    box-shadow: 0 24px 46px -34px rgba(4, 8, 16, 0.9) !important;
    backdrop-filter: blur(14px);
}

#mainNav.scrolled {
    top: 6px !important;
    padding: 7px 0 !important;
    background: linear-gradient(120deg, rgba(6, 11, 21, 0.96), rgba(11, 22, 41, 0.94)) !important;
}

#mainNav .nav-shell {
    padding: 0 14px !important;
}

#mainNav .brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

#mainNav .brand-lockup img {
    height: 48px !important;
    width: auto;
    border-radius: 8px;
}

#mainNav .brand-stack {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

#mainNav .brand-stack strong {
    color: #f3ead8;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.02rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

#mainNav .brand-stack small {
    color: rgba(226, 201, 144, 0.92);
    font-size: 0.64rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
}

#mainNav .navbar-nav {
    gap: 0.32rem !important;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(199, 162, 92, 0.16);
    border-radius: 12px;
    padding: 5px;
}

#mainNav .nav-link {
    padding: 8px 13px !important;
    border-radius: 8px !important;
    font-size: 0.73rem !important;
    text-transform: uppercase;
    letter-spacing: 0.08em !important;
    color: rgba(245, 236, 220, 0.85) !important;
    border: 1px solid transparent !important;
    background: transparent !important;
    transition: all 0.25s ease;
}

#mainNav .nav-link::after {
    display: none !important;
}

#mainNav .nav-link:hover {
    color: #f6efde !important;
    border-color: rgba(199, 162, 92, 0.26) !important;
    background: rgba(199, 162, 92, 0.09) !important;
}

#mainNav .nav-link.active {
    color: #1b150b !important;
    border-color: rgba(226, 201, 144, 0.74) !important;
    background: linear-gradient(135deg, rgba(226, 201, 144, 0.94), rgba(199, 162, 92, 0.9)) !important;
    box-shadow: 0 10px 18px -13px rgba(199, 162, 92, 0.82);
}

#mainNav .nav-cta {
    margin-left: 2px !important;
    padding: 9px 14px !important;
    border-radius: 8px !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.08em !important;
    border: 1px solid rgba(226, 201, 144, 0.52) !important;
    background: linear-gradient(135deg, rgba(226, 201, 144, 0.98), rgba(190, 153, 86, 0.94)) !important;
    color: #191209 !important;
}

#mainNav .navbar-toggler {
    border: 1px solid rgba(226, 201, 144, 0.42) !important;
    background: rgba(8, 14, 26, 0.56) !important;
    border-radius: 8px !important;
    padding: 6px 8px !important;
}

#mainNav .navbar-toggler:focus {
    box-shadow: none !important;
}

@media (max-width: 991.98px) {
    #mainNav {
        top: 6px !important;
        width: calc(100% - 12px) !important;
        border-radius: 12px !important;
        padding: 8px 0 !important;
    }

    #mainNav .brand-stack {
        display: none;
    }

    #mainNav .navbar-collapse {
        margin-top: 9px !important;
        border: 1px solid rgba(199, 162, 92, 0.23) !important;
        border-radius: 10px !important;
        background: linear-gradient(140deg, rgba(7, 12, 23, 0.98), rgba(11, 22, 41, 0.96)) !important;
        padding: 10px !important;
    }

    #mainNav .navbar-nav {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        gap: 0.4rem !important;
    }

    #mainNav .nav-link {
        text-align: center !important;
        border: 1px solid rgba(245, 236, 220, 0.08) !important;
    }

    #mainNav .nav-cta {
        width: 100%;
        margin-top: 8px !important;
    }
}



/* ==========================================================================
   NAVBAR ABSOLUTE FINAL OVERRIDE
   ========================================================================== */
#mainNav {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
  width: 100% !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 12px 0 !important;
  background: rgba(9,16,30,0.96) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(199,162,92,0.26) !important;
  box-shadow: 0 10px 22px -16px rgba(3,6,12,0.85) !important;
}
#mainNav.scrolled {
  top: 0 !important;
  padding: 10px 0 !important;
  background: rgba(8,14,26,0.98) !important;
}
#mainNav .brand-stack { display: none !important; }
#mainNav .navbar-nav { background: transparent !important; border: 0 !important; border-radius: 0 !important; padding: 0 !important; gap: .2rem !important; }
#mainNav .nav-link { background: transparent !important; border: 1px solid transparent !important; border-radius: 8px !important; color: rgba(245,236,220,.9) !important; padding: 8px 12px !important; text-transform: uppercase !important; font-size: .8rem !important; font-weight: 600 !important; letter-spacing: .04em !important; }
#mainNav .nav-link::after { display: none !important; }
#mainNav .nav-link:hover { background: rgba(199,162,92,.1) !important; border-color: rgba(199,162,92,.22) !important; color: #f7f1e5 !important; }
#mainNav .nav-link.active { background: rgba(199,162,92,.2) !important; border-color: rgba(199,162,92,.34) !important; color: #f7f1e5 !important; }
#mainNav .nav-cta { margin-left: 8px !important; padding: 9px 14px !important; border-radius: 8px !important; border: 1px solid rgba(226,201,144,.5) !important; background: linear-gradient(135deg, rgba(226,201,144,.98), rgba(197,160,89,.94)) !important; color: #1b140a !important; box-shadow: none !important; }
@media (max-width: 991.98px) {
  #mainNav { padding: 10px 0 !important; border-radius: 0 !important; width: 100% !important; }
  #mainNav .navbar-collapse { margin-top: 8px !important; border-radius: 10px !important; border: 1px solid rgba(199,162,92,.22) !important; background: rgba(8,14,26,.98) !important; padding: 10px !important; }
  #mainNav .nav-link { text-align: left !important; }
  #mainNav .nav-cta { width: 100% !important; margin: 8px 0 0 0 !important; }
}

/* ==========================================================================
   FOOTER EXTREME V9
   ========================================================================== */
.footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px circle at 12% 10%, rgba(199, 162, 92, 0.12), transparent 38%),
    radial-gradient(780px circle at 88% 90%, rgba(33, 54, 87, 0.2), transparent 42%),
    linear-gradient(180deg, #070f1e 0%, #050b17 56%, #040913 100%) !important;
  border-top: 1px solid rgba(199, 162, 92, 0.28) !important;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(226, 201, 144, 0.85), transparent);
}

.footer-main {
  position: relative;
  padding-top: clamp(3.2rem, 5vw, 4.8rem);
  padding-bottom: clamp(2rem, 3.2vw, 3rem);
}

.footer-about,
.footer-links-wrapper,
.footer-contact {
  height: 100%;
  border-radius: 14px;
  border: 1px solid rgba(199, 162, 92, 0.16);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.005));
  padding: 18px;
}

.footer-logo img {
  height: 62px !important;
  width: auto;
  filter: drop-shadow(0 10px 18px rgba(2, 4, 8, 0.5));
}

.footer-title {
  font-size: 1.02rem !important;
  margin-bottom: 14px !important;
  letter-spacing: 0.04em;
  color: rgba(245, 236, 220, 0.95) !important;
}

.footer-description {
  color: rgba(225, 212, 189, 0.88) !important;
  line-height: 1.75;
  max-width: 46ch;
}

.footer-links a {
  color: rgba(232, 221, 200, 0.86) !important;
  font-size: 0.92rem;
}

.footer-links a:hover {
  color: #f4e6cd !important;
}

.footer-contact-item {
  border-bottom: 1px dashed rgba(199, 162, 92, 0.16);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footer-contact-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-contact-item i {
  color: rgba(226, 201, 144, 0.92) !important;
}

.footer-contact-item span {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.footer-premium-row {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(199, 162, 92, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-credibility {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cred-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(199, 162, 92, 0.28);
  background: rgba(199, 162, 92, 0.08);
  color: rgba(239, 228, 208, 0.92);
  font-size: 0.77rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cred-chip i {
  color: rgba(226, 201, 144, 0.96);
}

.footer-consultation-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(226, 201, 144, 0.52);
  background: linear-gradient(135deg, rgba(226, 201, 144, 0.98), rgba(197, 160, 89, 0.92));
  color: #1b140a !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-consultation-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -18px rgba(199, 162, 92, 0.8);
}

.footer-bottom {
  border-top: 1px solid rgba(199, 162, 92, 0.16) !important;
  background: rgba(0, 0, 0, 0.12);
  padding: 14px 0 !important;
}

.copyright,
.oab-info {
  color: rgba(222, 207, 181, 0.86) !important;
  font-size: 0.84rem !important;
  letter-spacing: 0.02em;
}

@media (max-width: 991.98px) {
  .footer-about,
  .footer-links-wrapper,
  .footer-contact {
    padding: 16px;
  }

  .footer-premium-row {
    justify-content: center;
  }
}

/* ==========================================================================
   SITEWIDE POLISH V7
   ========================================================================== */
.section {
  padding: clamp(5.3rem, 8.4vw, 7.6rem) 0 !important;
}

.section-header {
  margin-bottom: clamp(2rem, 3vw, 3rem) !important;
}

.section-subtitle {
  font-size: 0.74rem !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.section-title {
  font-size: clamp(2rem, 4.1vw, 3.25rem) !important;
  line-height: 1.04 !important;
}

.section-description,
.about-text,
.profile-text,
.step-description,
.contact-intro {
  line-height: 1.82 !important;
}

.about-section {
  background: linear-gradient(180deg, #f8f3e9 0%, #efe5d6 100%) !important;
}

.about-content {
  border: 1px solid rgba(160, 130, 76, 0.2);
  border-radius: 16px;
  background: rgba(255, 252, 246, 0.72);
  box-shadow: 0 18px 34px -26px rgba(29, 38, 57, 0.28);
}

.about-features .feature-item {
  border: 1px solid rgba(160, 130, 76, 0.16) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.68) !important;
  padding: 14px !important;
}

.practice-section,
.signature-section,
.differentials-section,
.profile-showcase-section,
.process-section {
  background: linear-gradient(180deg, rgba(10, 18, 33, 0.98), rgba(8, 14, 27, 0.96)) !important;
}

.practice-card,
.differential-card,
.process-step,
.credential-item {
  border: 1px solid rgba(199, 162, 92, 0.24) !important;
  border-radius: 14px !important;
  background: linear-gradient(145deg, rgba(15, 24, 42, 0.92), rgba(11, 19, 34, 0.9)) !important;
  box-shadow: 0 18px 36px -26px rgba(2, 5, 10, 0.9) !important;
}

.practice-card:hover,
.differential-card:hover,
.process-step:hover,
.credential-item:hover {
  transform: translateY(-4px);
  border-color: rgba(199, 162, 92, 0.42) !important;
  background: linear-gradient(145deg, rgba(19, 31, 53, 0.95), rgba(13, 23, 40, 0.94)) !important;
}

.practice-card h3,
.practice-card p,
.differential-card h4,
.differential-card p,
.process-step .step-title,
.process-step .step-description,
.credential-item strong,
.credential-item span,
.profile-content .profile-quote,
.profile-content .profile-text {
  color: rgba(244, 236, 223, 0.94) !important;
}

.signature-shell {
  border-radius: 18px !important;
  background: linear-gradient(140deg, rgba(13, 22, 39, 0.9), rgba(10, 18, 32, 0.86)) !important;
  border: 1px solid rgba(199, 162, 92, 0.24) !important;
}

.signature-panel {
  border-radius: 12px !important;
}

.process-timeline {
  border-radius: 14px;
  padding: 14px 18px 14px 58px !important;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(199, 162, 92, 0.14);
}

.contact-section {
  background: linear-gradient(180deg, #f7f1e6 0%, #eee2cf 100%) !important;
}

.contact-info-wrapper,
.contact-form-wrapper {
  border: 1px solid rgba(160, 130, 76, 0.2) !important;
  border-radius: 16px !important;
  background: rgba(255, 252, 245, 0.8) !important;
  box-shadow: 0 20px 38px -30px rgba(20, 30, 45, 0.35) !important;
}

.contact-form {
  background: transparent !important;
  box-shadow: none !important;
  padding: 34px !important;
}

.contact-form .form-control,
.contact-form select,
.contact-form textarea {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(160, 130, 76, 0.3) !important;
}

.footer {
  background: linear-gradient(180deg, #091121 0%, #070d1a 100%) !important;
  border-top: 1px solid rgba(199, 162, 92, 0.24) !important;
}

.footer .footer-title {
  letter-spacing: 0.04em;
}

@media (max-width: 991.98px) {
  .about-content,
  .contact-form {
    padding: 24px !important;
  }

  .process-timeline {
    padding: 12px 12px 12px 44px !important;
  }
}

/* Hero sem linhas brancas */
#home .hero-bg-pattern {
  background:
    radial-gradient(900px circle at 78% 18%, rgba(199, 162, 92, 0.1), transparent 46%),
    radial-gradient(700px circle at 14% 82%, rgba(11, 18, 32, 0.28), transparent 52%) !important;
  opacity: 0.5 !important;
  mix-blend-mode: normal !important;
}

#home.hero-section {
  background:
    radial-gradient(900px circle at 75% 22%, rgba(199, 162, 92, 0.1), transparent 44%),
    radial-gradient(760px circle at 15% 85%, rgba(12, 22, 40, 0.28), transparent 48%),
    linear-gradient(118deg, #09101e 0%, #0c182d 52%, #0f1f39 100%) !important;
}

/* ==========================================================================
   NAVBAR FOOTER MATCH V2
   ========================================================================== */
#mainNav {
  background:
    radial-gradient(900px circle at 12% 10%, rgba(199, 162, 92, 0.10), transparent 42%),
    linear-gradient(180deg, #070f1e 0%, #061024 58%, #050d1b 100%) !important;
  border-bottom: 1px solid rgba(199, 162, 92, 0.30) !important;
  box-shadow: 0 12px 24px -18px rgba(2, 6, 12, 0.92) !important;
}

#mainNav.scrolled {
  background:
    radial-gradient(900px circle at 12% 10%, rgba(199, 162, 92, 0.08), transparent 44%),
    linear-gradient(180deg, #060e1c 0%, #050d1a 58%, #040a15 100%) !important;
  border-bottom-color: rgba(199, 162, 92, 0.34) !important;
}

#mainNav .nav-link {
  color: rgba(239, 228, 208, 0.88) !important;
}

#mainNav .nav-link:hover {
  background: rgba(199, 162, 92, 0.13) !important;
  border-color: rgba(199, 162, 92, 0.30) !important;
  color: #f4e8d0 !important;
}

#mainNav .nav-link.active {
  background: rgba(199, 162, 92, 0.22) !important;
  border-color: rgba(199, 162, 92, 0.42) !important;
  color: #f7eddc !important;
}

#mainNav .nav-cta {
  border: 1px solid rgba(226, 201, 144, 0.62) !important;
  background: linear-gradient(135deg, rgba(226, 201, 144, 0.98), rgba(197, 160, 89, 0.95)) !important;
  color: #171006 !important;
}

#mainNav .navbar-toggler {
  border-color: rgba(226, 201, 144, 0.44) !important;
  background: rgba(8, 14, 26, 0.68) !important;
}

/* Navbar mais centralizado (menos nas pontas) */
#mainNav .nav-shell {
  max-width: 1080px !important;
  margin: 0 auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

#mainNav .navbar-collapse {
  flex-grow: 0 !important;
  margin-left: auto !important;
}

@media (max-width: 991.98px) {
  #mainNav .nav-shell {
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* ==========================================================================
   METHODS EXTREME V1
   ========================================================================== */
#process.process-section {
  background:
    radial-gradient(1100px circle at 12% 16%, rgba(199, 162, 92, 0.11), transparent 42%),
    radial-gradient(840px circle at 85% 90%, rgba(20, 36, 62, 0.36), transparent 48%),
    linear-gradient(180deg, #081222 0%, #070f1d 54%, #060c18 100%) !important;
}

#process .process-hero-shell {
  display: grid;
  grid-template-columns: 1.28fr .72fr;
  gap: clamp(16px, 2.8vw, 34px);
  align-items: stretch;
  border-radius: 18px;
  border: 1px solid rgba(199, 162, 92, 0.26);
  background: linear-gradient(145deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  box-shadow: 0 28px 50px -36px rgba(0,0,0,0.92);
  padding: clamp(1rem, 2.3vw, 2rem);
  margin-bottom: clamp(1.8rem, 3.2vw, 3rem);
}

#process .process-lead .section-title,
#process .process-lead .section-description {
  color: rgba(245, 236, 221, 0.94) !important;
}

#process .process-pillars {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#process .pillar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(199, 162, 92, 0.3);
  background: rgba(199, 162, 92, 0.08);
  color: rgba(240, 228, 203, 0.92);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#process .pillar-item i {
  color: rgba(226, 201, 144, 0.96);
}

#process .process-kpi-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

#process .kpi-card {
  border-radius: 12px;
  border: 1px solid rgba(199, 162, 92, 0.26);
  background: linear-gradient(145deg, rgba(15, 25, 43, 0.9), rgba(11, 19, 34, 0.88));
  padding: 14px;
  display: flex;
  flex-direction: column;
}

#process .kpi-card strong {
  color: rgba(226, 201, 144, 0.96);
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.1rem;
  line-height: 1;
}

#process .kpi-card span {
  color: rgba(238, 226, 202, 0.88);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 6px;
}

#process .process-stage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

#process .process-step-card {
  border-radius: 14px;
  border: 1px solid rgba(199, 162, 92, 0.24);
  background: linear-gradient(145deg, rgba(14, 24, 42, 0.92), rgba(10, 18, 32, 0.9));
  box-shadow: 0 18px 34px -24px rgba(1, 3, 8, 0.94);
  padding: 16px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

#process .process-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(199, 162, 92, 0.42);
  box-shadow: 0 24px 38px -24px rgba(1, 3, 8, 0.94);
}

#process .step-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

#process .step-index {
  color: rgba(226, 201, 144, 0.95);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 700;
}

#process .step-tag {
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(199, 162, 92, 0.26);
  color: rgba(239, 227, 202, 0.88);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

#process .process-step-card .step-title {
  color: rgba(245, 236, 221, 0.96) !important;
  font-size: 1.34rem;
  line-height: 1.14;
  margin-bottom: 8px;
}

#process .process-step-card .step-description {
  color: rgba(235, 222, 196, 0.9) !important;
  margin-bottom: 10px;
}

#process .step-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

#process .step-points li {
  position: relative;
  padding-left: 16px;
  color: rgba(224, 210, 183, 0.9);
  font-size: 0.84rem;
  line-height: 1.5;
}

#process .step-points li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(226, 201, 144, 0.92);
}

@media (max-width: 991.98px) {
  #process .process-hero-shell {
    grid-template-columns: 1fr;
  }

  #process .process-stage-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   PRACTICE EXTREME V2
   ========================================================================== */
#practice.practice-section {
  background:
    radial-gradient(980px circle at 85% 15%, rgba(199, 162, 92, 0.1), transparent 40%),
    radial-gradient(760px circle at 12% 88%, rgba(25, 43, 73, 0.26), transparent 45%),
    linear-gradient(180deg, #081222 0%, #070f1d 52%, #060c18 100%) !important;
}

#practice .practice-command-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  border-radius: 14px;
  border: 1px solid rgba(199, 162, 92, 0.24);
  background: linear-gradient(145deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  padding: 12px;
  margin: 0 0 18px 0;
}

#practice .command-item {
  border-radius: 10px;
  border: 1px solid rgba(199, 162, 92, 0.2);
  background: rgba(255, 255, 255, 0.02);
  padding: 11px;
}

#practice .command-item strong {
  display: block;
  color: rgba(244, 236, 223, 0.95);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

#practice .command-item span {
  color: rgba(228, 214, 189, 0.84);
  font-size: 0.86rem;
}

#practice .practice-grid-premium .practice-card {
  border-radius: 14px !important;
  border: 1px solid rgba(199, 162, 92, 0.24) !important;
  background: linear-gradient(145deg, rgba(14, 24, 42, 0.92), rgba(10, 18, 32, 0.9)) !important;
  box-shadow: 0 18px 34px -24px rgba(1, 3, 8, 0.94) !important;
  padding: 16px !important;
}

#practice .practice-grid-premium .practice-card:hover {
  transform: translateY(-4px);
  border-color: rgba(199, 162, 92, 0.42) !important;
  background: linear-gradient(145deg, rgba(19, 31, 53, 0.95), rgba(13, 23, 40, 0.94)) !important;
}

#practice .practice-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

#practice .practice-index {
  color: rgba(226, 201, 144, 0.95);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 700;
}

#practice .practice-topline .practice-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(199, 162, 92, 0.32);
  background: rgba(199, 162, 92, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

#practice .practice-topline .practice-icon i {
  color: rgba(226, 201, 144, 0.96);
}

#practice .practice-grid-premium .practice-title {
  color: rgba(245, 236, 221, 0.96) !important;
  font-size: 1.34rem;
  line-height: 1.12;
  margin-bottom: 8px;
}

#practice .practice-grid-premium .practice-description {
  color: rgba(234, 221, 197, 0.9) !important;
  margin-bottom: 10px;
}

#practice .practice-points {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

#practice .practice-points li {
  position: relative;
  padding-left: 16px;
  color: rgba(222, 208, 182, 0.9);
  font-size: 0.84rem;
  line-height: 1.5;
}

#practice .practice-points li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(226, 201, 144, 0.92);
}

#practice .practice-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid rgba(199, 162, 92, 0.26);
  background: rgba(199, 162, 92, 0.08);
  color: rgba(243, 232, 212, 0.94) !important;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#practice .practice-link:hover {
  border-color: rgba(199, 162, 92, 0.44);
  background: rgba(199, 162, 92, 0.16);
}

@media (max-width: 991.98px) {
  #practice .practice-command-bar {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   STRATEGY EXTREME V3
   ========================================================================== */
#signature.signature-section {
  background:
    radial-gradient(980px circle at 10% 12%, rgba(199, 162, 92, 0.12), transparent 40%),
    radial-gradient(760px circle at 88% 84%, rgba(20, 36, 62, 0.35), transparent 45%),
    linear-gradient(180deg, #081222 0%, #070f1d 52%, #060c18 100%) !important;
}

#signature .signature-heading {
  max-width: 980px;
  margin: 0 auto clamp(1.6rem, 2.8vw, 2.6rem);
  text-align: center;
}

#signature .signature-shell-extreme {
  border-radius: 16px;
  border: 1px solid rgba(199, 162, 92, 0.24);
  background: linear-gradient(145deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  padding: clamp(1rem, 2.3vw, 1.9rem);
  box-shadow: 0 30px 50px -38px rgba(0,0,0,0.92);
}

#signature .signature-core {
  display: grid;
  grid-template-columns: 1.28fr .72fr;
  gap: 14px;
  margin-bottom: 14px;
}

#signature .signature-copy {
  border-radius: 12px;
  border: 1px solid rgba(199, 162, 92, 0.2);
  background: linear-gradient(145deg, rgba(14, 24, 42, 0.9), rgba(10, 18, 32, 0.88));
  padding: 16px;
}

#signature .signature-copy h3 {
  color: rgba(245, 236, 221, 0.96);
  font-size: 1.48rem;
  margin-bottom: 8px;
}

#signature .signature-copy p {
  color: rgba(235, 222, 196, 0.9);
}

#signature .signature-matrix {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

#signature .matrix-item {
  border-radius: 10px;
  border: 1px solid rgba(199, 162, 92, 0.2);
  background: rgba(255, 255, 255, 0.02);
  padding: 10px;
}

#signature .matrix-item strong {
  display: block;
  color: rgba(244, 236, 223, 0.95);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

#signature .matrix-item span {
  color: rgba(228, 214, 189, 0.86);
  font-size: 0.86rem;
  line-height: 1.55;
}

#signature .signature-intelligence {
  display: grid;
  gap: 8px;
}

#signature .intel-card {
  border-radius: 12px;
  border: 1px solid rgba(199, 162, 92, 0.24);
  background: linear-gradient(145deg, rgba(14, 24, 42, 0.92), rgba(10, 18, 32, 0.9));
  padding: 12px;
}

#signature .intel-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(199, 162, 92, 0.3);
  color: rgba(243, 231, 210, 0.92);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

#signature .intel-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

#signature .intel-list li {
  color: rgba(234, 221, 196, 0.9);
  font-size: 0.86rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

#signature .intel-list i {
  color: rgba(226, 201, 144, 0.95);
  font-size: 0.76rem;
}

#signature .intel-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

#signature .intel-metric {
  border-radius: 10px;
  border: 1px solid rgba(199, 162, 92, 0.24);
  background: rgba(255, 255, 255, 0.025);
  padding: 10px;
  text-align: center;
}

#signature .intel-metric strong {
  display: block;
  color: rgba(226, 201, 144, 0.97);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.62rem;
  line-height: 1;
}

#signature .intel-metric span {
  color: rgba(236, 224, 200, 0.86);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#signature .signature-visual {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 10px;
}

#signature .signature-panel {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(199, 162, 92, 0.24);
  min-height: 260px;
}

#signature .signature-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
}

#signature .signature-panel-main {
  position: relative;
}

#signature .signature-panel-main::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 14, 26, 0.12) 42%, rgba(8, 14, 26, 0.74) 100%);
}

#signature .signature-plaque {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  border-radius: 10px;
  border: 1px solid rgba(199, 162, 92, 0.34);
  background: rgba(7, 12, 22, 0.72);
  padding: 10px;
}

#signature .signature-plaque strong {
  display: block;
  color: rgba(245, 236, 221, 0.96);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#signature .signature-plaque span {
  color: rgba(230, 216, 191, 0.9);
  font-size: 0.8rem;
}

@media (max-width: 991.98px) {
  #signature .signature-core {
    grid-template-columns: 1fr;
  }

  #signature .signature-matrix {
    grid-template-columns: 1fr;
  }

  #signature .signature-visual {
    grid-template-columns: 1fr;
  }

  #signature .intel-metrics {
    grid-template-columns: 1fr;
  }
}

/* Strategy cards bugfix (isolamento de estilos antigos) */
#signature .signature-shell-extreme {
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
}

#signature .signature-copy p {
  max-width: none !important;
}

#signature .signature-panel::after {
  display: none !important;
}

#signature .signature-panel-main::after {
  display: block !important;
}

#signature .signature-intelligence,
#signature .intel-card,
#signature .intel-metrics,
#signature .matrix-item {
  height: auto !important;
}

/* ==========================================================================
   ABOUT EXTREME V4
   ========================================================================== */
#about.about-section {
  background:
    radial-gradient(900px circle at 10% 14%, rgba(199, 162, 92, 0.12), transparent 42%),
    radial-gradient(760px circle at 86% 86%, rgba(24, 42, 72, 0.2), transparent 46%),
    linear-gradient(180deg, #f8f2e8 0%, #efe3d2 100%) !important;
}

#about .about-shell-extreme {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(16px, 3vw, 34px);
  border-radius: 16px;
  border: 1px solid rgba(160, 130, 76, 0.2);
  background: linear-gradient(145deg, rgba(255,255,255,0.66), rgba(255,255,255,0.46));
  box-shadow: 0 24px 42px -30px rgba(24, 35, 52, 0.35);
  padding: clamp(1rem, 2.4vw, 1.9rem);
}

#about .about-left-col {
  display: grid;
  gap: 10px;
}

#about .about-portrait-main {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(160, 130, 76, 0.24);
  min-height: 390px;
}

#about .about-portrait-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
}

#about .about-portrait-main::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 16, 27, 0.08) 46%, rgba(10, 16, 27, 0.72) 100%);
}

#about .about-portrait-plaque {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  border-radius: 10px;
  border: 1px solid rgba(199, 162, 92, 0.34);
  background: rgba(7, 12, 22, 0.72);
  padding: 10px;
}

#about .about-portrait-plaque strong {
  display: block;
  color: rgba(245, 236, 221, 0.96);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#about .about-portrait-plaque span {
  color: rgba(230, 216, 191, 0.9);
  font-size: 0.8rem;
}

#about .about-mini-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

#about .about-mini-card {
  border-radius: 10px;
  border: 1px solid rgba(160, 130, 76, 0.24);
  background: rgba(255, 255, 255, 0.72);
  padding: 10px;
}

#about .about-mini-card strong {
  display: block;
  color: #1f2a3d;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#about .about-mini-card span {
  color: #26334a;
  font-size: 0.92rem;
}

#about .about-right-col {
  border-radius: 12px;
  border: 1px solid rgba(160, 130, 76, 0.18);
  background: rgba(255, 255, 255, 0.6);
  padding: clamp(1rem, 2vw, 1.5rem);
}

#about .about-right-col .section-title,
#about .about-right-col .about-text {
  color: #1f2a3d !important;
}

#about .about-value-grid {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

#about .about-value-card {
  border-radius: 10px;
  border: 1px solid rgba(160, 130, 76, 0.2);
  background: rgba(255, 255, 255, 0.72);
  padding: 10px;
}

#about .about-value-card h3 {
  font-size: 1.02rem;
  color: #1f2a3d;
  margin-bottom: 4px;
}

#about .about-value-card p {
  color: #32435f;
  margin: 0;
  line-height: 1.65;
}

#about .about-proof-strip {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#about .about-proof-strip span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(160, 130, 76, 0.28);
  background: rgba(199, 162, 92, 0.08);
  color: #2a3850;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#about .about-proof-strip i {
  color: rgba(148, 112, 48, 0.95);
}

#about .about-cta {
  margin-top: 12px;
}

@media (max-width: 991.98px) {
  #about .about-shell-extreme {
    grid-template-columns: 1fr;
  }

  #about .about-portrait-main {
    min-height: 300px;
  }
}

/* ==========================================================================
   ABOUT EXTREME V5 (Navy/Gold Lux)
   ========================================================================== */
#about.about-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(980px circle at 8% 14%, rgba(212, 175, 55, 0.12), transparent 46%),
    radial-gradient(860px circle at 86% 86%, rgba(32, 66, 118, 0.3), transparent 48%),
    linear-gradient(140deg, #071224 0%, #0a1e3d 52%, #0c2a57 100%) !important;
}

#about.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(720px circle at 22% 20%, rgba(212, 175, 55, 0.08), transparent 58%);
}

#about .about-shell-extreme {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  background: linear-gradient(160deg, rgba(7, 15, 30, 0.8), rgba(10, 22, 45, 0.66));
  box-shadow:
    0 28px 56px -34px rgba(0, 0, 0, 0.75),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

#about .about-left-col,
#about .about-right-col {
  min-width: 0;
}

#about .about-right-col {
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  background: linear-gradient(175deg, rgba(7, 14, 28, 0.72), rgba(8, 18, 36, 0.56));
  box-shadow: 0 14px 30px -24px rgba(0, 0, 0, 0.75);
}

#about .about-right-col .section-subtitle {
  color: rgba(225, 193, 123, 0.96) !important;
}

#about .about-right-col .section-title {
  color: #f5eee0 !important;
}

#about .about-right-col .about-text {
  color: rgba(228, 236, 249, 0.88) !important;
}

#about .about-right-col .about-text.lead {
  color: rgba(239, 244, 252, 0.94) !important;
}

#about .about-value-card {
  border: 1px solid rgba(212, 175, 55, 0.22);
  background: linear-gradient(160deg, rgba(13, 27, 54, 0.82), rgba(10, 23, 45, 0.78));
}

#about .about-value-card h3 {
  color: #f1d895;
}

#about .about-value-card p {
  color: rgba(226, 234, 247, 0.88);
}

#about .about-mini-card {
  border: 1px solid rgba(212, 175, 55, 0.25);
  background: linear-gradient(155deg, rgba(11, 24, 47, 0.82), rgba(9, 20, 38, 0.72));
  padding: 6px 10px;
  border-radius: 999px;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: auto;
  max-width: 100%;
}

#about .about-mini-card strong {
  color: rgba(232, 201, 131, 0.96);
  font-size: 0.6rem;
  letter-spacing: 0.09em;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
}

#about .about-mini-card span {
  color: rgba(228, 236, 248, 0.9);
  font-size: 0.72rem;
  line-height: 1;
  white-space: nowrap;
}

#about .about-proof-strip span {
  border-color: rgba(212, 175, 55, 0.3);
  background: rgba(212, 175, 55, 0.12);
  color: #f2e5c8;
}

#about .about-proof-strip i {
  color: #e6c46a;
}

#about .about-cta .btn-gold-outline {
  border-color: rgba(234, 198, 116, 0.88);
  color: #0b1a33;
  background: linear-gradient(145deg, #f3d788, #d8ad54);
  box-shadow:
    0 14px 30px -20px rgba(212, 175, 55, 0.85),
    0 0 0 1px rgba(255, 246, 217, 0.2) inset;
  font-weight: 700;
  text-shadow: none;
}

#about .about-cta .btn-gold-outline:hover {
  color: #081325;
  border-color: #e3bf5f;
  background: linear-gradient(145deg, #f6de98, #e0b760);
}

@media (max-width: 991.98px) {
  #about .about-shell-extreme {
    padding: 14px;
    border-radius: 14px;
  }

  #about .about-right-col {
    padding: 14px;
  }
}

/* ==========================================================================
   ABOUT EXTREME V6 (Editorial Polish)
   ========================================================================== */
#about .about-shell-extreme::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.12);
  pointer-events: none;
}

#about .about-signature-line {
  width: min(260px, 64%);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.95), rgba(212, 175, 55, 0.22), transparent);
  margin-top: 8px;
}

#about .about-portrait-main {
  box-shadow:
    0 22px 44px -30px rgba(0, 0, 0, 0.82),
    0 0 0 1px rgba(255, 255, 255, 0.02) inset;
}

#about .about-portrait-main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.2), transparent 24%, transparent 74%, rgba(212, 175, 55, 0.14));
  mix-blend-mode: screen;
  opacity: 0.55;
}

#about .about-metrics-row {
  margin-top: 12px;
  margin-bottom: 2px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

#about .about-metric {
  border-radius: 10px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  background: linear-gradient(155deg, rgba(9, 21, 42, 0.84), rgba(8, 17, 33, 0.74));
  padding: 9px 10px;
  min-width: 0;
}

#about .about-metric strong {
  display: block;
  color: #f3da9d;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

#about .about-metric span {
  display: block;
  margin-top: 2px;
  color: rgba(226, 234, 247, 0.85);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.35;
}

#about .about-value-grid {
  margin-top: 12px;
}

#about .about-value-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

#about .about-value-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.13), transparent 38%);
  opacity: 0.55;
}

#about .about-value-card:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 175, 55, 0.36);
  box-shadow: 0 18px 34px -28px rgba(0, 0, 0, 0.75);
}

#about .about-proof-strip {
  margin-top: 14px;
  margin-bottom: 2px;
}

#about .about-proof-strip span {
  box-shadow: 0 10px 22px -18px rgba(0, 0, 0, 0.7);
}

@media (max-width: 991.98px) {
  #about .about-signature-line {
    width: min(220px, 82%);
  }

  #about .about-metrics-row {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   ABOUT EXTREME V7 (Structural Upgrade)
   ========================================================================== */
#about .about-shell-extreme {
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(18px, 2.8vw, 34px);
  padding: clamp(18px, 2.2vw, 26px);
}

#about .about-left-col {
  align-content: start;
  gap: 12px;
}

#about .about-right-col {
  padding: clamp(18px, 2.2vw, 26px);
}

#about .about-portrait-main {
  min-height: 470px;
  border-radius: 18px;
}

#about .about-portrait-plaque {
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(8, 14, 25, 0.88), rgba(9, 18, 34, 0.72));
  box-shadow: 0 18px 34px -24px rgba(0, 0, 0, 0.85);
}

#about .about-portrait-plaque strong {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

#about .about-portrait-plaque span {
  display: block;
  margin-top: 4px;
  font-size: 0.9rem;
  line-height: 1.45;
}

#about .about-credential-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#about .about-credential-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  background: linear-gradient(160deg, rgba(9, 20, 39, 0.86), rgba(9, 18, 34, 0.72));
  box-shadow: 0 14px 28px -24px rgba(0, 0, 0, 0.9);
}

#about .about-credential-pill strong {
  margin: 0;
  color: #ddb964;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}

#about .about-credential-pill span {
  color: rgba(235, 241, 250, 0.9);
  font-size: 0.78rem;
  line-height: 1;
  white-space: nowrap;
}

#about .about-side-note {
  position: relative;
  padding: 14px 15px 13px;
  margin-bottom: clamp(18px, 3vw, 34px);
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    linear-gradient(155deg, rgba(8, 18, 34, 0.82), rgba(7, 15, 29, 0.72));
  box-shadow: 0 18px 32px -28px rgba(0, 0, 0, 0.88);
  overflow: hidden;
}

#about .about-side-note::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.92), transparent);
}

#about .about-side-note strong {
  display: block;
  color: #f0d79b;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1rem;
  line-height: 1.35;
}

#about .about-side-note p {
  margin: 6px 0 0;
  color: rgba(225, 234, 247, 0.82);
  font-size: 0.9rem;
  line-height: 1.7;
}

#about .about-mini-cards,
#about .about-mini-card,
#about .about-cta {
  display: none !important;
}

#about .about-right-col .section-header {
  margin-bottom: 8px;
}

#about .about-right-col .section-title {
  max-width: 10ch;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.04;
}

#about .about-right-col .about-text.lead {
  max-width: 60ch;
  font-size: 1.02rem;
  line-height: 1.85;
}

#about .about-text {
  max-width: 62ch;
}

#about .about-metrics-row {
  gap: 10px;
}

#about .about-metric {
  padding: 12px 12px 11px;
  border-radius: 12px;
}

#about .about-metric strong {
  font-size: 1rem;
}

#about .about-value-grid {
  margin-top: 14px;
  gap: 10px;
}

#about .about-value-card {
  padding: 14px 14px 13px;
  border-radius: 14px;
}

#about .about-value-card h3 {
  margin-bottom: 6px;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
}

#about .about-proof-strip {
  margin-top: 16px;
  gap: 10px;
}

#about .about-proof-strip span {
  padding: 8px 12px;
  font-size: 0.71rem;
  letter-spacing: 0.08em;
}

#about .about-command-panel {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  background:
    radial-gradient(380px circle at 12% 50%, rgba(212, 175, 55, 0.18), transparent 56%),
    linear-gradient(145deg, rgba(214, 175, 88, 0.2), rgba(27, 47, 82, 0.78));
  padding: 16px 18px;
  color: inherit;
  box-shadow:
    0 22px 38px -28px rgba(0, 0, 0, 0.88),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

#about .about-command-panel:hover {
  transform: translateY(-2px);
  border-color: rgba(230, 194, 114, 0.44);
  box-shadow:
    0 26px 42px -28px rgba(0, 0, 0, 0.9),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

#about .about-command-copy strong {
  display: block;
  color: #f4ddb0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.12rem;
  line-height: 1.15;
}

#about .about-command-copy span {
  display: block;
  margin-top: 4px;
  color: rgba(233, 239, 248, 0.88);
  font-size: 0.9rem;
  line-height: 1.6;
}

#about .about-command-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  padding: 0 0 0 18px;
  border-left: 1px solid rgba(212, 175, 55, 0.24);
  color: #fff4d5;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

#about .about-command-action i {
  font-size: 0.82rem;
  color: #e5c16c;
}

@media (max-width: 991.98px) {
  #about .about-shell-extreme {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 14px;
  }

  #about .about-portrait-main {
    min-height: 320px;
  }

  #about .about-right-col {
    padding: 16px;
  }

  #about .about-right-col .section-title {
    max-width: none;
  }

  #about .about-side-note {
    padding: 13px 14px 12px;
    margin-bottom: 18px;
  }

  #about .about-command-panel {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #about .about-command-action {
    padding: 10px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(212, 175, 55, 0.24);
  }
}

/* ==========================================================================
   CONTACT EXTREME V1
   ========================================================================== */
#contact.contact-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(860px circle at 12% 20%, rgba(212, 175, 55, 0.12), transparent 44%),
    radial-gradient(920px circle at 88% 84%, rgba(24, 52, 99, 0.28), transparent 48%),
    linear-gradient(145deg, #071223 0%, #081a34 52%, #0b2750 100%) !important;
}

#contact .contact-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 22%),
    radial-gradient(520px circle at 78% 22%, rgba(212, 175, 55, 0.08), transparent 58%);
}

#contact .contact-shell-extreme {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

#contact .contact-command-side,
#contact .contact-form-wrapper {
  min-width: 0;
}

#contact .contact-command-side {
  display: grid;
  gap: 14px;
}

#contact .contact-visual-panel {
  position: relative;
  min-height: 280px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.26);
  box-shadow:
    0 26px 48px -30px rgba(0, 0, 0, 0.95),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

#contact .contact-visual-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.03);
}

#contact .contact-visual-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 10, 20, 0.08) 28%, rgba(5, 10, 20, 0.82) 100%),
    linear-gradient(135deg, rgba(212, 175, 55, 0.12), transparent 28%);
}

#contact .contact-visual-plaque {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  background: linear-gradient(160deg, rgba(8, 15, 28, 0.84), rgba(8, 18, 35, 0.68));
  box-shadow: 0 18px 30px -24px rgba(0, 0, 0, 0.88);
}

#contact .contact-visual-plaque strong {
  display: block;
  color: #f1d48e;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#contact .contact-visual-plaque span {
  display: block;
  margin-top: 5px;
  color: rgba(236, 241, 248, 0.9);
  font-size: 0.9rem;
  line-height: 1.55;
}

#contact .contact-command-head {
  padding-right: 10px;
}

#contact .contact-command-head .section-subtitle {
  color: rgba(228, 197, 128, 0.96) !important;
}

#contact .contact-command-head .section-title {
  color: #f7efe1 !important;
  max-width: 10ch;
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  line-height: 1.02;
}

#contact .contact-intro {
  margin-top: 12px;
  color: rgba(228, 236, 248, 0.88) !important;
  font-size: 1rem;
  line-height: 1.85;
  max-width: 56ch;
}

#contact .contact-command-card,
#contact .contact-form-shell {
  border-radius: 20px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  background: linear-gradient(155deg, rgba(7, 15, 29, 0.84), rgba(10, 22, 42, 0.7));
  box-shadow:
    0 28px 52px -34px rgba(0, 0, 0, 0.9),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

#contact .contact-command-card {
  padding: 18px;
}

#contact .contact-command-kicker,
#contact .contact-form-kicker {
  display: inline-block;
  color: #e1c47d;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#contact .contact-command-grid {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

#contact .contact-command-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background: linear-gradient(160deg, rgba(10, 21, 41, 0.84), rgba(8, 17, 33, 0.76));
}

#contact .contact-command-item > i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  background: rgba(212, 175, 55, 0.1);
  color: #e5c068;
  font-size: 0.95rem;
}

#contact .contact-text strong {
  display: block;
  color: #f4ddb0 !important;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#contact .contact-text span {
  display: block;
  margin-top: 4px;
  color: rgba(228, 236, 248, 0.9) !important;
  font-size: 0.94rem;
  line-height: 1.6;
  word-break: break-word;
}

#contact .contact-protocol-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

#contact .contact-protocol-item {
  padding: 14px 14px 13px;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    linear-gradient(155deg, rgba(9, 20, 39, 0.8), rgba(7, 15, 29, 0.68));
}

#contact .contact-protocol-item strong {
  display: block;
  color: #f0d79b;
  font-size: 1.12rem;
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1;
}

#contact .contact-protocol-item span {
  display: block;
  margin-top: 8px;
  color: rgba(226, 234, 247, 0.84);
  font-size: 0.84rem;
  line-height: 1.6;
}

#contact .contact-social-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#contact .contact-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  background: rgba(212, 175, 55, 0.08);
  color: #f7ead0 !important;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#contact .contact-social-link:hover {
  border-color: rgba(230, 194, 114, 0.38);
  background: rgba(212, 175, 55, 0.14);
  color: #fff3d8 !important;
}

#contact .contact-form-wrapper {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#contact .contact-form-shell {
  padding: 18px;
}

#contact .contact-form-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.14);
}

#contact .contact-form-intel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

#contact .contact-form-intel-item {
  padding: 13px 14px;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.14);
  background: linear-gradient(160deg, rgba(9, 20, 39, 0.74), rgba(8, 17, 33, 0.58));
}

#contact .contact-form-intel-item strong {
  display: block;
  color: #f1d48e;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#contact .contact-form-intel-item span {
  display: block;
  margin-top: 5px;
  color: rgba(229, 236, 247, 0.84);
  font-size: 0.86rem;
  line-height: 1.6;
}

#contact .contact-form-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  background: rgba(212, 175, 55, 0.08);
  color: #f3e1b7;
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#contact .contact-form-badge i {
  color: #dfb960;
}

#contact .contact-form {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#contact .form-header h3 {
  color: #f7efe1 !important;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
}

#contact .form-header p {
  color: rgba(227, 235, 247, 0.84) !important;
  max-width: 60ch;
}

#contact .contact-form .form-control,
#contact .contact-form select,
#contact .contact-form textarea {
  border-radius: 14px !important;
  border: 1px solid rgba(212, 175, 55, 0.18) !important;
  background: linear-gradient(160deg, rgba(9, 20, 39, 0.92), rgba(8, 17, 33, 0.84)) !important;
  color: #f6eedf !important;
  min-height: 60px;
  box-shadow: none !important;
}

#contact .contact-form textarea {
  min-height: 168px;
}

#contact .contact-form .form-control::placeholder,
#contact .contact-form select,
#contact .contact-form label {
  color: rgba(223, 230, 241, 0.72) !important;
}

#contact .contact-form select option {
  color: #0b1629 !important;
  background: #f5efe3 !important;
}

#contact .form-floating-custom label {
  background: #0a1931 !important;
  padding: 0 8px !important;
  border-radius: 999px;
}

#contact .form-floating-custom .form-control:focus + label,
#contact .form-floating-custom .form-control:not(:placeholder-shown) + label,
#contact .form-floating-custom textarea:focus + label,
#contact .form-floating-custom textarea:not(:placeholder-shown) + label,
#contact .form-floating-custom select + label {
  color: #e0bf6d !important;
  background: #0a1931 !important;
}

#contact .contact-form .form-control:focus,
#contact .contact-form select:focus,
#contact .contact-form textarea:focus {
  border-color: rgba(230, 194, 114, 0.5) !important;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1) !important;
}

#contact .contact-form-note {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background: rgba(212, 175, 55, 0.07);
  color: rgba(236, 224, 194, 0.9);
  font-size: 0.86rem;
  line-height: 1.65;
}

#contact .form-check-label,
#contact .form-check-label a {
  color: rgba(228, 236, 248, 0.86) !important;
}

#contact .invalid-feedback {
  color: #ffd4d4 !important;
}

#contact .form-check-input {
  border-color: rgba(212, 175, 55, 0.34);
  background-color: rgba(9, 20, 39, 0.9);
}

#contact .form-check-input:checked {
  background-color: #d4af37;
  border-color: #d4af37;
}

#contact .btn-submit {
  width: 100%;
  min-height: 58px;
  border-radius: 14px;
  border: 1px solid rgba(235, 200, 118, 0.72);
  background: linear-gradient(145deg, #f2d786, #d6ab4f) !important;
  color: #0d1627 !important;
  box-shadow: 0 18px 34px -24px rgba(212, 175, 55, 0.86);
}

#contact .btn-submit:hover {
  background: linear-gradient(145deg, #f6df99, #deba63) !important;
  color: #091220 !important;
}

#contact .form-message {
  margin-top: 12px;
  color: #f6eedf !important;
}

#contact .form-message.success {
  background: rgba(29, 84, 53, 0.28) !important;
  border: 1px solid rgba(104, 196, 138, 0.34) !important;
  color: #d8f5e3 !important;
}

#contact .form-message.error {
  background: rgba(126, 30, 30, 0.24) !important;
  border: 1px solid rgba(228, 115, 115, 0.28) !important;
  color: #ffdede !important;
}

@media (max-width: 991.98px) {
  #contact .contact-shell-extreme {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #contact .contact-command-head .section-title {
    max-width: none;
  }

  #contact .contact-protocol-strip {
    grid-template-columns: 1fr;
  }

  #contact .contact-form-intel {
    grid-template-columns: 1fr;
  }

  #contact .contact-form-topline {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575.98px) {
  #contact .contact-command-card,
  #contact .contact-form-shell {
    padding: 14px;
    border-radius: 16px;
  }

  #contact .contact-visual-panel {
    min-height: 220px;
    border-radius: 16px;
  }

  #contact .contact-command-item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  #contact .contact-command-item > i {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}

/* ==========================================================================
   HERO EXTREME V2
   ========================================================================== */
#home.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background:
    radial-gradient(980px circle at 12% 18%, rgba(212, 175, 55, 0.12), transparent 42%),
    radial-gradient(1100px circle at 88% 82%, rgba(16, 40, 84, 0.38), transparent 48%),
    linear-gradient(145deg, #081427 0%, #0a1f41 48%, #0c2a57 100%) !important;
}

#home .hero-bg-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 18%),
    radial-gradient(560px circle at 76% 18%, rgba(212, 175, 55, 0.08), transparent 58%);
}

#home .hero-shell-extreme {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(24px, 3.4vw, 46px);
  min-height: 100vh;
  padding: clamp(66px, 5.6vw, 84px) 0 32px;
}

#home .hero-command-side,
#home .hero-showcase {
  min-width: 0;
}

#home .hero-command-side {
  display: grid;
  align-content: center;
  gap: 14px;
  padding-right: clamp(0px, 1.2vw, 10px);
}

#home .hero-command-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

#home .hero-badge {
  margin: 0;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  background: rgba(212, 175, 55, 0.1);
  color: #f2deb0 !important;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#home .hero-kicker-line {
  color: rgba(237, 242, 249, 0.84);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#home .hero-title-stack {
  max-width: 680px;
  position: relative;
  padding-bottom: 10px;
}

#home .hero-title-stack::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(180px, 42%);
  height: 1px;
  background: linear-gradient(90deg, rgba(224, 186, 101, 0.92), rgba(224, 186, 101, 0.18), transparent);
}

#home .hero-title {
  margin: 0;
  color: #f8f1e5 !important;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3.5rem, 6.4vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

#home .hero-title .text-gold {
  display: inline-block;
  color: #e0ba65 !important;
}

#home .hero-subtitle {
  margin-top: 14px;
  color: rgba(233, 239, 248, 0.92) !important;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  font-weight: 500;
  line-height: 1.7;
  max-width: 38ch;
}

#home .hero-description {
  margin: 0;
  color: rgba(228, 236, 248, 0.82) !important;
  font-size: 0.95rem;
  line-height: 1.88;
  max-width: 52ch;
}

#home .hero-statement-block {
  max-width: 560px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    linear-gradient(160deg, rgba(8, 18, 35, 0.8), rgba(8, 17, 33, 0.62));
  box-shadow: 0 20px 34px -28px rgba(0, 0, 0, 0.88);
}

#home .hero-statement-block strong {
  display: block;
  color: #f4deaa;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.22rem;
  line-height: 1.1;
}

#home .hero-statement-block span {
  display: block;
  margin-top: 7px;
  color: rgba(228, 236, 248, 0.82);
  font-size: 0.9rem;
  line-height: 1.7;
}

#home .hero-buttons {
  margin: 2px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#home .hero-buttons .btn-gold,
#home .hero-buttons .hero-outline-premium {
  min-height: 56px;
  padding: 0 22px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#home .hero-buttons .btn-gold {
  box-shadow: 0 18px 34px -24px rgba(212, 175, 55, 0.9);
}

#home .hero-buttons .hero-outline-premium {
  border: 1px solid rgba(212, 175, 55, 0.3);
  background: rgba(255, 255, 255, 0.04);
  color: #f4e8d0 !important;
}

#home .hero-buttons .hero-outline-premium:hover {
  border-color: rgba(226, 192, 106, 0.46);
  background: rgba(212, 175, 55, 0.1);
}

#home .hero-proof-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#home .hero-proof-rail span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(239, 231, 214, 0.92);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#home .hero-proof-rail i {
  color: #deb960;
}

#home .hero-showcase {
  display: grid;
  align-content: start;
  gap: 10px;
  padding-left: clamp(0px, 1vw, 8px);
}

#home .hero-visual-stage {
  position: relative;
  min-height: auto;
  padding-top: 0;
  margin-bottom: 0;
}

#home .hero-portrait-frame {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 5;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.28);
  box-shadow:
    0 34px 58px -34px rgba(0, 0, 0, 0.94),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

#home .hero-portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
}

#home .hero-portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 12, 22, 0.08) 34%, rgba(6, 12, 22, 0.82) 100%),
    linear-gradient(135deg, rgba(212, 175, 55, 0.12), transparent 28%);
}

#home .hero-portrait-badge {
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  background: linear-gradient(160deg, rgba(8, 15, 28, 0.84), rgba(8, 18, 35, 0.68));
  box-shadow: 0 20px 34px -26px rgba(0, 0, 0, 0.9);
}

#home .hero-portrait-badge strong {
  color: #f0d79b;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#home .hero-portrait-badge span {
  display: block;
  margin-top: 5px;
  color: rgba(234, 240, 248, 0.88);
  font-size: 0.9rem;
  line-height: 1.55;
}

#home .hero-stats-modern {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-inline: 0;
}

#home .hero-stats-modern .stat-item {
  min-height: 122px;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    linear-gradient(160deg, rgba(8, 18, 35, 0.82), rgba(7, 15, 29, 0.7));
  box-shadow: 0 22px 36px -30px rgba(0, 0, 0, 0.9);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

#home .hero-stats-modern .stat-item:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 55, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    linear-gradient(160deg, rgba(10, 22, 43, 0.9), rgba(8, 17, 33, 0.78));
}

#home .hero-stats-modern .stat-number,
#home .hero-stats-modern .stat-suffix {
  color: #f0d79b !important;
  font-family: 'Cormorant Garamond', Georgia, serif;
}

#home .hero-stats-modern .stat-number {
  font-size: 2.6rem;
}

#home .hero-stats-modern .stat-word {
  display: block;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

#home .hero-stats-modern .stat-label {
  color: rgba(230, 236, 246, 0.84) !important;
  font-size: 0.82rem;
  line-height: 1.5;
}

#home .hero-wave {
  display: none !important;
}

@media (max-width: 1199.98px) {
  #home .hero-visual-stage {
    min-height: auto;
    margin-bottom: 0;
  }

  #home .hero-portrait-frame {
    min-height: 0;
  }
}

@media (max-width: 991.98px) {
  #home .hero-shell-extreme {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 70px;
  }

  #home .hero-command-side,
  #home .hero-showcase {
    padding-left: 0;
    padding-right: 0;
  }

  #home .hero-stats-modern {
    grid-template-columns: 1fr;
  }

  #home .hero-visual-stage {
    min-height: auto;
    margin-bottom: 0;
  }

  #home .hero-portrait-frame {
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  #home .hero-shell-extreme {
    padding: 64px 0 28px;
  }

  #home .hero-title {
    font-size: clamp(2.8rem, 14vw, 4.4rem);
  }

  #home .hero-subtitle,
  #home .hero-description {
    max-width: none;
  }

  #home .hero-visual-stage {
    min-height: auto;
    margin-bottom: 0;
  }

  #home .hero-portrait-frame {
    min-height: 0;
    border-radius: 22px;
    aspect-ratio: 4 / 5;
  }

  #home .hero-buttons {
    flex-direction: column;
  }

  #home .hero-buttons .btn-gold,
  #home .hero-buttons .hero-outline-premium {
    width: 100%;
  }

}

/* ==========================================================================
   MOBILE NAVBAR COLLAPSE FIX
   ========================================================================== */
@media (max-width: 991.98px) {
  #mainNav .navbar-collapse.collapse:not(.show) {
    display: none !important;
  }

  #mainNav .navbar-collapse.collapse.show,
  #mainNav .navbar-collapse.collapsing {
    display: block !important;
    width: 100% !important;
    flex-basis: 100% !important;
  }

  #mainNav .nav-shell {
    flex-wrap: wrap !important;
  }
}

@media (min-width: 992px) {
  #mainNav .navbar-collapse {
    display: flex !important;
  }
}
