@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Inter:wght@300;400;500;600&family=Montserrat:wght@400;500;600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #0D1B35;
  --navy-mid: #1B2A4A;
  --navy-light: #243660;
  --gold: #B8965A;
  --gold-light: #D4AE78;
  --gold-dim: rgba(184,150,90,0.15);
  --white: #FFFFFF;
  --cream: #F9F6F0;
  --warm-gray: #EAE6DE;
  --text-dark: #1A1A2E;
  --text-mid: #4A4A5A;
  --text-light: #8A8A9A;
  --border: rgba(184,150,90,0.2);
}

html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', sans-serif; color: var(--text-dark); background: var(--white); overflow-x: hidden; -webkit-font-smoothing: antialiased; }

/* ─── TYPOGRAPHY ─── */
h1,h2,h3,h4 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 300; letter-spacing: 0.02em; line-height: 1.15; }
.label { font-family: 'Montserrat', sans-serif; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 0.8rem; }
.label::before { content: ''; display: inline-block; width: 32px; height: 1px; background: var(--gold); }
.section-title { font-size: clamp(2.2rem, 4.5vw, 3.6rem); color: var(--navy); margin: 0.6rem 0 1.5rem; }
.section-title.on-dark { color: var(--white); }
.divider { width: 1px; height: 48px; background: linear-gradient(to bottom, transparent, var(--gold), transparent); margin: 1.5rem 0; }
.divider.h { width: 48px; height: 1px; background: linear-gradient(to right, transparent, var(--gold), transparent); margin: 1.5rem 0; }

/* ─── LAYOUT ─── */
section { padding: 7rem 0; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 2rem; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }

/* ─── NAVIGATION ─── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 1.8rem 2.5rem;
  display: flex; align-items: center; justify-content: space-between;
  transition: all 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
}
.nav.scrolled {
  padding: 1rem 2.5rem;
  background: rgba(13,27,53,0.97);
  backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(184,150,90,0.15);
  box-shadow: 0 8px 40px rgba(0,0,0,0.25);
}
.nav-logo { text-decoration: none; display: flex; flex-direction: column; line-height: 1; }
.nav-logo-name { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 300; color: var(--white); letter-spacing: 0.18em; }
.nav-logo-by { font-family: 'Montserrat', sans-serif; font-size: 0.55rem; font-weight: 600; letter-spacing: 0.25em; color: var(--gold); text-transform: uppercase; margin-top: 2px; }
.nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
.nav-links a { font-family: 'Montserrat', sans-serif; color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; transition: color 0.3s; position: relative; padding-bottom: 4px; }
.nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform 0.3s; }
.nav-links a:hover { color: var(--white); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta { font-family: 'Montserrat', sans-serif; background: transparent; border: 1px solid var(--gold); color: var(--gold) !important; padding: 0.65rem 1.6rem; font-size: 0.68rem !important; letter-spacing: 0.2em !important; text-transform: uppercase; text-decoration: none; transition: all 0.3s; }
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--gold) !important; color: var(--navy) !important; }
.nav-menu-btn { display: none; background: none; border: none; cursor: pointer; padding: 4px; flex-direction: column; gap: 5px; }
.nav-menu-btn span { display: block; width: 22px; height: 1px; background: var(--white); transition: all 0.3s; }
.mobile-menu {
  position: fixed; inset: 0;
  background: rgba(13,27,53,0.98);
  backdrop-filter: blur(20px);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2.5rem; z-index: 999; opacity: 0; pointer-events: none;
  transition: opacity 0.4s;
}
.mobile-menu.open { opacity: 1; pointer-events: all; }
.mobile-menu a { font-family: 'Cormorant Garamond', serif; color: var(--white); text-decoration: none; font-size: 2.2rem; font-weight: 300; letter-spacing: 0.1em; transition: color 0.3s; }
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu .mobile-cta { font-family: 'Montserrat', sans-serif; border: 1px solid var(--gold); color: var(--gold) !important; padding: 0.9rem 2.5rem; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; }

/* ─── HERO ─── */
.hero { position: relative; height: 100vh; min-height: 600px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url('hero_building.png') center 30%/cover no-repeat; }
.hero-bg::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,27,53,0.8) 0%, rgba(13,27,53,0.65) 50%, rgba(13,27,53,0.9) 100%); }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(184,150,90,0.05) 0%, transparent 60%); }
.hero-content { position: relative; z-index: 2; text-align: center; padding: 0 1.5rem; max-width: 900px; width: 100%; }
.hero-eyebrow { font-family: 'Montserrat', sans-serif; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.35em; color: var(--gold); text-transform: uppercase; margin-bottom: 2rem; display: flex; align-items: center; justify-content: center; gap: 1rem; animation: fadeUp 1s ease both 0.2s; text-shadow: 0 2px 10px rgba(0,0,0,0.5); }
.hero-eyebrow::before, .hero-eyebrow::after { content: ''; width: 40px; height: 1px; background: var(--gold); box-shadow: 0 2px 5px rgba(0,0,0,0.5); }
.hero h1 { font-size: clamp(3.5rem, 8vw, 7rem); font-weight: 300; color: var(--white); line-height: 1.05; letter-spacing: 0.03em; animation: fadeUp 1s ease both 0.4s; text-shadow: 0 4px 25px rgba(0,0,0,0.6), 0 2px 10px rgba(0,0,0,0.4); }
.hero h1 em { font-style: italic; color: var(--gold-light); text-shadow: 0 4px 25px rgba(0,0,0,0.7), 0 2px 10px rgba(0,0,0,0.5); }
.hero-sub { font-family: 'Inter', sans-serif; font-size: clamp(1.05rem, 1.5vw, 1.2rem); color: rgba(255,255,255,0.95); margin: 1.8rem auto; max-width: 560px; font-weight: 400; line-height: 1.7; letter-spacing: 0.02em; animation: fadeUp 1s ease both 0.6s; text-shadow: 0 2px 15px rgba(0,0,0,0.8); }
.hero-actions { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; animation: fadeUp 1s ease both 0.8s; }
.btn-primary { font-family: 'Montserrat', sans-serif; background: var(--gold); color: var(--navy); padding: 1rem 2.8rem; font-weight: 600; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94); display: inline-block; position: relative; overflow: hidden; }
.btn-primary::before { content: ''; position: absolute; inset: 0; background: var(--white); transform: translateX(-100%) skewX(-10deg); transition: transform 0.4s; opacity: 0.15; }
.btn-primary:hover::before { transform: translateX(100%) skewX(-10deg); }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 15px 40px rgba(184,150,90,0.35); }
.btn-ghost { font-family: 'Montserrat', sans-serif; border: 1px solid rgba(255,255,255,0.4); color: rgba(255,255,255,0.85); padding: 1rem 2.8rem; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; transition: all 0.3s; display: inline-block; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.hero-scroll { position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 0.8rem; animation: fadeUp 1s ease both 1.2s; }
.hero-scroll span { font-family: 'Montserrat', sans-serif; font-size: 0.6rem; letter-spacing: 0.25em; color: rgba(255,255,255,0.4); text-transform: uppercase; }
.scroll-line { width: 1px; height: 50px; background: linear-gradient(to bottom, rgba(255,255,255,0.1), var(--gold)); animation: scrollPulse 2s ease-in-out infinite; }

.urgency-badge { 
  display: flex; 
  width: fit-content;
  margin: 0 auto 2rem auto;
  align-items: center; 
  justify-content: center;
  gap: 0.8rem; 
  background: rgba(184, 150, 90, 0.25); 
  border: 1px solid var(--gold); 
  color: #fff; 
  padding: 0.8rem 2rem; 
  border-radius: 50px; 
  font-family: 'Montserrat', sans-serif; 
  font-size: 0.85rem; 
  font-weight: 700; 
  text-transform: uppercase; 
  letter-spacing: 0.15em; 
  animation: fadeUp 1s ease both 0.1s; 
  backdrop-filter: blur(10px); 
  box-shadow: 0 4px 25px rgba(184, 150, 90, 0.3); 
}
.pulse-dot { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; position: relative; }
.pulse-dot::after { content: ''; position: absolute; top: -6px; left: -6px; right: -6px; bottom: -6px; background: var(--gold); border-radius: 50%; animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
@keyframes pulse-ring { 0% { transform: scale(0.5); opacity: 0.8; } 100% { transform: scale(2.5); opacity: 0; } }

/* ─── SOBRE ─── */
.sobre { background: var(--cream); overflow: hidden; }
.sobre-img { position: relative; }
.sobre-img img { width: 100%; height: 560px; object-fit: cover; display: block; filter: brightness(0.95) contrast(1.05); }
.sobre-img-frame { position: absolute; top: -20px; left: -20px; right: 20px; bottom: 20px; border: 1px solid var(--border); pointer-events: none; z-index: 0; }
.sobre-img-wrap { position: relative; z-index: 1; width: 100%; }
.sobre-img-badge {
  position: absolute; bottom: -1.5rem; right: -1.5rem;
  background: var(--navy); color: var(--white);
  padding: 1.5rem; text-align: center; min-width: 130px;
  border-top: 3px solid var(--gold);
  font-family: 'Cormorant Garamond', serif;
  z-index: 2;
}
.sobre-img-badge strong { display: block; font-size: 2.5rem; font-weight: 300; color: var(--gold); line-height: 1; }
.sobre-img-badge span { font-size: 0.7rem; font-family: 'Montserrat', sans-serif; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.sobre-text { padding-left: 1rem; width: 100%; }
.sobre-text p { color: var(--text-mid); line-height: 1.85; font-size: 1rem; font-weight: 300; margin-bottom: 1.2rem; }
.sobre-text p strong { color: var(--navy); font-weight: 500; }

/* ─── FICHA ─── */
.ficha { background: var(--navy); position: relative; overflow: hidden; }
.ficha::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; border-radius: 50%; border: 1px solid rgba(184,150,90,0.08); }
.ficha::after { content: ''; position: absolute; bottom: -30%; left: -10%; width: 400px; height: 400px; border-radius: 50%; border: 1px solid rgba(184,150,90,0.06); }
.ficha-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: rgba(184,150,90,0.1); margin-top: 3.5rem; }
.ficha-card { background: rgba(13,27,53,0.8); padding: 2.5rem 1.5rem; text-align: center; transition: background 0.4s; position: relative; }
.ficha-card::before { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 2px; background: var(--gold); transition: width 0.4s; }
.ficha-card:hover { background: rgba(27,42,74,0.9); }
.ficha-card:hover::before { width: 60%; }
.ficha-card-value { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 300; color: var(--gold); line-height: 1; margin-bottom: 0.5rem; }
.ficha-card-label { font-family: 'Montserrat', sans-serif; font-size: 0.65rem; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.15em; line-height: 1.4; }
.ficha-address { text-align: center; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(184,150,90,0.12); }
.ficha-address p { font-family: 'Montserrat', sans-serif; font-size: 0.78rem; color: rgba(255,255,255,0.45); letter-spacing: 0.12em; text-transform: uppercase; }
.ficha-address strong { color: var(--gold); font-weight: 500; }

/* ─── LAZER ─── */
.lazer { background: var(--cream); }
.lazer-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; padding: 0 1rem; max-width: 1400px; margin: 3.5rem auto 0; }
.gallery-item { position: relative; overflow: hidden; height: 350px; border-radius: 4px; box-shadow: 0 15px 40px rgba(13,27,53,0.08); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.25,0.46,0.45,0.94); }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(0deg, rgba(13,27,53,0.9) 0%, transparent 100%); color: var(--white); padding: 3rem 1.5rem 1.5rem; font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-style: italic; transform: translateY(15px); opacity: 0; transition: all 0.4s ease; pointer-events: none; }
.gallery-item:hover .gallery-caption { transform: translateY(0); opacity: 1; }

/* ─── DIFERENCIAIS ─── */
.diferenciais { background: var(--navy); position: relative; }
.diferenciais::before { content: ''; position: absolute; inset: 0; background: url('bg_diferenciais.png') center/cover fixed; opacity: 0.15; }
.diferenciais .container { position: relative; z-index: 2; }
.diferenciais .section-title { color: var(--white); text-shadow: 0 2px 10px rgba(0,0,0,0.5); }
.dif-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; margin-top: 3.5rem; }
.dif-col { background: rgba(255,255,255,0.03); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.05); padding: 3rem; border-radius: 4px; }
.dif-col h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 300; color: var(--gold-light); margin-bottom: 1.8rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,0.1); letter-spacing: 0.05em; }
.dif-list { list-style: none; }
.dif-list li { display: flex; align-items: flex-start; gap: 1rem; padding: 0.8rem 0; border-bottom: 1px solid rgba(255,255,255,0.05); color: rgba(255,255,255,0.75); font-size: 0.92rem; font-weight: 300; line-height: 1.5; transition: color 0.3s; }
.dif-list li:hover { color: var(--white); }
.dif-list li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); margin-top: 0.5em; flex-shrink: 0; }

/* ─── SUSTENTABILIDADE ─── */
.sustentabilidade { background: var(--navy); position: relative; }
.sust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(184,150,90,0.1); margin-top: 3.5rem; }
.sust-item { background: rgba(13,27,53,0.7); padding: 3rem 2rem; text-align: center; transition: background 0.4s; }
.sust-item:hover { background: rgba(27,42,74,0.8); }
.sust-item svg { width: 36px; height: 36px; stroke: var(--gold); fill: none; margin-bottom: 1.2rem; stroke-width: 1; }
.sust-item h4 { font-family: 'Montserrat', sans-serif; color: rgba(255,255,255,0.75); font-size: 0.78rem; font-weight: 400; line-height: 1.6; letter-spacing: 0.05em; }

/* ─── LOCALIZAÇÃO ─── */
.localizacao { background: var(--cream); position: relative; }
.loc-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 0; align-items: stretch; margin-top: 3.5rem; background: var(--white); border-radius: 4px; box-shadow: 0 30px 80px rgba(13,27,53,0.12); overflow: hidden; }
.loc-pontos { padding: 4rem 3rem; background: var(--navy); color: var(--white); display: flex; flex-direction: column; justify-content: center; }
.loc-pontos h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 300; color: var(--gold-light); margin-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 1rem; }
.loc-categoria { margin-bottom: 2rem; }
.loc-categoria:last-child { margin-bottom: 0; }
.loc-categoria h4 { font-family: 'Montserrat', sans-serif; font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 0.8rem; }
.loc-categoria ul { list-style: none; }
.loc-categoria li { padding: 0.5rem 0; color: rgba(255,255,255,0.85); font-size: 0.92rem; font-weight: 300; display: flex; align-items: center; gap: 0.7rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.loc-categoria li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.map-container { position: relative; min-height: 500px; }
.map-container iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; display: block; filter: contrast(1.05); }

/* ─── PLANTAS ─── */
.plantas { background: var(--cream); }
.plantas-tabs { display: flex; gap: 0; margin-bottom: 3rem; border-bottom: 1px solid var(--warm-gray); overflow-x: auto; }
.tab-btn { font-family: 'Montserrat', sans-serif; padding: 1.1rem 2rem; border: none; background: none; font-size: 0.7rem; color: var(--text-light); cursor: pointer; font-weight: 500; border-bottom: 2px solid transparent; margin-bottom: -1px; transition: all 0.3s; letter-spacing: 0.15em; text-transform: uppercase; white-space: nowrap; }
.tab-btn.active { color: var(--navy); border-bottom-color: var(--gold); }
.tab-btn:hover { color: var(--navy); }
.tab-content { display: none; }
.tab-content.active { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: center; }
.planta-img { background: var(--white); padding: 2.5rem; box-shadow: 0 20px 60px rgba(13,27,53,0.08); }
.planta-img svg { width: 100%; max-height: 400px; }
.planta-info .planta-tipo { font-family: 'Montserrat', sans-serif; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.25em; color: var(--gold); text-transform: uppercase; }
.planta-info h3 { font-size: 2.5rem; font-weight: 300; color: var(--navy); margin: 0.4rem 0; letter-spacing: 0.03em; }
.planta-area-box { display: flex; align-items: baseline; gap: 0.5rem; margin: 1rem 0 1.5rem; padding: 1.2rem; background: var(--navy); }
.planta-area-box .num { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 300; color: var(--gold); line-height: 1; }
.planta-area-box .unit { font-family: 'Montserrat', sans-serif; font-size: 0.7rem; color: rgba(255,255,255,0.5); letter-spacing: 0.1em; }
.planta-features { list-style: none; }
.planta-features li { padding: 0.7rem 0; border-bottom: 1px solid var(--warm-gray); font-size: 0.88rem; color: var(--text-mid); font-weight: 300; display: flex; align-items: center; gap: 0.8rem; }
.planta-features li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* ─── VITTA ─── */
.vitta { background: var(--navy); position: relative; }
.vitta::before { content: ''; position: absolute; inset: 0; background: url('bg_vitta.png') center/cover fixed; opacity: 0.2; }
.vitta .container { position: relative; z-index: 2; }
.vitta-intro { max-width: 560px; }
.vitta .section-title { color: var(--white); }
.vitta-intro p { color: rgba(255,255,255,0.8); font-weight: 300; line-height: 1.85; font-size: 1rem; margin-top: 1rem; }
.vitta-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(184,150,90,0.1); margin: 4rem 0; }
.vitta-stat { background: rgba(13,27,53,0.6); backdrop-filter: blur(5px); padding: 2.5rem 1.5rem; text-align: center; transition: background 0.3s; }
.vitta-stat:hover { background: rgba(27,42,74,0.8); }
.vitta-stat-number { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; color: var(--gold-light); line-height: 1; }
.vitta-stat-label { font-family: 'Montserrat', sans-serif; font-size: 0.62rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.15em; margin-top: 0.5rem; line-height: 1.4; }
.vitta-certs { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.cert-badge { font-family: 'Montserrat', sans-serif; border: 1px solid rgba(255,255,255,0.2); padding: 0.55rem 1.1rem; font-size: 0.65rem; color: rgba(255,255,255,0.7); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; transition: all 0.3s; }
.cert-badge:hover { border-color: var(--gold); color: var(--gold); background: rgba(184,150,90,0.1); }

/* ─── CONTATO ─── */
.contato { background: var(--navy); position: relative; overflow: hidden; }
.contato::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.contato-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.contato form { display: grid; gap: 0; margin-top: 3rem; text-align: left; border: 1px solid rgba(184,150,90,0.15); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; }
.contato input {
  width: 100%; padding: 1.2rem 1.5rem;
  background: rgba(255,255,255,0.03);
  border: none;
  border-bottom: 1px solid rgba(184,150,90,0.1);
  border-right: 1px solid rgba(184,150,90,0.1);
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem; font-weight: 300;
  transition: all 0.3s; outline: none;
  letter-spacing: 0.02em;
}
.contato input::placeholder { color: rgba(255,255,255,0.25); font-style: italic; }
.contato input:focus { background: rgba(184,150,90,0.05); border-color: rgba(184,150,90,0.3); }
.contato .btn-primary { width: 100%; font-size: 0.75rem; padding: 1.3rem; border-radius: 0; }
.contato-info { margin-top: 2.5rem; color: rgba(255,255,255,0.4); font-size: 0.85rem; font-weight: 300; line-height: 2; }
.contato-info strong { color: var(--gold-light); font-weight: 400; }
.contato-info a { color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.3s; }
.contato-info a:hover { color: var(--gold); }

/* ─── FOOTER ─── */
footer { background: #07111F; padding: 4rem 0 2rem; }
.footer-inner { max-width: 1160px; margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 3rem; }
.footer-brand-name { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 300; color: var(--white); letter-spacing: 0.15em; }
.footer-brand-by { font-family: 'Montserrat', sans-serif; font-size: 0.52rem; color: var(--gold); letter-spacing: 0.25em; text-transform: uppercase; margin-top: 2px; }
.footer-brand p { font-size: 0.78rem; color: rgba(255,255,255,0.3); line-height: 1.7; margin-top: 1.2rem; }
.footer-brand a { color: var(--gold); text-decoration: none; font-size: 0.78rem; display: inline-block; margin-top: 0.5rem; transition: opacity 0.3s; }
.footer-brand a:hover { opacity: 0.7; }
.footer-col h4 { font-family: 'Montserrat', sans-serif; color: rgba(255,255,255,0.4); font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.25em; margin-bottom: 1.2rem; }
.footer-col p, .footer-col a { font-size: 0.82rem; color: rgba(255,255,255,0.45); text-decoration: none; line-height: 1.9; display: block; font-weight: 300; transition: color 0.3s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { max-width: 1160px; margin: 2.5rem auto 0; padding: 1.5rem 2rem 0; border-top: 1px solid rgba(255,255,255,0.05); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.72rem; color: rgba(255,255,255,0.2); font-weight: 300; letter-spacing: 0.05em; }

/* ─── WHATSAPP ─── */
.whatsapp-float { position: fixed; bottom: 2rem; right: 2rem; z-index: 999; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 25px rgba(37,211,102,0.35); text-decoration: none; transition: all 0.3s; cursor: pointer; border: none; }
.whatsapp-float:hover { transform: scale(1.08); box-shadow: 0 12px 35px rgba(37,211,102,0.5); }
.whatsapp-float svg { width: 28px; height: 28px; fill: white; }

/* ─── WHATSAPP MODAL ─── */
.wa-modal-overlay { position: fixed; inset: 0; background: rgba(13,27,53,0.9); backdrop-filter: blur(5px); z-index: 2000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: all 0.3s ease; }
.wa-modal-overlay.open { opacity: 1; pointer-events: all; }
.wa-modal { background: var(--white); padding: 3rem 2.5rem; max-width: 450px; width: 90%; border-radius: 4px; position: relative; transform: translateY(20px); transition: all 0.3s ease; box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
.wa-modal-overlay.open .wa-modal { transform: translateY(0); }
.wa-modal-close { position: absolute; top: 1rem; right: 1.5rem; background: none; border: none; font-size: 2rem; color: var(--text-light); cursor: pointer; transition: color 0.3s; }
.wa-modal-close:hover { color: var(--navy); }
.wa-modal h3 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: var(--navy); margin-bottom: 0.5rem; }
.wa-modal p { font-size: 0.9rem; color: var(--text-mid); margin-bottom: 2rem; line-height: 1.6; }
.wa-modal form { display: flex; flex-direction: column; gap: 1rem; }
.wa-modal input { width: 100%; padding: 1.2rem 1.5rem; background: var(--cream); border: 1px solid rgba(184,150,90,0.2); color: var(--text-dark); font-family: 'Inter', sans-serif; font-size: 0.9rem; transition: all 0.3s; outline: none; }
.wa-modal input:focus { border-color: var(--gold); background: var(--white); }
.wa-modal .btn-primary { width: 100%; padding: 1.2rem; font-size: 0.8rem; border-radius: 0; }

/* ─── ANIMATIONS ─── */
@keyframes fadeUp { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:none; } }
@keyframes scrollPulse { 0%,100% { opacity:0.3; } 50% { opacity:1; } }
.reveal { opacity:0; transform:translateY(32px); transition: opacity 0.8s cubic-bezier(0.25,0.46,0.45,0.94), transform 0.8s cubic-bezier(0.25,0.46,0.45,0.94); }
.reveal.visible { opacity:1; transform:none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .ficha-cards { grid-template-columns: repeat(3, 1fr); }
  .vitta-stats { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .grid-2 { gap: 3rem; }
}

@media (max-width: 768px) {
  section { padding: 4rem 0; }
  .nav { padding: 1.2rem 1.5rem; }
  .nav.scrolled { padding: 0.8rem 1.5rem; }
  .nav-links, .nav-cta { display: none; }
  .nav-menu-btn { display: flex; }
  
  .grid-2, .dif-grid, .loc-grid { grid-template-columns: 1fr; gap: 3rem; }
  .sobre-img-wrap { order: 2; }
  .sobre-text { order: 1; padding-left: 0; }
  .sobre-img img { height: 400px; }
  .sobre-img-frame { top: -10px; left: -10px; right: 10px; bottom: 10px; }
  
  .tab-content.active { grid-template-columns: 1fr; gap: 2rem; }
  .planta-info { order: 1; }
  .planta-img { order: 2; padding: 1.5rem; }
  .planta-area-box .num { font-size: 2.2rem; }
  
  .ficha-cards { grid-template-columns: repeat(2, 1fr); }
  .sust-grid { grid-template-columns: repeat(2, 1fr); }
  .vitta-stats { grid-template-columns: repeat(2, 1fr); }
  
  .form-row { grid-template-columns: 1fr; }
  .contato input { border-right: none; }
  
  .footer-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  
  .hero-content { padding-top: 60px; }
  .hero h1 { font-size: clamp(2.8rem, 10vw, 4rem); }
}

@media (max-width: 480px) {
  .section-title { font-size: 2.2rem; }
  .hero h1 { font-size: 2.5rem; }
  .hero-sub { font-size: 1rem; }
  .hero-actions { flex-direction: column; width: 100%; max-width: 300px; margin: 0 auto; }
  .btn-primary, .btn-ghost { width: 100%; text-align: center; padding: 1rem 1.5rem; }
  
  .ficha-cards { grid-template-columns: 1fr; }
  .sust-grid { grid-template-columns: 1fr; }
  .vitta-stats { grid-template-columns: 1fr; }
  
  .gallery-item { height: 280px; }
  .loc-pontos { padding: 2.5rem 1.5rem; }
  
  .whatsapp-float { width: 50px; height: 50px; bottom: 1.5rem; right: 1.5rem; }
  .whatsapp-float svg { width: 24px; height: 24px; }
  
  .wa-modal { padding: 2.5rem 1.5rem; }
  .urgency-badge { font-size: 0.7rem; padding: 0.6rem 1.2rem; }
}
