/* Fonts carregadas via <link> no HTML head para melhor performance */

/* ══════════════════════════════════════
   LGPD BANNER
══════════════════════════════════════ */
#lgpd-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(8, 8, 8, 0.96);
  border-top: 1px solid rgba(201, 162, 39, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 18px 24px;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.6);
}

#lgpd-banner.visible {
  transform: translateY(0);
}

#lgpd-banner.hidden {
  transform: translateY(110%);
  pointer-events: none;
}

.lgpd-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.lgpd-text {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex: 1;
  min-width: 260px;
}

.lgpd-icon {
  font-size: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

.lgpd-text p {
  font-size: 13px;
  color: rgba(232, 224, 208, 0.75);
  line-height: 1.6;
  margin: 0;
}

.lgpd-text strong {
  color: #c9a227;
  font-weight: 600;
}

.lgpd-text a {
  color: #c9a227;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s;
}

.lgpd-text a:hover {
  opacity: 0.75;
}

.lgpd-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

#lgpd-aceitar {
  background: linear-gradient(135deg, #c9a227, #a07a18);
  color: #0c0c0c;
  border: none;
  padding: 10px 26px;
  border-radius: 4px;
  font-family: 'Cinzel', serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

#lgpd-aceitar:hover {
  background: linear-gradient(135deg, #e8c96a, #c9a227);
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(201, 162, 39, 0.4);
}

@media (max-width: 600px) {
  .lgpd-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .lgpd-actions {
    width: 100%;
  }

  #lgpd-aceitar {
    width: 100%;
    text-align: center;
  }
}


/* ══════════════════════════════════════
   RESET & BASE
══════════════════════════════════════ */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

:root {
  --gold: #c9a227;
  --gold-light: #e8c96a;
  --gold-dark: #8c6a1a;
  --dark: #0c0c0c;
  --darker: #050505;
  --text: #e8e0d0;
  --text-muted: rgba(232, 224, 208, 0.6);
  --glass: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(201, 162, 39, 0.15);
}

body {
  font-family: 'Jost', 'Segoe UI', Arial, sans-serif;
  background: var(--dark);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

/* ══════════════════════════════════════
   GRAIN TEXTURE
══════════════════════════════════════ */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
  opacity: 0.25;
  transform: translateZ(0);
  will-change: transform;
}

/* ══════════════════════════════════════
   TYPOGRAPHY
══════════════════════════════════════ */
.font-display {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

.font-title {
  font-family: 'Cinzel', 'Times New Roman', serif;
}

/* ══════════════════════════════════════
   REUSABLE UTILITIES
══════════════════════════════════════ */
.gold {
  color: var(--gold);
}

.section-max {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 5px;
  color: var(--gold);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.eyebrow::before {
  content: '';
  width: 30px;
  height: 1px;
  background: var(--gold);
}

.sec-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 300;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 24px;
}

.sec-title em {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}

.gold-divider {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 35px 0;
}

.gold-divider::before,
.gold-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.3));
}

.gold-divider::after {
  background: linear-gradient(90deg, rgba(201, 162, 39, 0.3), transparent);
}

.gold-divider span {
  color: var(--gold);
  font-size: 14px;
}

/* ══════════════════════════════════════
   BUTTONS
══════════════════════════════════════ */
.btn-gold {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--dark);
  padding: 16px 40px;
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 30px rgba(201, 162, 39, 0.2);
  border: 1px solid transparent;
}

.btn-gold:hover {
  background: var(--gold-light);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(201, 162, 39, 0.35);
}

.btn-outline {
  display: inline-block;
  border: 1px solid rgba(201, 162, 39, 0.4);
  color: var(--gold);
  padding: 16px 40px;
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  backdrop-filter: blur(10px);
}

.btn-outline:hover {
  background: rgba(201, 162, 39, 0.1);
  border-color: var(--gold);
  transform: translateY(-3px);
}

/* ══════════════════════════════════════
   NAVBAR
══════════════════════════════════════ */
#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 30px 0;
}

#navbar.scrolled {
  background: rgba(8, 8, 8, 0.85);
  backdrop-filter: blur(20px);
  padding: 15px 0;
  border-bottom: 1px solid rgba(201, 162, 39, 0.15);
}

.nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(20px, 3vw, 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  line-height: 1;
}

.nav-logo img {
  height: 55px;
  filter: drop-shadow(0 0 10px rgba(201, 162, 39, 0.2)) contrast(1.1) brightness(1.1) saturate(1.2);
  transition: all 0.3s ease;
}

.nav-logo:hover img {
  transform: scale(1.05);
  filter: drop-shadow(0 0 15px rgba(201, 162, 39, 0.4)) contrast(1.2) brightness(1.2) saturate(1.4);
}

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

.nav-logo .nl-main {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
  letter-spacing: -0.5px;
}

.nav-logo .nl-sub {
  font-family: 'Cinzel', serif;
  font-size: 8px;
  letter-spacing: 3px;
  color: rgba(232, 224, 208, 0.5);
  text-transform: uppercase;
  margin-top: 2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 40px);
  list-style: none;
}

.nav-links a {
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(232, 224, 208, 0.7);
  transition: color 0.3s;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nav-links a:hover {
  color: var(--gold);
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-cta {
  font-family: 'Cinzel', serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: var(--gold);
  color: var(--dark);
  padding: 12px 28px;
  border-radius: 4px;
  transition: all 0.3s;
  white-space: nowrap;
}

.nav-cta:hover {
  background: var(--gold-light);
  transform: scale(1.05);
}

/* Hamburger */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: transparent;
  padding: 8px;
}

.nav-hamburger span {
  display: block;
  width: 28px;
  height: 1.5px;
  background: var(--gold);
  transition: all 0.3s;
}

/* Mobile Nav */
.nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(8, 8, 8, 0.98);
  z-index: 1100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 3vh, 35px);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow-y: auto;
  padding: 60px 20px 20px;
}

.nav-mobile.open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.nav-mobile a {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(24px, 5vh, 36px);
  font-style: italic;
  color: var(--text-muted);
  transition: color 0.3s, transform 0.3s;
}

.nav-mobile a:hover {
  color: var(--gold);
  transform: scale(1.1);
}

.nav-mobile-close {
  position: absolute;
  top: 35px;
  right: 35px;
  background: transparent;
  font-size: 32px;
  color: var(--gold);
}

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
#hero {
  min-height: 100vh;
  background: var(--darker);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 140px 40px 100px;
}

#hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('assets/hero-bg-new.jpg') no-repeat center center;
  background-size: cover;
  opacity: 0.12;
  z-index: 1;
}

.hero-bg-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.15) 0%, transparent 70%);
  pointer-events: none;
  animation: glow-pulse 8s ease-in-out infinite;
  z-index: 2;
}

@keyframes glow-pulse {

  0%,
  100% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201, 162, 39, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 162, 39, 0.03) 1px, transparent 1px);
  background-size: 100px 100px;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  text-align: center;
  max-width: 1000px;
  z-index: 10;
}

.hero-main-logo {
  max-width: 420px;
  width: 90%;
  margin: 0 auto 30px;
  display: block;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 40px rgba(201, 162, 39, 0.25));
  animation: fadeDown 1.2s ease both;
}

.hero-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 8px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 25px;
  animation: fadeDown 1.2s 0.2s ease both;
}



.hero-divider {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin: 40px auto;
  animation: fadeUp 1.2s 0.6s ease both;
}

.hero-divider::before,
.hero-divider::after {
  content: '';
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.hero-divider::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.hero-divider span {
  color: var(--gold);
  font-size: 18px;
}

.hero-tagline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 300;
  font-style: italic;
  color: rgba(232, 224, 208, 0.85);
  line-height: 1.4;
  max-width: 800px;
  margin: 0 auto 40px;
  animation: fadeUp 1.2s 0.7s ease both;
}

.hero-tagline strong {
  color: #ffffff;
  font-weight: 400;
  font-style: normal;
}

.hero-location {
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 4px;
  color: rgba(201, 162, 39, 0.6);
  text-transform: uppercase;
  margin-bottom: 50px;
  animation: fadeUp 1.2s 0.8s ease both;
}

.hero-btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeUp 1.2s 0.9s ease both;
}

.hero-mvv {
  margin-top: 60px;
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeUp 1.2s 1.1s ease both;
}

.mvv-card {
  flex: 1;
  min-width: 200px;
  max-width: 280px;
  padding: 20px;
  background: rgba(10, 10, 10, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 8px;
  position: relative;
  transition: all 0.4s ease;
}

.mvv-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border-radius: 8px;
  padding: 1px; /* Espessura da borda */
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.8), rgba(201, 162, 39, 0.1), rgba(201, 162, 39, 0.8));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  transition: all 0.4s ease;
}

.mvv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(201, 162, 39, 0.15);
}

.mvv-card:hover::before {
  background: linear-gradient(135deg, rgba(201, 162, 39, 1), rgba(201, 162, 39, 0.5), rgba(201, 162, 39, 1));
}

.mvv-card .hero-eyebrow {
  margin-bottom: 15px;
  font-size: 11px;
  animation: none;
  letter-spacing: 5px;
}

.mvv-card p {
  font-size: 13px;
  color: rgba(232, 224, 208, 0.7);
  line-height: 1.6;
  margin: 0;
  font-weight: 300;
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(201, 162, 39, 0.4);
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  animation: bounce-soft 3s ease-in-out infinite;
}

/* ══════════════════════════════════════
   ABOUT
══════════════════════════════════════ */
#about {
  background: #0f0f0f;
  padding: 120px 0;
  position: relative;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.about-visual {
  position: relative;
}

.about-img-box {
  background: linear-gradient(135deg, #1a1200, #0f0c00);
  border: 1px solid var(--glass-border);
  aspect-ratio: 4/5;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.about-img-box img {
  width: 100%;
  height: 100%;
  transition: transform 1s ease;
}

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

.about-badge {
  position: absolute;
  bottom: 30px;
  right: -30px;
  background: var(--gold);
  color: var(--dark);
  padding: 30px 40px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 15px 45px rgba(201, 162, 39, 0.4);
  z-index: 5;
}

.about-badge .ab-num {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.about-badge .ab-txt {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  display: block;
  line-height: 1.3;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-text p {
  font-size: 17px;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 24px;
}

.about-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 45px;
}

.about-spec {
  border-left: 3px solid var(--gold);
  padding: 12px 0 12px 24px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 0 4px 4px 0;
  transition: background 0.3s;
}

.about-spec:hover {
  background: rgba(255, 255, 255, 0.05);
}

.about-spec strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 4px;
}

.about-spec span {
  font-size: 13px;
  font-weight: 300;
  color: rgba(232, 224, 208, 0.5);
}

/* ══════════════════════════════════════
   FORMACOES
══════════════════════════════════════ */
#formacoes {
  background: var(--darker);
  padding: 120px 0;
}

.formacoes-header {
  text-align: center;
  margin-bottom: 80px;
}

.formacoes-header .eyebrow {
  justify-content: center;
}

.formacoes-header p {
  max-width: 600px;
  margin: 20px auto 0;
  font-size: 17px;
  font-weight: 300;
  color: var(--text-muted);
}

.formacoes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.form-card {
  background: #111111;
  border: 1px solid var(--glass-border);
  padding: 0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.form-card:hover {
  border-color: var(--gold);
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.fc-visual {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.fc-visual img {
  width: 100%;
  height: 100%;
  transition: transform 1s ease;
}

.form-card:hover .fc-visual img {
  transform: scale(1.1);
}

.fc-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #111 0%, transparent 100%);
}

.fc-num {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: 'Cinzel', serif;
  font-size: 12px;
  letter-spacing: 4px;
  color: var(--gold);
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 4px;
}

.form-card-content {
  padding: 30px;
}

.fc-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

.fc-desc {
  font-size: 14px;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 25px;
}

.fc-events {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fc-tag {
  background: rgba(201, 162, 39, 0.1);
  border: 1px solid rgba(201, 162, 39, 0.2);
  color: var(--gold);
  font-size: 10px;
  font-family: 'Cinzel', serif;
  letter-spacing: 2px;
  padding: 6px 12px;
  text-transform: uppercase;
  border-radius: 4px;
}

/* ══════════════════════════════════════
   PORTFOLIO
══════════════════════════════════════ */
#portfolio {
  background: var(--dark);
  padding: 120px 0;
}

.portfolio-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.portfolio-header p {
  max-width: 400px;
  font-size: 16px;
  font-weight: 300;
  color: var(--text-muted);
}

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

.pg-item {
  background: #161616;
  border: 1px solid var(--glass-border);
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pg-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}

.pg-item:nth-last-child(1),
.pg-item:nth-last-child(2) {
  grid-column: span 2;
  aspect-ratio: 2/1;
}

.pg-item img {
  width: 100%;
  height: 100%;
  transition: transform 1s ease;
}

.pg-item::before {
  content: attr(data-label);
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 8, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  font-style: italic;
  color: var(--gold);
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 2;
  text-align: center;
  padding: 20px;
}

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

.pg-item:hover::before {
  opacity: 1;
}

.portfolio-yt {
  margin-top: 60px;
  text-align: center;
}

.portfolio-yt p {
  font-size: 16px;
  font-weight: 300;
  color: var(--text-muted);
  margin-bottom: 30px;
}

.yt-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #ff0000;
  color: #ffffff;
  padding: 18px 40px;
  border-radius: 4px;
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: all 0.4s;
}

.yt-btn:hover {
  background: #cc0000;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255, 0, 0, 0.3);
}

/* ══════════════════════════════════════
   REPERTORIO
══════════════════════════════════════ */
#repertorio {
  background: #0f0f0f;
  padding: 120px 0;
}

.rep-header {
  text-align: center;
  margin-bottom: 70px;
}

.rep-header p {
  max-width: 600px;
  margin: 20px auto 0;
  font-size: 17px;
  font-weight: 300;
  color: var(--text-muted);
}

.rep-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.rep-tab {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--glass-border);
  color: var(--text-muted);
  padding: 12px 24px;
  font-family: 'Cinzel', serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
}

.rep-tab:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.rep-tab.active {
  background: var(--gold);
  color: var(--dark);
  border-color: var(--gold);
}

.rep-list {
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 15px;
}

.rep-list.active {
  display: grid;
}

.rep-item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(201, 162, 39, 0.08);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s;
  border-radius: 6px;
}

.rep-item:hover {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.05);
  transform: translateX(5px);
}

.rep-item .ri-note {
  color: var(--gold);
  font-size: 16px;
}

.rep-item span {
  font-size: 14px;
  font-weight: 300;
  color: var(--text-muted);
}

.rep-item strong {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  display: block;
}

.song-links {
  display: flex;
  gap: 10px;
  margin-left: 30px;
  margin-top: 2px;
}

.song-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  font-family: 'Cinzel', serif;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.song-btn.yt {
  background: rgba(255, 0, 0, 0.08);
  color: #ff5555;
  border: 1px solid rgba(255, 0, 0, 0.2);
}

.song-btn.yt:hover {
  background: #ff0000;
  color: #ffffff;
  border-color: #ff0000;
  box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3);
  transform: translateY(-2px);
}

.song-btn.ig {
  background: rgba(225, 48, 108, 0.08);
  color: #E1306C;
  border: 1px solid rgba(225, 48, 108, 0.2);
}

.song-btn.ig:hover {
  background: #E1306C;
  color: #ffffff;
  border-color: #E1306C;
  box-shadow: 0 5px 15px rgba(225, 48, 108, 0.3);
  transform: translateY(-2px);
}

#depoimentos {
  background: var(--darker);
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}

#depoimentos::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(201, 162, 39, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.dep-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.dep-subtitle {
  max-width: 600px;
  margin: 20px auto 0;
  font-size: 17px;
  font-weight: 300;
  color: var(--text-muted);
}

.dep-grid-luxury {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
  position: relative;
}

/* Base card */
.dep-card-luxury {
  background: rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 32px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
}

.dep-card-luxury:hover {
  transform: translateY(-8px);
  border-color: rgba(201, 162, 39, 0.35);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5), 0 0 25px rgba(201, 162, 39, 0.08);
}

/* Highlighted/featured card */
.dep-card-highlight {
  border-color: rgba(201, 162, 39, 0.45) !important;
  box-shadow: 0 0 35px rgba(201, 162, 39, 0.1);
}

.dep-card-highlight:hover {
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5), 0 0 40px rgba(201, 162, 39, 0.2) !important;
}

/* Header: platform + time */
.dc-header-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dc-platform {
  font-family: 'Cinzel', serif;
  font-size: 9px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-weight: 600;
}

.dc-platform svg {
  flex-shrink: 0;
}

.dc-date {
  font-size: 10px;
  color: rgba(232, 224, 208, 0.35);
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* SVG Stars */
.dc-stars-svg {
  display: flex;
  gap: 4px;
  margin-bottom: 18px;
}

.dc-stars-svg svg {
  width: 13px;
  height: 13px;
  fill: var(--gold);
  stroke: var(--gold);
  stroke-width: 1;
}

/* Quote text */
.dc-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-style: italic;
  color: rgba(232, 224, 208, 0.85);
  line-height: 1.7;
  flex-grow: 1;
  margin-bottom: 28px;
}

/* Footer */
.dc-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: auto;
}

.dc-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 39, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
  background: rgba(201, 162, 39, 0.06);
  flex-shrink: 0;
}

.dc-info strong {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 11px;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.dc-info span {
  font-size: 10px;
  color: rgba(201, 162, 39, 0.7);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.dc-verified {
  color: #3897f0;
  font-size: 11px;
  margin-left: 4px;
}

/* ══════════════════════════════════════
   FAQ
══════════════════════════════════════ */
#faq {
  padding: 120px 0;
  background: var(--dark);
}

.faq-header {
  text-align: center;
  margin-bottom: 70px;
}

.faq-header p {
  font-size: 17px;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background: rgba(20, 20, 20, 0.6);
  border: 1px solid rgba(201, 162, 39, 0.15);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: rgba(201, 162, 39, 0.4);
  background: rgba(30, 30, 30, 0.6);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  list-style: none;
  /* remove default marker */
  user-select: none;
  transition: color 0.3s;
}

.faq-question::-webkit-details-marker {
  display: none;
  /* Safari */
}

.faq-question:hover {
  color: var(--gold);
}

.faq-question::after {
  content: '▼';
  font-size: 14px;
  color: var(--gold);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.4s;
  margin-left: 20px;
  border: 1px solid rgba(201, 162, 39, 0.3);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-item[open] .faq-question {
  color: var(--gold);
  border-bottom: 1px solid rgba(201, 162, 39, 0.1);
}

.faq-item[open] .faq-question::after {
  transform: rotate(180deg);
  background: rgba(201, 162, 39, 0.1);
}

.faq-answer {
  padding: 25px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--text-muted);
  animation: faq-fade-in 0.4s ease;
}

@keyframes faq-fade-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .faq-question {
    font-size: 16px;
    padding: 20px;
  }

  .faq-question::after {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .faq-answer {
    padding: 20px;
    font-size: 15px;
  }
}

/* ══════════════════════════════════════
   MAESTRO
══════════════════════════════════════ */
#maestro {
  background: linear-gradient(135deg, rgba(8,8,8,0.65) 0%, rgba(8,8,8,0.3) 100%), url('assets/maestro-bg.png') center/cover no-repeat;
  background-attachment: fixed;
  padding: 120px 0;
  position: relative;
}

/* ══════════════════════════════════════
   CONTATO / ORCAMENTO
══════════════════════════════════════ */
#contato {
  background: linear-gradient(135deg, rgba(8,8,8,0.7) 0%, rgba(8,8,8,0.3) 100%), url('assets/form-bg.png') center/cover no-repeat;
  background-attachment: fixed;
  padding: 120px 0;
  position: relative;
}

/* ══════════════════════════════════════
   RESPONSIVIDADE — Maestro + Contato
   iOS não suporta background-attachment: fixed
   Troca para scroll em mobile/tablet
══════════════════════════════════════ */
@media (max-width: 1024px) {
  #maestro {
    background: linear-gradient(135deg, rgba(8,8,8,0.72) 0%, rgba(8,8,8,0.45) 100%), url('assets/maestro-bg.png') center/cover no-repeat scroll;
    background-attachment: scroll;
    padding: 80px 0;
  }

  #contato {
    background: linear-gradient(135deg, rgba(8,8,8,0.75) 0%, rgba(8,8,8,0.45) 100%), url('assets/form-bg.png') center/cover no-repeat scroll;
    background-attachment: scroll;
    padding: 80px 0;
  }
}

@media (max-width: 768px) {
  #maestro {
    background: linear-gradient(135deg, rgba(8,8,8,0.78) 0%, rgba(8,8,8,0.55) 100%), url('assets/maestro-bg.png') center top/cover no-repeat scroll;
    padding: 60px 0;
  }

  #contato {
    background: linear-gradient(135deg, rgba(8,8,8,0.82) 0%, rgba(8,8,8,0.55) 100%), url('assets/form-bg.png') center top/cover no-repeat scroll;
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  #maestro {
    padding: 50px 0;
  }

  #contato {
    padding: 50px 0;
  }
}

.contato-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 100px;
  align-items: start;
}

.contato-info p {
  font-size: 17px;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.8;
  margin-top: 25px;
  margin-bottom: 45px;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 45px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ci-icon {
  width: 50px;
  height: 50px;
  background: rgba(201, 162, 39, 0.08);
  border: 1px solid rgba(201, 162, 39, 0.2);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.ci-info strong {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ci-info span {
  font-size: 16px;
  font-weight: 300;
  color: var(--text-muted);
}

.social-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--glass-border);
  padding: 12px 15px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-muted);
  transition: all 0.3s;
}

.social-link:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(255, 255, 255, 0.05);
}

/* FORM */
.orcamento-form {
  background: #111111;
  border: 1px solid var(--glass-border);
  padding: 50px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
}

.orcamento-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.form-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
}

.form-subtitle {
  font-size: 14px;
  font-weight: 300;
  color: var(--text-muted);
  margin-bottom: 35px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 9px;
  letter-spacing: 2.5px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: #080808;
  border: 1px solid rgba(201, 162, 39, 0.15);
  border-radius: 4px;
  padding: 15px 20px;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: var(--text);
  outline: none;
  transition: all 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  background: #0c0c0c;
  box-shadow: 0 0 15px rgba(201, 162, 39, 0.1);
}

.form-section-sep {
  background: rgba(201, 162, 39, 0.05);
  border-left: 3px solid var(--gold);
  padding: 12px 20px;
  margin: 30px 0 20px;
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 3px;
  color: var(--gold);
  text-transform: uppercase;
}

.form-submit {
  width: 100%;
  background: var(--gold);
  color: var(--dark);
  padding: 20px;
  font-family: 'Cinzel', serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 4px;
  box-shadow: 0 15px 35px rgba(201, 162, 39, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.form-submit:hover {
  background: var(--gold-light);
  transform: translateY(-5px);
}

/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
footer {
  background: var(--darker);
  border-top: 1px solid rgba(201, 162, 39, 0.1);
  padding: 100px 0 100px;
  /* Increased bottom padding to avoid wa-float overlap */
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 100px;
  margin-bottom: 80px;
}

.footer-brand .fb-logo {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 48px;
  font-style: italic;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 10px;
}

.footer-brand .fb-sub {
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 5px;
  color: rgba(232, 224, 208, 0.3);
  text-transform: uppercase;
  margin-bottom: 25px;
}

.footer-brand p {
  font-size: 15px;
  font-weight: 300;
  color: rgba(232, 224, 208, 0.4);
  line-height: 1.8;
  max-width: 350px;
}

.footer-col h4 {
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 4px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer-links {
  list-style: none;
}

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

.footer-links a {
  font-size: 15px;
  font-weight: 300;
  color: rgba(232, 224, 208, 0.5);
  transition: all 0.3s;
}

.footer-links a:hover {
  color: var(--gold);
  transform: translateX(5px);
  display: inline-block;
}

.footer-contact-list {
  list-style: none;
}

.footer-contact-list li {
  display: flex;
  gap: 15px;
  font-size: 15px;
  font-weight: 300;
  color: rgba(232, 224, 208, 0.5);
  margin-bottom: 20px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-bottom p {
  font-size: 12px;
  color: rgba(232, 224, 208, 0.25);
  font-family: 'Cinzel', serif;
  letter-spacing: 2px;
}

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

.footer-sicon {
  width: 45px;
  height: 45px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(232, 224, 208, 0.5);
}

.footer-sicon:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201, 162, 39, 0.05);
}

.footer-logo-premium {
  max-width: 160px;
  margin-bottom: 20px;
  filter: contrast(1.1) brightness(1.1) drop-shadow(0 0 15px rgba(201, 162, 39, 0.3));
  transition: all 0.4s ease;
}

.footer-logo-premium:hover {
  transform: scale(1.05) rotate(-2deg);
  filter: contrast(1.2) brightness(1.2) drop-shadow(0 0 25px rgba(201, 162, 39, 0.5));
}

.wa-float {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1000;
  background: #25D366;
  color: white;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wa-float:hover {
  transform: scale(1.1) rotate(5deg);
}

/* ══════════════════════════════════════
   ANIMATIONS
══════════════════════════════════════ */
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.reveal.on {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.15s;
}

.reveal-delay-2 {
  transition-delay: 0.3s;
}

.reveal-delay-3 {
  transition-delay: 0.45s;
}

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 1024px) {

  .nav-links,
  .nav-cta {
    display: none;
  }

  .nav-hamburger {
    display: flex;
  }

  .about-grid,
  .contato-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

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

  .section-max {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .orcamento-form {
    padding: 30px;
  }

  .sec-title {
    font-size: 38px;
  }

  footer {
    padding-bottom: 100px;
    /* Previne que o botão WA tampe o conteúdo */
  }

  .wa-float {
    width: 55px;
    height: 55px;
    font-size: 26px;
    bottom: 20px;
    right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }

  .fb-action {
    flex-direction: column;
    gap: 20px;
  }

  .footer-dev {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
  }
}

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

  .formacoes-grid {
    grid-template-columns: 1fr;
  }

  .dep-grid-luxury {
    column-count: 1;
  }

  .sec-title {
    font-size: 32px;
  }

  .hero-btns {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }

  .btn-gold,
  .btn-outline {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .rep-tabs {
    flex-direction: column;
    align-items: stretch;
  }

  .rep-tab {
    text-align: center;
  }
}

/* ══════════════════════════════════════
   2TYPE FOOTER CREDIT
══════════════════════════════════════ */
.fb-action {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-dev {
  display: flex;
  align-items: center;
  gap: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 30px;
}

.dev-text {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: var(--text-muted);
}

.dev-logo {
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dev-logo:hover {
  transform: translateY(-2px) scale(1.05);
}

.dev-logo:hover svg {
  filter: drop-shadow(0 0 8px rgba(6, 182, 212, 0.4));
}

/* ══════════════════════════════════════
   YOUTUBE MODAL
══════════════════════════════════════ */
.yt-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.yt-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.yt-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  background: #000;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8), 0 0 20px rgba(201, 162, 39, 0.2);
  transform: translateY(30px) scale(0.95);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.yt-modal.open .yt-modal-content {
  transform: translateY(0) scale(1);
}

.yt-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  transition: color 0.3s;
}

.yt-modal-close:hover {
  color: var(--gold);
}

.yt-iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.yt-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}