/* ==========================================================================
   VEGAS BRAZIL — DMC Las Vegas · Editorial orgânico · Dark & Light
   Marca: azul-marinho profundo + verde-brasil + dourado
   ========================================================================== */

:root {
  color-scheme: dark;

  --bg:        #080c1c;
  --bg-2:      #0b1128;
  --bg-3:      #0e1533;
  --navy:      #16295f;
  --navy-2:    #1e3576;

  --gold:      #ecc063;
  --gold-2:    #d9a63f;
  --gold-ink:  #ecc063;
  --gold-soft: rgba(236, 192, 99, 0.14);
  --green:     #1fc274;
  --green-ink: #24cf7e;
  --green-2:   #16a35f;

  --ink:       #f4f1ea;
  --muted:     rgba(244, 241, 234, 0.66);
  --faint:     rgba(244, 241, 234, 0.40);
  --surface:   rgba(255, 255, 255, 0.035);
  --surface-2: rgba(255, 255, 255, 0.06);
  --line:      rgba(255, 255, 255, 0.10);
  --line-2:    rgba(255, 255, 255, 0.16);
  --field-bg:  rgba(0, 0, 0, 0.25);

  --nav-bg:    rgba(8, 12, 28, 0.82);
  --hero-bg:   radial-gradient(120% 90% at 78% 12%, rgba(30, 53, 118, 0.55), transparent 55%),
               radial-gradient(90% 70% at 10% 100%, rgba(31, 194, 116, 0.10), transparent 60%),
               linear-gradient(180deg, #0a1130 0%, var(--bg) 70%);
  --aura-1:    rgba(236, 192, 99, 0.22);
  --aura-2:    rgba(31, 194, 116, 0.16);
  --hero-video-scrim: rgba(8, 12, 28, 0.88);
  --body-bg:   radial-gradient(60% 50% at 90% -5%, rgba(30, 53, 118, 0.35), transparent 60%),
               radial-gradient(50% 45% at -5% 100%, rgba(31, 194, 116, 0.09), transparent 60%),
               var(--bg);

  --radius:    28px;
  --radius-sm: 16px;
  --shadow:    0 30px 80px -30px rgba(0, 0, 0, 0.7);
  --shadow-gold: 0 20px 50px -16px rgba(217, 166, 63, 0.42);
  --sign-shadow: drop-shadow(0 40px 60px rgba(0, 0, 0, 0.55));
  --card-shadow: 0 24px 60px -34px rgba(0, 0, 0, 0.85);
  --card-shadow-hover: 0 34px 70px -30px rgba(0, 0, 0, 0.9);

  --container: 1200px;
  --space:     clamp(80px, 11vw, 150px);
  --f-display: "Inter", system-ui, -apple-system, sans-serif;
  --f-body:    "Inter", system-ui, -apple-system, sans-serif;
  --ease:      cubic-bezier(0.22, 1, 0.36, 1);
}

html[data-theme="light"] {
  color-scheme: light;
  --bg:        #eef1f8;
  --bg-2:      #e2e7f2;
  --bg-3:      #ffffff;
  --navy:      #1e3576;
  --navy-2:    #2a4794;

  --gold-ink:  #8a6210;
  --green-ink: #0c8b4c;
  --gold-soft: rgba(217, 166, 63, 0.18);

  --ink:       #0a1226;
  --muted:     rgba(10, 18, 38, 0.62);
  --faint:     rgba(10, 18, 38, 0.42);
  --surface:   #ffffff;
  --surface-2: #f3f6fb;
  --line:      rgba(10, 18, 38, 0.10);
  --line-2:    rgba(10, 18, 38, 0.16);
  --field-bg:  #f4f6fb;

  --nav-bg:    rgba(238, 241, 248, 0.82);
  --hero-bg:   radial-gradient(90% 80% at 82% 6%, rgba(130, 158, 226, 0.42), transparent 58%),
               radial-gradient(70% 70% at 2% 104%, rgba(20, 170, 100, 0.13), transparent 60%),
               linear-gradient(180deg, #e3e9f5 0%, var(--bg) 70%);
  --aura-1:    rgba(217, 166, 63, 0.28);
  --aura-2:    rgba(20, 170, 100, 0.18);
  --hero-video-scrim: rgba(238, 241, 248, 0.9);
  --body-bg:   radial-gradient(60% 50% at 90% -5%, rgba(130, 158, 226, 0.32), transparent 60%),
               radial-gradient(50% 45% at -5% 102%, rgba(20, 170, 100, 0.1), transparent 60%),
               var(--bg);

  --shadow:    0 30px 70px -30px rgba(16, 26, 52, 0.28);
  --sign-shadow: drop-shadow(0 34px 50px rgba(16, 26, 52, 0.3));
  --card-shadow: 0 18px 44px -24px rgba(18, 32, 64, 0.24);
  --card-shadow-hover: 0 28px 56px -22px rgba(18, 32, 64, 0.3);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--f-body);
  color: var(--ink);
  background: var(--body-bg);
  background-attachment: fixed;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  transition: background 0.4s ease, color 0.4s ease;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--gold); color: #1a1305; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }

.grain {
  position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%; z-index: 200;
  background: linear-gradient(90deg, var(--gold), var(--green));
  box-shadow: 0 0 14px rgba(236, 192, 99, 0.6);
  transition: width 0.1s linear;
}

/* ===== MARCA ===== */
.brand { display: inline-flex; align-items: center; line-height: 1; }
.brand__logo { height: 46px; width: auto; display: block; transition: filter 0.4s ease; }
.brand__logo--footer { height: 52px; }
html[data-theme="dark"] .brand__logo { filter: brightness(0) invert(1); }

/* ===== BOTÕES ===== */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--f-body); font-weight: 600; font-size: 0.95rem;
  padding: 13px 26px; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  will-change: transform;
}
.btn svg { width: 18px; height: 18px; }
.btn--lg { padding: 16px 34px; font-size: 1.02rem; }
.btn--block { width: 100%; }
.btn--gold { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #1a1305; box-shadow: var(--shadow-gold); }
.btn--gold:hover { box-shadow: 0 26px 60px -14px rgba(217, 166, 63, 0.6); }
.btn--line { background: var(--surface); border-color: var(--line-2); color: var(--ink); }
.btn--line:hover { border-color: var(--gold); color: var(--gold-ink); background: var(--gold-soft); }
.btn--line svg { transition: transform 0.3s var(--ease); }
.btn--line:hover svg { transform: translateX(4px); }

/* ===== NAVBAR ===== */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 150; padding: 20px 0; transition: padding 0.35s var(--ease), background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease; border-bottom: 1px solid transparent; }
.nav.is-scrolled { padding: 12px 0; background: var(--nav-bg); backdrop-filter: blur(16px) saturate(140%); border-bottom-color: var(--line); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav__menu { display: flex; gap: 32px; }
.nav__menu a { color: var(--muted); font-weight: 500; font-size: 0.95rem; position: relative; transition: color 0.25s ease; }
.nav__menu a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: linear-gradient(90deg, var(--gold), var(--green)); transition: width 0.3s var(--ease); }
.nav__menu a:hover { color: var(--ink); }
.nav__menu a:hover::after { width: 100%; }
.nav__actions { display: flex; align-items: center; gap: 14px; }

.lang { display: flex; gap: 2px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 999px; padding: 3px; }
.lang__btn { border: 0; background: transparent; cursor: pointer; color: var(--muted); font-weight: 600; font-size: 0.76rem; padding: 5px 10px; border-radius: 999px; transition: all 0.25s ease; }
.lang__btn.is-active { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #1a1305; }

.theme-toggle { position: relative; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface-2); color: var(--ink); cursor: pointer; display: grid; place-items: center; transition: border-color 0.25s ease, background 0.25s ease, transform 0.3s var(--ease); }
.theme-toggle:hover { border-color: var(--gold); color: var(--gold-ink); transform: translateY(-1px); }
.theme-toggle svg { width: 19px; height: 19px; position: absolute; transition: opacity 0.3s ease, transform 0.4s var(--ease); }
.theme-toggle__sun { opacity: 0; transform: rotate(-90deg) scale(0.5); }
.theme-toggle__moon { opacity: 1; transform: rotate(0) scale(1); }
html[data-theme="light"] .theme-toggle__sun { opacity: 1; transform: rotate(0) scale(1); }
html[data-theme="light"] .theme-toggle__moon { opacity: 0; transform: rotate(90deg) scale(0.5); }

.nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; z-index: 160; }
.nav__burger span { width: 26px; height: 2px; background: var(--ink); border-radius: 2px; transition: all 0.3s var(--ease); }
.nav__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== HERO ===== */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: 150px 0 60px; isolation: isolate; overflow: hidden; background: var(--hero-bg); perspective: 1500px; }

.hero__video-wrap { position: absolute; inset: 0; z-index: -4; overflow: hidden; pointer-events: none; }
.hero__video {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 100vw; height: 56.25vw; /* 16:9 */
  min-height: 100%; min-width: 177.78vh; /* 16:9 */
  border: 0; pointer-events: none;
}
.hero__video-scrim { position: absolute; inset: 0; z-index: -3; background: var(--hero-video-scrim); pointer-events: none; }

.hero__aura { position: absolute; inset: 0; z-index: -2; pointer-events: none; }
.hero__aura::before, .hero__aura::after { content: ""; position: absolute; border-radius: 50%; filter: blur(20px); animation: auraFloat 16s ease-in-out infinite alternate; }
.hero__aura::before { width: 620px; height: 620px; top: -180px; right: -120px; background: radial-gradient(circle, var(--aura-1), transparent 62%); }
.hero__aura::after { width: 520px; height: 520px; bottom: -220px; left: -160px; background: radial-gradient(circle, var(--aura-2), transparent 62%); animation-delay: -8s; }
@keyframes auraFloat { to { transform: translate(30px, 24px) scale(1.06); } }

.hero__inner { position: relative; flex: 1 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.hero__content { max-width: 620px; flex: 1 1 560px; }
.hero__visual { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: clamp(260px, 34vw, 460px); }
.hero__sign { width: 100%; height: auto; filter: var(--sign-shadow); pointer-events: none; will-change: transform, opacity; user-select: none; transform-origin: center 100%; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 11px; align-self: flex-start; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-ink); background: var(--surface); border: 1px solid var(--line); padding: 9px 17px; border-radius: 999px; margin-bottom: 30px; backdrop-filter: blur(6px); }
.hero__eyebrow .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(31,194,116,0.6); animation: pulse 2.4s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(31,194,116,0.5); } 70% { box-shadow: 0 0 0 10px rgba(31,194,116,0); } 100% { box-shadow: 0 0 0 0 rgba(31,194,116,0); } }

.hero__title { font-family: var(--f-display); font-weight: 700; font-size: clamp(2rem, 4.4vw, 3.5rem); line-height: 1.1; letter-spacing: -0.03em; margin-bottom: 24px; }
.hero__title .line { display: block; }
.hero__title .line--accent { font-size: 0.42em; font-weight: 500; margin-top: 14px; letter-spacing: -0.01em; background: linear-gradient(100deg, var(--gold-2) 0%, var(--gold) 55%, #f6dfa3 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
html[data-theme="light"] .hero__title .line--accent { background: none; -webkit-text-fill-color: var(--gold-ink); color: var(--gold-ink); }
.hero__sub { font-size: clamp(1.02rem, 1.5vw, 1.2rem); color: var(--muted); max-width: 560px; margin-bottom: 38px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 50px; }

.hero__stats { display: flex; flex-wrap: wrap; gap: 36px; }
.hero__stats .stat { position: relative; padding-left: 20px; }
.hero__stats .stat::before { content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 2px; border-radius: 2px; background: linear-gradient(180deg, var(--gold), var(--green)); }
.stat__num { display: block; font-family: var(--f-display); font-weight: 700; font-size: clamp(1.3rem, 2vw, 1.6rem); line-height: 1.1; color: var(--ink); letter-spacing: -0.01em; }
.stat__label { display: block; margin-top: 4px; font-size: 0.82rem; color: var(--muted); }

.hero__scroll { position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid var(--line-2); border-radius: 999px; display: flex; justify-content: center; padding-top: 8px; z-index: 3; }
.hero__scroll span { width: 4px; height: 8px; border-radius: 4px; background: var(--gold); animation: scrollDot 1.7s ease-in-out infinite; }
@keyframes scrollDot { 0%,100% { transform: translateY(0); opacity: 1; } 50% { transform: translateY(12px); opacity: 0.2; } }

/* ===== MARQUEE ===== */
.marquee { background: var(--bg-2); border-block: 1px solid var(--line); padding: 15px 0; overflow: hidden; }
.marquee__track { display: flex; white-space: nowrap; width: max-content; animation: marquee 34s linear infinite; }
.marquee__track span { display: inline-flex; align-items: center; font-weight: 600; letter-spacing: 0.12em; font-size: 0.85rem; color: var(--faint); }
.marquee__track i { color: var(--gold-ink); font-style: normal; padding: 0 26px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ===== SECTIONS ===== */
.section { padding: var(--space) 0; position: relative; }
.section__head { max-width: 720px; margin: 0 auto clamp(46px, 6vw, 72px); text-align: center; }
.section__eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green-ink); margin-bottom: 16px; }
.section__eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; opacity: 0.6; }
.section__eyebrow--gold { color: var(--gold-ink); }
.section__title { font-family: var(--f-display); font-weight: 700; font-size: clamp(2rem, 3.8vw, 3rem); line-height: 1.15; letter-spacing: -0.03em; color: var(--ink); }
.section__lead { color: var(--muted); font-size: 1.08rem; margin-top: 18px; }

/* imagens em retângulo arredondado — limpo e moderno */
.blob { border-radius: var(--radius); background-size: cover; background-position: center; box-shadow: var(--card-shadow); }

/* ===== O QUE FAZEMOS — faixas em cartão ===== */
.categories { display: flex; flex-direction: column; gap: clamp(24px, 3vw, 32px); margin-bottom: clamp(48px, 6vw, 64px); }
.category-row {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(24px, 3vw, 36px);
  box-shadow: var(--card-shadow);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.35s ease;
}
.category-row:hover { transform: translateY(-6px); box-shadow: var(--card-shadow-hover); border-color: var(--line-2); }
.category-row--reverse { direction: rtl; }
.category-row--reverse > * { direction: ltr; }
.category-row__media { height: 280px; border-radius: calc(var(--radius) - 12px); filter: saturate(0.95) brightness(0.94); transition: transform 0.6s var(--ease); }
html[data-theme="dark"] .category-row__media { filter: saturate(0.9) brightness(0.72); }
.category-row:hover .category-row__media { transform: scale(1.03); }
.category-row__body { position: relative; }
.category-row__num {
  display: block; font-weight: 800; font-size: clamp(2.6rem, 4vw, 3.6rem); line-height: 1;
  letter-spacing: -0.03em; color: var(--gold-ink); opacity: 0.32; margin-bottom: -6px;
}
.category-row__body h3 { font-family: var(--f-display); font-size: clamp(1.4rem, 2.2vw, 1.9rem); font-weight: 700; letter-spacing: -0.025em; margin: 6px 0 12px; color: var(--ink); }
.category-row__body p { color: var(--muted); font-size: 1rem; max-width: 440px; }

/* tag cloud — pílulas fluidas, sem grade */
.services-tags__label { text-align: center; font-weight: 600; color: var(--ink); margin-bottom: 22px; font-size: 1.02rem; }
.tag-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.tag-cloud span { padding: 11px 22px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); font-size: 0.92rem; font-weight: 500; color: var(--muted); transition: all 0.3s var(--ease); }
.tag-cloud span:hover { border-color: var(--gold); color: var(--gold-ink); background: var(--gold-soft); transform: translateY(-3px); }

/* ===== QUEM SOMOS ===== */
.about { padding: clamp(32px, 3.5vw, 48px) 0; }
.about__inner { display: grid; grid-template-columns: 0.95fr 1.15fr; gap: 70px; align-items: center; }
.about__media { position: relative; }
.about__img { height: 420px; }
.inline-stats { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 30px; }
.inline-stat { display: flex; flex-direction: column; gap: 4px; flex: 0 1 165px; }
.inline-stat__num { font-family: var(--f-display); font-weight: 700; font-size: 1.7rem; color: var(--gold-ink); letter-spacing: -0.01em; }
.inline-stat span:last-child { font-size: 0.86rem; color: var(--muted); }

/* ===== EXPERIÊNCIA VIP ===== */
.vip { position: relative; background: linear-gradient(180deg, var(--bg), var(--bg-3) 55%, var(--bg)); padding: clamp(36px, 4vw, 56px) 0 clamp(64px, 7vw, 100px); overflow: hidden; }
.vip__glow { position: absolute; width: 620px; height: 620px; bottom: -240px; left: -180px; background: radial-gradient(circle, var(--aura-2), transparent 62%); filter: blur(12px); pointer-events: none; }
.vip__head { position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; margin-bottom: clamp(56px, 8vw, 96px); }
.vip__chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.vip__chips span { padding: 9px 18px; border-radius: 999px; background: var(--gold-soft); border: 1px solid rgba(236,192,99,0.3); color: var(--gold-ink); font-size: 0.86rem; font-weight: 600; }
.vip__media { height: 380px; }

/* timeline vertical — substitui grades por uma linha do tempo fluida */
.timeline { list-style: none; position: relative; max-width: 780px; margin-inline: auto; padding-left: 0; }
.timeline::before { content: ""; position: absolute; left: 27px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(180deg, var(--gold), var(--green), transparent); opacity: 0.5; }
.timeline__item { position: relative; display: flex; gap: 26px; padding-bottom: clamp(30px, 4vw, 44px); }
.timeline__item:last-child { padding-bottom: 0; }
.timeline__day { flex-shrink: 0; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; font-family: var(--f-display); font-weight: 700; font-size: 1.2rem; background: var(--surface); border: 1.5px solid var(--line-2); color: var(--gold-ink); box-shadow: var(--card-shadow); z-index: 1; transition: all 0.35s var(--ease); }
.timeline__item:hover .timeline__day { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #1a1305; transform: scale(1.08); }
.timeline__body { padding-top: 8px; }
.timeline__body h4 { font-family: var(--f-display); font-size: 1.12rem; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.timeline__body p { font-size: 0.94rem; color: var(--muted); max-width: 480px; }

/* ===== CTA BAND ===== */
.cta-band { position: relative; text-align: center; padding: clamp(80px, 10vw, 130px) 0; overflow: hidden; isolation: isolate; }
.cta-band__bg { position: absolute; inset: -10% 0; z-index: -3; background-image: url("https://images.unsplash.com/photo-1581351721010-8cf859cb14a4?auto=format&fit=crop&w=1800&q=80"); background-size: cover; background-position: center; filter: saturate(0.85) brightness(0.5); }
.cta-band__scrim { position: absolute; inset: 0; z-index: -2; background: linear-gradient(135deg, rgba(8,12,28,0.9), rgba(22,41,95,0.72)); }
.cta-band__inner { max-width: 660px; margin-inline: auto; }
.cta-band h2 { font-family: var(--f-display); font-weight: 700; font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 16px; color: #fff; letter-spacing: -0.03em; }
.cta-band p { color: rgba(255,255,255,0.75); font-size: 1.12rem; margin-bottom: 32px; }

/* ===== CONTATO ===== */
.contact__inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: start; }
.contact__list { list-style: none; display: grid; gap: 20px; margin: 32px 0 28px; }
.contact__list li { display: flex; gap: 15px; align-items: flex-start; }
.contact__ico { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--surface-2); border: 1px solid var(--line); color: var(--gold-ink); flex-shrink: 0; }
.contact__ico svg { width: 20px; height: 20px; }
.contact__k { display: block; font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--faint); font-weight: 700; margin-bottom: 2px; }
.contact__list a, .contact__list div > span:not(.contact__k) { color: var(--ink); font-weight: 500; }
.contact__list a:hover { color: var(--gold-ink); }
.contact__social { display: flex; gap: 12px; }
.contact__social a { padding: 9px 18px; border: 1.5px solid var(--line); border-radius: 999px; font-weight: 600; font-size: 0.88rem; color: var(--ink); transition: all 0.25s ease; }
.contact__social a:hover { border-color: var(--gold); color: var(--gold-ink); background: var(--gold-soft); }

.contact__form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; box-shadow: var(--card-shadow); display: grid; grid-template-columns: 1fr 1fr; gap: 18px; backdrop-filter: blur(10px); }
.field { display: flex; flex-direction: column; gap: 8px; grid-column: 1 / -1; }
.field--half { grid-column: auto; }
.field label { font-size: 0.85rem; font-weight: 600; color: var(--ink); }
.field input, .field textarea { font-family: var(--f-body); font-size: 0.96rem; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: var(--field-bg); color: var(--ink); transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease; }
.field input::placeholder, .field textarea::placeholder { color: var(--faint); }
.field input:focus, .field textarea:focus { outline: 0; border-color: var(--gold); box-shadow: 0 0 0 4px var(--gold-soft); }
.field textarea { resize: vertical; }
.contact__form .btn { grid-column: 1 / -1; }
.form__note { grid-column: 1 / -1; text-align: center; color: var(--green-ink); font-weight: 600; font-size: 0.94rem; }

/* ===== FOOTER ===== */
.footer { background: var(--bg-2); border-top: 1px solid var(--line); padding-top: 60px; }
.footer__inner { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 42px; }
.footer__brand p { margin-top: 14px; max-width: 320px; font-size: 0.92rem; color: var(--muted); }
.footer__nav { display: flex; gap: 30px; flex-wrap: wrap; align-items: center; }
.footer__nav a { font-weight: 500; color: var(--muted); transition: color 0.25s ease; }
.footer__nav a:hover { color: var(--gold-ink); }
.footer__bottom { border-top: 1px solid var(--line); padding: 22px 0; font-size: 0.86rem; color: var(--faint); }

/* ===== WHATSAPP FLOAT ===== */
.wa { position: fixed; right: 22px; bottom: 22px; z-index: 120; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 16px 34px -8px rgba(37,211,102,0.6); transition: transform 0.3s var(--ease); }
.wa::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #25d366; opacity: 0.5; animation: waPulse 2.6s ease-out infinite; z-index: -1; }
@keyframes waPulse { 0% { transform: scale(1); opacity: 0.5; } 100% { transform: scale(1.8); opacity: 0; } }
.wa:hover { transform: scale(1.08) translateY(-2px); }
.wa svg { width: 30px; height: 30px; }

/* ===== REVEAL ===== */
[data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero__inner { flex-direction: column; text-align: center; gap: 44px; }
  .hero__content { max-width: 620px; }
  .hero__eyebrow { align-self: center; }
  .hero__cta { justify-content: center; }
  .hero__stats { justify-content: center; }
  .hero__visual { width: min(60vw, 340px); }
  .category-row, .category-row--reverse { grid-template-columns: 1fr; direction: ltr; }
  .category-row__media { height: 260px; }
  .vip__head, .about__inner, .contact__inner { grid-template-columns: 1fr; gap: 44px; }
  .about__media, .vip__media { max-width: 560px; }
  .timeline::before { left: 23px; }
}

@media (max-width: 768px) {
  .hero__video-wrap { display: none; }
}

@media (max-width: 640px) {
  .nav__menu { position: fixed; inset: 0 0 0 auto; width: min(82vw, 340px); background: var(--bg-2); border-left: 1px solid var(--line); flex-direction: column; justify-content: center; gap: 28px; padding: 40px; transform: translateX(100%); transition: transform 0.4s var(--ease); }
  .nav__menu.is-open { transform: translateX(0); }
  .nav__menu a { font-size: 1.2rem; }
  .nav__burger { display: flex; }
  .nav .btn--gold { display: none; }
  .lang { display: none; }
  .hero__visual { width: min(70vw, 280px); }
  .contact__form { grid-template-columns: 1fr; padding: 26px; }
  .field--half { grid-column: 1 / -1; }
  .hero__stats { gap: 24px; }
  .footer__inner { flex-direction: column; gap: 24px; }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .hero__sign { transform: none !important; }
  .hero__video-wrap { display: none; }
}
