/*
Theme Name: Nobille Executive Premium
Theme URI: https://nobilletransfer.com.br
Author: Leo Kinoshita
Description: Tema Premium Completo. (Hero e Badges 100% Corrigidos).
Version: 4.1
*/

:root {
  --bg: #04080f;
  --bg2: #070d1a;
  --card: #0a1220;
  --gold: #c9a84c;
  --gold2: #e8c97a;
  --border: rgba(201, 168, 76, .14);
  --white: #f0ece4;
  --muted: #8B95A5;
  --fs: 'Syne', sans-serif;
  --fb: 'Inter', sans-serif;
  --transition: all .3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--white); font-family: var(--fb); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

#bg-texture { position: fixed; inset: 0; pointer-events: none; z-index: 0; background-image: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(201, 168, 76, .06) 0%, transparent 60%), linear-gradient(rgba(201, 168, 76, .015) 1px, transparent 1px), linear-gradient(90deg, rgba(201, 168, 76, .015) 1px, transparent 1px); background-size: auto, 80px 80px, 80px 80px; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
.tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(201, 168, 76, .08); border: 1px solid rgba(201, 168, 76, .22); color: var(--gold2); font-family: var(--fs); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; padding: 6px 16px; border-radius: 100px; margin-bottom: 20px; }
.tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold2); animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1) } 50% { opacity: .4; transform: scale(.8) } }

.section { padding: 96px 0; }
.sec-hd { text-align: center; margin-bottom: 60px; }
.sec-title { font-family: var(--fs); font-size: clamp(32px, 4vw, 48px); font-weight: 800; line-height: 1.1; margin-top: 14px; letter-spacing: -.02em; }
.sec-title em { font-style: italic; color: var(--gold2); font-weight: 400; }
.sec-sub { color: var(--muted); font-size: 16px; margin-top: 12px; max-width: 600px; margin-left: auto; margin-right: auto; }
.divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(201, 168, 76, .12), transparent); position: relative; z-index: 1; }

/* BOTOES */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--fs); font-weight: 700; font-size: 14px; padding: 14px 28px; border-radius: 10px; cursor: pointer; border: none; transition: var(--transition); text-transform: uppercase; white-space: nowrap; }
.btn-gold { background: linear-gradient(135deg, #c9a84c, #e8c97a); color: #04080f; box-shadow: 0 4px 24px rgba(201, 168, 76, .25); }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(201, 168, 76, .4); }
.btn-outline { background: transparent; color: var(--white); border: 1px solid rgba(255, 255, 255, .16); }
.btn-outline:hover { border-color: var(--gold2); color: var(--gold2); transform: translateY(-3px); }
.btn-wa { background: linear-gradient(135deg, #25d366, #128c7e); color: #fff; box-shadow: 0 4px 20px rgba(37, 211, 102, .25); }
.btn-wa:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(37, 211, 102, .4); }

/* NAVBAR E LOGO */
#navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: .3s; }
#navbar.scrolled { background: rgba(4, 8, 15, .95); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(201, 168, 76, .1); }
.nav-wrap { display: flex; align-items: center; height: 75px; gap: 16px; }

.nav-logo, .foot-logo { font-family: var(--fs); font-size: 24px; font-weight: 800; letter-spacing: -0.02em; display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--white); transition: var(--transition); margin-right: auto; }
.nav-logo span, .foot-logo span { color: var(--gold); transition: var(--transition); }
.nav-logo:hover, .foot-logo:hover { color: var(--gold2); }
.nav-logo img, .foot-logo img { height: 36px; width: auto; flex-shrink: 0; } 

.nav-links { display: flex; gap: 24px; }
.nav-links a { font-size: 13px; font-weight: 600; text-transform: uppercase; color: var(--muted); transition: .2s; position: relative; }
.nav-links a:hover { color: var(--gold2); }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--gold); transition: width 0.3s; }
.nav-links a:hover::after { width: 100%; }
.ham { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 10px; cursor: pointer; }
.ham span { width: 24px; height: 2px; background: var(--white); }

/* HERO E GRID */
#hero { position: relative; z-index: 1; min-height: 100vh; display: flex; align-items: center; padding-top: 80px; overflow: hidden; }
.hero-glow-1 { position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(201, 168, 76, .07) 0%, transparent 70%); top: -100px; right: -100px; animation: float 12s infinite; pointer-events: none;}
.hero-glow-2 { position: absolute; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(201, 168, 76, .05) 0%, transparent 70%); bottom: -60px; left: -80px; animation: float 15s infinite reverse; pointer-events: none;}
@keyframes float { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(16px, -20px); } }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; width: 100%; }

/* TEXTOS DO HERO REDIMENSIONADOS */
.hero-title { font-family: var(--fs); font-size: clamp(36px, 5vw, 56px); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 16px; color: var(--white); }
.hero-title em { font-style: italic; font-weight: 400; color: var(--gold2); display: block; background: linear-gradient(to right, var(--gold2), var(--gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; background-size: 200% auto; animation: textShine 4s linear infinite; }
@keyframes textShine { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }
.hero-sub { font-size: 18px; color: var(--muted); line-height: 1.7; margin-bottom: 36px; max-width: 480px; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 48px; }
.hero-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.stat-num { font-family: var(--fs); font-size: 28px; font-weight: 800; color: var(--gold2); line-height: 1; }
.stat-lbl { font-size: 12px; color: var(--muted); margin-top: 4px; }

/* SVG CAR PREMIUM E BADGES FLUTUANTES RESTAURADOS */
.hero-visual { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; }
.hero-car-wrap { position: relative; width: 100%; max-width: 560px; }
.hero-car-bg { position: absolute; inset: -20px; border-radius: 50%; background: radial-gradient(circle, rgba(201, 168, 76, .08) 0%, transparent 70%); }
.hero-car-svg { width: 100%; height: auto; display: block; filter: drop-shadow(0 20px 60px rgba(201, 168, 76, .15)); animation: carFloat 6s ease-in-out infinite; }
@keyframes carFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* As caixas flutuantes que estavam faltando! */
.hero-badge-1, .hero-badge-2 { position: absolute; background: rgba(10, 18, 32, .9); border: 1px solid rgba(201, 168, 76, .2); border-radius: 12px; padding: 12px 16px; backdrop-filter: blur(10px); display: flex; align-items: center; gap: 12px; z-index: 10; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.hero-badge-1 { top: 10%; right: -5%; animation: badgeFloat 5s ease-in-out infinite; }
.hero-badge-2 { bottom: 15%; left: -5%; animation: badgeFloat 7s ease-in-out infinite reverse; }
@keyframes badgeFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.hb-icon { width: 36px; height: 36px; border-radius: 9px; background: rgba(201, 168, 76, .12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hb-icon svg { width: 18px; height: 18px; stroke: var(--gold2); fill: none; stroke-width: 1.8; }
.hb-txt { display: flex; flex-direction: column; text-align: left; }
.hb-val { font-family: var(--fs); font-size: 14px; font-weight: 700; color: var(--white); line-height: 1.2; }
.hb-lbl { font-size: 11px; color: var(--muted); margin-top: 2px; }

/* CARDS PADRÃO */
.srv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.srv-card, .why-card, .rev-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--r); padding: 32px 28px; transition: var(--transition); position: relative; overflow: hidden; }
.srv-card::before, .why-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0; transition: .3s; }
.srv-card:hover, .why-card:hover, .rev-card:hover { transform: translateY(-5px); border-color: rgba(201, 168, 76, .3); box-shadow: 0 20px 50px rgba(201, 168, 76, .06); }
.srv-card:hover::before, .why-card:hover::before { opacity: 1; }
.srv-ico, .why-ico { width: 54px; height: 54px; border-radius: 14px; background: rgba(201, 168, 76, .08); border: 1px solid rgba(201, 168, 76, .18); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.srv-ico svg, .why-ico svg { width: 26px; height: 26px; stroke: var(--gold2); fill: none; stroke-width: 1.6; }
.srv-card h3, .why-card h3 { font-family: var(--fs); font-size: 19px; font-weight: 700; margin-bottom: 10px; }
.srv-card p, .why-card p { font-size: 14px; color: var(--muted); line-height: 1.7; }
.srv-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--gold2); margin-top: 18px; text-transform: uppercase; }

/* SIMULADOR */
#simulador { background: var(--bg2); }
.sim-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.sim-info h2 { font-family: var(--fs); font-size: clamp(32px, 4vw, 48px); font-weight: 800; line-height: 1.1; margin-bottom: 20px; }
.sim-info h2 em { font-style: italic; color: var(--gold2); }
.sim-info p { font-size: 16px; color: var(--muted); margin-bottom: 30px; }
.sim-form { background: var(--card); border: 1px solid var(--border); border-radius: 24px; padding: 40px; box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
.form-group { margin-bottom: 20px; }
.form-label { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.form-input { width: 100%; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); border-radius: 12px; padding: 16px; color: var(--white); font-size: 15px; outline: none; transition: .3s; appearance: none; }
.form-input:focus { border-color: var(--gold2); }
.form-input option { background: #0a1220; }
.sim-res { background: rgba(201, 168, 76, .05); border: 1px solid rgba(201, 168, 76, .2); border-radius: 16px; padding: 24px; display: none; flex-direction: column; gap: 12px; margin-top: 24px; }
.sim-res.show { display: flex; animation: fadeIn .5s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.rrow { display: flex; justify-content: space-between; font-size: 15px; }
.rl { color: var(--muted); }
.rv { font-weight: 600; }
.rdiv { height: 1px; background: rgba(201, 168, 76, .15); }
.rtotal .rl { font-weight: 700; color: var(--white); font-size: 18px; }
.rtotal .rv { font-family: var(--fs); font-size: 32px; color: var(--gold2); }

/* FROTA */
.fleet-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fleet-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; transition: .3s; }
.fleet-card:hover { transform: translateY(-5px); border-color: var(--gold2); }
.fleet-vis { aspect-ratio: 4/3; background: #000; position: relative; overflow: hidden; }
.fleet-vis img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; transition: .5s; }
.fleet-card:hover .fleet-vis img { transform: scale(1.05); opacity: 1; }
.fleet-tag { position: absolute; top: 12px; right: 12px; background: var(--gold2); color: #000; font-size: 10px; font-weight: 800; padding: 4px 12px; border-radius: 100px; text-transform: uppercase; }
.fleet-info { padding: 24px; }
.fleet-name { font-family: var(--fs); font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.fleet-cat { font-size: 12px; color: var(--gold2); font-weight: 600; text-transform: uppercase; }

/* REVIEWS & WHY */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why-card { text-align: center; }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rev-stars { color: #ffd700; font-size: 16px; letter-spacing: 2px; margin-bottom: 16px; }
.rev-text { font-size: 15px; color: #b0c4d8; line-height: 1.8; font-style: italic; margin-bottom: 24px; }
.rev-au { display: flex; align-items: center; gap: 14px; }
.rev-av { width: 44px; height: 44px; border-radius: 50%; background: rgba(201, 168, 76, .15); display: flex; align-items: center; justify-content: center; font-family: var(--fs); font-weight: 700; color: var(--gold2); }

/* CTA BOX */
.cta-box { background: linear-gradient(135deg, rgba(201, 168, 76, .08), rgba(10, 18, 32, .9)); border: 1px solid var(--border); border-radius: 24px; padding: 80px 40px; text-align: center; }
.cta-title { font-family: var(--fs); font-size: clamp(32px, 4vw, 48px); font-weight: 800; margin-bottom: 20px; }
.cta-title em { color: var(--gold2); font-style: italic; }

/* FOOTER & ASSINATURA */
footer { background: #020408; border-top: 1px solid rgba(201, 168, 76, .1); padding: 80px 0 30px; position: relative; z-index: 1;}
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 60px; }
.foot-col h4 { font-family: var(--fs); font-size: 15px; color: var(--gold2); margin-bottom: 24px; text-transform: uppercase; }
.foot-col ul li { margin-bottom: 14px; }
.foot-col a { color: var(--muted); font-size: 14px; transition: .2s; }
.foot-col a:hover { color: var(--white); }
.footer__copyright-bar { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 24px; }
.footer__text { font-size: 13px; color: rgba(255,255,255,0.4); margin: 0; }
.credit-leok { display: flex; align-items: center; gap: 5px; font-size: 13px; opacity: 0.7; transition: 0.3s; color: rgba(255,255,255,0.6); }
.credit-leok:hover { opacity: 1; }
.credit-leok a { color: inherit; font-weight: 700; position: relative; transition: 0.3s; text-decoration: none; }
.credit-leok a:hover { color: var(--gold2); }
.credit-leok svg { width: 14px !important; height: 14px !important; fill: var(--gold2); flex-shrink: 0; animation: heartbeat 2s infinite; }

/* FLOAT WHATSAPP */
.wa-float { position: fixed; bottom: 30px; right: 30px; z-index: 900; width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg, #25d366, #128c7e); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 24px rgba(37, 211, 102, .4); transition: .3s; }
.wa-float:hover { transform: scale(1.1); box-shadow: 0 8px 30px rgba(37, 211, 102, .6); }
.wa-float svg { width: 32px; height: 32px; fill: white; }

/* RESPONSIVO */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-sub { margin: 0 auto 40px; }
  .hero-btns, .hero-stats { justify-content: center; }
  .hero-visual { display: none; }
  .srv-grid, .why-grid, .fleet-grid, .rev-grid { grid-template-columns: repeat(2, 1fr); }
  .sim-wrap, .foot-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .ham { display: flex; }
  .srv-grid, .fleet-grid, .why-grid, .rev-grid { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; }
  .btn { width: 100%; }
  footer { padding-bottom: 110px; }
  .footer__copyright-bar { flex-direction: column; text-align: center; justify-content: center; }
  .wa-float { bottom: 20px; right: 20px; width: 56px; height: 56px; }
  .wa-float svg { width: 28px; height: 28px; }
}