/* =========================================
   NAV LINKS (itens de menu e botões de ação)
   ========================================= */
.nav-links a { font-size: 14px; font-weight: 500; color: var(--gray-600); text-decoration: none; padding: 8px 14px; border-radius: 8px; transition: all 0.2s; cursor: pointer; }
.nav-links a:hover, .nav-links a.active { color: var(--blue); background: rgba(27,68,153,0.07); }
.nav-links .btn-track { background: var(--off-white); color: var(--gray-800); border: 1px solid var(--gray-200); }
.nav-links .btn-quote { background: var(--blue); color: var(--white); margin-left: 6px; }
.nav-links .btn-quote:hover { background: var(--blue-light); }

/* =========================================
   BOTÕES
   ========================================= */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--blue); color: var(--white); font-family: var(--fonte-corpo); font-size: 15px; font-weight: 600; padding: 14px 28px; border-radius: 10px; border: none; cursor: pointer; text-decoration: none; transition: all 0.2s; }
.btn-primary:hover { background: var(--blue-light); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(27,68,153,0.25); }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--blue); font-family: var(--fonte-corpo); font-size: 15px; font-weight: 600; padding: 14px 28px; border-radius: 10px; border: 1.5px solid var(--blue); cursor: pointer; text-decoration: none; transition: all 0.2s; }
.btn-secondary:hover { background: rgba(27,68,153,0.05); }
.cta-band .btn-primary { background: var(--blue); }

/* =========================================
   TIPOGRAFIA DE SEÇÃO (tag + título + parágrafo)
   ========================================= */
.section-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--blue); margin-bottom: 16px; }
.section-tag::before { content: ''; width: 24px; height: 2px; background: var(--gold); }
.section-h2 { font-family: var(--fonte-titulo); font-size: clamp(32px, 4vw, 48px); line-height: 1.12; color: var(--black); letter-spacing: -0.5px; margin-bottom: 20px; }
.section-h2 em { font-style: italic; color: var(--blue); }
.section-p { font-size: 17px; line-height: 1.7; color: var(--gray-600); max-width: 600px; }

/* =========================================
   BADGES / TAGS
   ========================================= */
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(222,179,118,0.12); border: 1px solid rgba(222,179,118,0.3); color: var(--gold-dark); font-size: 12px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 28px; }
.hero-badge::before { content: ''; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.page-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 14px; border-radius: 100px; margin-bottom: 24px; }
.page-badge.dark { background: rgba(222,179,118,.2); border: 1px solid rgba(222,179,118,.3); color: var(--gold); }
.page-badge.sky { background: rgba(116,195,231,.15); border: 1px solid rgba(116,195,231,.3); color: var(--sky); }
.coverage-city-tag { margin-left: auto; font-size: 10px; font-weight: 700; background: rgba(222,179,118,0.2); color: var(--gold); padding: 2px 8px; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.5px; }
.t-badge { background: rgba(116,195,231,0.15); color: var(--blue); font-size: 13px; font-weight: 700; padding: 6px 16px; border-radius: 100px; }

/* =========================================
   CONTEÚDO DE TÍTULO (hero/page titles com destaque)
   ========================================= */
.hero-h1, .page-title { font-family: var(--fonte-titulo); font-size: clamp(40px, 5.5vw, 68px); line-height: 1.05; color: var(--black); letter-spacing: -1px; margin-bottom: 24px; max-width: 780px; text-wrap: balance; }
.hero-h1 em, .page-title em { font-style: italic; color: var(--blue); }
.hero-sub, .page-subtitle { font-size: 18px; line-height: 1.65; color: var(--gray-600); margin-bottom: 40px; max-width: 580px; }
.hero-stat-num { font-family: var(--fonte-titulo); font-size: 40px; color: var(--blue); line-height: 1; margin-bottom: 4px; }
.hero-stat-num span { color: var(--gold); }
.hero-stat-label { font-size: 13px; color: var(--gray-400); font-weight: 500; }
.page-hero h1 { font-family: var(--fonte-titulo); font-size: clamp(36px, 5vw, 54px); color: var(--white); letter-spacing: -0.5px; margin-bottom: 16px; line-height: 1.1; }
.page-hero p { font-size: 18px; color: rgba(255,255,255,0.75); max-width: 560px; margin-top: 12px; }
.page-hero .section-tag { color: var(--gold-light); }
.page-hero .section-tag::before { background: var(--gold); }
.page-hero .section-h2, .about-page-hero .section-h2, .contact-hero .section-h2, .tracking-hero .section-h2 { color: var(--white); }
.page-hero .section-h2 em, .about-page-hero .section-h2 em, .contact-hero .section-h2 em, .tracking-hero .section-h2 em { color: var(--sky-light); }
.page-hero .section-p, .about-page-hero .section-p, .contact-hero .section-p, .tracking-hero .section-p { color: rgba(255,255,255,0.75); }
.about-page-hero .section-tag, .contact-hero .section-tag, .tracking-hero .section-tag { color: var(--gold-light); }
.about-page-hero .section-tag::before, .contact-hero .section-tag::before, .tracking-hero .section-tag::before { background: var(--gold); }
.page-hero-inner { max-width: 620px; }
.about-page-hero h1, .contact-hero h1, .tracking-hero h1 { font-family: var(--fonte-titulo); font-size: clamp(36px, 5vw, 56px); color: var(--white); letter-spacing: -0.5px; margin-bottom: 16px; line-height: 1.1; }
.about-page-hero h1 em, .contact-hero h1 em, .tracking-hero h1 em { color: var(--sky-light); }
.about-page-hero p { font-size: 17px; opacity: 0.8; line-height: 1.7; }
.contact-hero p { font-size: 18px; opacity: 0.8; max-width: 500px; margin: 0 auto; }
.tracking-hero p { font-size: 17px; opacity: 0.6; margin-bottom: 40px; }

/* =========================================
   HERO — variação em fundo azul (home)
   ========================================= */
.hero--blue .hero-badge { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.25); color: var(--gold-light); }
.hero--blue .hero-badge::before { background: var(--gold); }
.hero--blue .hero-h1 { color: var(--white); }
.hero--blue .hero-h1 em { color: var(--sky-light); }
.hero--blue .hero-sub { color: rgba(255,255,255,0.75); }
.hero--blue .hero-stat-num { color: var(--white); }
.hero--blue .hero-stat-num span { color: var(--gold); }
.hero--blue .hero-stat-label { color: rgba(255,255,255,0.6); }
.btn-primary--on-blue { background: var(--gold); color: var(--black); }
.btn-primary--on-blue:hover { background: var(--gold-light); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.btn-secondary--on-blue { color: var(--white); border-color: rgba(255,255,255,0.6); }
.btn-secondary--on-blue:hover { background: rgba(255,255,255,0.08); }

/* =========================================
   DOTS — navegação do carrossel
   ========================================= */
.hero-dots { display: flex; gap: 8px; margin: 32px 0 0; justify-content: center; }
.hero-dot { width: 10px; height: 10px; border-radius: 50%; border: none; background: rgba(255,255,255,0.3); cursor: pointer; padding: 0; transition: all 0.3s; }
.hero-dot:hover { background: rgba(255,255,255,0.5); }
.hero-dot.active { background: var(--gold); width: 28px; border-radius: 6px; }

/* =========================================
   SETAS — navegação do carrossel
   ========================================= */
.hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.3); background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s; }
.hero-arrow:hover { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.5); }
.hero-arrow svg { width: 20px; height: 20px; fill: var(--white); }
.hero-arrow--prev { left: -56px; }
.hero-arrow--next { right: -56px; }

/* =========================================
   CARD: SERVIÇO (home)
   ========================================= */
.service-card { background: var(--off-white); border: 1px solid var(--gray-100); border-radius: 20px; padding: 32px; transition: all 0.3s; cursor: pointer; }
.service-card:hover { background: var(--white); border-color: var(--sky); box-shadow: 0 12px 40px rgba(116,195,231,0.2); transform: translateY(-4px); }
.service-icon { width: 52px; height: 52px; background: var(--blue); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.service-icon svg { width: 26px; height: 26px; fill: var(--white); }
.service-card h3 { font-family: var(--fonte-titulo); font-size: 17px; font-weight: 700; color: var(--black); margin-bottom: 10px; }
.service-card p { font-size: 14px; line-height: 1.7; color: var(--gray-600); }
.learn-more { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--blue); margin-top: 18px; text-decoration: none; transition: gap 0.2s; }
.service-card:hover .learn-more { gap: 10px; }

/* =========================================
   CARD: VALOR (about, home)
   ========================================= */
.about-img-card { position: absolute; bottom: -24px; right: -24px; background: var(--white); border: 1px solid var(--gray-100); border-radius: 18px; padding: 24px 28px; box-shadow: 0 8px 40px rgba(0,0,0,0.1); z-index: 2; }
.about-img-card-num { font-family: var(--fonte-titulo); font-size: 48px; color: var(--blue); line-height: 1; }
.about-img-card-num span { color: var(--gold); }
.about-img-card-label { font-size: 13px; color: var(--gray-400); margin-top: 4px; }
.about-float { position: absolute; top: 32px; left: -20px; background: var(--gold); border-radius: 14px; padding: 16px 20px; z-index: 2; }
.about-float p { font-size: 13px; font-weight: 700; color: var(--gray-800); }
.about-float span { font-size: 11px; color: var(--gray-600); }
.about-value { display: flex; gap: 16px; align-items: flex-start; padding: 20px; border-radius: 14px; background: var(--off-white); border: 1px solid transparent; transition: border-color 0.3s; }
.about-value:hover { border-color: var(--sky-light); }
.about-value-icon { width: 40px; height: 40px; flex-shrink: 0; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.about-value-icon svg { width: 20px; height: 20px; fill: var(--white); }
.about-value h4 { font-family: var(--fonte-titulo); font-size: 15px; font-weight: 700; color: var(--black); margin-bottom: 4px; }
.about-value p { font-size: 13px; color: var(--gray-600); line-height: 1.6; }
.stat-card { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 20px; padding: 28px; }
.stat-card-num { font-family: var(--fonte-titulo); font-size: 52px; line-height: 1; }
.stat-card-label { font-size: 14px; opacity: .7; margin-top: 6px; }

/* =========================================
   CARD: COBERTURA / ESTADO
   ========================================= */
.coverage-state { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 20px; padding: 32px; }
.coverage-state-name { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; }
.coverage-state-name svg { width: 18px; height: 18px; fill: var(--gold); }
.coverage-city { display: flex; align-items: center; gap: 12px; font-size: 15px; color: rgba(255,255,255,0.85); padding: 10px 14px; background: rgba(255,255,255,0.05); border-radius: 10px; transition: background 0.2s; }
.coverage-city:hover { background: rgba(255,255,255,0.1); }
.coverage-city-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sky); flex-shrink: 0; }
.coverage-city.matriz .coverage-city-dot { background: var(--gold); }
.coverage-stat { text-align: center; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 28px 20px; }
.coverage-stat-n { font-family: var(--fonte-titulo); font-size: 44px; color: var(--gold); line-height: 1; margin-bottom: 8px; }
.coverage-stat-l { font-size: 13px; color: rgba(255,255,255,0.6); }
.info-box { border-radius: 24px; padding: 40px; }
.info-box.on-dark { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); }
.info-box.on-light { background: var(--off-white); border: 1px solid var(--gray-100); }
.info-box h3, .info-box h4 { font-family: var(--fonte-titulo); margin-bottom: 16px; }

/* =========================================
   CARD: DIFERENCIAIS
   ========================================= */
.diff-card { padding: 32px 24px; border-radius: 20px; border: 1px solid var(--gray-100); background: var(--white); transition: all 0.3s; }
.diff-card:hover { box-shadow: 0 12px 40px rgba(27,68,153,0.1); transform: translateY(-4px); }
.diff-card:nth-child(odd) { background: var(--off-white); }
.diff-icon { font-size: 28px; margin-bottom: 16px; width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; background: rgba(27,68,153,0.08); border-radius: 14px; }
.diff-card h3 { font-family: var(--fonte-titulo); font-size: 16px; font-weight: 700; margin-bottom: 10px; color: var(--black); }
.diff-card p { font-size: 14px; line-height: 1.65; color: var(--gray-600); }

/* =========================================
   CARD: DEPOIMENTO
   ========================================= */
.testimonial-card { background: var(--white); border: 1px solid var(--gray-100); border-radius: 20px; padding: 32px; transition: all 0.3s; }
.testimonial-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.06); transform: translateY(-2px); }
.stars { color: var(--gold); font-size: 14px; margin-bottom: 16px; letter-spacing: 2px; }
.testimonial-card blockquote { font-size: 15px; line-height: 1.7; color: var(--gray-800); font-style: italic; margin-bottom: 24px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--blue); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; }
.testimonial-name { font-size: 14px; font-weight: 700; color: var(--black); }
.testimonial-role { font-size: 12px; color: var(--gray-400); }

/* =========================================
   CTA BAND — tipografia
   ========================================= */
.cta-band h2 { font-family: var(--fonte-titulo); font-size: clamp(28px, 3.5vw, 40px); color: var(--black); line-height: 1.15; }
.cta-band p { font-size: 16px; color: var(--gray-800); margin-top: 10px; opacity: 0.8; }
.cta-band-whatsapp { display: inline-flex; align-items: center; gap: 8px; padding: 14px 24px; border-radius: 10px; border: 2px solid rgba(0,0,0,0.2); background: transparent; font-family: var(--fonte-corpo); font-size: 15px; font-weight: 600; color: var(--black); text-decoration: none; }

/* =========================================
   SERVIÇOS — CONTEÚDO DE DETALHE
   ========================================= */
.svc-content h2 { font-family: var(--fonte-titulo); font-size: clamp(28px, 3.5vw, 40px); color: var(--black); letter-spacing: -0.5px; margin-bottom: 16px; line-height: 1.15; }
.svc-content p { font-size: 16px; line-height: 1.75; color: var(--gray-600); margin-bottom: 12px; }
.svc-feature { display: flex; gap: 12px; align-items: center; font-size: 14px; color: var(--gray-800); }
.svc-feature::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* =========================================
   LINHA DO TEMPO (about)
   ========================================= */
.tl-year { font-family: var(--fonte-titulo); font-size: 20px; color: var(--blue); padding-top: 2px; }
.tl-dot { width: 14px; height: 14px; border-radius: 50%; border: 3px solid var(--blue); background: var(--white); z-index: 1; flex-shrink: 0; }
.tl-dot.highlight { border-color: var(--gold); background: var(--gold); }
.tl-content h3 { font-family: var(--fonte-titulo); font-size: 16px; font-weight: 700; color: var(--black); margin-bottom: 6px; }
.tl-content p { font-size: 14px; color: var(--gray-600); line-height: 1.6; }

/* =========================================
   CARD: EQUIPE (about)
   ========================================= */
.team-card { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-top: 48px; background: var(--white); border: 1px solid var(--gray-100); border-radius: 24px; padding: 48px; }
.team-photo-col { width: 100%; }
.team-photo { width: 100%; height: 360px; object-fit: cover; border-radius: 18px; display: block; }
.team-avatar { width: 100%; height: 360px; border-radius: 18px; background: var(--blue); align-items: center; justify-content: center; font-family: var(--fonte-titulo); font-size: 72px; color: var(--white); }
.team-info h3 { font-family: var(--fonte-titulo); font-size: 26px; font-weight: 700; color: var(--black); margin-bottom: 6px; }
.team-info .role { font-size: 15px; color: var(--gold-dark); font-weight: 600; margin-bottom: 18px; }
.team-info p { font-size: 16px; color: var(--gray-600); line-height: 1.75; }

/* =========================================
   CANAL DE CONTATO
   ========================================= */
.contact-channel { display: flex; gap: 20px; align-items: center; padding: 24px; background: var(--off-white); border: 1px solid var(--gray-100); border-radius: 16px; cursor: pointer; text-decoration: none; transition: all 0.3s; }
.contact-channel:hover { border-color: var(--sky); box-shadow: 0 8px 24px rgba(116,195,231,0.2); transform: translateX(4px); }
.cc-icon { width: 52px; height: 52px; border-radius: 14px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.cc-icon.wpp { background: #25D366; }
.cc-icon.email { background: var(--blue); }
.cc-icon svg { width: 24px; height: 24px; fill: var(--white); }
.cc-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: var(--gray-400); margin-bottom: 4px; }
.cc-value { font-size: 18px; font-weight: 700; color: var(--black); }

/* =========================================
   CARD: RASTREAMENTO
   ========================================= */
.tracking-card { background: var(--white); border: 1px solid var(--gray-100); border-radius: 24px; padding: 40px; box-shadow: 0 4px 40px rgba(0,0,0,0.06); }
.t-status-row { display: flex; align-items: center; gap: 16px; margin-bottom: 32px; }
.t-step { display: flex; gap: 20px; align-items: flex-start; padding: 16px 0; }
.t-step:not(:last-child) { border-bottom: 1px solid var(--gray-100); }
.t-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--gray-200); flex-shrink: 0; margin-top: 4px; }
.t-step.done .t-dot { background: var(--blue); }
.t-step.current .t-dot { background: var(--gold); box-shadow: 0 0 0 4px rgba(222,179,118,0.25); }
.t-label { font-size: 15px; font-weight: 600; color: var(--black); }
.t-date { font-size: 13px; color: var(--gray-400); margin-top: 2px; }
.t-meta-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 32px; padding: 24px; background: var(--off-white); border-radius: 14px; }
.t-meta-label { font-size: 12px; color: var(--gray-400); margin-bottom: 4px; }
.t-meta-value { font-size: 14px; font-weight: 600; }
.t-whatsapp-note { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--gray-100); display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--gray-600); }
.t-whatsapp-note a { color: var(--blue); font-weight: 600; }
.tracking-empty { text-align: center; padding: 60px; background: var(--off-white); border-radius: 24px; border: 1px solid var(--gray-100); }
.tracking-empty h3 { font-family: var(--fonte-titulo); font-size: 28px; margin-bottom: 12px; color: var(--black); }

/* =========================================
   CARD: VAGA (página de vagas)
   ========================================= */
.job-list { display: flex; flex-direction: column; gap: 20px; }
.job-card { background: var(--white); border: 1px solid var(--gray-100); border-radius: 20px; padding: 32px; transition: all 0.3s; }
.job-card:hover { border-color: var(--sky); box-shadow: 0 12px 40px rgba(116,195,231,0.15); }
.job-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 16px; }
.job-card h3 { font-family: var(--fonte-titulo); font-size: 19px; font-weight: 700; color: var(--black); margin-bottom: 10px; }
.job-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.job-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--gray-600); background: var(--off-white); border: 1px solid var(--gray-100); padding: 5px 12px; border-radius: 100px; }
.job-tag svg { width: 13px; height: 13px; fill: var(--gray-400); }
.job-desc { font-size: 15px; line-height: 1.7; color: var(--gray-600); margin-bottom: 16px; }
.job-requisitos { display: flex; flex-direction: column; gap: 8px; padding-top: 16px; border-top: 1px solid var(--gray-100); }

/* =========================================
   CARDS: NOSSOS VALORES (about)
   ========================================= */
.values-heading { font-family: var(--fonte-titulo); font-size: 22px; margin-bottom: 20px; color: var(--black); }
.value-cards { display: flex; flex-direction: column; gap: 16px; }
.value-card { display: flex; gap: 16px; padding: 24px; background: var(--white); border: 1px solid var(--gray-100); border-radius: 18px; transition: all 0.3s; }
.value-card:hover { border-color: var(--sky); box-shadow: 0 8px 24px rgba(116,195,231,0.14); transform: translateY(-2px); }
.value-card-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.value-card h4 { font-family: var(--fonte-titulo); font-weight: 700; font-size: 16px; margin-bottom: 6px; color: var(--black); }
.value-card p { font-size: 14px; color: var(--gray-600); line-height: 1.65; }

/* =========================================
   FOOTER — tipografia e elementos
   ========================================= */
.footer-brand h3 { font-family: var(--fonte-titulo); font-size: 20px; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.footer-brand h3 span { color: var(--gold); }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; max-width: 280px; margin-bottom: 24px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; transition: background 0.2s; text-decoration: none; }
.footer-social a:hover { background: rgba(255,255,255,0.15); }
.footer-social a svg { width: 16px; height: 16px; fill: rgba(255,255,255,0.6); }
.footer-col h4 { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 16px; }
.footer-col a { display: block; font-size: 14px; color: rgba(255,255,255,0.65); text-decoration: none; margin-bottom: 10px; cursor: pointer; transition: color 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.35); }
.footer-credit a { color: rgba(255,255,255,0.45); text-decoration: none; font-weight: 600; transition: color 0.2s; }
.footer-credit a:hover { color: var(--gold); }

/* =========================================
   BOTÃO FLUTUANTE WHATSAPP
   ========================================= */
.wpp-float { position: fixed; bottom: 28px; right: 28px; z-index: 999; background: #25D366; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(37,211,102,0.4); text-decoration: none; transition: all 0.3s; animation: pulse-wpp 3s infinite; }
.wpp-float:hover { transform: scale(1.1); }
.wpp-float svg { width: 28px; height: 28px; fill: var(--white); }
