/* ===== PATCHES SOLICITADOS ===== */
.hero-word-impact {
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #f5e4a0 !important;
  color: #f5e4a0 !important;
  text-shadow:
    0 0 14px rgba(212,175,55,0.18),
    0 0 38px rgba(212,175,55,0.14),
    0 10px 34px rgba(0,0,0,0.58) !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  overflow: visible !important;
}
.hero-word-impact::before { opacity: .45 !important; }

.hero-line-1,
.hero-line-3,
.hero-description,
.hero-stat-l {
  color: rgba(255,255,255,0.72) !important;
}

.hero-stat-n {
  -webkit-text-fill-color: #f3df95 !important;
  color: #f3df95 !important;
  background: none !important;
}

.section-entregas-premium {
  background: linear-gradient(180deg, #050608 0%, #020304 55%, #000000 100%) !important;
}
.section-entregas-premium::before {
  background: radial-gradient(circle, rgba(26, 58, 143, 0.04) 0%, transparent 70%) !important;
}
.deliver-card-premium {
  background: linear-gradient(135deg, rgba(255,255,255,0.035) 0%, rgba(255,255,255,0.015) 100%) !important;
}

/* ===== NAVBAR MAIS LIMPA E COMPACTA ===== */
.nav {
  background: rgba(4,4,6,0.88) !important;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(215,180,106,0.10) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.22);
}

.nav-inner {
  max-width: 1180px !important;
  height: 52px !important;
  padding: 0 16px !important;
  gap: 12px !important;
}

.brand-logo {
  width: 152px !important;
  height: 36px !important;
}

.nav-desktop-container {
  gap: 8px !important;
}

.nav-links {
  gap: 2px !important;
}

.nav-links a {
  font-size: 12px !important;
  padding: 7px 9px !important;
}

.lang-switch {
  gap: 4px !important;
  padding: 4px !important;
  margin-left: 6px !important;
  margin-right: 4px !important;
}

.lang-btn {
  min-width: 32px !important;
  height: 26px !important;
  font-size: 11px !important;
  padding: 0 8px !important;
}

.nav-desktop-container .btn.outline-white,
.nav-desktop-container .btn.primary {
  min-height: 36px;
  padding: 8px 14px !important;
  font-size: 12px !important;
}

.sun-btn-icon {
  width: 12px !important;
  height: 12px !important;
}

/* ===== HERO MAIS ESTÁVEL ===== */
.hero-premium {
  min-height: 100svh;
}

.hero-container {
  max-width: 980px !important;
}

.hero-title-ultra {
  margin: 0 0 22px !important;
}

.hero-line-1 {
  font-size: clamp(14px, 1.8vw, 24px) !important;
  letter-spacing: 0.22em !important;
}

.hero-line-3 {
  font-size: clamp(14px, 2vw, 24px) !important;
  letter-spacing: 0.20em !important;
}

.hero-line-2 {
  width: 100%;
}

.hero-word-impact {
  display: inline-block !important;
  max-width: 100%;
  line-height: 0.93 !important;
  letter-spacing: -0.035em !important;
  white-space: nowrap;
}

.hero-description {
  max-width: 600px !important;
}

.hero-ctas {
  gap: 12px !important;
}

.hero-stats {
  margin-top: 28px !important;
}

/* ===== FOOTER MAIS RESPIRADO ===== */
.site-footer {
  padding: 78px 0 34px !important;
}

.footer-grid {
  gap: 64px !important;
}

.footer-col h4 {
  margin-bottom: 18px !important;
}

.footer-links,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  margin-bottom: 0 !important;
  line-height: 1.55;
}

.footer-contact-item {
  margin-bottom: 0 !important;
  align-items: flex-start !important;
  line-height: 1.55;
}

.footer-address {
  margin-top: 16px !important;
  line-height: 1.6 !important;
}

/* ===== RESPONSIVIDADE HERO / MOBILE ===== */
@media (max-width: 980px) {
  .nav-inner {
    max-width: 100% !important;
  }

  .hero-container {
    padding-top: 112px !important;
    padding-bottom: 34px !important;
  }

  .hero-word-impact {
    font-size: clamp(46px, 10vw, 82px) !important;
  }
}

@media (max-width: 820px) {
  .nav-inner {
    height: 58px !important;
    justify-content: space-between !important;
  }

  .brand-logo {
    width: 146px !important;
    height: 34px !important;
  }

  .hamburger {
    display: flex !important;
    padding: 6px !important;
    margin-right: -2px !important;
  }

  .mobile-menu {
    padding-top: 78px !important;
  }

  .mobile-menu a {
    font-size: 1.08rem !important;
    margin-bottom: 16px !important;
  }

  .footer-grid {
    gap: 34px !important;
  }
}

@media (max-width: 640px) {
  .hero-premium {
    min-height: auto;
    padding-bottom: 28px;
  }

  .hero-container {
    padding: 104px 18px 28px !important;
  }

  .hero-title-ultra {
    margin-bottom: 18px !important;
  }

  .hero-line-1 {
    font-size: 11px !important;
    letter-spacing: 0.18em !important;
    margin-bottom: 6px !important;
  }

  .hero-word-impact {
    font-size: clamp(36px, 13vw, 54px) !important;
    letter-spacing: -0.045em !important;
  }

  .hero-line-3 {
    font-size: 11px !important;
    letter-spacing: 0.14em !important;
    margin-top: 8px !important;
  }

  .hero-description {
    font-size: 13px !important;
    line-height: 1.65 !important;
    max-width: 320px !important;
    margin-bottom: 24px !important;
  }

  .hero-ctas {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px !important;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
    max-width: 290px !important;
    justify-content: center;
    padding: 13px 18px !important;
    font-size: 11px !important;
  }

  .hero-stats {
    margin-top: 22px !important;
  }

  .hero-stat {
    padding: 0 14px !important;
  }

  .hero-stat-n {
    font-size: 28px !important;
  }

  .hero-stat-l {
    font-size: 10px !important;
    letter-spacing: 0.10em !important;
  }

  .footer-grid {
    gap: 28px !important;
    margin-bottom: 42px !important;
  }
}

@media (max-width: 430px) {
  .hero-container {
    padding-top: 98px !important;
  }

  .hero-word-impact {
    font-size: clamp(32px, 12.2vw, 48px) !important;
    letter-spacing: -0.05em !important;
    transform: translateX(-1px);
  }

  .hero-line-1,
  .hero-line-3 {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-description {
    max-width: 300px !important;
  }

  .hero-stat-n {
    font-size: 24px !important;
  }

  .brand-logo {
    width: 138px !important;
    height: 32px !important;
  }
}

/* ===== PATCH V4 — HERO / NAV FINO ===== */
.nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background: #040404 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid rgba(215, 180, 106, 0.14) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.42) !important;
}

.nav-inner {
  height: 60px !important;
  gap: 16px !important;
  justify-content: flex-start !important;
}

.brand-logo {
  width: 158px !important;
  height: 36px !important;
}

.nav-links {
  gap: 4px !important;
}

.nav-links a {
  font-size: 13.5px !important;
  padding: 8px 10px !important;
  color: rgba(248, 241, 228, 0.92) !important;
}

.nav-desktop-container .btn.outline-white,
.nav-desktop-container .btn.primary {
  min-height: 38px !important;
  padding: 9px 16px !important;
  font-size: 13px !important;
}

.lang-switch {
  gap: 5px !important;
  padding: 4px !important;
  margin-left: 8px !important;
  margin-right: 6px !important;
}

.lang-btn {
  min-width: 34px !important;
  height: 28px !important;
  font-size: 11px !important;
}

/* Hero word encaixado e barra cinza de volta */
.hero-line-2 {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 6px auto 10px !important;
  isolation: isolate;
}

.hero-line-2::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(56vw, 720px);
  height: 0.92em;
  border-radius: 4px;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(190,190,190,0.10) 18%,
    rgba(235,235,235,0.18) 50%,
    rgba(190,190,190,0.10) 82%,
    rgba(255,255,255,0) 100%
  );
  opacity: 0.92;
  z-index: -1;
  pointer-events: none;
}

.hero-word-impact {
  font-size: clamp(48px, 8.2vw, 112px) !important;
  letter-spacing: -0.045em !important;
  line-height: 0.90 !important;
  position: relative !important;
  z-index: 1;
}

.hero-container {
  padding-top: 118px !important;
}

@media (max-width: 1100px) {
  .hero-line-2::before {
    width: min(62vw, 680px);
  }

  .hero-word-impact {
    font-size: clamp(46px, 8.8vw, 104px) !important;
  }
}

@media (max-width: 820px) {
  .nav-inner {
    height: 58px !important;
    padding: 0 14px !important;
  }

  .brand-logo {
    width: 144px !important;
    height: 33px !important;
  }

  .hero-container {
    padding-top: 102px !important;
  }
}

@media (max-width: 640px) {
  .hero-line-2 {
    margin: 4px auto 8px !important;
  }

  .hero-line-2::before {
    width: min(86vw, 330px);
    height: 0.88em;
    opacity: 0.84;
  }

  .hero-word-impact {
    font-size: clamp(34px, 11.2vw, 46px) !important;
    letter-spacing: -0.055em !important;
  }

  .hero-container {
    padding-top: 96px !important;
  }
}

@media (max-width: 430px) {
  .hero-line-2::before {
    width: min(88vw, 315px);
  }

  .hero-word-impact {
    font-size: clamp(32px, 10.8vw, 44px) !important;
    letter-spacing: -0.058em !important;
  }

  .hero-container {
    padding-top: 94px !important;
  }
}


/* ===== PATCH V5 — POLIMENTO FINAL ===== */
:root {
  --nav-h-v5: 62px;
}

header.nav,
.nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  transform: none !important;
  will-change: auto !important;
  backface-visibility: hidden;
  isolation: isolate;
  background: rgba(3, 3, 5, 0.98) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.38), inset 0 -1px 0 rgba(215, 180, 106, 0.08) !important;
}

.nav::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,10,12,0.98) 0%, rgba(3,3,5,0.98) 100%);
  z-index: -1;
}

.nav-inner {
  max-width: none !important;
  width: 100% !important;
  height: var(--nav-h-v5) !important;
  padding: 0 28px !important;
  gap: 18px !important;
}

.brand-logo {
  width: 170px !important;
  height: 38px !important;
}

.nav-links {
  gap: 8px !important;
}

.nav-links a {
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  padding: 8px 8px !important;
}

.nav-desktop-container {
  gap: 10px !important;
}

.lang-switch {
  margin-left: 10px !important;
  margin-right: 6px !important;
}

.nav-desktop-container .btn.outline-white {
  min-width: 108px !important;
}

.nav-desktop-container .btn.primary {
  min-width: 154px !important;
  justify-content: center !important;
  gap: 9px !important;
  padding-inline: 18px !important;
}

.hero-premium {
  min-height: 100svh !important;
}

.hero-container {
  padding-top: 108px !important;
}

.hero-line-2 {
  margin: 8px auto 12px !important;
}

.hero-line-2::before {
  width: min(58vw, 760px) !important;
  height: 0.9em !important;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(172,172,172,0.09) 20%,
    rgba(218,218,218,0.17) 50%,
    rgba(172,172,172,0.09) 80%,
    rgba(255,255,255,0) 100%
  ) !important;
  opacity: 0.88 !important;
}

.hero-word-impact {
  font-size: clamp(50px, 8vw, 110px) !important;
  line-height: 0.91 !important;
  letter-spacing: -0.05em !important;
  transform: translateX(-0.012em) !important;
  -webkit-text-fill-color: #edd78b !important;
  color: #edd78b !important;
  text-shadow:
    0 0 10px rgba(212,175,55,0.12),
    0 8px 30px rgba(0,0,0,0.52) !important;
  filter: saturate(0.94) brightness(0.98) !important;
}

.hero-word-impact::before {
  opacity: 0.3 !important;
}

.hero-description {
  margin-bottom: 0 !important;
}

.hero-ctas {
  margin-top: 18px !important;
  gap: 12px !important;
}

.hero-stats {
  margin-top: 40px !important;
}

@media (max-width: 1100px) {
  .nav-inner {
    padding: 0 20px !important;
  }

  .hero-container {
    padding-top: 102px !important;
  }

  .hero-word-impact {
    font-size: clamp(48px, 8.6vw, 98px) !important;
  }
}

@media (max-width: 820px) {
  :root {
    --nav-h-v5: 58px;
  }

  .nav-inner {
    padding: 0 14px !important;
  }

  .brand-logo {
    width: 148px !important;
    height: 33px !important;
  }

  .hero-container {
    padding-top: 96px !important;
  }
}

@media (max-width: 640px) {
  .hero-container {
    padding-top: 92px !important;
  }

  .hero-line-2 {
    margin: 5px auto 8px !important;
  }

  .hero-line-2::before {
    width: min(84vw, 332px) !important;
    height: 0.84em !important;
    opacity: 0.76 !important;
  }

  .hero-word-impact {
    font-size: clamp(33px, 10.7vw, 44px) !important;
    letter-spacing: -0.058em !important;
    transform: translateX(-0.018em) !important;
  }

  .hero-ctas {
    margin-top: 16px !important;
  }

  .hero-stats {
    margin-top: 28px !important;
  }
}

@media (max-width: 430px) {
  .hero-container {
    padding-top: 90px !important;
  }

  .hero-line-2::before {
    width: min(86vw, 308px) !important;
  }

  .hero-word-impact {
    font-size: clamp(31px, 10.4vw, 42px) !important;
  }
}


/* ===== PATCH V6 — NAV PRESA NO TOPO, CENTRALIZADA E HERO GLINT TRANSPARENTE ===== */
:root {
  --nav-h-v6: 68px;
}

html {
  scroll-padding-top: var(--nav-h-v6);
}

body {
  padding-top: var(--nav-h-v6) !important;
}

main {
  padding-top: 0 !important;
}

header.nav,
.nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  transform: none !important;
  margin: 0 !important;
  background: rgba(4, 4, 7, 0.985) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid rgba(215, 180, 106, 0.12) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.42), inset 0 -1px 0 rgba(255,255,255,0.02) !important;
}

.nav::before {
  background: linear-gradient(180deg, rgba(8,8,11,0.985) 0%, rgba(4,4,7,0.985) 100%) !important;
}

.nav-inner {
  position: relative !important;
  max-width: 1360px !important;
  height: var(--nav-h-v6) !important;
  margin: 0 auto !important;
  padding: 0 28px !important;
  justify-content: center !important;
  gap: 0 !important;
}

.brand {
  position: absolute !important;
  left: 28px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.nav-desktop-container {
  margin: 0 auto !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
}

.nav-links {
  justify-content: center !important;
  gap: 10px !important;
}

.nav-links a {
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 9px 10px !important;
}

.lang-switch {
  margin-left: 12px !important;
  margin-right: 6px !important;
}

.nav-desktop-container .btn.outline-white {
  min-width: 114px !important;
}

.nav-desktop-container .btn.primary {
  min-width: 152px !important;
}

#top,
#transform,
#como-funciona,
#entregavel,
#portfolio-section,
#contact {
  scroll-margin-top: calc(var(--nav-h-v6) + 14px) !important;
}

.hero-premium {
  min-height: calc(100svh - var(--nav-h-v6)) !important;
}

.hero-container {
  padding-top: clamp(54px, 8vh, 92px) !important;
}

.hero-line-2 {
  margin: 8px auto 12px !important;
  position: relative !important;
  isolation: isolate !important;
}

.hero-line-2::before {
  content: '' !important;
  position: absolute !important;
  inset: -8% -10% !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
  border-radius: 999px !important;
  background: radial-gradient(ellipse at center,
    rgba(255,255,255,0.09) 0%,
    rgba(240,240,240,0.04) 24%,
    rgba(255,255,255,0.012) 42%,
    rgba(255,255,255,0) 72%) !important;
  filter: blur(16px) !important;
  opacity: .55 !important;
  z-index: -2 !important;
  pointer-events: none !important;
}

.hero-line-2::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -20%;
  width: 22%;
  height: 78%;
  background: linear-gradient(
    102deg,
    rgba(255,255,255,0) 0%,
    rgba(233,233,233,0.03) 36%,
    rgba(255,255,255,0.18) 50%,
    rgba(233,233,233,0.03) 64%,
    rgba(255,255,255,0) 100%
  );
  filter: blur(10px);
  transform: translateY(-50%) skewX(-18deg);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  animation: heroSilverSweep 6.6s ease-in-out infinite;
}

@keyframes heroSilverSweep {
  0%, 18%, 100% { left: -20%; opacity: 0; }
  24% { opacity: .9; }
  52% { left: 98%; opacity: .82; }
  60% { opacity: 0; }
}

.hero-word-impact {
  font-size: clamp(48px, 7.8vw, 104px) !important;
  letter-spacing: -0.052em !important;
  transform: translateX(-0.018em) !important;
}

.hero-word-impact::before {
  opacity: 0 !important;
}

.hero-description {
  margin-bottom: 0 !important;
}

.hero-ctas {
  margin-top: 18px !important;
  margin-bottom: 0 !important;
  gap: 12px !important;
}

.hero-stats {
  margin-top: 44px !important;
}

@media (max-width: 980px) {
  :root {
    --nav-h-v6: 64px;
  }

  .nav-inner {
    padding: 0 18px !important;
  }

  .brand {
    left: 18px !important;
  }

  .nav-links a {
    font-size: 14px !important;
  }

  .hero-word-impact {
    font-size: clamp(44px, 8.8vw, 88px) !important;
  }
}

@media (max-width: 820px) {
  :root {
    --nav-h-v6: 58px;
  }

  body {
    padding-top: var(--nav-h-v6) !important;
  }

  .nav-inner {
    justify-content: space-between !important;
    padding: 0 14px !important;
  }

  .brand {
    position: static !important;
    transform: none !important;
  }

  .hamburger {
    margin-left: auto !important;
  }

  .hero-container {
    padding-top: 42px !important;
  }

  .hero-line-2 {
    margin: 6px auto 10px !important;
  }
}

@media (max-width: 640px) {
  .hero-line-2::before {
    inset: -6% -8% !important;
    filter: blur(12px) !important;
    opacity: .42 !important;
  }

  .hero-line-2::after {
    width: 28%;
    height: 72%;
    filter: blur(8px);
  }

  .hero-word-impact {
    font-size: clamp(34px, 10.6vw, 44px) !important;
    letter-spacing: -0.06em !important;
    transform: translateX(-0.02em) !important;
  }

  .hero-stats {
    margin-top: 30px !important;
  }
}

@media (max-width: 430px) {
  .hero-word-impact {
    font-size: clamp(32px, 10.3vw, 41px) !important;
  }
}

/* ===== PATCH V7 — NAV TRANSPARENTE IMERSIVA + HERO SEM ORBS ===== */
:root {
  --nav-h-v7: 68px;
}

html {
  scroll-padding-top: calc(var(--nav-h-v7) + 14px) !important;
}

body {
  padding-top: 0 !important;
}

header.nav,
.nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid rgba(215, 180, 106, 0.12) !important;
  box-shadow: none !important;
  z-index: 2000 !important;
}

.nav::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg,
    rgba(2, 3, 5, 0.84) 0%,
    rgba(2, 3, 5, 0.48) 56%,
    rgba(2, 3, 5, 0.08) 100%) !important;
  pointer-events: none !important;
}

.nav-inner {
  position: relative !important;
  max-width: 1360px !important;
  height: var(--nav-h-v7) !important;
  margin: 0 auto !important;
  padding: 0 28px !important;
  justify-content: center !important;
  gap: 0 !important;
}

.brand {
  position: absolute !important;
  left: 28px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.brand-logo {
  width: 154px !important;
  height: 36px !important;
}

.nav-desktop-container {
  margin: 0 auto !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
}

.nav-links {
  justify-content: center !important;
  gap: 6px !important;
}

.nav-links a,
.lang-btn,
.nav-desktop-container .btn.outline-white,
.nav-desktop-container .btn.primary {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
}

.nav-links a {
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: rgba(255,255,255,0.88) !important;
  padding: 9px 10px !important;
}

.nav-links a:hover {
  color: #f2df9a !important;
}

.lang-switch {
  margin-left: 12px !important;
  margin-right: 6px !important;
  background: rgba(10, 10, 14, 0.38) !important;
  border: 1px solid rgba(215, 180, 106, 0.14) !important;
}

.lang-btn {
  min-width: 31px !important;
  height: 27px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,0.82) !important;
  background: transparent !important;
}

.lang-btn.active {
  color: #f3df95 !important;
  background: rgba(215, 180, 106, 0.16) !important;
}

.nav-desktop-container .btn.outline-white {
  min-width: 112px !important;
  min-height: 38px !important;
  padding: 8px 15px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  background: rgba(9, 9, 12, 0.2) !important;
  border-color: rgba(215, 180, 106, 0.45) !important;
}

.nav-desktop-container .btn.primary {
  min-width: 150px !important;
  min-height: 38px !important;
  padding: 8px 15px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  background: rgba(8, 20, 54, 0.44) !important;
  border: 1px solid rgba(90, 120, 255, 0.18) !important;
}

#top,
#transform,
#como-funciona,
#entregavel,
#portfolio-section,
#contact {
  scroll-margin-top: calc(var(--nav-h-v7) + 14px) !important;
}

.hero-premium {
  min-height: 100svh !important;
}

.hero-container {
  padding-top: clamp(110px, 16vh, 148px) !important;
}

.hero-orb,
.hero-orb-1,
.hero-orb-2,
.hero-orb-3 {
  display: none !important;
}

@media (max-width: 980px) {
  :root {
    --nav-h-v7: 64px;
  }

  .nav-inner {
    padding: 0 18px !important;
  }

  .brand {
    left: 18px !important;
  }
}

@media (max-width: 820px) {
  :root {
    --nav-h-v7: 58px;
  }

  .nav::before {
    background: linear-gradient(180deg,
      rgba(2, 3, 5, 0.82) 0%,
      rgba(2, 3, 5, 0.42) 58%,
      rgba(2, 3, 5, 0.04) 100%) !important;
  }

  .nav-inner {
    justify-content: space-between !important;
    padding: 0 14px !important;
  }

  .brand {
    position: static !important;
    transform: none !important;
  }

  .brand-logo {
    width: 138px !important;
    height: 33px !important;
  }

  .hamburger {
    margin-left: auto !important;
  }

  .hero-container {
    padding-top: 96px !important;
  }
}

@media (max-width: 640px) {
  .hero-container {
    padding-top: 88px !important;
  }
}


/* ===== PATCH V8 — HERO TYPOGRAPHY + NAV SIMPLIFICADA ===== */
.hero-title-ultra {
  line-height: 1 !important;
}

.hero-line-1,
.hero-line-3 {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  text-shadow: 0 6px 24px rgba(0,0,0,0.28) !important;
}

.hero-line-1 {
  font-size: clamp(13px, 1.25vw, 18px) !important;
  letter-spacing: 0.22em !important;
  color: rgba(255,255,255,0.76) !important;
  margin-bottom: 10px !important;
}

.hero-line-2 {
  margin: 0 0 10px !important;
}

.hero-word-impact {
  font-family: 'Cinzel Decorative', 'Cinzel', 'Cormorant Garamond', serif !important;
  font-size: clamp(54px, 8.6vw, 108px) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.028em !important;
}

.hero-line-3 {
  font-size: clamp(11px, 1.15vw, 16px) !important;
  letter-spacing: 0.28em !important;
  color: rgba(255,255,255,0.58) !important;
  margin-top: 12px !important;
}

.nav-desktop-container {
  gap: 12px !important;
}

.nav-links {
  gap: 8px !important;
}

.nav-links a,
.lang-btn,
.nav-desktop-container .btn.primary {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
}

.mobile-menu a[data-i18n="nav_examples"] {
  display: none !important;
}

@media (max-width: 980px) {
  .hero-word-impact {
    font-size: clamp(50px, 10.4vw, 84px) !important;
  }

  .hero-line-1 {
    font-size: clamp(12px, 2vw, 15px) !important;
    letter-spacing: 0.18em !important;
    margin-bottom: 8px !important;
  }

  .hero-line-3 {
    font-size: clamp(10px, 1.9vw, 13px) !important;
    letter-spacing: 0.2em !important;
    margin-top: 10px !important;
  }
}

@media (max-width: 640px) {
  .hero-word-impact {
    font-size: clamp(44px, 11.8vw, 62px) !important;
    line-height: 0.94 !important;
    letter-spacing: -0.03em !important;
  }

  .hero-line-1 {
    font-size: 11px !important;
    letter-spacing: 0.14em !important;
  }

  .hero-line-3 {
    font-size: 10px !important;
    letter-spacing: 0.16em !important;
  }
}


/* ===== PATCH V11 — HERO POSITION TUNE ===== */
.hero-title-ultra {
  margin-top: 10px !important;
}

.hero-line-2 {
  margin: 12px 0 12px !important;
}

@media (max-width: 980px) {
  .hero-title-ultra {
    margin-top: 8px !important;
  }

  .hero-line-2 {
    margin: 10px 0 10px !important;
  }
}

@media (max-width: 640px) {
  .hero-title-ultra {
    margin-top: 6px !important;
  }

  .hero-line-2 {
    margin: 8px 0 8px !important;
  }
}
